@import "./PagePosition.css";
@import "./Menu.css";

/* General Classes */

body
{
	margin:0px;
	padding:0px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    color:#000000;
    background-color:#636563;
}
#container
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;	
}
#header
{
	width:950px;
	padding:0px;
	margin:0px;
	height:122px;	
}
#header_top
{
	width:950px;
	padding:0px;
	margin:0px;
	height:66px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
}
#header_top_left
{
	width:9px;
	height:66px;
	padding:0px;
	margin:0px;
	float:left;
	background-image:url(LRoundCorner.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#header_top_middle
{
	float:left;
	width:932px;
	height:66px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-color:#FFFFFF;
}
#header_top_right
{
	width:9px;
	height:66px;
	float:right;
	padding:0px;
	margin:0px;
	background-image:url(RRoundCorner.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.image_ez_logo
{
	width:255px;
	height:65px;
	padding:0px;
	margin:0px;
	border:0px;
}
#header_middle
{
	width:950px;
	height:21px;
	padding:0px;
	margin:0px;
	background-image:url(Bar.gif);
	background-position:left top;
	background-repeat:repeat-x;	
}
#header_bottom
{
	width:950px;
	padding:0px;
	margin:0px;
	height:35px;
	background-image:url(MenuBG.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

#content
{
	width:550px;
	margin:0px 0px 0px 185px;
	padding:0px 0px 0px 0px; 
	border:1px solid #7297BD;
	background-color:#F4F4F4;
}
#content_text
{
	width:545px;
	margin:0px;
	padding:0px 0px 0px 5px;	
	background-color:#F4F4F4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	color:#000000;
}
#content_text ul
{
	margin:0px;
	padding:10px 0px 15px 40px;
}
#content_text ul li
{
	margin:0px;
	padding:0px 0px 0px 0px;
}
#EZAttendance_content
{
	width:920px;
	padding:20px 15px 50px 15px;
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
	background-color:#FFFFFF;
}
#EZAttendance_content_header
{
	width:900px;
	margin:0px;
	padding:2px;
	background-image:url(Header2.png);
	background-position:left top;
	background-repeat:repeat-x;
	border:1px solid #7297BD;
}
#EZAttendance_content_text
{
	width:900px;
	margin:0px;
	padding:2px;
	border:1px solid #7297BD;
}
#footer
{
	width:950px;
	height:46px;
	padding:0px;
	margin:0px;	
}

#footer_top
{
	width:950px;
	height:11px;
	padding:0px;
	margin:0px;
	background-image:url(FooterBar.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
#footer_bottom
{
	width:950px;
	height:35px;
	padding:0px;
	margin:0px;
	text-align:center;
	font-weight:normal;
	font-size:8pt;
    color:lightgrey;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    FONT-FAMILY: Verdana;
    background-color:#636563; 
}
#footer_bottom a:link, hover, visited
{
	color:lightgrey;
}
.heading
{
	font-weight: bold;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:9pt;
}
.text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	color:#000000;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.center_text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	color:#000000;
	text-align:center;
	padding: 0px 0px 10px 0px;
	margin:0px;
}
.click_here
{

	color:#000000;
}
.bottomlink
{
color:#CCCCCC;
}