* {padding: 0; margin: 0;}

img {
	border: 0;
}

a {color:#3377CC;text-decoration:none;}
a:hover {color:#3377CC;text-decoration:underline;}

#toolbar a:hover, .mn:hover, .sn:hover, .ultralist a:hover, .app_function:hover, .app_button:hover, .red_button:hover {
	text-decoration: none;
}

html {
	height: 100%;
}

body { 
	background: #FFF;
	color:#4A4A4A; 
	font:62.5% /1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	line-height: 1.5;
	min-height: 100%;
	position: relative;
}

input[type="text"], input[type="password"], textarea
{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 4px;
    border: solid 1px #BEBEBE;
    border-radius: 3px 3px 3px 3px;
    background-image: url( '../img/ui-search-bg.png' );
    background-repeat: repeat-x;
    background-position: top;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #4d8cdc;
}

input[type="submit"], button {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3DC89', endColorstr='#85BA61'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3DC89', endColorstr='#85BA61')";
	background: -webkit-gradient(linear, left top, left bottom, from(#B3DC89), to(#85BA61)); /* for webkit browsers */
    background: -moz-linear-gradient(center top , #B3DC89 0pt, #85BA61 100%) repeat scroll 0 0 transparent;
	border: 1px solid #6BA147;
	border-radius: 3px 3px 3px 3px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	text-shadow: 1px 1px 0 #73B134;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}

input[type="submit"]:hover, button:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCEAAE', endColorstr='#85BA61'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCEAAE', endColorstr='#85BA61')";
	background: -webkit-gradient(linear, left top, left bottom, from(#CCEAAE), to(#85BA61)); /* for webkit browsers */
    background: -moz-linear-gradient(center top , #CCEAAE 0pt, #85BA61 100%) repeat scroll 0 0 transparent;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 20px;
	padding: 5px 0;
	border-bottom: 2px solid #CECECE;
}

.widget_body {
	background: none !important;
	height: 100%;
	overflow: auto;
}

#no_jscript {
	font-size: 13px;
	font-weight: bold;
	color: white;
	background: red;
	padding: 5px;	
}

#no_ie {
	font-size: 13px;
	font-weight: bold;
	background: #FFF7E5;
	padding: 5px;	
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

.clearboth {
	clear: both;
}

#container {
	width:970px;
	text-align: left;
	margin: auto;
	padding-bottom: 90px;
}

#top_wrapper {
	background-color: #F1F1F1;
    height: 62px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#logo {
	float: left;
	text-align: left;
	padding-top: 8px;
}

#account_name {
	float: right;
	font-size: 16px;
	font-weight: bold;
	margin: 18px 20px 0 0;
	color: #777;
	text-shadow: 1px 1px 0 #CECECE;
	text-align: right;
}

#footer {
	text-align: center;
	margin-top: 30px;
	padding: 20px 0;
	font-size: 11px;
	border-top: 1px solid #CECECE;
	background: #EAEAEA;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#top_links {
	float:right;
    font-size:13px;
    margin: 14px 60px 0 0;
}

#top_links a {
	display: block;
	height: 25px;
	width: 25px;
	float: left;
	margin: 0 3px 0 3px;
	padding: 8px 0 0 8px;
	background: url(../img/top_button.png) no-repeat;
}

#top_links a:hover {
	background-position: 0 -33px;
}

#app_nav_container {
	background-color: #F5F5F5;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 4px #999999;
    float: left;
    margin: 45px 0 0 0;
    padding: 3px 0 7px 7px;
    width: 133px;
}

#app_right_container {
	float: left;
	width: 810px;
	margin: 12px 0 0 20px;
}

#app_nav_container a.mn {
	display: block;
	font-size: 15px;
	width: 107px;
	padding: 4px 8px 5px 8px;
	margin: 6px 0 0 0;
	color: #444;
	border: 1px solid transparent;
	border-radius: 3px 3px 3px 3px;
	clear: left;
}

#app_nav_container a.mn:hover, #app_nav_container #app_nav_selected.mn, #toolbar .search, .app_function {
	color: #FFF !important;
	background: #4d8cdc;
	background: -webkit-gradient(linear, left top, left bottom, from(#4d8cdc), to(#4278ba)); /* for webkit browsers */
    background: -moz-linear-gradient(center top , #4d8cdc 0pt, #4278ba 100%) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d8cdc', endColorstr='#4278ba'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d8cdc', endColorstr='#4278ba')";
	border: 1px solid #2862a9;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	zoom: 1;
}

#app_nav_container a.mn:hover, #app_nav_container #app_nav_selected.mn {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

#app_nav_container #app_nav_selected, #calc_s_earned {
	font-weight: bold;
}

#app_nav_container a img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

#sub_nav {
	margin: 3px 0 2px 1px;
}

#sub_nav a.sn {
	background: #E5E5E5;
	border-radius: 3px 3px 3px 3px;
	display: block;
	font-size: 11px;
	float: left;
	padding: 4px 7px;
	margin: 1px 0;
	width: 108px;
	color: #666;
	border: 1px solid transparent;
}

