@charset 'UTF-8';

/*

**********************
Vertical Text Orientation
**********************

-webkit-transform: rotate(90deg);	
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);

*/
@font-face {
  font-family: DirtyEgo;
  src: url("./fonts/dirtyego.ttf") format('truetype'); 
}

@font-face {
  font-family: DueDate;
  src: url("./fonts/duedate.ttf"); 
}

@font-face {
  font-family: 'LeagueGothic';
  src: url("./fonts/leaguegothic-regular-webfont.woff") format('woff'), 
  	   url("./fonts/leaguegothic-regular-webfont.ttf") format('truetype'); 
}


  
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


.float_right {
	float: right;
}
.float_left {
	float: left;
}
/***********************************************************************************************/

div.checkbox-toggle-container {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 3px;
}

input[type="checkbox"].checkbox-toggle {
	position: absolute;
	opacity: 0;
	width: 46px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	cursor: pointer;
	/* Knob */
	/*  Blue */
	/* Green */
}
input[type="checkbox"].checkbox-toggle:focus {
	box-shadow: 0px 0px 1px 2px #a8cfff;
}
input[type="checkbox"].checkbox-toggle + div {
	display: inline-block;
	vertical-align: middle;
	width: 46px;
	height: 22px;
	border: 1px solid #bbb;
	border-radius: 30px;
	background-color: #eee;
	transition-duration: 0.3s;
	transition-property: background-color, box-shadow;
	box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
	margin-left: 2px;
	margin-top: 0px;
}
input[type="checkbox"].checkbox-toggle.checkbox-small {
	width: 30px;
	height: 23px;
}
input[type="checkbox"].checkbox-toggle.checkbox-small + div {
	width: 30px;
	height: 16px;
	margin-top: 5px;
}
input[type="checkbox"].checkbox-toggle:focus + div {
	box-shadow: 0px 0px 3px 2px #91baed;
}
input[type="checkbox"].checkbox-toggle:disabled + div {
	opacity: 0.3;
}
input[type="checkbox"].checkbox-toggle + div > div {
	float: left;
	width: 22px;
	height: 22px;
	border-radius: inherit;
	background: #f5f5f5;
	transition-duration: 0.3s;
	transition-property: transform, background-color, box-shadow;
	box-shadow: 0px 0px 1px #323232, 0 0 0 1px rgba(200, 200, 200, 0.6);
	pointer-events: none;
	margin-top: -1px;
	margin-left: -1px;
}
input[type="checkbox"].checkbox-toggle.checkbox-small + div > div {
	width: 16px;
	height: 16px;
}
input[type="checkbox"].checkbox-toggle:checked + div > div {
	transform: translate3d(24px, 0, 0);
	background-color: #ffffff;
}
input[type="checkbox"].checkbox-toggle.checkbox-small:checked + div > div {
	transform: translate3d(14px, 0, 0);
}
input[type="checkbox"].checkbox-toggle:focus {
	outline: none;
}
input[type="checkbox"].checkbox-toggle:checked + div {
	border: 1px solid #206FAD;
	box-shadow: inset 0 0 0 12px #35A6EB;
}
input[type="checkbox"].checkbox-toggle:checked:focus + div {
	box-shadow: 0px 0px 3px 2px #91baed, inset 0 0 0 12px #35A6EB;
}
input[type="checkbox"].checkbox-toggle:checked + div > div {
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #206FAD;
}
input[type="checkbox"].checkbox-toggle.green:checked + div {
	border: 1px solid #00a23f;
	box-shadow: inset 0 0 0 12px #54B350;
}
input[type="checkbox"].checkbox-toggle.green:checked:focus + div {
	box-shadow: 0px 0px 3px 2px #91baed, inset 0 0 0 12px #54B350;
}
input[type="checkbox"].checkbox-toggle.green:checked + div > div {
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #00a23f;
}

/***********************************************************************************************/








#orsca_container {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	height:100%;	
	width:100%;
	overflow:visible;
}

#orsca_container .loading_widget{
	position:absolute;
	top:40%;
	left:35%;
	margin:0;
	padding:0;
	padding-left:70px;	
	width:100px;
	overflow:visible;
	white-space:nowrap;
	height:100px;
	font-size:40px;
	line-height:100px;
	font-weight:bold;
	font-style:italic;
	color: #aaa;
	text-shadow:1px 1px 2px #ccc;
	background: url(../images/loaderB64.gif) left center no-repeat;	
}

.orsca_unselectable {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;	
}

.orsca_template,
.orsca_hidden {
	display:none;
}

.orsca_float_right {
	float:right;	
}

.orsca_float_left {
	float:left;	
}

.orsca_no_outline {
	outline:none;	
}

.orsca_hr {
	clear:both;
	margin-top:15px;
	margin-bottom:15px;
	border-top:1px solid #f1f1f1;	
	border-bottom:1px solid #fff;	
}

.orsca_hr_margin3 {
	clear:both;
	margin-top:3px;
	margin-bottom:3px;
	border-top:1px solid #f1f1f1;	
	border-bottom:1px solid #fff;	
}

.orsca_page {
	position:relative;
	padding: 0;
	margin: 0;
	font-size: 12px;
	border: 0 none;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
	color: #666;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;	
}

.orsca_page_title {
	display:inline;
	margin:0;
	padding:5px;
	font: normal 24px  Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	color: #666;
	text-shadow:1px 1px 2px #ccc;
	-webkit-box-shadow: 0 4px 4px -4px #aaa;
	-moz-box-shadow: 0 4px 4px -4px #aaa;
    box-shadow: 0 4px 4px -4px #aaa;	
}


.orsca_page_body {
	position:relative;
	margin-bottom:15px;
}

.orsca_widget {
	position:relative;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	margin: 0;
	border: 0 none;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
	color: #666;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;	
}

.orsca_widget_title {
	display:block;
	margin:15px 0 15px 0;
	padding:5px;
	font: normal 24px  Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	color: #474747;
	text-shadow:1px 1px 2px #ccc;
	-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;	
}


.orsca_widget_body {
	position:relative;
	margin-bottom:15px;
}

.orsca_form {
	position:relative;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	margin: 0;
	border: 0 none;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
	color: #666;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;	
}

.orsca_form_body {
	position:relative;
	margin-bottom:15px;
	background:#fff;
}

.orsca_field_container {
	position:absolute;
	padding: 0;
	margin:0;
}


.orsca_form_mask {
	position:absolute;
	left:0;
	top:20px;
	display:none;
	margin:0 auto;
	bottom:0;
	opacity:0.9;
	padding-left:36px;
	text-align:left;
	line-height:36px;
	font-weight:bold;
	font-size:20px;
	color:#ababab;
	text-shadow:none;
	z-index:9999;
    background:#fff url(../images/ajax-loader.gif)center 0  no-repeat;	
	-moz-border-radius:8px; 
	-webkit-border-radius:8px;
	border-radius:8px;	
	text-align:center;
	line-height:90px;
}

.orsca_form_title {
		display:block;
		margin:15px 0 0 0;
		padding:20px;
		padding-left:75px;
		background:url(../images/forms.png) 20px 10px no-repeat;
		font: normal 28px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
		color: #474747;
		text-shadow:1px 1px 2px #ccc;
		border-bottom:1px solid #ccc;
		line-height:28px;

}

.orsca_form_toolbars {
		display:block;
		padding:0;
		margin:0;
		background:#f1f1f1;
		border:0 none;
		min-height:42px;
	}
	
.orsca_form_toolbar {
		display:block;
		padding:0;
		padding-left:20px;
		margin:0;
		background:#f1f1f1;
		border:1px solid #ebebeb;
		border-top:1px solid #f9f9f9;
		height:42px;
		overflow:hidden;
		position:relative;
}

.orsca_form_toolbar_button {
	margin:2px;
	display:inline-block;
	background:#f1f1f1;
	border:1px outset #f9f9f9;
	overflow:hidden;
	height:36px;
	width:36px;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;	
}

.orsca_button_form_print {
	background:url(../images/printer.png) 2px 2px no-repeat;	
}

.orsca_button_form_print_toggled {
	border:1px inset #ffffff;
	background:url(../images/printer.png) 3px 3px no-repeat;	
}

.orsca_button_data_spliter {
	background:url(../images/column-double-icon.png) 2px 2px no-repeat;	
}

.orsca_button_data_spliter_toggled {
	border:1px inset #ffffff;
	background:url(../images/column-double-icon.png) 3px 3px no-repeat;	
}

input.orsca_field, select.orsca_field, div.orsca_field 
{
	padding: 7px 5px 7px 5px;
	font-size: 11px;
	margin: 0;
	border: 1px solid #ebebeb;
	background: #fff url("../images/bg_ip.png") repeat-x center top;
	background: #fff;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
	color: #666;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
}

input.orsca_field.ajax_loading {
	background:#fff url("../images/loaderB16.gif") 98% 50%  no-repeat;
	color: #fff;
}



input[type=submit].orsca_field, input[type=button].orsca_field, a.button.orsca_field { 
	position:relative;
	top:0;
	left:0;
    font-size:11px;
	min-width:75px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	background: -moz-linear-gradient(top,  #ffffff,  #cccccc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,1);
	box-shadow: 0 1px 2px rgba(0,0,0,1);	
}

input[type=submit].orsca_field:active, input[type=button].orsca_field:active, a.button.orsca_field:active {
	position:relative;
	top:1px;
	left:1px;
	background: #cccccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
	background: -moz-linear-gradient(top,  #cccccc,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
}



input[type=submit].orsca_field, input[type=button].orsca_field, a.button.orsca_field { 
	color: #555555;
}

input[type=submit].orsca_field:hover, input[type=button].orsca_field:hover, a.button.orsca_field:hover {
	color: #555555;
}

input[type=submit].orsca_field, input[type=button].orsca_field, a.button.orsca_field { 
	border: 1px solid #cccccc;
}

input[type=submit][disabled].orsca_field, input[type=button][disabled].orsca_field, a.button.disabled.orsca_field {
	position:relative;
	top:0;
	left:0;
	display: inline-block;
	outline: none;
	cursor:not-allowed;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,1);
	box-shadow: 0 1px 2px rgba(0,0,0,1);
	color: #ccc;
	text-shadow:0 1px 0 #fff;
	border: solid 1px #cccccc;
	background: #f1f1f1;
}

.orsca_grid_field {
	white-space: nowrap !important;
	cursor: default !important;
	margin:0;	
	height:28px;
	font-size:11px;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: left;
}
.orsca_grid_field.orsca_combobox {
	height:28px;
}
.orsca_grid_field.orsca_readonly {
	border:0 none;
	background:transparent;
	-moz-border-radius:0; 
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0 ;
	box-shadow:0 0 0 ;
	font-weight:bold;
	color:#000;
}


.orsca_field_container .orsca_combobox_input.title_h2,
.orsca_field_container .orsca_field.title_h2 {
	border:none;
	border-radius:0;
	background:#fff;
	font-family:LeagueGothic; /*DueDate */ 
	font-size:28px;
	line-height:30px;
	color:#333;
	font-weight:bold;
	height:30px;
	padding:0;	
}

.orsca_field.ajax_loading.title_h2,
.orsca_combobox_input.orsca_combobox_input_loading.title_h2 {
	background:#fff url("../images/loaderB16.gif") 98% 50%  no-repeat;
	color: #fff;
}

.orsca_field_container .orsca_combobox_input.title_h3,
.orsca_field_container .orsca_field.title_h3 {
	border:none;
	border-radius:0;
	background:#fff;
	font-family:LeagueGothic; /*DueDate */ 
	font-size:22px;
	line-height:30px;
	color:#333;
	font-weight:normal;
	height:30px;
	padding:0;	
}

.orsca_field.ajax_loading.title_h3,
.orsca_combobox_input.orsca_combobox_input_loading.title_h3 {
	background:#fff url("../images/loaderB16.gif") 98% 50%  no-repeat;
	color: #fff;
}


input.orsca_readonly {
	border:0 none;
	background:transparent;
	-moz-border-radius:0; 
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0 ;
	box-shadow:0 0 0 ;
	font-weight:bold;
}

input.orsca_autonumber {
	border:0 none;
	background:transparent;
	-moz-border-radius:0; 
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0 ;
	box-shadow:0 0 0 ;
	font-weight:bold;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	vertical-align:baseline;
}

/**************************************************************
 * Week Input Styles
 **************************************************************/

div.orsca-week-input.orsca_field {
	position:relative;
	height:28px;
	padding: 0 5px 0 5px;
	overflow:hidden;
}

div.orsca-week-input.orsca_field.orsca_mandatory_field {
	background:#FFF2F5;
}

div.orsca-week-input.orsca_field .text{
	position:absolute;
	top:0;
	left:0;
	padding:5px;
	line-height:18px;
	bottom:0;
	right:0;
}

div.orsca-week-input.orsca_field input{
	outline:none;
	margin:0;
	border:none;
	height:14px;
	width:50%;
	padding: 7px 5px 7px 5px;
	font-size: 11px;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
	color: #666;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
}


div.orsca-week-dropdown-root {
	position: absolute;
	display:none;
	padding:5px;
	width:320px;
	height:250px;
	overflow:hidden;
	border:1px solid #ccc;
	background: #fff;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0px 0px 15px #666 ;
	-webkit-box-shadow:0px 0px 15px #666 ;
	box-shadow:0px 0px 15px #666 ;
	z-index:99999999;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

}

div.orsca-week-dropdown-root .d_header{
	width:320px;
	height:22px;
	overflow:hidden;
}

div.orsca-week-dropdown-root .d_header .d_prev{
	float:left;	
	width:14px;
	height:22px;
	background:url(../images/prev.gif) center center no-repeat;	
	cursor:pointer;
}

div.orsca-week-dropdown-root .d_header .d_next{
	float:right;
	width:14px;
	height:22px;
	background:url(../images/next.gif) center center no-repeat;	
	cursor:pointer;
}

div.orsca-week-dropdown-root .d_header .d_title{
	display:inline-block;
	width:288px;
	padding:2px;
	height:16px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-radius:4px;
}

div.orsca-week-dropdown-root .d_body{
	margin:0;
	padding:0;
	width:320px;
	height:220px;
	background:#f9f9f9;
	overflow:hidden;
}

div.orsca-week-dropdown-root .d_body .cal_dates{
	width:320px;
	height:220px;
	background:#fff;
	overflow:hidden;
}

div.orsca-week-dropdown-root .d_body .cal_dates table{
}

div.orsca-week-dropdown-root .d_body .cal_dates table td {
    width:35px;
    height:25px;
	padding:0;
	border:1px solid #f1f1f1;
	font-size:11px;
	color:#666;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	background:#fff;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	border-radius:6px;
}

div.orsca-week-dropdown-root .d_body .cal_dates table td .week_content {
    width:35px;
	overflow:hidden;
}

div.orsca-week-dropdown-root .d_body .cal_dates table td.thisweek {
	background: url(../images/thisweekbg.png) repeat-x;
	color:#000;
	border:2px solid #ccc;
}

div.orsca-week-dropdown-root .d_body .cal_dates table td:hover {
	background:#999;
	color:#fff;
	font-weight:bold;
}

div.orsca-week-dropdown-root .d_body .cal_dates table td.selected {
	background: url(../images/selectedweek-bg.png) repeat-x;
	color:#fff;
	font-weight:bold;
}

div.orsca-week-dropdown-root .d_body .cal_dates table td.disabled {
	color:#fff;
	border:#fff;
	background:#fff;
	cursor:default;
}

/**************************************************************
 * DateTime Input Styles
 **************************************************************/

div.orsca-datetime-input.orsca_field {
	position:relative;
	height:28px;
	padding: 0 5px 0 5px;
	overflow:hidden;
}

div.orsca-datetime-input.orsca_field input{
	outline:none;
	margin:0;
	border:none;
	height:14px;
	width:100%;
	padding: 7px 5px 7px 5px;
	font-size: 11px;
	background: #fff;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
	color: #666;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
}


div.orsca-datetime-dropdown-root {
	position: absolute;
	display:none;
	padding:5px;
	width:200px;
	height:200px;
	overflow:hidden;
	border:1px solid #ccc;
	background: #fff;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0px 0px 15px #666 ;
	-webkit-box-shadow:0px 0px 15px #666 ;
	box-shadow:0px 0px 15px #666 ;
	z-index:999;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

}

div.orsca-datetime-dropdown-root .date_view{
	display:inline-block;
	float:left;
	width:200px;
	height:180px;
	overflow:hidden;
	margin-bottom:0;
}

div.orsca-datetime-dropdown-root .date_view .d_header{
	width:200px;
	height:22px;
	overflow:hidden;
}

div.orsca-datetime-dropdown-root .date_view .d_header .d_prev{
	float:left;	
	width:14px;
	height:22px;
	background:url(../images/prev.gif) center center no-repeat;	
	cursor:pointer;
}

div.orsca-datetime-dropdown-root .date_view .d_header .d_next{
	float:right;
	width:14px;
	height:22px;
	background:url(../images/next.gif) center center no-repeat;	
	cursor:pointer;
}

div.orsca-datetime-dropdown-root .date_view .d_header .d_title{
	display:inline-block;
	width:168px;
	padding:2px;
	height:14px;
	text-align:center;
	font-size:11px;
	color:#666;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-radius:4px;
}

div.orsca-datetime-dropdown-root .date_view .d_header .d_title:hover{
	background:#ccc;
	color:#333;
}

div.orsca-datetime-dropdown-root .date_view .d_body{
	margin:0;
	padding:0;
	width:200px;
	height:156px;
	background:#f9f9f9;
	overflow:hidden;
}

div.orsca-datetime-dropdown-root .date_view .d_body .cal_dates{
	width:200px;
	height:156px;
	background:#fff;
	overflow:hidden;
}

div.orsca-datetime-dropdown-root .date_view .d_body .cal_dates table{
   width:100%;
   border-spacing:0;
   border-collapse:collapse;
}

div.orsca-datetime-dropdown-root .date_view .d_body .cal_dates table th{
    width:25px;
    height:20px;
	font-size:10px;
	color:#666;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
	font-weight:bold;
	background:#f9f9f9;
	vertical-align:middle;
	text-align:center;
	cursor:default;
}

div.orsca-datetime-dropdown-root .date_view .d_body .cal_dates table td {
    width:25px;
    height:19px;
	font-size:10px;
	color:#666;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
	font-weight:normal;
	background:#fff;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
}

div.orsca-datetime-dropdown-root .date_view .d_body .cal_dates table td:hover {
	background:#ccc;
	color:#333;
}

div.orsca-datetime-dropdown-root .date_view .d_body .cal_dates table td.week {
	background:#f9f9f9;
	font-weight:bold;
	border-right:1px solid #f1f1f1;
}

div.orsca-datetime-dropdown-root .time_view{
	display:none;
	float:left;
	margin-left:5px;
	width:140px;
	height:180px;
	overflow:hidden;
	border:1px solid #ccc;
	margin-bottom:0;
}

div.orsca-datetime-dropdown-root .current_view{
	display:inline-block;
	float:left;
	clear:both;
	width:200px;
	height:18px;
	overflow:hidden;
	border:1px solid #ccc;
	margin-top:2px;
}
/**************************************************************
 * TextInput Styles
 **************************************************************/


div#orsca_textinput_suggestions_panel {
	position: absolute;
	display:none;
	padding:0;
	border:1px solid #ccc;
	background: #fff;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0px 0px 5px #aaa ;
	-webkit-box-shadow:0px 0px 5px #aaa ;
	box-shadow:0px 0px 5px #aaa ;
	z-index:9999;
	cursor:default;
}

div#orsca_textinput_body {
	display:block;
	padding:0;
	margin:3px;
	cursor:default;
}

#orsca_textinput_list_body {
	min-height:20px;
	max-height:200px;
	min-width:100px;
	overflow:hidden;
	overflow-y: auto ;
	cursor:default;
}

#orsca_textinput_list_body table {
	border: 0 none;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	background:#fff;
	margin:0;
	-moz-border-radius:0; 
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0 ;
	box-shadow:0 0 0 ;
	cursor:default;
	
}

#orsca_textinput_list_body tr {
	background:#fff;
	cursor:default;
}


#orsca_textinput_list_body tr.orsca_textinput_suggestion_hover{
	background:#D9E6F9;
	cursor:default;
}

#orsca_textinput_list_body td {
	padding:3px 5px 3px 5px;
	white-space:nowrap;
	font-weight:normal;
	font-size:11px;
	background:transparent;
	white-space:nowrap;
}

#orsca_textinput_list_body tr.orsca_textinput_selected td {
	background:#005E8A;
	color:#fff;
}

#orsca_textinput_list_body tr.orsca_textinput_selected.orsca_textinput_suggestion_hover td {
	background:#000;
	color:#fff;
}


/**************************************************************
 * ComboBox Styles
 **************************************************************/


input.orsca_combobox_input {
	position: relative;
	margin:0;	
	height:28px;
	font-size:11px;
	display:inline-block;
	padding-right:25px;
	padding-left:5px;
	border: 1px solid #ebebeb;
	background:#fff url("../images/combobox-button-4.png") right center  no-repeat;
	cursor:default;
	color: #666;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0 ;
	box-shadow:0 0 0 ;
}

