body{
  padding:0;
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 160%;
  font-size: 12px;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
  margin:0; padding:0;
}

ul{
  margin:0; 
  padding:0; 
  list-style-type:none;
}
.spacer{
  clear:both; 
  font-size:0; 
  line-height:0;
}
a {
  color: #3366CC;
}
a img {
  border: none;
}

input, textarea, select{
  border: 1px solid;
  border-color: #808080 #D4D0C8 #D4D0C8 #808080;
  padding: 2px 2px 2px 4px;
}

#right h1, #right h2 {
  padding: 10px 0px;
}

#right p {
  padding: 5px 0px;
}

.clear, .clr {
  clear: both;
}

.success {
  padding: 10px;
  background-color: #d6f7d1;
  border: 1px solid #7db475
}

.hidden {
  display: none;
}

button, input[type="submit"], input[type="reset"] {
  border: 1px solid #aaa;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: inset 0 4px 4px #aaa;
  cursor: pointer;
}

button:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  box-shadow: inset 0 4px 4px #444;
}


/*------------------------------------------------main--------------------*/

/*------------------------------------------------top--------------------*/
#topmain{
  width:100%;
  background:url(../images/top_bg.gif) 0 0 repeat-x;
  height:134px;
  padding:19px 0 0 0;
}
#top{
  width:958px;
  margin:0 auto;
  height:134px;
}
#top img.logo{
  display:block;
  font-size:0;
  line-height:0;
  padding:7px 0 0 0;
  float:left;
  margin:0 82px 22px 0;
}

.bread-crumbs {
  margin-top: 4px;
}

#top p.topTxt{
  display:block;
  width:365px;
  font-size:12px;
  line-height:19px;
  color:#D4F5FF;
  background-color:inherit;
  float:left;
  padding:21px 0 0 0;
}
#top p.topTxt span.yellow{
  font-weight:bold;
  color:#F4F23C;
  background-color:inherit;
}
#top p.topTxt span.red{
  font-weight:normal;
  color:#fff;
  background-color:#B70D0D;
  padding:2px;
}
#top form{
  background:url(../images/serch_bg.gif) 0 0 no-repeat;
  width:249px;
  height:47px;
  float:right;
  padding:17px 8px 0 53px;
}
#top form input.txtBox{
  width:154px;
  height:15px;
  border-bottom:#D4D0C8 solid 1px;
  border-right:#D4D0C8 solid 1px;
  border-left:#404040 solid 1px;
  border-top:#404040 solid 1px;
  background-color:#fff;
  color:#000;
  float:left;
  padding:4px 0 0 14px;
  font-size:10px;
  margin:0 0 5px 0;
  line-height:15px;
}
#top form input.go{
  background:url(../images/btn_go.gif) 0 0 no-repeat;
  width:72px;
  height:21px;
  float:right;
  font-size:12px;
  line-height:21px;
  font-weight:bold;
  color:#333333;
  background-color:#0D6C8A;
  border:none;
  cursor:pointer;
  margin:0 0 5px 0;
  padding-top: 0px; 
}
#top form a{
  font-size:11px;
  line-height:14px;
  font-weight:bold;
  color:#D6DF43;
  background-color:#0D6C8A;
  float:left;
  display:block;
  width:89px;
  text-decoration:none;
}
#top form a:hover{
  text-decoration:underline;
}
*+html #top ul.nav {
  width:450px;
}
#top ul.nav{
  height:26px;
  padding:0 0 0 56px;
  float:left;

}

#top ul#menu-1 {
  clear: both;
}

*+html #top ul#menu-2 {
  margin:15px -260px 0 0;
}
#top ul#menu-2 {
  float: right;  
}

