/* 
================================
Skin styles for DotNetNuke
================================
*/   

/* background color for the content part of the pages */
.Body
{
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif, Tahoma;
	font-size:0.75em;
	margin:1px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.pagemaster {
		/* background-image: url(design1_bg.jpg); */
	background-color: #ffffff;
}
.skinmaster {
	background-color: #FFFFFF;
	border: 1px #333333 solid;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	usearrows: False;
}
/*MAIN MENU ITEMS NOT SELECTED...*/
.MainMenu_MenuItem {
	border-left: #ffffff 0px solid; 
	border-bottom: #76a96c 1px solid; 
	border-top: #76a96c 1px solid; 
	border-right: #76a96c 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #4f4f4f; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	usearrows: False;
	height:30px;
}

/*HOVER FOR MAIN MENU..... Edit Maine Menu Bar and text colors here */
.MainMenu_MenuItemSel {
	border-left: #76a96c 0px solid; 
	border-bottom: #76a96c 1px solid; 
	border-top: #76a96c 1px solid; 
	border-right: #76a96c 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #4f4f4f;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	usearrows: False;
	height:30px;
}
.MainMenu_SubMenu {
	background-color: #76a96c; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	 
	filter:alpha(opacity=75); /*for IE*/
    opacity: 0.75; /*for Mozilla*/
    -moz-opacity:0.75; /*for older Mozilla*/
}
.MainMenu_MenuIcon {
	background-color: #76a96c; 
	border-left: #76a96c 0px solid; 
	border-bottom: #76a96c 0px solid; 
	border-top: #76a96c 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 0px;
}
.MainMenu_MenuBreak {
	height: 1px;
}
/* SUB MENU ICON...*/ 
.MainMenu_MenuArrow {
	border-right: #76a96c 0px solid; 
	border-bottom: #76a96c 0px solid; 
	border-top: #76a96c 0px solid;
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand; 
		color:#333333;
}

.StandardButton     {
    background: #02769d none; 
    color: #ffffff;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: bold;
	border-right: #02769d 1px solid;
	border-top: #02769d 1px solid;
	border-left: #02769d 1px solid;
	border-bottom: #02769d 1px solid;
}



/* ================================
    CSS STYLES
   ================================
*/   

/* GENERAL */
/* style for module titles */

.ContentPane
{ 
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}



/* style for the solpart menu / Use left padding to adjust menu width */

.MenuContainer
{
	background-color: transparent;
	padding-left:0px;
	/* height: 35px; */
	border-bottom: #333333 0px solid;
}

/* Changes of height will cause an ftp error! */
.MenuBar
{
	background-color: Transparent;
	cursor: pointer;
	cursor: hand;
	height: 16;
}

.MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color: #76a96c;
	border-left: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	text-align: center;
	width: 1;
	height: 1;
	
}

.MenuItem /* Sub Menu POPUP here */
{
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 17px;
	 /* fixed firefox problem, do not use transparent here */
}
.ItemsBreak
{
	border-bottom: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	background-color: transparent;
color: #6a6a6a;
		font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height: 1px;	
}
.SubItemActive
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ffffff;
	height: 20px;
	background-image: none;
	background-repeat: no-repeat;
	height: 17px;
	usearrows: False;
}

.SubMenu /* outher left and right bg of unselected sub item, bg of sub tab */
{

	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #ffffff;
	background-color: #76a96c;
	height: 20px;
	background-image: none;
	background-repeat: no-repeat;
	font-style: normal;
		font-weight: bold;
		height: 17px;
}

/* This is the submenu page that your on indicator */
.SubItemActive TD
{
	
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
background-color: #76a96c;
	background-image: none;
	background-repeat: no-repeat;

	font-style: normal;
	usearrows: true;
	height: 17px;
}
.SubItemBreadCrumb
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #6a6a6a;
	background-image: none;
	background-repeat: no-repeat;
	font-style: normal;
	usearrows: False;
	height: 17px;
}
/* hyperlink style */

.Small
{
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	height: 13px;
	padding-left: 1px;
	padding-right: 1px;
}
.Small3
{
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	height: 13px;
	padding-left: 1px;
	padding-right: 1px;
}
.Small2
{
	color: #888787;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	height: 13px;
	padding-left: 1px;
	padding-right: 1px;
}
A.Small2:Link
{
	color: #888787;
	font-weight: bold;
}

A.Small2:Hover
{
	color: #888787;
	text-decoration: underline;
	font-weight: bold;
}

A.Small2:Active
{
	color: #888787;
	font-weight: bold;
}

A.Small2:Visited
{
	color: #888787;
	font-weight: bold;
} 

A.Small:Link
{
	color: #888787;
	text-decoration: underline;
}

A.Small:Hover
{
	color: #888787;
	text-decoration: underline;
}

A.Small:Active
{
	color: #888787;
	text-decoration: underline;
}

A.Small:Visited
{
	color: #888787;
	text-decoration: underline;
}






