
.alertclose
{
	position:absolute;
	font-weight:650;
	font-family:Verdana;
	font-size:6.5pt;
	color:#FFFFFF;
	background-color:#033876;
	padding:0px 0px 1px 1px;
	filter:alpha(opacity=60);
	opacity:0.6;
	height:17px;
	width:326px;
	display:block;
	top:144px; 
	left:593px;
	position:absolute; z-index:999; 
}

.loading
{
	position:absolute;
	font-weight:bold;
	font-family:Verdana;
	font-size:8pt;
	color:#000000;
	background-color:#FFFFFF;
	padding:0px 0px 1px 1px;
	filter:alpha(opacity=100);
	opacity:1;
	height:17px;
	width:326px;
	display:block;
	top:144px; 
	left:593px;
	position:absolute; z-index:999; 
}

body{
	margin: 0px;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#4B4B4B;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#444444;
}
td, input{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#444444;
}

.footer{
	font-size:12px;
	color:#7C8F9D;
}
a.footerLink{
	color:#394F5D;
}
a.footerLink:hover{
	color:#000000;
}
a.loginLink{
	color:#FFAD5E;
	text-decoration:none;
}
a.loginLink:hover{
	color:#FF7D00;
	text-decoration:underline;
}

a{
	color:#2D90D1;
}
a:hover{
	color:#C84530;
}


/*** MENU TABS ***/
.menuLinkTab{
	padding-top:10px;
}
a.menuLink{	
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
a.menuLink:hover{
	color:#FFAD5E;
	text-decoration: none;
}
.menuTab{
	width:108px;
	height:37px;
	float:left;
	margin-right:1px; 
	background-image:url(../images/menutab.png);
	text-align:center;
}
.menuTabOn{
	width:108px;
	height:37px;
	float:left;
	margin-right:1px; 
	background-image:url(../images/menutab-over.png);
	text-align:center;
}

/*** PROPERTY TABS ***/
.tabOnTxt{
	float:left;
	margin-top:10px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#2D84C4;
}
.tabOffTxt{
	float:left;
	margin-top:10px;
	text-align:center;
	font-size:12px;
	color:#444444;
	font-weight:normal;
}
.tabOn_left{
	width:2px;
	height:32px;
	background-image:url(../images/tabOn_left.png);
	background-repeat:no-repeat;
	float:left;
}
.tabOn_right{
	height:32px;
	width:7px;
	background-image:url(../images/tabOn_right.png);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	margin-right:2px;
}
.tabOn_bg{
	height:32px;
	background-image:url(../images/tabOn_bg.png);
	background-repeat: repeat-x;
	float:left;
}
.tabOff_left{
	width:2px;
	height:32px;
	background-image:url(../images/tabOff_left.png);
	background-repeat:no-repeat;
	float:left;
}
.tabOff_right{
	height:32px;
	width:7px;
	background-image:url(../images/tabOff_right.png);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	margin-right:2px;
}
.tabOff_bg{
	height:32px;
	background-image:url(../images/tabOff_bg.png);
	background-repeat: repeat-x;
	float:left;
}

#subImages{
	border:1px solid black;
	width:220px;
	height:33px;
	white-space:nowrap;
	overflow:hidden;
}

#subImages img{
	cursor:pointer;
	border:1px solid white;
	vertical-align:top;
	margin:0px 0px 0px 0px;
}

.inputBox{
	border:1px solid #96B1C4; 
	background-color:#FBFFFF; 
	color:#0066CC
}