#top ul.nav li{
  float:left;
  margin:0 3px 0 0;
  font-size:0;
  line-height:0;
}
#top ul.nav li.noMargin{
  margin:0;
}
#top ul.nav li a{
  display:block;
  background:url(../images/nav_bg.gif) 0 0 no-repeat;
  width:82px;
  height:26px;
  font:bold 11px/26px  "Trebuchet MS",Arial, Helvetica, sans-serif;
  color:#EBEBEB;
  background-color:inherit;
  text-decoration:none;
  text-align:center;
}
#top ul.nav li a:hover{
  background:url(../images/nav_bg_hover.gif) 0 0 no-repeat;
  color:#444444;
  background-color:inherit;
}
#top ul.nav li a.hover{
  display:block;
  background:url(../images/nav_bg_hover.gif) 0 0 no-repeat;
  width:82px;
  height:26px;
  font:bold 11px/26px  "Trebuchet MS",Arial, Helvetica, sans-serif;
  color:#444444;
  background-color:inherit;
  text-decoration:none;
  text-align:center;
  cursor:text;
}
#top div.sub{
  width:892px;
  height:29px;
  padding:0 0 0 65px;
  float:left;
}
#top div.sub li{
  float:left;
  background:url(../images/nav_div.gif) right top no-repeat;
  padding:0 2px 0 0;

}
/*------------------------------------------------top--------------------*/

/*------------------------------------------------body--------------------*/
#main-content {
  margin: 15px 0px;
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 5px 16px #AAAAAA inset;
  padding: 20px;
}
#prebodyMain {
  background:url(../images/body_bg.gif) 0 0 repeat-x #E8E8D0;
  width: 100%;
  height: 35px;
}

#bodyMain{
  width:100%;
  background:#ffffff url(../images/bg-main.png) 0 0 repeat-x;
  color:#000;
  padding:0px 0 28px 0;
}
#body{
  width:958px;
  margin:0 auto;
  background:#ffffff url(../images/bg-main.png) 0 0 repeat-x;
}
/*------------------------------------------------left--------------------*/
#left{
  width:240px;
  float:left;
}
#left h2{
  display:block;
  width:224px;
  height:22px;
  background:url(../images/left_head_1px.gif) 0 0 repeat-x;
  border-left:#404040 solid 1px;
  border-right:#404040 solid 1px;
  padding:4px 0 0 14px;
  margin:0 0 1px 0;
}
/*��� ��� IE7*/
*+html #tutor-subjectblock ul {
  margin-top:-14px;

}
/*��� ��� IE7*/
*+html #left s.subjects h2{

  height:22px;

  width:224px;

  padding-top:8px;

  margin-bottom:12px;
}
#left h2 span{
  background:url(../images/arrow.gif) 0 3px no-repeat;
  padding:0 0 0 16px;
  font-size:12px;
  font-weight:bold;
  color:#F3F3F3;
  background-color:inherit;
  position: relative;
  top: -4px;
}
#left ul{
  width:240px;
}
#left ul li{
  margin:0 0 1px 0;
}
#left ul li a{
  display:block;
  background:url(../images/arrow_green.gif) 19px 9px no-repeat #DBDBBE;
  padding:0 21px 0 31px;
  font-weight:normal;
  color:#2F2F20;
  font-size:11px;
  line-height:24px;
  text-decoration:none;
}

#left ul li a .tutor-count {
  float: right;
}


#left ul li a.subject-active {
  color:#2F2F20;
  background-color:#C6C6A5;
}

