* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-color: #f3f0d3;
}

a, a:hover {
	color: black;
	text-decoration: none;
}

a img {
	border: none;
}

hr {
	border: none;
	height: 1px;
	background: #ccc;
	margin: 10px 0;
}

.clear {
	float: none;
	clear: both;
	display: block;
}

.float_left {
	float: left;
	margin: 0 10px 10px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.small {
	font-size: 11px;
	color: #666;
}

.hidden {
	display: none;
}

p.description {
	margin: 5px 0 10px;
	color: #666;
	font-style: italic;
}

.description p {
	margin: 0 0 5px 0;
}

.zindex_ie_fix {
	z-index: 10;
}

.description ul, .description dl, .description ol {
	margin: 0 0 10px 0;
}

.protocol_description {
	margin: 5px 0 10px;
	padding: 5px;
	color: black;
	background: #ddd;
}

#content .no-margin, #content .no-margin > * {
	margin: 0;
}

#content .align-right {
	text-align: right;
}

#navigation a.help img {
	margin-top: 20px;
}

#content div.help {
	margin: 50px 0;
}

#content div.help h1 {
	margin-bottom: 10px;
}

#content div.help ol li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-position: outside;
	margin-left: 15px;
}

#content div.help a {
	float: left;
}

#content div.help img {
	padding: 0 20px;
}

#content div.help .text {
	margin-left: 160px;
}

/* @group tinyMCE */

body.mceContentBody {
	background: white;
	padding: 5px;
}



/* @end */

/* @group Site */

#wrap {
	width: 1190px;
}

#header {
	padding-right: 20px;
	padding-left: 20px;
	height: 111px;
}

#search_box {
	width: 200px;
	height: 30px;
	margin: 50px 175px 0 0;
	float: right;
	background: url(../img/search_box.png) 0 0 no-repeat;
}

#search_box input {
	width: 180px;
	margin: 5px 7px;
	padding: 2px;
	border: 1px solid #eee;
	background: #fff;
	color: #666;
}

#navigation {
	padding-top: 25px;
	text-align: right;
	padding-left: 20px;
	width: 145px;
	float: left;
}

#container {
	margin: 0 20px;
	width: 810px;
	float: left;
}

#content {
	background: white;
	padding: 10px;
	min-height: 400px;
	border-bottom: 5px solid #ccc;
	line-height: 16px;
}

#title {
	margin: 0 0 15px 0;
}

#title h1 {
	width: 75%;
	float: left;
}

#content #title h2 {
	width: 75%;
	border: none;
	color: #999;
	margin: 0;
	padding: 10px 0;
	font-weight: normal;
	font-size: 14px;
	float: left;
}

#contents_wrapper {
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
}

.action_links_container {
	width: 25%;
	display: block;
	float: right;
}

.action_links li {
	list-style-type: none;
	display: block;
}

.action_links li a, th.action_links a {
	display: block;
	color: #666;
	line-height: 18px;
	padding-left: 20px;
	margin: 1px 0 5px 15px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#sidebar {
	padding-top: 25px;
	width: 135px;
	float: left;
}

#navigation ul, #navigation li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navigation ul.root_navigation li {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#navigation ul.sub_navigation {
	margin-top: 5px;
}

#navigation ul.sub_navigation li {
	text-transform: none;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0;
}

#navigation li a {
	height: 20px;
	display: block;
}

#navigation ul.sub_navigation li a {
	color: #333;
}

#footer {
	font-size: 11px;
	color: #666;
	margin-bottom: 25px;
	padding: 5px 2px;
}

#footer a {
	color: #666;
}

/* @end */

/* @group Content */

#content h1 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
}

#content h1 span.lowercase {
	text-transform: none;
}

#content h1 span.bold {
	font-weight: bold;
}

#content h2 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	padding: 15px 0 2px 0;
	border-bottom: 1px solid black;
}

#content h2.entry_title {
	margin-bottom: 0;
}

#content h2 a {
	text-transform: none;
	float: right;
	color: #666;
	font-size: 11px;
	margin-left: 10px;
}

#content h3 {
	font-size: 12px;
	margin: 10px 0 5px 0;
	color: #e83027;
}

#content h5, body.mceContentBody h5 {
	font-size: 12px;
	color: #e83027;
}

#content h6, body.mceContentBody h6 {
	font-size: 12px;
	color: #666;
}

#userinfo {
	padding: 6px 10px 6px 10px;
	background: url(img/userinfo.png) top left no-repeat;
}

#userinfo p {
	color: white;
	font-weight: bold;
	float: left;
}

#userinfo p.logout {
	float: right;
}

#userinfo p a {
	color: white;
}

span.entry_info {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #333;
}

