/**
 * Moodle - Course Management System - Student Services
 *
 * This stylesheet controls the overall look and feel of the Student Services pages
 *
 * @version     $Id: forms.css 0026 02/28/2008 08:48:00 jwalker $
 * @package		CodeIgniter 1.54
 * @author		Joshua Walker (jwalker@ussa.edu) - Director of Web Development
 * @copyright	Copyright (c) 2007, United States Sports Academy
 * @link		http://www.ussa.edu
 * @since		Version 1.54
 * @filesource
 */

/**
 * ---------------------------------------------------------------------------------------------------------------------------------
 * table of contents
 * 1. general site styles
 *    a. forms
 *    b. tables
 * 2. header styles
 * 3. content styles
 *    a. thickbox
 * ---------------------------------------------------------------------------------------------------------------------------------
 */
 
/**
 * ---------------------------------------------------------------------------------------------------------------------------------
 * 1. general site styles
 * ---------------------------------------------------------------------------------------------------------------------------------
 */
body {
 	font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; font-weight: normal; font-style: normal;
	line-height: 18px; letter-spacing: normal;
	color: #333333;
	background: #EFEFEF url('http://images.ussa.edu/common/page_bg.png') top left repeat-x;
 	margin: 0px; padding: 0px;
}
img {
	border: none;
	margin: 0px; padding: 2px;
	vertical-align: middle;
}
a:link, 
a:visited {
	color: #0061EF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
hr {
	width: 100%; height: 0px;
	border: 0px; border-top: 1px dotted #CCCCCC;
}
#clear-div {
	clear: both;
}
.small {
	font-size: 11px; font-weight: normal; font-style: italic;
	color: #999999;
}
/**
 * ---------------------------------------------------------------------------------------------------------------------------------
 * 1. general site styles
 *    a. forms
 * ---------------------------------------------------------------------------------------------------------------------------------
 */
form {
	margin: 0px; padding: 0px;
}
	.forms-form label, 
	.forms-form .label {
		display: block;
		margin: 0px; padding: 0px;
		clear: both;
	}
	* html .forms-form label {
		position: relative;
		width: 100%; height: 100%;
		z-index: 10;
	}
	.forms-form .forms-btn {
		margin: 2px 5px 2px 0px; padding: 1px;
		width: auto; height: auto;
		border: 1px solid #999999; border-top-color: #CCCCCC; border-left-color: #CCCCCC;
		background: #EFEFEF;
		color: #666666;
	} 
	.forms-form .forms-submit-btn {
		margin: 2px 5px 2px 0px; padding: 1px;
		width: auto; height: auto;
		border: 1px solid #999999; border-top-color: #CCCCCC; border-left-color: #CCCCCC;
		background: #EFEFEF;
		color: #666666;
	} 
	.forms-form .forms-reset-btn {
		margin: 2px 5px; padding: 1px;
		width: auto; height: auto;
		border: 1px solid #999999; border-top-color: #CCCCCC; border-left-color: #CCCCCC;
		background: #EFEFEF;
		color: #666666;
	}
	.forms-form .forms-text {
		margin: 0px; padding: 2px;
		width: auto; height: auto;
		background: #FFFFFF;
		border: 1px solid #CCCCCC;
		color: #999999;
	}

		* html .forms-form .forms-text {
			position: relative;
			z-index: 10;
		}
	.forms-form .forms-textarea {
		margin: 2px 5px 2px 15px; padding: 2px;
		width: auto; height: auto;
		background: #FFFFFF;
		border: 1px solid #CCCCCC;
		color: #999999;
	}
	
/**
 * ---------------------------------------------------------------------------------------------------------------------------------
 * 1. general site styles
 *    b. tables
 * ---------------------------------------------------------------------------------------------------------------------------------
 */
.forms-tbl {
	font-size: 16px; font-style: normal; font-weight: normal; color: #333333;
	background: #EFEFEF url('http://images.ussa.edu/common/tbl_bg.png') top left repeat-x;
	border: 5px solid #CCCCCC; border-collapse: collapse;
	margin: 10px 4px;
	width: 95%;
}
	.forms-thead-tbl th {
		font-size: 18px; font-style: normal; font-weight: bold; color: #333333;
		text-align: left;
		padding: 5px;
		border-bottom: 1px solid #CCCCCC;
	}
		.forms-tbody-tbl td, th {
			background: transparent;
			padding: 5px;
			vertical-align: top;
		}
		.forms-tbody-tbl tr.odd td {
			background: transparent url('http://images.ussa.edu/common/tbl_odd_bg.png') top left repeat;
		}
		* html .forms-tbody-tbl tr.odd td { /* IE 6 png hack */
			background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.ussa.edu/common/tbl_odd_bg.png', sizingMethod='scale');
		}

/**
 * ---------------------------------------------------------------------------------------------------------------------------------
 * 2. header styles
 * ---------------------------------------------------------------------------------------------------------------------------------
 */