#left ul li a span.bg{
  background-color:#F3F3DD;
  color:#000;
  width:15px;
  height:15px;
  font:normal 10px/15px Tahoma, Arial, Helvetica, sans-serif;
  text-align:center;
  float:right;
  margin:4px 0 0 0;
}
#left ul li a span.nor{
  color:#000;
  background-color:inherit;
  font:normal 10px/15px Tahoma, Arial, Helvetica, sans-serif;
  float:right;
  margin:4px 0 0 4px;
}
#left ul li a:hover{
  color:#2F2F20;
  background-color:#C6C6A5;
}
#left ul li a:hover span.bg{
  color:#2F2F20;
  background-color:#C6C6A5;
}
#left ul li a:hover span.nor{
  color:#2F2F20;
  background-color:#C6C6A5;
}
#left form{
  width:210px;
  padding:5px 15px 15px 15px;
  background-color:#D2D2B4;
  color:#000;
}
#left form label{
  display:block;
  font:bold 11px/23px Arial, Helvetica, sans-serif;
  float:left;
}
#left form input.txtBox{
  width:208px;
  height:19px;
  background-color:#fff;
  color:#000;
  border-bottom:#D4D0C8 solid 1px;
  border-right:#D4D0C8 solid 1px;
  border-left:#808080 solid 1px;
  border-top:#808080 solid 1px;
  float:left;
}
#left form a{
  display:block;
  font:bold 11px/21px Arial, Helvetica, sans-serif;
  float:left;
  color:#945E02;
  background-color:inherit;
  text-decoration:none;
  margin:4px 0 0 0;
}
#left form a:hover{
  text-decoration:underline;
}
#left input.login{
  background:url(../images/btn_login.gif) 0 0 no-repeat;
  width:66px;
  height:21px;
  float:right;
  font:bold 11px/21px Arial, Helvetica, sans-serif;
  color:#F2F2E2;
  background-color:#D2D2B4;
  border:none;
  cursor:pointer;
  margin:4px 0 0 0;
}
/*------------------------------------------------left--------------------*/
/*------------------------------------------------right--------------------*/
#right{
  width:695px;
  float:right;
}

#right .head-message {
  margin-bottom: 15px;
}

#green{
  width:662px;
  background:url(../images/green_bg.jpg) 0 0 no-repeat;
  height:181px;
  margin:0 0 16px 0;
  padding:34px 0 0 32px;
}
#green h2{
  display:block;
  background:url(../images/why_ecode.gif) 0 0 no-repeat;
  height:63px;
  margin:0 0 10px 0;
  text-indent:-2000px;
}
#green p{
  display:block;
  font:normal 13px/18px Arial, Helvetica, sans-serif;
  color:#FFFFC1;
  background-color:inherit;
  width:256px;
}
#green p span{
  font-weight:bold;
  color:#fff;
  background-color:inherit;
}
#right h3{
  display:block;
  height:30px;
  font:bold 28px/25px Arial, Helvetica, sans-serif;
  color:#333333;
  background-color:inherit;
  margin:0;
  text-shadow: 0.08em 0.08em 0.1em #CCCCCC;
}
#right h4{
  display:block;
  font:bold 17px/46px Arial, Helvetica, sans-serif;
  color:#6B1420;
  background-color:inherit;
  margin:0;
}
#right p.rightTxt1{
  display:block;
  font:bold 16px/23px Arial, Helvetica, sans-serif;
  color:#B3770F;
  background-color:inherit;
  margin:0 0 18px 0;
}
#right p.rightTxt1 span{
  font:normal 13px/23px Arial, Helvetica, sans-serif;
  color:#000;
  background-color:inherit;
}
#right p.rightTxt2{
  display:block;
  font:normal 13px/19px Arial, Helvetica, sans-serif;
  color:#000;
  background-color:inherit;
  margin:0 0 28px 0;
}
#right p.rightTxt2 span{
  color:#000;
  background-color:#F4F4E3;
}
#flash{
  width:631px;
  background:url(../images/flash_1px.gif) 0 0 repeat-x;
  padding:22px 32px 17px 32px;
}
#flash img{
  float:left;
  font-size:0;
  line-height:0;
}
#flash ul{
  width:255px;
  height:15px;
  padding:0 230px 0 0;
  float:right;
  margin:0 0 10px 0;
}
#flash ul li.redBg{
  display:block;
  background:url(../images/red_bg.gif) 0 0 no-repeat;
  width:76px;
  height:15px;
  font:bold 10px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#fff;
  background-color:inherit;
  text-align:center;
  margin:0 3px 0 0;
  float:left;
}
#flash ul li.blackBg{
  display:block;
  background:url(../images/black_bg.gif) 0 0 no-repeat;
  width:171px;
  height:15px;
  font:bold 10px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#fff;
  background-color:inherit;
  margin:0;
  float:left;
  padding:0 0 0 5px;
}
#flash p{
  float:right;
  font:bold 13px/18px Arial, Helvetica, sans-serif;
  font-style:italic;
  color:#056888;
  background-color:inherit;
  display:block;
  width:483px;
  margin:0 0 3px 0;
}
#flash p span{
  color:#959E07;
  background-color:inherit;
}
#flash  a{
  display:block;
  background:url(../images/read_more_bg.gif) 0 0 no-repeat;
  width:76px;
  height:21px;
  font:bold 11px/21px Arial, Helvetica, sans-serif;
  color:#F2F2E2;
  background-color:inherit;
  text-decoration:none;
  margin:0 0 0 181px;
  text-align:center;
  float:right;
}
#flash  a:hover{
  color:#000;
  background-color:inherit;
}
/*------------------------------------------------right--------------------*/

