/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
    font-size: 10px;
    background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

TABLE.campusrecruitment {
	padding: 0px;
	margin: 0px;	
	font-size: 12px;
	background-color: black;
}
TR.campusrecruitment {
	padding: 0px;
	margin: 0px;	
	background-color: white;
}
TD.campusrecruitment {
	padding: 3px;
	margin: 0px;
	background-color: white;	
}
TD.campusrecruitmentHead {
	padding: 5px;
	margin: 0px;
	background-color: silver;	
}


.largeFont
{
    font-size: 11pt;
    color: #000000;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A.largeFont
{
	color: #000000;
	font-size: 11pt;
	font-family:Arial, Verdana, Helvetica;	
	color:Blue;
	text-decoration:underline;
}
A.largeFont:active
{
	color: #000000;
	font-size: 11pt;
	font-family:Arial, Verdana, Helvetica;	
	color:Blue;
	text-decoration:underline;
}
A.largeFont:visited
{
	font-size: 11pt;
	font-family:Arial, Verdana, Helvetica;	
	color:Blue;
	text-decoration:underline;
}
A.largeFont:hover
{
	color: red;
	font-size: 11pt;
	font-family:Arial, Verdana, Helvetica;	
	color:Blue;
	text-decoration:underline;
}
H4
{
    font-size: 13pt;
    color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}
H5
{
    font-size: 11pt;
    color: #C0B7CB;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	
	font-family: arial black;
	font-weight: normal;
}


/* added by S.Ellsworth March 2006 */
.smallFont
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 8pt;
    color: #000000;
}
.normalFont
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    color: #000000;
}
A.normalFont
{
	font-size: 10pt;
	font-family:Arial, Verdana, Helvetica;
	color: Blue;
	text-decoration:underline;
}

A.normalFont:visited
{
	font-size: 10pt;
	font-family:Arial, Verdana, Helvetica;
	color: purple;
	text-decoration:underline;
}
A.normalFont:hover
{
	font-size: 10pt;
	font-family:Arial, Verdana, Helvetica;	
	color: Blue;
	text-decoration:underline;
}


/* background/border colors for the selected tab */
A
{
	font-size: 11px;
	font-family:Verdana, Arial, Helvitica;
	color:White;
	text-decoration: none;
}
A.NormalLink
{
	font-size: 10px;
	font-family:Verdana, Arial, Helvitica;	
	color:Blue;
}

A.NormalLink:visited
{
	font-size: 10px;
	font-family:Verdana, Arial, Helvitica;	
	color:Blue;

}
A.NormalLink:hover
{
	font-size: 10px;
	font-family:Verdana, Arial, Helvitica;	
	color:Blue;
	text-decoration:underline;
}

A.BigLink
{
	font-size: 14px;
	font-family:Verdana, Arial, Helvitica;
	color:White;
	text-decoration: none;
	font-weight:bold;
	
}

A.BigLink:visited
{
	color:White;
	text-decoration:none;
}
A.BigLink:hover
{
	color:White;
	text-decoration:underline;
}
	

A:visited
{
	color:White;
	text-decoration: none
}
A:hover
{
	color:White;
	text-decoration:underline;
}
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}	
.leftColumn 
{
	font-size: 8px;
	font-family:Verdana, Arial, Helvitica;
	color: #FFFFFF;
	BACKGROUND-COLOR: #624A7E;
}

.leftColumn .header
{
	font-size: 11pt;
}

dateText 
{
	color: White;
}


/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Verdana, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Verdana, 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: Arial, Verdana, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Verdana, 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;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Verdana, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Verdana, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* style for login / username area */
.userLogin 
{
	background-color: #624A7E;

}

/* sub content styles */
.subContent
{
	background-color: White;
	font-family:Arial, Verdana, Helvitica;
	font-size: 10pt;	
}

.subContent .headingCell
{
	background-color: #E8E6E5;
}

/* main content styles */
.mainContent {
	font-size: 11px;
	color: #000000;
	BACKGROUND-COLOR: #624A7E;
	}	

.mainContent .contentCell 
{
	BACKGROUND-COLOR: White;
}		

.mainContent .mainPageCell 
{
	font-size: 11px;
	color: White;
	BACKGROUND-COLOR: #624A7E;
}

.mainContent .mainPageCell .introLineWhite 
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvitica;
	font-size: 10pt;
}
		
.mainContent .breadCrumb {
	font-size: 90%;
	color: #666666;
	}

.mainContent .header {
	color: #333333;
	font-size: 125%;
	font-weight: bold;
	}
	
/******Style for Sub Menu Item ********/
/*****Added by Richard Frank July 19, 2006 ******/
.subheader
{	
	color: #FFFFFF;	
	font-size: 65%;	
}


.subheader a 
{	
	font-size: 95%;
}

a.BigLink img
{
	border: solid 2px black;

}
/******Style for NavBar ********/
/*****Added by Richard Frank December 1st, 2008 ******/
.NavBar
{	
	color: #000;	
	font-size: 65%;	
	margin-bottom: 15px;
	
}
.NavBar a 
{
	font-size: 10px;
	font-family:Verdana, Arial, Helvitica;	
	color:Black;	
	font-weight: bold;
	margin: 0px 10px;
}
.NavBar a.NormalLink
{
	font-size: 10px;
	font-family:Verdana, Arial, Helvitica;	
	color:Blue;	
	font-weight: normal;
	
}
.NavBar a:visited 
{
	font-size: 10px;
	font-family:Verdana, Arial, Helvitica;	
}
.NavBar a:hover
{
	font-size: 10px;
	font-family:Verdana, Arial, Helvitica;	
	color:Blue;	
	text-decoration: underline;	
}
a.BigLink img
{
	border: solid 2px black;

}

