/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #000000;
}

/* background color for the content part of the pages */
Body
{
    background-color: #CCCCCC;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight: bold;
	font-size: 11px;
	color: #999933;
	font-family: "Times New Roman";
	text-decoration: none;
}

/* text style for the selected tab */
.Currentdate {
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    font-family: "Times New Roman";
    text-decoration: none;
}

.Copyright {
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    font-family: "Times New Roman";
    text-decoration: none;
}

.SkinObject {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: "Times New Roman";
	text-decoration: none;
}

A.SkinObject:link {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: "Times New Roman";
	text-decoration: none;
}

A.SkinObject:hover {
	font-weight: bold;
	font-size: 11px;
	color: #CCCCCC;
	font-family: "Times New Roman";
	text-decoration: none;
}

A.SkinObject:visited {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: "Times New Roman";
	text-decoration: none;
}

.User:link {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: "Times New Roman";
	text-decoration: none;
}

.User:hover {
	font-weight: bold;
	font-size: 11px;
	color: #CCCCCC;
	font-family: "Times New Roman";
	text-decoration: none;
}

.Login:link {
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    font-family: "Times New Roman";
    text-decoration: none;
}

.Login:hover {
    font-weight: bold;
    font-size: 11px;
    color: #CCCCCC;
    font-family: "Times New Roman";
    text-decoration: none;
}

.Privacy:link {
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    font-family: "Times New Roman";
    text-decoration: none;
}

.Privacy:hover {
    font-weight: bold;
    font-size: 11px;
    color: #336699;
    font-family: "Times New Roman";
    text-decoration: none;
}

.Privacy:visited {
    font-weight: bold;
    font-size: 11px;
    color: #336699;
    font-family: "Times New Roman";
    text-decoration: none;
}

.Terms:link {
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    font-family: "Times New Roman";
    text-decoration: none;
}

.Terms:hover {
    font-weight: bold;
    font-size: 11px;
    color: #336699;
    font-family: "Times New Roman";
    text-decoration: none;
}

.Terms:visited {
    font-weight: bold;
    font-size: 11px;
    color: #336699;
    font-family: "Times New Roman";
    text-decoration: none;
}

.Hostname {
    font-weight: bold;
    font-size: 11px;
    color: #336699;
    font-family: "Times New Roman";
    text-decoration: none;
}

/* text style for the selected tab */
.Breadcrumb {
    font-weight: bold;
    font-size: 10px;
    color: white;
    font-family: "Times New Roman";
    text-decoration: none;
}

/* hyperlink style for the breadcrumb */
A.Breadcrumb:link {
    text-decoration:    none;
    color: #FFFFFF;
}

A.Breadcrumb:visited  {
    text-decoration:    none;
    color: #FFFFFF;
}

A.Breadcrumb:active   {
    text-decoration:    none;
    color:#FFFFFF;
}

A.Breadcrumb:hover   {
	text-decoration: underline;
	color: #FFD700;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #640000;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #000000;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#640000;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight: bold;
	font-size: 11px;
	color: #999933;
	font-family: "Times New Roman";
	text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#999933;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#E6EB78;
}

A.OtherTabs:hover  {
    text-decoration:    none;
    color:#E6EB78;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#999933;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	vertical-align: text-top;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: bold;
	color: black;
	vertical-align: text-top;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: "Times New Roman";
	font-size: 11px;
	font-weight: normal;
	; color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: normal;
	; color: #000000;
}

.NormalRed
{
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: bold;
	color: #999933;
}

.NormalBold
{
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: bold;
	color: #999933;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: "Times New Roman";
	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: #999933;
}

A.CommandButton:visited  {
	text-decoration: underline;
	color: #E6EB78;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #999933;
}

A.CommandButton:hover    {
	text-decoration: underline;
	color: #E6EB78;
}

/* GENERIC */
H1  {
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight: normal;
	color: #999933;
}

H2  {
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight: normal;
	color: #999933;
}

H3  {
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #999933;
}

H4  {
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #999933;
}

H5{
	font-family: "Times New Roman";
	font-size: 11px;
	font-weight: bold;
	color: #999933;
}

H6  {
	font-family: "Times New Roman";
	font-size: 11px;
	font-weight: bold;
	color: #999933;
}
THEAD    {
	font-family: "Times New Roman";
	font-size: 10px;
	color: #999933;
}

TH  {
	vertical-align: baseline;
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: bold;
	color: #999933;
}

A:link  {
    text-decoration:    underline;
    color:  #336699;
}

A:visited   {
	text-decoration: none;
	color: #336699;
}

A:active    {
    text-decoration:    none;
    color:  #336699;
}

A:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

/* 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: #37519B;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: "Times New Roman"; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px 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: #37519B; 
	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: #000000; 
	font-family: "Times New Roman"; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: transparent;
}

.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: #FFCC00 0px solid; 
	border-left: #FFCC00 0px solid; 
	border-top: #FFCC00 0px solid; 
	border-right: #FFCC00 0px solid;  
	background-color: Transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:14;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: "Times New Roman";
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #440606; 
	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: #37519B; 
	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 1px solid;
	border-left: #FF8080 0px solid;
	border-top: #404040 1px solid;
	border-right: #404040 0px solid;
	background-color: silver;
	height: 1px;
}

.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: "Times New Roman";
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

DT   {
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: bold;
	color: #999933;
} 

TFOOT {
	font-family: "Times New Roman";
	font-size: 10px;
	color: #999933;
} 