input.orsca_combobox_input_loading {
	background:#fff url("../images/loaderB16.gif") 98% 50%  no-repeat;
	color: #fff;
}

input.orsca_combobox_input.focused {
	-moz-box-shadow:0px 0px 10px #333 ;
	-webkit-box-shadow:0px 0px 10px #333 ;
	box-shadow:0px 0px 10px #333 ;
}

div#orsca_combobox_root{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}

div#orsca_combobox_root{
	position: absolute;
	display:none;
	border:1px solid #ccc;
	background: #fff;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0px 0px 15px #666 ;
	-webkit-box-shadow:0px 0px 15px #666 ;
	box-shadow:0px 0px 15px #666 ;
	z-index:9999999999;
}


div#orsca_combobox_head {
	display:block;
	padding:2px;
	margin:2px;
	text-align:center;
}

input#orsca_combobox_filter {
	width:75%;
	height:22px;
	border:1px solid #ebebeb;
	outline:none;
}

div#orsca_combobox_reload {
	display:inline-block;
	float:right;
	width:18px;
	height:25px;
	background: url(../images/refresh-16-2.png) center center no-repeat;
	cursor:pointer;
}

div#orsca_combobox_reload:hover {
	background: url(../images/refresh-16-1.png) center center no-repeat;
}

div#orsca_combobox_body {
	display:block;
	padding:0;
	margin:2px;
	border:1px solid #ebebeb;
}

table#orsca_combobox_list_head {
	border: 0 none;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	background:#f7f7f7;
}

table#orsca_combobox_list_head td{
	border:1px solid #ebebeb;
	padding:2px 5px 2px 5px;
	white-space:nowrap;
	background:#f7f7f7;
}

#orsca_combobox_list_body {
	min-height:20px;
	max-height:200px;
	min-width:210px;
	overflow:hidden;
	overflow-y: auto ;
}

#orsca_combobox_list_body table {
	border: 0 none;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	background:#fff;
	margin:0;
	-moz-border-radius:0; 
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0 ;
	box-shadow:0 0 0 ;
	
}

#orsca_combobox_list_body th {
	color:#666;
	text-shadow:0 1px 0 #ddd;
	font-size:14px;
	font-style:italic;
	text-transform:uppercase;
}

#orsca_combobox_list_body tr {
	background:#fff;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
}

#orsca_combobox_list_body tr.orsca_combobox_option_hover,
#orsca_combobox_list_body tr:hover {
	background:#D9E6F9;
}

#orsca_combobox_list_body tr.group.orsca_combobox_option_hover,
#orsca_combobox_list_body tr.group:hover {
	background:#ccc;
	color:#474747;
}


#orsca_combobox_list_body td {
	border:1px solid #ebebeb;
	padding:2px 5px 2px 5px;
	white-space:nowrap;
	font-weight:normal;
	font-size:10px;
	background:transparent;
	white-space:nowrap;
}

#orsca_combobox_list_body tr td:last-child {
	padding-right:20px;
}

#orsca_combobox_list_body tr.orsca_combobox_selected td,
#orsca_combobox_list_body tr.orsca_combobox_selected td:hover{
	background:#005E8A;
	color:#fff;
}

#orsca_combobox_list_body tr.disabled {
	color:#999 !important;
	background:#fff !important;

}
/**************************************************************/

input[type=date].orsca_field {
	text-align:center;
	width:194px;
}

textarea.orsca_field {
	padding: 7px 5px 7px 5px;
	font-size: 12px;
	margin: 0;
	border: 1px solid #ebebeb;
	background: #fff;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
	color: #666;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	width:194px;
	height:100px;
}


/**************************************************************
 * Gird Styles
 **************************************************************/

.orsca_grid_contextmenu{
	position:absolute;
	display:none;
	font-size:11px;
	background:#f9f9f9;
	border:1px solid #ccc;	
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;	
	box-shadow: 0 0 15px #666;	
	z-index:999999;
	min-height:20px;
	padding:0;

}

	.orsca_grid_contextmenu div.grid_contextmenu_menuitems {
		white-space:nowrap;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
		white-space:nowrap;
		padding:5px;
		margin:0;
		display:inline-block;
	}
	
	.orsca_grid_contextmenu div.grid_contextmenu_menuitems div{
		border: 1px solid  transparent;
		-moz-border-radius:4px; 
		-webkit-border-radius:4px;
		border-radius:4px;
		line-height:22px;
		font-size:11px;
		color:#474747;
		font-family:Arial, Helvetica, sans-serif;
		height:22px;
		padding:0;
		padding-left:2px;
		padding-right:4px;
		margin:0;
		white-space:nowrap;
		cursor:pointer;
		min-width:200px;
		max-width:500px;
		overflow:hidden;
	}
	
	.orsca_grid_contextmenu div.grid_contextmenu_menuitems div:hover{
		border: 1px solid  #AECFF7;
		background: url(../images/splitmenu-mibg-hover.png) repeat-x;
		color:#111;
	}
	
	.orsca_grid_contextmenu div.grid_contextmenu_menuitems div span{
		display:inline-block;
		height:22px;
		line-height:22px;
		margin:0;
		padding:1px;
		padding-left:2px;
		padding-right:2px;
		white-space:nowrap;
		border:0 none;
		border-left:1px solid #fff;
		vertical-align:middle;
	}

	.orsca_grid_contextmenu div.grid_contextmenu_menuitems div div.rowname {
		display:inline;
		border:0 none;
		padding:0;
		margin:0;
	}
	
	.orsca_grid_contextmenu div.grid_contextmenu_menuitems div span.icon{
		border:0 none;
		border-right:1px solid #E2E3E3;
		width:22px;
	}

	.orsca_grid_contextmenu div.grid_contextmenu_menuitems div span.icon.addrow{
		background: url(../images/table_row_insert-20.png) center center no-repeat;
	}

	.orsca_grid_contextmenu div.grid_contextmenu_menuitems div span.icon.removerow{
		background: url(../images/table_row_delete-20.png) center center no-repeat;
	}

	.orsca_grid_contextmenu div.grid_contextmenu_menuitems div span.icon.copyrow{
		background: url(../images/table_row_copy-20.png) center center no-repeat;
	}

.orsca_grid_container {
	padding:0;
	border:1px solid #ebebeb;
	background:#f9f9f9;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
}
.orsca_grid_wrap {
	display:inline-block;
	padding:0;
	margin:0;
	border:0 none;
	height:100%;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
}

table.orsca_grid_headers {
	border:0px none;
	background:#f9f9f9;
	margin:0;
	-moz-border-radius:0; 
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0 ;
	box-shadow:0 0 0 ;
	border-spacing:0;
	border-collapse:collapse;
}

table.orsca_grid_headers th {
	border:0px none;
	border-right:1px solid #ebebeb;
	text-transform:uppercase;
	font-family:Helvetica;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	overflow-x:hidden;
	vertical-align:middle;
	padding:2px;
	padding-top:10px;
	padding-bottom:10px;
}


table.orsca_grid_headers th div.orsca_ajax_loading_1 {
	background: url("../images/preloader.circular.01.gif") 98% 50%  no-repeat;
}

table.orsca_grid_headers th:last-child {
	border:0px none;
}

table.orsca_grid_column_totals {
	border:0px none;
	background:#f9f9f9;
	margin:0;
	-moz-border-radius:0; 
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0 ;
	box-shadow:0 0 0 ;
	border-spacing:0;
	border-collapse:collapse;
}

table.orsca_grid_column_totals th {
	border:0px none;
	border-right:1px solid #ebebeb;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	overflow-x:hidden;
	vertical-align:middle;
	padding:2px;
}

table.orsca_grid_column_totals th:last-child {
	border:0px none;
}

table.orsca_grid_column_subtotals {
	border:0px none;
	background:#f9f9f9;
	margin:0;
	-moz-border-radius:0; 
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0 ;
	box-shadow:0 0 0 ;
	border-spacing:0;
	border-collapse:collapse;
}

table.orsca_grid_column_subtotals th {
	border:0px none;
	border-right:1px solid #ebebeb;
	border-bottom:2px solid #ccc;
	text-transform:uppercase;
	font-family:Helvetica;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	overflow-x:hidden;
	vertical-align:middle;
	padding:2px;
}

table.orsca_grid_column_subtotals th:last-child {
	border-right:0px none;
}

table.orsca_grid_column_subtotals_hover th {
	background-color:#003264;
	color:#fff;
}


div.orsca_grid_rows_container {
	 padding:0; 
	 margin:0; 
	background:#fefefe;
	 border:0 none;
	border-bottom:1px solid #ebebeb;
	 overflow-y:scroll;
	 overflow-x:hidden;
	 height:200px;
}

ul.orsca_grid {
	display:table;
	padding:0;
	margin:0;
	border-spacing: 0;
	border:0 none;
	border-bottom:1px solid #ebebeb;
}


ul.orsca_grid ul{
	display:table;
	padding:0;
	margin:0;
	border:0 none;
}

ul.orsca_grid li.orsca_grid_row{
	padding:0;
	margin:0;
	display:table-row;
	background-color:#fff;
}

ul.orsca_grid li.orsca_grid_row_deleted{
	display:none;
}

ul.orsca_grid li.orsca_grid_row_deleted span.orsca_grid_cell{
	background-color:#FFD9D9;
}

ul.orsca_grid span.orsca_grid_cell{
	position:relative;
	border:0 none;
	border-right:1px solid #ebebeb;
	border-top:1px solid #ebebeb;
	background-color:#fff;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:2px;
	margin:0;
	background:#fff;
	font-family:Helvetica;
	font-size:6px !important;
}

ul.orsca_grid span.orsca_grid_cell  * {
	font-family:Helvetica;
	font-size:10px;
}

ul.orsca_grid span.orsca_grid_cell:last-child {
	border:0 none;
	border-top:1px solid #ebebeb;
}

ul.orsca_grid span.orsca_grid_cell.hidden{
	display:none;
}

ul.orsca_grid span.orsca_grid_cell_hover{
	background-color:#D9E6F9;
}


ul.orsca_grid li.contextmenu_highlight span.orsca_grid_cell{
	background:#D9E6F9;
}

ul.orsca_grid span.orsca_grid_cell div.orsca_grid_minitoolbar{
	position:absolute;
	display:none;
	top:2px;
	right:2px;
	height:20px;
	z-index:999;
}

ul.orsca_grid input{
	background: transparent;
	background-image:none;
	border:0px none;
	width:100%;
	height:100%;
	padding:0;
	min-height:25px;
	-moz-border-radius:0; 
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0 ;
	box-shadow:0 0 0 ;
	cursor:default;
	font-size:11px;
}


ul.orsca_grid input.orsca_combobox_input_loading {
	background: url("../images/loaderB16.gif") 98% 50%  no-repeat;
	color: transparent;
}


ul.orsca_grid span.orsca_grid_cell div.orsca_grid_field_wrap{
	display:table-cell;
	height:100%;
	background:transparent;
	border:1px solid #000;
}


ul.orsca_grid span.orsca_grid_cell div.orsca_grid_iconbtn_add{
	width:20px;
	height:20px;
	float:left;
	vertical-align:middle;
	border:0 none;
	cursor:pointer;
	background:url(../images/16-square-blue-add.png) center center no-repeat;
}

ul.orsca_grid span.orsca_grid_cell div.orsca_grid_iconbtn_remove{
	width:20px;
	height:20px;
	float:left;
	vertical-align:middle;
	border:0 none;
	cursor:pointer;
	background:url(../images/16-delete.png) center center no-repeat;
}

/**************************************************************/
/*** Attachment  ***/
/**************************************************************/

.orsca_attachment {
	position:relative;
	padding:2px;
}

.orsca_attachment * {
  font-size:11px;
}

.orsca_attachment .fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 5px;
}
.orsca_attachment .fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

.orsca_attachment .fileupload-buttonbar {
	padding:0;
	margin-bottom:5px;
	height:30px;
	overflow:hidden;
}

.orsca_attachment tr.template-upload td,
.orsca_attachment tr.template-download td{
	padding:5px;
	border-bottom:1px solid #ebebeb;	
}

.orsca_attachment tr.template-upload:nth-child(odd),
.orsca_attachment tr.template-download:nth-child(odd) {
	background-color:#f9f9f9;
}

.orsca_attachment  .ui-button {
  font-size:10px;
}

.orsca_attachment  .fileupload-buttonbar .ui-button,
.orsca_attachment  .fileupload-buttonbar .toggle {
  margin:2px;
}

.orsca_attachment .fileupload-progress {
	float:left;
    margin:2px;
}

.orsca_attachment .files .ui-progressbar-value,
.orsca_attachment .fileupload-buttonbar .ui-progressbar-value {
  background: url(../images/progressbar.gif);
}

.orsca_attachment .fileupload-loading {
    display: none;
	height:24px;
	padding:0;
	margin:2px;
	background:url(../images/ajax-loader-R24.gif) center center no-repeat;
}


.orsca_attachment .fileupload-processing .fileupload-loading {
    display: block;
}

.orsca_attachment .files-container {
	clear:both;	
	text-align:left;
}

.orsca_attachment .downloads-container,
.orsca_attachment .uploads-container {
	border:1px solid #ebebeb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:left;
	margin:2px;
	display:inline-block;
	overflow:auto;
	overflow-x:hidden;
}

.orsca_attachment .disabled,
.orsca_attachment .disabled input,
.orsca_attachment .ui-button[disabled] {
	cursor:not-allowed;
}

.orsca_attachment .fade {
  display: none;
}

.orsca_attachment .error {
  color: #f00;
}


.orsca_attachment .files .name span {
  display:inline-block;
  word-wrap:break-word;
  word-break:break-all;
}

.orsca_attachment .files .name span table,
.orsca_attachment .files .name span td{
	border:0 none;
	margin:0;
	padding:0;
}

.orsca_attachment .files .progress {
}



/**************************************************************/
/*** Calendar ***/
/**************************************************************/

.orsca_calendar {
	position:relative;
	display:inline-block;
	padding:2px;
	border:1px solid #ccc;
	width:400px;
	height:400px;
}

.orsca_calendar .calendar_loading{
	display:none;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#fff;
	opacity:0.7;
	z-index:9999;
	text-align:center;
}

.orsca_calendar .calendar_loading > div{
	display:table;
	height:100%;
	margin:0 auto;
}

.orsca_calendar .calendar_loading > div > span{
	display:table-cell;
	vertical-align:middle;
	background: url(../images/loaderB64.gif) left center no-repeat;	
	padding-left:66px;
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	color: #999;
	text-shadow:1px 1px 2px #ccc;
}

.calendar_header h2 {
		display:block;
		pading: 5px;
		font-size:20px;
		font-weight:bold;
		color: #999;
		text-shadow:1px 1px 2px #ccc;
}

.orsca_calendar .calendar_content table{
	border:none;
	border-collapse:collapse;
	border-spacing:0;
}

.orsca_calendar .calendar_content th{
	border:none;
	text-align:center;
	padding:0;
	color:#999;
}

.orsca_calendar .calendar_content td.cell{
	border:1px solid #f1f1f1;
	text-align:center;
	padding:0;
	background:#fff;
}

.orsca_calendar .calendar_content td.cell div.cell_content {
	color: #999;
	font-size:12px;	
	font-weight:bold;
}

.orsca_calendar .calendar_content td.cell.weekend{
	background:#fdfdfd;	
}

.orsca_calendar .calendar_content td.cell.today{
	background:#FFFFCC;
}


.orsca_calendar .calendar_content .nav td.month{
	color:#999;
	cursor:pointer;
}

.orsca_calendar .calendar_content .nav td.month:hover{
	background:#f1f1f1;
	color:#666;
	cursor:pointer;
}

.orsca_calendar .calendar_content .nav td.month.selected{
	background:#333;
	color:#fff;
	cursor:default;
	
}

.orsca_calendar .calendar_content .nav td.month.disabled{
	background:#fff;
	color:#eee;
	cursor:default;
	
}

.orsca_calendar .calendar_content .nav ,
.orsca_calendar .calendar_content .nav *{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

}
.orsca_calendar .calendar_content .nav a.up{
	display:block;
	background: url(../images/arrow_up.png) center center no-repeat;
	height:30px;
}

.orsca_calendar .calendar_content .nav a.up.disabled {  background:none; }

.orsca_calendar .calendar_content .nav a.down{
	display:block;
	background: url(../images/arrow_down.png) center center no-repeat;
	height:30px;
}

.orsca_calendar .calendar_content .nav a.down.disabled { background:none; }

.orsca_calendar .calendar_content .nav div.item{
	height:20px;
	line-height:20px;
	font-size:11px;
	color:#999;
	cursor:pointer;
	text-align:center;
}

.orsca_calendar .calendar_content .nav div.item:hover{
	background:#f1f1f1;
	color:#666;
	cursor:pointer;
}

.orsca_calendar .calendar_content .nav div.item.selected{
	background:#333;
	color:#fff;
	cursor:default;
}

/**************************************************************
 * Image Gallery Styles
 **************************************************************/

.orsca_imagegallery {
	min-height:100px;
	padding:10px;
	margin:5px;
	text-align:center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;	
	
}

.orsca_imagegallery .imagegallery_toolbar {
	display:block;
	height:20px;
	padding:5px;
	margin:0;
	margin-bottom:20px;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
}

.orsca_imagegallery .imagegallery_toolbar h2{
	display:inline-block;
	margin: 0 40px 0 5px;
	float:left;
	
}

.orsca_imagegallery .imagegallery_toolbar .image_sizes_icon {
	width:20px;
	height:20px;
	background:url(../images/resize_image.png)center center no-repeat;	
}

.orsca_imagegallery .imagegallery_toolbar .image_sizes div{
	display:inline-block;
	float:left;
	min-width:20px;
	text-align:center;
	margin-right:8px;	
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	padding:3px;
	border-radius:4px;

	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.orsca_imagegallery .imagegallery_toolbar .image_sizes div:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.orsca_imagegallery .imagegallery_toolbar .image_sizes div:active {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

.orsca_imagegallery .imagegallery_toolbar .image_sizes div.active {
	color: #fff;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
	cursor:default;
}


.orsca_imagegallery .imagegallery_toolbar table{
	margin: 0 40px 0 5px;
	float:left;
	font-size:10px;
	font-weight:bold;
	height:20px;
}

.orsca_imagegallery .imagecell{
	display:inline-block;
	margin:5px;
	margin-bottom:20px;
	padding:5px;
	position:relative;
}

.orsca_imagegallery .imagecell .imagetitle{
	display:block;
	font-size:10px;
	font-weight:bold;
	height:20px;
	padding:0;
	margin:0;
	text-align:left;
}

.orsca_imagegallery .imagecell .imgframebg{
	position:absolute;
	left:6px;
	top:26px;
	opacity:0.5;
	background-color:#f00;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");	
	filter: gray; /* IE6+ */
	filter: grayscale(100%); /* Current draft standard */
	-webkit-filter: grayscale(100%); /* New WebKit */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%);
}


.orsca_imagegallery .imagecell .imgframe{
	border:1px solid #999;
	-webkit-box-shadow: 0px 0px 8px #333;
	-moz-box-shadow:    0px 0px 8px #333;
	box-shadow:         0px 0px 8px #333;
}

.orsca_imagegallery .imagecell .imagecanvas{
   display:table-cell;
   vertical-align:middle;
	padding:0;
	margin:0;
}

.orsca_imagegallery .imagecell .imagecanvas img{
    display: block;
    margin-left: auto;
    margin-right: auto;
	border:none;
}

/**************************************************************
 * hoverZoom Styles
 **************************************************************/

.thumb  {float: left;margin: 0; padding:0;   position: relative;}
.thumb img { padding:0;  position: absolute; -ms-interpolation-mode: bicubic; }

.gallerycaption{
    position:absolute;
    font-weight:600;
    padding-top: 10px;
    text-align:center;
    font-size: 13px;
    overflow: hidden;
    height: 2.4em;
    display: none;
    background: white;
}

.zoomed {
    -webkit-box-shadow: -5px -5px 35px #000000;
    -moz-box-shadow: 5px 5px 35px #000000;
    box-shadow: 5px 5px 35px #000000;
    border: 10px solid white;
    /*background: white;*/
}

.loading{
    width: 32px !important;
    height: 32px !important;
    position: relative;
	background:url(../images/ajax-loader-2.gif) center center no-repeat;
}
.zoomContainer{
    position: absolute;
    padding: 0;
}

.zoomContainer .original{
    left: 0 !important;
    top: 0 !important;
}
.trigger{
    position: absolute !important;
}


/**************************************************************
 * File Scrollable Styles
 **************************************************************/

.orsca_filescrollable {
	width:910px;
	height:152px;
	padding:0;
	margin:5px auto;
	overflow:hidden;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;	
	
}

.orsca_filescrollable div.fscroll {
	width:855px;
	height:150px;
	padding:0;
	margin:0 auto;
	background:#fcfcfc;	
	border:1px solid #f1f1f1;
	overflow:hidden;
	position:relative;
	border-radius:6px;
}

.orsca_filescrollable div.fscroll .files {
  width:20000em;
  position:absolute;
 }

.orsca_filescrollable div.fscroll .files .filegroup {
	width:855px;
	height:150px;
	padding:0;
	margin:0;
	overflow:hidden;
	float:left;
 }

.orsca_filescrollable div.fscroll .fileitem {
	width:130px;
	height:138px;
	padding:0;
	margin:5px;
	background:#fff;	
	border:1px solid #f1f1f1;	
	overflow:hidden;
	border-radius:6px;
	float:left;
}

.orsca_filescrollable div.fscroll .fileitem a{
	text-decoration:none;
	color:#474747;
}

.orsca_filescrollable div.fscroll .fileitem .file-thumbnail{
   display:table-cell;
   vertical-align:middle;
   	width:120px;
	height:100px;
	padding:2px;
	margin:0 auto;
	overflow:hidden;
}

.orsca_filescrollable div.fscroll .fileitem .file-thumbnail img{
    display: block;
    margin-left: auto;
    margin-right: auto;
	border:none;
}

.orsca_filescrollable div.fscroll .fileitem .file-title{
	display:block;
	width:120px;
	margin:0 auto;
	padding:2px;
	white-space:normal;
	word-break:break-all;
	font-size:10px;
	text-align:center;
}

.orsca_filescrollable a.prev {
	display:inline-block;
	float:left;	
	width:22px;
	height:18px;
	background:url(../images/left.png) 3px 0 no-repeat;
	cursor:pointer;
}

.orsca_filescrollable a.prev:hover {
	background-position: 3px -18px;
}
.orsca_filescrollable a.prev:active {
	background-position: 4px -18px;
}

.orsca_filescrollable a.next {
	display:inline-block;
	float:right;	
	width:22px;
	height:18px;
	background:url(../images/right.png) 3px 0 no-repeat;
	cursor:pointer;
}

.orsca_filescrollable a.next:hover {
	background-position: 3px -18px;
}
.orsca_filescrollable a.next:active {
	background-position: 2px -18px;
}


/**************************************************************
 * Time Input Styles
 **************************************************************/

/* time root element */
#timroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index:9999999999;
	
	margin-top:-1px;
	padding:2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;	
	box-shadow: 0 0 15px #666;	
}

