/* 
================================
Skin styles for DotNetNuke
================================
*/   
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #000000;
	margin-top:6px;
	padding-bottom:4px;
}
.skinmaster {
	height: 100%;
	background-color: #333333;
	border-right: #F00 1px solid; 
	border-top: #F00 1px solid; 
	border-left: #F00 1px solid; 
	border-bottom: #F00 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px;
}
.skinheader {
}
.skingradient {
	background-image: url(gradient.jpg);
	height: 30px;
}
.skingradient2 {
	height: 30px;
}
.controlpanel {
	width: 99%;
	background-color: #111111;
	border:1px #999999 solid;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 2px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 2px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 2px;
}
.rightpane {
	background-color: transparent;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 2px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 2px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FF0000; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 5px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FF0000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 10px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #000; 
}

.main_dnnmenu_itemhover td {  
	background-color: #000; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #222;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', 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: #222 1px solid; 
	border-bottom: #222 1px solid; 
	border-top: #222 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #333333; 
   color: #CCCCCC;
   font-family: Verdana, 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);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #FFFFFF;
}

/* ================================
    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:#EEEEEE;
	font-size:12px;
}

/* background/border colors for the selected tab */
.TabBg {
}

.SkinObject {color:#F00; }
A.SkinObject {color:#F00; }
A.SkinObject:link {color:#F00; }
A.SkinObject:visited {color:#F00; }
A.SkinObject:hover {color:#FFFFFF; }
A.SkinObject:active {color:#F00; }

/* 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:#EEEEEE;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color:#EEEEEE;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color:#EEEEEE;
}

/* 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:#F00;
}

.NormalBold
{
	font-weight:bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	color:#F00;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color:#F00;
}

A.CommandButton:visited  {
	color:#F00;
}

A.CommandButton:hover    {
	color:#EEEEEE;
}
    
A.CommandButton:active   {
	color:#F00;
}

/* button style for standard HTML buttons */
.StandardButton     {
	border:1px #F00 dotted;
	padding:2px;
	padding-bottom:4px;
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color:#F00;
}

A:visited   {
	color:#F00;
}

A:hover {
	color:#FFFFFF;
}

A:active    {
	color:#F00;
}

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: #EEEEEE;
    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: #EEEEEE;
    background-color: #777777;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #990000;
    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: #990000; 
	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:#EEEEEE;
	border:1px #666666 solid;
}
TEXTAREA {
	background-color:#333333;
	color:#EEEEEE;
	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:#F00;
}
.Help {
	background-color:#333333;
	border:1px #666666 solid;
	color:#F00;
}

.FCKImageGalleryItemContainer {
	background-color:#333333;
}

.FCKImageGalleryDetailsContainer {
	background-color:#333333;
}

.FCKImageGalleryListStyle {
	background-color:#333333;
}

.WizardText {
	color:#666666;
}

