/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/***** NORMAL LINKS ******/
a,a:link,a:active,a:visited,a:hover{
	color: #FF6600; 
	font-weight: bold; 
	text-decoration : underline; 
}
/***** GREY LINKS ******/
a.grey-link,a.grey-link:link,a.grey-link:active,a.grey-link:visited,a.grey-link:hover{
	color: #595959; 
	font-weight: normal; 
	text-decoration : none; 
}

/****** BLUE LINKS ****************/

a.bluelinks			{ font-family: Arial; color: #595959; font-weight: normal; text-decoration : none; }
a:active.bluelinks	{ font-family: Arial; color: #595959; font-weight: normal; text-decoration : none; }
a:link.bluelinks	{ font-family: Arial; color: #595959; font-weight: normal; text-decoration : none; }
a:visited.bluelinks	{ font-family: Arial; color: #595959; font-weight: normal; text-decoration : none; }
a:hover.bluelinks	{ font-family: Arial; color: #595959; font-weight: normal; text-decoration : underline; }


/****** ORANGE LINKS ****************/

a.orangelinks			{ font-family: Arial; color: #FF6600; font-weight: normal; text-decoration : none }
a:active.orangelinks	{ font-family: Arial; color: #FF6600; font-weight: normal; text-decoration : none; }
a:link.orangelinks	{ font-family: Arial; color: #FF6600; font-weight: normal; text-decoration : none; }
a:visited.orangelinks	{ font-family: Arial; color: #FF6600; font-weight: normal; text-decoration : none; }
a:hover.orangelinks	{ font-family: Arial; color: #FF6600; font-weight: normal; text-decoration : underline; }

/****** BOLD ORANGE LINKS ****************/

a.boldorangelinks			{ font-family: Arial; color: #FF6600; font-weight: bold; text-decoration : none }
a:active.boldorangelinks	{ font-family: Arial; color: #FF6600; font-weight: bold; text-decoration : none }
a:link.boldorangelinks	{ font-family: Arial; color: #FF6600; font-weight: bold; text-decoration : none; }
a:visited.boldorangelinks	{ font-family: Arial; color: #FF6600; font-weight: bold; text-decoration : none; }
a:hover.boldorangelinks	{ font-family: Arial; color: #FF6600; font-weight: bold; text-decoration : underline; }


a.accountmainmenu			{ font-family: Arial; font-size: 12pt; color: #FFFFFF; font-weight: bold; text-decoration : none }
a:active.accountmainmenu	{ font-family: Arial; font-size: 12pt; color: #FFFFFF; font-weight: bold; text-decoration : none }
a:link.accountmainmenu		{ font-family: Arial; font-size: 12pt; color: #FFFFFF; font-weight: bold; text-decoration : none; }
a:visited.accountmainmenu	{ font-family: Arial; font-size: 12pt; color: #FFFFFF; font-weight: bold; text-decoration : none; }
a:hover.accountmainmenu		{ font-family: Arial; font-size: 12pt; color: #FFFFFF; font-weight: bold; text-decoration : underline; }

a.secondlevelmenu			{ font-family: Arial; font-size: 8pt; color: #000000; font-weight: normal; text-decoration : none }
a:active.secondlevelmenu	{ font-family: Arial; font-size: 8pt; color: #000000; font-weight: normal; text-decoration : none }
a:link.secondlevelmenu		{ font-family: Arial; font-size: 8pt; color: #000000; font-weight: normal; text-decoration : none; }
a:visited.secondlevelmenu	{ font-family: Arial; font-size: 8pt; color: #000000; font-weight: normal; text-decoration : none; }
a:hover.secondlevelmenu		{ font-family: Arial; font-size: 8pt; color: #000000; font-weight: normal; text-decoration : underline; }

a:active.orangebold{
	 font-size: 8pt; 
	 color: #FD790C; 
	 font-weight: bold;
	  text-decoration : underline;
}
a:link.orangebold{
	 font-size: 8pt; 
	 color: #FD790C; 
	 font-weight: bold;
	  text-decoration : underline;
}
a:visited.orangebold{
	 font-size: 8pt; 
	 color: #FD790C; 
	 font-weight: bold;
	  text-decoration : underline;
}
a:hover.orangebold{
	 font-size: 8pt; 
	 color: #FD790C; 
	 font-weight: bold;
	  text-decoration : none;
}
a:active.black-link{
	 font-size: 8pt; 
	 color: #000000; 
	 font-weight: normal;
	  text-decoration : underline;
}
a:link.black-link{
	 font-size: 8pt; 
	 color: #000000; 
	 font-weight: normal;
	  text-decoration : underline;
}
a:visited.black-link{
	 font-size: 8pt; 
	 color: #000000; 
	 font-weight: normal;
	  text-decoration : underline;
}
a:hover.black-link{
	 font-size: 8pt; 
	 color: #000000; 
	 font-weight: normal;
	  text-decoration : none;
}
a:active.blue-link{
	 font-size: 8pt; 
	 color: #0066CC; 
	 font-weight: normal;
	  text-decoration : underline;
}
a:link.blue-link{
	 font-size: 8pt; 
	 color: #0066CC; 
	 font-weight: normal;
	  text-decoration : underline;
}
a:visited.blue-link{
	 font-size: 8pt; 
	 color: #0066CC; 
	 font-weight: normal;
	  text-decoration : underline;
}
a:hover.blue-link{
	 font-size: 8pt; 
	 color: #0066CC; 
	 font-weight: normal;
	  text-decoration : none;
}
/*********************************************/


body   		 { 
  background-color: #EDFDD0; 
  font-family:Arial; 
  color:#595959;
  margin:0px;
  height:100%;
  }

table {
	FONT-SIZE: 9pt;
	FONT-FAMILY: Arial;
	color: #595959;
}
p{
	margin:0px;
	padding-top:3px;
	padding-bottom:3px;
}
h1{
	FONT-SIZE: 9pt;
	FONT-FAMILY: Arial;
	font-weight:normal;
	margin: 0px;
	padding:0px;
}
h2{
	FONT-SIZE: 9pt;
	color: #ff6600;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:center;
}
.h2-text{
	FONT-SIZE: 9pt;
	FONT-FAMILY: Arial;
	color: #0053B6;
	font-weight:normal;
	margin-bottom: 0;
}
h3{
	FONT-SIZE: 9pt;
	FONT-FAMILY: Arial;
	color: #EC6514;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
h4{
	FONT-SIZE: 9pt;
	FONT-FAMILY: Arial;
	color: #0053B6;
	font-weight:normal;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
h5{
	FONT-SIZE: 10pt;
	FONT-FAMILY: Arial;
	color: #0053B6;
	font-weight:normal;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
a.sitemaplink{
	font-size: 9pt; 
	color: #0066FF; 
	font-weight: normal;
	text-decoration : underline;
	margin-top:5px;
	display:block;
}
a:hover.sitemaplink{
	text-decoration:none;
}
ul.arrow-orangegreen { 
list-style-type: none;
padding-left: 25px;
padding-top:5px;
padding-bottom:5px;
margin-left: 0;
margin-bottom:0px;
list-style-image:url(/images/bullet_orangegreen.gif);
} 
ul { 
list-style-type: none;
padding-left: 25px;
padding-top:5px;
padding-bottom:5px;
margin-left: 0;
margin-bottom:2px;
list-style-image:url(/images/bullet_orangewhite01.gif);
text-align:left;
}
li{
	padding-bottom:8px;
} 
li.arrow-orangegreen { 
background: url(/images/bullet_orangegreen.gif) left center no-repeat;
padding-left: 15px;
margin-bottom: 2px;
} 
.title-bar{
	background-color: #A7C2D7;
	FONT-SIZE: 9pt;
	FONT-FAMILY: Arial;
	color: #000000;
	font-weight:bold;
	text-align:left;
}
.black-text {
	FONT-SIZE: 9pt;
	FONT-FAMILY: Arial;
	color: #000000;
	font-weight:normal;
}
.orange-text{
	color: #ff6600;
	font-weight:bold;
}
.footer{
	font-size:9px;
}
.white-text{
	FONT-FAMILY: Arial;
	color: #FFFFFF;
	font-weight:bold;
}
.textbox        { border: 1px solid #336699; background-color: #FFFFFF }


.bookmark    	{ font-family: Arial; font-size: 18pt; color: #336699; font-weight: normal; text-decoration : none; }


/************ subglobalNav styles **************/

.subglobalNav{
    font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	text-decoration : none;
}

.subglobalNav a:link, .subglobalNav a:visited {
    font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	text-decoration : none;
}

.subglobalNav a:hover{
    font-family: Arial;
	color: #FFFFFF;
	text-decoration : underline;
}



/************ end **********************/


.home-search-super-long {
	FONT-SIZE: 8pt;
	FONT-FAMILY: Arial;
	color: #595959;
	width:340px;
}
.home-search-long {
	FONT-SIZE: 8pt;
	FONT-FAMILY: Arial;
	color: #595959;
	width:225px;
}
.home-search-small {
	FONT-SIZE: 8pt;
	FONT-FAMILY: Arial;
	color:#595959;
	width:60px;
}
.home-search-medium {
	FONT-SIZE: 8pt;
	FONT-FAMILY: Arial;
	color:#595959;
	width:90px;
}
.home-search-medium-long {
	FONT-SIZE: 8pt;
	FONT-FAMILY: Arial;
	color:#595959;
	width:135px;
}
.home-search-color1{
	background-color:#ffcd9a;
	/*background-color:#FFFFFF;*/
	border-bottom:1px solid #FFFFFF;
}
.home-search-color2{
	background-color:#FFE9D3;
	/*background-color:#FFFFFF;*/
	border-bottom:1px solid #FFFFFF;
}
.blue-search-color1{
	background-color:#FFFFFF;
	/*background-color:#b0efff;*/
	border-bottom:1px solid #FFFFFF;
	text-align:center;
}
.blue-search-color2{
background-color:#FFFFFF;
	/*	background-color:#d6f7ff;*/
	border-bottom:1px solid #FFFFFF;
	text-align:center
}
.blue-villas{
	text-align:left;
	padding-left:10px;
}
.blue-div-color1{
	background-color:#d6f7ff;
	border-top:1px solid #FFFFFF;
	border-bottom:5px solid #FFFFFF;
	text-align:center;
	padding:3px;
	width:115px;
}
.blue-div-color2{
	background-color:#b0efff;
	border-top:1px solid #FFFFFF;
	border-bottom:5px solid #FFFFFF;
	text-align:center;
	padding:3px;
	width:115px;
}
.blue-row-color1{
	background-color:#d6f7ff;
	border-bottom:1px solid #FFFFFF;
	padding:3px;
}
.blue-row-color2{
	background-color:#b0efff;
	border-bottom:1px solid #FFFFFF;
	padding:3px;
}
input.orange-button { 
	font-weight: bold; 
	font-size: 12px; 
	color: white;
	background:url(/images/button_orange_long1.gif);
	width:155px;
	height:32px;
	border:0px;}
input.orange-button-small { 
	font-weight: bold; 
	font-size: 12px; 
	color: white;
	background:url(/images/button_orange_small1.gif);
	width:99px;
	height:32px;
	border:0px;}
input.orange-button-extralong { 
	font-weight: bold; 
	font-size: 12px; 
	color: white;
	background:url(/images/button_orange_extralong.gif);
	width:180px;
	height:23px;
	border:0px;}
	
.button-medium { 
	font-weight: bold; 
	font-size: 12px; 
	color: white;
	background:url(/images/btn_blankmedium.gif);
	width:70px;
	height:32px;
	border:0px;}
	
.AccountHeader
{
	background-color:#FFFF80;
	border-left:1px solid #0066cc;
	border-collapse:collapse;
	border-bottom-color:#0066cc;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#0066cc;
	font-family:Arial;
	font-size:9px;
	text-align:center;
}

.AccountHeaderRow
{
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:#0066cc;
}

.AccountItemRow
{
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:#0066cc;
	border-bottom-color:#0066cc;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.AccountTable
{
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:#0066cc;
}

.AccountItem
{
	background-color:#FFFFD7;
	border-left:1px solid #0066cc;
	border-collapse:collapse;
	color:#0066cc;
	font-family:Arial;
	font-size:9px;
	border-bottom-color:#0066cc;
	border-bottom-style:solid;
	border-bottom-width:1px;
	text-align:center;
}

.divmessage
{
	background-color:#FFFFFF;
	color:#000000;
	padding:5px;
}

.divmessage a:Link, .divmessage a:Hover, .divmessage a:Visited {color:#0033FF;}

/******** Admin report styles ********/
#reporttable {
	background-color:white;
	position:absolute;
	border:#9CCC2E solid 1px;
}

#reporttable .tdrow1 {
	border:1px solid white;
	background-color:white;
}

#reporttable .tdrow2 {
	background-color:#EDFDD0;
}

#reporttable th {
	background-color:#E8F0F9;
	text-align:left;
	font-weight:bold;
}

#reporttable a, #reporttable a:visited {
	text-decoration:underline;
}

/******** Admin report styles ********/

.sectionheader {
	border:1px solid #0355B7;
	border-top:0px;
	border-bottom:0px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:5px;
	FONT-SIZE: 9pt;
	FONT-FAMILY: Tahoma, Verdana, Arial, sans-serif;
	color: #0053B6;	
	font-weight:bold;
}
bodytext{
	font-size:9pt;
}
.errortext {
	color : Red;
	font-family : Tahoma;
	font-size : 10pt;
}
a.bodybold{
	color:#0053B6;
	font-weight:bold;
}
/*** New shizzle ;p ***/

/***navigation***/
.nav{
	background-color:#00ccff;
	color:#FFFFFF;
	text-align:center;
	padding:6px;
	margin-top:0px;
	margin-bottom:0px;
	border-right:2px solid #cdecff;
	font-size:13px;
}
.navon{
	background-color:#ff6600;
	color:#FFFFFF;
	text-align:center;
	padding:6px;
	margin-top:0px;
	margin-bottom:0px;
	border-right:2px solid #cdecff;
	font-size:13px;
}
.navright{
	border-right:0px;
}
.navleft{
	border-left:0px;
}
a.navlink:link,a.navlink:active,a.navlink:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.navlink:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.border-blue{
	border:1px solid #00ccff;
}
.border-orange{
	border:1px solid #ff6600;
}
.border-white{
	border:1px solid #FFFFFF;
}
.header-blue{
	background-color:#00ccff;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	padding:6px;
}
.header-orange{
	background-color:#ff6600;
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	padding:6px;
	text-align:center;
}
.nbld{
	font-weight:normal;
}
left{
	text-align:left;
}