#timroot, #timroot * {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}


/* head. contains title, prev/next month controls and possible month/year selectors */
#timhead {	
	padding:5px;
	border-bottom:1px dotted #ebebeb;
	text-align:right;
} 

#timhead input {
	font-size:9px;	
}

#timtitle {
	font-size:14px;
	color:#0150D1;	
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#timbody {	
	padding:2px 0;
	min-width:198px;
	text-align:center;
} 

#timbody input {
	font-size:9px;	
}

.timsetbutton {
}

.timwheelwrap {
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	width: 51px;
	margin:2px;
}

.timwheelwrap.hidden {
	display:none;
}

.timwheeltitle {
	height: 16px;
	width: 47px;
	margin:2px;
	text-shadow:0 1px 0 #ddd;
	font-size:9px;
	color:#000;
}

.timwheel {
	/* required settings */
	display:block;
	overflow:hidden;

	/* vertical scrollables have typically larger height than width but not now */
	height: 82px;
	width: 47px;
	margin:2px;
	background:url(../images/scrollable-bg.png) no-repeat;
}

.timnavi {
	display:inline-block;
	padding:0;
	margin:0;
	width:20px;
	height:20px;
	border:0 none;
	background:url(../images/scrollable-nav-buttons.png) no-repeat;
	cursor:pointer;
}

.timnavi.down {background-position: 0 0;}
.timnavi.down:hover {background-position: 0 -20px;}
.timnavi.down:active {background-position: 0 -40px;}

.timnavi.up {background-position: -20px 0;}
.timnavi.up:hover {background-position: -20px -20px;}
.timnavi.up:active {background-position: -20px -40px;}

.timscrollable {

	/* required settings */
	display:inline-block;
	position:relative;
	overflow:visible;

	/* vertical scrollables have typically larger height than width but not now */
	height: 27px;
	width: 47px;
	margin-top:25px;
}


/* root element for scrollable items */
.timscrollable .timitems {
	position:absolute;

	/* this time we have very large space for the height */
	height:20000em;
	padding-top:25px;
}

.timscrollable .timitem {
	height: 25px;
	width: 45px;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	font-weight:normal;
	color:#666;
	line-height:35px;
	text-shadow: rgba(70,70,70,1) 1px 1px 0;
}

.timscrollable .timitem.timselected {
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
/**************************************************************
 * Date Input Styles
 **************************************************************/

/* calendar root element */
#calroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index:9999999999;
	
	margin-top:-1px;
	width:198px;
	padding:2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;	
	box-shadow: 0 0 15px #666;	
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {	
	padding:2px 0;
	height:22px;
} 

#caltitle {
	font-size:14px;
	color:#0150D1;	
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(../images/prev.gif) no-repeat scroll center center;
	float:left;
	cursor:pointer;
}

#calnext {
	background-image:url(../images/next.gif);
	float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;	
}

/* year/month selector */
#caltitle select {
	font-size:10px;	
}

/* names of the days */
#caldays {
	height:14px;
	border-bottom:1px solid #ddd;
}

#caldays span {
	display:block;
	float:left;
	width:28px;
	text-align:center;
}

/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:left;
	width:27px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
	border-radius:3px; 		
} 

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}

/* sunday */
a.calsun {
	color:red;		
}

/* offmonth day */
a.caloff {
	color:#ccc;		
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);		
}


/* unselecteble day */
a.caldisabled {
	background-color:#efefef !important;
	color:#ccc	!important;
	cursor:default;
}

/* current day */
#calcurrent {
	background-color:#498CE2;
	color:#fff;
}

/* today */
#caltoday {
	background-color:#333;
	color:#fff;
}

/**************************************************************
 * Dashboard Styles
 **************************************************************/
	
	.orsca_dashboard_dialog_mask {
		display:none;
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		background:#fff;
		opacity:0.5;
		z-index:99998;
	}
	
	.orsca_dashboard_dialog_ajaxing {
		display:none;
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		height:50px;
		width:600px;
		white-space:nowrap;
		margin:auto;
		box-sizing:border-box;
		padding:10px;
		padding-left:55px;
		background-color: rgba(0,0,0,0.97);
		background-image: url(../images/ajax-loader-48-blackbg.gif);
		background-position:center left;
		background-repeat:no-repeat;
		overflow:hidden;
		z-index:99999;
		-webkit-box-shadow: 0 0 60px 30px #000;
		-moz-box-shadow: 0 0 60px 30px #000;
	    box-shadow: 0 0 60px 30px #000;	
		border-radius:6px; 
		
		color:#fff;
		font-size:16px;
		line-height:30px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-weight:bold;
		text-transform:uppercase;
		cursor:default;

		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;	

	}
	
	.orsca_dashboard_dialog {
		display:none;
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		width:600px;
		height:350px;
		margin:auto;
		box-sizing:border-box;
		padding:10px;
		background: rgba(0,0,0,0.97);
		overflow:hidden;
		z-index:99999;
		-webkit-box-shadow: 0 0 20px 5px #333;
		-moz-box-shadow: 0 0 20px 5px #333;
	    box-shadow: 0 0 20px 5px #333;	

		color:#fff;
		font-size:12px;
		font-family:Verdana;
		cursor:default;

		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;	
		
	}
	
	.orsca_dashboard_dialog div.dialog_close {
		position:absolute;
		top:0;
		right:0;
		width:36px;
		height:36px;
		overflow:hidden;
		opacity:0.75;	
		cursor:pointer;
		background:url(../images/close-black.png) center center no-repeat;
	}

	.orsca_dashboard_dialog div.dialog_close:hover {
		opacity:1;
	}
	
	.orsca_dashboard_dialog h1.dialog_header {
		color:#fff;
		margin:0;
		margin-bottom:15px;
		font-size:28px;
		font-family:LeagueGothic;
	}

	.orsca_dashboard_dialog h1.dialog_header.icon {
		padding-left:35px;
		line-height:32px;
	}
	
	.orsca_dashboard_dialog h1.dialog_header.icon.info { background:url(../images/info-32.png) left center no-repeat; }
	.orsca_dashboard_dialog h1.dialog_header.icon.warning { background:url(../images/warning-32.png) left center no-repeat; }
	.orsca_dashboard_dialog h1.dialog_header.icon.error { background:url(../images/error-32.png) left center no-repeat; }
	
	.orsca_dashboard_dialog .message_box_content {
		padding:0;
		padding-left:50px;
		white-space:normal;
		font-size:12px;
	}
	
	.orsca_dashboard_dialog .dialog_icon {
		display:inline-block;
		width:48px;
		height:48px;
		overflow:hidden;
		
	}
	
	.orsca_dashboard_dialog .delete_one_widget .dialog_icon {
		background:url(../images/trash-full-48.png) center center no-repeat;
	}
	
	.orsca_dashboard_dialog .reject_shared_widget .dialog_icon {
		background:url(../images/stop-48.png) center center no-repeat;
	}

	.orsca_dashboard_dialog .delete_reject_all_widgets .dialog_icon.delete {
		background:url(../images/trash-full-48.png) center center no-repeat;
	}
	
	.orsca_dashboard_dialog .delete_reject_all_widgets .dialog_icon.reject {
		background:url(../images/stop-48.png) center center no-repeat;
	}
	
	.orsca_dashboard_dialog .dialog_content .warning {
		color:#ff0;
	}
	
	.orsca_dashboard_dialog .dialog_content .widget_name {
		font-size:11px;
		color:#fff;
		font-weight:bold;
		white-space:nowrap;
		overflow:hidden;
		width:200px;
		height:14px;
	}
	
	.orsca_dashboard_dialog .dialog_content .widget_details {
		font-size:10px;
		color:#ccc;
		text-transform:lowercase;
	}
	
	.orsca_dashboard_dialog .dialog_content .widget_details span.widget_shared {
		display:inline-block;
		width:24px;
		height:9px;
		margin-left:2px;
		opacity:0.85;
		background:url(../images/group2-16.png) center center no-repeat;
	}
	
	.orsca_dashboard_dialog .dialog_content .widget_preview {
	    height:50px;
	    width:50px;
		margin-right:10px;
	}
	.orsca_dashboard_dialog .dialog_content .widget_preview.gauge-radial { background:url(../images/dashboard-ws-gauge-radial.png) center center no-repeat;}
	.orsca_dashboard_dialog .dialog_content .widget_preview.gauge-horizontal { background:url(../images/dashboard-ws-gauge-horizontal.png) center center no-repeat;}
	.orsca_dashboard_dialog .dialog_content .widget_preview.gauge-vertical { background:url(../images/dashboard-ws-gauge-vertical.png) center center no-repeat;}
	.orsca_dashboard_dialog .dialog_content .widget_preview.chart-pie { background:url(../images/dashboard-ws-chart-pie.png) center center no-repeat;}
	.orsca_dashboard_dialog .dialog_content .widget_preview.chart-bar { background:url(../images/dashboard-ws-chart-bar.png) center center no-repeat;}

	.orsca_dashboard_dialog .dialog_content table.section.disabled {
		color:#666;
	}
	
	.orsca_dashboard_dialog .dialog_content .action_buttons {
		text-align:right;
		padding:5px;
		margin-top:10px;
	}

	.orsca_dashboard_dialog .dialog_content .action_buttons input[type=button] {
		margin-left:5px;
		min-width:75px;
		border-radius:3px;
		cursor:pointer;			
	}
	
	
	.orsca_dashboard {
		position:absolute;
		top:35px;
		left:20px;
		bottom:20px;
		right:20px;
		padding:0;
		margin:0;
		font-size: 12px;
		margin: 0;
		font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
		color: #000;
		min-width:400px;
		min-height:400px;
		overflow:hidden;

		
		border: 1px solid rgba(0,0,0,0.5);
		border-bottom: 3px solid rgba(0,0,0,0.5);
	
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	
		background: #fff;
		//background: rgba(0,0,0,0.25);

	    -o-box-shadow: 
	        0 2px 8px rgba(0,0,0,0.5),
	        inset 0 1px rgba(255,255,255,0.3),
	        inset 0 10px rgba(255,255,255,0.2),
	        inset 0 10px 20px rgba(255,255,255,0.25),
	        inset 0 -15px 30px rgba(0,0,0,0.3);

	    -webkit-box-shadow: 
	        0 2px 8px rgba(0,0,0,0.5),
	        inset 0 1px rgba(255,255,255,0.3),
	        inset 0 10px rgba(255,255,255,0.2),
        	inset 0 10px 20px rgba(255,255,255,0.25),
    	    inset 0 -15px 30px rgba(0,0,0,0.3);

	    -moz-box-shadow:
	        0 2px 8px rgba(0,0,0,0.5),
	        inset 0 1px rgba(255,255,255,0.3),
	        inset 0 10px rgba(255,255,255,0.2),
    	    inset 0 10px 20px rgba(255,255,255,0.25),
	        inset 0 -15px 30px rgba(0,0,0,0.3);
	
		box-shadow: 
    	    0 2px 8px rgba(0,0,0,0.5), /* Exterior Shadow */
	        inset 0 1px rgba(255,255,255,0.3), /* Top light Line */
        	inset 0 10px rgba(255,255,255,0.2), /* Top Light Shadow */
    	    inset 0 10px 20px rgba(255,255,255,0.25), /* Sides Light Shadow */
	        inset 0 -15px 30px rgba(0,0,0,0.3); /* Dark Background */						  	
	}

	.orsca_dashboard  .ajax_mask {
		display:none;
		position:absolute;
		height:100%;
		width:100%;
		background:#fff;	
		background-color: rgba(0,0,0,0.7); 
		z-index:9999;
		text-align:center;
	}

	.orsca_dashboard .ajax_mask span{
		display:block;
		background: url(../images/ajax47.gif) center top no-repeat;	
		font-size:20px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		color: #fff;
		text-shadow:2px 2px 4px #000;
		position:absolute; 
		top:50%;
		width:100%;
		margin-top:-32px;
	    height:64px;
		line-height:64px;
		text-align:center;
		white-space:nowrap;
		overflow:visible;
	}
	
	.orsca_dashboard .dashboard_toolbar {
		position:absolute;
		left:10px;
		bottom:2px;
		right:10px;
		height:28px;
		padding:2px;
		padding-left:15px;
		padding-right:15px;
		overflow:hidden;
		text-align:center;
	}

	.orsca_dashboard .dashboard_toolbar .dashboard_title{
		position:absolute;
		left:15px;
		top:2px;
		height:24px;
		text-align:left;
		line-height:24px;
		font-size:18px;
		font-weight:bold;
		color:#333;
		text-shadow:3px 0px 3px #fff;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-transform:capitalize;
		overflow:hidden;
		cursor:pointer;
	}

	.orsca_dashboard .dashboard_toolbar .dashboard_title .ajax_saving{
		background: url(../images/ajax-loaderC20.gif) left center no-repeat;	
		padding-left:24px;
		height:24px;
		overflow:hidden;
		font-size:10px;
		font-weight:bold;
		font-style:italic;
		font-family:Verdana, Geneva, sans-serif;
		text-shadow:none;
		color:#474747;
		cursor:default;
	}
	
	.orsca_dashboard .dashboard_slide_panel {
		position:absolute;
		display:none;
		left:0;
		right:0;
		bottom:35px;
		padding:10px;
		background:#000;
		background: rgba(0,0,0,0.85);
		z-index:9999;
		color:#fff;
		-webkit-box-shadow: 0px 0px 10px #323232;
		-moz-box-shadow:    0px 0px 10px #323232;
		box-shadow:         0px 0px 10px #323232;
	}

	.orsca_dashboard .dashboard_slide_panel#columns_selector table { 
  		border-spacing:15px;
	}
	
	.orsca_dashboard .dashboard_slide_panel#columns_selector td{
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		width:120px;
		height:80px;
		vertical-align:middle;
		text-align:center;
		color:#ccc;
		font-weight:bold;
		font-size:14px;
		cursor:pointer;
		font-family:Georgia, "Times New Roman", Times, serif;
	}


	.orsca_dashboard .dashboard_slide_panel#columns_selector td:hover{
		color:#ebebeb;
		background:#999;
	}


	.orsca_dashboard .dashboard_slide_panel#columns_selector td.selected{
		color:#fff;
		background:#666;
		border:1px solid #333;
	}

	.orsca_dashboard .dashboard_slide_panel#columns_selector td span.number{
		font-size:40px;
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector { 
		text-align:center;
	}

	
	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman {
		 position:relative;
	     display:inline-block;
		 overflow:hidden;
  		 width: 300px;
  		 height:300px;
		 -webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
		 border-radius: 4px;
		 padding:0;		
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman .tabs {
		height:30px;	
		overflow:hidden;
		margin:0;	
		text-align:left;
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman .share_tab {
		display:inline-block;
		width:30px;
		height:30px;
		float:right;	
		overflow:hidden;
		margin:0;	
		margin-right:20px;
		background:url(../images/share-30.png) center center no-repeat;
		opacity:0.5;
		zoom:0.75;	
		cursor:pointer;
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman .share_tab:hover {
		opacity:1;
	}
	
	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman span {
		display:inline-block;
		margin:0;
		height:24px;
		padding:3px;
		white-space:nowrap;
		color:#888;
		font-size:11px;
		line-height:24px;
		overflow:hidden;
		text-align:center;
		cursor:pointer;
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman span:hover {
		color:#fff;
	
	}
	
	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman span.active {
		cursor:default;
		color:#FF0;
		font-weight:bold;
		min-width:70px;
		background: rgba(0,0,0,0.75);
	}
	
	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman .tab_panel {
		height:265px;	
		overflow:hidden;
		background: rgba(0,0,0,0.75);
		margin:0;
		padding:0;		
	}
	
	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman .tab_panel .tab_content {
		display:none;
		height:265px;	
		overflow:hidden;
		overflow-y:auto;
		margin:0;
		padding:10px;
		text-align:left;
		color:#fff;
		box-sizing: border-box;
		font-size:11px;
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman .tab_panel .tab_content table{
		width:100%;
		border:none;
		border-spacing:2px;
		border-collapse:separate;
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman .tab_panel .tab_content table td {
		background: rgba(0,0,0,0.75);
		padding:5px;
		cursor:pointer;
		font-size:11px;
		width:100%;
	}
    
	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman .tab_panel .tab_content table td.subrow {
		padding-left:30px;
		font-size:11px;
	}
	
	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman .tab_panel .tab_content table td:hover {
		font-weight:bold;
		color:#fff;
		background: rgba(0,0,0,1);
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman .tab_panel .tab_content table td.selected {
		font-weight:bold;
		font-style:italic;
		color:#ff0;
		font-size:12px;
		cursor:default;
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman .tab_panel .tab_content table td.action_buttons {
		white-space:nowrap;
		min-width:20px;
		text-align:center;
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman .tab_panel .tab_content table td.action_buttons span.action_button {
		display:inline-block;
		width:16px;
		height:16px;
		margin:0;
		padding:0;
		margin-left:2px;
		opacity:0.5;
		zoom:0.75;
		cursor:pointer;
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman .tab_panel .tab_content table td.action_buttons span.action_button:hover {
		opacity:1;
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widget_catman .tab_panel .tab_content table td.action_buttons span.action_button.delete_widget {
		background:url(../images/icon-close-16.png) center center no-repeat;
	}
	
	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable_filter_titles {
  		 width: 900px;
  		 height:25px;
		 line-height:25px;
		 font-size:11px;
		 color:#ccc;
		 text-align:left;
	}
	
	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable_filter_titles  .filter_title {
	     display:inline-block;
		 min-width:25px;
		 margin-right:25px;	
		 color:#ff0;	
	}
	
	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable { 
		 position:relative;
	     display:inline-block;
		 overflow:hidden;
  		 width: 900px;
  		 height:275px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		padding:0;
		border:1px solid #333;		
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .noitems {
	    width:20000em;
	    position:absolute;
		vertical-align:middle;
	    padding:0;
  	    top:50%;
	    left:0;
		margin-top:-25px;
	    height:50px;
	    width: 900px;
		overflow:hidden;
		text-align:center;
		color:#666;
		text-transform:lowercase;
		font-weight:bold;
		font-size:24px;
		cursor:pointer;
		font-family:Georgia, "Times New Roman", Times, serif;
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .items {
	  width:20000em;
	  position:absolute;
  	  top:0;
	  left:0;
	  height:275px;
	  z-index:9999;
	  padding:0;
	  text-align:left;
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .items div.item {
		 overflow:hidden;
		 padding:5px;
  		 width: 890px;
  		 height:265px;
		float:left;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;

	}
	
	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .items div.item table.scrollable_item_group {
		margin:0;
		width:100%;
		border-spacing:5px;
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .items div.item table.scrollable_item_group td{
		width:290px;
		padding:0;
	}
	
	.widget_draggable ,
	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .widget {
		cursor:pointer;	
		padding:5px;
		height:50px;
		overflow:hidden;
		font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
		font-size:11px;
		color:#fff;
		background: rgba(0,0,0,0.85);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .widget {
		position:relative;
	}
	
	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .widget .slide_bar {
		position:absolute;
		top:0;
		right:-22px;
		bottom:0;
		width:22px;
		background:#000;
		z-index:99;	
	}
	
	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .widget .slide_bar .slide_bar_button {
		display:block;
		width:17px;
		height:17px;
		margin:2px;
		opacity:0.5;
		zoom:0.85;
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .widget .slide_bar .slide_bar_button:hover {
		opacity:1;
	}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .widget .slide_bar .slide_bar_button.customize_sharing {
		background:url(../images/share-16.png) center center no-repeat;
	}
	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .widget .slide_bar .slide_bar_button.reject_shared {
		background:url(../images/share-alt-16.png) center center no-repeat;
	}
	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .widget .slide_bar .slide_bar_button.delete_widget {
		background:url(../images/icon-close-16.png) center center no-repeat;
	}
	
	.widget_draggable {
		background:#000;
		background: rgba(0,0,0,0.85);
	}

	.widget_draggable  .widget_name,
	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .widget .widget_name {
		font-size:11px;
		color:#fff;
		font-weight:bold;
		white-space:nowrap;
		overflow:hidden;
		width:200px;
		height:14px;
	}
	
	.widget_draggable  .widget_by,
	.widget_draggable  .widget_report,
	.widget_draggable  .widget_type,
	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .widget .widget_by,
	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .widget .widget_report,
	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .widget .widget_type {
		font-size:10px;
		color:#ccc;
		text-transform:lowercase;
	}
	
	.widget_draggable  .widget_by span.widget_shared,
	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .widget .widget_by span.widget_shared {
		display:inline-block;
		width:24px;
		height:9px;
		margin-left:2px;
		opacity:0.85;
		background:url(../images/group2-16.png) center center no-repeat;
	}
	
	.widget_draggable  .widget_preview,
	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .widget .widget_preview {
	    background:url(../images/dashboard-widget.png) center center no-repeat;
	    height:50px;
	    width:50px;
		margin-right:10px;
		float:left;
		opacity:0.75;
	}
	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widgets_scrollable .widget .widget_preview.gauge-radial { background:url(../images/dashboard-ws-gauge-radial.png) center center no-repeat;}
	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widgets_scrollable .widget .widget_preview.gauge-horizontal { background:url(../images/dashboard-ws-gauge-horizontal.png) center center no-repeat;}
	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widgets_scrollable .widget .widget_preview.gauge-vertical { background:url(../images/dashboard-ws-gauge-vertical.png) center center no-repeat;}
	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widgets_scrollable .widget .widget_preview.chart-pie { background:url(../images/dashboard-ws-chart-pie.png) center center no-repeat;}
	.orsca_dashboard .dashboard_slide_panel#widgets_selector .widgets_scrollable .widget .widget_preview.chart-bar { background:url(../images/dashboard-ws-chart-bar.png) center center no-repeat;}

	.orsca_dashboard .dashboard_slide_panel#widgets_selector div.widgets_scrollable .widget:hover .widget_preview {
		opacity:1;
	}
	
	.orsca_dashboard .dashboard_slide_panel#widgets_selector a.browse {
	    background:url(../images/hori_large.png) no-repeat;
	    display:inline-block;
	    width:30px;
	    height:30px;
	    cursor:pointer;
	    font-size:1px;
	}

	/* right */
	.orsca_dashboard .dashboard_slide_panel#widgets_selector a.right { background-position: 0 -30px; clear:right; margin-right: 0px;}
	.orsca_dashboard .dashboard_slide_panel#widgets_selector a.right:hover { background-position:-30px -30px; }
	.orsca_dashboard .dashboard_slide_panel#widgets_selector a.right:active { background-position:-60px -30px; }


	/* left */
	.orsca_dashboard .dashboard_slide_panel#widgets_selector a.left { margin-left: 0px; }
	.orsca_dashboard .dashboard_slide_panel#widgets_selector a.left:hover  { background-position:-30px 0; }
	.orsca_dashboard .dashboard_slide_panel#widgets_selector a.left:active { background-position:-60px 0; }
	
	/* disabled navigational button */
	.orsca_dashboard .dashboard_slide_panel#widgets_selector a.disabled {
	    visibility:hidden !important;
	}
		
	.orsca_dashboard .dashboard_toolbar div.button {
		display:inline-block;
		margin:2px;
		padding:2px;
		width:22px;
		height:22px;
		opacity:0.75;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		cursor:pointer;
	}

	.orsca_dashboard .dashboard_toolbar div.button:hover {
		opacity:1;
	}

	.orsca_dashboard .dashboard_toolbar div.button.widgets {
		background:url(../images/dashboard-widgets-24.png) center center no-repeat;
	}
	
	.orsca_dashboard .dashboard_toolbar div.button.columns {
		background:url(../images/dashboard-columns-24.png) center center no-repeat;
	}

	.orsca_dashboard .dashboard_toolbar div.button.settings {
		background:url(../images/dashboard-settings-24.png) center center no-repeat;
		float:right;
	}

	.orsca_dashboard .dashboard_toolbar div.autorefresh_timer_container {
		height:28px;
		width: 250px;
		box-sizing:border-box;
		overflow: hidden !important;
		line-height:28px;
		color:#474747;
		font-size:11px;
		font-family:Verdana, Geneva, sans-serif;
		float:right;
		margin-left: 30px;
		margin-right: 30px;
		white-space: nowrap !important;
	}

	.orsca_dashboard .dashboard_toolbar div.button.active {
		opacity:1;
		background-color:#000;
	}
	
	
	.orsca_dashboard .dashboard_viewport {
		position:absolute;
		top:10px;
		left:10px;
		bottom:34px;
		right:10px;
		padding:0;
		border-bottom:1px solid #999;
		overflow:hidden;
	}
	
	.orsca_dashboard .dashboard_viewport .dashboard_content{
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:-18px;
		padding:5px;
		overflow:hidden;
		overflow-y:scroll;
	}
	
	.w2ui-popup-body:has(div#dashboard_settings) {
		position: relative !important;
	
	}
	#dashboard_settings {
		display: flex;
		flex-direction: column;
		position:absolute;
		top:5px;
		left:5px;
		bottom:0;
		right:5px;
		padding:10px;
		padding-bottom: 0;
		overflow:hidden;
		overflow-y:auto;
	}

	#dashboard_settings #dashboard_settings_content {
		display: block;
	}

	#dashboard_settings #dashboard_settings_buttons {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-grow: 1;
		box-sizing: border-box;
		border-top: 1px solid #b1b1b1;
		margin-top: 20px;
		padding: 10px;
	}

	#dashboard_settings .autorefreshdata_field {
		padding: 5px;
	}
	#dashboard_settings .autorefreshinterval_field {
		padding: 10px;;
	}

	#dashboard_settings .autorefreshinterval_field div.w2ui-multi-items li div.w2ui-list-remove {
		display: none !important;
	}

	.widgetbox_placeholder {
		border:1px dotted #999;	
		background:#ccc;
		background: rgba(128,128,128,0.25);
		border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
	}
	
	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column{
		float:left;
		text-align:center;
		vertical-align:top;
	}

	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column.outline{
		background: rgba(255,255,255,0.25);
	}
	
	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox{
		position:relative;
		display:block;
		margin:10px;
		overflow:visible;
		border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		border:1px solid #f1f1f1;
		background:#fff;
		background: rgba(255,255,255,0.25);
	}

	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetlink {
		position:absolute;
		display:none;
		bottom:0;
		right:0;
		padding:2px;
		height:20px;
		width:20px;
		z-index:9999;
		overflow:hidden;
		background: url(../images/external-gray.png) center center no-repeat;
		cursor:pointer;
	}

	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetlink:hover {
		background: url(../images/external.png) center center no-repeat;
	}

	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox:hover > div.widgetlink{
		display:inline-block;
	}
	
	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetbar {
		position:relative;
		display:block;
		margin:3px;
		padding:2px;
		height:20px;
		overflow:hidden;
		text-align:left;
		font-weight:bold;
		font-size:11px;
		color: #999;
	}

	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox:hover > div.widgetbar {
		font-weight:bold;
		font-size:11px;
		color: #666;
		text-shadow:3px 0px 3px #fff;
	}
	
	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetbar div.buttons{
		position:absolute;
		display:none;
		top:0;
		right:5px;
		padding:2px;
		height:20px;
		z-index:9999;
		overflow:hidden;
	}
	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox:hover > div.widgetbar div.buttons{
		display:inline-block;
	}

	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetbar div.buttons div.button{
		display:inline-block;
		float:right;
		width:18px;
		height:18px;
		margin:2px;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border:1px solid transparent;
		cursor:pointer;
	}

	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetbar div.buttons div.button:hover{
		border:1px solid #bbb;
	}

	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetbar div.buttons div.button.close{
		background: url(../images/16-close-gray.png) center center no-repeat;
	}
	
	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetbar div.buttons div.button.close:hover{
		background: url(../images/16-close.png) center center no-repeat;
	}
	
	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetbar div.buttons div.button.settings{
		background: url(../images/16-settings-gray.png) center center no-repeat;
	}
	
	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetbar div.buttons div.button.settings:hover{
		background: url(../images/16-settings.png) center center no-repeat;
	}
	
	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetcontent {
		position:relative;
		display:block;
		margin:3px;
		padding:2px;
		text-align:left;
		min-height:50px;
	}

	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetcontent #chart-container{
		position:relative;
		display:block;
		margin:0 auto;
        background: transparent;
	}
	
	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetcontent #gauge-container{
		position:relative;
		display:block;
		margin:0 auto;
        background: transparent url("../images/gauge-container.png") no-repeat;
		background-size:100% 100%;
	}
	
	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetcontent #gauge-container #gauge-value {
		position:absolute;
		display:none;
		padding:3px;
		height:25px;
		width:100px;
		bottom:16%;
		left:50%;
		margin-left:-53px;
		overflow:hidden;
		text-align:center;
		font-weight:bold;
		font-size:18px;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#666;
	}

	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetcontent #gauge-container #gauge-value span.error{
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:normal;
		padding:2px;
		background:#f00;
		color:#fff;
		font-weight:bold;
	}

	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetcontent #gauge-container.vertical{
        padding: 18px;
        background: transparent url("../images/linear-gauge-container.png") no-repeat;
		background-size:100% 100%;
	}

	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetcontent #gauge-container.vertical #gauge-value {
		bottom:0;
	}
	
	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetcontent #gauge-container.horizontal{
        padding: 18px;
        background: transparent url("../images/linear-gauge-container-h.png") no-repeat;
		background-size:100% 100%;
	}

	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetcontent #gauge-container.horizontal #gauge-value {
		bottom:0;
	}

	
	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetcontent #gauge {
        width: 81.5%;
        height: 81.5%;
        margin: 0 auto 0;
	}

	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetcontent #gauge-container.horizontal #gauge {
        width: 100%;
        height: 100%;
	}
	
	.orsca_dashboard .dashboard_viewport .dashboard_content > div.dashboard_column div.widgetbox > div.widgetcontent #gauge-container.vertical #gauge {
        width: 100%;
        height: 95%;
	}
	
	
