/* body {
 background: #fff url(../images/hdr-tile.gif) repeat-x;
 font: 0.9 em Helvetica, Sans-serif, Arial;
 color: #000;
 }*/

body{
    /*background: #fff url(../images/hdr-tile3.gif) repeat-x;*/
	font-size:small;
	font-family:  sans-serif, Arial, Helvetica;
	/*font-family: Lucida Grande, Tahoma, Arial, sans-serif;*/
}

 #header {
  height: 47px;
  color: #930;
 }

#courier {
  font-family: Courier;
}

 #content {
  background: #fff;
  margin: 5px 0 0 0;
  padding: 0px;
  }

  #content form {
	margin-bottom: 0
  }

  #buttons {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
  }

  #rowbuttons {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
  }

 #info {
	left: 550px;	
	top: 90px;
	background-color: #DFECF5;
	width: 220px;
  }

 #infofloat {
  	position: absolute;
	left: 550px;	
	top: 90px;
	background-color: #DFECF5;
	width: 220px;
  }

 #create {
	width: 250px;
  }


 #infotext {
    margin: 5px 5px 5px 5px;
	font-size: 85%;
	text-align: left;
 }

 #toprow {
	font-size: 100%;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
    font-size: 85%;
    width: 300px;
    color: #000;
  }

 #small_info {
  margin-right: 20px;
  margin-top: 5px;
  font-size: 90%;
  width: 500px;
  }

 #dace {
  margin-top: 0px;
/*  height: 300px;*/
  text-align: left;
  font-size: 80%;
  width: 500px; 
  }

 #homecontent {
  background: #fff;
  margin: 5px 0 0 0;
  padding: 0px 20px 0 20px;
  width: 500px; 
  }

 #mainhomecontent {
  background: #fff;
  margin: 5px 0 0 0;
  padding: 0px 20px 0 20px;
  width: 800px;
  }

 table.mainhome {
  width: 100%; 
  }

 table.mainhome td {
  width: 400px; 
  vertical-align: top;
  }


 #homelogin {
  float: right;
  margin-right: 20px;
  margin-top: 5px;
  width: 150px;
  }

  #punchline{
	font-size: 1.1em;
	color: #424A89;
	font-weight: bold;		
    margin-bottom: 15px;
  }

  #graybox {
	margin: 20px 0px 0px 100px;
	background-color: #f8f8f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;*/
	width: 300px;
	font-size: 1.4em;
	text-align: center;
	align: center;
	}

  #graybox2 {
	margin: 20px 0px 20px 50px;
	background-color: #f8f8f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 300px;
	font-size: 1.5em;
    font-weight: bold;
	text-align: center;
	align: center;
	}

 #mainpagefloat {
  	float: right;
    width: 250px;
    padding: 0px 0px 0px 20px;
  }
	
  #titles {
	margin: 20px;
	/*width: 500px;*/
	font-size: 1.3em;
	text-align: center;
	color: #001;
	font-weight: bold;
	}
	

  #FAQ {
	margin: 20px;
	padding: 0px 20px 0 20px;
	margin-bottom: 30px;
	text-align: left;
	border: 1px solid #ccc;
	width: 460px;
  }

  #info a {
    color: #c00;
    /*text-decoration: none;*/
    font-size: 1.2em;
    }

  #info a:hover {
    color: #c00;
    }

  #bottomline {
    border-bottom: 2px solid #DF8245;	
  }

  a {
    color: #c00;
    text-decoration: none;
    }

  a:hover {
    color: #333;
    }



.graybox {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 100px;
}

.signup {
  /*font-family: Georgia, Times, Helvetica;*/
  font-size: 1.5em;
  color: #930;
  font-weight: bold;
}

/***************************************************
TABLE STYLES
***************************************************/

table.signup th {
	font-size: 13px;
	padding: 3px 7px 3px 7px;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #999;
	border-right: 1px solid #E3DFDF;
	border-left: 1px solid #E3DFDF;
	width: 60px;
}

table.signup th.biz {
	/*background-color: #00FF00;*/
	background-color: #DF8245;
	color: #fff;
	background-repeat: repeat-x;
}

table.signup td.shaded {
	background-color: #ffc;
    white-space: nowrap;
	text-align: left;
	font-weight: bold;
	border-left: 1px solid #E3DFDF;
}

table.signup td.shaded_top {
	background-color: #ffc;
    white-space: nowrap;
	text-align: left;
	border-top: 1px solid #E3DFDF;
}

table.signup td.buttons {
	background-color: #ffc;
	border-right: 0px;
	border-left: 0px;
	width: 20px;
}

table.signup td.buttons_r {
	border-right: 0px;
	border-left: 0px;
	width: 20px;
}

table.signup td.shadedplan {
	background-color: #ffc;
    white-space: nowrap;
	text-align: right;
}

