/* 
================================
Skin styles for DotNetNuke
================================
*/   
.controlpanel {
	width: 100%;
	background-color: #111111;
	border:1px #999999 solid;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 2px;
}
.leftpane {
	width: 180px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 1px;
	padding-top: 20px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
}
.rightpane {
	width: 180px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 10px;
	padding-top: 20px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.middleleftpane {background-color: transparent; padding-left: 20px; padding-right: 1px; padding-top: 20px;}
.middlerightpane { width:100%; background-color: transparent; padding-left: 20px; padding-right: 20px; padding-top: 20px;}

.main_dnnmenu_container { background-color: transparent; }
.main_dnnmenu_bar { cursor: pointer; cursor: hand; background-color: Transparent;}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/ cursor: pointer; cursor: hand; color: #a4bac0; font-size: 12px; font-weight: bold; font-style: normal; background-color: #465563; font-family: Arial, Helvetica; white-space: normal;  /*Word wrapping menu item now optional*/ padding: 1px 3px 3px 1px; }
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/ cursor: pointer; cursor: hand; color: #a4bac0; font-size: 12px; font-weight: bold; font-style: normal; 	background-color: Transparent; 	font-family: Arial, Helvetica; white-space: normal;  /*Word wrapping menu item now optional*/ padding: 0px 6px 0px 6px; /*explicitly set padding for root menu items*/ }
.main_dnnmenu_itemhover { background-color: #64707c; padding: 10px 6px 10px 6px;  }
.main_dnnmenu_itemhover td {  	background-color: #64707c; }
.main_dnnmenu_icon {	cursor: pointer; 	cursor: hand; 	text-align: center; 	width: 15px; 	height: 100%;}
.main_dnnmenu_submenu {	background-color: #64707c;  	z-index: 1000; 	cursor: pointer; 	cursor: hand; 	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */}
.main_dnnmenu_break {	height: 1px;	font-size: 1px;}
.main_dnnmenu_arrow {	border-right: #64707c 0px solid; 	border-bottom: #64707c 0px solid; 	border-top: #64707c 0px solid;	font-family: webdings; 	font-size: 10pt; 	cursor: pointer; cursor: hand; display:none;}
.main_dnnmenu_rootmenuarrow {	font-family: webdings; 	font-size: 10pt; 	cursor: pointer; 	cursor: hand; display:none;}
.main_dnnmenu_rootBreadCrumb { background-color:#484f56; font-family: Arial, Helvetica; color: #a4bac0; font-size: 12px; font-weight: bold; font-style: normal; padding: 10px 6px 0px 6px; }
.main_dnnmenu_NodeSelectedSub { background-color:#83909e; font-family: Arial, Helvetica; color: #d2dee9; font-size: 12px; font-weight: bold; font-style: normal; }

.StandardButton {
   background: #333333 none; 
   color: #ffffff;
   font-family: Arial, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtGray.jpg);
}

.currentdate { font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#a4bac0; }

.BreadCrumbs { font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold;}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	background-color:#000000;
	color:#FFFFFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
.TabBg {
}

.SkinObject {color:#a4bac0; }
A.SkinObject {color:#a4bac0; }
A.SkinObject:link {color:#a4bac0; }
A.SkinObject:visited {color:#a4bac0; }
A.SkinObject:hover {color:#FFFFFF; }
A.SkinObject:active {color:#a4bac0; }

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
	color:#97abb1;
	font-family: Arial, Helvetica;
	font-size:  18px;
	font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color:#97abb1;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color:#97abb1;
}

/* text style used for most text rendered by modules */
.Normal { color:#FFFFFF; }

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	color:#FFFFFF;
}

.NormalRed
{
	color:#FF0000;
}

.NormalBold
{
	font-weight:bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	color:#a4bac0;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color:#a4bac0;
}

A.CommandButton:visited  {
	color:#a4bac0;
}

A.CommandButton:hover    {
	color:#FFFFFF;
}
    
A.CommandButton:active   {
	color:#a4bac0;
}

/* button style for standard HTML buttons */
.StandardButton     {
	border:1px #a4bac0 dotted;
	padding:2px;
	padding-bottom:4px;
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color:#a4bac0;
}

A:visited   {
	color:#a4bac0;
}

A:hover {
	color:#FFFFFF;
}

A:active    {
	color:#a4bac0;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* 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: #666666;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: #666666;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

A.FileManager_Item:visited{
    text-decoration:    none;
	color:#FFFFFF;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: #666666;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #333333;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 11px;
    font-weight: bold;
    background-color: #333333;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 11px;
    font-weight: normal;
    background-color: #333333;
	color:#999999;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #cccccc;
    background-color: #666666;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #cccccc;
    background-color: #777777;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #354b5a;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 11px;
    font-weight: normal;
	color:#FFFFFF;
}

.FileManagerTreeNodeSelected 
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 11px;
    font-weight: normal;
	background-color: #354b5a; 
	color:#FFFFFF;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #FFFFFF;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #FFFFFF;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #FFFFFF;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #FFFFFF;
}


INPUT {
	background-color:#333333;
	color:#CCCCCC;
	border:1px #666666 solid;
}
SELECT {
	background-color:#333333;
	color:#a4bac0;
	border:1px #666666 solid;
}
TEXTAREA {
	background-color:#333333;
	color:#CCCCCC;
	border:1px #666666 solid;
}
.PagingTable {
	background-color:#333333;
	border:1px #666666 solid;
}
.DataGrid_Item {
	background-color:#333333;
	color:#FFFFFF;
}
.DataGrid_AlternatingItem {
	background-color:#666666;
	color:#FFFFFF;
}
.DataGrid_Header {
	color:#a4bac0;
}
.Help {
	background-color:#333333;
	border:1px #666666 solid;
	color:#a4bac0;
}


.MediumText
 { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#CCC; }
 
 
