 /* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg 
{
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
    background-color: #663300;
}

.ControlPanel, .PagingTable
{
    width: 100%;
    height: 64px;
    background-color: #fefefe;
    BORDER-RIGHT: #000000 1px solid; 
    BORDER-TOP: #000000 1px solid; 
    BORDER-LEFT: #000000 1px solid; 
    BORDER-BOTTOM: #000000 1px solid; 
}

/* background/border colors for the selected tab */
.TabBg 
{
    background-color: #663300;
    BORDER-RIGHT: #000000 1px solid; 
    BORDER-TOP: #000000 1px solid; 
    BORDER-LEFT: #000000 1px solid; 
    BORDER-BOTTOM: #000000 1px solid;
}

.LeftPane  
{
   width: 175px;
   background-color: #cc9966; 
}

.ContentPane  
{
    width: 100%;
    background-color: #cc9966;
}

.RightPane  
{
    width: 175px;
    background-color: #cc9966;
}

/* text style for the selected tab */
.SelectedTab 
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link 
{
    text-decoration: none;
    color: white;
}

A.SelectedTab:visited  
{
    text-decoration: none;
    color: #eeeeee;
}

A.SelectedTab:active   
{
    text-decoration: none;
    color: #eeeeee;
}

A.SelectedTab:hover    
{
    text-decoration: none;
    color: #cccccc;
}

/* text style for the unselected tabs */
.OtherTabs 
{
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    text-decoration: none;
}
    
A.OtherTabs:link 
{
    text-decoration: none;
    color: white;
}

A.OtherTabs:visited  
{
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:active   
{
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:hover    
{
    text-decoration: none;
    color: #cccccc;
}

/* GENERAL */
/* style for module titles */
.Head
{
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #ff9900;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #663300;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: FireBrick;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: underline;
    color: saddlebrown;
}

A.CommandButton:visited  
{
    text-decoration: underline;
    color: saddlebrown;
}

A.CommandButton:active   
{
    text-decoration: underline;
    color: saddlebrown;
}

A.CommandButton:hover    
{
    text-decoration: underline;
    color: saddlebrown;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #000000;
	color: #ff9900;
	font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
}

/* GENERIC */
H1  
{
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #663333;
}

H2  
{
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #663333;
}

H3  
{
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: Snow;
}

H4  
{
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: Snow;
}

H5, DT  
{
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: Snow;
}

H6  
{
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: Snow;
}

TFOOT, THEAD    
{
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    font-size: 12px;
    color: Snow;
}

TH  
{
    vertical-align: baseline;
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: Snow;
}

A:link
{
    text-decoration: none;
    color: darkred;
}

A:visited   
{
    text-decoration: none;
    color: darkred;
}

A:active    
{
    text-decoration: none;
    color: darkred;
}

A:hover 
{
    text-decoration: underline;
    color: darkred;
}

SMALL   
{
    font-size: 8px;
}

BIG {
    font-size: 14px;
}

BLOCKQUOTE, PRE 
{
    font-family: Lucida Console, monospace;
}


UL LI   
{
    list-style-type: square;
}

UL LI LI    
{
    list-style-type: disc;
}

UL LI LI LI 
{
    list-style-type: circle;
}

OL LI   
{
    list-style-type: decimal;
}

OL OL LI    
{
    list-style-type: lower-alpha;
}

OL OL OL LI 
{
    list-style-type: lower-roman;
}

HR 
{
    color: #000000;
    height: 1pt;
    text-align: left;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    
{
    font-family: Verdana, Arial, Sans-Serif, helvetica;
    font-size: 11px;
    font-style: normal;
    color: Black;
}   

/* style of item titles by Announcements and events */
.ItemTitle
{
    font-family: Verdana, Arial, Sans-Serif, helvetica;
    font-size: 15px;
    font-style: normal;
    color: #330000;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer 
{
	border-bottom: #ff9900 0px solid; 
	border-left: #ff9900 0px solid; 
	border-top: #ff9900 0px solid; 
	border-right: #ff9900 0px solid; 
}
.ModuleTitle_MenuBar 
{
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem 
{
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon 
{
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak 
{
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.ModuleTitle_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: navajowhite;
}

.ModuleTitle_MenuArrow 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


/* Main Menu */
.MainMenu_MenuContainer 
{
	background-color: transparent; 
}
.MainMenu_MenuBar 
{
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem 
{
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Sans-Serif, Tahoma, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon 
{
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak 
{
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}
.MainMenu_MenuArrow 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}

.LabelEditTextClass
{
	border: solid 1px FireBrick;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px FireBrick;
	background-color: Transparent;
}
.SkinObject
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link 
{
    text-decoration: none;
    color: #000000;
}

A.SkinObject:visited  
{
    text-decoration: none;
    color: #000000;
}

A.SkinObject:active   
{
    text-decoration: none;
    color: #000000;
}

A.SkinObject:hover
{
    text-decoration: none;
    color: #000000;
}
 



