/* tabs */
ul.tabs{display:block;list-style:none;margin-top:0px;margin-bottom:1.1em;margin-left:auto;margin-right:auto;position:relative;padding-left:0px;}
ul.tabs li {float:left;margin:0px 0px;}
ul.tabs li.active a {border:1px solid #999; border-bottom-color:#fff; background:#fff;padding-bottom:6px;margin-bottom:-15px;z-index:100;}
ul.tabs li a {display:block;padding:5px 15px;border:1px solid #E6E6E6;position:relative;color:#333;font-weight:bold;font-family:Helvetica;}
ul.tabs li a, .tab_content{background-color:#eee;}
ul.tabs li a:hover{background-color:#c5d9ed;border:1px solid #999;}
.tab_content{clear:both;margin:0px;min-height:400px; height:auto !important; height:400px;max-height:400px;padding:10px;overflow:auto;border:1px solid #999;background-color:#fff;}

/*glDatePicker default style*/
/* Calendar container div */
.gldp-default{float:left;font-family:"trebuchet ms" !important;background-color:#ccc !important;font-size:0.8em !important;border:solid 1px #888;}
/* Table style */
.gldp-default table{border-spacing:1px;border-collapse:inherit;}
/* Default row height */
.gldp-default tr{line-height:28px;}
/* Default style of cell */
.gldp-default td{margin:0;padding:0;width:33px;text-align:center;}
/* Previous and Next arrows */
.gldp-default-prevnext{font-family:"times new roman";color:#222;cursor:pointer;font-weight:bold;}
/* Month Year title */
.gldp-default-monyear{color:#222;font-size:0.9em !important;font-weight:bold;}
/* Days of the week (Sun, Mon, ...) */
.gldp-default-dow{background-color:#f82200;color:#eee;font-size:0.8em !important;font-weight:bold;}
/* Selectable days */
.gldp-default-day{background-color:#fff;color:#222;border:solid 1px #fff;font-weight:bold;}
.gldp-default-day-hover{background-color:#fff;color:#f82200;border:solid 1px #f82200;cursor:pointer;font-weight:bold;}
/* Selected days */
.gldp-default-selected{background-color:#fee;color:#222;border:solid 1px #f82200;}
/* Today */
.gldp-default-today{background-color:#f82200;color:#fff;border:solid 1px #f82200;font-weight:bold;}
.gldp-default-today-hover{background-color:#fff;color:#f82200;border:solid 1px #f82200;cursor:pointer;font-weight:bold;}
/* Weekends */
.gldp-default-sat, .gldp-default-sun{background-color:#fff;color:#004f8f;border:solid 1px #fff;font-weight:bold;}
.gldp-default-sat-hover, .gldp-default-sun-hover{background-color:#fff;color:#004f8f;border:solid 1px #f82200;cursor:pointer;font-weight:bold;}
/* Non-selectable day.  Includes:previous/next month days and days that fall in the allowOld and endDate conditions */
.gldp-default-noday{background-color:#fff;border:solid 1px #fff;color:#666;cursor:wait;}

/*slider control*/
.slider{background: #aaa;height: 3px;position:relative;cursor:pointer;border:1px solid #333;width:100px;float:left;clear:right;margin-top:10px;-moz-border-radius:5px;-webkit-border-radius:5px;-moz-box-shadow:inset 0 0 8px #000;}
.progress{height:9px;background-color:#C5FF00;display:none;opacity:0.6;}
/* drag handle */
.handle {background: white repeat-x 0 0;height: 18px;width: 8px;top:-10px;position:absolute;display:block;margin-top:1px;border:1px solid #000;cursor:w-resize;-moz-box-shadow:0 0 6px #000;-moz-border-radius:14px;}
/* the input field */
.range{margin:0 0 0 15px;text-align:center;width:50px;}
