html {
    overflow-y: scroll;
}
body {display:block;color:#575757;height:auto;margin:0;padding:0;padding-top:32px;font-family:helvetica;font-size:13px;background-color:#ffffff;vertical-align:top;}
div{position:relative;width:100%;margin:0;margin-top:20px;padding:0;border:0;}
div div{width:1000px;border:0;margin:0;padding:0;margin-left:auto;margin-right:auto;position:relative;} 
div div div{width:auto;border:0;}
div div div div div{margin-bottom:20px;border:1px solid #ddd;padding:3px;}
div div div div div div{border:0;margin-bottom:0;}
table td{vertical-align:top;}
hr{border:0;height:1px;background: #ddd;}
h1{color:#910000;font-size:18px;}
p{font-size:13px;line-height:24px;}
pre {
	font-size:12px;line-height:20px;
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/*********************************links******************************/
a {padding:1px 2px;color:#000f99;text-decoration:none;display:inline-block;white-space:nowrap;border:0;font-weight:bold;cursor:pointer;}
a:link, a:visited, a:visited{color:#000f99;}
a:hover{color:#960000;}
/*******************************Floats*********************************/
.float_left{width:auto;float:left;}
.float_right{width:auto;float:right;}
.float_fix{clear:both;padding:0;visibility:hidden;}
/*******************************Forms*********************************/
input{padding:2px 8px;margin-top:4px;}
label{width:110px;display: inline-block;float:left;margin-top:6px;}
input[type=text], input[type=password]{height:15px;}
input[type=submit], button { margin:0;color:#000f99;border:1px solid #cfcfcf;background-color:#fff;font-weight:bold;cursor:pointer;}
input[type=submit]:hover, button:hover{color:#960000;}
#action{padding:0;border:0;}
#action.ac{color:green;}
/*********************************Specific css******************************/
div.header{top:0;margin:0;height:32px;border:0;z-index:100;position:fixed;background-color:#373737;box-shadow:0px 1px 8px rgba(0,0,0, 0.4);background: radial-gradient(ellipse at center, #474747 0%,#373737 100%);}
.header a{margin-top:8px;color:#e0e0e0;}
.header a:hover{color:#910000;}
.logo{margin-top:3px;margin-right:5px;width:115px;border:0;font-size:17px;color:#ffffff;font-weight:bold;}
.left{width:270px;float:left;}
.content_border, .left_box, #slideout{background-color:#f0f0f0;color:#575757;padding:0;border:6px solid #dfdfdf;outline: 1px solid #cfcfcf;outline-offset: -1px;}
.left_header, .content_header{min-height:25px;width:auto;color:#272727;font-weight:bold;line-height:28px;background-color:#dfdfdf;}
/*.content_header > * button{position:absolute;margin-top:-17px;}*/
.main{width:710px;float:right;}
#search_top{width:420px;}
#searchstring {width:300px;}
.dashboard_thumb{padding-right:18px;padding-bottom:18px;}
.dashboard_thumb img{border:1px solid #999;}
.dashboard_thumb a{width:150px;overflow:hidden;}
.nav_btn{width:120px;overflow:hidden;}
/*********************************Top Dropdown******************************/
.jsddm{margin:0;}
.jsddm li{display:inline-block;list-style: none;}
.jsddm li a,.jsddm li a:active {display:block;padding: 0 6px 6px 0;}
.jsddm li ul{padding:4px;border: 0;z-index:101;background:#fff;border:1px solid #bbb;border-top:0;display:none;
box-shadow:0px 3px 10px rgba(0,0,0, 0.4);}
.jsddm li ul li{display: inline;}
.jsddm li ul li a{color:#000f99;}
/***********************Dropdown********************/
#bfddm{margin: 0;padding: 0;}
#bfddm li{float: none;list-style: none;font-size: 14px;}
#bfddm li a{display: block;padding: 4px 6px;text-decoration: none;border: 0;white-space: nowrap;cursor:pointer;}
#bfddm li ul{margin: 0;padding: 0;position: relative;border: 0;z-index:900;width:auto;display:none;}
#bfddm li ul li{float: none;display: inline;border: 0;margin-top:2px;}
#bfddm li ul li a{text-decoration: none;font-weight:normal;border: 0;width: auto;white-space: nowrap;}
/*********************************Hidden iframe******************************/
#hidden, .hidden, #dialog{display:none;}
/*********************************Mask Boxes******************************/
#mask{width:100%;height:100%;margin:0;border:0;background-color:#000;z-index:1000;position:fixed;
filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8;opacity: 0.8;display:none;}
#mask:hover{cursor:pointer;}
#mask_content{width:900px;height:700px;padding:0;border:1px solid #000;background-color:#fff;z-index:1001;position:absolute;left:50%;top:50%;margin-left:-450px;margin-top:-350px;display:none;}
/*********************************Dialog Boxes******************************/
/*.ui-widget-overlay{background:#fff;margin:0;opacity : 0.7;}*/
.ui-widget-overlay{background:#fff;margin:0;}
.ui-widget div{width:auto;}
.ui-dialog {border:1px solid #999; -moz-box-shadow: 8px 8px 5px rgba(0,0,0,0.7); -webkit-box-shadow: 8px 8px 5px rgba(0,0,0,0.7);box-shadow: 8px 8px 5px rgba(0,0,0,0.7);}
/*********************************Tool Icons*****************************/
.tools {padding:0;margin:0;margin-top:6px;}
.tools a{border:0;margin:0;margin-right:5px;display:inline-block;}
.tools img {border:0;padding:3px;}
.tools a:hover img{border:1px solid #000;background:#fff;}
.tools [data-selected="yes"] img {background:#000066;border:1px solid #bbb;}
.tools button {background:#eeeeee;border:1px solid #bbb;}
#div_selected {display:inline;}
#div_next {display:inline;}
.tools_border{width:700px;padding:5px;margin:0;border:1px solid #ccc;background: #fff;position:relative;}
/*********************************Uploader*****************************/
#file_que{
	padding:20px;
	list-style:decimal;
	margin:0;
}
/*********************************PRO*****************************/
.pro_logo {
max-width:250px;
}