/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    bold;
    color: #333333;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    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: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

A:link  {
    color: navy;
    text-decoration: none;

}

A:Hover  {
    color: navy;
    text-decoration: none;
}

A:visited  {
    color: #0071B5;
    text-decoration: none;

}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    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: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#0071B5;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:white;
}

.Footer
{
	font-weight: normal;
	font-size: 10px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}

/* 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:21;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	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: White;
	border-left: #00A1FC 1px solid; 
	border-right: #00A1FC 1px solid; 
	border-bottom: #00A1FC 0px solid; 
	border-top: #00A1FC 0px solid; 
	text-align: center; 
	width: 21; 
	height: 21;
}

.MainMenu_SubMenu
{
	border-right: #00A1FC 1px solid;
	border-top: #00A1FC 1px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-left: #00A1FC 0px solid;
	cursor: hand;
	border-bottom: #00A1FC 1px solid;
	background-color: #002C44;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	border-right: #00A1FC 0px solid;
	border-top: #00A1FC 1px solid;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #00A1FC 0px solid;
	cursor: hand;
	color: white;
	border-bottom: #00A1FC 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #002C44;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	color: white; 
	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: 12pt; 
	cursor: pointer; 
	cursor: hand;
	color:white;
}

/*  CURRENT DATE CLASS */
.CurrentDateJOC{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt;
	font-weight: bold;
	color: white;
}

#BreadcrumbsJOC{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt;
	font-weight: normal;
}

#BreadcrumbsJOC span{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt;
	font-weight: normal;
}

#BreadcrumbsJOC a:hover, #BreadcrumbsJOC a, #BreadcrumbsJOC a:visited{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: navy;
}

#LinksJOC{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt;
	font-weight: normal;
}

#LinksJOC span{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt;
	font-weight: normal;
}

#LinksJOC a:hover, #LinksJOC a, #LinksJOC a:visited{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: navy;
}

.FooterJOC{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt;
	font-weight: bold;
	color:navy;
}

.FooterJOC span{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt;
	font-weight: bold;
	color:navy;
}

.FooterJOC a:hover, #LinksJOC a, #LinksJOC a:visited{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: navy;
}





