html{ margin:0; padding:0; font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; color: #333;}
body{ margin:0; padding:0; background: url(images/pg-bg.png) repeat;  font-size:12px;
}
* {
    margin: 0;
    padding: 0;
}
fieldset{
	margin: 0px;
	border:2px solid #eee;
}
img{ border:none;}
a{
    color:#225DB7;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #0524a1;
}

select {padding: 2px;}
input[type="text"], input[type="password"],input[type="email"] input[type="file"]{
padding:5px;
}
input[type="text"], input[type="password"],input[type="email"] input[type="file"], select, textarea{
font-size: 12px;
border: 1px solid #CCC;
border-radius: 3px;
-moz-box-sizing: border-box;
box-shadow: 0px 1px 0px 0px #EEE inset;
background-color: #fffff2;

}
textarea { resize:none; padding: 5px;}
input:disabled, select:disabled, textarea:disabled {
	box-shadow: none;
	background: #eee;
}
checkbox, radio {  border: 1px solid #777; }
input:focus, textarea:focus, select:focus { border: 1px solid #900;background-color: #C4DE95; outline:none; box-shadow:none;}
input.error, textarea.error, select.error { border: 1px solid #C4DE95;  }
.input_disabled { background-color: #ece9d8; }
.topbanner{background: url(images/top-bnr.jpg); background-repeat: no-repeat;background-position: center center;background-size: cover; width:100%; }

#our_advantages{}
.our_adv{width:50%; display: inline-block; float:left; margin:20px 0;}
.our_adv h2{ font-size:30px; padding:10px;}
.our_adv img{ float:left; padding:10px;}
.inner{max-width:1200px; width:100%;
margin: 10px auto; min-height:200px; overflow:hidden;
clear: both;
}
.p1{ width:60%; margin:0 auto; }
.p1 h1{margin-top:100px; padding:10px;font-size:40px; color:#000; text-align:center; background:rgba(255,255,255,0.5); font-weight:bold; text-transform:uppercase;}
.apply_now {
    min-height: 233px; 
}
.apply_now {
    margin: 0 0 30px 0;
}
.apply_now .orange-btn {
    text-transform: uppercase;
    margin: 15px 0 11px 34px;
    padding: 0 36px;
}
.apply_now p {
    text-align: center;
    color: #555555;
    font-size: 12px;
}
#main-content-wrap{background:#f7f6f6; width:100%; overflow:hidden; }
#main-content{max-width:1200px; margin: 10px auto; background: #f7f6f6;  padding:5px; min-height:100px;}
#main-content  tr:first-child td:nth-child(0) {  max-width:1200px; width:100%;}
#main-content .main_full{ text-align:center;  width:100%; margin-bottom:10px;}
#main-content .main_full p{ margin-bottom:15px; font-size:18px; text-align:center; color:#000; }
#main-content .main_full h2{ text-align:left; margin-bottom:10px; margin-left:10%;}
#main-content .main_full ul{ text-align:left; margin-left:10%; font-size:16px; line-height:28px;}
#main-content .main_left{ max-width:70%; float:left; padding:10px;}
#main-content .main_sidebar{max-width:25%; float:right;  padding:10px;}
#main-content .main_sidebar h2{ font-weight: bold; font-size: 30px; padding: 10px; text-align: left;
    color: #333; margin: 15px 10px; line-height: 28px;}
				.tick_listing{list-style-position:inside; list-style-image:url(images/list-tick.gif); font-size:12px; }
	#main-content .main_left p{ margin-bottom:15px; font-size:13px;}
	
	#main-content .main_left .col_l{ width:46%; float:left;} 
	#main-content .main_left .col_r{ width:46%; margin-left:3%; float:left;} 
    #main-content .main_left  h1{ margin:15px 0 15px 0; text-align:center;}			
	#main-content .main_left  h2{ margin:15px 0 15px 0; text-align:center;}			
	#main-content .main_left  h3{ margin:15px 0 10px 0; font-size:20px; text-align:center; font-weight:normal; font-style:italic;}	
	.h3_class{}
	.h3_class ul{ list-style:inside;}
	.account_big{ width:100%; clear:both; margin:0 auto;}
.writing_fields li {
    background: url(images/icons/list-pluses.png) no-repeat center left;
    padding: 1px 20px;
    line-height: 25px;
    list-style: none;
}
.join_us {
    background: url(images/wallet.png) no-repeat 0 0;
    height: 233px;
    width: 260px;
}
.join_us {
    margin: 0 0 30px 0;
}
.join_us .orange-btn {
    text-transform: uppercase;
    margin: 150px 0 11px 34px;
    padding: 0 36px;
}
.join_us p {
    text-align: center;
    color: #555555;
    font-size: 12px;
}
.orange-bn .orangebut-arrow {
    position: relative;
    top: 2px;
}
.orange-btn {
    display: inline-block;
    color: #ffffff;
    padding: 0 20px;
    text-shadow: #c75a00 0 -1px;
    border-width: 1px;
    border-style: solid;
    border-color: #ffc15c #ad4d00 #ad4d00 #ffc15c;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffa309;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffa309), to(#ea6700));
    background: -webkit-linear-gradient(#ffa309, #ea6700);
    background: -moz-linear-gradient(#ffa309, #ea6700);
    background: -ms-linear-gradient(#ffa309, #ea6700);
    background: -o-linear-gradient(#ffa309, #ea6700);
    background: linear-gradient(#ffa309, #ea6700);
    -pie-background: linear-gradient(#ffa309, #ea6700);
}
.orange-btn:hover{text-decoration:none;}
.orange-bn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.orange-bn-large {
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    font-weight: bold;
}
#main_content_i{
max-width: 960px; margin: 0 auto; 
z-index: 1;
}
.login_today{ width:100%; margin:0 auto; padding:0 10px;}
.login_pane{margin:0 auto; min-width:400px; padding:0 10px; }
.login_label{ font-weight:bold; font-size:20px; text-align:center;}
.login_pane table{ background:none;}
.main_panel{width:100%;}
.right_panel b{ font-weight:500;}
.the_sites {}
.the_sites b{ font-weight:500;} 
.left_panel{width:200px; margin-right:15px; float:left; vertical-align:top;}
.right_panel{ vertical-align:top; width:100%;   padding:3px 10px 10px 10px; border-radius:10px; }
.right_panel p, li {
    font-size: 12px;
    font-weight: 100;
}
.main-nav-wrap{ background:#860101;}
.inner-wrap {
    margin: 0 auto;
    max-width: 1200px;
}
.right_panel .titles_h { display:none;}
#accountpanel{width:auto; float:right;  }
#logoarea{ float:left; width:auto; }
.logo{background: url(images/logo.png) no-repeat; width:241px; margin-top:10px; height:46px; padding:20px 0 0 0;}
#signuparea{
	float:right;
	color:#333; width:auto; padding-bottom:15px; 
}
#signuparea a{ color: #039 !important; font-weight:bold; font-size:12px; text-decoration:none; cursor:pointer; }
#signuparea a:hover{ color:#F00 !important; }
.welcome_u{ font-size:12px; color: #333;}
.welcome_u a{color:#000;}
.nxtmsg { float:left; width:auto; margin: 10px 25px 0px 10px; height:35px;   }
.nxtmsg a{color: #223350 !important; font-size:12px; cursor:pointer;   }
.nxtmsg  a:hover {color:#297ca6; text-decoration:none; }
.no_of_msgs {
bottom: 12px;
cursor: pointer;
position: relative;
width: auto;
font-weight: normal;
font-size: 11px;
padding: 1px 3px;
}

#menu{
    background:#860101;
    height: 50px;
    max-width:1200px; margin:0 auto;
}
#menu ul li{
	display: table-cell;
 height: 50px;
}
#menu ul li a{
display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin: 0 0 0 -0px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 0 45px;
}

#menu ul li.active a , #menu ul li a:hover{
    margin: 2px 0 0 -1px !important;
    height: 46px;
    line-height: 46px;
    background: #efefff;
    color: #860101;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; text-decoration:none;
}
#main-header{display: block; width:100%;
box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.34);
border-bottom: 1px solid #3fb1e3; overflow:hidden; clear:both; 
}
#my-account{ float:right; padding:0px 2px; width:auto;  }
#my-account .the-id, #my-account .the-level, #my-account .the-earnings {  float:left; font-weight:400; width:auto;  padding:8px 10px; color:#223350 !important; font-size:11px;  }
#my-account .the-id, #my-account .the-level, #my-account .the-earnings, #signuparea{
   margin:2px 0;  color:#223350;
}
#my-account .my-stat { font-size:14px; font-weight:bold; color: #223350; margin-right:5px; }
#footer{ min-height: 100px; padding-top:5px; overflow:hidden; background:#888; }
#footer .inner-wrap {	 min-height: 90px;  position: relative;  margin: 10px auto;	}	
.bottom-menu{ width:100%; clear:both; margin-bottom:10px;  }
.bottom-menu ul {text-align:center;}	
.bottom-menu ul li {  padding:10px 15px; display:inline-table; width: auto;  margin: 0px 3px;
	text-align:center;  list-style:none;}
.bottom-menu ul li a { text-align:center; color: #fff; font-size:18px; }
.bottom-menu ul li a:hover,  .bottom-menu ul li .active{ color: #fff; }
.copyright { text-align:center; padding:10px 0 20px 0; font-size: 12px; width:100%; clear:both; color: #000;}	
.copyright a{ color:#fff !important;}
.order_d_page p, li {
    font-weight: normal;
	color:#333;
}
.hometxt  {
	color:#fff;
}
.clear{
	clear: both;	
}

#h_wrap {
    margin: 0px auto;
    padding: 0px 10px;
}
/*.wraps {
   width: 1000px;
    margin: 0 auto;
    padding: 0px 10px;
} */
.threecol-first{width:20.66%; float:left; margin-top:-200px; margin-bottom:10px;  }
.threecol-one{width:30.66%; float:left;}
.threecol-two{width:65.33%; float:left;  }
.threecol-last{width:75.33%; float:left; /*background: #fff;*/  border-bottom: 1px solid #225080; margin-top:3px; margin-left:1%; padding:1%;}
.admin-dashboard{ margin: 10px 0px; font: 24px/1.3em Georgia; color: #17649A; text-align: center; font-weight:bold;  }
#bg-black-admin {
	height:100px;
	max-width:1200px;
	background:#0A84C1;
}
#sub_section {  max-width: 1200px; background: #fff;
    margin:0 auto 1px auto;
    /*padding: 0px 10px;*/
}
#sub_section_bottom { max-width: 1200px; background: #fff;
    margin:0 auto 1px auto;
    /*padding: 0px 10px;*/
}
.onlines{font-size:12px;}
.dashboard_orders{   width: 1200px; margin:0 auto; background:#f9f9f9;   }
.dashboard_users{ border-bottom: 1px solid #225080;  width: 100%; margin:0 auto; background:#fff;   }
.user_stats_dashboard{background:#f9f9f9;}
.span_tr{line-height:25px;}
.dashboard_headings h2{ font-size:20px; color: #225080; font-weight:700; float:left;  }
.dashboard_headings h3{ font-size:15px; color:#225080; font-weight:400; float:left;  }
.totals_nums{ color: #052A6E; font-size:16px;}
.stats_orders .stats_align { font-size:12px; text-align:left; padding:10px 10px 10px 0px;   }
.tally{ padding:2px}
.stats_orders .stats_align_nums  { font-size:12px; text-align:center; background:#225080; padding:2px 8px; border-top-right-radius: 3em;
border-bottom-right-radius: 3em;    }
.stats_orders .stats_align_nums .tallies{
	color:#fff; font-weight:bold; font-size:12px; text-align:center;
}
.tallies{
	color:#f33f3f; font-weight:bold; font-size:12px; text-align:center;
}

.td_align{ padding-right:3px; padding-bottom:15px;}
.td_align_manage{ width:200px; float:right;}
.td_align_sep{height:20px; border-bottom: 1px solid #225080; width:100%;}
.stats_orders{ vertical-align:top;  }
.icon_txt{font-size:11px;}
.icon_orders_all{
	background: url(images/icons/stats.png) no-repeat center left; 
	width:70px; height:85px; padding:0 10px 0 0;  
}
.icon_users_all{
	background: url(images/icons/users-stats.png) no-repeat center left; 
	width:80px; height:80px; 
}
.icon_users_online_all{
	background: url(images/icons/users_online.png) no-repeat center left; 
	width:79px; height:55px; 
}
.icon_orders_all img, icon_users_all img{ float:left;}

#main_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
 color: #FFF;
background-color: #2B95B9;
background-image: linear-gradient(to bottom, #32A9D1 33%, #2482A1 100%);
  border-bottom: 1px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;    
}
#main_nav li {
  float: left;          
}
#main_nav #login {
  border-right: 1px solid #ddd;
  -moz-box-shadow: 1px 0 0 #fff;
  -webkit-box-shadow: 1px 0 0 #fff;
  box-shadow: 1px 0 0 #fff;  
}

#main_nav #login-trigger,
#main_nav #signup a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  padding: 0 8px;
  text-decoration: none;
  color: #fff !important;
}

#main_nav #signup a {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

#main_nav #login-trigger {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

#main_nav #login-trigger:hover,
#main_nav #login .active,
#main_nav #signup a:hover {
  background: #fff;
  color:#253350 !important;
}

#main_nav #login-content {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 999;    
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -ms-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(top, #fff, #eee);  
  padding: 15px;
  -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
}

#main_nav li #login-content {
  right: 0;
  width: 250px;  
}
/*--------------------*/
#inputs input {
  padding: 6px 5px;
  margin: 0 0 5px 0;
  width: 230px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 1px #ccc inset;
  -webkit-box-shadow: 0 1px 1px #ccc inset;
  box-shadow: 0 1px 1px #ccc inset;
      border: 1px solid #CCD6DD;
    box-shadow: 0px 1px 0px #EEE inset, 0px 1px 0px #FFF;
}


#inputs input:focus {
  background-color: #fff;
  border-color: #e8c291;
  outline: none;
  -moz-box-shadow: 0 0 0 1px #e8c291 inset;
  -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
  box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/

#login #actions {
  margin: 10px 0 0 0;
}

#main_nav  #login label {
  float: right;
  line-height: 30px;
}
#main_nav  #login input[type="text"], #main_nav  #login input[type="password"] {
	  color:#333;

}
#main_nav  #login label input {
  position: relative;
  top: 2px;
  right: 2px;
}
#main_nav  #login label a:hover{
color:#253350;
}
.orders_none {
    background:#253350;
	font-size: 20px;
	font-weight: bold;
	padding:10px;
	color:#fff;
	float:left;
	width:100%; margin-top:10px;
}

.login-form-index{color:#fff;}
.login-form-index a {
color:#fff;

}

.loginerrors {
display: block; height: auto; font-size:13px; line-height: 15px;  background: #C2D4F2;  padding: 2px 20px; color: #8a1f11;border: 1px solid #99f;
}
loginerrors_i {
display: block; height: auto; font-size:13px; line-height: 14px; background: #FBE3E4; color:#8a1f11;border: 1px solid #99f;
}
.order_borders_msg{ }
.close-button{ float:right;  padding: 0.5em 0.4em;}
.table_compose{float:left; width:70%; margin-top:20px;}
.create_new_title { color:#024C80; font-weight:bold; font-size:16px;}
.msg-content-pane{ display:none;}
.msg-content{  background-color: #F3F6F8; padding: 0.5em 0.4em;
vertical-align: top; border-bottom: 1px solid #052A6E; border-top:none; 
line-height: 1.5em;
color: #052A6E;
font-size: 14px;}
.table_compose input[type="submit"] { margin-top:15px;}
.compose_button input[type="submit"] { margin-bottom:10px;}
.compose_button
input[type="submit"] {
	    cursor: pointer;
	    border-radius: none;
	    background: #112840;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		padding: 4px 10px;
		-webkit-transition:box-shadow .5s ease;
		-moz-transition:box-shadow .5s ease;
		-ms-transition:box-shadow .5s ease;
		transition:box-shadow .5s ease;
		text-decoration: none;
}
#msg-body input[type="submit"], .blue_button
input[type="submit"] {
	    cursor: pointer;
	    border-radius: 4px;
	    background: #168f9f;
		box-shadow: inset 0 -3px 0 0 #000038;
		color: #fff;
		font-size: 12px;
		padding: 4px 10px;
		-webkit-transition:box-shadow .5s ease;
		-moz-transition:box-shadow .5s ease;
		-ms-transition:box-shadow .5s ease;
		transition:box-shadow .5s ease;
		text-decoration: none;
}

#msg-body input[type="submit"]:hover, .blue_button
input[type="submit"]:hover, .compose_button
input[type="submit"]:hover{
	background: #223350;
	box-shadow: inset 0 3px 0 0 #168f9f;
	text-decoration: none;
}

.submit_arrow{
	font-size: 12px;
	cursor: pointer;
	border-radius: 4px;
	color: #111;
	padding: 4px 10px;
	background: #168f9f;
	border: 1px solid #6f8a95;
	margin: 2px;
	text-shadow: none;
	color: #fff;
	font-variant: normal;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
	min-width: 65px;
	}
input[type=submit] {
	    -moz-box-shadow: 3px 4px 0px 0px #8a2a21;
	-webkit-box-shadow: 3px 4px 0px 0px #8a2a21;
	box-shadow: 3px 4px 0px 0px #8a2a21;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0);
	background-color:#c62d1f;
	
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:12px;
	padding:7px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
input[type=submit]:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24437
	text-decoration: none;
}
input[type="text"], input[type="password"],input[type="email"],select, input[type="file"]{
margin-right:10px;
}
.site_del{
background-color: #6eb43f ;
border: 0;
border-radius: 3px;
color: #fff;
cursor: pointer;
font-size: 10px;
font-weight: bold;
padding: 0 10px;
-webkit-backface-visibility: hidden;
}
.submit_login{
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-align:center;
background: #C2D4F2;
cursor:pointer;
min-width: 150px;
font-weight:bold;
color:#039;
padding:8px;
font-size:20px;
margin-left:200px;
}
.submit_login_tp{
display: inline-block;
zoom: 1;
height: 2em;
padding: 0 1em;
vertical-align: top;
text-align: center;
text-decoration: none;
font-size: 1.2em;
color: #039;
font-weight:bold;
cursor: pointer;
}
.price_o {
	font-size: 24px;
	font-weight: bolder;
	color: #003399;
	padding:2px;
	font-style:normal;
}
.price_o_f {
	font-size: 24px;
	font-weight: bolder;
	color: #369;
	padding:2px;
}

.price_f {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding:2px;
}

#register_wrap{
max-width:960px;	
margin: 10px auto;
border-radius:3px;
padding:10px;
}
#register{
width:900px;
margin-left:50px;
color: #3002776;
font-size:15px;

}
#register a{
color:#0081B5;
text-decoration:none;
}
#register a:hover{
color:#92D400;
text-decoration:none;
}
#register hr{ margin:30px 0 20px 0; }
#resources a:hover{	
	color: #ffffcc;	
}
#lgout{ width: auto; float:left; left:100px; top:55px; color:#00CC00; position: relative;}
.f_left{ width:280px; padding: 8px; float:left; display:inline;}
.f_left img{ border:none; }
.f_right{ width:370px; padding:8px; float:right;}
.fp_orders{ padding:5px; color: #333; font-weight:normal; font-size:12px;
box-shadow: 10px 10px 20px #888888;
	   }
.fp_orders TD {  padding-bottom:10px;}
	   
.order_header{ font-weight:300;line-height:22px;  color:#006400; font-weight:bold; font-size:20px; 
}
.order_borders_fp { color:#333;}
.order_borders_fp2 { color:#333;}

.h-orders{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background:#fff;
}
.ordersFP TD { border-bottom:1px dotted #fcc;}
.td_class TD{ font-size:11px;}
.button {
	background-color:#7892c2;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	padding:8px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.button:hover {
	background-color:#476e9e;
}
.button:active {
	position:relative;
	top:1px;
}


	.button:hover, .button:focus {
		background-color: #242424;
		color: #f6f6f6;
	}
	.button:active {
		background-color: #202020;
		color: #b6b6b6;
		padding: 16px 20px;
	}

.icon_help{
	background: url(images/icons/help.png) no-repeat center left; 
	padding:10px 20px;
}
.icon_help_small{
	background: url(images/icons/help.png) no-repeat center right; 
	display:inline-block; width:16px; height:16px;
}
.icon_bug{
	background: url(images/icons/bug.png) no-repeat center left; 
	padding:10px 20px;
}
.icon_editing{
	background: url(images/icons/edit.png) no-repeat center left; 
	padding:0px 30px;
}

.icon_done{
	background: url(images/icons/done_event.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_available_db{
	background: url(images/icons/on.png) no-repeat center left; 
	padding:20px 12px 20px 28px;
}
.icon_editing_db{
	background: url(images/icons/edit.png) no-repeat center left; 
	padding:20px 12px 20px 28px;
}
.icon_done_db{
	background: url(images/icons/done_event.png) no-repeat center left; 
	padding:20px 12px 20px 28px;
}
.icon_assigned_db{
	background: url(images/icons/to_do.png) no-repeat center left; 
	padding:20px 12px 20px 28px;
}
.icon_assigned_unconfirmed_db{
	background: url(images/icons/assigned-to.png) no-repeat center left; 
	padding:20px 12px 20px 28px;
}
.icon_paid_db{
	background: url(images/icons/paid.png) no-repeat center left; 
		padding:20px 12px 20px 28px;
}
.icon_revision_db{
	background: url(images/icons/apv.png) no-repeat center left; 
		padding:20px 12px 20px 28px;
}

.icon_approved_db{
	background: url(images/icons/apv.png) no-repeat center left; 
		padding:20px 12px 20px 28px;
}
.icon_reject_db{
	background: url(images/icons/apv.png) no-repeat center left; 
		padding:20px 12px 20px 28px;
}
.icon_dispute_db{
	background: url(images/icons/dispute.png) no-repeat center left; 
		padding:20px 12px 20px 28px;
}
.icon_bids_db{
	background: url(images/icons/bid.png) no-repeat center left; 
	padding:20px 12px 20px 28px;
}
.icon_pending{
	background: url(images/icons/pending.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_to_confirm{
	background: url(images/icons/to-do.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_assigned{
	background: url(images/icons/to_do.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_assigned_unconfirmed{
	background: url(images/icons/assigned-to.png) no-repeat center left; 
	padding:0px 30px;
}

.icon_current{
	background: url(images/icons/current-work.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_bids{
	background: url(images/icons/bid.png) no-repeat center left; 
	padding:0px 30px;
}

.icon_available{
	background: url(images/icons/on.png) no-repeat center left; 
	padding:0px 30px;
}

.icon_paid{
	background: url(images/icons/paid.png) no-repeat center left; 
	padding:0px 30px;
}

.icon_financial{
	background: url(images/icons/financial.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_dispute{
	background: url(images/icons/dispute.png) no-repeat center left; 
	padding:0px 30px;
}

.icon_account{
	padding:0px 10px 0 10px;
}
.icon_msg{
	background: url(images/icons/msg.png) no-repeat center left; 
	padding:10px 20px; font-size:12px;
}
.icon_msg_unread{
	background: url(images/icons/inbox_unread.png) no-repeat center left; 
		padding:0px 0px 0 25px; 
}
.icon_attachment{
	background: url(images/icons/attachment.png) no-repeat center left; 
	padding:0px 24px; 
}
.icon_attachment_small{
	background: url(images/icons/attachment.png) no-repeat center left; 
	padding:14px 14px; 
}
.icon_approved{
	background: url(images/icons/apv.png) no-repeat center left; 
	padding:0px 30px;
}

.icon_reject{
	background: url(images/icons/rej.png) no-repeat center left; 
	padding:0px 30px;
}

.icon_revision{
	background: url(images/icons/revision.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_orders{
	background: url(images/icons/orders.png) no-repeat center left; 
	padding:30px 30px;
}
.icon_users{
	background: url(images/icons/users.png) no-repeat center left; 
	padding:30px 30px;
}
.icon_more_orders{
	background: url(images/icons/stocks.png) no-repeat center left; 
	padding:30px 30px;
}
.icon_request{
	background: url(images/icons/request.png) no-repeat center left; 
	padding:30px 30px;
}
.icon_writers{
	background: url(images/icons/writers.png) no-repeat center left; 
	padding:30px 30px;
}
.icon_exit{
	background: url(images/icons/exit.png) no-repeat center left; 
	padding:0px 0px 0 25px;
}
.icon_stock_m{
	background: url(images/icons/stock_m.png) no-repeat center left; 
	padding:0px 10px 0 20px;
}
.icon_info{
	background: url(images/icons/user_info.png) no-repeat center left; 
	padding:5px 40px;
}
.icon_settings{
	background: url(images/icons/settings.png) no-repeat center left; 
	padding:30px 30px;
}
.icon_news{
	background: url(images/icons/news.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_news_list{
	background: url(images/icons/news.png) no-repeat center left; 
    padding:10px 0px 10px 25px; list-style:none; margin-bottom: 2px; margin-top:2px; margin-left:3px;

}
.icon_clock{
	background: url(images/icons/clock_time.png) no-repeat center left; 
	padding:10px 30px;
}
.icon_exclamation{
	background: url(images/icons/exclamation_blue.png) no-repeat center left; 
	padding:5px 30px;
}
.icon_edit_order{
	background: url(images/icons/edit-s.png) no-repeat center right; 
	padding-left:10px ;
}
.icon_add_files{
	background: url(images/icons/add-file.gif) no-repeat center left; 
	padding-left:10px;
}
.icon_fav_admin{
	background: url(images/icons/fav_admin.png) no-repeat center left; 
	padding:5px 8px;
}
.icon_fav_client{
	background: url(images/icons/fav_client.png) no-repeat center left; 
	padding:5px 8px;
}
.notify_msg{
background:#4a4954;
color: #D5D5D5;
line-height:25px;border-bottom:5px solid #999; padding:8px; font-size:11px;}

.msg_highlights{}
.msg_highlights a{ color: red; text-decoration:blink;}

.get_replybox {
   /* background: #C2D4F2;*/
    padding:2px 10px;
    border-bottom:5px solid #999;
	color:#fff;
	width:550px;
	background-color: #9699AC;
	margin-bottom:10px;
}
.show_replybox {
    display:none;
}
.reply_to_msg{
margin: -20px 10px 0 10px;  padding-bottom:5px; font-weight: bold; font-size:12px; 
 background:#D5D5D5; padding:5px; -moz-border-radius: 3px;
  -webkit-border-radius: 3px; border-radius: 3px; width:70px; float:right; text-align:center;
 }
 .new_msg{
 font-weight: bold; font-size:12px; 
 background:#6eb43f ; padding:2px 3px; -moz-border-radius: 3px;
  -webkit-border-radius: 3px; border-radius: 3px; width:100px; float:right; text-align:center;
 }
  .talktous{
 font-weight: bold; font-size:12px; 
 background:#8bc7cf; padding:1px 10px; -moz-border-radius: 3px; margin-bottom: 10px;
  -webkit-border-radius: 3px; border-radius: 3px; width:auto; float:left;  
 }
  .talktous{ color:#fff;}
  .talktous a:hover{ color:#333;}

 .marked_as_read{margin: -20px 10px 0 10px; padding-bottom:5px; font-weight: bold; font-size:10px; 
 background:#D5D5D5; padding:5px; -moz-border-radius: 3px;
  -webkit-border-radius: 3px; border-radius: 3px; width:100px; float:right; cursor:pointer;}
 .get_help_info {
    height:200px;
    background: #efefff ;
    padding:2px 25px;
    border-bottom:5px solid #888;
	overflow:scroll;
	color:#fff;
	margin-bottom:10px;
}
 .update_p_details {
    background: #efefff ;
    padding:10px;
    margin-top:10px;
    border-bottom:5px solid #888;
}
.show_hide_help_info {
    display:none;
}
.close_this{}
.close_this a{color:#333; text-decoration:underline;}
.close_this a:hover{ color:red;}
.get_payments {
    height:100px;
    background:#dceefa;
    border:solid 3px #fff;
    border-radius:5px;
    box-shadow: 0px 0px 5px #CCC;
    background:-webkit-gradient(linear,left top,left bottom,from(#dceefa),to(#e8e8e8));
    background:-moz-linear-gradient(top,#dceefa,#e8e8e8);
    background:linear-gradient(top,#a7eef2,#dceefa);
    padding:8px;  
    border-bottom:3px solid #333;
}
.show_hide_payments {
    display:none;
	}
.show_update_info {
    display:none;
}

#main_content_i{
max-width: 1170px; margin: 0 auto; 
z-index: 1;
}
#sign_in {
    min-height: 385px; max-width:350px;
    margin: 30px auto;
    padding: 30px 20px;
    background-color: #F7F9FA;
    border-radius: 5px;
}

#sign_in input[type=text], #sign_in input[type=password] {
color: #0074CC;
font-size: 21px;
font-weight: 500;
border-radius: 4px;
border: 1px solid #dfdfdf;
border-top-color: #999;
padding: 5px 10px;
width: 100%;
box-shadow: inset 0 5px 6px #f7f7f7;
background: #fff;

}

#sign_in input[type=submit]{ background: #F33F3F;
		border:none;
		color: #fff;
		font-size: 18px;
		padding: 12px;
		-webkit-transition:box-shadow .5s ease;
		-moz-transition:box-shadow .5s ease;
		-ms-transition:box-shadow .5s ease;
		transition:box-shadow .5s ease; width:100% !important;} 
#sign_in input[type=submit]:hover{background: #168f9f;
		}

#sign_in .login_ft { float:left;}

#sign_in .login_ft a{ text-decoration:none;}
.orders_ {
background-color: #e6efee;
font: normal 14px Verdana;
padding: 3px;
border: 1px solid #CAE4FF;
}
.login_today{ width:100%; margin:0 auto; padding:0 10px;}
.login_pane{margin:0 auto; min-width:350px; padding:0 5px; }
.login_label{ font-weight:bold; font-size:20px; text-align:left;}
.login_pane table{ background:none;}
.login_pane .go_back a{color:#039 !important;}
.login_today .welcome_login{font-size: 25px;color:#333;  font-weight: normal; margin-bottom:10px;}
.login_today .logn_p{font-size: 30px;color:#333;font-weight: bold; margin-bottom:15px;}
#left_col{width:25%; float:left; margin-top:5px}
#mid_col{width:46%; float:left; padding:0 5px; margin-top:5px}
#right_col{width:25%; float:right; margin-top:5px;  }
#top_stretch{width:65%; float:left; clear:right; margin-left:2p%;}
.images_align{ border:none; text-align:center; margin:20px 0; clear:both;}
#left_col .writing_fields li{
	background: url(images/icons/list-pluses.png) no-repeat center left; 
	padding:1px 20px;   line-height:16px; list-style:none;
}
.top_h_left{ float:left; width:220px; height:auto; background: #d3d653; padding:10px 10px; margin:5px 0 5px 5px;   }
.hds{ font-size:20px; line-height:20px; color: #100040;}
.the_site{ text-transform:uppercase; font-size:28px; padding-top:20px; color:#fff; text-align:center;}

.fp_hd{ float:left; font-weight:bold; font-size:30px; width:100%; padding:10px;text-align:left; color:#333; margin:15px auto; line-height:28px; clear:both;}
.a_fp_l ul{float:left;}
.intro-header {
    font-size: 65px;
    color: #541965;
    padding: 20px 5px;
    font-weight: bold;
    line-height: 65px; text-align:center;
}
.intro-msg{   font-size:25px; color:#000; padding:10px 0 1px 0; font-weight:600; margin: 0 auto; line-height:32px;}
.m_desk { text-align:center; margin-top: 2px; }
.m_desk a{ font-size:20px; color:#fff; text-decoration:none; font-weight:900; background:#6eb43f ;
  padding:10px; border-radius:5px;opacity:0.7; filter:alpha(opacity=70);
 }
.inn{ width:auto; margin-top:-30px; height:100px;float:right;margin-left:10px;}
.login_press{  padding:10px; width:160px; margin-top:50px; float:left;}
.or-{ font-size:50px; color:#000;  width:30px; margin-top:60px; float:left;   }

.regtoday{ padding: 10px; display:block; margin-left:10px; width:auto;  float:left; font-size:20px;  }
.sign_up_press{ padding:10px; margin-left:20px; width:300px;  float:left; text-align:right;  }
.pointer_link{background: url(images/pointer_link.png) no-repeat center left; width:20px; height:20px;  }
.login_press a, .sign_up_press a{ 
font-size:30px; color:#fff; text-decoration:none; font-weight:bold; background:#002335;opacity:0.7;
filter:alpha(opacity=70);  padding: 5px 10px; border-radius:5px; }
.login_press a:hover, .sign_up_press a:hover, .m_desk a:hover{ background:#6eb43f ; color:#fff;}
.topordersfp{width:1200px; margin-top:70px;}
.ordersfp{ width:640px;  float:left; margin-top:-60px; margin-bottom:10px;}
.fd_ad{ width:320px; float:right; margin-top:20px; opacity:0.7; filter:alpha(opacity=70); }
.error {text-align:left;  font-size:12px; background: #ffc;
    padding: 3px 10px 3px 40px;
    margin: 10px 0;
    color: #a20510;
    border: 1px solid #99f; }
.upload_error {
font-size:18px;
color: #a20510;
background: url(images/error_bg.png) 0 0 repeat-x;
padding:5px 10px;
text-align:error;
}

#infos{
margin-top:10px;  }
.msg_success {
background: url(images/succ_bg.png) 0 0 repeat-x; font: bold 14px arial;
color: #2f7c00;
text-shadow: 0 1px 0 #fff; 
padding: 10px;
text-align:center;
} 
.tick_accepted {
background: url(images/tick_a.png) no-repeat center left; 
padding:10px 50px;
color: #2f7c00;
text-shadow: 0 1px 0 #fff; 
padding: 5px 10px 5px 10px;
} 
.msg {background-color: #DFF2BF; color: #4F8A10;
border: 1px solid #D8D2A9;
border-radius: 3px;
position: relative;
margin: 0 auto; width:90%;
padding: 10px 16px 10px 55px; 
} 
.statusMessage_inbox {
width:auto; width: 50%;
  margin:0 auto;
  height: 55px;
    position: absolute;
    top: 5px;
    position: fixed;
    z-index: 50000;
    margin: 0;
    padding: 0;
	z-index:1; 
}
.green_msg{display:block;height:auto;font-size:16px;background: #693; text-align:center;padding:3px 10px;margin:10px 0;color:#fff !important;border:1px solid #c4de95;} 

.symbol {
    font-size: 0.9em;
    font-family: Times New Roman;
    border-radius: 1em;
    padding: .1em .6em .1em .6em;
    font-weight: bolder;
    color: white;
    background-color: #4E5A56;
}

.icon-info { background-color: #3229CF; }
.icon-error { background: #e64943; font-family: Consolas; }
.icon-tick { background: #13c823; }
.icon-excl { background: #ffd54b; color: black; }

.icon-info:before { content: 'i'; }
.icon-error:before { content: 'x'; }
.icon-tick:before { content: '\002713'; }
.icon-excl:before { content: '!'; }


.notify_suc {
    background-color:#e3f7fc; 
    color:#555; 
    border:.1em solid;
    border-color: #8ed9f6;
    border-radius:10px;
    font-size:1.1em;
    padding:10px 10px 10px 10px;
    margin:10px;
    cursor: default;
}

.notify-yellow { background: #fff8c4; border-color: #f7deae; }
.notify-red { background: #ffecec; border-color: #fad9d7; }
.notify-green { background: #e9ffd9; border-color: #D1FAB6; }
.msg_l{
height: auto;font-size:11px; background: #253350; padding: 3px 10px;  color:#fff;border: 1px solid #99f; 
} 
.ord_msg {
display: block; height: auto;  font-size:14px;  background: url(images/succ_bg.png) 0 0 repeat-x; padding: 5px 10px 5px 40px; margin: 10px 0; color:#2f7c00;border: 1px solid #99f; width: 600px;
} 
.ord_error {
display: block; height: auto;  font-size:14px; background:#ffc;
 padding: 3px 10px; margin: 10px 0; color:#a20510;border: 1px solid #99f;
}
.siteMsg {
    background-color: #B2FB7C;
    border-radius: 5px;
    margin: 0px auto 10px;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #CCC;
    text-align: left; padding: 12px 16px 12px 30px;

} 
.titlehdr_f {
 font: bold 15px arial, verdana;
 color: #999; bottom:10px;
 }
#terms{ padding: 3px 15px; 
color: #333;
font-size: 16px;}
#terms a{ }
 #terms a:hover{ color: #253350;  padding-bottom: 1px; cursor:pointer;}
#terms h1 a{
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #039;
	padding-bottom: 1px;
}
#terms_in{ float:right;}

.inner_t_1, .inner_t_2,.inner_t_3{
	width: 280px;
	float: left;
	padding:3px 3px 5px 10px;
	display:inline;
	background:#acadb1;
}
.inner_t_1 p, .inner_t_2 p,.inner_t_3 p{
background: url(images/ls1.gif) no-repeat 0px 6px;
    margin-bottom: 8px;
    padding-left: 15px;
}
#msg-body {
 width:100%;
 margin-bottom:10px;
 padding:10px;
}
#msg_body_i{
 width:100%;
 padding:10px 0;
 margin:0 auto;
 margin-bottom:10px;
}
.inbox_headers{font: normal  Corbel, "Agency FB";
 color: #253350;
 font-size:20px;
 margin-left:10px;
 margin-bottom:5px;
 width: auto;
 float:left; margin-right: 50px;
}
.msg_txt_area { -webkit-border-radius: 5px;  border-radius: 5px; border:2px solid #c4de95; background:#fff;
width: 90%; resize:none;   }
.reply_msg_txt_area { -webkit-border-radius: 5px;  border-radius: 5px; border:2px solid #c4de95; background:#fff;
width: 100%; resize:none;   }
#message_select {
    width:100%;
	float:right;
  } 
   
#Msg_On_Order, #Msg_No_Order{
	border: 1px dotted #6699ff;  
    padding: 3px 10px;   
	background:#f8feee;
	}
#Msg_To_Department, #Msg_To_Writer, #Msg_To_Client{
	border: 1px dotted #6699ff;  
    padding: 3px 10px;  
    background:#f8feee;   
	}
.t_hdr{ font-size:16px; border-bottom:8px solid #7686ed; margin-top:-3px;}
.t_hdr_m{ font-size:16px; border-bottom:8px solid #B9DBE1;margin-top:-3px;}
	
.hdr_ {font-size: 24px}

.more_l{background-color: #7686ed;   padding:5px 5px 5px 5px; 
}
.more_p{background-color: #B9DBE1;   padding:5px 5px 5px 5px;  
}
.msg_on_order{background-color: #ddd;   padding:5px 5px 5px 5px; 
}
.msg_no_order{background-color: #ddd;   padding:5px 5px 5px 5px;  
}

.msg_to_department{background-color: #ddd;   padding:5px 5px 5px 5px;  
}
.msg_to_writer{background-color: #ddd;   padding:5px 5px 5px 5px; margin-left:10px;
}
.msg_to_client{background-color: #ddd;   padding:5px 5px 5px 5px; margin-left:10px;  
}
	
.msg_refresh{width:auto; float:left; padding:2px 8px;margin:5px 2px 0; background: #ccc; font-size:12px; border-top-right-radius:3em;border-bottom-right-radius:3em;}
.department{width:auto; float:left;  padding:2px 8px; margin:2px 2px  0 50px;  font-size:12px; }
.msg_holds{width:auto; float:left;  padding:2px 8px; margin:2px 2px  0 50px;  font-size:13px; border-bottom: 1px dotted  #6699ff;}		
.msg_refresh a { color:#002776;}		
.payments_p{ float:right; width:470px; display:inline-block;}
.notifier{width:98%; font-size:18px; margin:0 auto; background:#f8feee; color: #333;-moz-border-radius: 5px;
  -webkit-border-radius: 5px;  border-radius: 5px; border:1px solid #c4de95; padding:8px; font-family: Corbel, "Agency FB";  }
.confirm_msg {width:90%; font-size:16px; margin:10px auto 2px auto;   background:#f78d1d; color: #fff;-moz-border-radius: 3px;-webkit-border-radius: 3px;  border-radius: 3px; padding:5px; font-family: Corbel, "Agency FB";  }
.confirm_msg a{ text-decoration:none; cursor:pointer; color: #fff;}
.confirm_msg a:hover{ background: #f78d1d; opacity:0.7;filter:alpha(opacity=70); text-decoration:none; color:#fef4e9;}
.new_bt{color: #fef4e9;
border: solid 1px #da7c0c;
font: 16px Arial, Helvetica, sans-serif;
padding: .2em  .3em;
background: #f78d1d;
text-align: center;
font-weight: bold;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top, #faa51a, #f47a20);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20'); float:right;}
.mails- {}
.mails- a{color: #fef4e9;
border: solid 1px #da7c0c;
font: 16px Arial, Helvetica, sans-serif;
padding: .1em  .1em;
background: #f78d1d;
text-align: center;
font-weight: normal;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top, #faa51a, #f47a20);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20'); float:right;}

.mails- a:hover	{ background: #f78d1d; opacity:0.7;filter:alpha(opacity=70); text-decoration:none; color:#333;}
#files { font-family: Verdana, sans-serif; font-size: 11px; }
#files strong { font-size: 13px; }
#files a { float: right; margin: 0 0 5px 10px; }
#files ul { list-style: none; padding-left: 0; }
.delThis  { background: url(images/icons/trash-can-delete.png) no-repeat 0 0;  width:18px; height:20px; cursor:pointer; border:none;
}
.delThis hover { }
.download_bt{
	background: url(images/icons/get_it.gif) no-repeat center left; width:24px; height:24px;cursor:pointer; border:none;
	
}
.in_touch{ font-size:22px;}
.in_touch_a{ font-size:24px; margin-left:20px;}
.eml{ font-weight:bold; color:#990000;}

.systems{ width:1200px; margin:0 auto; line-height:35px; }
.item{width:800px; float:left; padding:5px 20px;  font-size:22px;}
.the_item{ color:#253350; font-weight:bold; text-decoration:underline;}
.desc{width:120px; float:left;  }
.price_a{ background:#253350; width:auto; color:#fff; padding:10px; font-size:35px; border-radius: 10px;-moz-border-radius:10px;  -webkit-border-radius:10px; float:left; margin-top:30px;}
.describe{
  position: relative;
  background-color:#eee;
  margin: 0;
  padding:10px;
  text-align:left;
  width:790px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  box-shadow: 0px 0 3px rgba(0,0,0,0.25); 
}
.describe:before{
  position: absolute;
  display: block;
  content: "";  
  border-color: #253350 transparent transparent transparent;
  border-style: solid;
  border-width: 30px;
  height:0;
  width:0;
  bottom:-60px;
  left:1em;
}
.edts {font-style: italic; color:#039; font-weight: bold;}
.exclamations {color: #009933;font-style: italic;font-weight: bold; padding:8px; font-size:22px;}
.object_ok{
border: 1px solid green;
color: #333333;
}
#status_email, #status{}
#status_email img, #status img{ border:none;}
.pg_heading{font-size:15px; font-weight:bold; color:#039;}
.checkout_msg{width:300px;}
#news_item{ float:right; border-bottom:1px dotted #ccc;}
.news_item{ padding-left:20px; }

/* Orders */

.forms {
font: normal 11px verdana,geneva,sans-serif;
background:#efefff; color:#333; -moz-border-radius: 5px;
 -webkit-border-radius: 5px;  border-radius: 5px; border:1px solid #4CB4F6;
}
.account_panel{width:70%; margin:0 auto;}
.account_updates{ width:auto; font-size:11px; float:right; font-style:italic; clear:both;}
.m_acccount{ max-width:800px; margin:0 auto; border-bottom:1px dotted #ccc;}
.m_acccount_heading{color:#004569; font-size:22px; padding:5px 0; width:auto; float:left;}
.m_acccount table{ width:100%}
.my_acccount { width:650px; 
background:#efefff; color:#333; -moz-border-radius: 5px; padding:8px; 
 -webkit-border-radius: 5px;  border-radius: 5px; border:1px solid #003EA6;
}
.my_acccount td:nth-child(1){ padding:3px 10px;  white-space:nowrap; font-size:12px;}
.my_acccount td:nth-child(2){ padding:3px 10px; background:#f7f7f7; font-size:12px;}

.forms_acccount {
background:#efefff; color:#333; -moz-border-radius: 5px; padding:8px; 
 -webkit-border-radius: 5px;  border-radius: 5px; border:1px solid #003EA6;
}
.forms_acccount_p {
font: normal 11px verdana,geneva,sans-serif;
 color:#333; -moz-border-radius: 5px; padding:8px;
 -webkit-border-radius: 5px;  border-radius: 5px; border:1px solid #003EA6;
}
.myaccount {
background-color: #efefff;
font: normal 11px verdana,geneva,sans-serif;
padding: 10px 10px;
border:1px solid #003EA6;}
#myaccount_links {
background-color: #F5F5F1;
font: verdana,geneva,sans-serif;
line-height:25px;
width:170px;
padding:5px 5px 8px 10px;
margin:5px 10px 5px 5px; 
border-top-left-radius:1em;
border-bottom-left-radius:2em;
box-shadow: 3px 5px 5px #B5B4B4;
border:1px solid #B5B4B4;
font-size:12px;

}
#myaccount_links span {
padding:10px 0 10px 30px;
}
#myaccount_links a{
cursor:pointer;
display: block;
text-decoration: none;
color: #225DB7;
padding: 8px 4px;
background: none;
text-align: left;
line-height: 1.1em;
border-bottom: 1px solid #E5E5E1;
}
#myaccount_links a:hover{
text-decoration:none;
color:#fff;
background:#003EA6;
}

.titlehdr {
color: #066;
margin-bottom:10px;
 }
.titlehdr strong{ font-weight:normal;}
.orderdetails {
 font-size: 12px;
 }
.topic_titles {
}
 
.tdmargin {
	left: 20px;
}

.loginform {
/*background-color: #efefff;*/
padding: 3px;
border-radius: 6px;
border: 2px solid #003EA6;
}

.loginform #txtbox {
color: #330033;
border: 1px solid #000;
border: 2px solid #003EA6;
}
.login {
background: #E1E1E1;
margin-top: 0;
padding: 1em 2em;
}

.login #txtbox {
height: 2em;
padding: .35em .4em;
border: 1px solid #A7A9AC;
outline: 0;
font-size: 1em;
color: #6D6E71;
}
#sign_in {
margin: 30px auto;  
min-height: 385px;

}

#sign_in #txtbox {

color: #0074CC;

font-size: 21px;

font-weight: 500;

border-radius: 4px;

border: 1px solid #dfdfdf;

border-top-color: #999;

padding: 5px 10px;

width: 100%;

box-shadow: inset 0 5px 6px #f7f7f7;

background: #fff;

}

#sign_in .order_submit{ background: #f69362;
		border:none;
		box-shadow: inset 0 5px 0 0 #d17d54;
		color: #fff;
		font-size: 18px;
		padding: 12px;
		-webkit-transition:box-shadow .5s ease;
		-moz-transition:box-shadow .5s ease;
		-ms-transition:box-shadow .5s ease;
		transition:box-shadow .5s ease;} 
#sign_in .order_submit:hover{background: #d17d54;
		padding: 13px 12px 11px;}

#sign_in .login_ft { float:left;}

#sign_in .login_ft a{ text-decoration:none;}

.orders_ {
background-color: #e6efee;
font: normal 14px Verdana;
padding: 3px;
border: 1px solid #CAE4FF;
}
.style1 {
	color: #33CCFF;
font: normal 14px Verdana;
}
.style2 {color: #33CCFF;
font-size:14px;
font-weight:bold;

}
.tabletxt{font: normal 13px verdana,geneva,sans-serif;}

.loginformindex {
background-color: #f2f6f2;
padding: 3px;
border: 1px solid #CAE4FF;
}

.loginformindex #txtbox {
font:  12px arial;
color: #330033;
}
.manage_borders{
	
	}
.manage_borders  div{	
}
.order_borders{
 color: #000; font-weight:bold; text-align:right; padding-right:10px;
}
.manage_borders  tr.odd td, .order_borders  tr.odd td {
}
	
.manage_borders a:hover, .order_borders a:hover{	
color:red;
cursor: pointer;
}
.order_borders2{
	border: 1px dotted #eee;
	border-top:none;
	border-left:none;
	}	
.order_borders3{
	border: 1px dotted #eee;
	border-top:none;
	border-right:none;
	}	
.theprice {
	height: 65px;
	width:140px;
	background-image: url(../images/theorder.png);
	background-repeat: no-repeat;
	background-position: center;
	font-weight:bold;
	display:inline-block; text-align:center;   
}
.order_now{  font-size:22px; height:50px; width: auto; padding:5px;  cursor:pointer;}
	 
div#order_body { width: 750px; float:left;  border: 2px solid #eee; padding:5px;-moz-border-radius: 5px;  -webkit-border-radius: 5px;
  border-radius: 5px;}
div#order_body h1 { color:#000; border-bottom: 2px solid #91bb02; font-size:16px; padding:5px 0 6px 0;}
div#order_body h2 { color:#5a6e0f; border-bottom: 1px solid #91bb02; font-size:14px; padding:5px 0 2px 0;}
div#order_body h3 {color:#444; font-size:13px; padding:10px 0 0 5px;}
div#order_body p { padding:12px;  color:#4a4a4a;}
div#order_body ul { margin:5px 0 5px 15px;}
div#order_body ul li  { list-style:none; padding:5px 0 3px 18px; background:url(img/licont.jpg) no-repeat left;}
.ordered TD { border-bottom:1px dotted #ccc;}
.order_created TD { border-bottom:1px dotted #ccc; padding-bottom:2px;}
.order_created strong{font-size:12px;}
.order_created tr td:nth-child(even){
		background: #f7f7f7; font-size:12px; padding-left:10px;}
.o_details tr td:nth-child(even){
		background: #fff; font-size:12px; padding-left:10px;}
		
.o_details tr td:nth-child(odd){ border-bottom:1px solid #fff;
		}		
table.o_msg {
	margin: 0 auto;
	clear: both;
	width: 100%;
	
}
table.o_msg tbody tr {background: #f7f7ff;}
table.o_msg thead th {padding: 3px 15px 3px 5px;
	border-bottom: 1px solid #8e8e8e;
	font-weight: bold;
	font-size:13px;
	background:#112840;
	color:#fff;
	}
table.o_msg td {
	color:#333; font-weight:normal;  font-size: 13px;  
}
table.news_annouce{margin-bottom:15px; width:100%;}
table.news_annouce td{ font-size:24px;  line-height:30px; }
table.news_annouce td span{ font-weight:bold;}
/* overlay ..*/
.bgCover { background:#000; position:absolute; left:0; top:0; display:none; overflow:hidden; }
.overlayBox {
	border:5px solid #888;
	position:absolute;
	display:none;
	width:700px;
	height:300px;
	background:#fff;
}
.overlayContent {
	padding:10px;
}
.closeLink {
	float:right;
	color:blue;
	font-size:16px;
}
.launchLink{ font-family:verdana,geneva,sans-serif; font-style:italic; font-size:20px; text-align:center; border-bottom: 1px dotted #333; padding-bottom:5x; }
<!-- collaps-->
.uploads {
    font: normal 16px Verdana;
	color: #6CC;
	font-weight: bold;
}
#div_assign_ord input[type="submit"], #div_assign_to_any_writer input[type="submit"]{font-size:12px; padding: 1px 5px;}
.titles_h {
	font-size: 16px;
	font-weight: bold;
}
.order_no{ /*font-size:12px;*/ font-weight:bold;}
.example{font: normal 11px arial; color: red;}
.site_td{border-right:1px dotted #eee; border-bottom:1px dotted #ccc; font-size:13px;  }
.site_row {border-bottom:px dotted #eee; }
.s_borders{border: 1px dotted #333; margin-bottom:10px;}
.users_contacts{ background: #efefff; padding:10px; font-size:12px; float:left; margin:0 8px;}
.users_bio{height:120px; overflow:scroll; border:1px dotted #333;  margin:0 5px 0 5px; padding:8px;}
.users_discplines{ font-size:13px; padding:10px; float:left;  }
.user_headings{ font-size:15px; font-weight:bolder; display:inline-block; border-bottom:1px dotted #efefff;  padding:2px 0; color: #006600; font-style:italic; margin-right:15px; }
.users_bank_details{font-size:13px; font-weight:bold; margin-left:10px;}
.bank_details{color:#003366; font-style:italic; font-size:14px;}
.curr_symbol{ font-size:14px; font-weight:bold; padding:0 5px;}
.order_title{font-size:15px; color:#039; padding:5px 0;
 }
.stat_totals{ font-weight:bold; font-style:italic; color:#33CCFF; width:auto; padding: 0 10px; float:left; } 
.thetotals {color: #039; font-size:13px; font-weight:bold;}
.filterd_by{color: #039; font-size:13px; font-style:italic;}
 a.tip2 {
  position: relative;
  text-decoration:none !important;
}
a.tip2 span {display: none;}
a.tip2:hover span {
  display: block;
  text-decoration:none !important;
  padding: .5em;
  content: attr(title);
  min-width: 120px;
  text-align: center;
  width: auto;
  height: auto;
  white-space: nowrap;
  top: -32px;
  background: rgba(0,0,0,.8);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;    
  color: #fff;
  font-size: .86em;
}
a.tip2:hover span:after {
  position: absolute;
  display: block;
  text-decoration:none !important;
  content: "";  
  border-color: rgba(0,0,0,.8) transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  bottom: -16px;
  left:1em;
}

a.tip3 {
  position: relative;
  text-decoration:none !important;
}
a.tip3 span {display: none;}
a.tip3:hover span {
position: absolute;
right:50px;
height: auto;
width: auto;
background-color: black;
display: block;
  text-decoration:none !important;
  padding: 10px;
  content: attr(title);
  min-width: 120px;
  max-width: 500px;
  text-align: left;
  top: -32px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;    
  color: #fff;
  font-size: .9em;
}
a.tip3:hover span:after {
  position: absolute;
  display: block;
  text-decoration:none !important;
  content: "";  
  border-color: rgba(0,0,0,.8) transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  bottom: -16px;
  right:1em;
}
.hover_more_info{ font-weight:normal;  cursor:pointer;}	
.divhoverinfo {
    display: none;
}

.hover_more_info:hover + .divhoverinfo {
            display: block; border:1px solid #888;
	        background: #efefff;
    		border-radius: 5px;
    		bottom: 26px;
    		color: #333; font-weight:normal;
    		padding: 10px;
    		width: 350px; height:250px;
			position: absolute;
            top: 8%; left:30%;
            z-index: 999; text-shadow:none; 
}
.writers_level_title{ font-weight:bold; font-size:14px; padding:2px 5px;}
.level_title{ color:#F78D1D; font-weight:bold; font-size:12px;  font-style:italic; padding:10px;}
.ordertype{}
.ordertype li{list-style:none;  display: inline-block;}
.ordertype li a{
background: none repeat scroll 0% 0% #48C019;
color: #FFF; text-decoration:none;
box-shadow: 0px -3px 0px rgba(0, 0, 0, 0.07) inset;
font-size: 20px;
font-weight: 700;
padding: 15px 30px 22px; cursor:pointer;
}
.ordertype li a:hover{
background: none repeat scroll 0% 0% #2093D2;
color: #FFF;cursor:pointer; }
.order_actions_w{float:right; margin-bottom:1px;}
.order_stats{color:#225DB7; font-size:15px; font-weight:bold; margin-bottom:1px;}
.order_stats_trck{color:#225DB7; font-size:15px; font-weight:bold; margin-bottom:1px;}
.order_stats_client{color:#225DB7; font-size:15px; font-weight:bold; margin-bottom:1px;}
.order_stats span, .order_stats_trck span, .order_stats_client span { color:#333;}
.db_entry{ text-align:left; padding:2px 15px;}
.db_entry_price_adjust{padding:2px 15px;}


.small-menu li {
    float: left;
    position: relative;
    font-family: 'Lato', sans-serif; list-style: none !important;
}

.small-menu a {
    color: #0FBE7C;
    display: block;
    float: left;
    font-size: 10px;
    height: 21px;
    padding: 5px 0 0 16px;
    font-size: 12px;
}
#div_assign_to_any_writer li, #div_assign_ord li{ margin-bottom:15px;}
.o_page_pane_left{ padding:10px 15px; width:auto; float:left;}
