textarea {
	resize: vertical;
}

.list {
	border-top: 1px transparent #ccc;
}

.spinner {
	width: 20px;
	height: 20px;
	background: url(/images/spinner_tiny_nobg.gif) no-repeat center;
}

div.repeatable,
div.list_other {
	clear: both;
	position: relative;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	margin: -1px 0 0 0;
	padding: 5px;
	font-size: 1em;
	line-height: 1.4em;
	display: block;
	zoom: 1;
	background: #fff;
}

.item_mode_edit {
/*	background: url(/images/bg_stripy_sky.png);*/
	border-left: 2px solid #ffdd8c;
	margin-left: -2px;
}

/*.repeatable .list {
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
}*/

.list_other {
	font-size: 1.1em;
	line-height: 1.4em;
}

.repeatable:hover {
	z-index: 100;
}

.repeatable .selector {
	overflow: hidden;
	display: block;
}

.list_other:hover > .selector,
.list > .repeatable:hover > .selector,
.list_group > .repeatable:hover > .selector {
	background: #f2f2f2 url(../images/listitem_hl.png) repeat-x;
	margin: -5px;
	padding: 4px 5px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
} 

.list > .selected_item {
	background: #f4f4f4;
}

.list > .selected_item:hover > .selector {
	background: #e7e7e7 url(../images/listitem_selected_hl.png) repeat-x;
	border-color: #f3f3f3;
}

.repeatable .details .phone {
	padding: 0 0 0 13px;
	margin: 0 15px 0 0;
	background: url('../images/i_phone_10.gif') no-repeat left center;
}

.repeatable .details .address {
	padding: 0 0 0 13px;
	margin: 0 15px 0 0;
	background: url('../images/i_address_10.gif') no-repeat left center;
}

.repeatable a.email {
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	width: 10px;
	height: 10px;
	background: url('../images/i_email_10.gif') no-repeat left center;
}

.repeatable .user {
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	width: 10px;
	height: 10px;
	background: url('../images/i_user_10.gif') no-repeat left center;
}

.repeatable .edit_button {
	position: absolute;
	right: 5px;
	top: 0;
	border: 1px dotted #ccc;
	border-top: none;
	display: none;
	background: #fff;
}

.repeatable .edit_button input {
	font-size: 0.875em;
	border: 1px solid white;
	position: relative;
	zoom: 1;
}

.repeatable .edit_button input:hover {
	color: #7E9D00;
	background: #E0ECAB;
	border-color: #EAF2D2;
}

.repeatable .edit_button input.edit_button_main_remove:hover,
.repeatable .edit_button input.edit_button_main_delete:hover {
	color: red;
	background: #fdc;
	border-color: #fed;
}

.repeatable .edit_button .toggle {
	width: 16px;
	text-align: center;
	position: relative;
	background: white;
	zoom: 1;
}

.repeatable .edit_button .popup {
	position: absolute;
	top: 100%;
	right: -1px;
	background: white;
	border: 1px dotted #ccc;
	z-index: 10;
	border-top: none;
}

.list_toolbox_popup a,
.list_marked_popup a,
.list_actions_popup a,
.repeatable .edit_button .popup a {
	display: block;
	white-space: nowrap;
	padding: 1px 5px;
	border-top: 1px dotted #ccc;
	text-decoration: none;
	text-align: right;
}

.list_marked_popup a,
.list_actions_popup a {
	text-align: left;
}

.edit_button .popup hr.separator,
.list_marked_popup hr.separator,
.list_actions_popup hr.separator,
.list_toolbox_popup hr.separator {
	display: block;
	height: 3px;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #ccc;
	background: #e8e8e8;
}

.list_toolbox_popup a:hover,
.list_marked_popup a:hover,
.list_actions_popup a:hover,
.repeatable .edit_button .popup a:hover {
	background: #E0ECAB;
	color: #7E9D00;
}

.repeatable .edit_button .popup .menu_item_delete:hover,
.repeatable .edit_button .popup .menu_item_remove:hover {
	color: red;
	background: #fdc;
}

.repeatable .edit_button .popup .fieldwrap {
	display: inline;
	float: none;
	white-space: nowrap;
}

