/* 
================================
Skin styles for DotNetNuke
================================
*/   

Body  {
background-color: white;
padding-top: 0px;
padding-bottom: 0px;
}

.LoginLogout  {
background-color: transparent;
}

.TopHead  {
width: 100%;
background-image:url(Howell_03.jpg);
background-repeat: no-repeat;
}

.Copyright {
font-family: tahoma, verdana, helvetica;
font-size: 10px;
font-weight: normal;
color: black;
background-color: transparent;
text-decoration: none;
} 


A.LoginLogout:link, A.LoginLogout:active, A.LoginLogout:visited  {
font-family: tahoma, verdana, helvetica;
font-size: 11px;
font-weight: normal;
color: #000000;
background-color: transparent;
text-decoration: none;
}
A.LoginLogout:hover  {
font-family: tahoma, verdana, helvetica;
font-size: 11px;
font-weight: normal;
color: white;
background-color: transparent;
text-decoration: none;
}

A.Terms:link, A.Terms:active, A.Terms:visited {
font-family: tahoma, verdana, helvetica;
font-size: 11px;
font-weight: normal;
color: black;
background-color: transparent;
text-decoration: none;
}
A.Terms:hover {
font-family: tahoma, verdana, helvetica;
font-size: 11px;
font-weight: normal;
color: #666666;
background-color: transparent;
text-decoration: none;
}

.HeaderPane  {
background-image:url(HeaderPane.jpg);
background-repeat:repeat;
background-color: white;
padding-top: 1px;
}

.TopRightPane {
background-image:url(Howell_08.jpg);
background-repeat: no-repeat;
background-color: white;
padding-top: 1px;
}


.RightPane  {
        background-color: transparent;
}

.LeftPane {
        background-color: transparent;
        height: 100%;
}
.ContentPane {
	background-color: transparent;
	padding-right: 5px;
        padding-left: 5px;
        height: 100%;
}
.BottomPane {
	background-color: transparent;
}

.MainMenu_MenuContainer {
background-color: #003399;
background-repeat: repeat;
width: 152px;
height: 1px;
padding-top: 0px;
border-bottom: solid 1px white;
}
.MainMenu_MenuBar {
cursor: pointer; 
}
.MainMenu_SubMenu {
background-color: #003399;
border-left: solid 1px #ffffff;
border-bottom: solid 1px #ffffff;
border-right: solid 1px #ffffff;
border-top: solid 1px #ffffff;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px;
filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=0) ;
}
.MainMenu_MenuItem {
color: white;
height: 18px;
border-left: solid 1px #003399;
border-bottom: solid 1px #003399;
border-top: solid 1px #003399;
font-weight: bold;
font-size: 11px;
padding-left: 5px;
}
.ParentItem  {
height: 18px;
border-bottom: solid 1px #cccccc;
color: white;
font-size: 11px;
font-weight: bold;
}
.ParentSel  {
height: 18px;
/*background-color: #3D59AB;*/
background-color: #990000;
border-bottom: solid 1px #cccccc;
color: white;
font-size: 11px;
font-weight: bold;
}
.MainMenu_MenuIcon {
background-color: #003399;
border-left: solid 1px #003399;
border-bottom: solid 1px #003399;
border-top: solid 1px #003399;
width: 8; height: 18px;
}
.MainMenu_MenuItemSel {
height: 18px;
/*background-color: #3D59AB;*/
background-color: #990000;
border-top: solid 0px #003399;
border-bottom: solid 0px #003399;
color: white;
font-size: 11px;
font-weight: bold;
padding-left: 5px;
}
.MainMenu_MenuArrow {
border-right: solid 1px #003399;
border-bottom: solid 1px #003399;
padding-left: 5px;
}
.MainMenu_MenuBreak {
border-bottom: solid 1px #003399;
border-top: solid 0px #003399;
background-color: #ffffff;
}

.Normal  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #000000;
}

.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #666666;
}
.Subhead  {
font-family: Verdana, tahoma, sans-serif;
font-weight: bold;
font-size: 10px;
color: #ff6600;
}
.SubSubHead   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #ff6600;
}

A:link, A:Active, A:Visited, {
font-family: tahoma, verdana, helvetica;
font-size: 11px;
font-weight: normal;
color: #333333;
text-decoration: underline;
}
A:hover  {
font-family: tahoma, verdana, helvetica;
font-size: 11px;
font-weight: normal;
color: #ff6600;
text-decoration: none;
}

.NormalTextBox  {
}

HR {
color: #ff6600;
}









