/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.Title   {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.primarytable{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background-image:url(skin_01.jpg);
}
.bodytable{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}
.menutable{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background-image:url(skin_03.jpg);
	background-repeat:repeat-x;
}
.fulltable(
	background-color: #48504A;
}

/* background color for the content part of the pages */
Body
{
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
    	background-color: #FFFFFF;
}

.HeaderPane {
	background-image:url(header_bg.jpg);
}
.LeftPane {

}
.LeftPaneHeader {

}

.ContentPane {
	width:480px;
 
}

.RightPane {
   
}

.BottomPane2 {
   background-image:url(images/map_tack_03.jpg);
   background-repeat:repeat-y;
   background-color:#E7D7C7;
}
.BottomPane3 {
   background-image:url(images/map_tack_11.jpg);
   background-repeat:repeat-y;
   background-color:#E7D7C7;
}

.FooterPane {
    font-weight: normal;
    font-size: 10px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}

.normal {
    font-weight: normal;
    font-size: 12px;
    color: black;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 10px;
    color: #FFFFFF;
    font-family:  Arial, Helvetica; 
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #FFFFFF;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 12px;
    color: black;
    font-family: Arial, Helvetica; 
    text-decoration: none;
	padding-left : 5px;
	padding-right : 5px;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration: none;
	color:white;
	font-size : 12px;
	font-family : Arial, sans-serif;
	padding-left : 5px;
	padding-right : 5px;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
	font-size : 12px;
	font-family : Arial, sans-serif;
	padding-left : 5px;
	padding-right : 5px;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
	font-size : 12px;
	font-family : Arial, sans-serif;
	padding-left : 5px;
	padding-right : 5px;
}

/* Example is Login and Register Links */
A.OtherTabs:hover    {
	text-decoration: none;
	color:black;
	font-size : 12px;
	font-family : Arial, sans-serif;
	background-color: #FFFFFF;
	padding-left : 5px;
	padding-right : 5px;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	color : White;
	background-image:url(skin_06.jpg);
}
.MainMenu_MenuContainer2 {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	color : White;
	background-image:url(skin_06.jpg);
	background-repeat:repeat-x;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:22;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Arial, Helvetica; 
	font-size: 9px; 
	font-weight: normal; 
	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: #74A9D1;
	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: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #BCCFB9; 
	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: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #EBEBEB; 
	cursor: pointer; 
	cursor: hand; 
	color: Black; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}

.SkinObject{
    font-weight: normal;
    font-size: 11px;
    color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}
A.SkinObject:hover{
    font-weight: normal;
    font-size: 11px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}
A.SkinObject:active{
    font-weight: normal;
    font-size: 11px;
    color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}
A.SkinObject:visited{
    font-weight: normal;
    font-size: 11px;
    color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}
A.SkinObject:link{
    font-weight: normal;
    font-size: 11px;
    color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}

.CommandButton{
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}
A.CommandButton:hover{
    font-weight: normal;
    font-size: 11px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}
A.CommandButton:active{
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}
A.CommandButton:visited{
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}
A.CommandButton:link{
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}



