/* tables */
table.tablesorter {
	background-color: #FFFFFF;
	border-spacing: 0;
	width: 900px;
	clear: both;
	padding: 2px 0 10px;
}
div.greenBoxContent table.tablesorter {
	width: 860px;
}
table.tablesorter td {
	padding: 5px;
}
table.tablesorter thead tr th {
	text-align: left;
	font-weight: bold;
	padding: 3px 12px 3px 5px;
	cursor: pointer;
	background-color: #CCDCC2;
}
table.tablesorter thead tr .sorting {
	background: #CCDCC2 url(/images/jquery/bg.gif) no-repeat scroll right 6px;
}
table.tablesorter thead tr .sorting_disabled {
	padding-right: 0;
	cursor:default;
}
table.tablesorter thead tr .sorting_asc {
	background: #6D887A url(/images/jquery/asc.gif) no-repeat scroll right 11px;
	color: #FFFFFF;
}
table.tablesorter thead tr .sorting_desc {
	background: #6D887A url(/images/jquery/desc.gif) no-repeat scroll right 7px;
	color: #FFFFFF;
}
table.tablesorter tbody tr.odd td {
	background-color: #F3F5F0;
	cursor: default;
}
table.tablesorter tbody tr.even td {
	border-bottom: 1px solid #F3F5F0;
	cursor: default;
}
table.tablesorter tbody tr td.editable,
table.tablesorter tbody tr td span.editable {
	cursor: text;
}
table.tablesorter tbody {
	z-index: 1;
}
table.tablesorter tbody tr.even td div.registration,
table.tablesorter tbody tr.odd td div.registration,
table.tablesorter tbody tr.even td div.registrationDatesCount,
table.tablesorter tbody tr.odd td div.registrationDatesCount{
	position: relative;
}
table.tablesorter tbody tr.even td div.registration div.toggleRegistration,
table.tablesorter tbody tr.odd td div.registration div.toggleRegistration,
table.tablesorter tbody tr.even td div.registrationDatesCount div.toggleRegistrationDatesCount,
table.tablesorter tbody tr.odd td div.registrationDatesCount div.toggleRegistrationDatesCount {
	z-index: 25 !important;
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	min-width: 150px;
	padding: 7px 15px;
	display: none;
	white-space: nowrap;
}

div.dataTables_length {
	float:left;
	width:40%;
}
div.dataTables_filter {
	float:right;
	text-align:right;
	width:50%;
}
div.dataTables_info {
	float:left;
	width:60%;
	color:#BDBDBD;
}
div.dataTables_paginate {
	float:right;
	text-align:right;
	width:44px;
}
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	float:left;
	height:15px;
	margin-left:3px;
	width:15px;
}
div.paginate_disabled_previous {
	background-image:url(/images/icons/icon_left.png);
	opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}
div.paginate_disabled_next {
	background-image:url(/images/icons/icon_right.png);
	opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}
div.paginate_enabled_previous {
	background-image:url(/images/icons/icon_left.png);
	cursor: pointer;
}
div.paginate_enabled_next {
	background-image:url(/images/icons/icon_right.png);
	cursor: pointer;
}

/* Label inside */
input.labelinside {
	color: #A5A5A8;
}


/* Datepicker
----------------------------------*/
#ui-datepicker-div {
	display: none;
}

div.ui-datepicker .ui-helper-clearfix {
	display:block;
}
div.ui-datepicker .ui-state-disabled {
	cursor:default !important;
}
div.ui-datepicker div.ui-widget-header a.ui-state-disabled {
	background-image:none;
	opacity:0.35;
}
div.ui-datepicker.ui-corner-all,
div.ui-datepicker .ui-corner-all {
	background-color: #F9FBF8;
	border: 1px solid #BDBDBD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.ui-datepicker .ui-widget-header {
	background: #CCCCCC url(/images/jquery/ui-bg_highlight-soft_75_cccccc_1x100.png) repeat-x scroll 0 50%;
	border: 1px solid #AAAAAA;
	height: 24px;
}
div.ui-datepicker .ui-icon {
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-99999px;
	height:16px;
	width:16px;
}
div.ui-datepicker .ui-widget-header .ui-icon {
	background-image:url(/images/jquery/ui-icons_222222_256x240.png);
}
.ui-icon-circle-triangle-w {
	background-position:-80px -192px;
}
.ui-icon-circle-triangle-e {
	background-position:-48px -192px;
}
div#ui-datepicker-div { background: white; }
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker-prev, .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker-prev:hover, .ui-datepicker-next:hover { top: 1px;}
.ui-datepicker-prev { left:2px; }
.ui-datepicker-next { right:2px; }
.ui-datepicker-prev:hover { left:1px; }
.ui-datepicker-next:hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold;  }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* Interaction states
----------------------------------*/
div.ui-datepicker .ui-state-default,
div.ui-datepicker .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background-color: #e6e6e6; color: #555555; outline: none; }
div.ui-datepicker .ui-state-highlight { border: 1px solid #fcefa1/*{borderColorHighlight}*/; background-color: #fbf9ee; color: #363636; }
div.ui-datepicker .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); }
div.ui-datepicker .ui-state-default a,
div.ui-datepicker .ui-state-default a:link,
div.ui-datepicker .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; outline: none; }
div.ui-datepicker .ui-state-hover,
div.ui-datepicker .ui-widget-content .ui-state-hover,
div.ui-datepicker .ui-state-focus,
div.ui-datepicker .ui-widget-content .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 0/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; outline: none; }
div.ui-datepicker .ui-state-hover a,
div.ui-datepicker .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; outline: none; }
div.ui-datepicker .ui-state-active,
div.ui-datepicker .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 0/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; outline: none; }
div.ui-datepicker .ui-state-active a,
div.ui-datepicker .ui-state-active a:link,
div.ui-datepicker .ui-state-active a:visited { color: #212121/*{fcActive}*/; outline: none; text-decoration: none; }


/* Time Picker */
div.time-picker {
  position: absolute;
  height: 200px;
  width: 4em; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #000;
  z-index: 99;
}
div.time-picker-12hours {
  width:6em; /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.time-picker li {
  padding: 1px;
  cursor: pointer;
}
div.time-picker li.selected {
  background: #316AC5;
  color: #fff;
}