﻿/*
Brian Duncan
04-17-06
Description: 
	contains the default CSS stylesheets for the virtual school software
*/

html,body,form{
	margin:0;
	height:100%;
	border:none;
	text-align:center;
	width:100%;
	padding:0;
}

#pageWrapper 
{
	margin: 0px auto;
	width:100%;
	text-align:left;
}

#pageContainer 
{
	width:760px;
	position:relative;
}

#header 
{	
	position:relative;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:760px;
	height:59px;
}

#tblMenu 
{
	position:absolute;
	right:7px;
	bottom:0px;
}

.HeaderTitle 
{
	font-family:Arial, Verdana, Sans-Serif;
	font-size:medium;
	color:White;
	position:absolute;
	bottom:1px;
	left:215px;
}

#copyright 
{
	color:White;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:6pt;
	background-color:#0067B1;
	width:200px;
	height:20px;
}

#footer
{
	border: 1px solid #0067B1;
}

.textboxLabels 
{
	font-family:Arial, Verdana, Sans-Serif;
	font-size:small;
	font-weight:bold;
}

.headers 
{
	font-family:Arial, Verdana, Sans-Serif;
	font-size:x-large;
}