#content div.entry h1 {
	color: black;
}

#content div.entry_info_wrap {
	background: #add2fe;
	padding: 5px;
}

#content div.entry_info_wrap * {
	margin-top: 0;
	margin-bottom: 0;
}

#content div.entry {
	background: #eee;
	padding: 10px;
	margin-bottom: 40px;
	border-bottom: 2px solid #ccc;
}

#content div.tips_tricks_entry {
	background: #eee;
	padding: 10px;
	margin-bottom: 40px;
	border-bottom: 2px solid #ccc;
	overflow: hidden;
	height: 30px;
	min-height: 30px;
	position: relative;
}

#content div.tips_tricks_entry div.entry_bottom {
	background: url(../img/tips_tricks_bottom.png) bottom repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
}

.icon {
	padding-left: 25px;
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

div#news {
	width: 458px;
	margin-right: 2%;
	float: left;
}

div#tips_tricks {
	width: 314px;
	float: right;
	background: #add2fe url(../img/tips_tricks_top.jpg) top left no-repeat;
	padding: 0;
}

div#tips_tricks_content {
    margin: 0 15px 15px 15px;
	width: 284px;
}

div#tips_tricks table.alt th {
	background: #4c81c1 none;
	color: white;
	border-bottom: 2px solid #29476b;
}

div#tips_tricks table.alt td {
	border-bottom: 1px solid #29476b;
}

div#tips_tricks table.alt tr:hover {
	background-color: #bee1fe;
}

div.tips_tricks_bottom {
	background: #add2fe url(../img/tips_tricks_bottom.jpg) top left no-repeat;
	height: 20px;
	width: 314px;
	padding: 0;
}

blockquote {
	color: #4c81c1;
	text-indent: 20px;
	border-left-style: solid;
	border-left-width: 2px;
	margin: 10px 5px;
}

blockquote p {
	margin-left: inherit;
	padding-left: inherit;
}

blockquote blockquote {
	color: #379865;
}

/* @end */

/* @group Forms */

fieldset {
	border: 1px solid #e83027;
	padding: 5px;
	margin: 0 0 15px 0;
	position: relative;
}

fieldset div.edit_photo {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 50px 0 0;
}

fieldset legend {
	padding: 5px;
	color: #e83027;
	text-transform: uppercase;
	font-weight: bold;
}

fieldset p {
	margin: 0;
	padding: 3px 0;
}

fieldset p.description {
	margin: 0 5px 10px 5px;
}

fieldset label {
	text-indent: 5px;
	width: 150px;
	display: block;
	float: left;
	padding: 2px;
	line-height: 18px;
}

fieldset input, fieldset select, fieldset textarea {
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 3px;
	color: #333;
}

fieldset input.document {
	width: 600px;
}

fieldset select {
	min-width: 140px;
}

fieldset select.distribution {
	width: 360px;
}

#receiver_list, #receiver_list select {
	font-weight: bold;
}

a.clear_receiver_list {
	margin-left: 10px;
	font-weight: bold;
	color: #666;
}

fieldset input[type=checkbox] {
	border: none;
	margin-right: 10px;
}

fieldset input[type=radio] {
	border: none;
}

fieldset select.label {
	/* select acting as label */
	width: auto;
	min-width: 0;
	margin-right: 10px;
}

fieldset input.label_custom {
	min-width: 132px;
}

fieldset input.solo {
	margin: 0 10px;
}

fieldset .submit {
	padding-left: 155px;
}

.submit_inline {
	margin-left: 20px;
}

.submit {
	padding: 4px 0 4px 160px;
}

.top {
	padding: 0 0 10px 160px;
}

.submit input, .submit_inline {
	border: none;
	background: #e83027;
	color: white;
	font-size: 12px;
	padding: 3px 20px;
}

.submit input[disabled] {
	background: #666;	
}

select.select_end {
	margin: 0 0 0 10px;
}

span.comment {
	margin-left: 10px;
	font-size: 11px;
}

p.checkbox input {
	margin-left: 153px;
}

p.checkbox label {
	width: auto;
	display: inline;
	float: none;
	padding: 5px;
	line-height: 20px;
}

label.checkbox {
	width: auto;
	float: none;
}

p.add_field_link, p.remove_field_link {
	margin: 5px 0 0 150px;
}

p.add_field_link a, p.remove_field_link a {
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 20px;
	display: block;
	line-height: 20px;
	color: #666;
}

#course_date_selector .frequency_sheets, ul.table_for_lessons, #advanced_search {
	border: 1px solid #ccc;
	margin: 10px;
	padding: 5px 0;
	color: #666;
}

#advanced_search {
	margin: 10px 5px;
	padding: 0;
}

#advanced_search legend {
	color: #666;
	margin-left: 5px;
}