.repeatable .edit_button .popup .fieldwrap label {
	display: inline;
	float: none;
}

.repeatable .edit_button .popup .fieldwrap a {
	display: inline;
}

.list_header {
	float: right; display: inline;
	margin: -2.4em 0 0 0;
}

.repeatable .list_header {
	margin: -1.8em 5px 0 0;
}

.add_button {
	float: left; display: inline;
}

.repeatable input,
.repeatable select,
.repeatable textarea {
	font-size: 0.9em;
}

.list_search_form,
.list_toolbox_form,
.list_sort_form {
	float: left; display: inline;
	padding-left: 5px;
	position: relative;
}

.list_search_form input.list_search_criteria {
	padding: 1px 17px 1px 17px;
	display: inline; float: left;
}

.list_search_form input.submit {
	position: absolute;
	top: 1px;
	right: 1px;
	background: #FFFFFF url(/images/i_search2.png) repeat-x scroll 0 0;
	padding: 0;
	border: none;
	border-left: 1px solid #ccc;
	width: 16px;
	text-indent: -9999px;
	overflow: hidden;
}

.list_search_form .toggle {
	position: absolute;
	top: 1px;
	left: 6px;
	background: #FFFFFF url(/images/bg_field.png) repeat-x scroll 0 0;
	width: 16px;
	overflow: hidden;
	border: none;
	border-right: 1px dotted #ccc;
	color: #92AD9E;
	z-index: 10;
}

.list_search_form .list_search_popup,
.list_toolbox_form .list_toolbox_popup,
.list_sort_form .list_sort_popup,
.list_marked_popup,
.list_actions_popup,
.list_pager .list_pager_popup {
	font-size: 1.1em;
	position: absolute;
	top: 100%;
	left: 5px;
	margin-top: -1px;
	z-index: 1000;
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px 5px;
}

.list_toolbox_form .list_toolbox_popup,
.list_marked_popup,
.list_actions_popup {
	padding: 0;
	font-size: 1em;
	line-height: 1.4em;
}

.list_search_form ul.list_search_choices,
.list_sort_popup ul.list_sort_choices {
	display: block;
	padding-right: 20px;
}

.list_search_form li,
.list_sort_form li {
	border-right: 1px dotted #ddd;
	padding: 0 10px 0 0;
}

.list_search_form .list_search_choices li label,
.list_sort_form .list_sort_choices li label {
	white-space: nowrap;
	margin: 0;
}

.list_search_form .list_search_choices li label .right,
.list_sort_form .list_sort_choices li label .right {
	margin-right: -30px;
	color: #92AD9E;
}

form.list_toolbox_form .toggle,
form.list_sort_form .toggle {
	text-indent: -9999px;
	background: url(/images/gear.png) no-repeat;
	width: 17px;
	height: 17px;
}

form.list_toolbox_form .list_toolbox_popup,
form.list_sort_form .list_sort_popup {
	right: 0;
	left: auto;
}

.list_add_form {
	text-align: right;
	padding: 5px;
	background: #e9eeee;
}

.list_add_form ul {
	margin: 0;
	list-style: none;
}

.section .repeatable,
.sidebar .repeatable {
	border-bottom: 1px dotted #ccc;
	padding: 5px 5px;
}

.repeatable .indented {
	padding: 0 0 0 5em;
}

.repeatable .half_indented {
	padding: 0 0 0 2.5em;
}

.repeatable strong {
	font-size: 1.15em;
}

.repeatable p strong {
	font-size: 1em;
}

.repeatable .logtime {
	float: left; display: inline;
	width: 4.5em;
	font-size: 0.9em;
	padding: 0.2em 0 0 0;
	color: #92AD9E;
}

.repeatable .number,
.repeatable .code {
	float: left; display: inline;
	font-weight: bold;
	width: 4.5em;
	padding: 0.2em 0 0 0;
	color: #92AD9E;
}

.repeatable .choice {
	float: left; display: inline;
	width: 2em;
	padding: 0.2em 0 0 0;
	color: #92AD9E;
}

.repeatable .event {
	font-weight: bold;
	padding: 0 3em 0 4.5em;
}

