/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL - replacement for default items*/
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #003399;
}

/* background color for the content part of the pages */
#MenuPane 
{
	padding-right:25px;
}
Body
{
}
.LeftPane
{
}

.ContentPane {
}

.RightPane {
}
/*Container Object Attributes */
.containerTitle
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica;
	
}
/*Skin Object Attributes */
.skinBreadcrumb 
{
	color: #ffffff;
	font-size: 10pt; 
	text-decoration:none;
	
}
A.skinBreadcrumb:link {
   color: #ffffff;
	font-size: 10pt; 
	text-decoration:none;
}
A.skinBreadcrumb:visited  
{
   color: #ffffff;
	font-size: 10pt; 
	text-decoration:none;
}

.skinCopyright
{
	color: #aaaaaa;
	font-size: 9pt; 
	text-decoration:none;
}
A.skinCopyright:link {
   color: #aaaaaa;
	font-size: 9pt; 
	text-decoration:none;
}
A.skinCopyright:visited  
{
   color: #aaaaaa;
	font-size: 9pt; 
	text-decoration:none;
}

.skinCurrentdate 
{
	color: white;
	font-size: 9pt; 
}

.skinLogin 
{
	color: #aaaaaa;
	font-size: 9pt; 
	text-decoration:none;
}
A.skinLogin:link {
   color: #aaaaaa;
	font-size: 9pt; 
	text-decoration:none;
}
A.skinLogin:visited  
{
   color: #aaaaaa;
	font-size: 9pt;  
	text-decoration:none;
}

.skinPrivacy
{
	color: #aaaaaa;
	font-size: 9pt; 
	text-decoration:none;
}
A.skinPrivacy:link {
   color: #aaaaaa;
	font-size: 9pt; 
}
A.skinPrivacy:visited  
{
   color: #aaaaaa;
	font-size: 9pt; 
	text-decoration:none;
}

.skinTerms
{
	color: #aaaaaa;
	font-size: 9pt; 
	text-decoration:none;
}
A.skinTerms:link {
   color: #aaaaaa;
	font-size: 9pt; 
}
A.skinTerms:visited  
{
   color: #aaaaaa;
	font-size: 9pt; 
	text-decoration:none;
}

.skinUser
{
	color: #aaaaaa;
	font-size: 9pt; 
	text-decoration:none;
}
A.skinUser:link {
   color: #aaaaaa;
	font-size: 10pt; 
	text-decoration:none;
}

.skinHostname {
   color: #aaaaaa;
	font-size: 10pt; 
	text-decoration:none;
}
A.skinHostname:link {
   color: #aaaaaa;
	font-size: 10pt; 
	text-decoration:none;
}
A.skinHostname:visited  
{
   color: #aaaaaa;
	font-size: 9pt; 
	text-decoration:none;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 12px;
	color: navy;
	font-family: Arial, Helvetica;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: navy;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: navy;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: navy;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: navy;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:navy;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:navy;
}




/* ===================================== */
/*			  	common classes               */
/* ===================================== */

.NormalBold  {
	font-size: 9pt;
	font-weight: bold;
	/* line-height: 13pt; */
}

.Normal  {
	font-size: 11pt;
	color: black;
	font-weight:normal;
	/* line-height: 8pt; */
}

