/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

body {
  background-color: rgb(0,51,102);
  font-family: Arial;
  font-size: 10pt;
}

p 
{
  color: rgb(204,204,204);
  font-family: Arial;
  font-size: 10pt;
}

li
{
  color: rgb(204,204,204);
  font-family: Arial;
  font-size: 10pt;
}

td.msonormal 
{
  color: rgb(204,204,204);
  font-family: Arial;
  font-size: 10pt;
}

td.p 
{
  color: rgb(204,204,204);
  font-family: Arial;
  font-size: 10pt;
}

td
{
  font-family: Arial;
  font-size: 10pt;
  border: 0px;
}

table {
  border: 0px;
}

table.red {
  border: 5px;
  border-color: rgb(255,0,0);  
}



a:visited {
    font-weight: normal;
    color: #ffffff;
    font-family: Arial;
    text-decoration: underline;
}
a:link { 
    font-weight: normal;
    color: #ffffff;
    font-family: Arial;
    text-decoration: underline;
}
a:hover { /* not yet visited */
    font-weight: normal;
    color: #FBA500;
    font-family: Arial;
    text-decoration: underline;
}

.tdfooter {
  border-top-color: rgb(160,160,160);
  border-top-width: 1px;
  border-top-style: dotted;
}
/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: green;
    font-family: Verdana;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 7pt;
    color: rgb(204,204,204);
    font-family: Verdana;
    text-decoration: none;
}

a.OtherTabs {
    font-weight: bold;
    font-size: 7pt;
    color: rgb(204,204,204);
    font-family: Verdana;
    text-decoration: none;
}
a.OtherTabs:visited {
    font-weight: bold;
    font-size: 7pt;
    color: rgb(204,204,204);
    font-family: Verdana;
    text-decoration: none;
}
a.OtherTabs:link { /* not yet visited */
    font-weight: bold;
    font-size: 7pt;
    color: rgb(204,204,204);
    font-family: Verdana;
    text-decoration: none;
}
a.OtherTabs:hover { /* not yet visited */
    font-weight: bold;
    font-size: 7pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana;
    font-size:  12px;
    font-weight: bold;
    color: rgb(204,204,204);
}

/* style of item titles on edit and admin pages */
.SubHead    {
    background-color: rgb(0,51,102);
    font-family: Arial;
    font-size:  10pt;
    font-weight:    bold;
    color: rgb(204,204,204);
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial;
    font-size:  10pt;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    color: rgb(204,204,204);

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: white;
}

A.CommandButton:visited {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: white;
}
A.CommandButton:link {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: white;
}
        
/* GENERIC */
H1  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
	cursor: hand;
	height:16;
}
.ModuleTitle_MenuItem {
	cursor: hand; 
	color: black; 
  font-family: Arial, Arial, Helvetica; 
  font-size: 10pt; 
  font-style: normal;
}
.ModuleTitle_MenuIcon {
	cursor: hand; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: hand; 

}
.ModuleTitle_MenuBreak {
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: hand; 
	color: black; 
	font-family: Arial, Tahoma,Helvetica; 
  font-size: 10pt; 
  font-style: normal;
	background-color: #C1D2EE;
}
.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
}

/* Main Menu */
.MainMenu_MenuContainer {
  width: 150px;
  background-color: rgb(0,45,89);
}
.MainMenu_MenuBar {
	cursor: hand; 
	height:16;
	background-color: rgb(0,45,89);
}
.MainMenu_MenuIcon {
	cursor: hand; 
	text-align: center; 
	width: 15; 
	height: 21;
	background-color: rgb(0,45,89);
}
.MainMenu_MenuBreak {
  background-color: white; 
  height: 0px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt;  
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
}
.MainMenu_MenuItem {
  cursor: hand; 
  color: rgb(204,204,204);
  background-color: rgb(0,45,89); /* Menu Background ;-) */
  font-family: Arial, Verdana, Helvetica; 
  font-size: 10pt;
}
.MainMenu_SubMenu {
  z-index: 1000; 
  cursor: hand; 
  font-family: Arial, Verdana, Helvetica; 
  font-size: 10pt; 

}
.MainMenu_MenuItemSel {
	background-color: rgb(204,204,204); 
	cursor: hand; 
	font-family: Arial, Verdana, Helvetica; 
    font-size: 10pt;
	color: rgb(0,45,89);
}

/* INFO Box */
Table.Info {
  background-color: rgb(0,45,89);
  font-family: Verdana;
  font-size: 10pt;
  color:rgb(204,204,204);
  border-style: dotted;
  border-width: 1px;
  border-bottom-width: 0px;
  border-color: rgb(204,204,204);
}

Td.Info_TopHeader {
  font-family: Verdana;
  font-size: 8pt;
  font-weight: 600;
  color: rgb(204,204,204);
}

Td.Menu {
  background-color: rgb(255,0,0);
  color: rgb(0,45,89);
}


a.Info_Header {
    font-weight: normal;
    color: #ffffff
    font-family: Arial;
    text-decoration: underline
}
a.Info_Header:visited {
    font-weight: normal;
    color: #ffffff
    font-family: Arial;
    text-decoration: underline
}
a.Info_Header:link { 
    font-weight: normal;
    color: #ffffff
    font-family: Arial;
    text-decoration: underline
}
a.Info_Header:hover { /* not yet visited */
    font-weight: normal;
    color: #FBA500;
    font-family: Arial;
    text-decoration: underline
}
