html, body {height: 100%;}
img, fieldset{
    padding: 10px;
	margin: 0px;
	line-height: 5px;
	border:2px solid #eee;
}
a{
    color:#225db7;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #0524a1;
}
h1{
    font 20px: Corbel, "Agency FB";
	font-weight: normal;
	color: #168f9f;
	padding-bottom: 1px;
}
h2{
	font 20px: Corbel, "Agency FB";
	font-weight: normal;
	color: #168f9f;
	padding-bottom: 1px;
}
h3{
font 20px: Corbel, "Agency FB";
color: #722188;
padding-bottom: 1px;
}
body{	
background: none repeat scroll 0% 0% #F9FEFF;
color: #3B4043;
font-size: 14px;
line-height: 1.5;
font-family: "Open Sans",Arial,Helvetica,sans-serif;
font-weight: normal;
margin: 0px;
padding: 0px;
}
#main-content{
width: 980px;
margin: 0 auto;
background:#fff;
min-height:100%;
padding-bottom:10px;
clear:both;

}
#tophalf{ width:100%;  height:1px; }
#tophalf_inner{ width:980px; margin:0 auto; height:120px; }
#tophalf_a{width:600px; float:left; height:120px; margin-bottom:10px;}
#tophalf_b{width:250px; float:right;}
.right_img{background: url(http://customscholars.com/images/student_s2.jpg) no-repeat center right; width:225px; height:150px;}
.right_img_i{background: url(http://customscholars.com/images/students_i.jpg) no-repeat; width:180px; height:122px;}
.clear{
	clear: both;	
}
#bg_black {
	height:100px;
	background: #FCFCFC; 	
	/*border-bottom:1px solid  #9fafd1;*/
}
#logo-img{
	background: url(images/logo.png) no-repeat top;
	width:300px;
	height:50px;
	float:left;
	margin:10px 0 0 0;
}
#wrap{
width: 980px;
margin: 0 auto;
margin-top:-40px;
float:right;
}
#wrap_in{
width: 980px;
margin: 0 auto;
background:#fff;
min-height:100%;
padding-bottom:10px;
clear:both;
}
#wrap_table{
width: 980px;
margin: 0 auto;
padding:0 10px;
}
/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav_wrap{ width:100%;  background:#343538;  height:60px;  box-sizing: border-box; }
#navigation{
	list-style:none;
    font-size: 13px;
    margin: 0px auto;
	width:960px; 
}
#navigation li{
	float:right;
	position:relative;
}
#navigation li a{
	display:block;
	padding: 20px 35px;
    box-sizing: border-box;
	color:#E2E2E2;
	text-decoration:none;
}
#navigation a:hover{
background:#00bcff;
color:#FFFFFF;
}
/*--- DROPDOWN ---*/
#navigation ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#navigation ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#navigation ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#navigation li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	background:#00bcff;
	z-index:1; padding-bottom:10px;
}


#navigation  a:hover,  #navigation .active{
	color: #fff;
	background: #00bcff; 
}
/*--------------------*/
#menu-wrap{width:100%;  height:35px; background:#253350;}
#menu_i{ width:980px; margin:0 auto; height:35px; }
#menu{
	width:auto;
}
#menu .nxtmsg { float:right; }
#menu .nxtmsg a{color:#fff; }
#menu .nxtmsg  a:hover,#menu .nxtmsg  .active{background: url(http://customscholars.com/images/icons/comment.png) no-repeat center left; 
padding:10px 20px; color:#fcc; text-decoration:none;}
#logo{
	width: 980px;
	margin: 0 auto;
}	
#logoarea{
	width: 365px;
	float:left;
}
#signuparea{
	margin: 1px 0 0 0;
	float:right;
	color:#6a6a6a; 
	width:auto;
}
#signuparea a{  font-weight:normal; font-size:12px; }
#signuparea a:hover{ color: #333;}
.welcome_u{ font-size:12px; color: #253350;}
.welcome_u a{}
.about_us_kl { line-height:30px;  font-size:20px; width:900px; margin: 0 auto; text-align:left; }
.about_us_kl h3{ font-size:30px; text-align:left; }
.about_us_kl li{ float:left; list-style: circle inside; padding-left:20px;font-size:20px; clear:both; }
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
  background: #253350;
  border-bottom: 1px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;    
}
#nav li {
  float: left;          
}
#nav #login {
  border-right: 1px solid #ddd;
   
}

#nav #login-trigger,
#nav #signup a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
  text-decoration: none;
  color: #fff;
 /* text-shadow: 0 1px 0 #fff; */
}

#nav #signup a {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

#nav #login-trigger {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