.NormalSmall {
	font-size: 8pt;
	/* line-height: 9pt; */
}
.NormalBoldSmall {
	font-size: 9pt;
	font-weight: bold;
	/* line-height: 11pt; */
}
.SubHead {
	font-size: 11pt;
	font-weight: bold;
}
.CommandButton {
	font-size: 11pt;
	font-weight: normal;
	/* line-height: 9pt; */
}
A.CommandButton:link {
	font-size: 11pt;
	text-decoration: none;
	/* line-height: 9pt; */
	font-style: normal;
}
A.CommandButton:visited {
	font-size: 11pt;
	text-decoration: none;
	/* line-height: 9pt; */
	font-style: normal;
}
A.CommandButton:hover {
	font-size: 11pt;
	text-decoration: underline;
	/* line-height: 9pt; */
	font-style: normal;
}
A.CommandButton:active {
	font-size: 11pt;
	font-weight: normal;
	/* line-height: 9pt; */
}
.NormalBoldRed {
	font-size: 10pt;
	font-weight: bold;
	/* line-height: 13pt; */
}
h1 
{
	font-weight:bold;
	font-size: 15pt;
	margin-bottom: 0;
}
h2
{
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: 0;
}
h3
{
	font-weight: bold;
	margin-bottom: 0;
}
h4
{
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 0;
}
ul
{
	font-size: 9pt;
	font-weight:normal;
	list-style-type: square;
	margin-bottom: 0;
	margin-top: 0;
}
li {
	font-size: 11pt;
	font-weight:normal;
	list-style-type: square;
}
ul li
{
	font-size: 11pt;
	font-weight:normal;
	list-style-type: square;
}
p 
{
	margin: 0 0 1em;
}
.Date {
	font-size: 8.5pt;
}
a:link {
	font-size: 11pt;
	text-decoration: none;
}
a:visited {
	font-size: 11pt;
	text-decoration: none;
}
a:hover {
	font-size: 11pt;
	text-decoration: underline;
}
a:active {
	font-size: 11pt;
	text-decoration: none;
}
/* SIGNIN RED */
.SignInRed {
	font-size: 11pt;
}
A.SignInRed:link {
    text-decoration:    none;
	font-size: 11pt;
}

A.SignInRed:visited  {
    text-decoration:    none;
	font-size: 11pt;
}

A.SignInRed:active   {
    text-decoration:    none;
	font-size: 11pt;
}

A.SignInRed:hover    {
    text-decoration:    underline;
	font-size: 11pt;
}
.Head   {
    font-size:  14px;
    font-weight: bold;
}


