/* ================================
    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: #CCCCCC;
    margin: 1;
    padding: 0;
	
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: black;
}

.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: #336666;
	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: #336666;
	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: #336666;
	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;
}
img {
	text-decoration: none;
	border: none;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: none;
}
.co {
	font-family: verdana;
	font-size: 10px;
	color: #E4E3E3;
	text-decoration: none;
	border: none;
}
a.map {  text-decoration:none; color:#CC0000}
a.map:hover {  text-decoration:underline; color:#000000}
