/* @override http://localhost:8080/stylesheets/screen.css */

body {
	margin: 0;
	min-width: 940px;
}

.contaner {
	width: 910px;
	margin: auto;
	text-align: left;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

h3 small {
	font-size: 0.7em;
}

h1 small, h2 small, h3 small, h4 small, h5 small {
	margin-left: 1em;
}

h4.course_title {
  background: #eee;
  margin: 0.25em;
  padding: 0.5em;
  position: relative;
}

h4.course_title small {
  position: absolute;
  top: 0.75em;
  right: 0.75em;
}

td.actions {
  text-align: right;
}

a.external {
	background: url('/images/external.png') right center no-repeat;
	padding-right: 13px;
}

div#header {
	margin: 0;
	height: 4em;
	position: relative;
	z-index: 5;
	background-color: #f6f6f6;
	border-bottom: solid 1px #ddd;
	padding: 0.25em;
}

div#header div.logo {
	float: left;
	padding-right: 1em;
	text-align: center;
	height: 3.5em;
}

div#header div.logo img {
	height: 3em;
	margin: 0.5em;
}

div#login_info {
	padding-top: 1.25em;
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
}

div#login_info h4 {
	display: inline;
	font-size: 1em;
	font-weight: bold;
	color: #666;
	padding: 1em;
	white-space: nowrap;
}

div#header h1 {
	margin: 0.5em 0.75em 0 0;
	font-size: 1.4em;
	display: block;
	color: #444;
	float: left;
	text-align: left;
	max-width: 500px;
}

div#header h1 small {
	font-size: 0.7em;
}

div#header h1 a {
	color: #333;
	text-decoration: none;
}

div#content {
	background: url('/images/content_bg.png') repeat-x top;
	overflow: auto;
	padding-top: 1em;
}

div#footer {
  background: url('/images/footer_bg_light.png') repeat-x top #cfcfcf;
  overflow: auto;
  padding: 1em 0;
  font-size: 0.9em;
  color: #666;
}

/* Start Forms */

form input,
form select,
form textarea,
ul.holder {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 0.8em;
	padding: 0.2em;
	margin: 0;
}

form input[type=text],
form input[type=password],
form textarea {
	width: 21em;
}

form input.time {
	width: 6em;
}

form input.min_max {
	width: 2em;
}

form input[type=submit],
form input[type=button] {
	background: #229316;
	color: #fff;
	border-top: 2px solid #55c649;
	border-left: 2px solid #55c649;
	border-right: 2px solid #006000;
	border-bottom: 2px solid #006000;
	margin: 0 5px;
}

form input[type=submit][value=cancel] {
	border-top: 2px solid #e68582;
	border-left: 2px solid #e68582;
	border-bottom: 2px solid #801f1c;
	border-right: 2px solid #801f1c;
	color: #ffb8b5;
	background: #b3524f;
}

form span.fieldWithErrors {
	display: inline;
}

form span.fieldWithErrors input, form span.fieldWithErrors select, form span.fieldWithErrors textarea {
	border-top: 2px solid #8F0600;
	border-left: 2px solid #8F0600;
	border-bottom: 2px solid #BB4036;
	border-right: 2px solid #BB4036;
	line-height: 1.5em;
}

form div.check-box-field,
form div.check-box-fields,
form div.date-field,
form div.datetime-field,
form div.file-field,
form div.password-field,
form div.radio-field,
form div.radio-fields,
form div.select-field,
form div.text-field,
form div.textarea-field,
form div.time-zone-select-field,
form div.submit-field {
	width: 97%;
	float: left;
	clear: both;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 12pt;
}

form div.check-box-field div.input,
form div.check-box-fields div.input,
form div.date-field div.input,
form div.datetime-field div.input,
form div.file-field div.input,
form div.password-field div.input,
form div.radio-field div.input,
form div.radio-fields div.input,
form div.select-field div.input,
form div.text-field div.input,
form div.textarea-field div.input,
form div.time-zone-select-field div.input,
form div.submit-field div.input {
	float: left;
	clear: right;
	text-align: left;
	width: 20em;
	padding: 0 0 0 5px;
}

