﻿body
{
	padding: 0px;
	color: #222; 
	background-color: Black;
	text-align: left; 
	margin: 10px 0px 0px 0px; 
	font: 85% "Trebuchet MS",Arial,sans-serif; 
	font-size: 14px;
	/*
	background-image: url('../images/addvtile.jpg');
	background-repeat: repeat;
	*/
}

.LinkOnBlack a
{
	color: White;
}

.LinkOnBlack a:link
{
	color: White;
}

.LinkOnBlack a:active
{
	color: White;
}

.LinkOnBlack a:visited
{
	color: White;
}

.LinkSummit a
{
	color: #036AC6;
}

.LinkSummit a:link
{
	color: #036AC6;
}

.LinkSummit a:active
{
	color: #036AC6;
}

.LinkSummit a:visited
{
	color: #036AC6;
}


.LinkCategory a
{
	color: #202D4F;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.LinkSubCat a
{
	color: #202D4F;
	text-decoration: none;
	font-size: 13px;
}

.LinkMerchant a
{
	color: #202D4F;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

.hometextHead
{
	font-family : Verdana, Tahoma , arial, Sans-Serif, Courier New;
	font-size : 12px;
	font-weight : bold;
	color: rgb(0,0,0);
	padding-right: 10px;
	/*padding-left: 4px;*/
}

.hometext
{
	font-family : Verdana, Tahoma , arial, Sans-Serif, Courier New;
	font-size : 12px;
	font-weight : normal;
	color: rgb(93,93,93);
	padding-right: 5px;
	text-align:left;
	/*padding-left: 4px;*/
}

.handcursor
{
	cursor: pointer;
}

.td-label
{
	font-size: 9pt;
	font-weight: bold;
}

#customercontent {
	margin-top:17px;
}
/*  applies to IE only because seperate formating is required */
/* mac hide \*/
* html #customercontent {}
/* end hide*/

#customercontent input[type="text"] {
	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;

}

.MyRadio 
{
	outline: none;
	border: none;
}

#customercontent [type="text"].required {
	background-color:#F4F8FB;
	background-image: url(../images/required.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
}
#customercontent [type="text"].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 select
{
	margin-left: 0.5em;
	font-size: 11px;
	line-height: 10px;
	padding: 1px 1px 1px 1px;
	background-color: #F4F8FB;
	height: auto;
}

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;
 }

fld1, .fld2, .fld3, .fld4, .fld5, .fld1, .fld_alarmdotcom {
	padding-left:10px;
	padding-bottom:10px;
	margin-top:7px;
	width: auto;
	background-color:#FFFFFF;
} 

.AdBackground
{
	background-image: url(../images/thumb_gradient.jpg);
	background-repeat: repeat-x;
}

.TodayClock
{
   background-color:#FFF;
   border:1px solid #D2D2D2;
   font-weight:normal;
   padding:3px 9px 0;
   width: 110px;
   /* float: right; */
   text-align:center;
   /* margin-top:-16px; */
}

.TodayClock .TodayDate
{
	font-weight: bold;
   font-size:12px;
}

.TodayClock .TodayTime
{
   font-size:26px;
}

.TodayClock .TodayTimeAMPM
{
	margin-left: 5px;
   font-size:12px;
}

