/* CSS Document */

html,body {
background:#f1f1f1;
font:12px/170% Verdana,sans-serif;
color:#000;
margin:0;
padding:0;
border:none
}

.maintable{
height:300px;
}

#logo-floater {
position:absolute;
}

.content {
background-image:url(../images/bg-content.png);
background-position:top;
background-repeat:repeat-x; 
background-color:#FFFFFF;
width:800px;
}

.maincontent {
background-color:#FFFFFF;
width:800px;
height:100%

}

.leftside {
background-image:url(../images/bg-content-left.png);
background-position:top;
background-repeat:no-repeat;
height:42px;
width:50px;

}
.rightside {
background-image:url(../images/bg-content-right.png);
background-position:top;
background-repeat:no-repeat;
height:42px;
width:50px;

}

.leftborder {
background-image:url(../images/bodytop.png);
background-position:top;
background-repeat:repeat-x;


}

.middle {
background-image:url(../images/middle.png);
background-position:top;
background-repeat:repeat-x;


}

.leftborderbottom {
background-image:url(../images/bodybottom.png);
background-position:top;
background-repeat:repeat-x;

}

.rightborder {
background-image:url(../images/bodytop.png);
background-position:top;
background-repeat:repeat-x;

}

.rightborderbottom {
background-image:url(../images/bodybottom.png);
background-position:top;
background-repeat:repeat-x;

}

.header {
min-height:1em;
background:#dddcdc 
}

.footer {
min-height:1em;
background:#dddcdc ;
background-image:url(../images/body.png);
background-position:top;
background-repeat:repeat;
text-align:center
}

.breadcrumb {
position:absolute;
float:left;
top:117px;
left:20%;
z-index:1;
font-size:.92em;
color:#7390b6;
width: 400px; 
}

h1,h2,h3,h4,h5,h6 {
font-weight:400;
font-family:Helvetica,Arial,sans-serif;
margin:0;
padding:0;
}

h1 {
font-size:170%;
z-index:2;
white-space:nowrap;
color:#fff;
}

h2 {
font-size:160%;
line-height:130%;
}


.schoolname
{
	font:30px/200% Verdana,sans-serif;
	color:White;
	font-weight:bold;
	float:left;
	margin-left:2%;
	margin-top:17px;
	
}

.schoollogo
{
	background-image:url(../images/logo.png);
	background-position:top;
	background-repeat:no-repeat;
	width:64px;
	height:72px;
	float:left;
	margin-left:2%;
	margin-top:10px;
	
}
.logout
{
	font:12px/170% Verdana,sans-serif;
	color:White;
	float:right;
	margin-right:10px;
	margin-top:10px;
	z-index:1;
}	

.loggedin
{
	font:12px/170% Verdana,sans-serif;
	color:White;
	float:right;
	margin-right:-60px;
	margin-top:62px;
	z-index:2;
	width:400px;
	text-align:right
	
}

.pdfiframe
{
    width:800px;
    height:550px

}
