/* CSS Document */
body{
	margin: 0px;
	background-color: #c2cece;
	background-image:url(/images/pageBgWhite.png);
	background-repeat:repeat-x;
}
body,td,div,span, table {
	font-family: arial, verdana;
	/*font-size: 11px;*/
}
input, select, textarea{
	font-family: verdana;
	font-size: 10px;
	border-style: solid; border-width: 1px;
	border-Color: #888888;
}
input[type="image"],input[type="radio"],input[type="checkbox"], img{
	border-style: none;
	border-width: 0px ;
}
img{
	border: 0px;
	background: transparent;
}
form{
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}
a, a:hover, a:active, a:visited
{
	text-decoration: none;
	color: blue;
}
.noBrd{
	border-style: none;
	border-width: 0px ;
}
.lineDivider
{
	height:1px;
	background-image:url(/images/borderLinePx.gif)
}
.blankSection{
	height: 5px;
}
.heading{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	color:#000066;
	font-weight: bold;
	text-align:left;
}
.boxHeder{
	background-image:url(/images/header/headerBg.gif);
}

.container{
	width: 742px;
}
.txtRight{
	text-align:right;
}
.txtLeft{
	text-align:left;
}
.lnk, .lnk:visited{
	text-decoration:underline;
	color:#000066;
}
.lnk:hover{
	text-decoration:none;
	color:#0000CC;
}
.altTr{
	background-image:url(/images/altTrBg.gif);
}
.smallTxt, .smallTxt *{
	font-size:9px;
}
.footerLnk, .footerLnk:visited{
	text-decoration:none;
	color:#000066;
}
.footerLnk:hover{
	text-decoration:underline;
	color:#0000CC;
}
/*
	Menu Section
*/
.menuContainer{
	background-image:url(/images/menu/menuBg.png);
	background-repeat: repeat-x;
	height: 33px;
}
.menu, .menu:visited{
	color:#64727f;
	font-weight: bold;
	text-align:center;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
}
.menu:hover{
	background-image:url(/images/menu/selMenuBg.png);
	color:#000000;	
	font-size: 11px;
}
.menuOver{
	background-image:url(/images/menu/selMenuBg.png);
	color:#000000;	
	font-weight: bold;
	text-align:center;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
}
.menuText, .menuText:visited
{
	color:#64727f;
	font-weight: bold;
}
.menuText:hover
{
	color:#000000;	
	font-weight: bold;
}
.menuLft{
	background-image:url(/images/menu/menuLft.png);
	background-repeat:no-repeat;
	width: 8px;
}
.menuRgt{
	background-image:url(/images/menu/menuRgt.png);
	background-repeat:no-repeat;
	width: 8px;
}
.menuDiv{
	background-image:url(/images/menu/menuDiv.png);
	background-repeat:no-repeat;
	width: 3px;
	height: 33px;
}
/*------- BOX --------*/
.lightGray{
	background-color: #e7e7e7;
}
.gray{
	background-color: #e8e8e8;
}
.boxLftTop{
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/box/boxLftTop.png');
}
.boxLftTop[class] {
	background-image:url(/images/box/boxLftTop.png);
}	

