/* CSS Document Skin.css standard Skin for Afero */


#afero_headerTable
{
	background: url(images/banner-grey.gif) no-repeat top left;
}
#afero_submenu .subMenuLeft
{
	background: #FFF no-repeat right;
}
#afero_submenu .subMenu
{
	background: #FFF repeat-x top left;
}
#afero_submenu .NormalTextBox
{
	border: 1px solid #686a69;
	color: #686a69;
}
#afero_submenu .searchPosition
{
	background: #6795c9 url(images/grey_bg_submenu.gif) repeat-x top left;
}
#afero_menu
{
	background: #EFF5F5 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: #686a69;
}
#afero_language .dnnLanguage
{
	padding-right: 20px;
	padding-top: 0px;
}
#afero_leftTable
{
	width: 150px;
	height: 100%;
}
#afero_menu_vertical
{
	padding-left: 0px;
	padding-top: 0px;
	width: 150px;
	color: #fff;
	background: #DBDEC9 repeat-x left bottom;
	height: 100%;
	border: 1px solid #b4b4b4;
}
.menuVertical
{
	border-bottom: 0px;
	background: #DBDEC9 repeat-x left bottom;
	height: 100%;
}
.menuVerticalBottom
{
	empty-cells: show;
	background: #DBDEC9 repeat-x;
}
.menuVerticalBottomLeft
{
	empty-cells: show;
	background: #DBDEC9 no-repeat 0px 0px;
	height: 20px;
	width: 19px;
	border-left: 1px solid #b4b4b4;
}
.menuVerticalBottomRight
{
	empty-cells: show;
	background: #DBDEC9 no-repeat 0px 0px;
	height: 20px;
	width: 19px;
}
.Content
{
	width: 20px;
}
.bottomContent
{
	width: 110px;
}
.leftPane
{
	padding: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#afero_footer
{
	background: url(images/grey_bg_menu.gif) repeat-x top left;
}

/* Fonts */

h1, .head
{
	color: #9c0913;
}
h2
{
	color: #231F20;
}
h3
{
	color: #9c0913;
}
h4
{
	color: #231F20;
}
h5, .SubSubHead
{
	color: #9c0913;
}
.SubHead
{
	color: #231F20;
}
.Normal,.NormalDisabled,td
{
	color: #231F20;
}
.SkinObject
{
	color: #9c0913;
}
A:link  {
    color: #0000ff;
    text-decoration: none;
}
A:visited   {
    color: #0000ff;
    text-decoration: none;
}
A:active    {
    color: #0000ff;
    text-decoration: none;
}
A:hover {
    color: #686a69;
    text-decoration: underline;
}
a.SkinObject 
{	
	color: #9c0913;
}
a.SkinObject:active 
{	
	color: #9c0913;
}
a.SkinObject:link 
{	
	color: #9c0913;
}
a.SkinObject:visited 
{	
	color: #9c0913;
}
a.SkinObject:hover 
{
	color: #686a69;
}
#afero_submenu a.SkinObject:link, #afero_submenu a.SkinObject:active, #afero_submenu a.SkinObject:visited
{
	color: #9c0913;
}
#afero_footer a.SkinObject:hover, #afero_submenu a.SkinObject:hover
{
	color: #686a69;
} 
/* END Fonts */

/* dnnMenu */

.MainMenu_MenuContainer
{
	width: 148px;
}
.MainMenu_MenuItem 
{
	height: 60px;
	background: #DBDEC9;
}
.MainMenu_MenuItem td
{ 
	color: #000;
	padding-left: 3px;
}
.MainMenu_MenuItemSel
{
	background: #DBDEC9 repeat-x;
	height: 60px;
}
.MainMenu_MenuItemSel td
{
	padding-left: 3px;
}
.Mainmenu_MenuItemActive td
{
	background: #DBDEC9 repeat-x top left;
}
.MainMenu_Submenu .MainMenu_MenuItem
{	
	padding-right: 5px;
	color: #686a69;
}
.MainMenu_Submenu .MainMenu_MenuItemsel 
{
	padding-right: 5px;
	background: #686a69;
}
.MainMenu_SubMenu .MainMenu_MenuIcon
{
	background: #fff;
	padding: 0px;
	padding-left: 1px;
	padding-right: 1px;
	margin:0px;
}
.MainMenu_Submenu .Mainmenu_MenuItemActive td
{
	background: #DBDEC9 repeat-x middle left;
	padding-right: 5px;
}

