
.ui_panel {
	/*-webkit-box-shadow: rgba(0, 0, 0, 0.699219) 0px 2px 2px;*/
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	
	margin: 0px;
	overflow: hidden;
}
.ui_fields {
	width: 100%;
}
.ui_pane_header {
	margin: 2px 0px 0px !important;
	clear: both;
	
	/*default color*/
	background-color: #E3E2E4;
	border-bottom: 3px solid #CECDCE;
	border-top: 1px solid #FFFFFF;
}
.ui_pane_header h2 {
	font-size: 1.0em;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 10px;
	width: 100%;
	
	color: #3D3D3B;
}
.ui_pane_header_content {
	clear: both;
	background-color: #D4DDE5;
	padding: 4px 4px 4px 10px;
}
.ui_pane_row {
	width: 100%;
	clear: both;
	padding: 4px 0 4px 0;
}
.ui_pane_caption {
	padding-right: 10px;
	width: 120px;
	float: left;
	margin: 0 0 0 5px;
}
.ui_pane_caption h3 {
	font-size: 1em;
	text-align: right;
	margin: 0 0 0 0;
	color: #191919;
}
.ui_pane_controls {
	
}
.ui_pane_division {
	border-top: 1px solid #cccccc;
	height: 4px;
	margin: 6px 0px 6px 0px; 
}
.ui_optionsgroup {
	background: -webkit-linear-gradient(top, #E5E5E5 0%, #E2E2E2 100%);
	background: -moz-linear-gradient(top,  #E5E5E5 0%, #E2E2E2 100%);
	background: linear-gradient(top, #E5E5E5 0%, #E2E2E2 100%);
	border-radius:6px;
	border-width: 1px;
	border-style: solid;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #C5C5C5;
	-webkit-box-shadow:inset 0px 1px 0px 0px #C5C5C5;
	box-shadow:inset 0px 1px 0px 0px #C5C5C5;
	
	border-color: #ABABAB;
	min-width: 160px;
	padding: 6px 6px 6px 6px;
	color: #000000;
	
	margin: 4px 0 4px 0;
	display: inline-block;
}
.ui_modal_bg {
	position: absolute;
	top: 0;
	left: 0;
	background-color:#000; cursor:wait;
	
	z-index: 10;
	opacity: 0.65;
}
form.ui_dialog {
	display: none;
	position: absolute;
	top: 300px;
	left: 0px;
	
	z-index: 20;
	min-width: 400px;
	box-shadow: 1px 1px 5px 2px #272A2D;
	background-color: #D9D9DA;
	padding: 4px 4px 4px 4px;
	
	border: 2px solid #cccccc;
	
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
form.ui_dialog .ui_fields {
	width: 100%;
}

.ui_pane_footer {
	background-color: #D9D9DA;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D8D8D8), color-stop(1, #D0D0D1) );
	background:-moz-linear-gradient( center top, #D8D8D8 5%, #D0D0D1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8D8D8', endColorstr='#D0D0D1');
	
	border: solid #D3D3D4;
	border-width: 1px 0px 0px 0px;
	
	color: #777;
	margin: 0px 0px 0px !important;
	padding: 6px 10px 6px 10px;
	text-align: left;

	overflow: hidden;
	vertical-align: baseline;
	outline: 0px;
}

.ui_button {
	
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	
	border-radius:6px;
	border-width: 1px;
	border-style: solid;
	
	display:inline-block;
	
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
	
	
}
.ui_button:hover {
	
	
	
}
.ui_button:active {
	position:relative;
	top:1px;
}
.ui_panel.theme_lgrey > .ui_button{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E6E5E7), color-stop(1, #D4D4D4) );
	background:-moz-linear-gradient( center top, #E6E5E7 5%, #D4D4D4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E5E7', endColorstr='#D4D4D4');
	
	background-color:#C5C4C5;
	border-color: #C3C3C3;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #F2F0F1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #F2F0F1;
	box-shadow:inset 0px 1px 0px 0px #F2F0F1;
	
	text-shadow: 1px 1px 0px #F1F2F1;
	color:#505051;
}
.ui_panel.theme_lgrey > .ui_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9A9A9A), color-stop(1, #6B6B6B) );
	background:-moz-linear-gradient( center top, #9A9A9A 5%, #6B6B6B 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9A9A9A', endColorstr='#6B6B6B');
	background-color:#BFBFBF;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #6B6B6B;
	-webkit-box-shadow:inset 0px 1px 0px 0px #6B6B6B;
	box-shadow:inset 0px 1px 0px 0px #6B6B6B;
	
	color:#F1F2F1;
	text-shadow:1px 1px 0px #505051;
}