/**************************************************************
 * Report Styles
 **************************************************************/

	.orsca_report {
		position:absolute;
		top:0;
		left:0;
	padding: 0;
	margin:0;
	font-size: 12px;
	margin: 0;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
	color: #666;
	height:100%;
	width:100%;
	min-height:300px;
	min-width:200px;
	}
	
	.orsca_report_page {
		width:100%;
		margin-top:30px;
	}

	.orsca_report_page_fullscreen {
		height:100%;
		width:100%;
	}

	.orsca_report_header {
	}

	
	.orsca_report_leftside_panel {
		position:relative;
		display:none;
		background:#f1f1f1;
		width:200px;
		margin:0;
		float:left;
		overflow:hidden;
	}
	
	.orsca_report_leftside_container {
		font-size: 11px;
		font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
		color: #666;
		position:absolute;
		overflow:hidden;
		overflow-y:auto;
		margin:0;
		top:14px;
		left:0;
		right:0;
		bottom:25px;
		padding:2px;
	}
	
	.orsca_report_leftside_container .orsca_updating{
		line-height:32px;
		display:inline-block;
		font-style:italic;
		font-weight:bold;
		font-size:14px;	
		color: #474747;
		text-shadow:1px 1px 2px #ccc;
	}
	
	.orsca_report_leftside_container .orsca_updating span{
		display:inline-block;
		float:left;
		background: url(../images/loaderB32-transBG.gif) center center no-repeat;	
		width:32px;		
		height:32px;	
		margin-right:5px;
	}
	
	.orsca_report_leftside_container  input.orsca_readonly {
		background:#f1f1f1;
		color:#000;
		font-weight:bold;	
	}
	
	.orsca_report_leftside_splitter {
		position:absolute;
		width:100%;
		height:10px;
		padding:2px;
		top:0;
		right:0;
		overflow:hidden;
		background:url(../images/slide-bg.png) repeat-x;
	}
	
	.orsca_report_leftside_splitter .slide {
		padding:0;
		margin:0;
		width:9px;
		height:7px;
		background: url(../images/slide-left.png) center center no-repeat;
		float:right;
		cursor:pointer;
	}
	.orsca_report_leftside_splitter .slide.right {
		background: url(../images/slide-right.png) center center no-repeat;
	}
	
	.orsca_report_content {
		position:relative;
		height:200px;
		overflow:hidden;
	}
	
	.orsca_report_footer {
	}

	.orsca_report_footer_fullscreen {
		position:absolute;
		bottom:0;
		width:100%;
	}

	.orsca_report_title {
		display:block;
		margin:15px 0 0 0;
		background:url(../images/document-48.png) 20px 10px no-repeat;
		padding:20px;
		padding-left:70px;
		font: normal 28px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
		color: #474747;
		text-shadow:1px 1px 2px #ccc;
		border-bottom:1px solid #ccc;
		line-height:28px;
	}
	
	.orsca_report_title span{
		display:inline-block;
		margin:0;
		font: normal 14px  Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
		color: #575757;
		text-shadow:1px 1px 2px #ccc;
		padding-left:20px;
	}
	
	.orsca_report_navigator {
		background:#ebebeb;
		height:22px;
		overflow:hidden;	
		padding:2px;
		cursor:default;
		font-size:10px;
	}
	
	div.orsca_report_navigator_separator {
		display:inline-block;
		background:#e1e1e1;
		height:18px;
		width:1px;
		border-right:1px solid #f1f1f1;
		overflow:hidden;	
		padding:0;
		margin-left:2px;
		margin-right:2px;
		cursor:default;
	}
	
	button.orsca_report_navigator_button {
		display:inline-block;
		margin:0;
		padding:0;
		height:18px;
		width:18px;
		overflow:hidden;
		cursor:pointer;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	    border:1px solid #ebebeb;
		background:#ebebeb;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}

	button.orsca_report_navigator_button:hover {
	   border:1px solid #666;
	}
	
	button.orsca_report_navigator_button.orsca_report_navigator_first {background:url(../images/first.png) center center no-repeat;}
	button.orsca_report_navigator_button.orsca_report_navigator_prev {background:url(../images/prev.png) center center no-repeat;}
	button.orsca_report_navigator_button.orsca_report_navigator_next {background:url(../images/next.png) center center no-repeat;}
	button.orsca_report_navigator_button.orsca_report_navigator_last {background:url(../images/last.png) center center no-repeat;}

	button.orsca_report_navigator_button.orsca_report_navigator_first:hover {background:#b9b9b9 url(../images/first_active.png) center center no-repeat;}
	button.orsca_report_navigator_button.orsca_report_navigator_prev:hover {background:#b9b9b9 url(../images/prev_active.png) center center no-repeat;}
	button.orsca_report_navigator_button.orsca_report_navigator_next:hover {background:#b9b9b9 url(../images/next_active.png) center center no-repeat;}
	button.orsca_report_navigator_button.orsca_report_navigator_last:hover {background:#b9b9b9 url(../images/last_active.png) center center no-repeat;}

	button.orsca_report_navigator_button_disabled,
	button.orsca_report_navigator_button_disabled:hover {
		cursor:default;
	    border:1px solid #ebebeb;
		background:#ebebeb;
	}
	
	
	button.orsca_report_navigator_button_disabled.orsca_report_navigator_first,
	button.orsca_report_navigator_button_disabled.orsca_report_navigator_first:hover
	 {background:url(../images/first_disabled.png) center center no-repeat;}
	button.orsca_report_navigator_button_disabled.orsca_report_navigator_prev,
	button.orsca_report_navigator_button_disabled.orsca_report_navigator_prev:hover
	 {background:url(../images/prev_disabled.png) center center no-repeat;}
	button.orsca_report_navigator_button_disabled.orsca_report_navigator_next,
	button.orsca_report_navigator_button_disabled.orsca_report_navigator_next:hover
	 {background:url(../images/next_disabled.png) center center no-repeat;}
	button.orsca_report_navigator_button_disabled.orsca_report_navigator_last,
	button.orsca_report_navigator_button_disabled.orsca_report_navigator_last:hover
	 {background:url(../images/last_disabled.png) center center no-repeat;}
	
	div.orsca_report_navigator_block {
		display:inline-block;
		margin:0;
		padding:0;
		height:18px;
		line-height:18px;
		overflow:hidden;
		white-space:nowrap;
		font-size:10px;
	}
	
	input.orsca_report_navigator_current_page {
		margin:0;
		padding:0;
		height:18px;
		width:34px;
		overflow:hidden;
		outline:none;
		background:#fff;
		border:1px solid #ccc;
		-moz-border-radius:0; 
		-webkit-border-radius:0;
		border-radius:0;
		text-align:center;
		font-size:10px;
	}

	select.orsca_report_navigator_rpp {
		margin:0;
		padding:0;
		height:18px;
		width:45px;
		overflow:hidden;
		outline:none;
		background:#fff;
		border:1px solid #ccc;
		-moz-border-radius:0; 
		-webkit-border-radius:0;
		border-radius:0;
		font-size:10px;
	}
	
	.orsca_report_toolbars {
		display:block;
		padding:0;
		margin:0;
		background:#f1f1f1;
		border:0 none;
	}
	
	.orsca_report_toolbar {
		display:block;
		padding:0;
		padding-left:20px;
		margin:0;
		background:#f1f1f1;
		border:1px solid #ebebeb;
		border-top:1px solid #f9f9f9;
		height:42px;
		overflow:hidden;
		position:relative;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
 
 	.orsca_report_toolbar_button_container {
		display:inline-block;
		margin:0;
		padding:0;		
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	
	.orsca_report_toolbar_button {
		margin:2px;
		display:inline-block;
		background:#f1f1f1;
		border:1px outset #f9f9f9;
		overflow:hidden;
		height:36px;
		width:36px;
		-moz-border-radius:3px; 
		-webkit-border-radius:3px;
		border-radius:3px;
		cursor:pointer;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}

 	.orsca_report_toolbar_button_container .orsca_report_toolbar_button{
		border-right:1px solid #bbb;
		-webkit-border-top-right-radius:0;
		-moz-border-radius-topright: 0;
		border-top-right-radius: 0;
		-webkit-border-bottom-right-radius:0;
		-moz-border-radius-bottomright: 0;
		border-bottom-right-radius: 0;
	}
	
	.orsca_report_toolbar_button_container .orsca_report_toolbar_button_split {
		margin:2px;
		margin-left:-2px;
		display:inline-block;
		background:#f1f1f1 url(../images/arrow2_s.png) center center no-repeat;	;
		border:1px outset #f9f9f9;
		border-left:0 none;
		overflow:hidden;
		height:36px;
		width:10px;
		-moz-border-radius:3px; 
		-webkit-border-radius:3px;
		border-radius:3px;
		-webkit-border-top-left-radius:0;
		-moz-border-radius-topleft: 0;
		border-top-left-radius: 0;
		-webkit-border-bottom-left-radius:0;
		-moz-border-radius-bottomleft: 0;
		border-bottom-left-radius: 0;
		cursor:pointer;
	}

	.orsca_report_toolbar_button_container .orsca_report_toolbar_button_split.toggled {
		background:#fcfcfc url(../images/arrow2_s.png) center center no-repeat;	;
		border:1px inset #f9f9f9;
		border-left:0 none;
	}
	
	.orsca_report_toolbar_button_splitmenu {
			position: absolute;
			display:none;
			min-height:20px;
			max-height:250px;
			padding:0;
			padding-right:18px;
			border:1px solid #ccc;
			background: #f1f1f1;
			-moz-box-shadow:0px 0px 15px #666 ;
			-webkit-box-shadow:0px 0px 15px #666 ;
			box-shadow:0px 0px 15px #666 ;
			z-index:9999;
			overflow-x:hidden;
			overflow-y:auto;
	}
	
	.orsca_report_toolbar_button_splitmenu div.splitmenu_menuitems {
		white-space:nowrap;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
		white-space:nowrap;
		padding:5px;
		margin:0;
		display:inline-block;
	}

	.orsca_report_toolbar_button_splitmenu div.splitmenu_menuitems hr{
		padding:0;
		margin:2px;
		border:none;
		border-top:1px solid #E2E3E3;
		border-bottom:1px solid #fff;
	}
	
	.orsca_report_toolbar_button_splitmenu div.splitmenu_menuitems div{
		border: 1px solid  transparent;
		-moz-border-radius:4px; 
		-webkit-border-radius:4px;
		border-radius:4px;
		line-height:22px;
		font-size:11px;
		color:#474747;
		font-family:Arial, Helvetica, sans-serif;
		height:22px;
		padding:0;
		padding-left:2px;
		padding-right:4px;
		margin:0;
		white-space:nowrap;
		cursor:pointer;
		min-width:200px;
		max-width:500px;
		overflow:hidden;
	}
	
	.orsca_report_toolbar_button_splitmenu div.splitmenu_menuitems div:hover{
		border: 1px solid  #AECFF7;
		background: url(../images/splitmenu-mibg-hover.png) repeat-x;
		color:#111;
	}
	
	.orsca_report_toolbar_button_splitmenu div.splitmenu_menuitems div span{
		display:inline-block;
		height:22px;
		padding:1px;
		padding-left:5px;
		padding-right:2px;
		white-space:nowrap;
		border:0 none;
		vertical-align:middle;
	}

	.orsca_report_toolbar_button_splitmenu div.splitmenu_menuitems div span.icon{
		border:0 none;
		width:22px;
	}
	
	.orsca_button_superfields {
		background:url(../images/superfields-32.png) 2px 2px no-repeat;	
	}
	
	.orsca_button_superfields_toggled {
		border:1px inset #ffffff;
		background:url(../images/superfields-32.png) 3px 3px no-repeat;	
	}
	
	.orsca_button_columns_layout {
		background:url(../images/column-32.png) 2px 2px no-repeat;	
	}
	
	.orsca_button_columns_layout_toggled {
		border:1px inset #ffffff;
		background:url(../images/column-32.png) 3px 3px no-repeat;	
	}

	.orsca_button_export_pdf {
		background:url(../images/export_pdf.png) 2px 2px no-repeat;	
	}
	
	.orsca_button_export_pdf_toggled {
		border:1px inset #ffffff;
		background:url(../images/export_pdf.png) 3px 3px no-repeat;	
	}

	.orsca_button_dashboard_widgets {
		background:url(../images/dashboard-widgets.png) 2px 2px no-repeat;	
	}
	
	.orsca_button_dashboard_widgets_toggled {
		border:1px inset #ffffff;
		background:url(../images/dashboard-widgets.png) 3px 3px no-repeat;	
	}

	.orsca_button_new_row {
		background:url(../images/document-new.png) 2px 2px no-repeat;	
	}

	.orsca_button_new_row_toggled {
		border:1px inset #ffffff;
		background:url(../images/document-new.png) 3px 3px no-repeat;	
	}

	.orsca_button_cuc {
		background:url(../images/cost.png) 2px 2px no-repeat;	
	}
	
	.orsca_button_cuc_toggled {
		border:1px inset #ffffff;
		background:url(../images/cost.png) 3px 3px no-repeat;	
	}

	.orsca_button_views {
		background:url(../images/report_view.png) 2px 2px no-repeat;	
	}
	
	.orsca_button_views_toggled {
		border:1px inset #ffffff;
		background:url(../images/report_view.png) 3px 3px no-repeat;	
	}

	.orsca_button_filters {
		background:url(../images/filter-32.png) 2px 2px no-repeat;	
	}
	
	.orsca_button_filters_toggled {
		border:1px inset #ffffff;
		background:url(../images/filter-32.png) 3px 3px no-repeat;	
	}

	.orsca_button_fullscreen {
		background:url(../images/fullscreen-on-32.png) 2px 2px  no-repeat;	
	}
	
	.orsca_button_fullscreen_toggled {
		border:1px inset #ffffff;
		background:url(../images/fullscreen-on-32.png) 3px 3px no-repeat;	
	}

#exposeMask {
		padding-top:25px;
		padding-bottom:25px;
}

	.orsca_modal_dialog {
		display:none;
		font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
		background-color:#fff;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		box-shadow: 0 0 50px 20px #666;
		-moz-box-shadow: 0 0 50px 20px #666;
		-webkit-box-shadow: 0 0 50px 20px #666;
	}

	.orsca_report_dialog_confirm{
		display:none;
		position:absolute;
		background:#fff ;	
		color: #474747;
		text-shadow:1px 1px 2px #ccc;
		padding:5px;
	    height:150px;
		width:550px;
		text-align:left;
		overflow:hidden;
		border:2px solid #474747;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		box-shadow:0 0 20px #000;
		-moz-box-shadow:0 0 20px #000;
		-webkit-box-shadow:0 0 20px #000;
	}
	
	.orsca_report_dialog_confirm div.dialog_confirm_ajax {
		display:none;
	    height:150px;
		background: url(../images/loaderB64.gif) 40px center no-repeat;	
		color: #999;
		text-shadow:1px 1px 5px #ccc;
		line-height:150px;
		font-size:20px;
	    font-style:italic;
		font-weight:bolder;
		text-align:center;
	}
	
	.orsca_modal_dialog_ajax_load,
	.orsca_modal_dialog_confirm {
		display:none;
		position:absolute;
		height:100%;
		width:100%;
		background:#fefefe;	
		background-color: rgba(254,254,254,0.8); 
		z-index:9999;
		text-align:center;
		vertical-align:middle;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
	}

	.orsca_modal_dialog_ajax_load span{
		display:inline-block;
		background: url(../images/loaderB64.gif) left center no-repeat;	
		padding-left:68px;
		font-size:28px;
		font-weight:bolder;
		color: #999;
		text-shadow:1px 1px 2px #ccc;
	    height:64px;
		width:164px;
		line-height:64px;
		text-align:left;
		margin-top:25%;
		white-space:nowrap;
		overflow:visible;
	}

	.orsca_modal_dialog_confirm span{
		display:inline-block;
		background:#fff ;	
		color: #474747;
		text-shadow:1px 1px 2px #ccc;
		padding:5px;
		width:550px;
		text-align:left;
		margin-top:22%;
		border:2px solid #474747;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		box-shadow:0 0 20px #000;
		-moz-box-shadow:0 0 20px #000;
		-webkit-box-shadow:0 0 20px #000;
	}
	
	.orsca_modal_dialog_confirm span h1,
	.orsca_report_dialog_confirm h1{
		display:block;
		background: url(../images/trash-48.png) left center no-repeat;	
		pading: 5px;
		padding-left: 52px;
		height:50px;
		border-bottom:1px solid #ebebeb;
		font-size:22px;
		line-height:50px;
		font-weight:bolder;
		color: #999;
		text-shadow:1px 1px 2px #ccc;
	}

	.orsca_modal_dialog_confirm span h1.no_bg,
	.orsca_report_dialog_confirm h1.no_bg{
		background: none;	
		padding-left: 5px;
	}
	
	.orsca_modal_dialog_confirm span p,
	.orsca_report_dialog_confirm p{
		margin:5px;
		padding:5px;
		padding-left:60px;
		border:1px solid #ebebeb;
		font-size:12px;
		color:#474747;
		
	}
	
	.orsca_modal_dialog_confirm span p.dialogcontent,
	.orsca_report_dialog_confirm p.dialogcontent{
		margin:5px;
		padding:5px;
		font-size:11px;
		color:#999;
		border:none;
		
	}
	
	.orsca_modal_dialog_container {
		padding:5px;
		margin:5px;
		font-size:11px;
	}
	
	.orsca_modal_dialog_header {
		padding:0;
		border-bottom:1px dotted #ebebeb;
	}
	
	.orsca_modal_dialog_content {
		padding:15px;
	}
	
	.orsca_modal_dialog_footer {
		padding:3px 15px 2px 15px;
		text-align:right;
	}
	
	.orsca_modal_dialog_title {
		font: normal 28px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
		color: #474747;
		text-shadow:1px 1px 2px #ccc;
		padding:5px;
	}

	.orsca_superfields_dialog_title {
		padding-left:36px;
		background:url(../images/superfields-32.png) left center no-repeat;			
	}
	
	.orsca_export_pdf_dialog_title {
		padding-left:36px;
		background:url(../images/export_pdf.png) left center no-repeat;			
	}
	
	.orsca_dashboard_widgets_dialog_title {
		padding-left:36px;
		background:url(../images/dashboard-widgets.png) left center no-repeat;			
	}
	
	.orsca_cuc_dialog_title {
		padding-left:36px;
		background:url(../images/cost.png) left center no-repeat;			
	}
	
	.orsca_columns_layout_dialog_title {
		padding-left:36px;
		background:url(../images/column-32.png) left center no-repeat;			
	}
	
	.orsca_filters_dialog_title {
		padding-left:36px;
		background:url(../images/filter-32.png) left center no-repeat;			
	}
	
	.orsca_modal_dialog_close {
		
	}
	
	.orsca_modal_dialog .close {
		background-image:url(../images/close.png);
		position:absolute; right:-16px; top:-16px;
		cursor:pointer;
		height:36px;
		width:36px;
	}
	
	.orsca_dock {
		position:absolute;
		background:#799DCF;
		overflow:hidden;
	}
	
	.orsca_dock_topleft {
		top:0;
		left:0;
		width:50px;
		height:18px;
	}
	
	.orsca_dock_topright {
		top:0;
		right:0;
		width:16px;
		height:18px;
	    background:url(../images/vertical-scroll-bg.jpg) repeat-y;
	}
	
	.orsca_dock_top {
		top:0;
		left:50px;
		right:16px;
		height:18px;
		background:#ccc;
	}
	
	.orsca_dock_left {
		top:18px;
		left:0;
		bottom:16px;
		width:50px;
		background:#ccc;
	}
	
	.orsca_dock_right {
		top:18px;
		right:0;
		bottom:16px;
		width:16px;
	    background:url(../images/vertical-scroll-bg.jpg) repeat-y;
	}

	.orsca_dock_bottomleft {
		bottom:0;
		left:0;
		width:250px;
		height:16px;
	    background:url(../images/dock-bottomleft-bg.jpg) repeat-x;
	}
	
	.orsca_dock_bottomright {
		bottom:0;
		right:0;
		width:16px;
		height:16px;
	}
	
	.orsca_dock_bottom {
		bottom:0;
		left:250px;
		right:16px;
		height:16px;
	    background:url(../images/horizontal-scroll-bg.jpg) repeat-x;
	}

	.orsca_dock_fill {
		top:18px;
		left:50px;
		bottom:16px;
		right:16px;
	}
	
	.orsca_panel {
		background:#fff;
	}

	.orsca_panel_content {
		position:absolute;
		white-space:nowrap;
		background:#ebebeb;
	}
	
	.orsca_panel_column_headers,.orsca_panel_row_headers {
		position:absolute;
		white-space:nowrap;
		overflow:hidden;
	}

	.orsca_panel_row_headers_content {
		position:absolute;
		background:#ebebeb;
	}
	
	.orsca_panel_column_headers_content {
		position:absolute;
		white-space:nowrap;
		background:#ebebeb;
	}

/******************************************************************/
/*Report CUC Styles*/
/******************************************************************/
	
	.orsca_cuc {
		display:none;
		width:100%;
		margin:0;
		padding:0;
	}
		
	.orsca_cuc_body {
		margin:2px;
		padding:5px;
		height:50px;
		overflow:hidden;
	}
	
	
	.orsca_cuc_footer {
		border-top:1px solid #ebebeb;
		margin:2px;
	}


/******************************************************************/
/*Report SuperFields Styles*/
/******************************************************************/
	
	.orsca_superfields {
		display:none;
		width:100%;
		margin:0;
		padding:0;
	}

	.orsca_superfields_header {
		overflow:hidden;
		margin:2px;
		margin-bottom:5px;
		padding-bottom:5px;
		height:40px;
		padding-right:10px;
		border-bottom:1px solid #ebebeb;
	}
	
	.orsca_superfields_body {
		margin:2px;
		padding:5px;
		max-height:220px;
		overflow:auto;
	}
	
	
	.orsca_superfields_footer {
		border-top:1px solid #ebebeb;
		margin:2px;
	}

/******************************************************************/
/*Report Dashboard Widgets Styles*/
/******************************************************************/

	.orsca_dashboard_widgets {
		display:none;
		width:100%;
		margin:0;
		padding:0;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body {
		position:relative;
		display:block;
		margin:0;
		padding:0;
		overflow:visible;
		height:400px;
	}


	.orsca_dashboard_widgets  .fill_width{
		width:97%;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel {
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		padding:5px;
		border:1px solid #f9f9f9;
		background:#fcfcfc;		
		overflow:visible;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .widgets_list {		
		display:inline-block;
		border:1px solid #f1f1f1;
		width:400px;
		height:350px;
		background:#fff;
		overflow:hiden;
		overflow-y:auto;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .widgets_list table {
		border:none;
		border-spacing:0;
		border-collapse:collapse;
		width:100%;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .widgets_list table tr {
		cursor:pointer;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .widgets_list table td {
		white-space:nowrap;
		padding:8px;
		text-transform:capitalize;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .widgets_list table td.main_column {
		width:100%;		
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .widgets_list table tr:hover {
		background: url(../images/listboxitem-bg-hover.png) repeat-x;
		color:#111;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .widgets_list table tr.selected ,
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .widgets_list table tr.selected:hover {
		background: url(../images/listboxitem-bg-selected.png) repeat-x;
		color:#333;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel input[type=button].orsca_field {
		padding-top:3px;
		padding-bottom:3px;
		margin:3px;
		cursor:pointer;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel input[type=button][disabled].orsca_field {
		cursor:not-allowed;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel select {
		min-width:100px;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel select.nominwidth {
		min-width:inherit;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel select[disabled],
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel select[disabled] option,
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel option[disabled] {
		color:#eee;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel > table {
		width:100%;
		height:100%;	
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel > table table {
		width:100%;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel td.listitem {
		cursor:pointer;
		font-weight:bold;
		font-size:14px;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#999;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.type_selector td.listitem:hover {
		color:#fff;
		background:#333;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.type_selector td.listitem.disabled {
		background:transparent;
		color:#ccc;
		opacity:0.25;
		cursor:default;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.type_selector td.listitem div {
		height:120px;
		text-align:center;	
		margin-bottom:10px;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.widget_type_panel td.widgettype div.wt_gauge {
		background:url(../images/dashboard-widget-gauges.png) bottom center no-repeat;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.widget_type_panel td.widgettype div.wt_chart {
		background:url(../images/dashboard-widget-charts.png) bottom center no-repeat;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.chart_type_panel td.charttype div.ct_bar {
		background:url(../images/charttype-bar.png) center center no-repeat;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.chart_type_panel td.charttype div.ct_pie {
		background:url(../images/charttype-pie.png) center center no-repeat;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.chart_editor_panel .editor{
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		width:550px;
		padding:5px;
		border-right:1px solid #f9f9f9;
		overflow:visible;
		overflow-y:auto;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.chart_editor_panel .editor #chart-datafield-custom {	
		height:100px;
		min-width:120px;
		overflow:auto;
		overflow-x:hidden;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.chart_editor_panel .preview{
		position:absolute;
		top:0;
		left:561px;
		bottom:0;
		right:0;
		padding:5px;
		background:#fff;		
		overflow:visible;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.chart_editor_panel .preview #chart{
		margin: 0 auto;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_type_panel td.gaugetype div.gt_radial {
		background:url(../images/gaugetype-radial.png) bottom center no-repeat;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_type_panel td.gaugetype div.gt_vertical {
		background:url(../images/gaugetype-vertical.png) bottom center no-repeat;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_type_panel td.gaugetype div.gt_horizontal {
		background:url(../images/gaugetype-horizontal.png) bottom center no-repeat;
	}

    .orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .datasource-testing {
		display:none;
		padding:2px;
		padding-right:28px;
		height:17px;
		float:left;
		color: #666;
		font-style:italic;
		margin-left:5px;
		background:url(../images/ajax-loader-R24.gif) right center no-repeat;	
	}

    .orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_editor_panel .slider {
		width:80px;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_editor_panel .editor{
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		width:600px;
		padding:5px;
		border-right:1px solid #f9f9f9;
		overflow:hidden;
		overflow-y:auto;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .editor  ul{
		position:absolute;
		top:0px;
		left:0;
		right:0;
		height:25px;
		display:block;
		overflow:visible;
		list-style:none;
		margin:0;
		padding:0;
		padding-top:5px;
		padding-left:5px;
		border-bottom:1px solid #f1f1f1;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .editor  ul li{
		display:inline-block;
		cursor:pointer;
		padding:5px;
		padding-left:10px;
		padding-right:10px;
		margin:0;
		color:#999;
		border:1px solid transparent;
		-moz-border-radius-topright: 8px;
		-webkit-border-top-right-radius: 8px;
		border-top-right-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-webkit-border-top-left-radius: 8px;
		border-top-left-radius: 8px;
		-moz-border-radius-bottomright: 0;
		-webkit-border-bottom-right-radius: 0;
		border-bottom-right-radius: 0;
		-moz-border-radius-bottomleft: 0;
		-webkit-border-bottom-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .editor  ul li.active{
		border:1px solid #f1f1f1;
		border-bottom:1px solid #fff;
		background:#fff;
		cursor:default;
		color:#000;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .editor  div.tab_panel {
		display:none;
		position:absolute;
		top:31px;
		left:0;
		bottom:0;
		right:0;
		background:#fff;
		padding:5px;
		overflow:hidden;
		overflow-y:auto;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .editor  div.tab_panel input[type=color] {
		display:inline-block;
		border:1px solid #f1f1f1;
		width:50px;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .editor > div.tab_panel > table{
		margin-top:10px;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .editor > div.tab_panel  table{
		width:100%;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .editor > div.tab_panel  table td{
		padding:3px;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .editor > div.tab_panel > table td.fieldset{
		background:#f1f1f1;
		text-align:left;
		font-weight:bold;
		color:#000;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .editor > div.tab_panel > table td.label{
		background:#fcfcfc;
		text-align:right;
		white-space:nowrap;
		min-width:100px;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel .editor tr.ranges-container {
		display:none;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_editor_panel .editor table.ranges {
		margin:0 auto;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_editor_panel .editor table.ranges td.range{
		display:none;
		text-align:right;
		background:#fcfcfc;
		white-space:nowrap;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_editor_panel .editor table.ranges td.range input{
		display:inline-block;
		border:1px solid #f1f1f1;
		width:50px;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_editor_panel .preview{
		position:absolute;
		top:0;
		left:611px;
		bottom:0;
		right:0;
		padding:5px;
		background:#fff;		
		overflow:hidden;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_editor_panel .preview #gauge-container{
		position:absolute;
		top:50%;
		left:50%;
		width:250px;
		height:250px;
		margin-top:-125px;
		margin-left:-125px;
        background: transparent url("../images/gauge-container.png") no-repeat;
		background-size:100% 100%;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_editor_panel .preview #gauge-container #gauge-value {
		position:absolute;
		display:none;
		padding:3px;
		height:25px;
		width:100px;
		bottom:16%;
		left:50%;
		margin-left:-53px;
		overflow:hidden;
		text-align:center;
		font-weight:bold;
		font-size:18px;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#666;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_editor_panel .preview #gauge-container #gauge-value span.error{
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:normal;
		padding:2px;
		background:#f00;
		color:#fff;
		font-weight:bold;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_editor_panel .preview #gauge-container.vertical{
        padding: 18px;
		width:100px;
		height:250px;
		margin-top:-143px;
		margin-left:-68px;
        background: transparent url("../images/linear-gauge-container.png") no-repeat;
		background-size:100% 100%;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_editor_panel .preview #gauge-container.vertical #gauge-value {
		bottom:5px;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_editor_panel .preview #gauge-container.horizontal{
        padding: 18px;
		width:250px;
		height:100px;
		margin-left:-143px;
		margin-top:-68px;
        background: transparent url("../images/linear-gauge-container-h.png") no-repeat;
		background-size:100% 100%;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_editor_panel .preview #gauge-container.horizontal #gauge-value {
		bottom:8%;
	}

	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_editor_panel .preview #gauge {
        width: 81.5%;
        height: 81.5%;
        margin: 0 auto 0;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_editor_panel .preview #gauge-container.horizontal #gauge {
        width: 100%;
        height: 100%;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.gauge_editor_panel .preview #gauge-container.vertical #gauge {
        width: 100%;
        height: 95%;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.widget_sharing_panel .share_buttons {
		overflow:hidden;
		padding:5px;
		height:25px;
		margin-bottom:5px;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.widget_sharing_panel .share_buttons .widget_title {
		display:inline-block;
		float:left;
		padding:0;
		margin-right:5px;
		font: normal 18px  Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
		color: #999;
		text-shadow:1px 1px 2px #ccc;
	}
	

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.widget_sharing_panel .share_details {
		overflow:hidden;
		overflow-y:scroll;
		padding:5px;
		height:335px;
		border:1px solid #f1f1f1;
		background:#fff;
	}
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.widget_sharing_panel .share_details div.sharing_user {
		float:left;
		padding:5px;
		margin:3px;
		border:1px solid #f1f1f1;
		background:#fff;
		width:195px;
		overflow:hidden;
		-moz-border-radius:4px; 
		-webkit-border-radius:4px;
		border-radius:4px;
		cursor:pointer;
		color:#999;
	}

	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.widget_sharing_panel .share_details div.sharing_user.all_users {
		width:835px;
		text-align:center;
		font-weight:bold;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.widget_sharing_panel .share_details div.sharing_user:hover {
		background:#fcfcfc;
		color:#666;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.widget_sharing_panel .share_details div.sharing_user.selected {
		background: url(../images/listboxitem-bg-selected.png) repeat-x;
		color:#666;
	}
	
	.orsca_dashboard_widgets .orsca_dashboard_widgets_body .panel.widget_sharing_panel .share_details div.sharing_user.disabled {
		background:#fff;
		color:#ccc;
		cursor:default;
		opacity:0.5;
	}
	
	
/******************************************************************/
/*Report ExportAsPDF Styles*/
/******************************************************************/

	.orsca_export_as_pdf {
		display:none;
		width:100%;
		margin:0;
		padding:0;
	}

	.orsca_export_as_pdf_header {
		overflow:hidden;
		margin:2px;
		margin-bottom:5px;
		padding-right:10px;
		border-bottom:1px solid #ebebeb;
	}
	
	.orsca_export_as_pdf_body {
		overflow:auto;
		margin:2px;
		padding:5px;
		height:250px;
	}

	.orsca_export_as_pdf_body div.section{
		margin:2px;
		padding:5px;
		border-bottom:1px dotted #f1f1f1;
	}
	
	.orsca_export_as_pdf_body div.section blockquote{
		margin-top:2px;
	}
	
	.orsca_export_as_pdf_footer {
		border-top:1px solid #ebebeb;
		overflow:hidden;
		margin:2px;
		margin-top:5px;
		padding-top:5px;
	}

/******************************************************************/
/*Report ColumnsLayout Styles*/
/******************************************************************/

	.orsca_columns_layout {
		display:none;
		width:100%;
		margin:0;
		padding:0;
	}

	.orsca_columns_layout_header {
		overflow:hidden;
		margin:2px;
		margin-bottom:5px;
		height:40px;
		padding-right:10px;
		border-bottom:1px solid #ebebeb;
	}
	
	.orsca_columns_layout_body {
		overflow:hidden;
		margin:2px;
		padding:0;
		height:275px;
	}

	.orsca_columns_layout_body h3 {
		font: normal 14px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
		color: #474747;
		text-shadow:1px 1px 2px #ccc;
		padding:2px;
		margin:0;
	}

	.orsca_columns_layout_body table {
		clear:both;
	}
	
	.orsca_columns_layout_body td {
		width:285px;
		padding:0;
		padding-left:5px;
	}
	
	.orsca_columns_layout_list {
		float:left;
		overflow:auto;
		overflow-x:hidden;
		margin-top:-2px;
		padding:5px;
		width:285px;
		height:242px;
		border:1px solid #f1f1f1;
		border-bottom:none;
	}
	
	.orsca_columns_layout_filterslink {
		float:left;
		overflow:auto;
		overflow-x:hidden;
		margin-top:-2px;
		padding:5px;
		width:285px;
		height:242px;
		border-top:1px solid #f1f1f1;
		border-right:1px solid #f1f1f1;
	}
	
	.orsca_columns_layout_filterslink div.filterlink:hover {
			background-color:#ECF9FF;	
	}
	
	.orsca_columns_layout_filterslink div.filterlink input[disabled]+label {
		color:#ccc;	
	}
	
	.orsca_columns_layout_filterslink div.filterlink {
		margin-bottom:3px;		
	}
	
	.orsca_columns_layout_footer {
		border-top:1px solid #ebebeb;
		overflow:hidden;
		margin:2px;
		margin-top:5px;
		padding-top:5px;
		height:40px;
	}
	
	div.orsca_columns_layout_field {
		overflow:hidden;
		margin:2px;
		padding:2px;
		background:#fff;
		font-size:11px;
		color: #333;
	}

	div.orsca_columns_layout_field blockquote{
		margin-left:30px;
		margin-top:2px;
		margin-bottom:2px;
		font-size:12px;
	}

	div.orsca_columns_layout_field blockquote div{
		margin:0;
		background:#fff;
		font-size:11px;
		color: #333;
	}

	div.orsca_columns_layout_field blockquote div input{
		margin:0;
		line-height:0;
		vertical-align:middle;
		opacity:.5;	
	}
	
	div.orsca_columns_layout_field label{
		cursor:pointer;
	}
   
   

/******************************************************************/
/*Report Filter Styles*/
/******************************************************************/

	.orsca_filter {
		position:relative;
		display:none;
		width:885px;
		height:410px;
		margin:0;
		padding:0;
	}

	.orsca_filter_templates {
		display:none;	
	}
	
	.dialog_filter_title_field {
		width:350px;	
	}
	
	.orsca_filter .orsca_filter_sidetabs {
		position:absolute;
		overflow:hidden;
		margin:2px;
		padding:5px;
		top:0;
		left:0; 
		width:145px;
		height:400px;
		background:#fff;
		border:1px solid #f9f9f9;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}

	.orsca_filter .orsca_filter_sidetabs ul.tabs {
		padding:5px;
		list-style:none;
	}
	
	.orsca_filter .orsca_filter_sidetabs ul.tabs li{
		border: 1px solid #fff;
		background:#fff;
		padding:2px;
		padding-left:5px;
		padding-right:5px;
		margin:2px;
		cursor:pointer;
		-moz-border-radius:4px; 
		-webkit-border-radius:4px;
		border-radius:4px;
		
	}
	
	.orsca_filter .orsca_filter_sidetabs ul.tabs li:hover{
		border: 1px solid  #AECFF7;
		background: url(../images/splitmenu-mibg-hover.png) repeat-x;
		color:#111;
	}
	

	.orsca_filter .orsca_filter_sidetabs ul.tabs li.selected ,
	.orsca_filter .orsca_filter_sidetabs ul.tabs li.selected:hover {
		border: 1px solid  #AECFF7;
		background: url(../images/splitmenu-mibg-selected.png) repeat-x;
		color:#111;
		cursor:default;
	}
	

	
	.orsca_filter .orsca_filter_panelscontainer {
		position:absolute;
		overflow:hidden;
		margin:2px;
		padding:5px;
		top:0;
		left:160px; 
		right:0;
		height:400px;
		background:#fcfcfc;
		border:1px solid #f9f9f9;
		z-index:99;
	}
	
	.orsca_filter .orsca_filter_panelscontainer .filter_panel {
		display:none;
		overflow:hidden;
		padding:5px;
		height:390px;
		margin-bottom:5px;
	}

	.orsca_filter .orsca_filter_panelscontainer #filter_share_panel .share_buttons,
	.orsca_filter .orsca_filter_panelscontainer #filter_edit_panel .search_buttons,
	.orsca_filter .orsca_filter_panelscontainer #search_panel .search_buttons {
		overflow:hidden;
		padding:5px;
		height:25px;
		border:1px solid #f1f1f1;
		margin-bottom:5px;
	}
		
	.orsca_filter .orsca_filter_panelscontainer #filter_share_panel .share_details,
	.orsca_filter .orsca_filter_panelscontainer #filter_edit_panel .search_conditions,
	.orsca_filter .orsca_filter_panelscontainer #search_panel .search_conditions {
		overflow:hidden;
		overflow-y:scroll;
		padding:5px;
		height:340px;
		border:1px solid #f1f1f1;
		background:#fff;
	}
	
	.orsca_filter .orsca_filter_panelscontainer   input.panel_button {
		margin-bottom:5px;
		min-width:inherit;
		height:22px;
		padding:3px;
		padding-left:10px;
		padding-right:10px;
		font-size:11px;
		margin-right:7px;
	}
	
	.orsca_filter .orsca_filter_panelscontainer   input.filter_button {
		width:120px;
		overflow:hidden;
		margin-bottom:5px;
		height:25px;
		padding:3px;
		font-size:11px;
	}

	.orsca_filter .orsca_filter_panelscontainer   div.filter_header {
		float:right;
		max-width:250px;
		overflow:hidden;
		text-align:center;
		font-weight:bold;
		color:#777;
		height:25px;
		line-height:25px;
	}

	.orsca_filter .orsca_filter_panelscontainer   div.filter_title {
		float:right;
	}

	.orsca_filter .orsca_filter_panelscontainer   input#filter_title {
		width:250px;
		padding:5px;
	}
	
	.orsca_filter .orsca_filter_panelscontainer  div#filters_list {
		padding:2px;
		width:400px;
		height:330px;
		overflow:hidden;
		overflow-y:auto;
		font-size:11px;
		color:#999;
		background:#fefefe;
		-moz-border-radius:4px; 
		-webkit-border-radius:4px;
		border-radius:4px;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}	

	.orsca_filter .orsca_filter_panelscontainer  div#filters_list div.option{
		padding:3px;
		margin:2px;
		border:1px solid #fff;
		background:#fff;
		height:16px;
		overflow:hidden;
		-moz-border-radius:4px; 
		-webkit-border-radius:4px;
		border-radius:4px;
	}	
	
	.orsca_filter .orsca_filter_panelscontainer   div#filters_list div.option:hover{
		border: 1px solid  #AECFF7;
		background: url(../images/listboxitem-bg-hover.png) repeat-x;
		cursor:pointer;
	}	

	.orsca_filter .orsca_filter_panelscontainer  div#filters_list div.option span.icon {
		display:block;
		float:left;
		width:18px;
		height:16px;
	}

	.orsca_filter .orsca_filter_panelscontainer  div#filters_list div.option.default {
		font-weight:bold;
	}

	.orsca_filter .orsca_filter_panelscontainer  div#filters_list div.option.default span.icon {
		background: url(../images/active-filter.png) left center no-repeat;
	}
	
	.orsca_filter .orsca_filter_panelscontainer  div#filters_list div.option.selected,
	.orsca_filter .orsca_filter_panelscontainer  div#filters_list div.option.selected:hover{
		border: 1px solid  #AECFF7;
		background: url(../images/listboxitem-bg-selected.png) repeat-x;
		color:#333;
		cursor:default;
	}	

	.orsca_filter .orsca_filter_panelscontainer #shared_filters_panel  div#filters_list {
		width:550px;
		height:380px;
	}
		
	.orsca_filter .orsca_filter_panelscontainer #shared_filters_panel  div#filters_list td.column_filter_owner{
		padding-left:10px;
		font-weight:bold;
		font-size:10px;
		text-align:right;
	}
	
	.orsca_filter .orsca_filter_panelscontainer  #filter_share_panel div.filter_share {
		display:inline-block;
		padding-left:20px;
		padding-right:20px;
		font-size:12px;
		color:#666;
	}
	
	.orsca_filter .orsca_filter_panelscontainer  #filter_share_panel div.filter_share label {
		cursor:pointer;
	}
	
	.orsca_filter .orsca_filter_panelscontainer #filter_share_panel  div.filter_share input[type=checkbox] {
		cursor:pointer;
	}


	.orsca_filter .orsca_filter_panelscontainer  #filter_share_panel .share_details div.sharing_user {
		float:left;
		padding:5px;
		margin:3px;
		border:1px solid #f1f1f1;
		background:#fff;
		width:200px;
		overflow:hidden;
		-moz-border-radius:4px; 
		-webkit-border-radius:4px;
		border-radius:4px;
		cursor:pointer;
		color:#999;
	}

	.orsca_filter .orsca_filter_panelscontainer  #filter_share_panel .share_details div.sharing_user.all_users {
		width:635px;
		text-align:center;
		font-weight:bold;
	}
	
	.orsca_filter .orsca_filter_panelscontainer  #filter_share_panel .share_details div.sharing_user:hover {
		background:#fcfcfc;
		color:#666;
	}
	
	.orsca_filter .orsca_filter_panelscontainer  #filter_share_panel .share_details div.sharing_user.selected {
		background: url(../images/listboxitem-bg-selected.png) repeat-x;
		color:#666;
	}
	
	.orsca_filter .orsca_filter_panelscontainer  #filter_share_panel .share_details div.sharing_user.disabled {
		background:#fff;
		color:#ccc;
		cursor:default;
		opacity:0.5;
	}
	
	.orsca_filter  select#filters_list {
		width:300px;
		font-size:11px;
		color:#999;
		font-family:Georgia, "Times New Roman", Times, serif;
		float:left;
	}


	.orsca_filter_header {
		position:absolute;
		overflow:hidden;
		margin:2px;
		margin-bottom:5px;
		top:0;
		left:160px; 
		right:0;
		height:40px;
		padding-right:10px;
		border-bottom:1px solid #ebebeb;
	}
		
	.orsca_filter_body {
		position:absolute;
		overflow:auto;
		margin:2px;
		padding:5px;
		top:40px;
		left:160px; 
		right:0;
		height:320px;
	}
	
	.orsca_filter_footer {
		position:absolute;
		border-top:1px solid #ebebeb;
		overflow:hidden;
		margin:2px;
		margin-top:5px;
		padding-top:5px;
		top:370px;
		left:160px; 
		right:0;
		height:40px;
	}

	.orsca_filter_condition_group_menu {
		display:block;
		height:30px;
		background:#fcfcfc;
		-moz-border-radius:5px; 
		-webkit-border-radius:5px;
		border-radius:5px;
		padding:5px;
		border:1px dotted #f9f9f9;
	}
	
	.orsca_filter_condition_group {
		background:#fcfcfc;
		-moz-border-radius:5px; 
		-webkit-border-radius:5px;
		border-radius:5px;
		padding:10px;
		border:1px dotted #f9f9f9;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	
	.orsca_filter_condition {
		margin:3px;
	}

	.orsca_filter_condition table{
		border:0 none;
		background:transparent;
		-moz-border-radius:0; 
		-webkit-border-radius:0;
		border-radius:0;
		-moz-box-shadow:0 0 0;
		-webkit-box-shadow:0 0 0 ;
		box-shadow:0 0 0 ;
	}

	.orsca_filter_condition tr{
		background:transparent;
	}
	
	.orsca_filter_condition td,
	.orsca_filter_condition th{
		border:0 none;
		background:transparent;
		padding:5px;
		vertical-align:middle;
	}
	
	.orsca_filter_add_condition {
		display:inline-block;
		height:16px;
		background:url(../images/plus.png) left center no-repeat;
		line-height:16px;
		padding:2px;
		padding-left:18px;
	}
	
	.orsca_filter_delete_condition_group {
		display:inline-block;
		height:16px;
		line-height:16px;
		padding:2px;
		margin:5px;
	}
	
	.orsca_filter_delete_condition_icon {
		display:inline-block;
		width:16px;
		height:16px;
		background:url(../images/16-delete.png) center center no-repeat;
	}
	
/******************************************************************/
/*Tabular Report Styles*/
/******************************************************************/

	.orsca_tabular_report_header {
		margin:0;
		padding:0;
		background:#ebebeb;
	}

	.orsca_tabular_report_body {
		margin:0;
		padding:0;
		background:#fff;
	}
	
	div.orsca_tabular_report_loading {
	   height:34px;
	   padding:15px;
	   text-align:center;
	   background:#fff;
	}

	div.orsca_tabular_report_loading span{
		display:inline-block;
	   width:32px;
	   height:32px;
	   border:0 none;
	   vertical-align:middle;
	   background:url(../images/loaderB32.gif)  no-repeat;
	}
	

	div.orsca_report_editform_overlay_loading{
		position:fixed;
		display:none;
		background:url(../images/opacity.0.8-black.png);
		top:0;
		left:0;
		z-index:9999;
		width:100%;
		height:100%;
		margin:0;
		text-align:center;
		border:0 none;
	}

	div.orsca_report_editform_overlay_loading_container{
		position:absolute;
		top:50%;
		left:50%;
		margin:-18px 0 0 -40px;
		height:36px;
		width:80px;
		padding-left:44px;
		text-align:left;
		line-height:36px;
		font-weight:bold;
		color:#fff;
		font-size:20px;
	    text-shadow:1px 1px 2px #000;
	    background: url(../images/ajax-loader-black-bg.gif)10px center  no-repeat;
		border:0 none;
	}
	
	div#loginformExpose {
		padding:0;
		margin:0;	
	}
	
	div.orsca_login_overlay {
		display:none;
		font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
		padding:0;
		width:460px;
		height:310px;
		background-color:#fff;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		box-shadow: 0 0 50px 20px #000;
		-moz-box-shadow: 0 0 50px 20px #000;
		-webkit-box-shadow: 0 0 50px 20px #000;
		z-index:9999999;
		
	}

	
	div.orsca_report_pdfviewer_overlay {
		display:none;
		font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
		padding:5px;
		padding-right:20px;
		width:90%;
		height:500px;
		background-color:#fff;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		box-shadow: 0 0 50px 20px #666;
		-moz-box-shadow: 0 0 50px 20px #666;
		-webkit-box-shadow: 0 0 50px 20px #666;
	}

	div.orsca_report_pdfviewer_overlay .close {
		background-image:url(../images/close.png);
		position:absolute; right:-16px; top:-16px;
		cursor:pointer;
		height:36px;
		width:36px;
		z-index:9999;
	}

	
	div.orsca_report_editform_overlay{
		position:absolute;
		display:none;
		background:url(../images/opacity.0.8-black.png);
		top:0;
		left:0;
		z-index:9999;
		width:100%;
		margin:0;
		text-align:left;
		border:0 none;		
		overflow:auto;
		overflow-style:marquee-block;
	}

	div.orsca_report_editform_overlay .orsca_form {
		background:#fff;
	}
	

	div.orsca_report_editform_overlay_container {
		position:relative;
		width:95%;
		margin:50px auto;
	}

	div.orsca_report_editform_overlay_container .close {
		background-image:url(../images/close.png);
		position:absolute; right:-16px; top:-16px;
		cursor:pointer;
		height:36px;
		width:36px;
		z-index:9999;
	}

	div.orsca_report_printframe_overlay{
		position:fixed;
		display:none;
		background:#fff;
		top:0;
		left:0;
		z-index:9999999;
		width:100%;
		height:100%;
		margin:0;
		padding:0;
		border:0 none;
		overflow:auto;
	}


	table.orsca_tabular_report_header_table{
		margin:0;
		padding:0;
		border-collapse:collapse;
		border-spacing:0;
		border:0 none;
		-moz-border-radius:0; 
		-webkit-border-radius:0;
		border-radius:0;
		-moz-box-shadow:0 0 0;
		-webkit-box-shadow:0 0 0 ;
		box-shadow:0 0 0 ;
		background:transparent;
		cursor:default;
	}
		
	th.orsca_tabular_report_th{
		position:relative;
		padding:0;
		margin:0;
		border:1px solid #dbdbdb;
		border-bottom:0 none;
		white-space:nowrap;
		font-size:9px;
		color:#474747;
		background:#ebebeb;
		height:18px;
	}

	table.orsca_tabular_report_header_table .sortable_placeholder{
		background:#ccc;
		width:200px;
		height:30px;
	}

	div.report_column_sortable_helper{
		background:#ccc;
	}
	
	th.orsca_tabular_report_th_row{
		position:relative;
		padding:0;
		margin:0;
		border:1px solid #dbdbdb;
		white-space:nowrap;
		font-size:9px;
		color:#474747;
		background:#ebebeb;
		width:50px;
		vertical-align:middle;
		text-align:center;
	}

	th.orsca_tabular_report_th_row span.orsca_tabular_report_delete_row{
		display:inline-block;
		height:16px;
		width:16px;
		padding:0;
		margin:0;
		background:url(../images/page_white_delete.png) center center no-repeat;
		cursor:pointer;
	}
	
	th.orsca_tabular_report_th span.orsca_column_sort {
		position:absolute;
		display:inline-block;
		top:0;
		right:3px;
		height:16px;
		width:20px;
		padding:0;
		margin:0;
	}
	
	th.orsca_tabular_report_th span.orsca_column_sort a.queue{
		padding:0;
		margin:0;
		display:inline-block;
		height:16px;
		width:6px;
		background:transparent;
		float:left;
		overflow:hidden;
		font-size:8px;
		line-height:16px;
		text-align:right;
		cursor:default;
		text-decoration:none;
	}
	
	th.orsca_tabular_report_th span.orsca_column_sort ins{
		display:block;
		height:8px;
		width:14px;
		padding:0;
		margin:0;
		cursor:pointer;
		float:left;
	}

	
	th.orsca_tabular_report_th:hover span.orsca_column_sort ins.asc{
		background:url(../images/sort-asc.png) right center no-repeat;
	}
	
	th.orsca_tabular_report_th span.orsca_column_sort ins.asc.sorted{
		background:url(../images/sorted-asc.png) right center no-repeat;
	}
	
	th.orsca_tabular_report_th:hover span.orsca_column_sort ins.desc{
		background:url(../images/sort-desc.png) right center no-repeat;
	}

	th.orsca_tabular_report_th span.orsca_column_sort ins.desc.sorted{
		background:url(../images/sorted-desc.png) right center no-repeat;
	}	
	
	th.orsca_tabular_report_th div{
		margin:0;
		padding:0;
		padding-top:1px;
		padding-left:5px;
		padding-right:5px;
		width:50px;
		overflow:hidden;
		white-space:normal;
	}

	th.orsca_tabular_report_th p.resize{
		position:absolute;
		top:-9px;
		right:0;
		height:100%;
		width:5px;
		padding:0;
		cursor:w-resize;
		
	}
	
	th.orsca_tabular_report_th div.vertical{
		-webkit-transform: rotate(90deg);	
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		writing-mode:tb-rl;
		color:#474747;
		/*
		IE8->	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
		*/
	}

	th.orsca_tabular_report_th div span{
		display:inline-block;
		padding:4px;
		margin:0;
	}
	
	th.orsca_tabular_report_th a {
		color:#474747;
		text-decoration:none;	
	}
	th.orsca_tabular_report_th a.group{
		cursor:default;
	}
	
	
	.orsca_tabular_report_table_container {
		position:relative;
		display:inline-block;
		margin:0;
		padding:0;
		overflow:hidden;
	}
	
	.orsca_tabular_report_table_container span.collabser{
		position:absolute;
		display:inline-block;
		top:0;
		left:0;
		width:9px;
		height:9px;
		background: url(../images/plus.gif) center center no-repeat;
		cursor:pointer;
	}

	.orsca_tabular_report_table_container span.collabser.expanded{
		position:absolute;
		display:inline-block;
		top:0;
		left:0;
		width:9px;
		height:9px;
		background: url(../images/minus.gif) center center no-repeat;
		cursor:pointer;
	}
	
	table.orsca_tabular_report_table{
		margin:0;
		padding:0;
		border-collapse:collapse;
		-moz-border-radius:0; 
		-webkit-border-radius:0;
		border-radius:0;
		-moz-box-shadow:0 0 0;
		-webkit-box-shadow:0 0 0 ;
		box-shadow:0 0 0 ;
		background:transparent;
		height:100%;
	}

	
	table.orsca_tabular_report_table tr{
		background:#fff;
	}

	table.orsca_tabular_report_table tr.alternate{
		background:#EFF9FC;
	}

	table.orsca_tabular_report_table tr tr{
		background:transparent;
	}

	table.orsca_tabular_report_table tr:hover{
		background-color:#FFF0D5;
	}
		
	td.orsca_tabular_report_td{
		padding:0;
		margin:0;
		border:1px solid #dfdfdf;
		white-space:nowrap;
		font-size:10px;
		color:#333;
		background:transparent;
		vertical-align:middle;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	td.orsca_tabular_report_td div.orsca_ajax_cell_saving{
	   background:url(../images/loaderB16.gif) 2px center  no-repeat;
	   margin:0;
	   padding:0;
	   padding-left:20px;
	   height:18px;
	   width:60px;
	   overflow:hidden;
	}

	td.orsca_tabular_report_td.orsca_ajax_cell_done{
	}
	
	td.orsca_tabular_report_td span.orsca_ajax_cell_done{
	}

	td.orsca_tabular_report_td.orsca_ajax_cell_fail{
		color:#900;
		background:#FFF0F0;
	}
	
	td.orsca_tabular_report_td span.orsca_ajax_cell_fail{
		display:inline-block;
		margin:0;
		margin-right:3px;
		vertical-align:middle;
		padding:0;
		width:16px;
		height:16px;
	   background:url(../images/exclamation.png) center center no-repeat;
	}
	
td.orsca_tabular_report_td input, 
td.orsca_tabular_report_td textarea, 
td.orsca_tabular_report_td select{
	font-size:10px;
	color:#474747;
	background: transparent;
	background-image:none;
	border:0 none;
	padding:0;
	margin:0;
	-moz-border-radius:0; 
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0 ;
	box-shadow:0 0 0 ;
	cursor:default;
}

td.orsca_tabular_report_td input.orsca_combobox_input_loading {
	background: url("../images/loaderB16.gif") 98% 50%  no-repeat;
	color: transparent;
}

td.orsca_tabular_report_td a {
	color:#0073AA;
	font-weight:bold;
}


    a.orsca_tabular_report_link {
		display:inline-block;
		text-decoration:underline;
	}

    a.orsca_tabular_report_link.print_icon {
		display:inline-block;
		text-decoration:none;
	    background: url(../images/print_16x14.gif)center center  no-repeat;
		width:16px;
		height:14px;
		padding:0;
		margin:0;
		cursor:pointer;
	}

    a.orsca_tabular_report_link.view_icon {
		display:inline-block;
		text-decoration:none;
	    background: url(../images/view.png)center center  no-repeat;
		width:16px;
		height:14px;
		padding:0;
		margin:0;
		cursor:pointer;
	}

    a.orsca_tabular_report_link.print_icon.disabled {
	    background: url(../images/print_16x14_disabled.gif)center center  no-repeat;
		cursor:default;
	}
	
    a.orsca_tabular_report_edit_row:hover {
	    background: url(../images/edit.png)right center  no-repeat;
	}
	
	td.orsca_tabular_report_td td{
		border:0 none;
		border-right:1px solid #dfdfdf;
		border-bottom:1px solid #dfdfdf;
	}

	td.orsca_tabular_report_td td.orsca_tabular_report_td_last{
		border-right:0 none;
		border-bottom:1px solid #dfdfdf;
	}

	td.orsca_tabular_report_td td.orsca_tabular_report_tr_last{
		border-bottom:0 none;
		border-right:1px solid #dfdfdf;
	}

	td.orsca_tabular_report_td td.orsca_tabular_report_trtd_last{
		border:0 none;
	}
	
	td.orsca_tabular_report_td div{
		margin:0;
		border:0 none;
		padding:5px;
		padding-left:2px;
		padding-right:8px;
		width:50px;
		min-height:16px;
		overflow:hidden;
		white-space:nowrap;
		background:transparent;
		text-align:left;
		overflow:hidden;
	}

	td.orsca_tabular_report_td div.pre_wrap{
		white-space:pre-wrap;
	}
	
/******************************************************************/
/*Vertical Scroll*/
/******************************************************************/

	.orsca_vertical_scroll .orsca_scrollup_button{
		position:absolute;
		top:0;
		left:1px;
		width:15px;
		height:17px;
	    background:url(../images/scrollbar-buttons.png) no-repeat;
		background-position:0 0;
	}

	.orsca_vertical_scroll .orsca_scrollup_button_hover_bar{background-position:0 -17px;}
	.orsca_vertical_scroll .orsca_scrollup_button_hover{background-position:0 -34px;}
	.orsca_vertical_scroll .orsca_scrollup_button_mousedown{background-position:0 -51px;}
	.orsca_vertical_scroll .orsca_scrollup_button.orsca_scrollup_button_disabled{background-position:0 -68px;}
	
	.orsca_vertical_scroll .orsca_scrolldown_button{
		position:absolute;
		bottom:0;
		left:1px;
		width:15px;
		height:17px;
	    background:url(../images/scrollbar-buttons.png) no-repeat;
		background-position:-15px 0;
		
	}
	.orsca_vertical_scroll .orsca_scrolldown_button_hover_bar{background-position:-15px -17px;}
	.orsca_vertical_scroll .orsca_scrolldown_button_hover{background-position:-15px -34px;}
	.orsca_vertical_scroll .orsca_scrolldown_button_mousedown{background-position:-15px -51px;}
	.orsca_vertical_scroll .orsca_scrolldown_button.orsca_scrolldown_button_disabled{background-position:-15px -68px;}

	.orsca_vertical_scroll .orsca_scroll_thumb{
		position:absolute;
		top:17px;
		left:1px;
		width:15px;
		height:17px;
	    background:url(../images/vertical-scroll-thumb-bg.png) repeat-y;
	}

	.orsca_vertical_scroll .orsca_scroll_thumb_hover{
	    background:url(../images/vertical-scroll-thumb-hover-bg.png) repeat-y;
	}
	
	.orsca_vertical_scroll .orsca_scroll_thumb_mousedown{
	    background:url(../images/vertical-scroll-thumb-mousedown-bg.png) repeat-y;
	}
	
	.orsca_vertical_scroll .orsca_scroll_thumb_disabled{
		display:none;
	}
	
	.orsca_vertical_scroll .orsca_scroll_thumb_top{
		height:4px;
	    background:url(../images/vertical-scroll-thumb.png) no-repeat;
		background-position:0 0;
	}
	.orsca_vertical_scroll .orsca_scroll_thumb_top_hover{background-position:-15px 0;}
	.orsca_vertical_scroll .orsca_scroll_thumb_top_mousedown{background-position:-30px 0;}
	
	.orsca_vertical_scroll .orsca_scroll_thumb_middle{
		height:9px;
	    background:url(../images/vertical-scroll-thumb.png) no-repeat;
		background-position:0 -4px;
	}
	.orsca_vertical_scroll .orsca_scroll_thumb_middle_hover{background-position:-15px -4px;}
	.orsca_vertical_scroll .orsca_scroll_thumb_middle_mousedown{background-position:-30px -4px;}

	.orsca_vertical_scroll .orsca_scroll_thumb_bottom{
		height:4px;
	    background:url(../images/vertical-scroll-thumb.png) no-repeat;
		background-position:0 -13px;
	}
	.orsca_vertical_scroll .orsca_scroll_thumb_bottom_hover{background-position:-15px -13px;}
	.orsca_vertical_scroll .orsca_scroll_thumb_bottom_mousedown{background-position:-30px -13px;}
	
/******************************************************************/
/*Horizontal Scroll*/
/******************************************************************/

	.orsca_horizontal_scroll .orsca_scrollleft_button{
		position:absolute;
		left:0;
		top:1px;
		width:17px;
		height:15px;
	    background:url(../images/scrollbar-buttons.png) no-repeat;
		background-position:-30px 0;
	}

	.orsca_horizontal_scroll .orsca_scrollleft_button_hover_bar{background-position:-30px -15px;}
	.orsca_horizontal_scroll .orsca_scrollleft_button_hover{background-position:-30px -30px;}
	.orsca_horizontal_scroll .orsca_scrollleft_button_mousedown{background-position:-30px -45px;}
	.orsca_horizontal_scroll .orsca_scrollleft_button.orsca_scrollleft_button_disabled{background-position:-30px -60px;}
	
	.orsca_horizontal_scroll .orsca_scrollright_button{
		position:absolute;
		right:0;
		top:1px;
		width:17px;
		height:15px;
	    background:url(../images/scrollbar-buttons.png) no-repeat;
		background-position:-47px 0;
		
	}
	.orsca_horizontal_scroll .orsca_scrollright_button_hover_bar{background-position:-47px -15px;}
	.orsca_horizontal_scroll .orsca_scrollright_button_hover{background-position:-47px -30px;}
	.orsca_horizontal_scroll .orsca_scrollright_button_mousedown{background-position:-47px -45px;}
	.orsca_horizontal_scroll .orsca_scrollright_button.orsca_scrollright_button_disabled{background-position:-47px -60px;}

	.orsca_horizontal_scroll .orsca_scroll_thumb{
		position:absolute;
		left:17px;
		top:1px;
		width:17px;
		height:15px;
	    background:url(../images/horizontal-scroll-thumb-bg.png) repeat-x;
	}

	.orsca_horizontal_scroll .orsca_scroll_thumb_hover{
	    background:url(../images/horizontal-scroll-thumb-hover-bg.png) repeat-x;
	}
	
	.orsca_horizontal_scroll .orsca_scroll_thumb_mousedown{
	    background:url(../images/horizontal-scroll-thumb-mousedown-bg.png) repeat-x;
	}
	
	.orsca_horizontal_scroll .orsca_scroll_thumb_disabled{
		display:none;
	}
	
	.orsca_horizontal_scroll .orsca_scroll_thumb_left{
		display:inline-block;
		width:4px;
		height:15px;
	    background:url(../images/horizontal-scroll-thumb.png) no-repeat;
		background-position:0 0;
	}
	.orsca_horizontal_scroll .orsca_scroll_thumb_left_hover{background-position:0 -15px;}
	.orsca_horizontal_scroll .orsca_scroll_thumb_left_mousedown{background-position:0 -30px;}
	
	.orsca_horizontal_scroll .orsca_scroll_thumb_center{
		display:inline-block;
		width:9px;
		height:15px;
	    background:url(../images/horizontal-scroll-thumb.png) no-repeat;
		background-position:-4px 0;
	}
	.orsca_horizontal_scroll .orsca_scroll_thumb_center_hover{background-position:-4px -15px;}
	.orsca_horizontal_scroll .orsca_scroll_thumb_center_mousedown{background-position:-4px -30px;}

	.orsca_horizontal_scroll .orsca_scroll_thumb_right{
		display:inline-block;
		width:4px;
		height:15px;
	    background:url(../images/horizontal-scroll-thumb.png) no-repeat;
		background-position:-13px 0;
	}
	.orsca_horizontal_scroll .orsca_scroll_thumb_right_hover{background-position:-13px -15px;}
	.orsca_horizontal_scroll .orsca_scroll_thumb_right_mousedown{background-position:-13px -30px;}





/**************************************************************/

input.orsca_unique_check{
	background:#fff url("../images/ajax-sandclock.gif") right center  no-repeat;
}

input.orsca_unique_check_unique{
	background:#fff url("../images/tick_16.png") right center  no-repeat;
}

input.orsca_unique_check_duplicate{
	background:#fff url("../images/x_16.png") right center  no-repeat;
}

input.orsca_unique_check_failed{
	background:#fff url("../images/exclamation-diamond.png") right center  no-repeat;
}


/**************************************************************
 * Mandatory Styles
 **************************************************************/

.orsca_mandatory_field,
ul.orsca_grid input.orsca_mandatory_field,
ul.orsca_grid select.orsca_mandatory_field, 
input.orsca_mandatory_field,
select.orsca_mandatory_field, 
textarea.orsca_mandatory_field {
	background:#FFF2F5;
}

input.orsca_combobox_input.orsca_mandatory_field  {
	background:#FFF2F5 url("../images/combobox-button-4.png")center right no-repeat;
}

/**********************************************************************************/
/* Who Is Attendant Styles */
/**********************************************************************************/

div.whois_attendant_scrollable {
	width:100%;
	margin:0;
	padding:5px;
	background: #f9f9f9;
    -webkit-box-shadow: 0 5px 20px #000;
	-moz-box-shadow: 0 5px 20px #000;
	box-shadow: 0 5px 20px #000;	
	border:1px solid #ccc;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:left;
}

div.whois_attendant_item {
	display:inline-block;
	height:77px;
	width:247px;
	overflow:hidden;
	margin:3px;
	padding:3px;
	background: #fff;
	border:1px solid #ccc;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:left;
}

div.whois_attendant_item div.whois_attendant_photo{
	display:inline-block;
	border:1px solid #ccc;
	margin-right:2px;
	width:60px;
	height:75px;
	overflow:hidden;
	background: url("../images/person-trans.png")center center no-repeat;
	vertical-align:top;
}


div.whois_attendant_item div.whois_attendant_detailts{
	font-size:11px;
	display:inline-block;
	border:1px solid #ccc;
	padding:5px;
	width:170px;
	height:65px;
	overflow:hidden;
	vertical-align:top;
}

div.whois_attendant_item div.whois_attendant_detailts h2{
	font-size:11px;
	font-weight:bold;
	text-transform:capitalize;
	margin:0;
	margin-bottom:3px;
	line-height:12px;
	color: #333;
	height:14px;
	overflow:hidden;
	white-space:nowrap;
}

div.whois_attendant_item div.whois_attendant_detailts div.logged_for {
	display:inline-block;
	font-weight:bold;
	font-size:14px;
	color:#666;
	background-color:#f9f9f9;
	padding:0;
	padding-left:3px;
	padding-right:13px;
}

div.whois_attendant_item div.whois_attendant_detailts div.checked_time{
	font-size:10px;
	margin:0;
	height:14px;
	overflow:hidden;
	white-space:nowrap;
}

div.whois_attendant_item div.whois_attendant_detailts div.no_logs{
	color:#AA0000;
	font-weight:bold;
	font-style:italic;
}

div.whois_attendant div.ajax_loading{
	display:none;
	width:20px;
	height:20px;
	background: url("../images/preloader.circular.01.gif")center center no-repeat;
}

div.logger_button {
	display:inline-block;
	position:relative;
	top:0;
	left:0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	min-width:200px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	background: -moz-linear-gradient(top,  #ffffff,  #cccccc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
	border-width:1px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:default;
	text-transform:none;
}


div.logger_button.green {
	background: -webkit-gradient(linear, left top, left bottom, from(#00ff00), to(#006600));
	background: -moz-linear-gradient(top,  #00ff00,  #006600);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#006600');
}

div.logger_button.red {
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#660000));
	background: -moz-linear-gradient(top,  #ff0000,  #660000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#660000');
}

/**********************************************************************************/
/* Employees Logger Styles */
/**********************************************************************************/

div.attendance_logger {
	text-align:center;	
}

div.attendance_logger div.employees_panel {
	width:98%;
	margin:0;
	margin-top:20px;
	padding:5px;
	background: #f9f9f9;
    -webkit-box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;	
	border:1px solid #ccc;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:left;
}

div.attendance_logger div.employees_panel.one {
	display:inline-block;
	width:auto;
	margin:0;
	padding:5px;
	background: #f9f9f9;
    -webkit-box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;	
	border:1px solid #ccc;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
}

div.attendance_logger h2.not_employee {
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	color:#474747;
	text-shadow:1px 1px 2px #999;
	text-align:center;
}


div.attendance_logger select{
	font-family:"Times New Roman", Times, serif;
	min-width: 400px;
	font-size: 18px;
}

div.attendance_logger div.ajax_loading{
	display:none;
	margin-left:20px;
	width:48px;
	height:48px;
	background: url("../images/ajax-loaderA48.gif")center center no-repeat;
}

div.logger_buttons_wrap {
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}

div.attendance_logger input[type=button].logger_button {
	border:0 none;
	width:24px;
	height:24px;
	padding:0;
	margin:2px;
	cursor:pointer;
}

div.attendance_logger input[type=button].logger_button.green {
	background: transparent url("../images/sign-in.png")0 0 no-repeat;
}

div.attendance_logger input[type=button].logger_button.green:active {
	background: transparent url("../images/sign-in.png")1px 1px no-repeat;
}

div.attendance_logger input[type=button].logger_button.red {
	background: transparent url("../images/sign-out.png")0 0 no-repeat;
}

div.attendance_logger input[type=button].logger_button.red:active {
	background: transparent url("../images/sign-out.png")1px 1px no-repeat;
}



div.attendance_logger input[type=button][disabled].logger_button {
	cursor:default;
	opacity:0.1;
}

div.attendance_logger input[type=button][disabled].logger_button.green {
	background: transparent url("../images/sign-in.png")0 0 no-repeat;
}

div.attendance_logger input[type=button][disabled].logger_button.red {
	background: transparent url("../images/sign-out.png")0 0 no-repeat;
}

div.attendance_logger div.whois_attendant_item {
	display:inline-block;
	height:87px;
	width:242px;
	overflow:hidden;
	margin:3px;
	padding:3px;
	background: #fff;
	border:1px solid #ccc;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:left;
}

div.attendance_logger div.whois_attendant_item div.whois_attendant_photo{
	display:inline-block;
	border:1px solid #ccc;
	margin-right:2px;
	width:60px;
	height:85px;
	overflow:hidden;
	background: url("../images/person-trans.png")center center no-repeat;
	vertical-align:top;
}


div.attendance_logger div.whois_attendant_item div.whois_attendant_detailts{
	position:relative;
	font-size:11px;
	display:inline-block;
	border:1px solid #ccc;
	padding:5px;
	width:165px;
	height:75px;
	overflow:hidden;
	vertical-align:top;
}

div.attendance_logger div.whois_attendant_item div.whois_attendant_detailts h2{
	font-size:11px;
	font-weight:bold;
	text-transform:capitalize;
	margin:0;
	margin-bottom:3px;
	line-height:12px;
	color: #333;
	height:14px;
	overflow:hidden;
	white-space:nowrap;
}

div.attendance_logger div.whois_attendant_item div.whois_attendant_detailts div.logged_for {
	display:inline-block;
	font-weight:bold;
	font-size:14px;
	color:#666;
	background-color:#f9f9f9;
	padding:0;
	padding-left:3px;
	padding-right:13px;
}

div.attendance_logger div.whois_attendant_item div.whois_attendant_detailts div.checked_status{
	font-size:10px;
	margin:0;
	margin-bottom:5px;
	padding:0;
	height:24px;
	overflow:hidden;
	white-space:nowrap;
}

div.attendance_logger div.whois_attendant_item div.whois_attendant_detailts div.checked_status span.checked_text {
	display:inline-block;
	height:14px;
	width:85px;
	font-weight:bold;
	font-style:italic;
	font-size:11px;
	color:#474747;
	text-shadow:1px 1px 2px #ccc;
	overflow:hidden;
}

div.attendance_logger div.whois_attendant_item div.whois_attendant_detailts div.checked_status span.checking{
	display:inline-block;
	height:14px;
	width:14px;
	overflow:hidden;
	margin:0;
	margin-left:2px;
	margin-right:2px;
	padding:0;
	background: url("../images/checking-inprogress.gif") center center no-repeat;
 	vertical-align:middle;
}

div.attendance_logger div.whois_attendant_item div.whois_attendant_detailts div.checked_status span.checked_in{
	display:inline-block;
	height:14px;
	width:14px;
	overflow:hidden;
	margin:0;
	margin-left:2px;
	margin-right:2px;
	padding:0;
	background: url("../images/bullet-green-14.png") center center no-repeat;
 	vertical-align:middle;
}

div.attendance_logger div.whois_attendant_item div.whois_attendant_detailts div.checked_status span.checked_out{
	display:inline-block;
	height:14px;
	width:14px;
	overflow:hidden;
	margin:0;
	margin-left:2px;
	margin-right:2px;
	padding:0;
	background: url("../images/bullet-red-14.png") center center no-repeat;
 	vertical-align:middle;
}

div.attendance_logger div.whois_attendant_item div.whois_attendant_detailts div.checked_time{
	font-size:10px;
	margin:0;
	height:14px;
	overflow:hidden;
	white-space:nowrap;
}


div.attendance_logger div.whois_attendant_item div.whois_attendant_detailts div.no_logs{
	display:inline-block;
	color:#AA0000;
	font-weight:bold;
	font-style:italic;
}

div.attendance_logger div.whois_attendant_item div.whois_attendant_detailts a.logs_link{
	position:absolute;
	bottom:0;
	right:0;
	padding:2px;
	text-decoration:none;
	font-size:10px;
	color:#474747;
}

div.attendance_logger div.whois_attendant_item div.whois_attendant_detailts a.logs_link:hover{
	text-decoration:underline;
}

div.attendance_logger div.whois_attendant div.ajax_loading{
	display:none;
	width:20px;
	height:20px;
	background: url("../images/preloader.circular.01.gif")center center no-repeat;
}

div#logs_window {

    background-color:#fff;
    display:none;
    padding:15px;
	width:800px;
	height:500px;

    text-align:left;
	font-size:11px;
	color:#666;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
 
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    box-shadow: 0 0 50px #333;
    -moz-box-shadow: 0 0 50px #333;
    -webkit-box-shadow: 0 0 50px #333;
		
}

div#logs_window .close {
	background-image:url(../images/close.png);
	position:absolute; right:-16px; top:-16px;
	cursor:pointer;
	height:36px;
	width:36px;
	z-index:9999;
}

div#logs_window div.attendance_log_editor {
	position:absolute;
	top:100px;
	left:225px;
    background-color:#fff;
    display:none;
    padding:10px;
	width:310px;
	height:240px;
	overflow:hidden;

    text-align:left;
	font-size:11px;
	color:#666;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
 
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    box-shadow: 0 0 50px #333;
    -moz-box-shadow: 0 0 50px #333;
    -webkit-box-shadow: 0 0 50px #333;
	z-index:9999;
}

div#logs_window div.attendance_log_editor div.log_editor_buttons_wrap {
	background:#f1f1f1;
	padding:15px;
	margin:0;
	margin-left:-20px;
	margin-right:-20px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
	text-align:center;
}

div#logs_window div.attendance_log_editor div.log_editor_buttons_wrap a{
	text-decoration:underline;
	font-size:11px;
	color:#474747;
}

div#logs_window div.attendance_log_editor div.log_editor_buttons_wrap a.submit{
	text-decoration:none;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	color:#f1f1f1;
	font-weight:bold;
	background:#0080FF;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
	border:1px groove #0080FF;
}

div#logs_window div.attendance_log_editor div.log_editor_buttons_wrap a.submit:hover{
	color:#fff;
}

div#logs_window div.attendance_log_editor div.log_editor_buttons_wrap a.submit:active{
	border:1px inset #0080FF;
}

div#logs_window div.attendance_log_editor div.checked_in_wrap,
div#logs_window div.attendance_log_editor div.checked_out_wrap {
    padding:0;
	margin:0;
}

div#logs_window div.modal_overlay {
	display:none;
	position:absolute; 
	left:0; 
	top:0;
	width:100%;
	height:100%;
	background:#fff;
	opacity:0.9;
	z-index:9998;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
	text-align:center;
}

div#logs_window div.ajax_loading {
	display:none;
	position:absolute; 
	left:0; 
	top:0;
	width:100%;
	height:100%;
	background:#fff;
	opacity:0.9;
	z-index:9998;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
	text-align:center;
}

div#logs_window div.ajax_loading div{
	position:absolute; 
	display:inline-block;
	background:url("../images/ajax-loaderA48.gif") 0 center no-repeat;
	top:225px;
	left:325px;
	height:50px;
	padding-left:50px;
	vertical-align:middle;

	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	line-height:50px;
	font-weight:bold;
	font-style:italic;
	color:#666;
	text-shadow:1px 1px 2px #ccc;

}

div#logs_window div.no_logs_found {
	display:none;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#666;
	text-shadow:1px 1px 2px #ccc;
}

div#logs_window h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	margin:2px;
	font-weight:bold;
	font-style:italic;
	color:#666;
	text-shadow:1px 1px 2px #ccc;
}

div#logs_window h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin:2px;
	font-weight:bold;
	font-style:italic;
	color:#666;
	text-shadow:1px 1px 2px #ccc;
}

div#logs_window h2.employee_name {
	font-family:"Times New Roman", Times, serif;
	padding-left:70px;
	line-height:50px;
	background: url("../images/person-trans.png") 0 center no-repeat;	
	font-size:32px;
	color:#474747;
	text-shadow:1px 1px 2px #ccc;
}

div#logs_window_mask {
	margin:0;
	padding:0;	
}

/****************************************************************************/

div.data_split_wizard {

    background-color:#fff;
    display:none;
    padding:15px;
	width:1000px;
	height:450px;

    text-align:left;
	font-size:11px;
	color:#666;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
 
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    box-shadow: 0 0 50px #333;
    -moz-box-shadow: 0 0 50px #333;
    -webkit-box-shadow: 0 0 50px #333;
		
}

#wiz_mask {
	margin:0;
	padding:0;
}


div.data_split_wizard .close {
	background-image:url(../images/close.png);
	position:absolute; right:-16px; top:-16px;
	cursor:pointer;
	height:36px;
	width:36px;
	z-index:9999;
}

div.data_split_wizard div.wizard_header {
    background:#fff;
    font-size:12px;
    height:60px;
    margin:0 auto;
	padding:0;
    width:970px;
    overflow:hidden;
    position:relative;
}

div.data_split_wizard div.wizard_header h2{
	font-size:30px;
	line-height:36px;
	font-family:"Times New Roman", Times, serif;
	color:#666;
	text-shadow:1px 1px 2px #ccc;
	margin:0;
	padding-left:36px;
	background:url(../images/column-double-icon.png) 0 center no-repeat;	
}

div.data_split_wizard div.wizard_footer {
    background:#fff;
    border:0 none;
    font-size:12px;
    height:30px;
    margin:0 auto;
	padding:5px;
    width:960px;
    overflow:hidden;
    position:relative;
	text-align:right;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

div.data_split_wizard a.button{
	text-decoration:none;
	display:inline-block;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	margin: 3px;
	min-width:50px;
	color:#f1f1f1;
	font-weight:bold;
	background:#0080FF;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
	border:2px groove #0080FF;
	cursor:pointer;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

}

div.data_split_wizard a.button:hover{ color:#fff; }
div.data_split_wizard a.button:active{ border:2px inset #0080FF; }

div.data_split_wizard a.button.disabled {
	color:#fff;
	background:#f1f1f1;
	border-top:2px solid #f9f9f9;
	border-left:2px solid #f9f9f9;
	border-bottom:2px solid #e7e7e7;
	border-right:2px solid #e7e7e7;
	text-shadow:1px 1px 1px #ccc;
	cursor:default;
}


div.data_split_wizard div.wizard_scrollable {

    background:#fff;
    border:0 none;
    border:1px dotted #ebebeb;
    font-size:12px;
    height:350px;
    margin:0 auto;
	padding:0;
    width:970px;
    overflow:hidden;
    position:relative;
	
}

div.wizard_scrollable .items {
	padding:0;
	margin:0;
    width:20000em;
    clear:both;
    position:absolute;	 
}

div.wizard_scrollable .items .page {
	position:relative;
	padding:10px;
    border:0 none;
    background:#fff;
    width:950px;
    height:330px;
    float:left;
}

div.wizard_scrollable .items .page input.center_text{
	text-align:center;
}

div.wizard_scrollable .items .page h3{
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	color:#666;
	margin:0;
}

div.wizard_scrollable .items .page .metabox{
	margin:10px;
	padding:0;
	border:1px solid #ebebeb;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}

div.wizard_scrollable .items .page .metabox_header {
	margin:0;
	padding:5px;
	border-bottom:1px solid #ebebeb;
	cursor:pointer;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	color:#666;
	background:#f9f9f9;
}

div.wizard_scrollable .items .page .metabox_header:hover {
	color:#fff;
	background:#0080FF;
}

div.wizard_scrollable .items .page .metabox_body {
	margin:5px;
	padding:15px;
	border:0 none;
	word-wrap:break-word;
	word-break:break-all;
}

div.wizard_scrollable .items .page .ajax_loading {
	position:absolute; 
	display:none;
	background:url("../images/ajax-loaderA48.gif") 0 center no-repeat;
	top:120px;
	left:335px;
	height:50px;
	padding-left:50px;

	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	line-height:50px;
	font-weight:bold;
	font-style:italic;
	color:#666;
	text-shadow:1px 1px 2px #ccc;
}

/**********************************************************************************/
/* Allocations Receipts Styles */
/**********************************************************************************/

div.allocations_grvs td,
div.allocations_receipts td {
	position:relative;
}

div.alloc_printed_receipts_title {
  text-align:left;
  font-size:12px;
  font-weight:bold;
}

div.alloc_printed_receipts_title h2 {
	display:inline-block;
	margin:2px;	
	text-shadow:1px 1px 2px #f1f1f1;
}

div.alloc_receipts_title {
  text-align:left;
  font-size:12px;
  font-weight:bold;
}

div.alloc_receipts_title h2 {
	display:inline-block;
	margin:2px;	
	text-shadow:1px 1px 2px #f1f1f1;
}

div.alloc_printed_receipts_headers {
	position:relative;
	width:550px;
	height:25px;
	padding:0;
	margin:5px;	
	margin-bottom:0;
	text-align:left;
	border: 1px solid #ebebeb;
	border-bottom:none;
	overflow:hidden;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}

.allocations_grvs div.alloc_printed_receipts_headers {
	width:400px;
}

div.alloc_printed_receipts_header_row {
	position:relative;
	padding:0;
	height:25px;
	margin:0;	
	overflow:hidden;
	background:#f9f9f9;
}

div.alloc_printed_receipts_header_cell {
	display:inline-block;
	float:left;
	font-size:10px;
	padding:5px;
	margin:0;
	height:13px;
	line-height:13px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

div.alloc_printed_receipts_header_cell.receipt_no {width:70px;}
div.alloc_printed_receipts_header_cell.container_no {width:80px;}
div.alloc_printed_receipts_header_cell.point_of_destination {width:145px;}
.allocations_grvs div.alloc_printed_receipts_header_cell.point_of_destination {width:198px;}
div.alloc_printed_receipts_header_cell.transport_driver {width:80px;}
div.alloc_printed_receipts_header_cell.transport {width:100px;}
	
div.alloc_printed_receipts_body {
	position:relative;
	width:550px;
	height:345px;
	padding:0;
	margin:5px;	
	margin-top:0;
	text-align:left;
	overflow:scroll;
	overflow-x:hidden;
	border: 1px solid #ebebeb;
	border-top:none;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-border-top-right-radius:0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-top-left-radius:0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
}

.allocations_grvs div.alloc_printed_receipts_body {
	width:400px;
}

 div.alloc_printed_receipts_body_row {
	position:relative;
	padding:0;
	height:25px;
	margin:0;	
	overflow:hidden;
	background:#fbfbfb;
	border-bottom:1px solid #f1f1f1;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}

 div.alloc_printed_receipts_body_row:nth-child(even) {
	background:#fff;
}

div.alloc_printed_receipts_body_cell {
	display:inline-block;
	float:left;
	font-size:10px;
	padding:5px;
	margin:0;
	height:14px;
	line-height:14px;
	border-right:1px solid #f1f1f1;
	border-left:1px solid #fbfbfb;
	cursor:default;
	overflow:hidden;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}

div.alloc_printed_receipts_body_row:nth-child(even)  div.alloc_printed_receipts_body_cell{
	border-left:1px solid #fff;
}

div.alloc_printed_receipts_body_cell:last-child {
	border-right:none;
}

div.alloc_printed_receipts_body_cell.receipt_no {width:70px;}
div.alloc_printed_receipts_body_cell.container_no {width:80px;}
div.alloc_printed_receipts_body_cell.point_of_destination {width:145px;}
.allocations_grvs div.alloc_printed_receipts_body_cell.point_of_destination {width:196px;}
div.alloc_printed_receipts_body_cell.transport_driver {width:80px;}
div.alloc_printed_receipts_body_cell.transport {width:90px;}

div.alloc_printed_receipts_body_row.draggable-helper {
	background: url(../images/drag_receipt.png) center center no-repeat;
	width:48px;
	padding-top:8px;
	height:64px;
	border: solid 1px #cccccc;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
}

div.allocations_grvs,
div.allocations_receipts {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
	
}

div.allocations_grvs input[type=button].receiver_button,
div.allocations_receipts input[type=button].receiver_button {
	display:inline-block;
	position:relative;
	top:0;
	left:0;
	color:#474747;
	text-shadow:1px 1px 2px #fff;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	min-width:200px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	background: -moz-linear-gradient(top,  #ffffff,  #cccccc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
	border-width:1px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	text-transform:none;
}

div.allocations_grvs input[type=button][disabled].receiver_button,
div.allocations_receipts input[type=button][disabled].receiver_button {
	outline: none;
	cursor:default;
	color: #ccc;
	text-shadow:0 1px 0 #fff;
	border: solid 1px #cccccc;
	background: #f1f1f1;
}

input.alloc_receipt_input {
	width:300px;
	margin:5px;	
}


div.alloc_receipts_list {
	position:relative;
	width:310px;
	height:330px;
	padding:0;
	margin:5px;	
	text-align:left;
	overflow:auto;
}

div.alloc_receipts_list.highlighted {
   border:1px solid #E7C075;
}

div.mask {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
	opacity:0.8;
	z-index:9990;
}

div.alloc_receipts_list div.alloc_receipts_wrap {
	padding:0;
	margin:0;
}

div.alloc_receipts_list div.alloc_receipts_wrap div.alloc_receipts_listitem {
	border-bottom:1px solid #f1f1f1;
	padding:5px;
	padding-left:23px;
	background-color:#fbfbfb;
	font-weight:normal;
	cursor:default;
}

div.alloc_receipts_list div.alloc_receipts_wrap div.alloc_receipts_listitem:nth-child(even) {
	background-color:#fff;
}

div.alloc_receipts_list div.alloc_receipts_wrap div.alloc_receipts_listitem:hover {
	background-color:#ebebeb;
	font-weight:bold;
}

div.alloc_receipts_list div.alloc_receipts_wrap div.alloc_receipts_listitem.verified {
	background-image: url('../images/tick_16.png');
	background-position: left center;
	background-repeat: no-repeat;
}

div.alloc_receipts_list div.alloc_receipts_wrap div.alloc_receipts_listitem div.remove {
	display:none;
	width:16px;
	height:16px;
	float:right;
	margin-top:-1px;
	margin-right:15px;
	background: url('../images/close-16.png') center center no-repeat;
	font-weight:bold;
	cursor:pointer;
}

div.alloc_receipts_ajax_loading {
	display:none;
	height:50px;
	width:300px;
	background: url("../images/ajax-loaderA48.gif")left center no-repeat;
	padding-left:54px;
	text-align:left;
	font: normal 14px  Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	line-height:50px;
	color: #777;
	text-shadow:1px 1px 2px #ccc;	
}

div.alloc_receipts_ajax_response {
	margin:5px;
	height:400px;
	overflow:hidden;
}

div.alloc_receipts_ajax_response h2 {
	margin:2px;	
	text-shadow:1px 1px 2px #f1f1f1;
}

div.alloc_receipts_ajax_response div.submit_results {
	margin:5px;
	padding:5px;
	height:357px;
	border:1px solid #f1f1f1;
	overflow:auto;
	overflow-x:hidden;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px; 
}

div.alloc_receipts_ajax_response div.msgbox {
	margin:3px;
	padding:5px;
	padding-left:20px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px; 
	border:1px solid #f1f1f1;
	background:#ebebeb;
}

div.alloc_receipts_ajax_response div.msgbox.error{background:#FFF0F0 url('../images/x_16.png') left center no-repeat;}
div.alloc_receipts_ajax_response div.msgbox.notice{background:#FFFFE6 url('../images/note_16.png') left center no-repeat;}
div.alloc_receipts_ajax_response div.msgbox.success{background:#E6FFE6 url('../images/tick_16.png') left center no-repeat;}



/*
 * jQuery Image Gallery Plugin CSS 2.3
 * https://github.com/blueimp/jQuery-Image-Gallery
 *
 * Copyright 2011, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

/* The loading animation: */
#gallery-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  background: url(../images/loaderB64.gif) center center no-repeat;
  z-index: 9999;
}
/* Fix for IE 6 which does not support position:fixed: */
*html #gallery-loader {
  position: absolute;
}
.gallery-dialog .ui-dialog-content {
  cursor: pointer;
  text-align: center;
}
.gallery-dialog .ui-dialog-content:hover:before,
.gallery-dialog .ui-dialog-content:hover:after {
  content: '‹';
  position: absolute;
  top: 50%;
  left: 25px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 1;
}
.gallery-dialog .ui-dialog-content:hover:after {
  content: '›';
  left: auto;
  right: 25px;
}
.gallery-dialog-single .ui-dialog-content:hover:before,
.gallery-dialog-single .ui-dialog-content:hover:after {
  display: none;
}
.gallery-dialog .ui-dialog-content img {
  border: 0;
}
/* Full screen styles: */
.gallery-dialog-fullscreen {
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 20px #000;
  -moz-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
}
.gallery-dialog-fullscreen .ui-dialog-titlebar {
  display: none;
}
.gallery-dialog-fullscreen .ui-dialog-content {
  padding: 0;
  border: 0;
  cursor: pointer;
  text-align: center;
}
.gallery-dialog-fullscreen .ui-dialog-content img,
.gallery-dialog-fullscreen .ui-dialog-content canvas {
  float: left;
  border: 0;
}
/* Fix for IE 6 which shows a full width dialog: */
*html .gallery-dialog-fullscreen .ui-dialog-content img {
  float: none;
}
.gallery-body-fullscreen .ui-widget-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Fix for overlay hiding the dialog effects: */
.gallery-body .ui-effects-explode,
.gallery-body .ui-effects-wrapper,
.gallery-body-fullscreen .ui-effects-wrapper,
.gallery-body-fullscreen .ui-effects-explode {
  z-index: 10000!important;
}
/* Fix for scrollbars showing with some effects: */
.gallery-body,
.gallery-body-fullscreen {
  overflow: hidden;
}
/* Fix for IE 6 showing select boxes on top: */
*html .gallery-body select,
*html .gallery-body-fullscreen select {
  display: none;
}

.k-chart,.k-gauge{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}div.k-chart,div.k-gauge{background-color:transparent}.k-gauge{text-align:left}.k-baseline-marker{zoom:1;*display:inline}.k-chart .k-tooltip{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;padding:2px 6px;white-space:nowrap;z-index:1000}.k-chart .k-tooltip table{border-spacing:0;border-collapse:collapse}.k-chart .k-tooltip th{text-align:center}.k-chart .k-tooltip td{padding:.1em .2em}.k-selector{position:absolute;-webkit-transform:translateZ(0)}.k-selection{border-bottom:0;position:absolute;border-width:1px;border-style:solid;border-color:#d2d2d2;border-bottom:0;height:100%;background-color:transparent;background-color:rgba(255,255,255,0.01)}.k-handle{background:#d2d2d2;width:7px;height:26px;cursor:e-resize;z-index:1;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;position:absolute}.k-handle div{width:100%;height:100%;padding:40px 20px 0 0;background-color:transparent}.k-leftHandle{left:-4px}.k-rightHandle{right:-4px}.k-leftHandle div{margin:-20px 0 0 -15px}.k-rightHandle div{margin:-20px 0 0 -5px}.k-mask{position:absolute;height:100%;background-color:#fff;filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80}.k-border{background:#d2d2d2;width:1px;height:100%;position:absolute}.k-navigator-hint div{position:absolute}.k-navigator-hint .k-scroll{position:absolute;height:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background:#d2d2d2}.k-navigator-hint .k-tooltip{margin-top:20px;min-width:160px;opacity:1;text-align:center;border:0;box-shadow:0 1px 2px rgba(0,0,0,.5);background:#fff}


.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}
