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

.repeatable,
.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;
}

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

.repeatable .selector {
	overflow: hidden;
}

.list_other:hover > .selector,
.list > .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 .edit_button {
	position: absolute;
	right: 5px;
	top: 0;
	border: 1px dotted #ccc;
	border-top: none;
	display: none;
}

.repeatable:hover > .edit_button,
.repeatable:hover > .selector > .edit_button,
.selected_item > .selector > .edit_button {
	display: block;
}

/*.selected_item > .edit_button,
.selected_item > .selector > .edit_button {
	display: block;
}*/

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

.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;
}

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

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

.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 {
	float: left; display: inline;
	padding-left: 5px;
}

.list_search_form input {
	padding: 1px;
}

.list_search_form input.submit {
	padding: 0;
}

.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;
}

.list_group_competency {
	float: left; display: inline;
	padding-top: 5px;
}

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

.list_total_1 > .list_group_competency,
.list_group_1 > .list_group_competency {
	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 {
	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 {
	width: 31%;
	margin: 0 1%;
}

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

.list_group_step_name {
	clear: both;
	padding: 0 0 0 0;
}

.list_group_step_name > 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 {
	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: url(/images/bg_itemfoot_sand.png) repeat-x 0 0;
}

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

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

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

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

/* Form shit */

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

form 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[type=submit],
input[type=button] {
	background: #fff url("../images/bg_button.png") repeat-x scroll bottom left;
	border: 1px solid #ccc;
	padding: 0px;
}

form input[type=submit],
form input[type=button] {
	padding: 0px;
}

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

.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;
}

.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;
}

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;
}

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 .fieldwrap {
	clear: both;
	margin: 7px 0;
}

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

form div.clear,
form div.price {
	margin: 0;
}

form div.hint,
form ul.checkBoxes,
form ul.inline {
	clear: none;
	padding: 0 0 0 29%;
	margin: 0;
}

form ul.checkBoxes {
	margin: 0;
}

form ul.inline li {
	vertical-align: middle;
	list-style: none;
}

form ul.inline li label * {
	vertical-align: middle;
}

form ul.checkBoxes li {
	list-style: none;
	float: left; display: inline;
	width: 240px;
}

form .fieldwrap textArea {
	width: 65%;
}

form div.error {
	clear: none;
	padding: 0 0 0 29%;
}

#validation_summary .error {
	padding: 0;
}

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 {
	float: none; display: block;
	text-align: left;
	width: auto;
}

form .label_top input,
form .label_top textarea,
form .label_top select {
	max-width: 98%;
	height: auto;
	padding: 1px;
}

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 {
	position: relative;
	display: inline;
	float: left;
}

form .label_top .lookupWrap {
	display: block;
	float: none;
}

form .lookupWrap .toggle {
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0 0 0 -1px;
	width: 16px;
	text-align: center;
}

form span.fieldwrap_lookup {
	display: block; float: left;
}

form .fieldwrap_lookup {
	padding: 0 16px 0 0;
}

form div.fieldwrap_lookup {
	padding: 0 0 0 0;
}

form div.fieldwrap_lookup.label_top {
	padding: 0 16px 0 0;
}

form .label_top .lookupWrap input.lookupField {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 1px;
}

form .lookupWrap .list {
}

form .fieldwrap_lookup label {
	
}

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

form .lookupWrap .popup .list_pager {
	display: block; float: none;
	padding: 2px 3px;
	background: #eee;
}

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

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

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

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

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

form div div.nomargin {
	margin: 0;
}

.column .admin_widget .fieldwrap ul {
	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 3px 0;
}

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

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

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

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

.column .admin_widget {
	border-left: 1px solid #ddd;
	margin: 0 0 20px -10px;
	padding:  0 0 0 10px;
}

.column .admin_widget .form_footer {
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	font-size: 1em;
}

.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;
}

.fg_sky {
	color: #dce2f7;
}

.fg_cloudy_sky {
	color: #ccd2e0;
}

.fg_sand {
	color: #f5c97a;
}

.fg_kiwi {
	color: #b9d079;
}

.fg_apple {
	color: #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;
}

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;
}

.errors {
	color: red;
}