#advanced_search p {
	margin: 3px 0;
}

#advanced_search hr {
	margin-left: 5px;
	width: 98%;
}

#course_date_selector .frequency_sheets label {
	width: 130px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

#course_date_selector .frequency_sheets select {
	min-width: 0;
}

#course_date_selector .ending_sheets, #course_date_selector .time_sheet {
	margin-left: 10px;
}

#course_date_selector .ending_sheets input, #course_date_selector .time_sheet input {
	margin: 0 10px;
}

#course_date_selector p.spacer {
	margin-top: 20px;
}

span.add_remove {
	float: right;
	margin-right: 20px;
	margin-top: 3px;
}

#sidebar input {
	width: 100%;
	padding: 2px;
}

#sidebar .submit {
	padding: 0;
}

#sidebar .submit input {
	width: auto;
	padding: 2px 10px;
	margin: 5px 0;
}

#login_form input[type=text], #login_form input[type=password] {
	width: 230px;
}

/* @end */

/* @group Tables */

table {
	margin: 10px 0 20px 0;
}

table tr.inactive td, table tr.inactive td a {
	color: #888;
}

table th {
	color: white;
	padding: 4px 5px;
	line-height: 18px;
	text-align: left;
	background: #e83027;
}

table th img.sort-indicator {
	position: absolute;
	margin-left: 5px;
}

table.alt th {
	color: #666;
	background: none;
	border-bottom: 2px solid #ddd;
}

#content table th h2 {
	line-height: 18px;
	margin: 0 0 0 -5px;
	color: black;
}

table td {
	padding: 4px 5px 2px 5px;
	line-height: 20px;
	text-align: left;
	border-collapse: collapse;
}

.table td {
	border-bottom: 1px solid #eee;
}

table td a:hover {
	border-bottom: 1px solid;
}

table td.edit_delete_links {
	text-align: right;
}

table td.edit_delete_links a:hover {
	border-bottom: none;
}

table.table tr.no-lesson td, table.table tr.no-lesson td a {
	color: #999;
}

table.table tr.current {
	background-color: #ff9;
}

table.table tr.current td {
	border-bottom: 1px solid #ff6;
}

table.table tr.current:hover {
	background-color: #ff6;
}

table.table tr.next {
	background-color: #9f9;
}

table.table tr.next td {
	border-bottom: 1px solid #6f6;
}

table.table tr.next:hover {
	background-color: #6f6;
}

table.table tr:hover {
	background-color: #eee;
}

table.table tr.keySelected, table.table tr.keySelected:hover {
	background-color: #ffff99;
}

th.action_links {
	text-align: right;
}

table th a, table th a:hover, th.action_links a {
	color: white;
}

th.action_links a {
	display: block;
	float: right;
}

.table_legend {
	text-align: right;
	color: #666;
}

.table_next_previous a {
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding: 3px 3px 3px 22px;
	margin-left: 15px;
}

.table_next_previous span {
	width: 32%;
	line-height: 18px;
	height: 20px;
	display: block;
	float: left;
}

.table_next_previous span.clear {
	clear: both;
	float: none;
}

.table_previous {
	text-align: left;
}

.table_show_all {
	text-align: center;
}

.table_next_previous .table_show_all {
	width: 34%;
}

.table_next {
	text-align: right;
}

.table_next a {
	background-position: right 1px;
	padding: 3px 22px 3px 3px;
}

table.raster {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.raster td {
	border: 1px solid #ccc;
	text-align: center;
	padding: 0;
}

table.raster td div {
	padding: 5px 0;
}

table.raster td p {
	line-height: normal;
	position: relative;
	padding: 0;
	margin: 0;
}

table.raster.edit td p {
	padding: 0;
	margin: 10px;
}

table.raster td label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

table.raster td img.photo {
	margin: 0;
}

table.table td label {
	display: none;
}

fieldset table.table select {
	min-width: 0;
}


table.list {
	margin: 0 0 3px 0;
	border-top: 1px solid #ddd;
}

table.list td {
	border-bottom: 1px solid #ddd;
	padding: 0;
}

table.list td label {
	width: auto;
}

table.list td span.description {
	color: #666;
	font-style: italic;
}


/* @end */

/* @group Links */

p.action-link {
	margin-top: 20px;
	text-align: right;
}

.action-link a {
	background: #999;
	padding: 6px 5px 6px 20px;
	color: white;
	background-repeat: no-repeat;
	background-position: 2px 4px;
}

.action-link a:hover {
	background-color: #666;
}

a.action {
	padding: 2px 1px;
}

a.action:hover {
	color: white;
	background: #666;
	border: none;
}

.picture-link {
	color: #666;
	padding: 6px 5px 6px 25px;
	background-repeat: no-repeat;
	background-position: 2px 4px;
}

.with-icon, a.with-icon:hover {
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 20px;
	display: block;
	border: none;
}

p.submit a.with-icon {
	float: left;
}

a.no-border, a.no-border:hover {
	border: none;
}

a.delete_photo {
	background: url(../img/icons/delete_photo.png) 0 0 no-repeat;
	padding: 2px 0 2px 20px;
}

/* @end */

/* @group Lists */

#content #title ul, #content #title li {
	margin: 0;
	padding: 0;
}

