/* 
================================
Skin styles for DotNetNuke 6E3B00
================================
*/   
p 
{
    margin-top:0px;
}
body {
    /*background: #cfe786 url(back_gradiant.jpg) repeat-x;*/ 
    font-size:12px;
    font-family:Arial;
    color: #333333;
    background-color: #ffffff;
    padding:0px;
    margin:0px;
}

.Normal {
    font-size:12px;
    color: #333333;
}
td {
    font-size:12px;
}

.SkinObject {
    font-size:10px;
    font-family:Arial;
    font-weight:bold;
    color: #4d6d00;
}



A:link {
    text-decoration:    none;
    color: #4d6d00;
    font-weight:normal;
}

A:visited  {
    text-decoration:    none;
    color: #4d6d00;
    font-weight:normal;
}

A:hover    {
    text-decoration:    underline;
    color: #4d6d00;
    font-weight:normal;
}

A:active   {
    text-decoration:    none;
    color: #4d6d00;
    font-weight:normal;
}



/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #4d6d00;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #4d6d00;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #4d6d00;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #4d6d00;
}


A.SkinObject:visited  {
    text-decoration:    none;
    font-weight:normal;
    color: #4d6d00;
}

A.SkinObject:active   {
    text-decoration:    none;
    font-weight:normal;
    color: #4d6d00;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    font-weight:normal;
    color: #4d6d00;
}

.breadcrumb 
{
	font-family: Arial, Arial, Helvetica;
	font-size:11px;
	padding:0px 0px 12px 3px;
	color: #4d6d00;
}

A.breadcrumb:link 
{
    text-decoration:    none;
    font-weight:normal;
    color: #4d6d00;
}

A.breadcrumb:visited  {
    text-decoration:    none;
    font-weight:normal;
    color: #4d6d00;
}

A.breadcrumb:active   {
    text-decoration:    none;
    font-weight:normal;
    color: #4d6d00;
}

A.breadcrumb:hover    {
    text-decoration:    underline;
    font-weight:normal;
    color: #4d6d00;
}
    
.pagemaster {
	width: 100%;
	height: 100%;
		
}
.skinmaster {
	height: 100%;
	background-color:#FFFFFF;
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_Gold.jpg); 
	height:30px;
	background-color:#FFFFFF;
}
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}


/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
	text-align:center;
	background-color: Transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:35;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #4d6d00 0px solid; 
	border-bottom: #4d6d00 0px solid; 
	border-top: #4d6d00 0px solid; 
	border-right: #4d6d00 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #4d6d00; 
	border-left: #4d6d00 0px solid; 
	border-bottom: #4d6d00 0px solid; 
	border-top: #4d6d00 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #4d6d00; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #4d6d00 0px solid; 
	border-left: #4d6d00 0px solid; 
	border-top: #4d6d00 0px solid; 
	border-right: #4d6d00 0px solid;
}
.MainMenu_MenuBreak
{
      border:none;
      height:1px;
      background-color:Transparent;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #deeeb7; 
	font-family: Arial, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: transparent;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #4d6d00 1px solid; 
	border-bottom: #4d6d00 1px solid; 
	border-top: #4d6d00 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



.StandardButton {
  background: #4d6d00 none; 
  color: #ffffff;
  font-family: Arial, sans-serif; 
  font-size: 10px;
  font-weight: bold;
}
.TreeViewMenu {
	width: 175px;
	background-color: #FFFFFF;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Arial, Arial, Helvetica;
   font-size:  16px;
   font-weight: bold;
   color: #333333;
}
















.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #FFFFFF;
    BORDER-RIGHT: #4d6d00 1px solid; 
    BORDER-TOP: #4d6d00 1px solid; 
    BORDER-LEFT: #4d6d00 1px solid; 
    BORDER-BOTTOM: #4d6d00 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #4d6d00;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#4d6d00;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#4d6d00;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#4d6d00;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#4d6d00;
}

/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  23px;
    font-weight:    normal;
    color: black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #4d6d00;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #4d6d00;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #4d6d00;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #4d6d00;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #4d6d00;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #4d6d00;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #4d6d00;
}