#sub_nav a:hover, #sub_nav .sub_select {
	background: #D5D5D5 !important;
}

.sn span {
	display: block;
	float: right;
	font-size: 25px;
	color: #AEAEAE;
	height: 10px;
	line-height: 16px;
}

.pGroup input[type="text"] {
	padding: 2px;
}

.ucat_edit, .ucat_delete {
	margin: 0 30px 0 30px !important;
	font-size: 10px !important;
	padding: 1px 0 1px 2px;
	background: #DEDEDE;
	border-top: 1px solid #BEBEBE;
}

.ucat_edit:hover, .ucat_delete:hover {
	background: #BEBEBE;
}

.button_group {
	float: right;
	padding: 30px 10px 0 0;
}

.top_save {
	float: right;
	padding: 10px 10px 0 0;
}

.form_button_group {
	clear: both;
	margin: 20px;
}

.app_button {
	margin-top: 10px;
}

/********
 TOOLBAR 
********/

#toolbar {
	margin: 20px;
	height: 35px;
	position: relative;
}

#monther, .tb-1 {
	display: inline-block;
	line-height: 15px;
	*display: inline;
}

#toolbar .tb-1, #monther, .app_function, .app_button, .red_button {
	cursor: default;
    font-size: 12px;
    outline: medium none;
    padding: 7px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

#toolbar .toolbar_text {
	font-size: 18px;
	color: #777;
}

.green_buttons .tb-1 {
	text-shadow: 0 1px 0 #5E8E3E !important;
	color: #FFF !important;
	font-weight: bold;
	background: #85BA61 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#B3DC89), to(#85BA61)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(center top , #B3DC89 0pt, #85BA61 100%) repeat scroll 0 0 transparent !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3DC89', endColorstr='#85BA61') !important; /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3DC89', endColorstr='#85BA61')" !important;
    border: 1px solid #6BA147 !important;
    zoom: 1;
}

#toolbar .single, #toolbar .left, #toolbar .right, .app_button, .person_group, .group_people {
	background: #F8F8F8;
	background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#EAEAEA)); /* for webkit browsers */
    background: -moz-linear-gradient(center top , #F8F8F8, #EAEAEA) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#eaeaea'); /* for IE */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#eaeaea')";
    border: 1px solid #EAEAEA;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #666666;
    zoom: 1;
}

#toolbar .tb-1:active, .activate_button, .app_button:active, .red_button:active {
	border-color: #555 !important;
	box-shadow: none !important;
}

#toolbar .single, #toolbar .search, .app_function, .app_button, .red_button {
	margin: 0 8px 0 0;
	border-radius: 3px 3px 3px 3px;
	position: relative;
}

.red_button {
	background: #BA6161;
	background: -webkit-gradient(linear, left top, left bottom, from(#DC8989), to(#BA6161)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(center top , #DC8989 0pt, #BA6161 100%) repeat scroll 0 0 transparent !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DC8989', endColorstr='#BA6161') !important; /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#DC8989', endColorstr='#BA6161')" !important;
    border: 1px solid #A14747;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 1px 0 #A04646 !important;
}

#toolbar .left, .student_transaction .left {
	border-right: 1px solid transparent !important;
    border-right: 1px solid rgba(0, 0, 0, 0);
	border-radius: 3px 0 0 3px;
	padding-right: 11px !important;
}

#toolbar .right, .student_transaction .right {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-radius: 0 3px 3px 0;
}

#toolbar span.normal {
	text-shadow: 0 1px 0 #FFFFFF;
	font-weight: bold;
}

#toolbar .tb-1 div, #monther div {
    background: url("../img/ui-down.png") no-repeat;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin-top: -1px;
}

#toolbar .down { 
	background: url("../img/ui-down.png") no-repeat;
	height: 6px;
	width: 6px;
	margin-left: 3px;
}

#toolbar .left div, #toolbar .right div {
	height: 10px;
	width: 10px;
	padding-left: 0;
}

#toolbar .left div {
	background: url("../img/ui-left.png") no-repeat;
}

#toolbar .right div {
	background: url("../img/ui-right.png") no-repeat;
}

#toolbar .middle {
	margin-right: -1px;
}

#toolbar .right:hover, #toolbar .left:hover, #toolbar .single:hover, .app_function:hover, .app_button:hover, .red_button:hover, .person_group:hover, .group_people:hover {
	border-color: #AEAEAE;
	color: #444;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

#toolbar #pagedown:hover {
	border-right: 1px solid #AEAEAE !important;
}

#toolbar input {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    margin-left: 8px;
    margin-bottom: 0;
    padding: 6px;
    height: 17px;
    background-repeat: repeat-x;
    background-position: top;
    vertical-align: middle;
    white-space: nowrap;
    outline: medium none;
}

