/* CSS Document */
html {
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: arial,verdana, helvetica, sans-serif;
	font-size:11px;
	line-height:16px;	
}

body td
{
	font-size: 12px;
	font-family: arial,verdana, helvetica, sans-serif;
	color:#FFFFFF;	
}

h1{
	font-size: 24px;
	line-height:30px;
	font-weight: bold;		

}

td.leftwing {
	background-image:url(../images/bg_leftwing.gif);
	background-position:right;
	background-repeat: repeat-y;
}

td.rightwing {
	background-image:url(../images/bg_rightwing.gif);
	background-position:left;
	background-repeat: repeat-y;
}

td.content{
	background-image:url(../images/bg_content.jpg);
	background-attachment: fixed;
}

#header{
	background-image:url(../images/bg_header.gif);

}

.header{
	font-weight: bold;
	font-size: 30px;	
	line-height: 30px;
	color: #4D4D4D;
	
}

.tableheader{
	background-color: #7D8E9F;
	color: #FFFFFF;
	font-weight: bold;
	padding:5px;
	
}

.tableheaderblue{

	color: #33779E;
	font-weight: bold;
	padding:5px;
	
}

.birthdayheader{

	color: #FFFFFF;
	font-size: 16px;		
	font-weight: bold;
	
}

.indextableheader{
	background-color: #F8EEE6;
	color: #F28531;
	font-weight: bold;
	padding:5px;
	
}

.subheader{
	color: #D9E0E7;
	font-weight: bold;
	font-size: 14px;	
	
}

.cellcontent{
	background-color: #E2E9F0;
	color: #000000;
	padding:5px;	
	
}

.indexcellcontent{
	background-color: #F8EEE6;
	color: #000000;
	padding:5px;	
	
}

#listingcontent{

	float: right;

}
.highlight{
	color: #FF7E00;

}

.legal{

	font-size: xx-small;
	letter-spacing: 1px;
	font-weight: bold;
}

.legal a, 
.legal a:link, 
.legal a:visited
{
	color: #FFDE00;
	text-decoration:none;
	font-weight:bold;
}

.legal a:hover
{
	text-decoration:underline;
}

form {margin: 0px;}

li{
	list-style-image: url(../images/bullet.gif);
}

#topbanner {
	background-image:url(../images/bg_topbanner.gif);
	background-repeat: repeat-x;
	height: 108px;
}
#searchbox {
	background-image:url(../images/bg_search.gif);
	background-color: #EAE9E8;
	height: 178px;
	background-repeat:  no-repeat;
	padding:10px;
	padding-top: 48px;
	padding-bottom: 10px;
	vertical-align: top;	


}

#accountbox {
	background-image:url(../images/panelheader_account.gif);
	background-color: #EAE9E8;
	height: 178px;
	background-repeat: no-repeat;
	padding:10px;	
	padding-top: 48px;	
	vertical-align: top;		
	
}

#footer {
	background-color: #FF7E00;
	height: 48px;
	color: #FFFFFF;
}

a,
a:link,
a:visited,
a:active
{
	color:#000000;
	font-weight:underline;
	font-weight:bold;	
}
a:hover
 {
	color:#666666;
	text-decoration:underline;	
}

a.bottom,
a.bottom:link,
a.bottom:visited,
a.bottom:active
{
	color:#FFDE00;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
a.bottom:hover
 {
	color:#FFFFFF;
	text-decoration:underline;	
}

input
{
	font-size:11px;
	background-color: #CDE2F3;
	border: 1px solid #73828C;
	padding: 3px;

}

input.button
{
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
	background-color: #3A66C0;
	border: none;
	padding: 5px;

}

select
{
	font-size:11px;
	background-color: #CDE2F3;
	border: 1px solid #73828C;
}

textarea
{
	font-size:11px;
	background-color: #CDE2F3;
	border: 1px solid #73828C;
}