/*------------------------------------------------body--------------------*/

/*------------------------------------------------footer--------------------*/
#footerMain{
  width:100%;
  height:155px;
  background:url(../images/footer_bg.gif) 0 0 repeat-x #78785e;
}
#footer{
  width:843px;
  margin:0 auto;
  position:relative;
  height:109px;
  padding-top: 20px;	
}
#footer ul{
  width:712px;
}
#footer ul li{
  float:left;
  font:normal 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#fff;
  background-color:inherit;
}
#footer ul li a{
  padding:0 20px 0 0;
  font:normal 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#fff;
  background-color:inherit;
  text-decoration:none;
}
#footer ul li a:hover{
  text-decoration:underline;
}
#footer p.copyright{
  font:normal 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  width:830px;
  color:#FEDC3B;
  background-color:inherit;
}
/*------------------------------------------------footer--------------------*/




/*------------------------------------------------Contact--------------------*/

.linkpopup {
  position: relative;
  font-family: Verdana;
  font-size: 11px;
  color: #666600;
  height: 18px;
  width: 250px;
}

.linkpopup span {
  background-color: #ccc;
  border: 1px solid #000;
  display: block;
  left: 0;
  padding: .25em;
  position: absolute;
  top: -1.75em;
}

.linkpopup:link span,
.linkpopup:visited span {
  visibility: hidden;
}

.linkpopup:hover span,
.linkpopup:focus span,
.linkpopup:active span {
  color: #000000;
  text-decoration: none;
  visibility: visible;
  border: 1px solid #000000;
  background-color: #E6E9CF;
}
.linkpopupmessagebox {
  position: relative;
  font-family: Verdana;
  font-size: 11px;
  color: #1D859B;
  height: 170px;
  width: 310px;
}

.linkpopupmessagebox span {
  background-color: #ccc;
  border: 1px solid #000;
  display: block;
  left: 0;
  padding: .25em;
  position: absolute;
  top: -1.75em;
}

.linkpopupmessagebox:link span,
.linkpopupmessagebox:visited span {
  visibility: hidden;
}

.linkpopupmessagebox:hover span,
.linkpopupmessagebox:focus span,
.linkpopupmessagebox:active span {
  color: #000;
  text-decoration: none;
  visibility: visible;
}
/*------------------------------------------------Email--------------------*/

.linkpopupemail {
  position: relative;
  font-family: Verdana;
  font-size: 11px;
  color: #1D859B;
  height: 18px;
  width: 200px;
}

.linkpopupemail span {
  background-color: #ccc;
  border: 1px solid #000;
  display: block;
  left: 0;
  padding: .25em;
  position: absolute;
  top: -1.75em;
}