#toolbar .search:hover, .app_function:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	background: -webkit-gradient(linear, left top, left bottom, from(#6198E0), to(#4278ba)); /* for webkit browsers */
    background: -moz-linear-gradient(center top , #6198E0 0pt, #4278ba 100%) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6198E0', endColorstr='#4278ba'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6198E0', endColorstr='#4278ba')";
    border: 1px solid #235695;
    zoom: 1;
    cursor: pointer;
}

.red_button:hover {
	border: 1px solid #A14747;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	background: #eea1a1;
	background: -webkit-gradient(linear, left top, left bottom, from(#eea1a1), to(#BA6161)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(center top , #eea1a1 0pt, #BA6161 100%) repeat scroll 0 0 transparent !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea1a1', endColorstr='#BA6161') !important; /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea1a1', endColorstr='#BA6161')" !important;
	color: #FFF;
}

.green_buttons .tb-1:hover, .green_buttons .app_button:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCEAAE), to(#85BA61)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(center top , #CCEAAE 0pt, #85BA61 100%) repeat scroll 0 0 transparent !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCEAAE', endColorstr='#85BA61') !important; /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCEAAE', endColorstr='#85BA61')" !important;
    border: 1px solid #5E8E3E;
    color: #FFF;
    zoom: 1;
}

#toolbar .search, .app_function {
	text-shadow: 0 1px 0 #555 !important;
	font-weight: bold;
}

#toolbar .right_container {
	position: absolute;
	right: 0;
	bottom: 4px;
}

#toolbar .sort, #toolbar .month {
	position: absolute;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	top: 30px;
	left: 0;
	background-color: #FFF;
	border: 1px solid #CECECE;
}

#toolbar .sort li, #toolbar .month li {
	padding: 8px 22px 8px 12px;
	border-bottom: 1px solid #DEDEDE;
	list-style-type: none;
	text-align: left;
}

#toolbar .sort li:hover, #toolbar .month li:hover {
	background-color: #F1F1F1;
}

#toolbar .month {
	max-height: 280px;
	overflow: auto;
}

/**********
 ULTRALIST
**********/

#pagination {
	margin: 0 20px;
	color: #777;
	font-size: 12px;
}

.ultralist {
	margin: 10px 20px;
}

.ultralist a, .ultralist div.stay_top, .ultralist .s_list {
	display: block;
	padding: 12px 15px;
	border-bottom: 1px solid #DEDEDE;
}

.ultralist a {
	cursor: pointer;
}

.ultralist .right, .ultralist .bottom_right {
	white-space: nowrap;
}

.ultralist .right img {
	vertical-align: middle;
	margin-left: 4px;
}

.ultralist .odd, .blue_table .odd {
	background-color: #F1F1F1;
}

.ultralist a:hover {
	background-color: #E9EFF7;
}

.ultralist .name {
	font-size: 13px;
	font-weight: bold;
}

.ultralist .right, .ultralist .bottom_right {
	float: right;
	font-size: 12px;
	color: #666;
	margin-left: 20px;
	min-width: 115px;
	overflow: hidden;
	whitespace: no-wrap;
	text-align: right;
}

.ultralist .bottom_right {
	font-size: 11px;
	clear: right;
	margin-top: 2px;
	color: #666;
}

.ultralist .bottom {
	color: #7b7b7b;
	font-size: 12px;
}

.ultralist .bottom_left {
	float: left;
	min-width: 115px;
	margin-right: 20px;
	padding: 5px;
	margin: 3px;
	border-radius: 3px;
	background-color: #FAFAFA;
    box-shadow: 0 1px 2px #AAA;
    color: #7b7b7b;
	font-size: 11px;
}

.ultralist .bottom_left strong {
	color: #666;
	font-size: 11px;
}

#ajax_content {
	width: 680px;
	height: 680px;
	overflow: auto;
	background: #FFF;
}

#ajax_event_view {
	width: 300px;
	height: 300px;
	overflow: auto;
	background: #FFF;
	position: relative;
}

#right_with_tabs {
	float: left;
	width: 525px;
	text-align: left;
	font-size: 12px;
}

#ajax_no_tabs {
	text-align: left;
	font-size: 12px;
}

#ajax_center_few {
	margin: 30px 110px;
}

#ajax_center_few label {
	margin-right: 12px;
}

.ajax_nav {
	background: none repeat scroll 0 0 #F1F1F1;
    border-right: 1px solid #DEDEDE;
    box-shadow: none !important;
    height: 625px;
    margin-top: 0 !important;
    padding-left: 10px !important;
    padding-top: 10px !important;
    text-align: left;
}

.ajax_category_header, .app_category_header {
	margin: 15px 20px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -0.03em;
	color: #555;
}

#saver {
	border-color: #CCCCCC #888888 #888888 #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	border-style: solid;
	border-width: 1px 1px 2px;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
	font-size: 14px;
	text-align: center;
	left: 50%;
	margin: -6px 0 0 -75px;
	position: fixed;
	top: 30%;
	width: 150px;
	z-index: 100000;
	color: #FFF;
	padding: 20px 0;
	font-weight: bold;
	background: rgb(50, 50, 50);
    background: rgba(60, 60, 60, .9);
}