form div.check-box-field label,
form div.check-box-fields label,
form div.date-field label,
form div.datetime-field label,
form div.file-field label,
form div.password-field label,
form div.radio-field label,
form div.radio-fields label,
form div.select-field label,
form div.text-field label,
form div.textarea-field label,
form div.time-zone-select-field label,
form div.submit-field label {
	float: left;
	display: block;
	width: 12em;
	padding-right: 10px;
	text-align: right;
}

form div.check-box-field label span.help,
form div.check-box-fields label span.help,
form div.date-field label span.help,
form div.datetime-field label span.help,
form div.file-field label span.help,
form div.password-field label span.help,
form div.radio-field label span.help,
form div.radio-fields label span.help,
form div.select-field label span.help,
form div.text-field label span.help,
form div.textarea-field label span.help,
form div.time-zone-select-field label span.help,
form div.submit-field label span.help {
	display: block;
	font-size: 60%;
	font-weight: normal;
	margin-top: 5px;
	line-height: 100%;
}

form div.submit-field {
	border: none;
}

form div.submit-field div.input {
	margin-left: 12em;
}

form div.submit-field span {
	font-size: 0.8em;
}

form div.check-box-fields div.input label,
form div.radio-fields div.input label {
	clear: left;
	width: auto;
	font-size: 80%;
}


form div.check-box-fields div.input label input,
form div.radio-fields div.input label input {
	font-size: 100%;
}

form div.required {
	float: left;
	line-height: 1.4em;
}

form div.required label, form div.required p, form div.required span {
	color: #944;
	font-weight: bold;
}

form div.required label span.help {
	margin-top: 0;
}

form div.textarea-field div.input {
	width: 25em;
}

form textarea {
	width: 25em;
	height: 8em;
}

form.new_user div.password-field div.input,
form.new_user div.text-field div.input {
	width: 12em;
}

form.new_user div.password-field input,
form.new_user div.text-field input {
	width: 12em;
}

form.new_user div.password-field label,
form.new_user div.text-field label {
	width: 10em;
}

form.new_user div.submit-field div.input {
	margin-left: 10em;
	width: 5em;
}

form table tr td {
  white-space: nowrap;
}

form table div.text-field, 
form table div.select-field {
	margin: 0;
	padding: 0;
	border-bottom: none;
	display: block;
	width: auto;
	float: none;
  font-size: 1em;
  font-weight: normal;
  color: #000;
  white-space: nowrap;
}

form table div.text-field label,
form table div.select-field label {
	padding: 0 0.25em 0 0;
  width: auto;
  float: left;
  font-size: 1em;
  font-weight: normal;
  color: #000;
}

form table div.text-field div.input, 
form table div.select-field div.input {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
}

form table thead tr th.required {
  color: #944;
	white-space: nowrap;
}
	
form table div.text-field input {
	width: 4em;
}

form textarea.mceEditor {
  width: 25em;
  height: 6em;
}

/* End Forms */

ul.holder {
	margin: 0;
	overflow: hidden;
	padding: 0;
	cursor: text;
}

form span.fieldWithErrors ul.holder {
	border-top: 2px solid #8F0600;
	border-left: 2px solid #8F0600;
	border-bottom: 2px solid #BB4036;
	border-right: 2px solid #BB4036;
	line-height: 1.5em;
}

*:first-child+html ul.holder {
	padding-bottom: 2px;
}

* html ul.holder {
	padding-bottom: 2px;
}

ul.holder li {
	width: 6.5em;
	float: left;
	list-style-type: none;
}

ul.holder li.bit-box {
	font-size: 0.9em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CAD8F3;
	background: #DEE7F8;
	padding: 1px 4px 2px 4px;
	line-height: 1.2em;
	margin: 3px 2px 2px 3px;
}

ul.holder li.bit-box-focus {
	background: #598BEC;
	color: #fff;
}

ul.holder li.bit-input input {
	width: 7.1em;
	margin: 3px 0 0 3px;
	border: none;
	outline: 0;
	padding: 0;
	font-size: 0.9em;
}

ul.holder input[type="text"]:focus {
	border: none;
	background-color: transparent;
}

ul.holder input {
	background: transparent;
}

ul.holder li.bit-input input.smallinput {
	
}

div#auto {
	display: none;
}