#nav #login-trigger:hover,
#nav #login .active,
#nav #signup a:hover {
  background: #541965;
  color:#fff;
}

#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;
}

#nav li #login-content {
  right: 0;
  width: 250px;  
}

/*--------------------*/
#inputs input {
  background: #f1f1f1;
  padding: 6px 5px;
  margin: 0 0 5px 0;
  width: 238px;
  border: 1px solid #ccc;
  -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;
}

#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;
}

.submit_login_tp_a  {		
  background-color: #253350;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  border: 1px solid #1B1020;
  float: left;
  height: 30px;
  padding: 0;
  width: auto;
  cursor: pointer;
  font: bold 14px Arial, Helvetica;
  color: #fff;
}

.submit_login_tp_a a:hover,
.submit_login_tp_a a:focus {		
  background-color: #e97171;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d14545), to(#e97171));
  background-image: -webkit-linear-gradient(top, #d14545, #e97171);
  background-image: -moz-linear-gradient(top, #d14545, #e97171);
  background-image: -ms-linear-gradient(top, #d14545, #e97171);
  background-image: -o-linear-gradient(top, #d14545, #e97171);
  background-image: linear-gradient(top, #d14545, #e97171);
}	
.submit_login_tp_a a:active {		
  outline: none;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}
#nav  #login label {
  float: right;
  line-height: 30px;
}
#nav  #login label input {
  position: relative;
  top: 2px;
  right: 2px;
}
#nav  #login label a{
color:#253350;
}
#homelinks {color:#333;}
#homelinks a { font-weight:bold; border-bottom:2px dotted #039; padding-bottom:2px;}
.orders_none {
	width:500px;
    background:#253350;
	font-size: 25px;
	font-weight: bold;
	margin:30px 0 0 10px;
	padding:10px;
	color:#fff;
	float:left;
}

#footer_repeat_all{
	position: relative;
	border-top:2px solid  #9fafd1;
	background: #e8e8e8 url(http://customscholars.com/images/head_bg.gif) repeat-x;  
	color:#515151;
	width:100%;
	z-index:1;

 }
 #footer_repeat_all_o{
	position: relative;
	background: #168f9f;
	color:#fff;
	height: 150px;
	width:100%;
	clear:both;

 }
#footer_repeat_all_o a,#footer_repeat_all a{
color: #fff; font-weight:bold;
text-decoration:none;
}
#footer_repeat_all_o h3, #footer_repeat_all h3{
color:#333;
}
#footer_repeat_all_o a:hover, #footer_repeat_all a:hover{
color: #253350;
text-decoration:none;
}
#footer_top_all{
width: 980px;
margin: 0 auto;
height:280px;
}

#footer_top_all_o{
width: 980px;
margin: 0 auto;
height:170px;
}
#footer_top_orders{
	width: 980px;
	margin: 0 auto;
	padding-top: 2px;
}
#footer_top a{
	color: #333;
	font-weight: bold;
}
#footer_top a:hover{
	color: #38bda2;
}
#footer_top p{
	color: #333;
	line-height: 20px;
}
.ft-cols-none{ 
	width:235px;
	height:55px;
	float:left;
	padding-right:20px;
	margin: 20px 0;
}

#footer_column1{
width: 200px;
	float: left;
	padding:50px 3px 10px 5px;
	display:inline;
	margin-right:10px;
}
#footer_column2 , #footer_column3,#footer_column4{
	width: 200px;
	float: right;
	padding:1px 3px 5px 10px;
	display:inline;
	right:0;
}
#last_to_col{ float:right; width:730px; padding-top:2px;}
.ad{ margin-top:-10px;}
.more_on{}
.more_on a { text-decoration:none; color:#225db7;}
.more_on a:hover { text-decoration:none; color:#fff;}

#foot-index{
background: #222;
height:-20px;width:100%; height:50px;
}
#foot-index a{
color:#fff; font-weight:bold; padding-left:10px;
}
#foot-index a:hover{
color:#999; font-weight:bold;
}
.foot-wrap{
    width: 980px; 
	margin: 0 auto;
	color:#999;
    position: relative;

}
.links{
	width: 400px;
}

.links_r{
float:right;
width:auto;
padding:10px;
}
.credits{
	width: auto;
	padding: 5px 50px;
	float:right;
	font-weight:bold;
	color:#999;
	font-size:13px;
}
.designby {
    width: auto;
	padding: 5px 10px;
	float:right;
	font-weight:normal;
	color:#999;
	margin-right:0;
	font-size:12px;
}

