﻿body{padding: 0px;background: #FFFFFF; background-image: url(../images/bground3.png); background-repeat: repeat-x; color: #222; text-align: left; margin: 0px; font: 85% "Trebuchet MS",Arial,sans-serif;}
h1,h2,p{margin: 0;padding: 0 10px;font-weight:normal}
p{padding: 0 10px 15px}
h1{font-size: 250%;color: #000000; letter-spacing: 1px}
h2{font-size: 200%;color: #000000; letter-spacing: 1px}
h3{font-size: 125%;color: #000000; letter-spacing: 1px}
td{font-size: 10pt;}
tdText{font-size: 9px; }
div#container{width: 750px !important; width /**/:760px; margin: 0 auto;padding:5px;text-align:left;background:#FFF; font-size: 12px; }
div#header{background: #4E77AF; padding: 10px;text-align:left}
div#footer{clear:both;width:100%;background: #4E77AF; color: #FFFFFF; padding:7px 0;text-align:left; font-size: 9pt;}
div#customercontent{padding:0px; text-align:left; background: #FFFFFF; font-size: 9pt;}
ul#split,ul#split li{margin:0;padding:0;list-style:none}
ul#split li{float:left;width:245px;margin:0 5px 5px 0}
ul#split h3{font: normal 120%/1.3 Verdana,sans-serif; text-transform:uppercase;margin:0px;padding: 5px 0 3px;text-align:center;color: #000}
ul#split p{margin:0;padding:5px 8px 15px}
ul#split div{background:#EEEEEE}
ul#splitDetail,ul#splitDetail li{margin:0;padding:0;list-style:none}
ul#splitDetail li{float:left;width:100%;margin:0 5px 5px 0}
ul#splitDetail h3{font: normal 120%/1.3 Verdana,sans-serif; text-transform:uppercase;margin:0px;padding: 5px 0 3px;text-align:center;color: #000}
ul#splitDetail p{margin:0;padding:5px 8px 15px}
ul#splitDetail div{background:#EEEEEE}
li#one h3{background: #FF9047}
li#two h3{background: #42B4AC}
li#three h3{background: #FFD154}
li#liDetail h3{background: #86AC8D}
.textBox {font: 85% "Trebuchet MS",Arial,sans-serif; font-size: 9pt; height:15px;}
.dropDownList {font: 85% "Trebuchet MS",Arial,sans-serif; font-size: 9pt; height:19px;}

table td img 
{
	display: block;
}

.pricetable 
{
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
}

.pricetable td
{
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
}

.td-title
{
	background: #77B04F;
	color: White;
   font-weight:bold;
   font-size: 12px;
   padding-left: 2px;
}
.td-category
{
	background: #DDDDDD;
   text-align:left;
   font-weight:bold;
   font-size: 12px;
   border-bottom: solid 1px black;
}
.td-program
{
	background: #DDDDDD;
   text-align:center;
   font-weight:bold;
   font-size: 12px;
   border-left: solid 1px black;
   border-bottom: solid 1px black;
}
.td-program-selected
{
   text-align:center;
   font-weight:bold;
   font-size: 12px;
   border-left: solid 1px black;
   border-bottom: solid 1px black;
   background-color: #CCFFCC;
}

.td-item
{
   text-align:center;
   font-size: 12px;
   border-left: solid 1px black;
   border-bottom: solid 1px black;
}

.td-item-bb
{
   text-align:center;
   font-size: 12px;
   border-bottom: solid 1px black;
}

.td-item-selected
{
   text-align:center;
   font-size: 12px;
   border-left: solid 1px black;
   border-bottom: solid 1px black;
   background-color: #CCFFCC;
}

.td-label
{
	font-size: 9pt;
	font-weight: bold;
}

.tabs
{
   position:relative;
   top:1px;
   left:10px;
}
.tab
{
   border:solid 1px black;
   background-color:#eeeeee;
   padding:2px 10px;
}
.selectedTab
{
   background-color:white;
   border-bottom:solid 1px white;
}
.tabContents
{
   border:solid 1px black;
   padding:10px;
   background-color:white;
}

#customercontent select {
	background-color:#F2F2E6;
  	height : 2em;
 	padding: 3px 0 0 0;
	border:1px solid #666666;
}
#customercontent {
	margin-top:17px;
}
/*  applies to IE only because seperate formating is required */
/* mac hide \*/
* html #customercontent {}
/* end hide*/

#customercontent input {
	display: inline;
	width: auto;
	color: #000000;
	font-size:11px;
	line-height:10px;
	letter-spacing:1.1px;
	font-family: 85% "Trebuchet MS",Arial,sans-serif;
	background-color: transparent;
		
	border : 1px solid gray;
	margin : 2px 0 2px 5px;
	padding : 2px 7px 2px 4px;

}

#customercontent .required {
	background-color:#F4F8FB;
	background-image: url(../images/required.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
}
#customercontent .not_required {
	background-color:#F4F8FB;
}