ul.holder li.bit-hover {
	background: #BBCEF1;
}

ul.holder li.bit-box-focus {
	background: #598BEC;
	color: #fff;
}

ul.holder li.bit-box a.closebutton, .closebutton {
	cursor: pointer;
	float: right;
	margin-left: 3px;
	margin-top: 4px;
	display: block;
	width: 7px;
	height: 7px;
	font-size: 1px;
	background: url('/images/close.gif');
}

ul.holder li.bit-box a.closebutton:hover, .closebutton:hover {
	background-position: 7px;
}

ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover {
	background-position: bottom;
}

li.tab .closebutton {
	margin-top: 6px;
	margin-left: 6px;
}

span.image_border {
	display: block;
	width: 75px;
	border: solid 1px #999;
	padding: 1px;
	line-height: 1px;
}


#errorExplanation {

	border-top: 1px solid #8F0600;
	border-left: 1px solid #8F0600;
	border-bottom: 1px solid #BB4036;
	border-right: 1px solid #BB4036;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px -7px 7px -7px;
  background-color: #c36963;
  border-bottom: solid 1px #ae524b;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

h4.submit_status {
  margin-bottom: 0;
  padding: .4em;
  background: #ddd;
}

div.submit_status {
  padding: .9em;
  margin-bottom: 1em;
}

/* Zoom */

#zoom {
	display: none;
	position: absolute;
	top: 327px;
	left: 120px;
	z-index: 600;
}

#zoom * {
	display: block;
	border-style: none;
}

#zoom a:hover {
	text-decoration: none;
	background: transparent;
}

#zoom-close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 10px;
	background-image: url('/images/zoomclose.png');
	text-indent: -1000em;
	overflow: hidden;
}

#zoom a#zoom-close:hover {
	background-image: url('/images/zoomclose.png');
}

#zoom a#zoom-close:active {
	background-position: 0 -30px;
}

#zoom-content {
	margin: 0 -1px -5px;
	background-color: transparent;
	position: relative;
	padding: 0;
}

#zoom-captioncontainer {
	position: absolute;
	color: #fff;
	top: 100%;
	margin-top: 10px;
	text-shadow: #000 0 1px 3px;
	width: 100%;
	font-weight: bold;
	cursor: default;
	
	display: none;
}

#zoom-captioncontainer * {
	/*display: inline;*/
	display: none;
}

#zoom-captioncontainer div {
	padding-top: 7px;
	padding-bottom: 14px;
	background: url('/images/zoomcaptionleft.png') no-repeat;
}

#zoom-captioncontainer div div {
	background: url('/images/zoomcaptionright.png') no-repeat 100% 0;
	margin-left: 15px;
}

#zoom-caption {
	background: url('/images/zoomcaptionfill.png') repeat-x 100% 0;
	margin-right: 15px;
	padding: 7px 0 14px;
}

#zoom-load {
	width: 48px;
	height: 48px;
	background-image: url('/images/zoomprogress.png');
	display: none;
}

#overlay { 
  background-image: url('/images/zoomoverlay.png'); 
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url('/images/blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/zoomoverlay.png", sizingMethod="scale");
}

/* timeframe_selector */
div.timeframe_calendar {
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  text-shadow: none;
  font-size: 0.9em;
  float: right;
  width: 300px;
  margin-bottom: -200px;
  margin-right: 7px;
  position: relative;
  z-index: 110;
  background: #eee;
  border: solid 1px #ccc;
  border-top: none;
}

