/* native tags */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	width:780px;
	margin:0 auto;
}


img,form {
	border:0;
	margin:0;

}

h1,h2,h3,h4,h5 {
	color:#001A34;
	margin:0;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
}

table td {
	vertical-align:top;
}

a {
	color:#0066CC;
}

/* content container */
div#maincontainer {
	background-color:#FFFFFF;
	width:795px;
	border:1px solid silver;
	padding:2px;
}


/* menu bar and footer */
div.menubar_wide {
	background-image:url(../../images/backgrounds/bg_aquabar_wide.gif);	
	height:41px;
	background-repeat:repeat-x;
	padding:0px;
	margin:auto 0;
	
	
}


div.menubar_wide a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	padding-left:4px;
	
}

/* footer content */
div.footer {
	color:#CCCCCC;
	font-size:11px;
	margin-top:10px;
	
}

div.footer a {
	color:#CCCCCC;
	text-decoration:none;
	font-size:11px;
	
}



/* three column table */

table#threecolumn {
	width:100%;
}

table#threecolumn td.left {
	width:200px;
	vertical-align:top;
}


table#threecolumn td.mid {
	padding:10px;
	vertical-align:top;
}	

table#threecolumn td.right {
	width:112px;
	padding:2px;
	vertical-align:top;
}	


/* datarow */

div#datarow1 {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-right:4px;
	background-color:#ffffff;
}

div#datarow1 a {
	display:block;
	font-weight:bold;
}

div#datarow1 div.row {
	border-bottom:1px solid silver;
	margin-bottom:6px;
	padding:2px;
}

div#datarow1 div.note {
	color:#333333;
	display:block;
}


table#datarow1 {
	padding-right:4px;
	background-color:#ffffff;
	padding:0;
	margin:0;
}


table#datarow1 tr td {
	border-bottom:1px solid silver;
}

table#datarow1 tr.header td {
	background-color:#666666;
	color:#999999;
}


table#datarow1 tr.on td {
	background-color:#e6e6e6;
}

table#datarow1 tr.header td a{
	color:#999999;
	text-decoration:none;
}






/* lmenu */

div#lmenu{
	font-size:12px;
	padding-right:4px;
}

div#lmenu a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#999999;
	border-bottom:1px solid silver;
	margin-bottom:6px;
	padding:2px;
}


div#lmenu a:hover {
	color:#cccccc;
	background-color:#999999;
}


div#lmenu a.header {
	color:#cccccc;
	background-color:666666;
}



div#lmenu2{
	font-size:12px;
	padding-right:4px;
}

div#lmenu2 a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#001A34;
	border-bottom:1px solid silver;
	margin-bottom:6px;
	padding:2px;
}


div#lmenu2 a:hover {
	color:#cccccc;
	background-color:#999999;
}


div#lmenu2 a.header {
	color:#cccccc;
	background-color:666666;
}




/* horiz submenu */
div#hsubmenu {	
background-color:#CCCCCC;
border-bottom:1px solid #333333;
}
div#hsubmenu a {
	color:#666666;
	text-decoration:none;
}

div#hsubmenu span.title {

color:black;display:inline;width:300px;
font-weight:bold;
font-size:12px;
}

/* section headers */
h5.sectionheader {
	background-color:#e6e6e6;
	color:#333333;
	padding:10px;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
}



/* misc tags */
.rborder1 {
	border-right:1px solid silver;
}

.box {
	margin:0 auto;border:1px solid silver;
}

.box h4{
	background-color:#666666;
	color:#CCCCCC;
}

.pad {
	padding:4px;
}

.lgraybg {
	background-color:#f2f2f2;

}

.whitebg {
	background-color:#ffffff;

}

/* list table */

table#list td {
	padding:2px;

}

table#list tr.header td {
		background-color:#666666;
		color:#999999;
	}


table#list tr.on td {
		background-color:#e6e6e6;
	}

.gradientbg {
background-image:url(/images/backgrounds/bg_backgradient.jpg);
background-repeat:repeat-x;
}

div.center {
	margin:0 auto;
}


/* investorside */
.investorside {
	font-size:10px;
	margin-top:10px;

}

.investorside img {
	padding:2px;

}