/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

.pagemaster {
	width: 100%;	
	height: 100%;
	background-color: #c1c0c0;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}
.thheader
{
 background-color:#00417e;
 color:White;
 border-bottom: #000000 1px solid; 


}
.detailheader
{
 font-size:18px;
 font-weight:bold;


}
.detailnormal
{
 font-size:16px;
 

}

.pnlnormal
{
	 border-right: #000000 1px solid; 
  border-top: #000000 1px solid; 
  border-left: #000000 1px solid; 
  border-bottom: #000000 1px solid; 
  
     background-color:White;
	}
.normalgrid
{
  color:black;
  font-size:11px;
  font-family:tahoma;

}
.gridheader
{
  background-color:#00417e;
  color:White;
  font-weight:bold;
}
.articleTopCell
{
  background-color:#00417e;
  color:White;
  font-weight:bold;
}
.featuredTopCell
{
  background-color:#00417e;
  color:White;
  font-weight:bold;
}
.gridalternatingitem
{
  background-color:#99cccc;
  color:#000000;
}
.normalitem
{

}

.titlebarselected
{
   background-color:#99ccc;
   color:#00417e;
   font-weight:bold;
}
.titlebarselected a:link {
 color:#00417e;
}

.titlebarselected a:hover {
 color:#dddddd;
 
}
.titlebarselected a:visited {
 color:#00417e;
}
.titlebarnotselected
{
   background-color:#5f718a;
   color:#ffffff;
}
.titlebarnotselected a:link {
 color:white;
}

.titlebarnotselected a:hover {
 color:#dddddd;
 
}
.titlebarnotselected a:visited {
 color:white;
}




.studentstatus
{
  background-color: #ffffff;
  border-right: #000000 1px solid; 
  border-top: #000000 1px solid; 
  border-left: #000000 1px solid; 
  border-bottom: #000000 1px solid; 
  
}
.studstat_header
{
  background-color: #5f718a;
  color:#ffffff;
  width:100%;
  font-family:arial;
  font-weight:bold;

}
.studstat_shborder
{
  border-top: #000000 1px solid; 
  border-bottom: #000000 1px solid; 
 width:100%;
 background-color:#00417e;
}
.studstat_subheader
{
  background-color: #00417e;
  color:#ffffff;
  width:100%;
  font-family:arial;
  font-weight:bold;
  padding-left:3px;
  
}
A.studstat_subheader:link {
 color:white;
}
A.studstat_subheader:hover {
 color:#dddddd;
 text-decoration:none;
}

.studstat_subheader a:visited {color: white; text-decoration: none;}

.studstat_moddate 
{
  font-family:arial;
  font-size:10px;
  
}

.studstat_normal
{
  color:#000000;
  width:100%;
  font-family:arial;
  font-weight:bold;
  font-size:12px;
  padding-left:6px;
  padding-top:2px;
  
}
A.studstat_normal:link {
 color:black;
}
A.studstat_normal:hover {
 color:blue;
 text-decoration:none;
}

.studstat_normal a:visited {color: black; text-decoration: none;}

.studstat_cnt
{
  color:blue;
  font-size:12px;
  padding-left:10px;
  
}
.studstat_nomoddate
{
 color:red;
  font-size:10px;
 
}


.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:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
 width:100%;
}

/* 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
{
}

/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

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 {
}
OL UL 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 {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}


.epaq
{
	font-family:Arial;

	padding:0px,0px,0px,0px;
	border-style:solid;
	border-color:#5f718a ;
	border-width:2px;
}
.epaq_head
{
	font-size:34px;
	font-weight:bold;	
	font-variant:small-caps;
}
.epaq_headtd
{
	background-color:#f1f1f1;
}
.video_head
{
 color: #f3f5fa;
  font-variant:small-caps;
  font-weight:bold;
	}
.sectionheader
{
	background-color:#00417e;
	color:White;
	font-size:16px;
	font-weight:bold;
	height:20px;
	padding: 2px 2px 2px 2px;
	font-variant:small-caps;
}
.epaq_subhead
{
	font-size:larger;
	font-variant:small-caps;

}
.epaq_headline
{
	font-size:medium;
	font-weight:bold;
	font-variant:small-caps;
}
.epaq_normalbold
{
	font-size: 14px;
	font-weight:bold;
	}
.epaq_normal
{
	font-size: 12px;
}
.epaq_error
{
	font-size: 14px;
	color:Red;
	font-weight:bold;
}
.video_head
{
  background-color:#00417e;
}

.selecteditem
{
  background-color:#5f718a;
  color:white;
}
.selecteditem a:link {
        color:white;
	decoration:none;
}

.selecteditem a: hover {
        color:cccccc;
}
.selecteditem a: visited {
        color:white;
	decoration:none;
}
.vwthHeader
{
Background-color:#00417e;
color:white;
  border-bottom: #000000 1px solid; 

}
.vwHead
{
Background-color:#FFFFFF;
color:Black;
font-size:24px;
}
.vwBody
{
background-color:#FFFFFF;
border-width: 1px;
border-style: solid;
border-color: #000000;
}
.vwTable
{
background-color:#FFFFFF;
}
.vwTableHead
{
Background-color:#99ccff;
color:#000000;
}
.vwTableAlt
{
background-color:#99cccc;
}


.epaq
{
	font-family:Arial;

	padding:0px,0px,0px,0px;
	border-style:solid;
	border-color:black;
	border-width:2px;
}
.epaq_head
{
	font-size:34px;
	font-weight:bold;	
	font-variant:small-caps;
}
.epaq_headtd
{
	background-color:#f1f1f1;
}
A.gridbutton, .gridbutton
{
	font-weight: normal;
	font-size: 12px;   
    font-family:Arial black;
    padding-right: 10px;
	padding-left: 10px;

}
A.gridbutton:link, .gridbutton a:link
{
    }
	
A.gridbutton:visited, .gridbutton a:visited
{
  
    }
A.gridbutton:active, .gridbutton a:active
{
    }
A.gridbutton:hover, .gridbutton a:hover
{
    font-family:Arial black;
    
    text-decoration:none;
    border-style:solid;
    border-color:Black;
    border-width:thin;
    padding-right: 8px;
	padding-left: 8px;
	background-color: #eee;
}


.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 12px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #eeeeee;
}

.DataSprings_Testimonial
{
  font-family: Tahoma, Arial, Helvetica;
  font-size: 14px;
  
}

.DNN_Reports_Grid_Header th
{
  text-align: center;
  font-size:14px;
}
.DNN_Reports_Grid_Row td
{
  text-align: center;
  font-size:14px;
}
.DNN_Reports_Grid_AlternatingRow td
{
  text-align: center;
  font-size:14px;
}
















