/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
html
{
	margin: 1;
	padding: 0;
}

.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #000000;
}

.PageTitle   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  14px;
    font-weight: bold;
    color: #FFFFFF;
}

/* background color for the content part of the pages 
Body
{
    background-color: #FFFFFF;
    margin: 1;
    padding: 0;
	
}*/
body,td,th {
	color: #FDFDFD;
	font-family: Tahoma;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F39D2F;
}
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: black;
}
.TopPane {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: white;
}
.BottomPane {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: white;
}
.FooterPane {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: white;
}
.LeftPane {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: white;
}

.ContentPane {
}

.RightPane {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: white;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 11px;
    color: white;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:hover    {
    text-decoration: none;
    color: #FAB6CB;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 12px;
    color: white;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    underline;
    color: white;
}

A.OtherTabs:visited  {
    text-decoration:    underline;
    color: white;
}

A.OtherTabs:active   {
    text-decoration:    underline;
    color: white;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #FAB6CB;
}

.Breadcrumb {
    font-weight: normal;
    font-size: 10px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.Breadcrumb:link {
    text-decoration:    none;
    color: #660000;
}

A.Breadcrumb:visited  {
    text-decoration:    none;
    color: #660000;
}

A.Breadcrumb:active   {
    text-decoration:    none;
    color: #660000;
}

A.Breadcrumb:hover    {
    text-decoration:    underline;
    color: #660000;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: Transparent;	
}

.MainMenu_MenuBar {
	background-color: Transparent;
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #c0d8fe;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 18;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #c0d8fe;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #c0d8fe;
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #FAB6CB; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: underline;
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #FAB6CB; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	color: #FAB6CB; 
	font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand;
}

.style1 {
	color: #990000;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
}
.style2 {font-size: 11px; font-family: Tahoma; color: #990000;}
.style3 {
	color: #791B01;
	font-size: 11px;
	font-family: Tahoma;
}
.style4 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #EC8A2B;
}
.style5 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.style7 {color: #9A1525; font-size: 11px; font-family: Tahoma; font-weight: bold; }
.style8 {
	color: #9A1525;
	font-family: Tahoma;
	font-size: 11px;
}
.style9 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #737373;
}
.style10 {font-size: 11px}
.style11 {font-family: Tahoma; font-size: 7px; font-weight: bold; color: #FDFDFD; }
.style12 {color: #737373}
.style13 {font-family: Tahoma; font-size: 11px; font-weight: bold; color: #FFFFFF; }
.linesolid {  background-color: #666666; font-weight: bold; color: #FFFFCC; font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica; font-size: 10px}
a.map {  text-decoration:none; color:#CC0000}
a.map:hover {  text-decoration:underline; color:#000000}