.repeatable .name {
	line-height: 1.8em;
	vertical-align: baseline;
}

.repeatable .name * {
	vertical-align: baseline;
}

.repeatable .details,
.repeatable .status,
.repeatable .notes {
	line-height: 1.6em;
	color: #92AD9E;
}

.repeatable .course_code {
	float: left; display: inline;
	width: 5.5em;
	font-size: 0.9em;
}

.repeatable .course_name {
	font-weight: bold;
	padding:  0 0 0 5em;
}

.repeatable .select_button {
	position: absolute;
	right: 5px;
	top: 0;
}

.repeatable .select_button input {
	font-size: 0.75em;
	padding: 1px;
	border: 1px dotted #ccc;
	border-top: none;
}

.repeatable .select_button input:hover {
	color: green;
	background: #dfc;
}

.list_pager {
	float: left; display: inline;
	vertical-align: middle;
	line-height: 1.6em;
	padding: 0 0 0 5px;
}

.list_pager .pager_info {
	padding: 0 3px;
	display: inline-block;
	position: relative;
}

.list_pager input {
	color: #5C7871;
	cursor: hand;
}

.list_pager_popup ul li label {
	display: block;
	white-space: nowrap;
}

.list_group_competency,
#steps_list .list_group_set {
	float: left; display: inline;
	padding-top: 5px;
}

.list_group_competency > h4,
#steps_list .list_group_set > h4 {
	font-size: 1.2em;
	background: #ddd;
	padding: 0 3px;
}

.list_total_1 > .list_group_competency,
.list_group_1 > .list_group_competency,
.list_total_1 > .list_group_set,
.list_group_1 > .list_group_set {
	width: 98%;
	margin: 0 1%;
}

.list_total_2 > .list_group_competency,
.list_group_2 > .list_group_competency,
.list_total_4 > .list_group_competency,
.list_group_4 > .list_group_competency,
.list_total_2 > .list_group_set,
.list_group_2 > .list_group_set,
.list_total_4 > .list_group_set,
.list_group_4 > .list_group_set {
	width: 48%;
	margin: 0 1%;
}

.list_total_3 > .list_group_competency,
.list_group_3 > .list_group_competency,
.list_total_5 > .list_group_competency,
.list_group_5 > .list_group_competency,
.list_total_3 > .list_group_set,
.list_group_3 > .list_group_set,
.list_total_5 > .list_group_set,
.list_group_5 > .list_group_set {
	width: 31%;
	margin: 0 1%;
}

