/* CSS Document */
/*Common Part*/
html
{
	height: 100%;
}
body
{ 
	padding: 0;   
	margin: 0 auto;  
	width: 800px; 
	min-height: 100%; 
	position: relative; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body a{color: #666;	text-decoration: none; font-weight: bold;}
body img{border: 0;  margin: 0; padding:0;} 
body p {margin:0; padding:0; }
body li {MARGIN: 3px 3px 3px 3px; }
body ul {FONT-SIZE: 11px;font-family: Verdana, Arial, Helvetica, sans-serif; }
li.special{MARGIN: 5px 5px 5px 5px;} 
ul.special{FONT-SIZE: 11px;font-family: Verdana, Arial, Helvetica, sans-serif;list-style-image: url(../images/newdesign/arrow.gif);  } 
li.disc{MARGIN: 5px 5px 5px 5px;} 
ul.disc{FONT-SIZE: 11px;font-family: Verdana, Arial, Helvetica, sans-serif;list-style-type: disc;} 


* html body 
{
	height:100%;
}
.global 
{
	min-height: 100%;
	margin: 0 auto;
	width: 800px;
	background: url(../images/newdesign/bg.gif) repeat-y;
} 
.main 
{
	min-height: 100%;
	margin: 0 auto;
	width: 778px;
	padding: 16px 11px 0 11px; 
	background: url(../images/newdesign/top.gif) no-repeat; 
	color: #7D7D7D !important;
}  
.header 
{
	width: 778px;
	overflow: hidden
}

#logo 
{
	margin:0;
	padding:0;
	position: relative;
	/* background: url(../images/newdesign/logo.jpg) no-repeat;  set in member.css and admin.css*/
	height: 170px;
	width: 290px;
	float: left;
	color: #FFFFFF;
} 
 
#logo a 
{ 
	margin:0;
	padding:0;
	position: absolute;
	/* background: url(../images/newdesign/logo.jpg) no-repeat;  set in member.css and admin.css*/
	height: 170px;
	width: 290px;
}  
#bannerswf 
{
	margin:0;
	padding:0;
	float: left;
} 
.floatleft 
{
	float: left;
} 
.content 
{
	/*background: url(../images/newdesign/contbg.gif) left top repeat-y; 
	For member only to show menu*/
	width: 778px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding-bottom: 10px;
	position:relative;
	z-index:1;
}

#content 
{
	float: left;
	padding: 10px 20px 0 20px;
	/*width: 537px; 
	For member only to show menu*/
} 
.content p 
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	line-height: 130%;
}  
.ov_hid 
{
 overflow: hidden;
}
#ul1  
{
	font-size: 11px;
	list-style-type: disc;
	margin: 30px 0 30px 20px;
} 

.bold
{
	font-weight: bold;
} 
.small
{
	font-size: 9px;
}
 
.enhancedlink 
{
	font-weight: bold;
	text-decoration: underline;
}

.content h1 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #3E7473;
	margin-top:0;
	letter-spacing: 0.05em;
}
.content h4 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #3E7473;
	margin-top:0;
	letter-spacing: 0.05em;
}
 
h3 
{
	font-size: 11px;
	color: #666;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	line-height: 130%;
}

h3 a
{
	text-decoration: underline;
}

 /*------------------Horizontal Menu---------------------------*/
.hmenu 
{
}

#umenu
{
	height: 30px;
	background-image: url(../images/newdesign/mainmenu/background.gif);
	background-repeat: repeat-x;
	voice-family: "\"}\"";
	voice-family: inherit;
}
 
#umenu ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*font-size: 11px;  This is set in navigation.css and admin.css*/
	margin:0;
	text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
	padding: 6px 0 0 0;
	list-style: none;
}

#umenu li 
{
	position:relative;
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
} 

#umenu a
{
	color: white;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 7px;
	text-decoration: none;
	letter-spacing: 1px;
}

#umenu a:hover
{
	color: #FFFFCC; /*Menu hover bgcolor*/
}


 /*------------------Horizontal Menu End---------------------------*/

