/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 


body {
	background: #868C4F;
	color: #333333;
	font-size: 12px;
	font-family: verdana;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	height: 100%;
}

Td.leftbar {
background-image: url(leftbar.gif);
background-repeat: repeat-y;
width: 119px;
vertical-align: top;
}
Td.rightbar {
background-image: url(rightbar.gif);
background-repeat: repeat-y;
width: 105px;
vertical-align: top;
}
td.rightpane {
background-image: url(rightpanemiddle.gif);
background-repeat: repeat-y;
width: 224px;
}

table, tr, td, p {
	font-family: verdana;
	font-size: 12px;
}

label, .normal, .Normal {
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
}

table {
	padding: 0;
}

select, input {
	font-family: verdana;
	font-size: 10px;
	color: #333333;
}

h3 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #f6f6f6;
	padding: 2px 0 1px 7px;
	background: #888;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

p {
	font-size: 12px;
	font-family: verdana;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-size: 10px;
    color: #333333;
    font-family: verdana;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    font-size: 10px;
	color: #797932;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    font-size: 10px;
	color: #797932;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:active   {
    text-decoration:    none;
    font-size: 10px;
	color: #326F24;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color: #326F24;
	font-size: 10px;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}


/*=============== START DEFAULT MENU STYLES ============================================*/


.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	padding-left: 0px;
	padding-right: 0px;
	height: 44px;
}

.MainMenu_MenuItem {
	font-family: verdana; 
	font-size: 11px;
	color: #666666;
	border-bottom: #e1e1e1 1px solid; 
	border-top: #e1e1e1 1px solid; 
	padding: 2px 0px 2px 0px;
}
.MainMenu_RootMenuItem {
	background-image: url(navbutton2.gif);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	height: 44px;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	padding: 23px 0px 0px 0px;
}
.MainMenu_RootMenuItemActive
{
	background-image: url(navbutton2.gif);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer; 
	cursor: hand; 
	color: #7D8933;  
	height: 44px;
	border: 0;
	font-family: verdana;
	text-align: center;
	font-size: 11px;
	padding: 23px 0px 0px 0px;
}
.MainMenu_RootMenuItemSelected
{
	background-image: url(navbutton2.gif);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer; 
	cursor: hand; 
	color: #868C4F; 
	height: 44px;
	border: 0;
	font-family: verdana;
	text-align: center;
	font-size: 11px;
	padding: 23px 0px 0px 0px;
}

.MainMenu_SubMenuItemActive
{
	background: #868C4F; 
	color: white;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 0px 2px 0px;
}
.MainMenu_SubMenuItemSelected
{
	color: #797932;
	background: #e1e1e1;
	font-family: verdana;
	font-size: 11px;
	padding: 2px 0px 2px 0px;
}

.StandardButton     {
    background: #868C4F; 
    color: #FFFFFF;
    font-family: verdana; 
    font-size: 11px;
    font-weight: normal;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #868C4F;
	border-bottom: 1px solid #868C4F;
	border-left: 1px solid #868C4F;
	border-right: 1px solid #868C4F;
}
.MainMenu_MenuIcon {
	display: none;
}


.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #e1e1e1; 
	filter: none;
	border: 1px solid #868C4F;
	margin-top: 2px;
	margin-left: 3px;
	padding-left: 2px;
	padding-right: 2px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
}

.MainMenu_MenuBreak {
	border-bottom: #70BC1F 1px solid; 
	border-left: #70BC1F 0px solid; 
	border-top: #70BC1F 1px solid;  
	border-right: #70BC1F 0px solid; 
	background-color: transparent; 
	height: 6px;
	display: none;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #70BC1F 1px solid; 
	border-bottom: #70BC1F 1px solid; 
	border-top: #70BC1F 0px solid;
	display: none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

/*=============== END DEFAULT MENU STYLES ============================================*/

/* Menu-Styles */
/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuItem {
	color: #fff; 
	background: #868C4F;
	cursor: pointer; 
	cursor: hand; 
	font-family: verdana; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;	
	padding: 2px 10px 3px 5px;
	height: 21px;
	border-bottom: #868C4F 1px solid; 
	border-top: #868C4F 1px solid; 
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	text-align: center;
	padding-right: 0px;
	padding-left: 3px;
	background: transparent;
	display: none;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	background: #868C4F;
	margin-top: 5px;
	border: 2px solid #fff;
	padding: 0px 1px 1px 1px;
	filter: none; 
}

.ModuleTitle_MenuBreak {
	display: none;
}

.ModuleTitle_MenuItemSel {
	color: #868C4F;
	font-family: verdana; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	padding: 2px 10px 3px 5px;
	height: 21px;
	border: 0;
	background: #DEDEDE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}


/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #777;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
}


/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #868C4F;
	padding: 0;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #797932;
	text-decoration: none;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #326F24;
	text-decoration: none;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited {
	color: #fff;	
	border-top: 1px solid #868C4F;
	border-bottom: 1px solid #326F24;
	border-left: 1px solid #868C4F;
	border-right: 1px solid #326F24;
	padding: 1px 5px 2px 6px;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	background: #326F24;
}

a.CommandButton:hover {
	color: #fff;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #326F24;
	border-bottom: 1px solid #326F24;
	border-left: 1px solid #326F24;
	border-right: 1px solid #326F24;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	background: #868C4F;
}

a.Normal:link, a.Normal:visited {
	color: #797932;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.Normal:hover {
	color: #326F24;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}


a:link, a:visited {
	color: #797932;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #326F24;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}


.SageHead {
	font-size: 12px;
	color: #C7CAAE;
	background: transparent;
	font-weight: bold;
	font-family: verdana;
}

.GrayHead {
	font-size: 11px;
	color: #59554C;
	background: transparent;
	font-weight: bold;
	font-family: verdana;
	padding: 0;
	text-transform: uppercase;
}
.Head {
	font-size: 14px;
	color: #666666;
	background: transparent;
	font-weight: bold;
	font-family: verdana;
	
}

.Normal {
	color: #333333;
	font-family: verdana;
	font-size: 12px;
}
.NormalRed {
	color: #990000;
	font-family: verdana;
	font-size: 11px;
}

.NormalBold {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #686868;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}

td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}

.ItemTitle {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	font-color: #666666;
}

.MenuItem {
	font-family: verdana;
	font-size: 12px;
	font-color: #797932;
	text-decoration: none;
	line-height: 16px;
}

.MenuItemMouseOver {
	font-family: verdana;
	font-size: 12px;
	color: #326F24;
	text-decoration: underline;
	line-height: 16px;
}


