/* inherent objects */

BODY {
	background-image: url(../images/background-repeat.gif);
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #336BB4;
}
A {
	color: #336BB4;
	text-decoration: underline;
}
A:hover {
	color: #004488;
	text-decoration: underline;
}

/* layout objects */

div.supershell{
}
div.shell{
	width: 935px;
	background-color:#FFFFFF;
	padding: 0px;
}
div.header {
	width: 935px;
	height: 135px;
}
div.content{
	width: 875px;
	margin: 15px 23px 0px 37px;
	text-align: left;
}
div.forecasting{
	float: left;
	display: inline;	
}

/* navigation menu */

div.navmenu {
	background-image: url(../images/menu-tube.gif);
	background-repeat: repeat-x;
	width: 660px;
	height: 24px;
	margin-left: 193px;
}
div.navmenu-left-cap {
	float: left;
	display: inline;
}
div.navmenu-right-cap {
	float: right;
	display: inline;	
}
.navmenu-list {
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
}
.navmenu-item {
	list-style: none;
	display: inline;
	padding: 0px;
	color: #336BB4;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;
}
A.navmenu-link {
	color: #336BB4;
	font-weight: bold;
	text-decoration: none;
}
A.navmenu-link:hover {
	color: #004488;
	font-weight: bold;
	text-decoration: none;
}

/* footer menu */

div.footmenu {
	text-align: center;
	padding: 20px 0px 20px 0px;	
}
.footmenu-list{
	margin: 0px;
	padding: 0px;
}
.footmenu-item{
	list-style: none;
	display: inline;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
A.footmenu-link{
	color: #336BB4;
	font-weight: normal;
	text-decoration: none;
}
A.footmenu-link:hover {
	color: #004488;
	font-weight: normal;
	text-decoration: none;
}

/* footer */

div.footer {
	padding-top: 20px;
	color: #162E4D;
}

/* main */

div.main {
	background-color: #E9F1FF;
	padding: 5px;
	background-image:url(../images/background-whitebar.gif);
	background-repeat: repeat-y;
}

/* left column */

div.leftcol{
	width: 150px;
	float: left;
}
div.left-text-large{
	color: #336BB4;
	font-size: 14px;
	margin: 5px;
	margin-bottom: 0px;	
}
div.left-text-normal{
	color: #336BB4;
	font-size: 11px;
	margin: 5px;
	margin-bottom: 0px;	
}
div.left-text-small{
	color: #336BB4;
	font-size: 10px;
	margin: 5px;
	margin-bottom: 0px;	
}
div.category {
	background-color: #336BB4;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
}
.member-menu-vert{
	margin: 0px;
	padding: 0px;
}
.member-menu-vert-item{
	list-style: none;
	padding: 0px;
	margin: 5px;
	margin-bottom: 0px;
}
A.member-menu-vert-link {
	color: #336BB4;
	font-weight: bold;
	text-decoration: none;
}
A.member-menu-vert-link:hover {
	color: #004488;
	font-weight: bold;
	text-decoration: none;
}

A.member-menu-hori-link {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
A.member-menu-hori-link:hover {
	color: #004488;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;	
}

/* right column */

div.rightcol {
	margin-left: 190px;
}
div.category-nobg {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
}

/* optional elements */

div.whitebox {
	padding: 10px 10px 10px 10px;
	background-color: white;
}
div.whitebox_no_padding {
	background-color: white;
}
div.title-on-white {
	background-color: white;
	font-size: 17px;
	color: #336BB4;
	font-weight: bold;
	padding-bottom: 10px;
}

div.title-on-blue {
	font-size: 17px;
	color: #336BB4;
	font-weight: bold;
	padding-bottom: 10px;
}
.whiteput {
	border: 1px solid white;
	background-color: white;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #336BB4;
}	

/* table components */

.graytable {
	background-color: #5F85B8;
}
.graycell {
	background-color: #EBEBEB;
	font-weight: bold;
	color: #162E4D;
}
.whitecell {
	background-color: white;
	color: #162E4D;
}
.lightbluecell{
	background-color: #82A5D4;
	color: white;
	text-align: center;
}
.darkbluecell {
	background-color: #336BB4;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/* help popups components */
A.help_pop {
	font-size: 11px;
	color: #CC0000;
/*	color: #FF0000;*/
	text-decoration: underline;
}
A.help_pop:hover {
	color: #004488;
	text-decoration: underline;
}
