/* ================================
    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
{
	font-family:Arial, Tahoma;
	font-size:8pt;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link 
{

}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   
{
	color:#dbdbdb;
	font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    text-align:left;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
	color:#999999;
	
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	color:#cccccc;
	
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	color:#999999;
}

.NormalRed
{
}

.NormalBold
{
color:#999999;
}

.SkinObject {
    font-weight: normal;
    font-size: 8pt;
    color: #F6E519;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#F6E519;
    
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#F6E519;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#F6E519;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#F6E519;
}

A:link  {
    text-decoration:    none;
    color:  #ffffff;
}

A:visited   {
    text-decoration:    none;
    color:  #ffffff;
}

A:active    {
    text-decoration:    none;
    color:  #ffffff;
}

A:hover {
    text-decoration:    underline;
    color:  #ffffff;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {color:#cccccc;
}

A.CommandButton:visited  {color:#cccccc;
}

A.CommandButton:active   {color:#cccccc;
}

A.CommandButton:hover    {color:#cccccc;
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  
{
	color:#dbdbdb;
	font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
}

H2  
{
	color:#dbdbdb;
	font-family: Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:    normal;
}

H3  
{
	color:#dbdbdb;
	font-size:10pt;
	font-weight:bold;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    
{
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: #cccccc;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: #cccccc;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: #cccccc;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}



.MainMenu_MenuContainer {
	background-color: transparent; 
	
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
	
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: Transparent 0px solid; 
	border-bottom: Black 1px solid; 
	border-top: Transparent 1px solid; 
	border-right: Transparent 0px solid;
	background-color: Transparent;
	padding-left:5px;
	padding-right:5px;
	line-height:25px;
}


.MainMenu_MenuIcon {
	display:none;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: #F6E519; 
	border-bottom: Black 1px solid; 
	border-left: Black 1px solid; 
	border-top: Black 1px solid; 
	border-right: Black 1px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid;  
	background-color: #000000; 
	height: 20px;
	width:2px;
	border-bottom: Black 1px solid; 
	border-top: Transparent 1px solid; 
	border-right: Transparent 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuItemSel {
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: Black 0px solid; 
	border-bottom: Black 3px solid; 
	border-top: Black 1px solid; 
	border-right: Black 0px solid;
	background-color: Transparent;
	padding-left:5px;
	padding-right:5px;
	line-height:25px;
}
.MainMenu_MenuArrow 
{
	display:none;

}
.MainMenu_RootMenuArrow {
	display:none;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: #cccccc 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	background-color: Black;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	background-color: Black;
	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: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #000000;
    border-bottom: #eeeeee 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    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: White;
    background-color: #000000;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: White;
    background-color: #000000;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color:#ffffff;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #999999; 
}

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;
}