/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg 
{
  
	background-color: #F4F4F4;
	font-family: Arial; 
	border-left:1px solid #2e5c8a;
	border-right:1px solid #2e5c8a;
	border-top:3px solid #2e5c8a; 
}
.TopBg 
{
	background-color:#cc6666; /* #999999; #FDEC9C;   /*yellow*/
	color:#f4f4f4;  
	font-size: 10pt; 
	font-weight: bold; 
	font-family: Arial, Tahoma, Verdana, Helvetica;
	
}
.BlueBg 
{
	background-color: #C0D4E8;
	
	font-family: Arial; 
}
.DeepBlueBg 
{
	color: #F4F4F4;
	font-weight: bold; 
	font-size: 10pt; 
	font-family: Arial, Tahoma, Verdana, Helvetica;
	background-color: #2e5c8a;  
	
}
.BottomBg 
{    
	background-color: #F4F4F4; 
	color: black; 
	font-family: Arial; 
}

.LeftPane  
{
    background-color: #2e5c8a;  dark blue  
}
.headline{ 
	font-size: 28px; font-family:  Garamond; 
	font:bold;
	color: #2e5c8a;
}
.headlinegray{ 
	font-size: 28px; font-family:  Garamond; 
	font:bold;
	color: #cc6666;
}
.ContentPane  { 
		background-color: #C0D4E8;  /* gray */
		border-right:1px solid #2e5c8a;
		border-left:1px solid #2e5c8a;
    
}

.RightPane  { 
}

/* background color for the content part of the pages */
 body 
 {
   	    background-color: #F4F4F4; 
        margin:0;
        padding:0;
        font: bold 11px/1.5em Verdana;
		
}

 .bodyBg
 {
        background-color:#C0D4E8;   /*#e5f3ff */ 
        font: bold 11px/1.5em Verdana;
		border-right:1px solid #2e5c8a;
		border-left:1px solid #2e5c8a;
}


h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}


img {
border: none;
}


/*- Menu Tabs 7--------------------------- */

    #tabs7 {
	
      float:left;
      width:100%;
      font-size:100%;
      line-height: normal;
      border-bottom:1px solid #333B66; 
      }
    #tabs7 ul {
          margin:0;
          padding:20px 0 0 0;
          list-style:none;
      }
    #tabs7 li {
      display:block;
	  float: right;
      margin:0;
      padding:0;
      }
    #tabs7 a {
      float:left;
      background:url("images/tableft7.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      }
    #tabs7 a span {
	  float:right;
      display:block;
      background:url("images/tabright7.gif") no-repeat right top;
      padding:5px 10px 4px 6px;
      /*color:#999;*/
      color:#fff;
       
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs7 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs7 a:hover span {
      color:#e5f3ff;
      }
    #tabs7 a:hover {
      background-position:0% -42px;
      }
    #tabs7 a:hover span {
      background-position:100% -42px;
      }

      #tabs7 #current a {
              background-position:0% -42px;
      }
      #tabs7 #current a span {
              background-position:100% -42px;
      }

    #tabsJ {
      float:left;
      width:100%;
      background:#C0D4E8; /*#F4F4F4; gray */
	  border-top: 3px solid #2e5c8a; 
	  border-left: 3px solid #2e5c8a;  
      font-size:100%;
      line-height:normal;
         /* border-bottom:1px solid #24618E;*/
      }
	  
	  
    #tabsJ ul {
        margin:0;
		padding:20px 0 0 0;
        /*padding:10px 10px 0 50px;*/
        list-style:none;
      }
    #tabsJ li {
	float: right;
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:right;
      display:block;
      background:url("images/tabrightJ.gif") no-repeat right top;
	  padding:5px 10px 4px 6px;
      /*padding:5px 15px 4px 6px; */
      color: #24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

        #tabsJ #current a {
                background-position:0% -42px;
        }
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#FFF;
        }
/* CSS Tabs */
#navcontainer {
        /*background:#ffcc66; */
        /*background: #f0e7d7;*/
        /*width: 100%;*/
        margin: 0;
        padding: 1em 0;
        font-family: Arial;
        font-size: 13px;
        text-align: center;
        /*text-transform: lowercase;*/
}

ul#navlist {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 98%;
}

ul#navlist li {
        display: block;
        margin: 0;
        padding: 0;
		
}

ul#navlist li a {
        display: block;
        width: 100%;
        padding: 0.5em 0 0.5em 2em;
        border-width: 2px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
		
        color: #2e5c8a;
		
        text-decoration: none;
		font-size: 14px;
		background:#F4F4F4; 
		
		/*background:#2175bc; bright blue */
		
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
        /*background: #f0e7d7; */ 
		
        /*color: #800000;*/
		color: #ffcc66;
}
ul#navlist li a:hover, ul#navlist li#active a:hover {
	/*color: #800000;*/
		color:#e5f3ff;
	font-size: 14px;
	/*background: #FFFFCC; /*light yellow */
        /*background:  #ffcc66; dark yellow */
        border-color: #aaab9c #fff #fff #ccc;
	background-color: #2e5c8a;
}

.navHeader
{
        display: block;
        width: "98%";
        padding: 0;
        border-style: none;
        color: #2e5c8a;
		background:#F4F4F4;
        text-decoration: none;
       /* background: #f7f2ea;
		
		background: #2586d7; 
		background:#99CCFF; -- light blue*/
		
		/*background:#2175bc; */
}

				      
      #nav {background: #0066cc; padding: 1px 5px 2px 0; margin: 0; 
  list-style: none; font: bold 0.8em  Verdana, sans-serif; padding: 1px 5px 2px 0;}