.student_section table {
	margin: 5px 10px;
}

.student_section input, .green_table input, .lightgray table td input, .lightblue table td input {
	margin-right: 10px;
	margin-bottom: 0 !important;
}

.student_section table td, .lightgray table td, .lightblue table td {
	padding: 3px;
	height: 33px;
}

.person_group, .group_people {
	padding: 5px;
	margin: 5px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 3px;
}

.person_group {
	width: 145px;
}

.group_people {
	width: 125px;
}

.person_group input, .group_people input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -3px;
    overflow: hidden;
}

.group_section {
	margin: 10px 0 0 10px;
}

.div_table {
    max-height: 555px;
    margin: 0 10px;
    overflow: auto;
}

.div_table .dtc {
	padding: 8px;
	background: #F8F8F8;
	background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#EAEAEA)); /* for webkit browsers */
    background: -moz-linear-gradient(center top , #F8F8F8, #EAEAEA) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#eaeaea'); /* for IE */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#eaeaea')";
    cursor: pointer;
    border: 1px solid #DEDEDE !important;
    border-radius: 3px;
    margin-bottom: 5px;
}

.div_table .dtc:hover, .dtc_selected {
	border: 1px solid #999 !important;
}

.div_table span {
	float: left;
	display: block;
	margin-right: 8px;
}

.div_table .delete {
	margin-right: 1px !important;
	float: right;
}

.div_table .FEE, .div_table .FNDR, .div_table .MISC {
	width: 30px;
	font-size: 9px;
	padding: 0 3px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-radius: 2px;
	margin-top: 3px;
}

.FEE { background: #3e70cc; } .FNDR { background: #7d3ecc; } .MISC { background: #e4801e; }

.div_table .expandable {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #DEDEDE;
    border-radius: 3px 3px 3px 3px;
    margin: 3px 0;
}

.div_table .long {
	width: 255px;
}

.div_table .slong {
	width: 400px;
}

.div_table .short {
	width: 75px;
}

.div_table .date {
	color: #888;
}

.div_table .spacer {
	padding: 0 5px;
    width: 289px;
    white-space: nowrap;
    overflow: hidden;
}

.div_table .sspacer {
	width: 444px;
	padding: 0 5px;
	white-space: nowrap;
    overflow: hidden;
}

.div_table .small {
	font-size: 11px;
}

.div_table .appears {
	display: none;
}

.div_table a {
	display: block;
	float: right;
	margin: 0 186px 3px 0;
}

.div_table .editable {
	border-bottom: 1px dotted #CECECE;
	cursor: text;
	margin-bottom: 2px;
}

.div_table .editable:hover {
	background: #EBF2FA;
}

.div_table .expandable input[type="text"] {
	float: left;
	font-size: 11px;
	width: 48px;
	padding: 2px;
	margin-right: 26px;
}
	

.div_table .date img {
	float: right;
	margin-left: 9px;
    display: inline-block;
    margin-top: 3px;
    position: relative;
    vertical-align: middle;
    height: 12px;
    width: 12px;
}

.fake_link {
	color: #3377cc;
}

.student_transaction {
	float: left;
	margin: 0 0 19px 18px;
}

.student_balance, .s_student_balance {
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin: 0 9px 3px 0;
}

.s_student_balance {
	float: none !important;
	margin-left: 20px !important;
}

.error_box {
	width: 79%;
	padding: 5px 5px 5px 30px;
	border: 1px solid red;
	background: #FFE5E5 url(../img/exclamation.gif) no-repeat 5px 50%;
	margin: 15px 10%;
	font-size: 120%;
}

.success_box {
	width: 79%;
	padding: 5px 5px 5px 30px;
	border: 1px solid #6BA147;
	background: #E6F4D7 url(../img/accept.gif) no-repeat 5px 50%;
	margin: 15px 10%;
	font-size: 120%;
}

.ajax_instructions, .lightblue, .lightgray {
	margin: 15px 20px;
	padding: 8px;
	border-radius: 5px 5px 5px 5px;
}

.ajax_instructions {
	background: #E6F4D7;
}

.lightblue {
	background: #D7E4F4;
}

.lightgray {
	background: #EAEAEA;
}

.lightblue select {
	margin-bottom: 5px;
	padding: 3px;
}

.ajax_instructions ul {
	margin: 0 0 20px 35px;
}

.ajax_instructions li {
	font-size: 17px;
	letter-spacing: -0.03em;
	margin: 5px 0;
}

.ajax_instructions li span {
	font-size: 19px;
	color: #777;
	font-weight: bold;
}

.download_package, .upload_package {
	float: left;
	display: block;
	padding: 6px 6px 6px 35px;
	border: 1px solid #6BA147;
	background-color: #CCEAAE;
	margin: 15px 25px;
	font-size: 13px;
	color: #444;
}

.download_package {
	 background: #CCEAAE url(../img/package_go.png) no-repeat 10px 50%;
}

.download_package:hover {
	color:#444;
	background-color: #B3DC89;
	text-decoration: none;
}

.upload_package {
	padding-left: 15px !important;
}

.large_submit {
	padding: 3px 8px;
	margin: 8px 0;
}

.ajax_green_container, #fee_content {
	margin: 20px;
	overflow: auto;
	font-size: 11px;
}

.dashboard_container {
	float: left;
}

.db_left {
	width: 465px;
	margin-left: 20px;
}

.db_right {
	margin-left: 45px;
	width: 280px;
}

.dashboard_container h3 {
	font-size: 17px;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #DEDEDE;
	padding: 6px 8px;
}

#dashboard_nav {
	background-color: #F5F5F5;
    border-bottom: 3px solid #DEDEDE;
    height: 31px;
    padding: 6px;
    margin-bottom: 10px;
}

