@import url(http://www.safesitter.org/links.css);
@import url(http://www.safesitter.org/newsite/links.css);
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #002469;
	font-size: 13px;
}
DIV
{
	font-family: Arial, Helvetica, sans-serif;
	color: #002469;
	font-size: 13px;
}

#divHeader
{
	position:absolute;
	top:0px;
	left:0px;
	height:100px;
	width:100%;
}
#divLeftNavBarHolder
{
	width:207px;
	position:absolute;
	top:100px;
	left:0px;
	height:75%;
}
#divContentHolder
{
	position:absolute;
	top:102px;
	left:210px;
	width:auto;
	height:75%;
	padding:2px;
}
#divSearchResults
{
	position:absolute;
	top:100px;
	right:5px;
	height:75%;
	width:200px;
	overflow:auto;
	padding:2px;
}
#divAllContent
{
	position:absolute;
	top:102px;
	left:0px;
}
#divStudentsToWrite
{
	height:125px;
	width:640px;
	overflow:auto;
	padding:5px;
}
#divStudentRecorder
{
	height:300px;
	width:650px;
	overflow:auto;  
}
DIV.ChangePasswordContainer
{
	width:500px;
}
DIV.ButtonHolderleft
{
	width:100%;
	text-align:left;
	padding-left:10px;
}
DIV.ButtonHolderCenter
{
	width:100%;
	text-align:center;
}
DIV.ButtonHolderRight
{
	width:100%;
	text-align:right;
	padding-right:10px;
}
DIV.divAnon
{
	position:absolute;
	left:400px;
	top:0px;
}
DIV.divLoggedIn
{
	position:absolute;
	left:400px;
	top:0px;
}
DIV.SearchHeader
{
	height:30px;
	font-weight:bold;
	border-bottom:2px solid black;
}
DIV.LeftNavHolder
{
	width:207px;
	color:#FFFFFF;
	text-align:left;
}
DIV.LeftNavLoginHolder
{
	background-color:#7F91B5;
	width:202px;
	color:#FFFFFF;
	padding-left:5px;
	text-align:left;
}
DIV.LeftNavBlendHolder
{
	width:207px;
}
DIV.LeftNavMenuHolder
{
	background-color:#7F91B5;
	width:182px;
	color:#FFFFFF;
	padding-top:3px;
	padding-bottom:4px;
	padding-left:25px;
	text-align:left;
}

DIV.LeftNavLinkHolder
{
	background-color:#7F91B5;
	width:207px;
	color:#FFFFFF;
	padding-top:3px;
	padding-bottom:4px;
	text-align:left;
}
DIV.LeftNavLinkHolder A
{
	background-color:#7F91B5;
	width:187px;
	color:#FFFFFF;
	padding-left:25px;
}
DIV.LeftNavLinkHolder A:hover
{
	background-color:#7F91B5;
	width:187px;
	color:#002469;
	padding-left:25px;
}
DIV.LeftNavLinkHolder2
{
	background-color:#7F91B5;
	width:182px;
	color:#FFFFFF;
	padding-top:3px;
	padding-bottom:4px;
	padding-left:25px;
	border-bottom:1px solid #FFF;
	text-align:left;
}
DIV.LeftNavLinkHolder2 A
{
	background-color:#7F91B5;
	width:187px;
	color:#FFFFFF;
}
DIV.LeftNavLinkHolder2 A:hover
{
	background-color:#7F91B5;
	width:187px;
	color:#002469;
}
DIV.LeftNavLinkHolderBottom
{
	background-color:#7F91B5;
	width:207px;
	color:#FFFFFF;
	padding-top:3px;
	padding-bottom:4px;
	text-align:left;
}
DIV.LeftNavLinkHolderBottom A
{
	background-color:#7F91B5;
	width:187px;
	color:#FFFFFF;
	padding-left:25px;
}
DIV.LeftNavLinkHolderBottom A:hover
{
	background-color:#7F91B5;
	width:187px;
	color:#002469;
	padding-left:25px;
}
DIV.ClassInputs
{
	width:400px;
	padding:3px;
	margin:2px;
}
TH.LocatorHeaderCell
{
	width:150px;
	font-weight:normal;
	text-align:left;
}
TABLE.StudentRecord_ClassInformation
{
	width:500px;
}
TABLE.StudentRecord_ClassInformation TH
{
	width:100px;
	font-weight:normal;
	text-align:left;
}
TABLE.StudentRecord_StudentInformation
{
	width:500px;
}
TABLE.StudentRecord_StudentInformation TH
{
	width:100px;
	font-weight:normal;
	text-align:left;
}
TH.AddressHeader
{
	font-weight:bold;
	text-align:left;
}
.EmptyDataRow
{
	border:none;
}
.NewsLetterDate
{
	text-align:center;
}
.NewsLetterFileHeader
{
	text-align:left;
	font-weight:bold;
}
.LoginTextbox
{
	width:100px;
	font-family: Arial, Helvetica, sans-serif;
	display:inline;
}
.LoginError
{
	width:100px;
	text-align:left;
	font-weight:bold;
	color:#FF0000;
}
.LoginTemplate_NormalCell
{
	background:#b2bdd2;
	color:#002469;
	font-family:Arial, Sans-Serif;
	font-size:12pt;
	padding:2px;
}
.LoginTemplate_RememberMe
{
	background:#b2bdd2;
	color:#002469;
	font-family:Arial, Sans-Serif;
	font-size:10pt;
}

/*2010-03-05--UPDATED BY D.CLARK, COLLEGIATE WEB SOLUTIONS*/
ul.MenuBarVertical {cursor:default;font-size:1em;color:#FFFFFF;list-style-type:none;margin:0px 0 0 0;padding:0; text-align:left;font-weight:600;}
ul.MenuBarVertical a {background:#8093B4;color:#fff;cursor:pointer;display:block;padding:0.5em 0.75em;text-decoration:none;}
ul.MenuBarVertical a:hover, ul.MenuBarVertical li.current a {background:#002664;}
