/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: "Tahoma";
    font-size: 12px;
    color: White;
}

/* background color for the content part of the pages */
BODY {
	SCROLLBAR-FACE-COLOR: #3e3e3e; FONT-SIZE: 11px; MARGIN: 0px; SCROLLBAR-HIGHLIGHT-COLOR: #666666; SCROLLBAR-SHADOW-COLOR: #171717; COLOR: #cccccc; SCROLLBAR-3DLIGHT-COLOR: #111111; SCROLLBAR-ARROW-COLOR: #39454d; SCROLLBAR-TRACK-COLOR: #1f1e1e; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; SCROLLBAR-DARKSHADOW-COLOR: #000000; background-color: black;
}
.table4 {
	BORDER-RIGHT: #666666 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #666666 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 10px; PADDING-BOTTOM: 2px; BORDER-LEFT: #666666 1px solid; COLOR: #ffffff; PADDING-TOP: 2px; BORDER-BOTTOM: #666666 1px solid; BORDER-COLLAPSE: collapse
}
.table3 {
	BORDER-RIGHT: 1px solid Black; 
	PADDING-RIGHT: 4px; 
	BORDER-TOP: 1px solid Black; 
	PADDING-LEFT: 4px; 
	FONT-SIZE: 10px; 
	PADDING-BOTTOM: 4px; 
	BORDER-LEFT: 1px solid Black; 
	COLOR: #ffffff; 
	PADDING-TOP: 4px; 
	BORDER-BOTTOM: 1px solid Black; 
	BORDER-COLLAPSE: collapse
}
.imagecontainer {
	BORDER-RIGHT: #414141 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #414141 1px solid; PADDING-LEFT: 5px; FONT-SIZE: 9px; PADDING-BOTTOM: 5px; BORDER-LEFT: #414141 1px solid; COLOR: #ffffff; PADDING-TOP: 5px; BORDER-BOTTOM: #414141 1px solid; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif
}
.link1 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #f40a20; FONT-STYLE: normal; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; TEXT-DECORATION: none
}
.text {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif
}
.text2 {
	FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif
}
.menulink {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: Red; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; TEXT-DECORATION: none
}
A.menulink:hover {
	COLOR: #f40a20; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif
}
.hover {
	COLOR: #f40a20; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif
}
.text2 {
	FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif
}
.text3 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif
}
.bkg {
	COLOR: #ffffff
}
.bkg2 {
	COLOR: #ffffff
}
TD {
	FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif
}
.small {
	FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif
}


.LeftPane {
font-family: Tahoma;
	font-size: 12px;
	color: White;
	}
.LeftPane2 {border: 1px solid #000000; 
font-family: Tahoma;
	font-size: 12px;
	color: White;
	}

.ContentPane {
   font-family: Tahoma;
	font-size: 12px;
	color: White;
	}
	
.ContentPane2 {
font-family: Tahoma;
	font-size: 12px;
	color: White;
	}

.RightPane { }
.RightPane2 {border: 1px solid #800080; }
.footerPane {
	  font-weight: bold;
    font-size: 11px;
    color: White;
    font-family: Tahoma, Helvetica;
    text-decoration: overline;
	  font-weight: normal;
}
/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 11px;
    color: White;
    font-family: Tahoma, Helvetica;
    text-decoration: none;
	  font-weight: normal;
}

/* hyperlink style for the selected tab */

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
}
ContentPane {
   font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	}
	
ContentPane2 {
font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	}
img{border:0;}
a {
	font-family: Tahoma;
	font-size: 11px;
	color: #f40a20;
}
a:visited {
	color: #f40a20;
}
a:hover {
	color: #f40a20;
}
a:active {
	color: #f40a20;
}

a:link.SelectedTab {
    text-decoration:    none;
    color: #f40a20;
}

a:visited.SelectedTab  {
    text-decoration:    none;
    color: #f40a20;
}

a:active.SelectedTab   {
    text-decoration:    none;
    color: #f40a20;
	  font-weight: normal;
}

a:hover.SelectedTab    {
    text-decoration:    none;
    color: #f40a20;
	  font-weight: normal;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 11px;
    color: White;
    font-family: Tahoma, Helvetica;
    text-decoration: none;
	  font-weight: normal;
}
    
/* hyperlink style for the unselected tabs */
a:link.OtherTabs {
    text-decoration:    none;
    color: #f40a20;
	  font-weight: normal;
}

a:visited.OtherTabs  {
    text-decoration:    none;
     color: #f40a20; 
	 font-weight: normal;
}

a:active.OtherTabs   {
    text-decoration:    none;
     color: #f40a20; 
	 font-weight: normal;
}

a:hover.OtherTabs    {
    text-decoration:    underline;
    color: #f40a20; 
	 font-weight: normal;
}

/*=============== START DEFAULT MENU STYLES ============================================*/


.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	padding: 2px 2px 2px 2px;
}

.MainMenu_MenuItemSel {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid;
	padding: 2px 2px 2px 2px;
}

.MainMenu_MenuIcon {
	display: none;
}


.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #000000; 
	filter: none;
	border: 1px solid #f40a20;
	margin-top: 2px;
	padding: 2px;
}

.MainMenu_MenuBreak {
	border-bottom: #f40a20 1px solid; 
	border-left: #f40a20 0px solid; 
	border-top: #f40a20 1px solid;  
	border-right: #f40a20 0px solid; 
	background-color: transparent; 
	height: 6px;
	display: none;
}



.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #505052 1px solid; 
	border-bottom: #505052 1px solid; 
	border-top: #505052 0px solid;
	display: none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

/*=============== END DEFAULT MENU STYLES ============================================*/
a.StandardButton {
	color: #fff;	
	border-top: 1px solid #6a6a6a;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #6a6a6a;
	border-right: 1px solid #777777;
	padding: 1px 5px 2px 6px;
	 font-family: Tahoma, Arial, Helvetica; 
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	background: #515151;
}
a.StandardButton:hover {
	color: #fff;	
	border-top: 1px solid #6a6a6a;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #6a6a6a;
	border-right: 1px solid #777777;
	padding: 1px 5px 2px 6px;
	 font-family: Tahoma, Arial, Helvetica; 
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	background: #515151;
}
a.CommandButton:link, a.CommandButton:visited {
	color: #fff;	
	border-top: 1px solid #6a6a6a;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #6a6a6a;
	border-right: 1px solid #777777;
	padding: 1px 5px 2px 6px;
	 font-family: Tahoma, Arial, Helvetica; 
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	background: #515151;
}

a.CommandButton:hover {
	color: #fff;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #6a6a6a;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #6a6a6a;
	border-right: 1px solid #777777;
	font-family: tahoma;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	background: #7D7D7D;
}