/* text style for the unselected tabs */
.OtherTabs {
	font-size: 8.5pt;
	text-decoration: none;
	font-weight: normal;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration:    none;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:visited  {
	text-decoration:    none;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:active   {
	text-decoration:    none;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:hover    {
	text-decoration:    underline;
	font-weight: normal;
	font-size: 8.5pt;
}

/* SIGNIN */
.SignIn {
	font-size: 11pt;
}
A.SignIn:link {
    text-decoration:    none;
	font-size: 11pt;
}

A.SignIn:visited  {
    text-decoration:    none;
	font-size: 11pt;
}

A.SignIn:active   {
    text-decoration:    none;
	font-size: 11pt;
}

A.SignIn:hover    {
    text-decoration:    underline;
	font-size: 11pt;
}





/* Main Menu */

.MainMenu_MenuContainer
{
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	border-bottom: black 0px solid; 
	border-left: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	height: 20px;
	text-align:center;
	font-size: 12px;
	/* background-image:url(tab2_mid.gif); */
}

.MainMenu_MenuBar {
	height:20px;
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}

.MainMenu_menuitemselcssclass {
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	border-bottom: black 0px solid; 
	border-left: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	height: 20px;
	text-align:center;
	font-size: 12px;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: hand;
	height: 20px;
}
.MainMenu_RootMenuItem TD
{
	height: 20px;
	text-align:center;
	font-size: 12px;
	color:#007384;
	background-image:url(tab2_mid.gif);
}
.MainMenu_RootMenuItemActive TD
{
	text-align:center;
	height: 20px;
	color:#005E6C;
	font-size: 12px;
	background-image:url(tab2_mid.gif);
}
.MainMenu_RootMenuItemSelected TD
{
	text-align:center;
	height: 20px;
	color:#005E6C;
	font-size: 12px;
	background-image:url(tab2_mid.gif);
}
.MainMenu_SubMenuItem
{
	border-right: black 0px solid;
	padding-right: 0px;
	border-top: black 0px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	border-left: black 0px solid;
	color: white;
	padding-top: 0px;
	border-bottom: black 0px solid;
	height: 20px;
	background-color:#ECA22E;
	font-size: 12px;
}
.MainMenu_SubMenuItemActive
{
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	border-bottom: black 0px solid; 
	border-left: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	height: 20px;
	color:white;
	background-color:#ECA22E;
	font-size: 12px;
}
.MainMenu_SubMenuItemSelected
{
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	border-bottom: black 0px solid; 
	border-left: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	height: 20px;
	color:white;
	background-color:#D98F1B;
	font-size: 12px;
}

.MainMenu_MenuItem {
	cursor: hand; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none; 
	border-bottom: #99CCFF 0px solid;
	border-top: #99CCFF 0px solid; 
	border-right: #99CCFF 0px solid;
	background-color:#ECA22E;
}
.MainMenu_MenuIcon {
	cursor: hand; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 20px;
	background-color:#ECA22E;
}

.MainMenu_SubMenu
{
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	cursor: hand;
	background-color:#ECA22E;
	color:white;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: hand; 
	color:transparent;
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
	height: 20px;
}


/* common classes */

.NormalBold  {
	font-size: 9pt;
	/* line-height: 13pt; */
}

.Normal  {
	font-size: 11pt;
	/* line-height: 8pt; */
}

.NormalSmall {
	font-size: 8pt;
	/* line-height: 9pt; */
}
.NormalBoldSmall {
	font-size: 9pt;
	/* line-height: 11pt; */
}
.SubHead {
	font-size: 9pt;
}
.CommandButton {
	font-size: 8pt;
	/* line-height: 9pt; */
}
A.CommandButton:link {
	font-size: 8pt;
	/* line-height: 9pt; */
}
A.CommandButton:visited {
	font-size: 8pt;
	/* line-height: 9pt; */
}
A.CommandButton:hover {
	font-size: 8pt;
	/* line-height: 9pt; */
}
A.CommandButton:active {
	font-size: 8pt;
	/* line-height: 9pt; */
}
.NormalBoldRed {
	font-size: 10pt;
	/* line-height: 13pt; */
}
h1 
{
	font-size: 15pt;
}
h2
{
	font-size: 13pt;
}
h3
{
	font-size: 10pt;
}
h4
{
	font-size: 9pt;
}
ul
{
	font-size: 9pt;
}
li {
	font-size: 9pt;
}
ul li
{
	font-size: 9pt;
}
p 
{
	margin: 0 0 1em;
}
.Date {
	font-size: 8.5pt;
}
a:link {
	font-size: 9pt;
}
a:visited {
	font-size: 9pt;
}
a:hover {
	font-size: 9pt;
}
a:active {
	font-size: 9pt;
}
/* SIGNIN RED */
.SignInRed {
	font-size: 9pt;
}
A.SignInRed:link {
	font-size: 9pt;
}

A.SignInRed:visited  {
	font-size: 9pt;
}

A.SignInRed:active   {
	font-size: 9pt;
}

A.SignInRed:hover    {
	font-size: 9pt;
}
.Head   {
    font-size:  14px;
}


/* text style for the unselected tabs */
.OtherTabs {
	font-size: 8.5pt;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-size: 8.5pt;
}

A.OtherTabs:visited  {
	font-size: 8.5pt;
}

A.OtherTabs:active   {
	font-size: 8.5pt;
}

A.OtherTabs:hover    {
	font-size: 8.5pt;
}

/* SIGNIN */
.SignIn {
	font-size: 9pt;
}
A.SignIn:link {
	font-size: 9pt;
}

A.SignIn:visited  {
	font-size: 9pt;
}

A.SignIn:active   {
	font-size: 9pt;
}

A.SignIn:hover    {
	font-size: 9pt;
}



