/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
   font-weight: bold;
   font-size: 16px;
   color: #005b00;
   font-family: Arial, Helvetica, times new roman, tahoma;
   background-color: 
}

/* background color for the content part of the pages */
Body{
background-image: url(Background.jpg);
background-repeat: no-repeat;
width: 100%;
height: 100%;
background-color: #bfdfbf;
}

.LeftPane {
width: 170px;
height: 100%;
     
}

.ContentPane {
width: 63%;
height: 100%;
}

.RightPane {
width: 20%;
height: 100%;
}
/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 11px;
	color: black ;
	font-family: Arial, Helvetica, times new roman, tahoma;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: green;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 11px;
    color: black;
    font-family: Arial, Helvetica, times new roman, tahoma;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: black;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: green;
}

A.OtherTabs:hover    {
    text-decoration: none;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{font-weight:regular;
 font-size:11px;
 live-height:120%;
 color: black;
 font-family: Arial, Helvetica, times new roman, tahoma;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* Main Menu */

.MainMenu_MenuContainer
{
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:14;
}

.MainMenu_MenuItem
{
   font-family: tahoma; 
   color: #008040;
   font-size: 11px; 
   font-weight: bold;
   border: 1px solid #222;
}

.MainMenu_MenuIcon {
display: none;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	border: 1px solid #000;
	background: #222;
	filter: alpha(opacity=75, FinishOpacity=75, Style=1);-moz-opacity: 0.75
}

.MainMenu_MenuBreak {
	background-image: url(Leftpane.png);
   border-right: 1px groove #d3d3d3;
   border-bottom: #ff0000 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;   
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #000;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
}

.MainMenu_MenuArrow {
display: none;
}

.MainMenu_RootMenuArrow {
display: none;
}