/*------------------Footer---------------------------*/
.footer 
{
	width: 800px;
	height: 100px;
	background: url(../images/newdesign/bottom.gif) no-repeat;
	text-align: center;
	padding: 5px 0 5px 0;
}
.footer p
{
	color: #7D7D7D!important;
	font-size: 10px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
} 
.footer p a
{
	color: #7D7D7D!important;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.footer p a:hover
{
	color: #7D7D7D !important;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
} 
#copy 
{
	margin-top: 20px;
	color: #909090!important;
}
/*------------------Footer End---------------------------*/


.clear 
{
	clear: both; 
	height: auto;
}

.bold 
{
	font-weight: bold;
}

.alert 
{
	color: #F00;
}
.page_error
{
	color: #F00;
	text-align:center;
}

.look 
{
	font-weight: bold;
	font-size: 12px;
	color: #A5B77A;
}


.noresults
{
	font-weight: bold;
	font-size: 12px;
	color: #A5B77A;
	text-align:center;
}

.thumb 
{
	border: 1px solid #333;
}

.display 
{
	border: solid 1px black;
	padding-bottom: 0px;
} 
 
 

.clearer
{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
.dividerline
{
	clear:both;
	display:block;
	width:100%;
	height:1px;
	margin-top:20px;
	margin-bottom:20px;
	border-top:solid 1px #6E6E6E;
}

.listbuttons
{
	text-align:center;
	padding-bottom:20px;
	padding-top:10px;
}
.listbuttons-left
{
	text-align:left;
	padding-bottom:20px;
	padding-top:10px;
}

/* TABLES */
.pickme td:hover {cursor:pointer;}
thead
{
	font:bold 12px Arial;
	background:#015352;
	color:#fff;
	padding:4px;
}
.rowheader
{
	font:bold 12px Arial;
	background:#015352;
	color:#fff;
	padding:4px;
}
.rowheaderblack
{
	font:bold 12px Arial;
	background:#000000;
	color:#fff;
	padding:4px;
}
.rowheadergrey
{
	font:bold 12px Arial;
	background:#EEEEEE;
	color:#000;
	padding:4px;
}
td 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
tr.odd {background:#e4dcd9;}
tr.highlight {background:#BDA9A2;}
tr.selected {background:#4a1200;color:#fff;}

input.controlbuttons 
	{
	font-family: arial, verdana, ms sans serif;
	font-size: 10pt;
	text-align: center;
	margin:2px;
	padding:2px;
	cursor: pointer;
	overflow: visible;
	}
input.smallbuttons 
	{
	font-family: arial, verdana, ms sans serif;
	font-size: 8pt;
	text-align: center;
	margin:1px;
	padding:1px 2px 1px 2px;
	cursor: pointer;
	overflow: visible;
	}
.messagebox
	{
	width:90%;
	padding:5px;
	margin:5px 0 5px 0;
	text-align:center;
	font-weight:bold;
	background-color:#EEEEEE;
	}
.messagebox_left
	{
	width:90%;
	padding:8px;
	margin:5px 0 5px 0;
	text-align:left;
	font-weight:bold;
	background-color:#EEEEEE;
	border:solid 1px #666666;
	}
div.boximage
{
border:solid 1px #6E6E6E;
display:block;
float:right;
margin-left:10px;
margin-bottom:10px;
}
img.boximage
{
border:solid 4px white;
width:150px;
height:100px;
}
div.boximageleft
{
border:solid 1px #6E6E6E;
display:block;
float:left;
margin-right:10px;
margin-bottom:0px;
}
img.boximageleftbb
{
border:solid 4px white;
width:170px;
height:170px;
}
img.boximageleft
{
border:solid 4px white;
width:150px;
height:100px;
}

a.changelink:link, a.changelink:visited
{
text-decoration:underline;
font-weight:bold;
}
a.changelink:hover
{
color:red;
text-decoration:underline;
}
a.changelink:active
{
text-decoration:underline;
font-weight:bold;
}

#welcome 
{
	margin:0;
	padding:0;
	position: relative;
	background: url(../images/newdesign/welcome.gif) no-repeat;  
	float: left;
	color: #FFFFFF;
}
