.TopBar{
	width: 100%;
	height: 100%;	
	align: center;
	background-image: url('images/Top-Bar.png');
}
.TopBarContainer{
	width: 95%;
    height: 100%;
    background-position: top;
    margin: 0px 26px 0px 26px;
    text-align: center;
    }
.SkinBackground{
	background-color: #F6F5F8;
    background-position: center;
}
.SkinBanner{
	width: 100%;
}
.ContentBar{
	width: 100%;
	height: 25px;
	background-image: url('images/ContentBar.jpg');
	background-position: center;
	margin-top: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #402B00;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #402B00;
}
.PageContainer {
	width: 100%; 
	background-color: #DFDFDF;	
}

.ContentContainer 
{
    width: 80%;
    height: 100%;
    background-color: #DFDFDF;
    background-image: url('images/Body-Repeater.png');
    background-repeat: repeat-y;
}

.ContentContainerInside{
	width: 95%;
    height: 100%;
    background-position: top;
    margin: 0px 26px 0px 26px;
    text-align: center;
    }

.MenuContainer
{ 
    width: 100%;
    height: 100%;
    background-position: top;
    padding: 162px 0px 0px 150px;
    background-image: url('images/Banner.png');
}

.FooterContainer
{ 
    background-image: url('images/Footer.png');
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}
.SkinObject 
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #002B41;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
.LeftMenuSeparator
{
	background-image:url('images/MenuSeparator.jpg');
}
A.SkinObject:link
{
	text-decoration: none;
	color: #8C4600;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #402B00;
}

A.SkinObject:hover
{
	text-decoration: underline;
	color: #404040;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #CFCFCF;
}

.Main_DNNMenu_ContainerSub 
{
    background-color: #959595;    
    z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	align: center;
}

.Main_DNNMenu_NodeRoot  { 
	cursor: pointer; 
	cursor: hand; 
	color: #25759F; 
	font-size: 12pt; 
	font-weight: 600px; 
	font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;      
    padding: 0px 10px 0px 10px; 
    border-color: #FFFFFF;
}

.Main_DNNMenu_Node td 
{ 
	cursor: pointer; 
	cursor: hand; 
	color: #25759F; 
	font-size: 12pt; 
	font-weight: 600px;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #D9D9D9;
    white-space: nowrap; 
    padding: 0px;
    border-style: ridge;
    border-width: 1px;
    margin: 0px;
}

.Main_DNNMenu_NodeHover
{
	color: #04115E;
}

.Main_DNNMenu_NodeHover td
{
    color: #04115E;
}

.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #005E8C;
}

/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #8C4600;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #002B41;
}


/* GENERIC */
H1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #002B41;
}

H2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #002B41;
}

H3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #002B41;
}

H4
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #002B41;
}

H5, DT
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #002B41;
}

H6
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #002B41;
}


/*--------- dnn menu style ----------*/
/* sub menu td */
.sub_dnnmenu_bar 
{
    cursor: pointer;
    font-size: 11px; 
    background-color: transparent;
}

/*  Sub Menu Normal  */
.sub_dnnmenu_rootitem  
{    
    color: #9D6F17;
    font-size: 13px; 
    font-weight: bold;     
    text-align: left; 
    padding: 5px 10px 5px 10px;
    margin: 3px;   
    cursor: pointer; 
	font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;       
    border-color: #FFFFFF;
    border-style: ridge;
    border-width: 1px;

}
}

/*  Sub menu hover  */
.sub_dnnmenu_rootitem_hover
{  
    color: #715010;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold;
    text-align: left;
    padding: 5px 10px 5px 10px;
    margin: 3px;
}

/*  Sub menu selected  */
.sub_dnnmenu_rootitem_selected 
{
    color: #362606;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    margin: 3px;
}

/*  SSub Menu Normal */
.sub_dnnmenu_submenu 
{
    border: 0px solid #00334A;
}

.sub_dnnmenu_submenu td
{
    background-color: #D6E5ED;
    z-index: 1000;
    font-size: 13px; 
    font-weight: bold;
    font-weight: left;
    text-align: center;
    color: #9D6F17;
    padding: 3px 8px 3px 8px;
	cursor: pointer; 
	font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;       
    border-style: ridge;
    border-width: 1px;
    magin: 1px;
}

/*  SUB Menu hover & selected */
.sub_dnnmenu_itemhover td,.sub_dnnmenu_itemselected td   
{  
    font-size: 13px;
    background-color: #E1F4FC;
    color: #715010;
    font-weight: bold;
    text-align: left;
    z-index: 1000; 
    padding: 3px 8px 3px 8px;  
	cursor: pointer; 
	font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;       
    border-style: ridge;
    border-width: 1px;
    magin: 1px;
}

.sub_dnnmenu_break
{
    height: 5px;
    background-color: #D5E0FF;
}