/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8pt;
    color: #000000;
    font-family: Verdana;
    text-decoration: none;
}

A.OtherTabs{
    font-weight: bold;
    font-size: 8pt;
    color: Blue;
    font-family: Verdana;
    text-decoration: none;
}

A.OtherTabs:Active {
    font-weight: bold;
    font-size: 8pt;
    color: Blue;
    font-family: Verdana;
    text-decoration: none;
}

A.OtherTabs:Link {
    font-weight: bold;
    font-size: 8pt;
    color: Blue;
    font-family: Verdana;
    text-decoration: none;
}

A.OtherTabs:Visited {
    font-weight: bold;
    font-size: 8pt;
    color: Blue;
    font-family: Verdana;
    text-decoration: none;
}

A.OtherTabs:Hover {
    font-weight: bold;
    font-size: 8pt;
    color: #FF0000;
    font-family: Verdana;
    text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana;
    font-size:  14px;
    font-weight:    bold;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    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;
    color: #DCDCDC;
    font-size: 9px;
    font-weight: bold;
    border: Solid 1px #000000;
    padding: 2px 5px 2px 5px;
    background-color: #898989;
}
A.CommandButton:link {
    text-decoration: none;
    color: #DCDCDC;
}

A.CommandButton:visited  {
    text-decoration: none;
    color: #DCDCDC;
}

A.CommandButton:active   {
    text-decoration: None;
    color: #DCDCDC;
}

A.CommandButton:hover    {
    text-decoration: none;
    background-color: #DCDCDC;
    color: #FF0000;
}
        
/* 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: #dcdcdc;
}

H4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #dcdcdc;
}

H5, DT  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #dcdcdc;
}

H6  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #dcdcdc;
}

TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  12px;
    color: #dcdcdc;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #dcdcdc;
}

/* 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: Verdana; 
	font-size: 10pt; 
	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; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	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: #28539C;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:25;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #DCDCDC; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #28539C 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #28539C; 
	border-left: #28539C 1px solid; 
	border-bottom: #28539C 1px solid; 
	border-top: #28539C 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #28539C; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #28539C 0px solid; 
	border-left: #28539C 0px solid; 
	border-top: #28539C 0px solid;  
	border-right: #28539C 0px solid; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #3B6DC3; 
	cursor: pointer; 
	cursor: hand; 
	color: #ff0000; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #28539C 1px solid; 
	border-bottom: #28539C 1px solid; 
	border-top: #28539C 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand;
}

.pagemaster
{
	border-right: #000000 1px solid;
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid;
}

.RightPane
{
	background-color: #DCDCDC;
}

.ContentPane
{
	background-color: #FFFFFF;
}

.LeftPane
{
	background-color: #ffffff;
}

.White_Nav
{
	color: #898989;
	font-family: Verdana, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	padding-top: 3;
}

.Menu_Nav
{
	color: #DCDCDC;
	font-family: Verdana, Arial, Helvetica;	
	font-size: 10pt; 
	font-weight: bold;
}

.linksToolBar
{
	background-color: #020795;
}

A.linksToolBar
{
	font-weight: bold;
	font-size: 8pt;
	text-decoration:None;
	font-family: Arial;
	color: #FFFFFF;
}

A.linksToolBar:Active
{
	font-weight: bold;
	font-size: 10pt;
	text-decoration:None;
	font-family: Arial;
	color: #FFFFFF;
}

A.linksToolBar:Link
{
	font-weight: bold;
	font-size: 10pt;
	text-decoration:None;
	font-family: Arial;
	color: #FFFFFF;
}

A.linksToolBar:Visited
{
	font-weight: bold;
	font-size: 10pt;
	text-decoration:None;
	font-family: Arial;
	color: #FFFFFF;
}

A.linksToolBar:Hover
{
	font-weight: bold;
	font-size: 10pt;
	text-decoration:None;
	font-family: Arial;
	color: #FF0000;
}

.home_msg
{
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	font-size: 8pt;
	text-decoration:None;
	font-family: Arial;
	color: #000000;
}
