/* iPAC 2.0 Print CSS Document */
/*=======================*/
#header, #LeftNav, #TopNav, #BtmNavBar, #footer, #BtmNav, #ArrowLink{
	display: none;
}

/*Start of Overall Styles*/
body {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 0;
	margin: 0;
	color: black;
}
.NoPrint{
	display: none;
}
a{
	font-size:100%;
	color: black;
	text-decoration: none;
}

h1{
	font-size: 150%;
	font-weight: bold;
}
h2{
	font-size: 125%;
	font-weight: bold;
}
h3{
	font-size: 100%;
	font-weight: bold;
}
h4{
	color: black;
	font-weight: bold;
}
h5{
	padding: 1em;
	font-size: 75%;
	font-weight: lighter;
}
h6{
	font-size: 100%;
	color: black;
}
h7{
	font-weight: bold;
	font-size: 100%;
	color: black;
}
#QuickSearch{
	display: none;
}	

#AllignRt{
	text-align: right;
}
#AllignCtr{
	text-align: center;
}
#input{
	padding: 3px;
	margin: 3px;
}
input[type="text"]{
}
input[type="image"]{
	display: none;
}
td{
padding: 0 5px;
}
.Rt{
	text-align: right;
}
.Lft{
	text-align: left;
}
.txtcenter{
	text-align: center;
}
.middle{
	align: center;
	vertical-align: center;
}
.topcenter{
	vertical-align: top;
	text-align: center;
}
.tdTopRt{
	vertical-align: top;
	text-align: right;
}
.tdTopLft{
	vertical-align: top;
	text-align: left;
}
.center{
	align: center;
	text-align: center;
}
.txtcenter{
	text-align: center;
}
.border{
	border: 5px solid black;
}
fieldset {
	border: none;
}
fieldset legend{
	background-color: white;
	font-style: italic;
	border: none;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 100%;
}
.messageYellow{
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: black;
	border: 3px solid black;
}
.messageRed{
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: black;
	border: 3px solid black;
}
.messageGreen{
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: black;
	border: 3px solid black;
}
.Red{
	color: red;
	line-height: 20px;
	background-color: white;
	border: 1px solid red;
	border-right: 2px solid red;
	border-bottom: 2px solid red;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 110%;
}
.Green{
	color: green;
	line-height: 20px;
	background-color: white;
	border: 1px solid green;
	border-right: 2px solid green;
	border-bottom: 2px solid green;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 110%;
}
.Yellow{
	color: black;
	line-height: 20px;
	background-color: yellow;
	border: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 110%;
}
.Blue{
	color: blue;
	line-height: 20px;
	background-color: white;
	border: 1px solid blue;
	border-right: 2px solid blue;
	border-bottom: 2px solid blue;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 110%;
}
.Orange{
	color: orange;
	line-height: 20px;
	background-color: white;
	border: 1px solid orange;
	border-right: 2px solid orange;
	border-bottom: 2px solid orange;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 110%;
}

.messageBlue{
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: black;
	border: 3px solid black;
}
.messageOrange{
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: black;
	border: 3px solid black;
}
#ArrowLink ul {
	list-style-type: none; 
	padding: 0px 8px; 
	margin-left: 0px;
}

#ArrowLink li a{
	background: url(images/Arrow_Nav01.jpg) no-repeat 0 50%;
	padding-left: 15px;
	line-height: 20px;
	text-decoration: none;
	color: black;
	font-weight: bolder;
	width: 150px;
}
#redtxt{
	color: red;
}
#greentxt{
	color: green;
}
/*Start of Overall Styles*/
/*=======================*/

#Container{
	margin-top: 20pt;
	width= 100%;
}
/*Start of Header Area (Logo and Top Navigation)*/

#header{
}

#logo{
	display: none;
}

#logo a{
	display: none;
}
/*Start of Top Navigation*/
#TopNav{
	display: none;
}
#TopNav ul{
	display: none;
}
#TopNav li{
	display: none;
}
#TopNav a{
	display: none;
}
#TopNav a:hover{
	display: none;
}

/*End of Top Navigation*/

#SchoolName{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 150%;
}
/*End of Header Area (Logo and Top Navigation)*/
/*=======================*/
/*Start of Tabs*/

#Tabs{
	display: none;
}

#Tabs li{
	display: none;
}
#Tabs a{
	display: none;
}

.GreyTab{
	display: none;
}
.GreyTab:hover{
	display: none;
}
.BlueTab{
	display: none;
}
.BlueTab:hover{
	display: none;
}
.GreenTab{
	display: none;
}
.GreenTab:hover{
	display: none;
}
.RedTab{
	display: none;
}
.RedTab:hover{
	display: none;
}
/*End of Tabs*/
/*=============*/
/*Start of Left Navigation*/


/*End of Left Navigation*/
/*======================*/
/*Start of Bottom Navigation*/
#BtmNav{
	display: none;
}

/*End of Bottom Navigation*/
/*========================*/
/*Start of Content*/
body.main #content{
	background: none;
	margin-left: 180px;
	text-align: center;
	padding: 3em 0;
}
INV#content .border{
	border: 2px solid #0A1F62;
}
#content{
	margin-top: 20px;
	padding: 0;
	margin: 0;
	color: black;
	font-size: 85%;
}
#content p{
	font-size: 85%;
	padding: 0;
}
#maintable{
	margin: auto;
}
#maintable tr td{
	padding: 0;
}
/*Start of Content Buttons*/

/*End of Content Buttons*/


/*End of Main Content Area*/
/*========================*/
/*Start of Footer*/

/*End of Footer*/
/*Start of Data Tables*/
#DataTable{
	margin: auto;
}
#DataTable td{
	vertical-align: top;
}
#DataTable tr{
}
.whiteBG{
}
.LtBlueBG{
	border: 1px solid black;
}
.DrkBlueBG{
}
.LtBlueBGBldTxt{
	font-weight: bold;
}
.LtBlueBGRdTxt{
	color: red;
}
.whiteText{
	color: black;
	font-size: 125%;
	font-weight: bold;
}
.whiteTextReg{
	color: black;
	font-weight: bold;
}
.TableTabs{
	margin: 0;
	line-height: 20px;
}
.DrkBlueBGBldTxt{
	font-weight: bold;
	color: black;
}
.DrkBlueBGRdTxt{
	color: red;
}
#DataTableTabs{
	font-size: 90%;
	float: left;
	font-weight: bolder;
	background-color: #CCCCCC;
}
#DataTableTabs ul{
	margin: 0;
	list-style: none;
}
#DataTableTabs li{
	display: inline;
	margin: 0;
	padding: 0;
}
#DataTableTabs a{
	float: left;
	margin: 0;
	padding: 0 0 0 6px;
	text-decoration: none;
}
#DataTableTabs a span{
	display: block;
	font-weight: bold;
	padding: 0 15px 0 10px;
	text-decoration: none;
	color: black;
}
#DataTableTabs a.active{
	float: left;
	margin: 0;
	padding: 0 0 0 6px;
	text-decoration: none;
}
#DataTableTabs a.active span{
	display: block;
	font-weight: bold;
	padding: 0 15px 0 10px;
	text-decoration: none;
	color: black;
}
/*End of Data Tables*/
#NoPrint{
	display: none;
}