.linkpopupemail:link span,
.linkpopupemail:visited span {
  visibility: hidden;
}

.linkpopupemail:hover span,
.linkpopupemail:focus span,
.linkpopupemail:active span {
  color: #000;
  text-decoration: none;
  visibility: visible;
  border-top-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000;
  border-left-color: #000000;
}
/*------------------------------------------------Email--------------------*/
.contactTxt{
  display:block;
  width:600px;
  font-size:12px;
  line-height:20px;
  font-weight:normal;
  color:#646464;
  background-color:#FFF9E5;
  color:#5A5A5A;
  border:#D6CEB3 solid 1px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
}
.errortext {
  font-family: Verdana;
  font-size: 10px;
  color: #FF0000;
}

.contactMain{
  width:620px;
  float:left;
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  border: 1px solid #929F4B;
  background-color: #EBE9D7;
  height: 500px;
  padding-right: 0px;
  padding-left: 30px;
}
.bestcontactTxt2{
  width:100%;
  padding:0 0 20px 0;
  font:normal 15px/23px Arial, Helvetica, sans-serif;
  color:#363636;
  background-color:#fff;
  display:block;
  float:left;
}.contactformsubmit {

  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  height: 20px;
  width: 50%;
  float: left;
  margin: 3px;
  padding: 3px;
  top: 1px;
  clip: rect(1px,auto,auto,auto);
  clear: none;
  right: 30px;
  position:absolute;
  left:119px;
}
/*------------------------------------------------Contact--------------------*/
.contactformfield {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  height: 20px;
  width: 70%;
  float: left;
  margin: 3px;
  padding: 3px;
  top: 1px;
  clip: rect(1px,auto,auto,auto);
  clear: none;
  right: 30px;
}
.contactsubmit {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  background-attachment: scroll;
  background-image: url(../images/submitbg.gif);
  background-repeat: repeat-x;
  background-position: center center;
  clip: rect(auto,auto,auto,auto);
  float: left;
  margin: 5px;
  padding: 5px;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 500px;
  border: 1px solid #666600;
}

.contactformmessage {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  height: 170px;
  width: 70%;
  float: left;
  margin: 3px;
  padding: 3px;
}
.contactbox {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  border: 1px solid #CCCCCC;
  height: 18px;
}
.contactmessagebox {

  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  border: 1px solid #CCCCCC;
  height: 170px;
}
.contacttextarea {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  margin: 3px;
  padding: 3px;
}
.contacttext {
  margin: 3px;
  padding: 3px;
  height: 18px;
  width: 100px;
  float: left;
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
}
.contactsubmitbutton {
  font-family: Verdana;
  font-size: 11px;
  color: #FFFFFF;
  background-attachment: fixed;
  background-image: url(../images/btn_login.gif);
  background-repeat: no-repeat;
  background-position: center center;
  height: 18px;
  width: 55px;
}

.contacttextleft {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  float: left;
  width: 540px;
}
.contactindicatestext {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  margin: 3px;
  padding: 3px;
  height: 20px;
  width: 550px;
  float: left;
}

.star {
  font-family: Verdana;
  font-size: 11px;
  color: #FF0000;
  margin: 3px;
  padding: 3px;
  height: 5px;
  width: 5px;
}


.contacterrortext {
  margin: 3px;
  padding: 3px;
  height: 18px;
  width: 10px;
  float: left;
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
}
.buttonbg {
  background-attachment: scroll;
  background-image: url(../images/buttonbg.gif);
  background-repeat: repeat-x;
  background-position: center center;
  border: 1px solid #FF9900;
  height: 21px;
  font-family: Verdana;
  color: #FFFFFF;
}