.list .selector {
	margin: -5px;
	padding: 4px 5px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.list .list_group_set {
	clear: both;
	padding: 0 0 0 0;
}

.list .list_group_set > h4:first-child {
	background: #eee;
	margin: 0 0 0 0;
	font-size: 1.3em;
	line-height: 1.8em;
	padding: 0 5px;
	color: #5C7871;
}

.list_group_step {
	border-left: 10px solid #eee;
}

.list_group_step > h4 {
	margin-left: -8px;
	font-size: 11px;
	float: left; display: inline;
}

.competency_IE {
	background: #d5e88e;
}

.competency_AP {
	background: #c9de81;
}

.competency_INS {
	background: #ffdd8c;
}

.competency_SUP {
	background: #ecf1ff;
}

.competency_INV {
	background: #ff9980;
}

.competency_MG {
	background: #ffb2c9;
}

.competency_SK {
	background: #C8E9E4;
}

.competency_PP {
	background: #e8b0db;
}

.competency_FP {
	background: #e8ce8e;
}

.competency_PM {
	background: #e4e9f4;
}

.list_group_competency .code {
	color: #5C7871;
}

.repeatable .action_buttons {
	clear: both;
	border-top: 1px solid #eee;
	border-bottom: 1px solid white;
	padding: 3px 5px;
	margin: 3px -5px -5px -5px;
	background: url(/images/bg_itemfoot_sand.png) repeat-x 0 0;
	text-align: right;
}

.repeatable .itemfoot_sand {
	background-image: url(/images/bg_itemfoot_sand.png);
}

.repeatable .itemfoot_kiwi {
	background-image: url(/images/bg_itemfoot_kiwi.png);
}

.repeatable .itemfoot_apple {
	background-image: url(/images/bg_itemfoot_apple.png);
}

.repeatable .itemfoot_sky {
	background-image: url(/images/bg_itemfoot_sky.png);
}

.repeatable .itemfoot_cloudysky {
	background-image: url(/images/bg_itemfoot_cloudysky.png);
}

/* Form shit */

input,
textarea {
	background: #fff url("../images/bg_field.png") repeat-x scroll 0 0;
	border: 1px solid #ccc;
	padding: 1px;
}

form input[type=hidden] {
	display: none !important;
}

form select,
input.toggle,
input.back,
input.continue,
input.cancel,
input.submit,
input.create,
input.button,
input.button_first,
input.button_prev,
input.button_next,
input.button_last,
.add_button input {
	background: #fff url("../images/bg_button.png") repeat-x scroll bottom left;
	border: 1px solid #ccc;
	padding: 0;
	cursor: hand;
}

input.radio,
input.checkbox {
	background: none;
	border: none;
}

.sidebar_top input,
.sidebar_top select {
	background: #92AD9E;
	border: 1px solid #5C7871;
	margin: 0;
	max-width: 100%;
}

.popup,
.list_search_popup,
.list_pager_popup,
.list_sorter_popup,
.list_toolbox_popup,
.list_marked_popup,
.list_actions_popup {
	box-shadow: 0px 1px 10px #666;
	-moz-box-shadow: 0px 1px 10px #666;
	-webkit-box-shadow: 0px 1px 10px #666; 
}

.sidebar_top .fieldwrap label {
	float: none; display: block;
	width: auto;
	text-align: left;
}

.sidebar_top .fieldwrap label.nowrap {
	float: none; display: inline;
}

.sidebar_top .repeatable .selector,
.sidebar_top .repeatable:hover .selector {
	border: none;
	background: transparent;
}

body .sidebar_top .popup .repeatable .selector {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.sidebar_top .selected_item,
.sidebar_top .selected_item:hover {
	background: transparent;
}

.sidebar_top .repeatable {
	border-color: #92AD9E;
}

.sidebar_top .repeatable .edit_button input {
	border-color: #5C7871;
}

.sidebar_top .fieldwrap_radio ul li {
	padding: 2px 0 2px 0;
}

.sidebar_top .fieldwrap_radio ul li label {
	padding: 0 0 0 20px;
	line-height: 1.2em;
}

.sidebar_top .fieldwrap_radio ul li label input {
	margin: 0 5px 0 -20px;
}

.sidebar_top .fieldwrap_radio ul li label .details {
	font-size: 0.875em;
	line-height: 1.6em;
}

form .label_top textarea {
	width: 100%;
}

.list_search_form .submit {
	margin-left: -1px;
}

.list_pager input,
form .label_top .lookupWrap .list_pager input {
	margin-left: -1px;
}

.list_pager input.button_first,
.list_pager input.toggle {
	margin-left: 0;
}

form label {
	float: left; display: inline;
	text-align: right;
	width: 27%;
/*	height: 100%; */
	margin: 0 2% 0 0;
	padding: 0;
	line-height: 1.4em;
}

form label.nowrap {
	float:none; display: inline;
	width: auto;
	height: auto;
	margin: 0 0.5em 0 0.5em;
	padding: 0;
}

form .label_top {
	float: none; display: block;
	width: auto;
	height: auto;
	padding: 0;
}

/*form .label_top > label {*/
form .label_top label {
	float: none; display: block;
	text-align: left;
	width: auto;
}

form .label_top input,
form .label_top textarea,
form .label_top select {
	max-width: 100%;
	height: auto;
}

form .label_top label.radio input {
	display: inline;
}

form .label_top .error {
	padding: 0;
	margin: 0 0.5em;
}

ul.radioButtons,
ul.radioButtons li {
	list-style: none;
	margin-left: 0;
	padding-left: 5px;
}

.payment_details dl,
.booking_complete dl {
	margin: 10px 0 20px 20px;
}

.payment_details dt,
.booking_complete dt {
  float: left; display: inline;
  width: 10em;
  font-weight:bold;
  text-align: right;
  margin: 0 10px 0 0;
}

label.radio,
.student_details label.radio {
	width: auto;
	padding: 0;
	text-align: left;
}

label.radio input {
	margin: 0 0.5em 0 0;
}

form .lookupWrap {
	display: inline-block;
}

form .lookupWrap .toggle {
	position: absolute;
	display: block;
	top: 0;
	left: 100%;
	width: 16px;
	padding: 0;
	border: none;
	border-left: 1px solid #ccc;
	margin: 1px 1px 1px -17px;
	text-indent: -9999px;
	overflow: hidden;
	background: #fff url(../images/bg_dropDown.png) no-repeat right center;
}

form .fieldwrap_dropDown,
form .fieldwrap_lookup,
form .fieldwrap_dateTime,
form .fieldwrap .dropDownWrap,
form .fieldwrap .lookupWrap {
	position: relative;
}

form .fieldwrap_dateTime .dropDownWrap {
	margin-right: 1px;
}

form span.fieldwrap_lookup {
	display: inline-block;
}

form .lookupWrap input.lookupField {
	display: inline-block;
	max-width: 200%;
	padding: 1px 17px 1px 1px;
}

form div.fieldwrap_lookup_top {
	display: block;
	padding: 0 14px 0 0;
	margin: 0;
}

form .fieldwrap_lookup_top .lookupWrap {
	display: block;
}

form .fieldwrap_lookup_top .lookupWrap .toggle {
	margin: 1px -16px 1px 0;
}

form .fieldwrap_lookup_top .lookupWrap input.lookupField {
	display: block;
	width: 100%;
	margin: 0;
	padding: 1px 14px 1px 1px;
}

form .lookupWrap .list {
}

form .fieldwrap_lookup label {
	
}

form .fieldwrap_lookup_top label {
	margin: 0 -14px 0 0;
}

form .fieldwrap .popup {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: white;
	border: 1px solid #666;
	overflow: hidden;
	z-index: 100000;
	display: none;
	margin: 0 0 0 -1px;
	min-width: 200px;
}

form .fieldwrap .dropDownWrap .popup {
	min-width: 50px;
	max-width: 300px;
	overflow-y: auto;
	max-height: 250px;
	width: auto;
}

form .fieldwrap_lookup .popup .list_pager {
	display: block; float: none;
	padding: 2px 3px;
}

form .fieldwrap_lookup .popup .lookup_footer {
	background: #eee;
}

form .fieldwrap_lookup .popup .lookup_footer_buttons {
	padding: 1px;
	float: right; display: inline;
}

form .fieldwrap_lookup .popup .lookup_footer_buttons .button {
	margin: 1px;
	cursor: hand;
}

form .fieldwrap_lookup .popup .lookup_footer .spinner {
	float: right; display: inline;
}

form .fieldwrap_lookup .popup .lookup_hint {
	display: block;
	padding: 5px;
	background: #f4f4f4;
}

form .fieldwrap_lookup .popup .lookup_create_hint {
	display: block;
	background: #f4f4f4;
	padding: 5px;
	border-bottom: 1px solid #e8e8e8;
	cursor: text;
}

form .fieldwrap_lookup .popup p {
	margin: 0.5em 0;
}

form .fieldwrap_lookup .popup ul {
	display: block;
	float: none;
	list-style: disc;
	padding: 0 0 0 2em;
}

form .fieldwrap_lookup .popup ul li {
	display: list-item;
	float: none;
	list-style: disc;
}

form .lookupWrap .repeatable,
form .dropDownWrap .repeatable,
form .dropDownWrap .repeatable a {
	cursor: default;
}

form .fieldwrap .list_other,
form .fieldwrap .list .repeatable {
	padding: 2px 5px;
	overflow: hidden;
}

form .fieldwrap .dropDownWrap .list .repeatable .selector .name {
	padding-right: 16px;
}

form .fieldwrap .list_other .selector,
form .fieldwrap .list .repeatable .selector {
	z-index: 110;
}

form .fieldwrap .list_other .selector:hover,
form .fieldwrap .list .repeatable .selector:hover {
	background: #f7f7f7;
	margin: -2px -5px;
	padding: 1px 4px;
	border: 1px solid #fafafa;
}

form .fieldwrap .list_other .selector:hover {
	background: #EDFFE9;
	border-color: #f0ffec;
}

form .fieldwrap .list .selected_item .selector:hover {
	background: #eee;
	margin: -2px -5px;
	padding: 1px 4px;
	border: 1px solid #f3f3f3;
}

form .dropDownWrap .toggle {
	background: #fff url(../images/bg_dropDown.png) no-repeat right center;
	padding: 0 16px 0 0;
}

form .dropDownWrap .list .repeatable a {
	text-decoration: none;
	white-space: nowrap;
}

form div div.nomargin {
	margin: 0;
}

.column .admin_widget .fieldwrap ul,
.column .admin_widget .fieldwrap ul li {
	margin: 0;
}

.repeatable .removed {
	text-decoration:line-through;
	font-weight: normal;
}

.main-col .fieldwrap ul {
	font-size: 1em;
}

/*
 * form stuff
 */

form div.fieldwrap {
	margin: 3px 0;
}

form .repeatable .choice .fieldwrap {
	margin: 0;
}

form .fieldwrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

form div.fieldwrap ul {
	float: left; display: inline;
}

form div.fieldwrap_layout_top ul {
	float: none; display: block;
}

.fieldwrap ul span.label * {
	vertical-align: baseline;
}

.repeatable .note_body {
	border: 1px dotted #ccc;
	background: white;
	padding: 2px;
}

.column .admin_widget .form_footer {
	margin: 5px 0 0 0;
	padding: 0;
}

.column .admin_widget .form_footer input {
	font-size: 1em;
}

.column .admin_widget ul {
	background: none;
	font-size: 1em;
	height: auto;
	margin: 10px 0;
	line-height: 1.4em;
	list-style: disc;
	font-size: 1.2em;
}

.column .admin_widget ul li {
	margin: 0.5em 0;
}

.column .admin_widget .list_header {
	margin: -2.2em 0 0 0;
}

.sidebar_top .list_header {
	margin: -1.6em 0 0 0;
}

/* COLORS */
.fg_silver {
	color: #e0e0e0;
}

.selector:hover .fg_silver,
.selected_item .selector .fg_silver {
	color: #ccc;
}

.fg_sky {
	color: #dce2f7;
}

.fg_cloudy_sky {
	color: #ccd2e0;
}

.fg_sand {
	color: #f5c97a;
}

.fg_kiwi {
	color: #b9d079;
}

.fg_apple {
	color: #f57f69;
}

.bg_silver_light,
tr.even .bg_silver {
	background: #ececec;
}
.bg_silver {
	background: #e6e6e6;
}
.bg_silver_dark {
	background: #e0e0e0;
}

.bg_sky_light,
tr.even .bg_sky {
	background: #ecf1ff;
}
.bg_sky {
	background: #e3e9ff;
}
.bg_sky_dark {
	background: #dce2f7;
}

.bg_cloudy_sky_light,
tr.even .bg_cloudy_sky {
	background: #e4e9f4;
}
.bg_cloudy_sky {
	background: #dae0ea;
}
.bg_cloudy_sky_dark {
	background: #ccd2e0;
}

.bg_sand_light,
tr.even .bg_sand {
	background: #ffdd8c;
}
.bg_sand {
	background: #ffd17f;
}
.bg_sand_dark {
	background: #f5c97a;
}

.bg_kiwi_light,
tr.even .bg_kiwi {
	background: #d5e88e;
}
.bg_kiwi {
	background: #c9de81;
}
.bg_kiwi_dark {
	background: #b9d079;
}

.bg_apple_light,
tr.even .bg_apple {
	background: #ff9980;
}
.bg_apple {
	background: #ff8973;
}
.bg_apple_dark {
	background: #f57f69;
}

ul.address {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.inline {
	display: inline;
}

ul.inline li {
	display: inline;
}

.list_selection_legend {
	padding: 0 0 0 22px;
	color: #92AD9E;
	background: url('/images/parr_ld.png') no-repeat 4px center;
}

.list_selection_legend_bottom {
	padding: 0 0 0 22px;
	color: #92AD9E;
	background: url('/images/parr_lu.png') no-repeat 4px center;
}

.list_footer .list_marked {
	padding: 0;
	display: inline;
	position: relative;
	background: none;
	padding: 0;
}

.list_footer .list_marked .toggle {
	display: inline-block;
	padding: 0;
	width: 16px;
	text-indent: -9999px;
	font-size: 1em;
	background: url('/images/bg_marking.png') no-repeat 0 center;
	overflow: hidden;
}

form .fieldwrap {
	line-height: 1.4em;
}

.repeatable .minical {
	float:right; display: inline;
	color: #92AD9E;
	background: #fff;
	margin: -6px -5px 0 0;
	position: relative;
	z-index: 20;
	text-align: center;
	width: 2.75em;
	border: 1px solid #e8e8e8;
	padding: 0;
}

.repeatable .minical .year {
	background: #eee;
	font-size: 9px;
	line-height: 1.1em;"
}

.repeatable .minical .day {
	font-size: 10px;
	line-height: 1.2em;
}

.repeatable .minical .month {
	font-size: 9px;
	line-height: 1em;
}

.repeatable .minical .time {
	display: none;
}

.repeatable:hover .minical .time {
	display: block;
	font-size: 9px;
	line-height: 1.1em;
	border-top: 1px dotted #ddd;
}

.repeatable .icon {
	float: left; display: inline;
	width: 15px;
	height: 15px;
	background: url('/images/icons_15.png') no-repeat;
	margin: 2px 0 0 0;
}

.repeatable .icon_em_published {
	background-position: 0 0;
}

.repeatable .icon_em_removed {
	background-position: -15px 0;
}

.repeatable .icon_enrollment_sent {
	background-position: 0 -15px;
}

.repeatable .icon_invoice_sent {
	background-position: -15px -15px;
}

.popup #course_list {
	margin: 0;
	padding: 0;
}
/*
.list_pager_popup {
	box-shadow: 1px 1px 10px #666;
	-moz-box-shadow: 1px 1px 10px #666;
	-webkit-box-shadow: 1px 1px 10px #666;
}*/

.list_footer {
	background: #f0f0f0;
	padding: 2px 5px;
	border-bottom: 1px solid #e0e0e0;
}

.list_footer .spinner {
	float: right; display: inline;
}

body form .fieldwrap_upload .spinner {
	float: right; display: inline;
}

.list_actions {
	position: relative;
}

.list_tray {
	padding: 5px;
	background: url('/images/bg_stripy_sand.png');
}

.repeatable p,
.repeatable ul {
	font-size: 1em;
}

.progress_bar {
	position: relative;
	width: 100%;
	height: 14px;
	padding: 1px;
	border: 1px solid #ccc;
	background: white;
}

.progress_bar_meter {
	width: 0;
	height: 14px;
	background: #A3CB00;
	z-index: 1;
}

.progress_bar_label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align:center;
	z-index: 10;
	line-height: 14px;
	font-size: 10px;
}

.calWrap {
	position: relative;
}

.calWrap .popup {
	left: 0;
}

.admin_widget .calWrap .popup {
	left: auto;
	right: 0;
}

.calWrap input.toggle {
	background: #fff url(/images/cal.png) repeat-x scroll 0 0;
	padding: 0;
	width: 18px;
	text-indent: -9999px;
	overflow: hidden;
}

.calWrap table tr.cal_current th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.calWrap .popup .calendar {
	padding: 0 50px 0 0;
}

.calWrap .popup .list {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	overflow-y: auto;
	border-left: 1px solid #ccc;
}

.calWrap .popup table {
	text-align: center;
}

.calWrap .popup table td,
.calWrap .popup table th {
	padding: 0;
}

.calWrap .popup a {
	text-decoration: none;
}

.calWrap .popup table a {
	display: block;
	padding: 1px;
}

.calWrap .popup table a:hover {
	background: #f4f4f4;
	color: #ff8d00;
}