/* Menu */
div.timeframe_calendar ul.timeframe_menu {
  list-style-type: none;
  font-weight: bold;
  margin: auto;
  padding: 0 0 6px;
  width: 20em;
}
div.timeframe_calendar ul.timeframe_menu li {
  display: inline;
}
div.timeframe_calendar ul.timeframe_menu li a {
  display: -moz-inline-box;
  display: inline-block;
  padding: 0 1em;
  text-decoration: none;
  box-shadow: 0 1px 2px #999;
  -moz-box-shadow: 0 1px 2px #999;
  -khtml-box-shadow: 0 1px 2px #999;
}
div.timeframe_calendar ul.timeframe_menu li a.previous, div.timeframe_calendar ul.timeframe_menu li a.next {
  background: #fff;
  color: #4a6bb5;
}
div.timeframe_calendar ul.timeframe_menu li a.previous:hover, div.timeframe_calendar ul.timeframe_menu li a.next:hover {
  background: #ccc;
}
div.timeframe_calendar ul.timeframe_menu li a.previous:active, div.timeframe_calendar ul.timeframe_menu li a.next:active {
  background: #aaa;
}
div.timeframe_calendar ul.timeframe_menu li a.disabled, div.timeframe_calendar ul.timeframe_menu li a.disabled:hover, div.timeframe_calendar ul.timeframe_menu li a.disabled:active {
  background: #fff;
  color: #ccc;
  cursor: default;
}
div.timeframe_calendar ul.timeframe_menu li a.today {
  background: #4a6bb5;
  color: #eee;
}
div.timeframe_calendar ul.timeframe_menu li a.today:hover {
  background: #2f509b;
}
div.timeframe_calendar ul.timeframe_menu li a.today:active {
  background: #2f509b;
}
div.timeframe_calendar ul.timeframe_menu li a.previous {
  border-radius: 0.6em 0 0 0.6em;
  -moz-border-radius: 0.6em 0 0 0.6em;
  -webkit-border-top-left-radius:     0.6em;
  -webkit-border-bottom-left-radius:  0.6em;
}
div.timeframe_calendar ul.timeframe_menu li a.next {
  border-radius: 0 0.6em 0.6em 0;
  -moz-border-radius: 0 0.6em 0.6em 0;
  -webkit-border-top-right-radius:     0.6em;
  -webkit-border-bottom-right-radius:  0.6em;
}

/* Calendar*/
div.timeframe_calendar table {
  border-collapse: collapse;
  float: left;
  width: 48%;
  margin: 0 1% 12px;
}
/* Month names */
div.timeframe_calendar table caption {
  text-shadow: 0 0 0 #fff;
}
/* Cell sizes */
div.timeframe_calendar thead th, div.timeframe_calendar tbody td {
  height: 1.4em;
  margin: 0;
  padding: 0.1em 0.3em 0.1em 0.1em;
  width: 1.5em;
  font-size: 0.9em;
  text-align: right;
}
/* Weekday letters */
div.timeframe_calendar thead {
  background: #a2aec9;
  color: #eee;
}
div.timeframe_calendar thead th {
  background: #a2aec9;
  text-align: center;
  cursor: pointer;
}
div.timeframe_calendar thead th:hover {
  background: #555;
}
/* Days */
div.timeframe_calendar tbody {
  background: #fff;
  box-shadow: 0px 2px 6px #999;
  -moz-box-shadow: 0px 2px 6px #999;
  -khtml-box-shadow: 0px 2px 6px #999;
}
div.timeframe_calendar tbody td {
  cursor: pointer;
}
div.timeframe_calendar.show tbody td {
  cursor: default;
}
/* Hover states not available in IE */
div.timeframe_calendar tbody td.selectable:hover {
  background-color: #bbb;
}
div.timeframe_calendar tbody td.selected:hover, div.timeframe_calendar tbody td.stuck:hover {
  background-color: #e99a27;
}
/* Selected states */
div.timeframe_calendar tbody td.selected {
  background-color: #f6ce96;
}
div.timeframe_calendar tbody td.stuck {
  background-color: #e99a27;
}
/* Range markers */
div.timeframe_calendar tbody td.startrange, div.timeframe_calendar tbody td.endrange, div.timeframe_calendar tbody td.startendrange {
  cursor: col-resize;
}
/* Today */
div.timeframe_calendar tbody td.today {
  background-color: #617cb8;
  color: #eee;
}
div.timeframe_calendar tbody td.today.selected {
  background-color: #e99a27;
}
/* Post/pre-month */
div.timeframe_calendar tbody td.beyond {
  visibility: hidden;
  background-color: #ccc;
  background-image: none;
  color: #ccc;
}
div.timeframe_calendar tbody td.beyond_selected {
  background-color: #999;
}
div.timeframe_calendar tbody td.beyond_stuck {
  background-color: #ddd;
}

div.timeframe_calendar tbody td.unselectable {
  color: #ddd;
  cursor: default;
}