#dashboard_nav .selected, #dashboard_nav div:hover {
	border: 1px solid #999 !important;
}

.dashboard_container h4 {
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
}

.big_amount {
	font-size: 16px;
	font-weight: bold;
}

.small_amount {
	font-size: 14px;
	font-weight: normal;
}

.p_fee_table {
	font-size:12px;
	width:100%;
	margin:10px 0;
}

.p_fee_balance {
	font-size: 14px;
	float: right;
}

.payment_type input {
	vertical-align: middle;
	margin-right: 2px;
}

.payment_type span {
	display: inline-block;
	margin-right: 25px;
}

.p_fee_table td {
	padding: 4px 0;
}

.p_total {
	float: right;
	font-size: 14px;
	margin-right: 200px;
}

.p_total span {
	font-weight: bold;
}

.dashboard_container .right {
	float: right;
	margin: 0 5px 10px 0;
}

.chart_container {
	padding: 12px 0;
	margin-bottom: 40px;
}

.d_event {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 12px 0;
}

.d_date {
	font-size: 12px;
	color: #888;
	border-bottom: 1px solid #DEDEDE;
	padding: 0 12px 10px;
}

.d_type {
	font-size: 11px;
	float: right;
	padding: 12px 10px 0 5px;
	color: #888;
}

#back {
	margin: 4px 20px;
	margin-bottom: -5px;
	font-size: 12px;
	text-decoration: underline;
}
	
#import_review td, th {
	padding: 2px 5px;
	border-bottom: 1px solid #EAEAEA;
	white-space: nowrap;
}

#weight_total_container {
	font-size: 15px;
	height: 15px;
	margin: 0 0 0 20px;
}

#weight_total {
	font-size: 17px;
	color: #777;
	font-weight: bold;
}

#grade_weights a, .p_fee_table .delete {
	display: block;
	color: #990000;
	float: right;
	margin: 3px 0 0 15px;
}

.large_in_charge {
	color: #BEBEBE;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 150px 0;
}

#assignment_list, #grade_list, .blue_table {
	margin: 10px;
	padding: 20px 0 40px 0;
}

.blue_table a {
	text-align: center;
}

#assignment_list table, .blue_table {
	width: 780px;
	font-size: 12px;
}

#assignment_list table th, .blue_table th, .files_upload {
	text-align: left;
	background: #D7E4F4;
	border-top: 2px solid #AEC9EA;
	font-weight: bold;
	padding: 4px 10px 6px 10px;
	color: #666;
}

#assignment_list table td, .blue_table td {
	padding: 10px;
}

.blue_table .budget_bar td {
	padding: 0 0 10px 10px !important;
}

#assignment_list table td, .blue_table tr.line td {
	border-bottom: 1px solid #EAEAEA;
}

.grade_td {
	background: #E6F4D7;
	text-align: center;
}

.grade_input {
	float: left;
	white-space: nowrap;
	margin: 4px;
	padding: 8px;
	background: #E6F4D7;
	border-radius: 5px 5px 5px 5px;
	width: 260px;
}

.grade_input div {
	font-size: 12px;
	float: left;
	margin-right: 8px;
	line-height: 26px;
}

.grade_input input {
	float: left;
	width: 30px;
	margin-right: 10px;
	margin-bottom: 0 !important;
}

.grade_input span {
	color: #6BA147;
	font-size: 12px;
	font-weight: bold;
}

.grade_info {
	float: left;
	margin: 0 0 8px 20px;
	font-size: 11px;
	color: #999;
}

.grade_info span, .personal_fee_date {
	font-size: 12px;
	font-weight: bold;
	color: #888;
}

.waiting {
	padding: 90px 50px;
	text-align: center;
	height: 400px;
	font-size: 15px;
}

.student_checklist {
	float: left;
	width: 40%;
	margin-left: 30px;
}

.student_choice {
	margin: 3px;
	font-size: 13px;
}

.period {
	margin: 8px 0;
}

.period input {
	margin: 0 25px 4px 6px;
}