#nav li {display: inline;  background: #0066cc; padding: 1px 5px 2px 0;}
#nav li a {text-decoration: none; padding: 1px 51px 2px 0;}
#nav li a:link {color: white; padding: 1px 5px 2px 0;}
#nav li a:visited {color: white; padding: 1px 5px 2px 0; text-decoration: none;}
#nav li a:hover {color: white; background: #6699cc; padding: 1px 5px 2px 0; }

/* background/border colors for the selected tab */
.TabBg
{
	color: white;
	background-color:  #2e5c8a;
	font-weight: bold; 
	font-family: arial, tahoma, verdana, helvetica;
}
A.TabBg:link
{
	color: white;
	/*background-color: #ae8d61;*/
	background-color: #f4f4f4;
	font-weight: bold;
	font-family: arial, tahoma, verdana, helvetica;

}


/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    
{
	
}

/* text style for the unselected tabs */
.OtherTabs {
text-decoration:none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    
{
	color: #FDEC9C;
}

/* GENERAL */
/* style for module titles */
.Head   
{
	color: black; 
	font-weight: bold; 
	font-size: 12pt; 
	font-family: arial, tahoma, verdana, helvetica;
}
.HeadWhite   
{
	color: white;
	background-color:  #2e5c8a; 
	/*background-color: #99ccff; blue*/
	font-weight: bold; 
	font-size: 12pt; 
	font-family: Arial, Tahoma, Verdana, Helvetica;
}
/* style of item titles on edit and admin pages */
.SubHead    
{
	color: black; 
	font-weight: bold; 
	font-size: 10pt; 
	font-family: arial, tahoma, verdana, helvetica;
}

/* 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 */
/* text style used for most text rendered by modules */
.Normal
{
	font-size: 10pt; 
	color: black; 
	font-family: arial, tahoma, verdana, helvetica;
}

.Normal12
{
	font-size: 12pt; 
	color: black; 
	font-family: arial, tahoma, verdana, helvetica;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
	font-size: 10pt; 
	color: red; 
	font-family: arial, tahoma, verdana, helvetica;
}

.NormalBold
{
	font-size: 10pt; 
	color: black;
	font-weight: bold; 
	font-family: arial, tahoma, verdana, helvetica;
}

/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}



H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* 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 
{
	/*background-color: #0c5fc5;*/
	background-color: #0066cc;
}

.MainMenu_MenuBar 
{
	background-color: #0066cc;
}

.MainMenu_MenuItem 
{
	background-color: #0066cc;
}
.MainMenu_MenuItem:hover 
{
	background-color: black;
}
.MainMenu_MenuIcon 
{
	
}

.MainMenu_SubMenu 
{
	background-color: #0066cc;
}

.MainMenu_MenuBreak 
{
	background-color: #0066cc;
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}



img.ms-button { cursor: hand }

.BoxFrame
{
	color:black;
	
	background-color: #F4F4F4;  
	
	
	border-right:4px solid #2e5c8a;
	border-bottom:4px solid #2e5c8a;
	border-top:1px solid #F4f4f4; 
	border-left:1px solid #F4f4f4;
	font-size: 10pt; 
	font-family: arial, tahoma, verdana, helvetica;
}

.NoBorders
{
 border:0;
 background-color: #FFFFCC; 
}

.ShadowBox
{
   width:98%;
   padding: 10 px;
   filter: shadow(color:#f4f4f4); 
}
.MNPPart
{
	width:98%;
	color:black;
	background-color: #C0D4E8;
	border-top:1px solid #cc6666;  
	border-left:1px solid #cc6666;  
	border-right:3px solid #cc6666;
	border-bottom:3px solid #cc6666;
	margin-right:15px;
}
.Announcements
{
	width:100%;
	position:relative;
	color:#2e5c8a;  
	background-color: #F4f4f4;
	 
}

.ImgFrame
{
	border-top-width: 0px; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	width: 1px; 
	height: 3px; 
	border-right-width: 0px;
}
.MNPPart UL 
{ 
	margin-bottom:5px; 
	margin-left:18px;
	
}

.MNPPart SPAN 
{ 
	color:#000000;	
}

.MNPPart	UL LI
{
	margin-bottom:0.5em;
	list-style-type: disc;
	color:#cccccc; 
}
.headlineblack{ 
	font-size: 18px; font-family: arial, helvetica, san-serif; 
	line-height: 24px; color: #000000;
}
.headlinegreen A:link, .headlinegreen A:visited, .headlinegreen A:active { 
	font-size: 18px; font-family: arial, helvetica, san-serif; 
	line-height: 24px; color: #009C00;
	text-decoration : none;
}
.headlinegreen A:hover { 
	font-size: 18px; font-family: arial, helvetica, san-serif; 
	line-height: 24px; color: #009C00;
	text-decoration: underline;
}

.headlinered A:link, .headlinered A:visited, .headlinered A:active { 
	font-size: 18px; font-family: arial, helvetica, san-serif; 
	line-height: 24px; color: #CC0000;
	text-decoration : none;
}
.headlinered A:hover { 
	font-size: 18px; font-family: arial, helvetica, san-serif; 
	line-height: 24px; color: #CC0000;
	text-decoration: underline;
}

.headlineblue A:link, .headlineblue A:visited, .headlineblue A:active { 
	font-size: 18px; font-family: arial, helvetica, san-serif; 
	line-height: 24px; color: #000099;
	text-decoration : none;
}
.headlineblue A:hover { 
	font-size: 18px; font-family: arial, helvetica, san-serif; 
	line-height: 24px; color: #000099;
	text-decoration: underline;
}
 .invisibleSearchText
 {
        background-color:#C0D4E8;   /*#e5f3ff */ 
        font-size: 6px;
        font: 2px Verdana;
       color: #C0D4E8; 
		
}
