/* CSS Document Skin.css standard Skin for Afero */


#afero_headerTable
{
	background: url(images/banner-blue.jpg) no-repeat top right;
}
#afero_submenu .subMenuLeft
{
	background: url(images/bg_submenu_left.gif) no-repeat right;
}
#afero_submenu .subMenu
{
	background: #6795c9 url(images/bg_submenu.gif) repeat-x top left;
}
#afero_submenu .NormalTextBox
{
	border: 1px solid #255f9e;
	color: #255f9e;
}
#afero_submenu .searchPosition
{
	background: #6795c9 url(images/bg_submenu.gif) repeat-x top left;
}
#afero_menu
{
	background: url(images/bg_menu.gif) repeat-x top left;
}
#afero_breadcrumb .dnnBreadcrumb
{
	padding-left: 21px;
	color: #fff;
	padding-top: 3px;
}
.dnnBreadcrumb a.SkinObject:link, .dnnBreadcrumb a.SkinObject:active, .dnnBreadcrumb a.SkinObject:visited 
{
	color: #fff;
}
.dnnBreadcrumb a.SkinObject:hover
{
	color: #0a2a53;
}
#afero_language .dnnLanguage
{
	padding-right: 20px;
	padding-top: 0px;
}
#afero_leftTable
{
	width: 240px;
}
#afero_menu_vertical
{
	padding-left: 10px;
	padding-top: 10px;
	width: 230px;
	color: #fff;
	background: none;
	height: 100%;
}
.menuVertical
{
	border: 1px solid #b4b4b4;
	border-bottom: 0px;
	background: #83b8e2 url(images/blue01_bg.gif) repeat-x left bottom;
}
.menuVerticalBottom
{
	empty-cells: show;
	background: url(images/blue01_bg_bottom.gif) repeat-x;
}
.menuVerticalBottomLeft
{
	empty-cells: show;
	background: url(images/blue01_bg_bottom_left.gif) no-repeat 0px 0px;
	height: 20px;
	width: 19px;
}
.menuVerticalBottomRight
{
	empty-cells: show;
	background: url(images/blue01_bg_bottom_right.gif) no-repeat 0px 0px;
	height: 20px;
	width: 19px;
}
.Content
{
	width: 20px;
}
.bottomContent
{
	width: 190px;
}
.leftPane
{
	padding: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#afero_footer
{
	background: url(images/bg_menu.gif) repeat-x top left;
}

/* Fonts */

h1, .head
{
	color: #255f9e;
}
h3
{
	color: #255f9e;
}
h5, .SubSubHead
{
	color: #255f9e;
}
.SkinObject
{
	color: #255f9e;
}
A:link  
{
    color: #255f9e;
}
A:visited   {
    color: #255f9e;
}
A:active    {
    color: #255f9e;
}
A:hover {
    color: #0a2a53;
}
a.SkinObject 
{	
	color: #255f9e;
}
a.SkinObject:active 
{	
	color: #255f9e;
}
a.SkinObject:link 
{	
	color: #255f9e;
}
a.SkinObject:visited 
{	
	color: #255f9e;
}
a.SkinObject:hover 
{
	color: #0a2a53;
}
#afero_footer a.SkinObject:hover, #afero_submenu a.SkinObject:hover
{
	color: #0a2a53;
} 
/* END Fonts */

/* dnnMenu */

.MainMenu_MenuContainer
{
	width: 228px;
}
.MainMenu_MenuItem 
{
	height: 30px;
	background: none;
}
.MainMenu_MenuItem td
{ 
	color: #FFF;
	padding-left: 6px;
}
.MainMenu_MenuItemSel
{
	background: url(images/menu_activev.gif) repeat-x;
}
.MainMenu_MenuItemSel td
{
	padding-left: 6px;
}
.Mainmenu_MenuItemActive td
{
	background: url(images/menu_activev.gif) repeat-x top left;
}
.MainMenu_Submenu .MainMenu_MenuItem
{	
	padding-right: 5px;
	color: #255f9e;
}
.MainMenu_Submenu .MainMenu_MenuItemsel 
{
	padding-right: 5px;
	background: #255f9e;
}
.MainMenu_SubMenu .MainMenu_MenuIcon
{
	background: #fff;
	padding: 0px;
	padding-left: 1px;
	padding-right: 1px;
	margin:0px;
}
.MainMenu_Submenu .Mainmenu_MenuItemActive td
{
	background: url(images/menu_activev.gif) repeat-x top left;
	padding-right: 5px;
}