#grading_scale, #grading_periods, #grade_weights {
	float: left;
	margin: 10px 30px;
	width: 460px;
}

#grading_scale input {
	width: 50px;
}

#grading_scale table {
	width: 170px;
}

#grading_scale th {
	border-bottom: 1px solid #BEBEBE;
}

#grading_scale td {
	font-weight: bold;
	padding: 4px;
}

#plaques {
	margin: 30px 60px;
}

.inv_plaque {
	display: block;
	float: left;
	height: 96px;
	width: 170px;
	background: transparent url(../img/inv_plaque.png);
	font-size: 12px;
	padding: 12px 15px;
	margin: 4px 10px;
	color: #444;
}

.inv_plaque:hover {
	background: transparent url(../img/inv_plaque.png);
	background-position: 0 -120px;
	text-decoration: none;
	color: #444;
}

.inv_plaque img {
	float: left;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
	margin-top: 1px;
}

.inv_plaque span {
	display: block;
	margin-top: 76px;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	cursor: move;
	color: #555;
}

.inv_plaque div {
	float: left;
	text-align: center;
	font-size: 34px;
	margin: 6px 0 0 15px;
	letter-spacing: -0.06em;
	width: 85px;
	color: #3377cc;
	font-weight: bold;
}

.inv_item .Left, .inv_item .Right {
	width: 300px;
}

.inv_item .left, .inv_item .right {
	float: left;
}

.inv_item .smtxt {
	width: 80px;
}

.inv_item .lgtxt {
	width: 170px;
}

.inv_item .txtarea {
	width: 170px;
	height: 60px;
}

.green_table td {
	vertical-align: top;
	line-height: 24px;
}

/**********
 FINANCES
**********/

h2 {
	margin-left: 20px;
	font-size: 15px;
	font-weight: bold;
}

.small_description {
	margin-left: 20px;
	color: #888;
	font-size: 12px;
}

span.negative, .dashboard_container .negative   {
	color: #CC0000;
}

span.positive, .dashboard_container .positive {
	color: #527C36;
}

.blue_table .edit a, .blue_table .delete a {
	display: block;
}

.bar_container {
	float: left;
	border-radius: 2px;
	width: 100px;
	margin: 3px 0 0 0;
}

.bar_container div {
	padding: 4px 0;
}

.greenbar {
	border: 1px solid #83B95F;
	background: #E6F4D7;
}

.greenbar div {
	background: #85BA61;
	background: -webkit-gradient(linear, left top, left bottom, from(#B3DC89), to(#85BA61)); /* for webkit browsers */
    background: -moz-linear-gradient(center top , #B3DC89 0pt, #85BA61 100%) repeat scroll 0 0 transparent !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3DC89', endColorstr='#85BA61'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3DC89', endColorstr='#85BA61')";
}

.redbar {
	background: #f9ebea;
    border: 1px solid #A14747;
}

.redbar div {
	background: #BA6161;
	background: -webkit-gradient(linear, left top, left bottom, from(#DC8989), to(#BA6161)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(center top , #DC8989 0pt, #BA6161 100%) repeat scroll 0 0 transparent !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DC8989', endColorstr='#BA6161') !important; /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#DC8989', endColorstr='#BA6161')" !important;
}

.bar_caption {
	margin-left: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	float: left;
}

.blue_button a:hover {
	color: #FFF;
}

.fund_short {
	width: 130px !important;
}

/**********
 CALENDAR
**********/

#calslot {
	width: 100%;
	height: 600px;
}

.calendar_head, .calendar_body {
	border: solid 1px #DEDEDE;
	width: 100%;
	table-layout: fixed;
	border-radius: 3px;
	border-spacing: 0;
	border-collapse: collapse;
}

.calendar_head th {
	background: #F1F1F1;
	color: #888;
	padding: 4px 0 2px;
	text-align: center;
	font-size: 15px;
	font-sweight: bold;
	height: 40px;
}

.calendar_body td {
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	padding:  4px 0 10px;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}

.calendar_body .number {
	margin-left: 4px;
}

.calendar_body td.today {
	background:  #EBF2FA;
}

.calendar_body .event {
	color: #FFF;
	margin: 1px 3px;
	border-radius: 3px;
	padding: 0 3px;
	font-size: 11px;
	height: 16px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.calendar_body .event:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) !important;
}

.calendar_body .grey, .event_color_pick .grey  		{ background: #666666; }
.calendar_body .red, .event_color_pick .red 		{ background: #ba4242; }
.calendar_body .orange, .event_color_pick .orange	{ background: #e68f28; }
.calendar_body .yellow, .event_color_pick .yellow 	{ background: #cecc1a; }
.calendar_body .green, .event_color_pick .green 	{ background: #56ba42; }
.calendar_body .blue, .event_color_pick .blue 		{ background: #4278BA; }
.calendar_body .purple, .event_color_pick .purple	{ background: #8e42ba; }

.event_radio div {
	height: 20px;
	width: 20px;
	padding: 7px 0 0 7px;
}

#event_container {
	margin: 12px;
	font-size: 12px;
	text-align: left;
}

.event_date_container {
	text-align: center;
}

.event_month {
	background: #ba4242;
	border: 1px solid #ba4242;
	font-size: 14px;
	color: #FFF;
	padding: 1px 9px;
}

.event_button_group {
	position: absolute;
	bottom: 12px;
	left: 12px;
}

.event_day {
	border-bottom: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	font-size: 16px;
	padding: 1px 9px;
}

#event_container .name {
	margin: 0 12px 6px 12px;
	font-size: 16px;
	font-weight: bold;
	width: 205px;
	height: 46px;
}

#event_container .file {
	margin: 0 20px;
	white-space: nowrap;
	overflow: hidden;
}

#event_container .description {
	margin: 2px;
}

#event_container .name, .event_date_container {
	float: left;
}

#email_main, #email_side {
	float: left;
}

#email_main {
	width: 500px;
	margin-left: 20px;
}

#email_side {
	width: 290px;
}

#email_main h4 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin: 15px 0 5px 0;
}

#email_side h3 {
	font-size: 13px;
	font-weight: bold;
	color: #888;
	padding: 8px;
	border-bottom: 1px solid #DEDEDE;
	margin: 15px 10px 0 10px;
}

