/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: .75em;
	background-image: none;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #999999;
	text-decoration: none;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}

#formStyle {}
#formStyle dl {padding:0 0 .7em 0}
#formStyle dt {font-weight:bold;padding-bottom:.4em;}
#formStyle select,
#formStyle input,
#formStyle textarea {border:solid 1px #ccc;}
#formStyle input,
#formStyle textarea {padding:.3em;}
#formStyle .fullwidth,
#formStyle textarea {width:32em;}
#formStyle .nodborder {border:none; padding:0;}
#formStyle .formBtn {background-color:#eee;}

table,
.formTable {width:100%; padding-bottom:.5em;}
.formTable td {padding:0 1em 0em 0; line-height:1.3em;}
.formTable td.label {text-align:right; font-weight:normal; width:10em;}
.formTable td.submit {text-align:center;}
.formTable td a {text-decoration:none;}
.formTable td a:hover {text-decoration:underline;}
.required {color:#FF6600; font-weight:bold;}
.popupTable td {text-decoration:underline;}
.DataGridMessages {background-color:White;}
.DataGridMessages td {font-size:.75em;}
.DataGridMessages caption {font-size:.75em;}
.FacultyRosterNavigation {border:solid; width:185px; text-align:center}
.FacultyRosterTable {background-color:White; border:solid; width:100%; text-align:center}
.FacultyRosterTable td
{
	font-size: .75em;
	border-collapse: collapse;
	padding: 0em;
	border-bottom: black thin solid;
	border-left: black thin solid;
	border-top: black thin solid;
	border-right: black thin solid;
}
.FacultyRosterTable th {font-weight: bold; font-size: .75em; color: navy;
	border-top-style: solid;
	font-family: Tahoma;
	border-right-style: solid;
	border-left-style: solid;
	background-color: white;
	text-align: center;
	border-bottom-style: solid;
}
.FacultyRosterLegend {text-align:center; width:185px; border:solid; border-width:1;}
.FacultyRosterLegend th {text-align:center; font-size:.75em;}
.FacultyRosterLegend td {text-align:center; font-size:.75em;}
.FacultyRosterNavigation {font-size:.75em; border:solid;}
.FacultyRosterPrograms {font-size:.75em; width:185px}
.FacultyRosterPrograms th {font-size:1em;}
.FacultyRosterPrograms td {font-size:.75em;}
.FacultyRosterCalendar {width:150px;}
.FacultyRosterCalendar title {font-size:.75em;}
.FacultyRosterCalendar td {font-size:.75em;}
.FacultyRosterCalendar th {font-size:.75em;}

.SPRHeading {font-weight: bold; background-color:#2B3250; color:white; min-height:30px; vertical-align:bottom}

.SPRTemplateDescription {font-weight: bold; color:#2B3250; min-height:50px; vertical-align:middle; text-align:center;}

.SPRSectionIdLabel{font-style:italic; font-size:x-small; text-align:right; color:transparent;}

.SPRCharacterCountDisplayLabel{font-style:italic; font-size:small; text-align:right; background-color:transparent; border:none; color:white; width:300px;}

.SPRSCharacterCountDisplayLabel{font-style:italic; font-size:small; text-align:right; background-color:transparent; border:none; color:#2B3250; width:300px;}

.SPRAssignmentDetailsTable { width:100%; background-color: White; border: solid; border-width:thin;}

.SPRAssignmentDetailsTable td { text-align:center;}

.SPRTable {background-color:White; border:solid;}

.SPRTable td
{
	font-size: 1em;
	border-collapse: collapse;
	padding: 0em;
	border-bottom: transparent;
	border-left: transparent;
	border-top: transparent;
	border-right: transparent;
}
.SPRTable th {font-weight: bold; font-size: .75em; color: navy;
	border-top-style: solid;
	font-family: Tahoma;
	border-right-style: solid;
	border-left-style: solid;
	background-color: white;
	text-align: center;
	border-bottom-style: solid;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

A { cursor:pointer; text-decoration:underline;
}

A:link
{
	font-weight: normal;
	color: #cc0033;
	text-decoration: none;
}	
		
A:visited
{
	font-weight: normal;
	color: #ff0033;
	text-decoration: none;
}	
		
A:active	{	
	text-decoration: none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration: underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}


.pageTitleHeaderLarge, .pageTitleHeaderSmall, .pageTitleHeaderTiny
{
	color: navy;
	font-family: Sailec;
}
.pageTitleHeaderLarge
{
	font-size: 3em;
}
 .pageTitleHeaderSmall
{
	font-size: 1.25em;
}
.pageTitleHeaderTiny
{
	font-size: 1em;
}
.evaluationCheckboxTable
{
	width: 100%;
	cursor: hand;
	text-align: center;
}
.evaluationMultiLine
{
	text-align: left;
}
.navbar
{
	font-size: .75em;
	cursor: hand;
	color: red;
	border-collapse: separate;
	background-color: Gray;
}
.userinfo
{
	font-size: .75em;
}
.hint
{
	font-size: 0.8em;
	color: red;
}
.hint-reverse
{
	font-size: 0.8em;
    background-color: red;
    border: none;
    border-radius: 16px;
    color: white;
    padding: 8px 8px 8px 8px;

}
.validation
{
	font-size: 0.9em;
	color: red;
}
.smallHeader
{
	font-size:small;
}
table.navbar
{
	color: red;
	font-size: .75em;
	cursor: hand;
	margin: 0px;
	padding: 0px; 
	border: 0px; 
	background-color: gainsboro;
}

table.menu
{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

td.menuNormal
{
	padding: 0px;
	vertical-align: top;
}

td.menuHover
{
	padding: 0px;
	vertical-align: top;
	background-color: gainsboro;
}

div.menuNormal
{
	display: none;
	position: static;
}

div.menuHover
{
	background-color: gainsboro;
	display: inline;
	position: absolute;
}

a.menuitem:link
{
	text-decoration: none;
	color: red;
	background-color: gainsboro;
	display: block;
}

a.menuitem:visited
{
	text-decoration: none;
	background-color: gainsboro;
	display: block;
}

a.menuitem:hover
{
	text-decoration: none;
	background-color: gainsboro;
	font-weight: bold;
	display: block;
}

a.menuitem:active
{
	text-decoration: none;
	background-color: gainsboro;
	display: block;
}
.FacultyRosterHightlightCell
{
	cursor: hand;
	color: yellow;
}
