/* Page CSS */

body {
font-family:Arial, Helvetica, sans-serif;
background-color:#000000;
font-size:11px;
}

/*bg wrap*/
#bgWrap{
background:url(topsiteBg.jpg) top left repeat-x #000000;
width:100%;
}

/*vip area*/
#vipArea {
background:url(vipArea_bg.jpg) no-repeat top left;
}

/*agent and broker info area*/
#contactArea {
background:url(contactArea_bg.jpg) no-repeat bottom left;
}
   
#contactInfo {
color:#BFBFBF;
text-align:right;
width:500px;
font-size:127%;
}

#contactInfo span {
font-weight:bold;
font-size:170%;
}

#contactInfo a {
color:#E6E6E6;
font-weight:bold;
text-decoration:none;
}

#contactInfo a:hover {
color:#BFBFBF;
}

/* top header area*/
#topheaderArea {
background:url(topheaderArea_bg.jpg) no-repeat top left;
}

/*header area ------ */
#headerArea {
}

/*menu area ------ */
#menuContact_area {
background:url(menuArea_bg.jpg) no-repeat top left;
}

#mainMenuContainer {
}

/*cnt area ------ */
#sub_cntArea {
}

#sub_siteCnt a {
color:#E6E6E6;
font-weight:bold;
text-decoration:none;
}

#sub_siteCnt a:hover {
color:#BFBFBF;
text-decoration:none;
}

#sub_siteCnt h1 {
font-weight:bold;
font-size:163%;
}

/*footer area ------ */
#pageendArea {
background:url(pageend_scalebg.jpg) top left repeat-x;
}

/*copyright area ------ */
#footerArea {
font-size:90%;
text-align:center;
color:#585858;
}

#footerArea a {
text-decoration:none;
color:#585858;
}

#footerArea a:hover {
text-decoration:none;
color:#BFBFBF;
}

/*fullcnt area ------ */
#full_cntArea {
}

#full_siteCnt {
color:#BFBFBF;
}

/*homepage area ------ */
#cntArea {
}

	#siteCnt {
	color:#BFBFBF;
	}

/* VIP BAR CSS */

#dashboard {
color:#BFBFBF;
font-size:90%;
background:url(vip/vipBg.gif) no-repeat top left;
}	

#dashboard a{
font-size:100%;
color:#BFBFBF;
}

#dashboard a:hover{
color:#ffffff;
}
	
#dashboard_logo {
background:url(vip/vipLogo.jpg) no-repeat top left;
}

#dashboard .submit {
cursor:pointer;
color:#ffffff;
font-size:90%;
border-top:1px solid #969696;
border-right:1px solid #484848;
border-bottom:1px solid #484848;
border-left:1px solid #969696;
background-color:#727272;
}

#dashboard_login {}

#dashboard .inputs, #dashboard .inputs_error{
font-size:100%; 
color:#5C5C5C;
border:1px solid #B5B5B5;
background-color:#ffffff;
}

#dashboard .inputs_error{
background-color: Yellow;
}

#vipMenu {}

#vipMenu li {}

#vipMenu li a {
font-size:100%;
text-align:center;
background-color:#656565;
text-decoration:none;
color:#BFBFBF;
line-height:20px;
}

#vipMenu li a:hover, #vipMenu li a.over {
color:#BFBFBF;
background-color:#585858;
}

#dashboardContent {
  border-color:#474747;
  background-color:#585858;
}