#expander img {
	margin: 0 0 -2px 8px;
}

#email_main #subject {
	width: 300px;
}

#email_main #text {
	width: 450px;
	height: 250px;
}

#email_side div {
	padding: 12px 15px;
	margin: 0 10px;
	font-size: 12px;
	border-bottom: 1px solid #DEDEDE;
	color: #666;
	background-color: #F5F5F5;
}

#email_side span {
	float: right;
	display: block;
	color: #999;
}

#recipients {
	font-size: 12px;
	border: 1px dotted #AEAEAE;
	background-color: #FDFDFD;
	margin-top: 8px;
	padding: 12px;
}

.reports_container {
	float: left;
	width: 320px;
	border-bottom: 1px solid #DEDEDE;
	margin: 0 20px;
	padding: 8px 8px;
	font-size: 13px;
}

.reports_container span {
	display: block;
	color: #888;
}

#report_container {
	width: 800px;
	height: 500px;
	overflow: auto;
	border: 3px solid #DEDEDE;
	font-size: 11px;
}

#report_container table {
	border-collapse: collapse;
}

#report_container th {
	font-weight: bold;
	background: #F1F1F1;
	font-size: 12px;
}

#report_container th, #report_container td {
	padding: 1px 4px;
	min-width: 60px;
}

#report_container td {
	border: 1px solid #DEDEDE;
	vertical-align: top;
}

#filter_form select {
	max-width: 200px;
}

.report_filter_tag {
	font-size: 12px;
	margin: 0 10px;
}

.file_list_container {
	margin: 8px 5px;
	font-size: 12px;
}

.files_usage {
	font-size: 17px;
	margin: 0 20px;
	color: #666;
}

.usage_wrapper {
	float:right;
	width: 550px;
	border-radius: 3px;
}

.file_list_container div {
	padding: 12px 15px 12px 35px;
	border-bottom: 1px solid #DEDEDE;
}

.file_list_container table {
	width: 100%;
}

