@charset "UTF-8";

/* 
 * WebConnect for GradPro
 * by Merrill Consulting Group, LLC (MCG)
 * http://www.merrillconsultinggroup.us
 *
 * @package    WebConnect for GradPro
 * @subpackage Theme Stylesheet - WEBCONNECT
 * @author     Merrill Consulting Group, LLC
 * @license    see License Agreement
 * @copyright  (C) 2009 Merrill Consulting Group, LLC
 *
 * THIS FILE ONLY CONTAINS CONFIGURATION SETTINGS.  YOU MAY ALTER OR COPY it as necessary for your own purposes, without restrictions.
 * 
 * This sample configuration file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY OF ANY KIND; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the License Agreement for more details.
 *
 */


/* styles for index.php */

.cell_lookuppromptlabel {
	width: 140px;
}
.cell_lookuppromptinput {
	width: 200px;
}
.promptfor_label {
	text-align: right;
	padding-right: 10px;
	line-height: 15px;
	font-size: 12px;
}
.FormInputs {
	background-color:  #B3D1E9;
	color: #0166B3;
	font-weight: bold;
	font-size: 12px;
}
.div_divider {
	height: 10px;
}


/* styles for studentRecords_CourseGrades.php */

.cellwidth_academicyear {
	width: 100px;
}
.cellwidth_schoolterm {
	width: 100px;
}
.cellwidth_coursename {
}
.cellwidth_finalgrade {
	width: 85px;
}
.cellwidth_quantity {
	width: 65px;
}
#coursegrades_disclaimer {
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
}
#coursegrades_table_header {
	width: 700px;
	margin-top: 7px;
}
.coursegrades_table_header_bkgrd {
	background-color: #003C69;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	margin: 1px;
	padding-left: 3px;
	padding-right: 3px;
}
.coursegrades_table_row {
	width: 700px;
	font-size: 12px;
	line-height: 15px;
}
.coursegrades_table_row_alt {
	width: 700px;
	font-size: 12px;
	line-height: 15px;
}
.coursegrades_table_row .coursegrades_table_row_bkgrd {
	background-color: #E0ECF6;
	margin: 1px;
	padding-left: 3px;
	padding-right: 3px;
}
.coursegrades_table_row_alt .coursegrades_table_row_bkgrd {
	background-color: #C2DAED;
	margin: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