.boxRgtTop{
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/box/boxRgtTop.png');
}
.boxRgtTop[class] {
	background-image:url(/images/box/boxRgtTop.png);
}	
.boxLftBot{	
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/box/boxLftBot.png');
}
.boxLftBot[class] {
  background-image:url(/images/box/boxLftBot.png);
}
.boxRgtBot{	
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/box/boxRgtBot.png');
}
.boxRgtBot[class] {
  background-image:url(/images/box/boxRgtBot.png);
}
.boxBotBg{
	background-image:url(/images/box/boxBotBg.png);
	background-repeat: repeat-x;
}
.boxTopBg{
	background-image:url(/images/box/boxTopBg.png);
	background-repeat: repeat-x;
}
.boxLftBg{
	background-image:url(/images/box/boxLftBg.png);
	background-repeat: repeat-y;
}
.boxRgtBg{
	background-image:url(/images/box/boxRgtBg.png);
	background-repeat: repeat-y;
}
/*----------------------*/
.whiteBg{
	background-color:#ffffff;
}
.brd{
	border: 1px solid #979797;
}
#logo{
	padding-left: 35px;
	text-align:left;
}
#mapDiv{
	width: 541px;
	height: 400px;
}
.redTitle{
	background-image:url(/images/box/redTitle/redTitleBg.png);
	width: 187px;
	height: 15px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
	text-align:left;
}
.txtContainer{
	padding: 5px 5px 5px 5px;
}
/*-----------------------*/
.titleGray{
	/*font-size: 12px;*/
	font-weight: bold;
	color:#000066;
	background-image:url(/images/title/titleGrayBg.png);
	background-repeat: repeat-x;
	width: 100%;
}
.titleTop{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	color:#000066;
	font-weight: bold;
}
.title{
	/*font-size: 12px;*/
	color: #000066;
	font-weight: bold;
	background-image:url(/images/title/titleBg.png);
	background-repeat: repeat-x;
	width: 180px;
	height: 20px;
	text-align: left;
}
.mapPropertyContent
{
	overflow: auto;
	width: 300px;
	text-align: left;
}
.inputHome
{
	width: 140px;
}
.footerLink, .footerLink:visited
{
	color: #000000;
	/*font-size: 10px;*/
	text-decoration: none;
}
.footerLink:hover
{
	color: #000000;
	/*font-size: 10px;*/
	text-decoration: none;
}
.noCls, .noCls:visited
{
	color: #000000;
	text-decoration: none;
}
.noCls:hover
{
	color: #000000;
	text-decoration: underline;
}
.cellPadd{
	padding: 2px 2px 2px 2px;
}
.aAccdetails
{
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
.aAccdetails:hover
{
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
.errMsg
{
	color: #FF0000;
	font-weight: bold;
}
.noPropertyMap
{
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-bottom: 35px;
}
.titleProperty{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000066;
	font-weight: bold;
}
.altTDCls
{
	background-color: #000066;
}
.aPropertyDet, .aPropertyDet:visited
{
	color: #075efe;
	text-decoration: none;
}
.aPropertyDet:hover
{
	color: #075efe;
	text-decoration: none;
}
.aPhotoControl, aPhotoControl:visited
{
	color: #4c4c4c;
}
.aPhotoControl:hover
{
	color: #4c4c4c;
}
#photoDiv
{
	text-align: center;
	color: #4c4c4c;
	font-weight: bold;
}

#videoDiv
{
	text-align: center;
	color: #4c4c4c;
	font-weight: bold;
}
.accountMsg
{
	/*font-size: 10px;*/
}
.bidComplete
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
}
.bidDetailsProperty
{
	color: #0000FF;
	/*font-size: 12px;*/
	font-weight: bold;
}

.padd-left
{
	padding-left:40px;
}
.pTitleComingSoon, .pTitleComingSoon:hover, .pTitleComingSoon:visited
{
	color: #0000FF;
	text-decoration: underline;
}
.pTitleNowOpen, .pTitleNowOpen:hover, .pTitleNowOpen:visited
{
	color: #008000;
	text-decoration: underline;
}
.pTitleClosingSoon, .pTitleClosingSoon:hover, .pTitleClosingSoon:visited
{
	color: #CC6600;
	text-decoration: underline;
}
.pTitleClosed, .pTitleClosed:hover, .pTitleClosed:visited
{
	color: #FF0000;
	text-decoration: underline;
}
.pTitleTempS, .pTitleTempS:hover, .pTitleTempS:visited
{
	color: #808080;
	text-decoration: underline;
}
#noScriptDiv{
	height:150px;
	width:400px;
	top:15%;
	left:30%;
	position:absolute;
	border:1px solid #666666;
	background-color:#ffffff;
	padding: 15px;
	padding-top: 40px;
	font-family: arial, verdana;
	/*font-size: 12px;*/
}
.defFont
{
	font-size: 11px;
}
.enlageFont
{
	font-size: 13px;
}
#tableBrd
{
	border-collapse: collapse;
}
#tableBrd, #tableBrd td, #tableBrd th
{
	border: 1px solid #999999;
}
#footer
{
	font-size: 10px;
}
#enlargeSec
{
	font-size: 11px;
}

/**********************task 8070*************************/
.reportRowSelected {
  background-color: #dfeffe;
  cursor: pointer;
}

/***********************************************/

.analogclock
{
	font: 8pt Arial; 
	font-weight: bold; 
	background-image: url(/images/clockBg.gif); 
	background-repeat: no-repeat;
}
.timeZoneTable
{
	background-image: url(/images/UStimezone.jpg); 
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	height: 405px;
}
.timeZoneTable_1
{
	background-image: url(/images/UStimezone_1.jpg); 
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	height: 405px;
}
.timeZoneTable_2
{
	background-image: url(/images/UStimezone_2.jpg); 
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	height: 405px;
}
.timeZoneTableHead
{
	width: 100%;
}

.zonetime
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold; 
	text-align: center;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 105px;
}

.ifrmBrd
{
	border: 1px solid #000000;
}

.titleDiv
{
	float:left;
	width:200px;
}

.timerDiv
{
	float:left;
	width: 100px;
}

/*.timerTitle
{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000066;
	font-weight:bold;
	text-align:right;
	padding-right: 7px;
}*/

/*#timerClock
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;	
	text-align: center;
	padding: 10px;
	background-color: #B9DBFD;
	color:#000066;
	border:1px solid #9AA4A4;

}*/

.spaceDiv{
	height:13px;
}

.clearDiv{
	clear:both;
}