.upload_word 	{ background: #FFF url(../img/upload_word.gif) no-repeat 8px 50%; }
.upload_text 	{ background: #FFF url(../img/upload_text.gif) no-repeat 8px 50%; }
.upload_excel 	{ background: #FFF url(../img/upload_excel.gif) no-repeat 8px 50%; }
.upload_image 	{ background: #FFF url(../img/upload_image.gif) no-repeat 8px 50%; }
.upload_pdf 	{ background: #FFF url(../img/upload_pdf.gif) no-repeat 8px 50%; }
.upload_comp 	{ background: #FFF url(../img/upload_compressed.gif) no-repeat 8px 50%; }
.upload_audio 	{ background: #FFF url(../img/upload_audio.gif) no-repeat 8px 50%; }

.reports_filter {
	margin-top: 10px;
	background: #F5F5F5;
	border: 1px solid #BEBEBE;
	padding-bottom: 6px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.reports_filter select {
	margin-right: 18px;
	margin-bottom: 5px;
}

.reports_filter_header {
	background: transparent url(../img/right_header_bg.png) repeat-x scroll top;
	border-bottom: 1px solid #BEBEBE;
	margin-bottom: 6px;
	padding: 3px 0 1px 6px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.reports_table {
	width: 100%;
	font-size: 11px;
	background: #DEDEDE;
}

.reports_table th {
	background: #BEBEBE;
	padding: 2px;
}

.reports_table td {
	padding: 1px;
	background: #FFF;
}

#post_container {
	margin: 10px 20px;
}

#post_container input[type="text"] {
	margin-top: 3px;
	width: 300px;
}

#post_container textarea {
	margin-top: 3px;
	width: 500px;
	height: 250px;
}

#setup_container {
	margin-top: 15px;
	padding: 0 10px 10px 10px;
}

#right_container {
	float: right;
}

.setup_side_nav {
	margin: 65px 0 80px 0;
	width: 190px;
}

.setup_side_header {
	margin-bottom: 3px;
	padding: 3px 0 1px 6px;
	font-weight: bold;
	font-size: 13px;
}

.setup_side_nav a {
	display: block;
	font-size: 14px;
	padding: 12px 15px;
	border-bottom: 1px solid #DEDEDE;
}

.setup_side_nav a:hover {
	background: #4278BA;
	color: white;
	text-decoration: none;
}

#setup_left_container {
	float: left;
	width: 730px;
}

.access_option {
	float: left;
	width: 90px;
	margin: 2px 25px;
}

.access_option input {
	vertical-align: middle;
}

.access_option span {
	display: block;
    float: left;
    width: 72px;
}

.setup_header, .app_section_header {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #AEAEAE;
	margin: 10px 10px 0 0;
}

.setup_info_table {
	width: 99%;
	font-size: 11px;
}

.setup_info_table td {
	padding: 8px 4px;
}

.info_table_1 {
	width: 18%;
	font-weight: bold;
}

.info_table_2 {
	width: 55%;
	color: #888;
}

.info_table_3 {
	width: 27%;
	font-size: 14px !important;
	font-weight: bold;
	text-align: center;
	background: #EAF1FA;
}

.info_table_4 {
	font-size: 14px !important;
	font-weight: bold;
	text-align: center;
}

.admin_account_table {
	font-size: 12px;
	margin: 0 0 0 100px;
}

.admin_account_options {
	width: 350px;
	font-size: 12px;
	margin: 10px 0 0 100px;
}

.admin_account_options td, .admin_account_table td {
	padding: 5px;
}

.setup_function_description {
	padding: 4px;
	font-size: 12px;
	color: #555;
}

.setup_function_go {
	padding: 4px;
	font-size: 13px;
	font-weight: bold;
}

.widget_images {
	float: right;
	margin: 6px;
	border: 3px solid #BEBEBE;
}

.code_header {
	width: 420px;
	margin: 20px 10px 0 0;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
}

.code {
	width: 420px;
	margin-top: 10px;
	padding: 3px;
	font-family: monospace;
	border: 1px dotted #3377CC;
	background: #EAF1FA;
}

.widget_event_event {
	font-size: 12px;
	padding: 0 4px 0 4px;
}

.widget_event_date {
	font-size: 11px;
	text-align: right;
	color: #7C7C7C;
	border-bottom: 1px solid #CECECE;
	margin: 0 3px 5px 0;
}

.print_table {
	width:8.5in;
	margin:0.5in;
	font-size: 13px;
        overflow: visible;
}

.print_table th {
	text-align: left;
	padding: 2px;
}

.print_table td {
	border-bottom: 1px solid #000;
	padding: 1px;
}

.del_student a {
	margin: 20px 20px 0 0;
	float: right;
	font-size: 13px;
	background: url(../img/delete.gif) no-repeat 5px 50%;
	padding: 0 0 0 25px;
}

.pwd_student a {
	margin: 20px 10px 0 0;
	float: right;
	font-size: 13px;
	background: url(../img/lock.gif) no-repeat 5px 50%;
	padding: 0 0 0 25px;
}

.my_account_table {
	margin: 10px 0 0 20px;
	width: 300px;
	font-size: 13px;
}

.my_account_table td {
	padding: 4px;
}

.publicsite_title {
	margin: 0 0 15px 0;
	padding-top: 12px;
	padding-left: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #777;
}

.publicsite_side {
	float: right;
	margin-top: 20px;
	width: 250px;
}

.publicsite_header {
	padding: 0 0 8px 3px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

.post_subject {
	font-size: 12px;
	font-weight: bold;
}

.post_date {
	color: #888;
}

.post_text {
	font-size: 12px;
	color: #666;
	border-bottom: 1px solid #DEDEDE;
	margin: 10px 0 15px 0;
	padding-bottom: 5px;
}

.publicsite_powered {
	text-align: right;
	font-size: 10px;
	margin: 0 0 45px 0;
	line-height: 24px;
}

.s_right_side_nav {
	margin-top: 15px;
	width: 200px;
	background: #F5F5F5;
	border: 1px solid #BEBEBE;
	font-size: 12px;
}

.alt_calendar_box {
	float: left;
	height: 140px;
	padding: 10px 12px;
	border-right: 1px solid #CECECE;
}

.inv_assign_button {
	float:right;
	cursor:pointer;
	font-size: 12px;
}

.student_personal {
	float: left;
	font-size: 12px;
	margin-left: 90px;
}

.student_personal td {
	padding: 6px;
}

.none {
	font-size: 16px;
	color: #888;
	padding: 60px 0;
	text-align: center;
}
