body
{
 	margin: 0 auto 0 auto;
	background-position:left bottom;
	background-color:rgb(43,84,130);
	color:White;
	position:relative;
	padding: 0;
	width:750px;
	
	
}

a
{
	color:White;
}

#pageHeaderText h1
{
	left:200px;
	position:absolute;
}


div#page
{
	text-align: left;
	background-image: url(../images/repeatAppleBottom.jpg);
	background-repeat:repeat-y;
	
/*	background-repeat:repeat-x;
	border: solid 5px black; */
	background-color: White;
	/*min-width:800;*/	
	
}

#page:after 
{
	content:'.';
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

* html div#page 
{
	height:1%;
}

div#pageMenu
{
/*	z-index:9999; */
	width: 180px;
	text-align: left;
	cursor:hand;
	position:relative; 
	z-index:10;
	float:left;
	
/*	top: 100px; */
/*	left:0px; */
}

div#leftCol
{
/*	z-index:9999; */
	width: 90px;
	text-align: left;
	cursor:hand;
	position:relative; 
	z-index:10;
	float:left;
	
/*	top: 100px; */
/*	left:0px; */
}

div#pageDataInput
{
	float:left;
	text-align: left;
	/*margin: 0px 0px 30px 150px;*/
	padding:0 0 0.5em 0;
	/*border-top:1px solid black;*/
	position:relative;
/*	top:105px;
	left:165px; */
	margin-left:0; 
	display:inline;
	width:570px;

}

div#menuAndDataContainer
{
	float:left;
	width: 750px;
	height: 470px;
	background-image:url(../images/send.jpg);
	background-repeat:no-repeat;
	background-color:rgb(43,84,130);
}

div#pageHeader
{
	margin:0;
	width:750px;
	height:84px;
	background-image: url(../images/LunchAppBanner.jpg);
	background-repeat: repeat-x;
	border-bottom: solid 1px black; 
	position:relative;
}

div#pageHeaderText 
{
	width:690px; 
	height:84px; 
	position:absolute;
	top:0px;
	left:0px;
	
	text-align:center;
	overflow:hidden;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
}

div#pageHeaderText h1
{
	position:absolute;
	font-size:30px;
	left: 250px;
	top:90px;
	color:rgb(240,240,255); 
	margin: 0px 0px 0px 0px;
}


.flatButton
{
	border:solid 1px Gray;
	background-color:Gray;
}

.flatButton:hover
{
	border:solid 1px Gray;
	background-color:Blue;
}

.ccDetails
{
	display:block;
	margin-top:25px;
	width:450px;
}

/*select
{
	background-color:Fuchsia;
	color:Lime;
}*/
/*this stuff is for registration.aspx only and needs it own file*/
.registration .label
{
	display:block;
	width:12em;
	font-size:small;
	float:left;
	text-align:right;
	padding:.5em .5em .5em 0em;	
}

.registration
{
	width:450px;
	display:block;
}

.field input
{
	font-size:small;
}

.registration .field
{
	display:block;
	float:left;
	width:9.6em;
}

.registration .field input
{
	width:9.6em;
}

.registration .inputRow
{
	clear:both;
	float:left;
	/*width:36em;*/
}

.validatorBox
{
	display:block;
	float:left;
	width:15em;
}

.prettyButton
{
	margin:5px 5px 5px 5px;
	border:solid 2px rgb(0,19,90);
	background-color:rgb(180,195,221);
}

.breadCrumb
{
	position:absolute;
	left:-150px;
	top:-10px;	
	color:rgb(200,200,200);
}

.active
{
	color:white;
}

.districtLine
{
	width:50%;
}

.registrationLine
{
	margin:20px 0px 0px 0px;
}

#studentID
{
	width:6em;
}

#studentIDList
{
	width:6.45em;
}

.legalHeader
{
	font-style:italic;
}

.titleBoxTitle 
{ 
	padding-left:5px;
	border-right: #3e77a4 1px solid; 
	background-image: url(../images/blueBar1px.gif); 
	border-left: #3e77a4 1px solid;
	color: #ffffff; 
	background-repeat: repeat-x; 
	background-color: #3e77a4;
	display:block;
	width:100%;
	padding:0px 10px 0px 10px;
}

.prettyBoxContainer
{
	padding-top: 1em;
	width:510px;
	overflow:visible;
	
}

.titleBoxBody
{
	float:left;
	width:100%;
	padding:10px 10px 10px 10px;
	border-right: #7692aa 1px solid; 
	overflow:visible; 
	border-left: #7692aa 1px solid; 
	border-bottom: #7692aa 1px solid; 
	background-color: #dae4ff;
	
}

.superButton
{
	
	border:solid 0px black;
	background-image: url(../images/superbutton/buttonBG.gif); 
	background-repeat: repeat-x; 
	background-color:rgb(218,228,255);
	height:37px;
	padding:0px 8px 0px 8px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}

.copyright
{
	clear:both;
	padding-top:10px;
	font-size:smaller;
	color: #cccccc;
	background-color: #2B5482;
}


.superButton
{
	
	border:solid 0px black;
	background-image: url(../images/superbutton/buttonBG.gif); 
	background-repeat: repeat-x; 
	background-color:rgb(255,255,255);
	height:34px;
	padding:0px 8px 5px 8px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}