/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #999999;
}

/* background color for the content part of the pages */
Body
{
    background-color: #999999;
    font-family: Times New Roman;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight: bold;
	font-size: 12px;
	font-family: Times New Roman;
	color: Black;
}

.Copyright {
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
/* text style for the selected tab */
.Currentdate {
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	font-family: Times New Roman;
	text-decoration: none;
}

/* text style for the selected tab */
.Breadcrumb {
	font-weight: bold;
	font-size: 10px;
	color: Black;
	font-family: Times New Roman;
	text-decoration: none;
}

/* hyperlink style for the Copyright */
A.Hostname:link {
	text-decoration: none;
	color: #999999;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
}

A.Hostname:visited  {
	text-decoration: none;
	color: #999999;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
}

A.Hostname:active   {
	text-decoration: none;
	color: 999999;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
}

A.Hostname:hover   {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bolder;
}

A.Privacy:link {
	text-decoration: none;
	color: #999999;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
}

A.Privacy:visited  {
	text-decoration: none;
	color: #999999;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
}

A.Privacy:active   {
	text-decoration: none;
	color: #999999;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
}

A.Privacy:hover   {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bolder;
}

A.Terms:link {
	text-decoration: none;
	color: #999999;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
}

A.Terms:visited  {
	text-decoration: none;
	color: #999999;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
}

A.Terms:active   {
	text-decoration: none;
	color: #999999;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
}

A.Terms:hover   {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bolder;
}

A.Login:link
{
    text-decoration: none;
    color: #003366;
    font-family: Times New Roman;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 2px;
}

A.Login:visited
{
    text-decoration: none;
    color: #003366;
    font-family: Times New Roman;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 2px;
}

A.Login:active
{
    text-decoration: none;
    color: #003366;
    font-family: Times New Roman;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 2px;
}

A.Login:hover
{
    text-decoration: underline;
    color: #FFFFFF;
    font-family: Times New Roman;
    font-size: 12px;
    font-weight: bolder;
    padding-bottom: 2px;
}

/* hyperlink style for the breadcrumb */
A.Breadcrumb:link {
	text-decoration: none;
	color: Green;
}

A.Breadcrumb:visited  {
	text-decoration: underline;
	color: Green;
}

A.Breadcrumb:active   {
	text-decoration: none;
	color: Green;
}

A.Breadcrumb:hover   {
	text-decoration: underline;
	color: Silver;
}

.SkinObject {
	font-weight: bold;
	font-size: 11px;
	color: White;
	font-family: Times New Roman;
	text-decoration: none;
}

A.SkinObject:link {
	font-weight: bold;
	font-size: 11px;
	color: 003366;
	font-family: Times New Roman;
	text-decoration: none;
}

A.SkinObject:hover {
	font-weight: bold;
	font-size: 11px;
	color: FFFFFF;
	font-family: Times New Roman;
	text-decoration: underline;
}

A.SkinObject:visited {
	font-weight: bold;
	font-size: 11px;
	color: 003366;
	font-family: Times New Roman;
	text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	text-decoration: none;
	color: Black;
}

A.SelectedTab:visited  {
	text-decoration: none;
	color: Black;
}

A.SelectedTab:active   {
	text-decoration: none;
	color: Black;
}

A.SelectedTab:hover   {
	text-decoration: underline;
	color: Silver;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight: bold;
	font-size: 11px;
	font-family: Times New Roman;
	color: Black;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration: none;
	color: Black;
}

A.OtherTabs:visited  {
	text-decoration: none;
	color: Black;
}

A.OtherTabs:active   {
	text-decoration: none;
	color: Black;
}

A.OtherTabs:hover   {
	text-decoration: underline;
	color: Silver;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Times New Roman;
	font-size: 10px;
	font-weight: bold;
	color: Black;
}

/* 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;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Times New Roman;
	font-size: 12px;
	color: Black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Times New Roman;
	font-size: 12px;
	color: Black;
}

.NormalRed
{
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}

.NormalBold
{
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}

/* 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;
	color: Black;
}
        
/* 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: Black;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:hover    {
	text-decoration: underline;
	color: Silver;
}

/* GENERIC */
H1  {
	font-family: Times New Roman;
	font-size: 20px;
	color: Black;
}

H2  {
	font-family: Times New Roman;
	font-size: 20px;
	color: Black;
}

H3  {
	font-family: Times New Roman;
	font-size: 12px;
	color: Black;
}

H4  {
	font-family: Times New Roman;
	font-size: 12px;
	color: Black;
}

H5{
	font-family: Times New Roman;
	font-size: 11px;
	color: black;
	
}

H6  {
	font-family: Times New Roman;
	font-size: 11px;
	color: Black;
}
THEAD    {
	font-family: Times New Roman;
	font-size: 12px;
	color: Black;
}

TH  {
	vertical-align: baseline;
	font-family: Times New Roman;
	font-size: 12px;
	color: Black;
}

A:link  {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}

A:visited   {
	text-decoration: none;
	color: #003366;
}

A:active    {
	text-decoration: none;
	color: #003366;
	font-weight: normal;
}

A:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bolder;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	background-color: #003366;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:0;
	background-color: #003366;
}

.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: Times New Roman;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #003366;
}

.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #003366;
	text-align: center;
	width: 15;
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #003366;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 0px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #003366;
	height: 0px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #CCCCCC;
	font-family: Times New Roman;
	font-size: 9pt;
	font-weight: bold;
	font-style: oblique;
	background-color: #336699;
}

.ModuleTitle_MenuArrow {
	display: none;
}

.ModuleTitle_RootMenuArrow {
	display: none;
}

/* Main Menu */

.MainMenu_MenuContainer {
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #999999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	font-family: Times New Roman;
	font-size: 13px;
	font-weight: bold;
	font-style: oblique;
	text-align: center;
	border: 1px #336699;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.MainMenu_MenuBreak {
	background-color: #999999;
	border: 0px #002A54;
	border-bottom: 0px #002A54;
	border-left: 0px #002A54;
	border-right: 0px #002A54;
	border-top: 0px #002A54;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.MainMenu_MenuItemSel {
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	color: #336699;
	font-family: Times New Roman;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	border: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.MainMenu_MenuArrow
{
    display: none;
    font-size: 11px;
}

.MainMenu_RootMenuArrow {
	display: none;
}

.MainMenu_RootMenuItemActive
{
    height: 17px;
    background-position: left center;
    padding-left: 5px;
    font-weight: bold;
    background-image: url(menu_background.gif);
    margin-left: 5px;
    color: white;
    background-repeat: repeat-x;
}

DT   {
	font-family: Times New Roman;
	font-size: 12px;
	color: Black;
} 

TFOOT {
	font-family: Times New Roman;
	font-size: 12px;
	color: Black;
} 


