*
{
	
}


body
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #09496F;
}

h1
{
	margin: 0px;
	font-size: 13px;
	color: #09496F;
	/*color: #BBEB04;*/
}

div.h1
{
	background-color: #BBEB04; 
	margin-bottom: 5px; 
	padding: 3px 5px 3px 5px;
}

a
{
	color: #09496F;
}

a img
{
	border: none;
}

p
{
	margin: 0px;
	padding: 0px;
}

#left
{
	width: 250px; 
	float: left;
	background-image: url(/shared/images/custom/products_menu/shadow.gif); 
	background-position: right; 
	background-repeat: repeat-y; 
	background-color: white;
}

#menu
{
	margin-left: 20px; 
	width: 204px; 
	border-left: 1px solid #A1B7C4; 
	border-right: 1px solid #A1B7C4;
}

#menu a
{
	text-decoration: none;
	color: #09496F;
}

#menu div
{
	padding: 0px 0px 0px 7px;
	cursor: pointer;
	line-height: 20px;
}

#menu div.depth_1_selected, #menu div.depth_1, #menu div.depth_1_parent
{
	background-image: url(/shared/images/custom/products_menu/light_bg.gif);

}

#menu div.depth_1_selected, #menu div.depth_0_selected, #menu div.product_selected
{
	font-weight: bold;
}

#menu div.depth_0_parent, #menu div.depth_1_parent
{
	background-image: url(/shared/images/custom/products_menu/light_bg.gif);
}

#menu div.product
{
	background-image: url(/shared/images/custom/products_menu/light_bg.gif);

}

#menu div.product_selected, #menu div.depth_0_selected, #menu div.depth_1_selected
{
	background-image: url(/shared/images/custom/products_menu/dark_bg.gif);

}



#pages_menu
{
	height: 27px; 
	
	border-right: 1px solid #C1D1DB;
}

#pages_menu table
{
	width: 100%;
}

#pages_menu td.spacer
{
	width: 1px;
}

#pages_menu a
{
	display: block;
	width: 100%;
	height: 27px;
	line-height: 27px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #09496F;
}

#pages_menu a:hover, #pages_menu a.selected
{
	background-color: #BBEB04;
	color: #09496F;
}

#content
{
	background-color: white;
	background-image: url(/shared/images/custom/content/bg.gif); 
	background-repeat: no-repeat;
}

#content_footer
{
	height: 28px;
	background-image: url(/shared/images/custom/content/footer.gif);
	line-height: 28px;
	text-align: right;
	padding-right: 20px;
}

#content_footer a
{
	margin-right: 15px;
	color: #333333; 
	font-weight: bold; 
	text-decoration: none;
}

div.overview_item, div.overview_item_selected
{
	border-bottom: 1px solid #C1D1DB;
	padding: 4px;
	cursor: pointer;
}

div.overview_item_selected
{
	background-color: #EAF9B3;
}

input.blue, select.blue
{
	background-color: #D4E7F3;
	padding: 2px;
	border: 1px solid #09496F;
	font-size: 12px;
}

#copyright
{
	margin-top: 10px;
	color: #62A7CC;
	text-align: center;
}

#copyright a
{
	color: #62A7CC;
	text-align: center;
}