#customercontent .required:hover, #customercontent .not_required:hover {
 	color : #000;
	background-color :#EEEEDF;
	border : 1px solid gray;
	cursor : text;
	background-image: url(../images/required.gifdummy);
	background-repeat: no-repeat;
}

#customercontent .required:focus, #customercontent .not_required:focus {
	color : #000;
	/*height : 1.2em;*/
	background-color :#DADADA;
	border : 1px solid #006699;
	cursor : text;
	background-image: url(../images/required.gifdummy);
	background-repeat: no-repeat;
}
#customercontent .send_button {
	background-color:#cccccc;
	color:#000000;
	font-weight:bold;
	text-align:left;
	width:auto;
	margin-top:5px;
	padding:5px 5px 5px 5px;
	cursor:pointer;
	text-align:center;
	}
* html #customercontent .send_button {
	width:auto;
	}
#customercontent .send_button:hover {
	background-color:#66CC00;
	color:#FFFFFF;
	}
#customercontent .send_button_red {
	background-color:#cccccc;
	color:#000000;
	font-weight:bold;
	text-align:left;
	width:auto;
	margin-top:5px;
	padding:5px 5px 5px 5px;
	cursor:pointer;
	text-align:center;
	}
* html #customercontent .send_button_red {
	width:auto;
	}
#customercontent .send_button_red:hover {
	background-color:#FF0000;
	color:#FFFFFF;
	}
legend {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 82%;
	letter-spacing:1px;
	color: #666;
	background: #FFFFFF;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px 4px 22px;
	background-image: url(../images/promotions.gif);
	background-repeat: no-repeat;
 }
#customercontent textarea {
	margin:5px 0 15px 0px;
	padding:5px 5px 5px 5px;
	color: #000000;
	font-size:11px;
	line-height:15px;
	letter-spacing:1.1px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color:#F4F8FB;
	width:385px;
	height:180px;
	background-image: url(../images/LogoMediumFade.png);
	background-repeat: no-repeat;
	background-position:130px 50px;
	border:1px solid #F0F0F0;
	border:1px solid gray;
}
* html textarea {
	background-position:66px 42px;
}

fld1, .fld2, .fld3, .fld4, .fld5, .fld1, .fld_alarmdotcom {
	padding-left:10px;
	padding-bottom:10px;
	width:400px;
	margin-top:7px;
	background-color:#FFFFFF;
} 
.bold_red {
	color:#FF0000;
	font-weight:bold;
	text-align:left;
}
.bold_green {
	color:#339900;
	font-weight:bold;
	text-align:left;
}
.bold_black {
	color:#000000;
	font-weight:bold;
	text-align:left;
	text-decoration : underline;
}
.bold_black_i {
	color:#000000;
	font-weight:bold;
	text-align:left;
}
.bold_orange {
	color:#FF9900;
	font-weight:bold;
	text-align:left;
}
.bold_blue {
	color:#0033CC;
	font-weight:bold;
	text-align:left;
}