/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
body {
	background-color: #CC0000;
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 10pt;
    text-transform: uppercase;
    color: white;
    font-family: Arial;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 8.5pt;
    color: white;
    font-family: Arial;
    text-decoration: none;
}
    
/* GENERAL */

/* hyperlink style for the unselected tabs */
A:link {
    color:#009900;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}

A:visited  {
    color:#009900;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}

A:active   {
    color:#009900;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}

A:hover    {
    color:#CC0000;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}

A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:white;
}


/* style for module titles */
.Head   {
    font-family: Arial;
    font-size: 18px;
    font-weight: BOLD;
    color: #CC0000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial;
    font-size:  14px;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial;
    font-size:  14px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
/*    font-family: Arial;
    font-size: 14px;
    font-weight: normal;*/
    font-family: Arial, Helvetica;
    font-size:9pt;
    line-height:13pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000
}

.NormalBold
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #cc0000;
}
        
/* GENERIC */
H1  {
    font-family: Arial;
    font-size:  19px;
    font-weight:    bold;
    color: #cc0000;
}

H2  {
    font-family: Arial;
    font-size:  19px;
    font-weight:    bold;
    color: #009900;
}

H3  {
    font-family: Arial;
    font-size:  16px;
    font-weight:    bold;
    color: #cc0000;
}

H4  {
    font-family: Arial;
    font-size:  16px;
    font-weight:    bold;
    color: #009900;}

H5, DT  {
    font-family: Arial;
    font-size:  14px;
    font-weight:    bold;
    color: #cc0000;
}

H6  {
    font-family: Arial;
    font-size:  14px;
    font-weight:    bold;
    color: #009900;
}


TFOOT, THEAD, TBODY, TD    {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

TH  {
    vertical-align: baseline;
    font-family: Arial;
    font-size:  12px;
    font-weight:    bold;
    color: #CC0000;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial;
	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: Arial;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.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 {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #CC0000; 
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	text-transform: capitalize;
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	size:landscape;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #CC0000; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #F2FFF2; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	text-transform: uppercase;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/* Menu styles for spacing*/

.ActiveRootTab TD{
/*width: 110px;*/
color: #009900;
font-family: Arial;
font-size: 9pt; 
font-weight: bold; 
height: 25px;
background-color: transparent;
text-transform: capitalize;
text-align:center;
letter-spacing:6px;

}
.RootTab TD{
/*width: 110px;*/
font-family: Arial;
font-size: 9pt; 
font-weight: bold; 
color: #CC0000;
background: transparent;
text-transform: capitalize;
height: 25px;
text-align:center;
letter-spacing:6px;
}

.SelectedRootTab TD{
/*width: 110px;*/
color: #009900;
height: 25px;
font-family: Arial;
font-size: 9pt; 
font-weight: bold; 
border-left: #ffffff 0px solid;
border-top: #ffffff 0px solid;
background-color:transparent; 
text-transform: capitalize;
text-align:center;
letter-spacing:6px;
}

.BreadcrumbRootTab TD{
/*width: 110px;*/
font-family: Arial;
font-size: 9pt; 
font-weight: bold; 
color: #009900;
height: 25px;
text-align:center;
text-transform: capitalize;
letter-spacing:6px;
}

.ActiveSubTab {
background-color: #F2FFF2;
color: #009900;
border-top: 0px solid;
font-family: Arial;
font-size: 9pt; 
font-weight: bold; 
text-align:center;
text-transform: capitalize;
}
.SubTab {
background-color: #ffffff;
color: #000000;
font-family: Arial;
font-size: 9pt; 
font-weight: bold; 
}
.SelectedSubTab {
background-color: #D5FFD5;
color: #009900;
font-family: Arial;
font-size: 9pt; 
font-weight: bold; 
text-transform: capitalize;
border-top: #CC0000 1px solid;
}
.BreadcrumbSubTab {
background-color: #F2FFF2;
color: #009900;
font-family: Arial;
font-size: 9pt; 
font-weight: bold; 
border-top: 0px solid;
text-transform: capitalize;
}


