/* 
================================
Skin styles for DotNetNuke
================================
*/   
#body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-repeat: repeat;
	background-position: center top;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-image: url(ScreenBack.gif);
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	background-repeat: repeat;
	background-position: center top;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
.pagemaster {
	width: 100%;
	height: 100%;
	background-color: Transparent;
}
.skinmaster {
	height: 100%;
}
.skinheader {
}
.skingradient {
	height:30px;
}
.topbar {
	background-image: url(TopBar-GoldCoast-Back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bottombar {
	background-image: url(BaseBar-GoldCoast-Middle.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


.controlpanel {
	width: 100%;
	background-color: transparent;
}
.CommandButton     
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
A.CommandButton:link 
{
	text-decoration:    underline;
	color: #FFFFFF;
	font-weight: bold;
}
A.CommandButton:visited  
{
	text-decoration:    underline;
	color: #FFFFFF;
	font-weight: bold;
}
A.CommandButton:hover    
{
	text-decoration:    underline;
	color: #ff0000;
	font-weight: bold;
}
A.CommandButton:active   
{
	text-decoration:    underline;
	color: #CCCCCC;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:20px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	height: 20px;
	padding: 2px;
	border: 0;
}
.MainMenu_MenuIcon 
{
    display: none; 
}
.MainMenu_SubMenu {
	background-color: #999999;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #FF0000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	height: 20px;
	background-color: #CCCCCC;
	padding: 2px;
	border: 0;
}
.MainMenu_MenuArrow {
	display: none; 
}
.MainMenu_RootMenuArrow {
    display: none; 
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
}
.TreeViewMenu_Header {
}
.Head {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  15px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.SkinObject {
	font-weight: bold;
	font-size: 10px;
	color: orange;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.SkinObject:link {
    text-decoration: none;
    color: white;
}
A.SkinObject:visited  {
    text-decoration:    none;
    color: white;
}
A.SkinObject:hover    {
    text-decoration: none;
    color: red;
}
A.SkinObject:active   {
    text-decoration: none;
    color: white;
}
.SubHead    {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	font-weight:    bold;
	color: #FF0000;
}
.SubSubHead    {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	font-weight:    bold;
	color: #FF0000;
}
.Normal,.NormalDisabled, TABLE
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: 000000;
	color: #FFFFFF;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
select  {
	background-color: #000000;
	color: #ffffff;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #990000;

}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
.PagingTable {
	background-color: transparent;
}
.DataGrid_AlternatingItem
{
	background-color:#666666;
	color: #FFFF00;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Container
{
	background-color: #333333;
}
.DataGrid_Footer
{
	background-color:#333333;
}
.DataGrid_Header
{
	background-color:#333333;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	background-color:#333333;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: silver;
	color: #FF0000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
/* 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: #999999;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: #333333;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: #333333;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #333333;
	border-bottom: dimgray 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #333333;
	border-top: dimgray 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode 
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.FileManagerTreeNodeSelected 
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #FF0000;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}