/*------------------------------------------------Contact--------------------*/
.submitbutton
{
  font-family: Verdana;
  font-size: 11px;
  color: #ffffff;
  background-attachment: scroll;
  background-image: url(../images/read_more_bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  clip: rect(auto,auto,auto,auto);
  float: left;
  margin: 5px;
  padding: 5px;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 50px;
}
.submittext {
  height: 30px;
  width: 550px;
}

#submitbutton a.more{
  background:url(../images/more_bg.gif) 0 0 no-repeat;
  float:right;
  width:57px;
  height:18px;
  font:bold 11px/18px Arial, Helvetica, sans-serif;
  color:#1C0206;
  background-color:inherit;
  text-decoration:none;
  text-align:center;
  margin:0;
}
#submitbutton a.more:hover{
  color:#6B1420;
  background-color:inherit;
}
.subbtn {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  background-attachment: scroll;
  background-image: url(../images/submitbg.gif);
  background-repeat: repeat-x;
  background-position: center center;
  border: 1px solid #E6E9CF;
  margin: 2px;
  padding: 2px;
  height: 25px;
}
/*------------------------------------------------Textboxon Email--------------------*/

.borderEffect
{
  background-color:#FFFFCC;
  color:#7A8639;
  margin:0px;
  padding:0px;
  border:1px solid #FFCC00;
}
.borderEffect:hover
{
  background-color:#FFCC89;
  color:#A05A3D;
  margin:0px;
  padding:0px;
  border:1px solid #A05A3D;
}
/*------------------------------------------------Textbox on Email--------------------*/
/*------------------------------------------------Textbox --------------------*/

.textboxEffect
{
  background-color:#FFFFFF;
  color:#000000;
  border:1px solid #999999;
  height: 18px;
  width: 250px;
  font-family: Verdana;
  font-size: 11px;
  line-height: 19px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 11px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  float: left;
}
.textboxEffect:hover
{
  background-color:#FFFFFF;
  color:#929F4B;
  margin:0px;
  padding:0px;
  border:1px solid #7A8639;
  font-family: Verdana;
  font-size: 11px;
  line-height: 19px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 11px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
}
/*------------------------------------------------Textbox --------------------*/
/*------------------------------------------------Textboxdropdown --------------------*/

.dropdownEffect
{
  background-color:#FFFFFF;
  color:#000000;
  border:1px solid #999999;
  height: 18px;
  width: 262px;
  font-family: Verdana;
  font-size: 11px;
  line-height: 19px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 11px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  float: left;
}
.dropdownEffect:hover
{
  background-color:#FFFFFF;
  color:#929F4B;
  margin:0px;
  padding:0px;
  border:1px solid #7A8639;
  font-family: Verdana;
  font-size: 11px;
  line-height: 19px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 11px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
}
/*------------------------------------------------Textboxdropdown --------------------*/
/*------------------------------------------------Massagebox --------------------*/

.MassageboxEffect
{
  background-color:#FFFFFF;
  color:#000000;
  border:1px solid #999999;
  height: 170px;
  width: 350px;
  font-family: Verdana;
  font-size: 11px;
  line-height: 19px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 11px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  float: left;
}
.MassageboxEffect:hover
{
  background-color:#FFFFFF;
  color:#929F4B;
  margin:0px;
  padding:0px;
  border:1px solid #7A8639;
  font-family: Verdana;
  font-size: 11px;
  line-height: 19px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 11px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
}
/*------------------------------------------------Massagebox --------------------*/
.contactdropdownformfield {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  height: 20px;
  width: 68%;
  float: left;
  margin: 3px;
  top: 1px;
  clip: rect(1px,auto,auto,auto);
  clear: none;
  right: 30px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}
.submitbuttonarea {
  margin: 5px;
  float: left;
  height: 50px;
  width: 300px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 110px;
}

/* FORMS */

#tutorrequest td{
  vertical-align: top;
}

.error {
  border: 1px solid #fa6868;
  background-color: #ffc6c6;
  padding: 10px 30px;
}
.errors {
  color: #fa6868;
}

.content-head h2 {
  font-size: 35px;
  margin-bottom: 30px;
}

