/* GENERAL
------------------------------------------------------------------- */

body {
	margin:0;
	padding:0;
	font-family:Calibri;
	font-size:12px;
}

#main {
	font-size:15px;
	padding:10px;
}

input[type=text], textarea, select {
	font-size:14px;
}

input[type=submit] {
	padding: 5px;
	background-color:#332955;
	border:0 none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#FFFFFF !important;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
	width:60px;
	cursor:hand;
	cursor:pointer;
}

a:link, a:active, a:visited, a:hover {
	color:blue;
	text-decoration:none;
}

#report_link, #logout_link {
	float:right;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}

#report_link {
	margin-right:35px;
}

#page_title {
	font-size:3em;
	font-weight:bold;
	text-transform:uppercase;
}

#student_info {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}

#student_info th {
	color: #fff;
	text-align: left;
	font-weight: bold;
	background: #716790;
	text-transform: uppercase;
}

#student_info th,
#student_info td {
	padding: 5px;
	border: 1px solid #332955;
}

#student_info .edit_link {
	margin-left: 5px;
}

label.error {
	color:red;
}

/* FLASH MESSAGES
------------------------------------------------------------------- */

.flash_message {
	font-weight:bold;
	font-size:14px;
	margin:0;
	background:#fff;
	color:#444;
	text-align:center;
	padding:10px;
	border-top:1px solid #fff;
}

.flash_error {
	background:#FFD94F;
	color:#6A390D;
}

.flash_success {
	background:#DBEBD6;
	color:#5B8061;
}

/* ADMIN CONTROLS
------------------------------------------------------------------- */

#admin_controls {
	float: right;
	clear: right;
	margin-top: 15px;

	border-radius:10px;
	background:#332955;
	width:500px;
	margin-bottom:10px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:6px;
}

#admin_controls select {
	font-size: 16px;
	margin-left: 10px;
}

/* CPANEL
------------------------------------------------------------------- */

#cpanel {
	width:100%;
	background:#f4f4f4;
	margin-bottom:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#cpanel table {
	width:100%;
}

#cpanel th {
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
}

#cpanel td {
	vertical-align:top;
}

#cpanel td, #cpanel th {
	padding:5px;
}

#cpanel td span {
	font-size: 16px;
	font-weight: bold;
}

input[type=text],input[type=password],textarea {
	width:98%;
}

/* REPORTS
------------------------------------------------------------------- */

#report_form table th {
	vertical-align:top;
}

#report_form textarea {
	height: 250px;
	font-family: Consolas;
	font-size: 14px;
	padding: 10px;
	width: 600px;
	border-radius: 5px;
	border: 2px solid orange;
}

#csv_link {
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}

/* LIST TABLE
------------------------------------------------------------------- */

#list_table {
	border-collapse:collapse;
	width:100%;
}

#list_table td, #list_table th {
	border:1px solid #332955;
	padding:5px;
	vertical-align:top;
}

#list_table th {
	color:#fff;
	text-align:left;
	font-weight:bold;
	background:#716790;
	text-transform:uppercase;
}

#list_table th a {
	color:#fff !important;
}

.sorted span {
	color:#f4f4f4;
	margin-left:5px;
	text-transform:lowercase;
	font-weight:normal;
}

#list_table tr:nth-child(odd) {
	background-color:#f4f4f4;
}

#list_table tr.week_divider td {
	background: #CDCDCD;
	white-space: nowrap;
}

#cancel_link, .edit_link {
	font-weight:bold;
	text-transform:uppercase;
}

.right {
	text-align:right;
}

/* PAGINATION
------------------------------------------------------------------- */

.page_list {
	font-size:1em;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

.page_list a {
	background-color:#ffffff;
	font-weight:bold;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	margin:0 3px 0 0;
	padding:5px 10px;
	color:#444;
	border:2px solid #ccc;
	text-align:center;
	display:inline-block;
	-webkit-box-shadow:0px 1px 0px #fff;
	-moz-box-shadow:0px 1px 0px #fff;
	box-shadow:0px 1px 0px #fff;
}

.page_list a:hover {
	color:#000000;
	border:2px solid #000;
	text-decoration:none;
}

.page_list_selected a, .page_list_selected a:hover {
	border:2px solid #666;
	color:#000;
	cursor:default;
}

/* SUMMARY TABLE
------------------------------------------------------------------- */

#summary {
	font-size: 1.1em;
	border: 2px solid #716790;
	border-radius: 10px;
	line-height: 1.3em;
	margin-top: 20px;
	padding: 15px;
	width: 30%;
}

/* LOGIN TABLE
------------------------------------------------------------------- */

#login_logo, #login_title {
	margin:0 auto;
}

#login_logo {
	display:block;
	margin-top:30px;
}

#login_title {
	font-size:2.2em;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
}

#login_table {
	width:600px;
	margin:0 auto;
	margin-top:20px;
	background:#f4f4f4;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#login_table td, #login_table th {
	vertical-align:top;
	padding:8px;
}

#login_table th {
	text-align:left;
	font-weight:bold;
	width:120px;
}

/* YEAR TABLE
------------------------------------------------------------------- */

#login_table.year_table th {
	width: 40%;
}

.year_table input {
	width: 100px;
}