/* CSS Document */

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

a {
	color:#0077aa;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body {
	font-size:90%;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#555;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	font-style:italic;
	font-weight:normal;
	margin-bottom:15px;
	color:#333;
}

h2 {
	font-size:110%;
	margin-bottom:5px;
	color:#333;
}

/*// Form styles //*/

input[type="text"],
input[type="password"] {
	width:100%;
	padding:12px;
	border:1px solid #BBB;
	background-color:#f5f5f5;
	margin-bottom:20px;
	font-size:110%;
}

input[type="submit"] {
	display:block;
	float:right;
	background-color:#5c8727;
	text-align:center;
	padding:12px;
	width:100%;
	font-size:120%;
	color:#fff;
	border:none;
}

/*// Header styles //*/

#header {
	margin:-10px;
	border-bottom: 2px solid #333;
}

#full_logo {
	display:none;
}

#student {
	color:#444;
	position:relative;
	top:0px;
	right:0px;
	font-size:90%;
	padding:5px;
	background-color:#DDD;
	float:right;
}

#student img {
	width:10px;
	margin-left:10px;
}

#student:hover {
	background-color:rgba(0,0,0,.1);
	cursor:pointer;
}

#student_options {
	z-index:100;
	position:absolute;
	top:26px;
	right:0px;
}

#student_options ul {
	list-style:none;
	margin:0 0 4px 4px;
	box-shadow: -1px 1px 2px rgba(0,0,0,.25);
	overflow:auto;
}

#student_options input[type="submit"] {
	padding:15px 20px 15px 20px;
	font-size:90%;
	color:#555;
	background-color:#eee;
	display:block;
	width:100%;
	text-align:left;
}

#student_options input[type="submit"]:hover {
	background-color:#F4F4F4;
	cursor:pointer;
}

#logo {
	overflow:auto;
	background-color:#cf7019;
}

#logo #text {
	width:80%;
	float:left;
	padding:15px 10px 15px 10px;
	box-sizing:border-box;
	clear:both;
	background-color:#cf7019;
}

#text img {
	width:100%;
	max-width:350px;
	margin:0 auto;
}

#logo #menu {
	float:right;
	width:20%;
	background-color:#cf7019;
	padding-right:10px;
}

#menu img {
	float:right;
	max-width:55px;
}

#nav, #nav2 {
	display:none;
	width:100%;
	background-color:#999;
	font-size:110%;
	padding:0px;
	box-sizing:border-box;
	list-style:none;
	background-color:#fff;
}

#nav li a, #nav2 li a {
	padding:10px 15px;
	margin:2px 0px;
	background-color:#eee;
	display:block;
}

#nav2 li a {
	padding:5px 15px;
	font-size:85%;
	background-color:#fff;
}

#nav li a:active {
	background-color:#ccc;
}

/*// Content styles //*/

#content {
	margin-top:20px;
	position:relative;
}

#assistance {
	clear:both;
	padding-top:15px;
	font-size:90%;
	color:#666;
}

#assistance a {
	color:#666;
}

.segment {
	margin-bottom:15px;
}

.item {
	overflow:auto;
	border:1px solid #555;
	margin-bottom:5px;
}

.grid {
	width:100%;
	overflow:auto;
	margin:1px 0px;
	background-color:#eee;
}

.grid_left {
	float:left;
	padding:7px;
	width:50%;
	background-color:#eee;
}

.grid_right {
	float:right;
	padding:7px;
	width:50%;
	text-align:center;
	background-color:#fff;
}

.grid_25 {
	float:left;
	width:25%;
	padding:10px 0;
}

.grid_18 {
	float:left;
	width:18.5%;
	padding:10px 0;
}

.grid_full {
	float:left;
	padding:5px;
	width:100%;
	background-color:#fff;
}

.payment_btn {
	display:block;
	background-color:#5c8727;
	text-align:center;
	padding:10px;
	color:#fff;
}

.payment_btn:hover {
	background-color:#446b15;
	text-decoration:none;
}

.payment_options a {
	display:block;
	padding:8px;
	background-color:#eee;
	margin:2px 0;
}

.payment_options a:hover {
	text-decoration:none;
	background-color:#dedede;
}

/*// Misc styles //*/

.hide {
	display:none;
}

.red {
	color:#C30;
}

.marker {
	text-align:center;
}

.grid_header {
	border-top:none !important;
}

.grid_header .grid_25 {
	padding-bottom:0;
}

.touch_padding a {
	display:block;
	margin-bottom:5px;
}

.green_alert, .red_alert {
	border: 1px solid;
	padding:10px;
	font-size: 90%;
	margin-bottom:20px;
}

.green_alert {
	color: #4F8A10;
	background-color: #DFF2BF;
}

.red_alert {
	color: #D8000C;
	background-color: #FFBABA;
}

.Y_bg {
	background-color:#A9E8B0;
}

.N_bg {
	background-color:#EEE;
}

.showMore {
	display:none;
	font-size:90%;
}

.sis-adollar {
	text-align: right;
	white-space: nowrap;
}

.sis-line1 {
  background-color: #cccccc;
}

.sis-line2 {
/*  background-color: #e6e6e6;*/

}

.sis-abal {
  text-align: right; 
  white-space: nowrap;
  border-top: #aaa thin solid; 
}

.sis-abal2 {
  border-top: #aaa double;
}

.sis-totals {
  font-weight: bold; 
  vertical-align: bottom;
}

.sis-tgrp {
  font-size: larger;
  font-weight: bold;
}

.sis-billheader { 
  font-size: large;
  font-weight: bold; 
}

.sis-totalsbig {
  font-size: larger;
  font-weight: bold; 
  vertical-align: bottom;
}
