/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: "Verdana", Arial, Helvetica;
    font-weight: bold;
	font-size: 13pt;
	margin: 0px 0px 10px;
	color: black;
	border-bottom: 1px solid;
	font-style: normal;
	text-align: left;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.LeftPane {
    background-color: white;
}

.ContentPane {
    background-color: white;
}

.RightPane {
    background-color: white;
}

.TopPane 
{
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: "Verdana", Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 14px;
    color: black;
    font-family: "Verdana", Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 10px;
    color:black;
    font-family: "Verdana", Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

HR	{
    color: black;
}
 
/** old  ***/
TABLE
{
	margin:0px
}

H1
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: black;
	padding-top: 0px;
	border-bottom: darkgray 1px solid;
	font-family: Verdana, Sans-Serif;
	text-align: left;
}

H2
{
	font-size: 10pt;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: darkred;
	font-family: Verdana, Sans-Serif;
	text-align: left;
}

H3
{
	font-size: 9pt;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: black;
	font-family: Verdana, Sans-Serif;
	text-align: left;
}

P
{
	font-size: 9pt;
	color: black;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	text-align: left;
	margin-bottom: 5px;
}



/* Main Menu */

.MainMenu_MenuContainer 
{
	background-color:black;
	color: white;
}

.MainMenu_MenuBar {
	cursor: hand; 
	width: 21; 
	height: 21;
}

.MainMenu_MenuItem
{
	font-weight: bold;
	font-size: 10px;
	cursor: hand;
	color: white;
	font-family: "Verdana" , Arial, Helvetica;
}

.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: gray; 
	background-image: none;
	text-align: left; 
	width: 21; 
	height: 21;
}

.MainMenu_SubMenu
{
	z-index: 1000; 
	cursor: hand; 
	background-color: gray; 
}

.MainMenu_MenuBreak {
	height: 0px;
}

.MainMenu_MenuItemSel
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
	cursor: hand;
	color: white;
	background-color: Black;
	font-family: "Verdana" , Arial, Helvetica;	
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: black; 
	cursor: hand; 
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
}


/* navmenu */
.navmenucontainer
{ 
	padding: 0px;
    margin: 0px;
    position: relative;
    background-image: url(menuback.jpg);
    background-repeat: repeat-y;
}

.navmenucontainer ul
{
    padding: 0px;
    border: 0px;
    margin: 0px;
    position: relative;
    list-style: none;
}

.navmenucontainer ul li
{
	padding-bottom: 0px;
	margin: 0px;
	width: 129px;
	line-height: 23px;
	height: 23px;
}

.navmenucontainer a
{
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
	color: black;
	font-family: "Verdana" , Arial, Helvetica;
	padding-left:15px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
	vertical-align: top;

}

.navmenucontainer li a:hover
{
    color: white;
    text-decoration: underline;
}

.navmenu1 li
{
	background-image: url(menured.jpg);
	background-repeat: no-repeat;
}

ul.navmenu1 
{
	
}

.navmenu2 li
{
	background-image: url(menuorange.jpg);
	background-repeat: no-repeat;
}

ul.navmenu2
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.navmenu3 li
{
	background-image: url(menuyellow.jpg);
	background-repeat: no-repeat;
}

ul.navmenu3
{
	margin-bottom: 15px;
}
/* layout */
.header
{
	background-image: url(headerback.jpg);
	background-repeat:repeat-x;
	height: 106px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}



.logo
{
	background-image: url(headerleft.jpg);
	background-repeat:repeat-x;
	height: 106px;
	float:left;
	width: 298px;
	
}