.designby a{
color:#999;
}
.designby a:hover{
color:#00EBC7;
}
.fb{
    background: url(http://customscholars.com/images/fb.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.rss{
    background: url(http://customscholars.com/images/rss.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.twitter{
    background: url(http://customscholars.com/images/twitter.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.ls{
    list-style: none;
    padding-left: 0px;
}

.ls li{
    background: url(http://customscholars.com/images/ls1.gif) no-repeat 0px 6px;
    margin-bottom: 8px;
    padding-left: 15px;
}
#footer_bot{
	padding: 25px;
	text-align: center;
}


/*=================================*/
/*slider
/*=================================*/
#slider-wrapper {
    background:url(http://customscholars.com/images/top.jpg) no-repeat;
    width: 980px;
    height: 150px;
    margin:0 auto;
}

#slider {
	position:relative;
    width: 980px;
    height: 150px;
	background:url(http://customscholars.com/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
	display: none;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(http://customscholars.com/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(http://customscholars.com/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
.login-form-index{color:#fff;}
.login-form-index a {
color:#fff;

}
.login-form-index .txtbox {

}

.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;
}
/*input{
height: 1.7em;
border: 1px solid #A7A9AC;
outline: 0;
font-size: 1.5em;
color: #333;
text-align:center;
}*/

input[type="text"], input[type="password"], input[type="search"], input[type="email"],input[type="email"],select, input[type="file"] {
/*background-color: #98c4e6;*/
border: 2px solid #c0e6eb;
border-radius: 4px;
color: #039;
font-size:14px;
display: inline-block;
padding: 2px 5px;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
vertical-align: middle;
}
input[type="submit"]:hover{
background: #541965;
color: #fff;
cursor: pointer;
}
input[type="text"], input[type="password"],input[type="email"],select, input[type="file"]{
margin-right:10px;
}
/*.input_submit{
display: inline-block;
padding: 5px 10px;
text-align: center;
text-decoration: none;
font-size: 12px; font-weight:bold;
color: #039;
cursor: pointer;
}
.input_submit_s{
display: inline-block;
padding: 5px 10px;
text-align: center;
text-decoration: none;
font-size: 12px; font-weight:bold;
color: #039;
cursor: pointer;
} */
input[type="submit"], .login_f,.input_submit,.input_submit_s {
background-color: #253350;
border: 0;
border-radius: 6px;
color: #fff;
cursor: pointer;
font-size: 15px;
font-weight: bold;
padding: 2px 10px;
-webkit-backface-visibility: hidden;
}
.site_del{
background-color: #168f9f;
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: #edeef2;
	padding:2px;
}

.price_f {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding:2px;
}
#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{
    background: url(http://customscholars.com/images/styles-bg.png) no-repeat;
    padding: 3px 10px 15px 15px;
	min-height:22px;
	width:250px;
	color:#fff;
	
}
#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;}
.f_right_about{ width:640px; padding:8px; float:right; font-family:Corbel; font-size:16px;  }
.t_spacer { padding-top:30px;}
.f_contacts{ width:520px; margin:0 auto;}
.f_contacts img{ border:none; }
.fp_orders{ padding:8px; color: #fff; font-weight:bold; font-size:18px;
box-shadow: 10px 10px 20px #888888;
	   }
.fp_orders TD {  padding-bottom:10px;}
	   
.order_header{ font-weight:600;line-height:22px;  color: #168f9f; font-weight:bold; font-size:28px; 
}
.order_borders_fp { color:#edeef2;}
.order_borders_fp2 { color:#f7f7f7;}

.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: #222;
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    background-image: -moz-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    background-image: -ms-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    background-image: -o-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    background-image: linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    border: 1px solid #111;
    color: #c6c6c6;
    cursor: pointer;
    display: inline-block;
    font: bold 18px/12px 'Dosis';
    margin: 2px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px hsla(0,0%,0%,.8);
    vertical-align: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
	.button:hover, .button:focus {
		background-color: #242424;
		color: #f6f6f6;
	}
	.button:active {
		background-color: #202020;
		color: #b6b6b6;
		padding: 16px 20px;
	}

.icon_help{
	background: url(http://customscholars.com/images/icons/help.png) no-repeat center left; 
	padding:10px 20px;
}
.icon_bug{
	background: url(http://customscholars.com/images/icons/bug.png) no-repeat center left; 
	padding:10px 20px;
}
.icon_editing{
	background: url(http://customscholars.com/images/icons/edit.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_done{
	background: url(http://customscholars.com/images/icons/done_event.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_pending{
	background: url(http://customscholars.com/images/icons/pending.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_to_confirm{
	background: url(http://customscholars.com/images/icons/to-do.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_assigned{
	background: url(http://customscholars.com/images/icons/to_do.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_assigned_unconfirmed{
	background: url(http://customscholars.com/images/icons/assigned-to.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_current{
	background: url(http://customscholars.com/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(http://customscholars.com/images/icons/on.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_paid{
	background: url(http://customscholars.com/images/icons/paid.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_financial{
	background: url(http://customscholars.com/images/icons/financial.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_dispute{
	background: url(http://customscholars.com/images/icons/dispute.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_account{
	background: url(http://customscholars.com/images/icons/account.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_msg{
	background: url(images/icons/msg.png) no-repeat center left; 
	padding:10px 20px; font-size:12px;
}
.icon_approved{
	background: url(http://customscholars.com/images/icons/apv.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_reject{
	background: url(http://customscholars.com/images/icons/rej.png) no-repeat center left; 
	padding:0px 30px;
}
.icon_revision{
	background: url(http://customscholars.com/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(http://customscholars.com/images/icons/users.png) no-repeat center left; 
	padding:30px 30px;
}
.icon_more_orders{
	background: url(http://customscholars.com/images/icons/stocks.png) no-repeat center left; 
	padding:30px 30px;
}
.icon_request{
	background: url(http://customscholars.com/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(http://customscholars.com/images/icons/exit.png) no-repeat center left; 
	padding:30px 30px;
}
.icon_stock_m{
	background: url(http://customscholars.com/images/icons/stock_m.png) no-repeat center left; 
	padding:30px 30px;
}
.icon_info{
	background: url(http://customscholars.com/images/icons/user_info.png) no-repeat center left; 
	padding:5px 40px;
}
.icon_settings{
	background: url(http://customscholars.com/images/icons/settings.png) no-repeat center left; 
	padding:30px 30px;
}
.icon_clock{
	background: url(http://customscholars.com/images/icons/clock_time.png) no-repeat center left; 
	padding:10px 30px;
}
.icon_exclamation{
	background: url(http://customscholars.com/images/icons/exclamation_blue.png) no-repeat center left; 
	padding:5px 30px;
}
.icon_edit_order{
	background: url(http://customscholars.com/images/icons/edit-s.png) no-repeat center right; 
	padding-left:10px ;
}
.icon_add_files{
	background: url(http://customscholars.com/images/icons/add-file.gif) no-repeat center left; 
	padding-left:10px;
}
.icon_fav_admin{
	background: url(http://customscholars.com/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:#168f9f; 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: #168f9f;
    padding:2px 25px;
    border-bottom:5px solid #8bc7cf;
	overflow:scroll;
	color:#fff;
	margin-bottom:10px;
}
 .update_p_details {
    background: #168f9f;
    padding:10px;
    margin-top:10px;
    border-bottom:5px solid #8bc7cf;
}
.show_hide_help_info {
    display:none;
}
.close_this{}
.close_this a{color:#FFFF99; text-decoration:underline;}
.close_this a:hover{ color:#333;}
.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;
}

.articles_c img{border:none; }
.a_fp_l{ width:560px; float:left; padding-left:10px; padding-top:30px; text-align:center;}
.a_fp_r{ width:380px; float:right; padding:20px;}

.sign_in_a {
background:#253350;
opacity:0.7;
filter:alpha(opacity=70); 
border-left: 2px solid #888;
float: right;
width: 330px;
padding: 0px 0px 20px 20px;
color: #fff;
z-index: 1000;
}
.sign_in_a a { text-decoration:none; color:#fff; font-size:16px;}
.sign_in_a a:hover { text-decoration:underline;}
.sign_in_a input[type="text"], input[type="password"] {

}

.sign_in_a input[type="submit"]:hover {
background:#999;
color:#fff;
}

.msg_l{
height: auto;font-size:13px; background: #168f9f; padding: 3px 10px;  color:#ffc; text-align:center; border: 1px solid #99f; 
} 
.articles_c{ 
width: 980px;
margin: 0 auto;
min-height:100%; 
padding-bottom:10px;
 }
#press-intro{  margin:0 auto; width:100%;  min-height:80%; z-index:-1; }
.articles_c img{border:none; }
.a_fp_l{ width:300px; float:left; margin-left:20px; margin-top:50px;}
.a_fp_r{ width:600px; height:300x;  float:right; padding:20px; margin-top:40px;margin-left:10px;}
.f1_i, .f2_i, .f3_i, .f4_i{ width:auto; background:#9fafd1; padding:6px; font-size:20px; border-radius:5px; margin-top:30px; color:#fff; float:left;}
.intro-header{ font-size:60px; color:#541965; padding: 20px 5px 20px 5px; font-weight:bold; line-height:60px;}
.intro-msg{   font-size:28px; color:#000; padding:10px 0 10px 0; font-weight:bold; margin: 0 auto; line-height:32px;}
.claim { text-align:center; margin-top: 2px; }
.claim a{ font-size:30px; color:#fff; text-decoration:none; font-weight:900; background:#253350;  padding:10px; border-radius:5px;
 }
.inn{ width:550px; margin-top:50px; height:100px;}
.login_press{  padding:20px; width:160px; margin-top:50px; float:left;   }
.or-{ font-size:50px; color:#000;  width:30px; margin-top:70px; float:left;   }
.sign_up_press{ padding:20px; margin-left: 20px; width:180px;margin-top:50px; float:left; }
.pointer_link{background: url(http://customscholars.com/images/pointer_link.png) no-repeat center left; width:30px; height:30px;  }
.login_press a, .sign_up_press a{ 
font-size:35px; color:#fff; text-decoration:none; font-weight:bold; background:#253350;  padding:10px; border-radius:5px;}
.login_press a:hover, .sign_up_press a:hover, .claim a:hover{ background:#9fafd1; color:#fff;}

.topordersfp{width:980px; 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:center;  font-size:15px; background: url(images/error_bg.png) 0 0 repeat-x; padding: 3px;
 color:#a20510;border: 1px solid #c4de95; 
 
}
.upload_error {
font-size:18px;
color: #a20510;
background: url(images/error_bg.png) 0 0 repeat-x;
padding:5px 10px;
text-align:center;
}

#infos{
margin-top:10px;  }
.msg_success {
background: url(http://customscholars.com/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(http://customscholars.com/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 { height: auto; text-align:center;  background: url(http://customscholars.com/images/succ_bg.png) 0 0 repeat-x;
padding: 5px 10px 5px 10px; margin: 10px 0; color:#2f7c00;border: 1px solid #99f; 
} 

.ord_msg   {display: block; text-align:center;  font-size:16px; background: url(http://customscholars.com/images/succ_bg.png) 0 0 repeat-x; padding: 3px;
 margin-bottom: 5px; color:#2f7c00;border: 1px solid #99f; width: auto; margin:0 auto 15px auto;} 
.ord_error {display: block; text-align:center;  font-size:16px; background: url(images/error_bg.png) 0 0 repeat-x; padding: 3px;
 margin-bottom: 5px; color:#a20510;border: 1px solid #c4de95;  width: auto; margin:0 auto 15px auto;
}
.titlehdr_f {
 font: bold 15px arial, verdana;
 color: #999; bottom:10px;
 }
#terms{ padding: 3px 15px; font-family: Corbel;
color: #333;
font-size: 16px; margin:0 100px;}

#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(http://customscholars.com/images/ls1.gif) no-repeat 0px 6px;
    margin-bottom: 8px;
    padding-left: 15px;
}
   #pages_select {
    width:600px;
	float:right;
  }
  .pg_select{
  width:90%;
  float:right;
  }
  .pg_select p{
  font-size:18px;
  font-weight:bold;
  }
  
#30_p_more{
	border: 1px solid;  
    margin: 10px 0px;  
    padding:5px 5px 5px 5px;  
    background-repeat: no-repeat;  
    background-position: 10px center;
    background-color:#B9DBE1;    
	}
#30_p_less{
	border: 1px solid;  
    margin: 10px 0px;  
    padding:5px 5px 5px 5px;  
    color: black;   
	}
.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;  
}	
.payments_p{ float:right; width:470px; display:inline-block;}
.pay_paypal{width:180px; float:left; padding-right:10px;}
.pay_pesapal{ width:180px; float:right;  padding:0 10px;}
/*.pesapal_btn {background: url(http://customscholars.com/images/pay_with_pesapal.png) no-repeat; width:161px; height:31px; padding:20px; }*/
.notifier{width:90%; 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(http://customscholars.com/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;
	
}
.download_bt:hover{
.the_demo{ margin-left:30px; font-size:18px;}
.the_demo p { font-weight:bold; margin-bottom:2px;}
.dissabled_in_demo{ font-size:20px;  color:#990000; margin-top:10px;}
.msg_center_demo{ font-size:20px;  color:#ebeef0; margin-top:10px;}
.the_script{}
.the_script p{font-weight:bold; text-align:center; font-style:italic; color:#eaebf2; font-size:55px; padding:50px 0 20px 0;}

.in_touch{ font-size:22px;}
.in_touch_a{ font-size:24px; margin-left:20px;}
.eml{ font-weight:bold; color:#990000;}

.systems{ width:980px; margin:0 auto; line-height:35px; font-family:Corbel; }
.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;}