#content ul, #content ol, body.mceContentBody ul, body.mceContentBody ol {
	list-style-position: inside;
	padding: 0 0 0 10px;
	margin: 5px 0 10px 0;
}

#content ul.description {
	margin: 5px 0 10px;
	color: #666;
	font-style: italic;
}


#content li, body.mceContentBody li {
	margin: 0 0 3px 0;
	padding: 0;
}

#content ul.full, #content div.info ul {
	padding: 0;
	margin: 0;
}

ul.full, ul.full li {
	list-style-type: none;
}

ul.full li {
	line-height: 20px;
}

ul.full li span.category {
	display: block;
	padding: 3px 5px 3px 25px;
	margin-bottom: 3px;
	background: white url(../img/icons/category.png) 5px 3px no-repeat;
}

ul.full li ul {
	margin-left: 10px;
}

ul.full li a {
	display: block;
}

.highlight {
	background: #ffff99;
}

div.info a.highslide img {
	margin-top: 0;
	margin-bottom: 0;
}

div.info .photo {
	width: 120px;
	float: left;
	border: 2px solid #eee;
	margin-right: 20px;
}

#content div.info ul {
	list-style-type: none;
	line-height: 20px;
	display: block;
	float: left;
	margin-right: 40px;
	padding-right: 40px;
	list-style-position: outside;
}

div.info ul.last {
	border: none;
	margin: 0;
	padding: 0;
}

div.info li.title {
	margin: 5px 0 0 0;
	padding: 0;
}

div.info li h3 {
	font-size: 13px;
	color: #e83027;
}

div.info li .label {
	width: 120px;
	display: block;
	float: left;
	font-size: 11px;
}

div.info li .value {
	font-weight: bold;
}

/* @end */

/* @group Messages */

div.status, div.error, div.attention, div.warning, div.new_messages {
	margin: 5px 0 10px 0;
	padding: 7px 10px 5px 25px;
	font-weight: bold;
	border: 1px solid #fbf44a;
	background-color: #ffff99;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

div.status {
	color: green;
	background-image: url(../img/icon_status.png);
}

div.warning {
	color: #df5712;
	background-image: url(../img/icon_warning.png);
}

div.error {
	color: #c00;
	background-image: url(../img/icon_error.png);
}

div.attention {
	color: #16212d;
	background-image: url(../img/icons/information.png);
}

div.new_messages {
	padding-left: 27px;
	background-image: url(../img/icons/email.png);
	background-position: 6px 7px;
}

div.attention a {
	color: #237efe;
}

div.new_messages a {
	color: #c00;
}

span.user_attention {
	color: #c00;
}

span.user_todo {
	color: #333;
}

div.attention label {
	width: 60px;
	display: block;
	float: left;
}

/* @end */

/* @group Fields */

.field-date, .field-date_f {
	width: 150px;
}

.field-time {
	width: 130px;
}

.field-mime_type, .field-attention, .field-photo, .field-history, .field-add_lesson, .field-email {
	width: 20px;
}

.field-lesson {
	width: 60px;
	text-indent: 15px;
}

th.field-lesson {
	text-indent: 0;
}

.field-filesize {
	width: 100px;
	text-align: right;
}

.field-course {
	min-width: 100px;
}

.field-public a:hover {
	border-bottom: none;
}

.field-photo {
	padding: 1px 0 0 0;
	line-height: 0;
}
.field-photo a:hover img {
	cursor: url(../addons/highslide/graphics/zoomin.cur), pointer !important;
}
.field-photo img {
	height: 24px;
}

.field-message {
	min-width: 200px;
}

.field-datetime_short {
	min-width: 100px;
}

/* @end */

/* @group Templates */

#highslide #content {
	border: none;
	padding: 0 10px 0 1px;
	overflow: hidden;
	min-height: 0;
}

#print #content {
	border: none;
}

#print #contents_wrapper {
	display: none;
}



/* @end */

/* @group Sidebar */

#sidebar h3 {
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid black;
	padding: 5px 0 1px 0;
}



/* @end */

/* @group Scriptaculous */

.droppable_receive {
	background: #ffff99;
}

/* @end */