#section-title-pos-div {
	width: 475px; height: 95px;
	float: left;
	background: url('http://images.ussa.edu/ussa_edu/student_services/section_title_pos.png') top left no-repeat;
}
#section-title-rubric-div {
	width: 475px; height: 95px;
	float: left;
	background: url('http://images.ussa.edu/ussa_edu/student_services/section_title_rubric.png') top left no-repeat;
}
#section-title-h2 {
	display: none;
}
#logo-div {
	width: 450px; height: 95px;
	float: right;
	background: url('http://images.ussa.edu/common/logo.png') top left no-repeat;
}
#logo-h1 {
	display: none;
}

/**
 * ---------------------------------------------------------------------------------------------------------------------------------
 * 3. content styles
 * ---------------------------------------------------------------------------------------------------------------------------------
 */
#l-column-div {
	margin: 20px; padding: 0px;
}
	.form-div {
		font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-style: normal; font-weight: normal; color: #333333;
		margin: 0px 0px 20px 0px; padding: 5px;
		background: #FFFFFF;
	}
		.form-h1 {
			font-size: 20px; font-weight: normal;
			line-height: 30px;
			color: #FFFFFF;
			margin: 0px; padding: 0px 5px;
			background: transparent url('http://images.ussa.edu/common/heading_bg.png') top left repeat-x;
			text-align: left;
			cursor: default;
		}
		.form-h2 {
			font-size: 18px; font-weight: bold;
			margin: 0px; padding: 5px;
		}
		.form-h3 {
			font-size: 18px; font-weight: bold; font-style: normal;
			margin: 10px 0px 10px 0px; padding: 0px;
		}
		.form-description-div p {
			font-size: 14px; font-weight: normal;
			line-height: 18px;
			text-align: justify;
			margin: 0px; padding: 5px 0px;
		}
		.form-validation-error-p {
			font-size: 14px; font-weight: normal;
			margin: 5px 0px 5px 0px; padding: 5px 5px 5px 25px;
			text-align: left;
			background: #FFF6BF url('http://images.ussa.edu/common/warning.gif') 5px 50% no-repeat;
			border: 1px dotted #FFD324;
		}
/**
 * ---------------------------------------------------------------------------------------------------------------------------------
 * 3. content styles
 *    a. thickbox
 * ---------------------------------------------------------------------------------------------------------------------------------
 */
.hidden-div {
	display: none;
}
	.hidden-h1 {	
		font-size: 22px; font-weight: bold; font-style: italic;
		margin: 5px 0px 10px 0px; padding: 0px;
		color: #0060EF;
	}
	.hidden-p {
		font-size: 14px; font-weight: normal; font-style: normal;
		margin: 5px 0px; padding: 0px;
		color: #333333;
		line-height: 18px;
	}
#TB_window {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; font-style: normal;
	color: #333333;
}
#TB_secondLine {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; font-weight: normal; font-style: normal;
	color: #333333;
}
#TB_overlay {
	height: 100%; width: 100%;
	position: fixed;
	top: 0px; left: 0px;
	z-index: 100;
}
.TB_overlayMacFFBGHack {
	background: url('http://images.ussa.edu/common/lightbox_overlay.png') repeat;
}
.TB_overlayBG {
	background: #000000;
	filter: alpha(opacity=80); -moz-opacity: 0.80; opacity: 0.80;
}
* html #TB_overlay {
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	top: 50%; left: 50%;
	z-index: 102;
	background: #EFEFEF;
	color: #333333;
	display: none;
	border: 5px solid #666666;
	text-align: left;
}
* html #TB_window {
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display: block;
	margin: 15px 0px 0px 15px;
	border-right: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #666666; border-left: 1px solid #666666;
}
#TB_caption{
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}
#TB_closeWindow{
	height: 25px;
	padding: 11px 25px 10px 0px;
	float: right;
}
#TB_closeAjaxWindow{
	padding: 7px 10px 5px 0px;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}
#TB_ajaxWindowTitle{
	float: left;
	padding: 7px 0px 5px 10px;
	margin-bottom: 1px;
}
#TB_title{
	background: #E8E8E8;
	height: 27px;
}
#TB_ajaxContent{
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}
#TB_ajaxContent.TB_modal{
	padding: 15px;
}
#TB_ajaxContent p{
	padding: 5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display: none;
	top: 50%; left: 50%;
	width: 208px; height: 13px;
	z-index: 103;
	margin: -6px 0px 0px -104px;
}
* html #TB_load {
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index: 99;
	position: fixed;
	top: 0px; left: 0px;
	background: #FFFFFF;
	border: none;
	filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0;
	height: 100%; width: 100%;
}
* html #TB_HideSelect {
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear: both;
	border: none;
	margin-bottom: -1px; margin-top: 1px; _margin-bottom: 1px;
}
