﻿/* *** This CSS is for the Login and AccessDenied pages of the UI2.0 System.  ************ */
/* ***************  This section is for general characteristics.***************** */

body.stripedBG 
{
	/* background-image:url(../Images/UIStripedBackground.gif); */
	
}
table.mainTbl
{
	background-color:White;
	width:840px;
	table-layout:fixed;
	margin:auto;
	border-collapse:collapse;
	border-style:solid;
	border-color:Black; 
	border-width:1px;	
}

td.formLabels
{
	font-family:Verdana;
	font-size:small;
}

div.messageDiv
{
	font-family:Verdana;
	text-align:center;
	border:solid thin black;
	width:400px;
}

/* ***************** This section is for page header characteristics **************** */
tr.pageHeaderRw
{
		
}
td.pageHeaderTd
{
	border-bottom-color:#8CC63F; /* Green line under page header */
	border-bottom-width:2px; 
	border-bottom-style:solid;		
}
img.pageHeaderLogo
{
	margin-left:10px; 
	margin-top:5px; 
	margin-bottom:5px;	
}
img.pageHeaderSlogan
{
	margin-right:10px; 
	float:right;
}
a.masterLinks
{
	text-decoration:none;
	font-size:11px; 
	font-family:Verdana;
	color:Blue;
	font-weight:bold;
}




/* ******************* This section is for page footer characteristics.****************  */
tr.footerRow
{
	background-color:#8CC63F; 
	height:71px;
	vertical-align:text-top;	
}
p.footerNavigationContainer
{
	float:left; 
	font-size:9px; 
	font-family:Verdana; 
	margin-left:10px;	 	
}
p.footerCopyrightContainer
{
	float:right; 
	font-size:9px;
	font-family:Verdana;
	margin-right:5px; 	
}
a.footerLink     
{	
	text-decoration:none;	
	color:Black;			
}
a.footerLink:link { color: Black; text-decoration: none; }
a.footerLink:visited { color: Black; text-decoration: none; }
a.footerLink:hover { color: Black; text-decoration: none; }
a.footerLink:active  {  color: Black; text-decoration: none; }

/* *********************************************************************************** */

/* Following styles pertain to the collection of links found at page bottom of Instructor Net pages.  */

a.pageBottomLinks
{
	font-family: Verdana; 
	font-size: 13px; 
	color: #000000	
} 
