@charset "UTF-8";
#placeholder {
background:#fff url(../images/loadingGraph_Icon.gif) no-repeat center center;
}
#headerFloat a:visited {
color:#000;
}
#headerFloat a:link {
color:#000;
}
#headerFloat a:hover {
color:#FFFFCC;
}

body {
	margin: 0px;
	padding: 0px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:100%;
	
}
body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
#header  {
background-image: url(../images/bluegray_bg.png);
	background-repeat: repeat;
	position: relative;
	width: 100%;
	
padding-bottom:10px;
	 -webkit-box-shadow: 0 4px 4px 0px  #ccc;
	   -moz-box-shadow: 0 4px 4px 0px  #ccc;
	        box-shadow: 0 4px 4px 0px  #ccc;
    border-bottom: 2px solid #F90;
	
}
#cArea {
	min-width: 980px;
padding:40px;
min-height:600px;
margin-top:0px;
margin-bottom:-10px;
	margin-right: auto;
	margin-left: auto;
	min-height:800px;
	background-color:#fff;
	padding-top:20px;
	
}
#cAreaAdd {
	min-width: 980px;	
	width: 95%;
	margin-top:0px;
	margin-right: auto;
	min-height:800px;
	margin-bottom:-10px;
	margin-left: auto;
	padding-top:20px;
	background-color:#fff;
	padding-bottom:40px;
	
	
}
#footer {
	padding-bottom:20px;

  /***  CSS Gradient  ***/
  /*  Chrome 1-9 and Safari 4-5.0  */
  background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, rgb(255, 255, 255) ),
        color-stop( 1.0, rgb(238, 238, 238) ));

  /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
  background-image: -webkit-linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(238, 238, 238) );

  /*  Firefox 3.6+  */
  background-image: -moz-linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(238, 238, 238) );

  /*  IE 10+  */
  background-image: -ms-linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(238, 238, 238) );

  /*  Opera 11.10+  */
  background-image: -o-linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(238, 238, 238) );

  /*  W3C  */
  background-image: linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(238, 238, 238) );


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #000000;
	text-align: center;
	padding-top: 38px;
}
#navBar {
	position: absolute;
	width: 150px;
}
.clearBoth {
	margin: 0px;
	clear: both;
}
.navImage {
	margin-left: 4px;
}
#navBar #home {
	height: 50px;
	padding: 5px;
}
#navBar #student {
	height: 50px;
	padding: 5px;
}
#cArea2 {
	width: 80%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