/*TUTORS*/
.block-round-white {
  background-color: #ffffff;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #aaaaaa;
  margin: 10px 0px;
}

.tutor-index {
  width: 100%;
  border: 1px solid #aaaaaa;
  margin: 10px 0;
  background: #ffffff url(../images/tutor-index-bg.png) repeat-x;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#tutor-person, #tutor-room {
  background-color: #ffffff;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #aaaaaa;
  margin: 10px 0px;
  width: 100%;
}

.tutor-index a img{
  border: 2px solid #cccccc;
}
.tutor-vip-index a img {
  border: 2px solid #4c7aa5;
}
.tutor-vip-index {
  background-color: #d6f89f;
  border: 1px solid #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.tutor-photo {  
  vertical-align: top;
  width: 120px;
  text-align: center;
  padding: 15px;
}

.tutor-main {
  vertical-align: top;
  padding: 15px;
  padding-left: 0px;
}

.tutor-write {
  padding-top: 10px;
  font-size: 18px;
}

.tutor-write a {
  color:#2B587A;
  float:right;
}

.tutor-main .tutor-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tutor-main .tutor-about {
  margin-top: 5px;
  margin-bottom: 10px;
}
.tutor-main .tutor-name a {
  text-decoration: none;
}

.tutor-person-photo {
  vertical-align: top;
  text-align: right;
  padding: 10px;
  width: 135px;
}

.tutor-person-photo img {
  border: 2px solid #999999;
}

.tutor-person-main ul li {
  padding-left: 40px; 
  text-decoration: none;
}

.tutor-person-main u {
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}

.tutor-person-main ul li a{
  color: blue;
  text-decoration: none;
}

#index-content {

}

#block-search-people {

}

#block-search-people input[type=text] {
  width: 60px;
}
#block-search-people select {
  width: 160px;
}

#people-search-form {
  width: 100%;
}

#people-search-form td {
  text-align: center;
}

#people-search-form .search-sub-settings td {
  text-align: left;
}
/*TUTOR COMMENTS*/
#tutor-comments div.comment-header {
  background-color: #cccccc;
  padding: 5px;
}
#tutor-comments div.comment-body {    
  background-color: #ffffff;
  padding: 10px;
}
#tutor-comments div.tutor-comment {
  margin-bottom: 20px;
  border: 1px solid #aaaaaa;
}
#payment {
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 10px;
  border: 1px solid #aaa;
}
#tutor-vip-request {
  background-color: #ccc;
  padding: 10px;
}
.tutor-vip-sub {
  background-color: #f8d276;
  padding: 10px;
}
#tutor-vip-fields {
  width: 100%;
}
#tutor-vip-fields td {
  text-align: center;
}
#vip-response {
  color: #4e6815;
}
/* PAGINATION */
.paginate-index {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paginate-index .active-page a {
  color: #000;
}

.price-range {
  font-size: 14px;
  font-weight: bold;
}

/* PEOPLE MAIL */
#mail-head {
  width: 100%;	
}
#mail-head tr td {
  text-align: center;
  padding: 10px 30px 10px 30px;
  border: 1px solid #aaa;
  width: 50%;
}
.mail-active {
  background-color: #e5ecf3;
}
.mail-active a {
  color: #000;	
}

#mail-global-action {
  padding: 3px;
  border: 1px solid #C0CFDF;
  font-size: 0.8em;	
}
#tutor-mail {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 2px solid #145F8F;
}
#tutor-mail tr th {
  background-color: #eee;
}
#tutor-mail tr td {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa; 
  padding: 3px; 
}
#tutor-mail tr td.mail-action div {
  border: 1px solid #ccc;		
  padding: 2px 10px 2px 10px;
  margin-bottom: 3px;
  color: #195787;
  cursor: pointer;
}
#tutor-mail tr td.mail-moved {
  background-color: #F3E68B;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