table.signup td {
	border-bottom: 1px solid #E3DFDF;
	padding: 1px;
	font-size: 11px;
	border-left: 0px solid #E3DFDF;
	text-align: center;
	background-color: #FFFFFF;
}

table.signup td.total {
	padding: 0px 5px 0px 0px;
	font-size: 12px;
	border-right: 1px solid #E3DFDF;
	border-left: 1px solid #E3DFDF;
	border-bottom: 1px solid #E3DFDF;
	border-top: 1px solid #E3DFDF;
	text-align: right;
	background-color: #FFFFFF;
	font-weight: bold;
}

table.signup td.grouptotal {
	padding: 0px 5px 0px 0px;
	font-size: 11px;
	border-right: 1px solid #E3DFDF;
	border-bottom: 1px solid #E3DFDF;
	text-align: right;
	background-color: #FFFFFF;
	font-weight: bold;
}

table.signup td.item_total {
	padding: 0px 5px 0px 0px;
	text-align: right;
	vertical-align: top;
	font-size: 10px;
	border-right: 1px solid #E3DFDF;
	border-bottom: 1px solid #E3DFDF;
	white-space: nowrap;
}

table.signup td.grouptotal_title {
	border-bottom: 1px solid #E3DFDF;
	padding: 2px 5px 0px 0px;
	font-size: 11px;
	border-right: 1px solid #E3DFDF;
	border-left: 1px solid #E3DFDF;
	text-align: right;
	background-color: #FFFFFF;
    white-space: nowrap;
}

table.signup td.topborder {
	border-top: 1px solid #E3DFDF;
}


table.signup td.title {
	border-bottom: 1px solid #E3DFDF;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	border-left: 1px solid #E3DFDF;
	text-align: left;
	background-color: #FFFFFF;
    white-space: nowrap;
}

table.signup td.item {
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	border-right: 1px solid #ccc;
	white-space: nowrap;
}


table.signup span.price {
	font-size: 13px;
	color: #f60;
	letter-spacing: -0.5px;
	font-weight: bold;
}

.input {
	text-align: right;
	font-size: 10px;
}

/***************************************************
PAGE COLORS
***************************************************/
.menu_item {
  padding: 5px;
}

.link_item {
  padding: 2px;
  font-size: 13px;
  color: #f60;
}

/*
OTHER
*/
h1 {
  font: normal 170% Helvetica, Sans-serif, Arial;
  }


h2 {
  font: normal 150% Georgia, Times, Helvetica;
  color: #930;
  font-weight: bold;
  }

h3 {
  font-size: 130%;
  padding: 5px;
  margin-bottom: 0;
  }

#faq-q {
  font: normal 110% Georgia, Times, Helvetica;
  font-weight: bold;
  color: #930;
  }

#header h1 {
  margin: 0;
  font: normal 170% Helvetica, Sans-serif, Arial;
  }

#header h1 a {
  color: #fff;
  text-decoration: none;
  border: none;
  }

/*
TABS
*/

 #tabs-container {
   width: 100%;
   padding: 0;
   height: 16px;
   margin-top: 2px;
   margin-left: 0px;
   border-bottom: 2px solid #DF8245;
   /*border-bottom: 2px solid #637987;*/
   }

  #tabs {
    padding: 0;
    margin: 0 0 0 207px;
    font-family: sans-serif, Arial, Helvetica;
    font-size: 12px;
    line-height: normal;
   }

  #tabs li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
   }

  #tabs li a {
    padding: 3px 8px 3px 8px;
    margin-left: 3px;
    /*background: #859AA8;*/
    background: #DF8245;
    text-decoration: none;
    /*color: #003;*/
    color: #FFF;
    border: 1px solid #637987;
    border-bottom: 0;
    line-height: normal;
   }

  #tabs li a:hover {
    color: #000;
    background: white;
    border-color: #859AA8;
   }

  #tabs li a.active {
    background: white;
   }

  #tabs li a.active:hover {
   color: #777;
   background: #fff;
   border-color: #637987;
  }

/*
 * =TABLE LISTINGS
 */

 .list { clear: left; }

/* .list table {
    width: 98%;
    }
*/
  .list table th {
    text-align: left;
    font-weight: bold;
    border-bottom: 4px solid #ccc;
    }

  .list table tr td {
    padding: 0 2px;
    }

  tr.shade {
    background: #E4E4D7;
    }

/*
 * =BUTTONS
 */
.btn-primary { 
	background: #39C ; 
	border: 1px solid #069; 
	padding: 2px 8px 1px; 
	color: #FFF; 
	font: bold 92% arial, helvetica, sans-serif; 
	overflow: visible; 
	vertical-align: middle; 
	}

.btn-disabled { 
	background: #999 ; 
	border: 1px solid #069; 
	padding: 2px 8px 1px; 
	color: #FFF; 
	font: bold 92% arial, helvetica, sans-serif; 
	overflow: visible; 
	vertical-align: middle; 
	}