#sideHeader {
	background-image: url(../images/bar_rptr.png);
	background-repeat: repeat;
	height: 30px;
	padding-top: 5px;
	background-position:bottom;
	padding-right: 5px;
	padding-left: 30px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#headerFloat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float: right;
}
#cArea2 p {
	font-size: 13px;
	padding-right: 20px;
	padding-left: 20px;
}
#login {
	font-family: Arial, Helvetica, sans-serif;
	border: thin double #CDB8A1;
	width: 200px;
	float: right;
	margin: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#container {
	margin: 0px;
	position: relative;
	width: 100%;
}
.error {
font-size:10px;
color:#FFFFFF;
background-color:#CC0000;
padding:3px;

font-weight:bold;
}
.hoverDiv:hover {
	background-color:#D6D6D6;
}
.hoverDiv {
	cursor:pointer;
}
#footer a {
color:#333300;
text-decoration:none;
}
#sideHeader a {
color:#333300;
text-decoration:none;
}
.border-round {
	  /***  CSS Gradient  ***/
  /*  Chrome 1-9 and Safari 4-5.0  */
  background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, rgb(255, 255, 255) ),
        color-stop( 0.671, rgb(255, 255, 255) ),
        color-stop( 1.0, rgb(247, 247, 247) ));

  /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
  background-image: -webkit-linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(255, 255, 255) 67.1%,
        rgb(247, 247, 247) );

  /*  Firefox 3.6+  */
  background-image: -moz-linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(255, 255, 255) 67.1%,
        rgb(247, 247, 247) );

  /*  IE 10+  */
  background-image: -ms-linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(255, 255, 255) 67.1%,
        rgb(247, 247, 247) );

  /*  Opera 11.10+  */
  background-image: -o-linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(255, 255, 255) 67.1%,
        rgb(247, 247, 247) );

  /*  W3C  */
  background-image: linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(255, 255, 255) 67.1%,
        rgb(247, 247, 247) );


    border: 2px solid #F90 !important;
    border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 8px 6px -6px  #ccc;
	   -moz-box-shadow: 0 8px 6px -6px  #ccc;
	        box-shadow: 0 8px 6px -6px  #ccc;
}
.border-round-bottom {
	  /***  CSS Gradient  ***/
  /*  Chrome 1-9 and Safari 4-5.0  */
  background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, rgb(255, 255, 255) ),
        color-stop( 0.671, rgb(255, 255, 255) ),
        color-stop( 1.0, rgb(247, 247, 247) ));

  /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
  background-image: -webkit-linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(255, 255, 255) 67.1%,
        rgb(247, 247, 247) );

  /*  Firefox 3.6+  */
  background-image: -moz-linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(255, 255, 255) 67.1%,
        rgb(247, 247, 247) );

  /*  IE 10+  */
  background-image: -ms-linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(255, 255, 255) 67.1%,
        rgb(247, 247, 247) );

  /*  Opera 11.10+  */
  background-image: -o-linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(255, 255, 255) 67.1%,
        rgb(247, 247, 247) );

  /*  W3C  */
  background-image: linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(255, 255, 255) 67.1%,
        rgb(247, 247, 247) );


    border: 2px solid #F90 !important;
    border-radius: 0px 0px 5px 5px;
	border-top:0px;
	margin-top:0px;
	-webkit-box-shadow: 0 8px 6px -6px  #ccc;
	   -moz-box-shadow: 0 8px 6px -6px  #ccc;
	        box-shadow: 0 8px 6px -6px  #ccc;
}
.border-round-top {
	
    border-radius: 5px 5px 0px 0px;

	
}
.hoverForm {
	cursor:pointer;
	 background-color: #FEFEFE;
    border: 2px solid #C0C0CF;
    border-radius: 5px 5px 5px 5px;
	
	-webkit-box-shadow:0 0 4px 1px #EEE;
	   -moz-box-shadow:0 0 4px 1px #EEE;
	        box-shadow: 0 0 4px 1px #EEE;
    padding: 20px;	
	
	
}
.hoverForm:hover {
 background-color:#FFFEDF !important;	

}h1 {
	margin-top:0px;
	 background-color:#fedab4;
    border: 2px solid #F90;
    border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 8px 6px -6px  #ccc;
	   -moz-box-shadow: 0 8px 6px -6px  #ccc;
	        box-shadow: 0 8px 6px -6px  #ccc;
    padding: 20px;
	color:#000099;
	
	padding-bottom:10px;
	padding-top:10px;
}
.border-round h1 {
	 border:none;
	 -webkit-box-shadow: 0 4px 4px 0px  #ccc;
	   -moz-box-shadow: 0 4px 4px 0px  #ccc;
	        box-shadow: 0 4px 4px 0px  #ccc;
    border-bottom: 2px solid #F90;
    border-radius: 5px 5px 0px 0px;
	margin-bottom:5px;
}
@font-face {
    font-family: 'WalkwaySemiBoldRegular';
    src: url('fonts/Walkway_SemiBold-webfont.eot');
    src: url('fonts/Walkway_SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Walkway_SemiBold-webfont.woff') format('woff'),
         url('fonts/Walkway_SemiBold-webfont.ttf') format('truetype'),
         url('fonts/Walkway_SemiBold-webfont.svg#WalkwaySemiBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	
}

@font-face {
    font-family: 'WalkwayBoldRegular';
    src: url('fonts/Walkway_Bold-webfont.eot');
    src: url('fonts/Walkway_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Walkway_Bold-webfont.woff') format('woff'),
         url('fonts/Walkway_Bold-webfont.ttf') format('truetype'),
         url('fonts/Walkway_Bold-webfont.svg#WalkwayBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	
}

@font-face {
    font-family: 'WalkwayUltraBoldRegular';
    src: url('fonts/Walkway_UltraBold-webfont.eot');
    src: url('fonts/Walkway_UltraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Walkway_UltraBold-webfont.woff') format('woff'),
         url('fonts/Walkway_UltraBold-webfont.ttf') format('truetype'),
         url('fonts/Walkway_UltraBold-webfont.svg#WalkwayUltraBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	
}

@font-face {
    font-family: 'WalkwayBlackRegular';
    src: url('fonts/Walkway_Black-webfont.eot');
    src: url('fonts/Walkway_Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Walkway_Black-webfont.woff') format('woff'),
         url('fonts/Walkway_Black-webfont.ttf') format('truetype'),
         url('fonts/Walkway_Black-webfont.svg#WalkwayBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	

}

.style1 {
	font-size: 12px;
	font-weight: bold;
}
.style4 {font-size: 18px; font-weight: bold; color: #330000; }
.style5 {
	color: #666600;
	font-weight: bold;
	font-size: 24px;
}
h1 {
	background-color:#FFC46E;
	color:#000;
	font-weight:bold;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   letter-spacing:1px;
}
.menuBut {
	 font-family:'WalkwayUltraBoldRegular', Arial, sans-serif; color:#fff; padding:5px; padding-right:20px; padding-left:20px; display:inline; cursor:pointer; font-size:16px;  background-color:#003399; letter-spacing:1px;
}
.menuBut2 {	  /***  CSS Gradient  ***/
padding:10px;
    border: 2px solid #F90 !important;
    border-radius: 0px 0px 5px 5px;
	border-top:0px;
	margin-top:0px;
	font-family:'WalkwayUltraBoldRegular', Arial, sans-serif; display:inline; cursor:pointer; letter-spacing:1px; font-size:14px;
}
.menuBut2_left {	  /***  CSS Gradient  ***/

    border-radius: 0px 0px 0px 5px;
	border-top:0px;
	border-right:1px solid #ccc;
	margin-top:0px;
padding:10px;
	font-family:'WalkwayUltraBoldRegular', Arial, sans-serif; display:inline; cursor:pointer; letter-spacing:.8px; font-size:14px; font-weight:normal;
}
.menuBut2_right {	  /***  CSS Gradient  ***/

    border-radius: 0px 0px 5px 0px;
	border-top:0px;
	border-left:1px solid #ccc;
	margin-top:0px;
padding:10px;
	font-family:'WalkwayUltraBoldRegular', Arial, sans-serif; display:inline; cursor:pointer; letter-spacing:.8px; font-size:14px; font-weight:normal;
}
.menuBut2_mid {	  /***  CSS Gradient  ***/


    border-radius: 0px 0px 0px 0px;
	border-top:0px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-top:0px;
padding:10px;
	font-family:'WalkwayUltraBoldRegular', Arial, sans-serif; display:inline; cursor:pointer; letter-spacing:.8px; font-size:14px; font-weight:normal;
}
.but {
	font-family:'WalkwayUltraBoldRegular', Arial, sans-serif; letter-spacing:1px;
}
.menuBut:hover {
	background-color:#060 !important;
	border-color:#003300 !important;
}
.menuBut2_mid:hover {
	background-color:#060 !important;
	color:#fff;
}
.menuBut2_left:hover {
	background-color:#060 !important;
	color:#fff;
}
.menuBut2_right:hover {
	background-color:#060 !important;
	color:#fff;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
}
.style4 {font-size: 18px; font-weight: bold; color: #330000; }
.highlightTab {
background-color:#6B5B50;
}
.style2 {color: #009}
.style3 {	font-size: 18px;
	color:#300;
}

.highlightTab {
background-color:#6B5B50;
}
.style2 {color:#009;}
.style3 {	font-size: 18px;
	color: #300;
}
.style6 {color:#009; font-weight: bold; }
.style7 {font-size: 12px}
.style8 {font-size: 10px}
select {
	font-size:14px;
	padding:5px;
	border-radius:6px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	padding-top:2px;
	padding-bottom:2px;
}