#tutor-mail tr td.mail-message {
  text-align: left;		
}
#tutor-mail tr td.mail-message a {
  color: #659FC4;
  text-decoration: none;
}
#tutor-mail tr td.mail-message a:hover {
  text-decoration: underline;
}	
#single-mail {
  width: 100%;
  border: 1px solid #aaa;
  padding: 5px;
}
#single-mail tr td {
  vertical-align: top;
  padding: 3px 10px 3px 10px;
}

.paginate-mail {
  font-size: 0.96em;
}
.paginate-mail a {
  text-decoration: none;
}
.paginate-mail .active-page a {
  color: #000;
}

#tutor-mail-block, #tutor-feedback {
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #aaa;
  margin: 10px 0px;
}

#tutor-profile-block a.profile-active {
  font-weight: bold;
}

#tutor-profile-block a.pro-link {
  color: #ff5e2c;
}

/* COMMENTS */
#tutor-comments {
  margin-top: 40px;
}

/* ROOM STATISTIC */
#room-statistic .room-statistic-anchor {
  padding: 5px 10px;
  display: inline-block;
}

#room-statistic .room-statistic-anchor.active {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fecc9f;
  border: 1px solid #b67c6a;
  text-decoration: none;
}

#room-statistic ul.tabs li table {
  width: 100%;
}

#room-statistic ul.tabs li table td {
  width: 15%;
  text-align: center;
  border: 1px solid #aaa;
  padding: 5px;
}

#room-statistic ul.tabs li table td.first {
  width: 55%;
  text-align: left;
}

#room-statistic ul.tabs li table td a {
  text-decoration: none;
}

#room-statistic ul.tabs li table tr.odd {
  background-color: #f6f6f6;
}

#room-statistic ul.tabs li table tr.even {
  background-color: #fcfcfc;
}

#room-statistic ul.tabs li table tr.load-more-row {
  background-color: #fecc9f;
}

#room-statistic ul.tabs li table tr.tutor-row {
  background-color: #cbf6d0;
}

#room-statistic ul.tabs li table tr.load-more-row a {
  text-shadow: 1px 1px #fff;
  display: block;
  width: 100%;
}

#room-statistic ul.tabs li h3.subject {
  margin: 20px 0px;
  text-transform: capitalize;
}

#room-statistic a.back-top {
  text-decoration: none;
}

/*ads*/
.ya-ad {
  margin-top: 20px;
}


.block-ad-yandex-style p {
  text-align: left !important;
}
.block-ad-yandex-style {
  max-width: 450px;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #C8C8C8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  margin-left: 0;
  margin-top: 20px;
}
.block-ad-yandex-style p:first-child {
  font-size: 18px;
}
.block-ad-yandex-style p {
  margin: 0;
  padding-bottom: 1px;
  color: #333;
  font-size: 13px;
  line-height: 16px;
}
.block-ad-yandex-style * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-ad-yandex-style a {
  color: #00c;
  text-decoration: none;
}
.block-ad-yandex-style__title {
  font-size: 18px;
  line-height: 24px;
}
.block-ad-yandex-style__green-link {
  color: #070 !important;
}
.block-ad-yandex-style span {
  font-weight: 700;
}
.block-ad-yandex-style__description {
  padding-top: 5px;
}
.block-ad-yandex-style__list-links,
.block-ad-yandex-style__description-list {
  margin: 0;
  margin-left: 0px;
  padding: 0;
  padding-bottom: 0px;
  text-align: left;
  padding-bottom: 1px;
  list-style: none;
  margin-left: 0 !important;
}
.block-ad-yandex-style__description-list li {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 13px;
  line-height: 16px;
  padding: 0 10px 0 0;
  margin-top: 5px;
  list-style-type: none;
  background: none;
}
.block-ad-yandex-style__description-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 2px;
  display: block;
  width: 2px;
  height: 2px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #999;
}

/*ads END*/