/* ================================
    CSS STYLES FOR DotNetNuke 12/01/09
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
background_color:rgb(0,0,102);
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
 font-size: 110%;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
line-height: 1.2;
 text-align: left;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}
.NormalRed
{
}
.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}
A.CommandButton:visited  {
}
A.CommandButton:hover    {
}

A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
.text
{
font-family: Arial, Helvetica, sans-serif;
font-size: 115%;
font-color:#333333;
line-height: 1.2;
}
P
{
font-family: Arial, Helvetica, sans-serif;
font-size: 115%;
font-color:#333333;
line-height: 1.2;
}
DT {
font-size: 115%;
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align: left
}
TFOOT, THEAD    {
}

TH  {
}
/* Dark Blue Header*/
h1
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 220%;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #003366;
}
/* Bright Blue Header*/
h2
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 200%;
  text-align: left;
  color: #003366;
}
/* Green Header */
h3
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 150%;
font-weight: bold;
  text-align: left;
  color: #39A415;
}
/* Bright Blue Smaller Header */
h4
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 130%;
  font-weight: bold;
  text-align: left;
  color: #1C89B8;
}
/* Orange Header*/
h5
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 130%;
  font-weight: bold;
  text-align: left;
  color: #FFFF00;
}
/* Dark Blue Smaller Header */
h6
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 130%;
  font-weight: bold;
  text-align: left;
  color: #003366;
}
.ProductName
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 150%;
font-weight: bold;
  text-align: left;
  color: #1C89B8;
}
A
{
   color: #003366;
}
A:link
{
    color: #003366;
}
A:visited
{
    color: #3B6DB0;
}
A:hover
{
   text-decoration: underline;
}
A:active
{
   color: #003366;
}
A.normal:link
{
    color: #003366;
}
A.normal:visited
{
    color: #3B6DB0;
}
A.normal:hover
{
   text-decoration: underline;
}
A.normal:active
{
   color: #003366;
}

SMALL   {
}

BIG {
}

blockquote p
{
	color:#0E1011;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	text-align: left;
}
blockquote
{
		border:solid 1px #B7C1C2; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#E1E5E5;
	background-position:left top;
	background-repeat:no-repeat;
}ol, ul
{
	color: #333333;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

UL LI   {
color: #333333;

}

UL LI LI    {
color: #333333;
}

UL LI LI LI {
color: #333333;
}

OL LI   {
color: #333333;
}

OL OL LI    {
color: #333333;
}

OL OL OL LI {
color: #333333;
}
OL UL LI   {
color: #333333;
}

HR {
}

.bluetable
border: 1;
padding: 1;
background-color: #5890AC;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
.nav3 li.title {margin: 0px 0px 0px 0px; padding: 3px 5px 2px 15px; background-color: rgb(156,186,214); color: rgb(255,255,255); text-transform: uppercase; font-weight: bold; font-size: 120%;}
.nav3 li.group a {display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 15px; border-top: solid 1px rgb(200,200,200); border-left: solid 7px rgb(219,230,241); color: rgb(75,75,75); font-weight: bold; font-size: 120%;}


.content-title-noshade-size1 {margin: 0px 0px 0px 10px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 130%;}
.content-title-noshade-size2 {margin: 0px 0px 0px 10px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 150%;}
.content-title-noshade-size3 {margin: 0px 0px 0px 10px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 160%;}
.content-title-noshade-size4 {margin: 0px 0px 0px 10px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 180%;}
.content-title-noshade-size5 {margin: 0px 0px 0px 10px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 200%;}
.content-title-shade-size1 {margin: 0px; padding: 0px 10px 0px 10px; background-color: rgb(215,215,215); color: rgb(100,100,100); color: rgb(88,144,168); font-weight: bold; font-size: 130%;}
.content-title-shade-size2 {margin: 0px; padding: 0px 10px 0px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 150%;}
.content-title-shade-size3 {margin: 0px; padding: 0px 10px 0px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 160%;}
.content-title-shade-size4 {margin: 0px; padding: 0px 10px 0px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168);  font-weight: bold; font-size: 180%;}
.content-title-shade-size5 {margin: 0px; padding: 0px 10px 0px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168);  font-weight: bold; font-size: 200%;}
.content-subtitle-noshade-size1 {margin: 0px 0px 0px 10px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 110%;}
.content-subtitle-noshade-size2 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 120%;}
.content-subtitle-noshade-size3 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 130%;}
.content-subtitle-noshade-size4 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 140%;}
.content-subtitle-noshade-size5 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 150%;}
.content-subtitle-shade-size1 {margin: 0px; padding: 0px 10px 3px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 110%;}
.content-subtitle-shade-size2 {margin: 0px; padding: 0px 10px 3px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 120%;}
.content-subtitle-shade-size3 {margin: 0px; padding: 0px 10px 3px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 130%;}
.content-subtitle-shade-size4 {margin: 0px; padding: 0px 10px 3px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 140%;}
.content-subtitle-shade-size5 {margin: 0px; padding: 0px 10px 3px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 150%;}
.content-txtbox-noshade {
	margin: 0px;
	padding: 7px 0px 0px 10px;
	background-color: rgb(255,255,255);
	text-decoration: none;
}
.content-txtbox-shade {margin: 0px; padding: 7px 10px 5px 10px; background-color: rgb(235,235,235);}
.button
{
	background-color: #90bade;
	border-right: 1px solid #000;
	color: #333;
	font-family: 'Arial,Verdana, Helvetica, 
	 Arial, sans-serif;
	margin-bottom: 1em;
	padding: 0 0 1em 0;
	width: 12em;
}
.button ul
{
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
button li
{
	border-bottom: 1px solid #90bade;
	margin: 0;
}
button li a
{
	background-color: #2175bc;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	color: #fff;
	display: block;
	padding: 5px 5px 5px 0.5em;
	text-decoration: none;
	width: 100%;
}
html>body #button li a
{
	width: auto;
}
button li a:hover
{
	background-color: #2586d7;
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	color: #fff;
}
