/* Imports */
@import url("reset.css");

/***** Global *****/
html {
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}
/* Body */
body {
    /*background: url(../images/bg-body.png) repeat 0px 0px;*/
    background-attachment: fixed;
    color: #000305;
    font-size: 87.5%; /* Base font size: 14px */
    font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 1.429;
    margin: 0;
    padding: 0;
    text-align: left;    
}

#container {
    /*background: url(../images/bg-container.png) repeat-y 0px 0px;*/
	width:100%; /*960px;*/
	
	padding: 0;
    border:solid 0px red;
    height: 100%;
}

/************************/

/* Headings */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}	/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

/* Paragraphs */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}

/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}

/* Thead */
thead th {padding: .5em .4em; text-align: left;}
thead td {}

/* Tbody */
tbody td {padding: .5em .4em;}
tbody th {}

tbody .alt td {}
tbody .alt th {}

/* Tfoot */
tfoot th {}
tfoot td {}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/***** Layout *****/
.body {position: relative; clear: both; margin: 0 auto; width: 960px;}
img.right figure.right {float: right; margin: 0 0 2em 2em;}
img.left, figure.left {float: right; margin: 0 0 2em 2em;}

/*
	Header
**************** */
.header {position: relative; clear: both; margin: 0 auto; width: 960px; height: 155px; border:solid 0px red;}

#banner {
	margin: 0px auto;
	padding: 0px 0 0 0;
    border: solid 0px blue;
}

/* Banner */
#banner h1 {
    position: absolute;
    top: 35px;
    left: 5px;
    font-size: 24px;
    margin: 0;
    width:250px;
    height:110px;
    border: solid 0px red;
}

/*
	Body
*****************/
#content-wrapper {
    width:100%;
    border: solid 0px red;
    margin:0;
    padding: 5px 0 5px 0;
    background-color: #e4e5e7;
}

#content {
    width:960px;
    margin: 0px auto 0px;
    /*height:450px;
    background-color: #ffffff;  */
    padding:5px 0 10px 0;
}

#main-content {
	background-color: #bfd0c2;
	overflow: hidden;
	padding:10px;
	width: 960px;
    margin:0;
    border:solid 0px red;
    height:450px;

	/*border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}

#main-content-login {
    background-color: #ffffff;
    overflow: hidden;
	padding:10px;
	width: 910px;
    margin:0;
    border:solid 0px red;
    height:450px;
}


/* ========================================= */
#header-wrapper {
    width:100%;
    height:120px;
    background: url(../images/header-bg2.gif) repeat-x;
    /*padding: 35px 0 0 0;*/
    border: solid 0px black;
}

header .welcome {
	position:absolute;
	top:7px;
	right:5px;
	margin-right:0px;
	font-weight:normal;
	font-size:1.1em;
    text-align: right;
}

header .welcome div {
    margin:0;
}

#logout-div {
    width:65px;
    /*background-color: #ffffff;
    border:solid 1px #ccc;
    color: #000000; */
    position:absolute;
    top:8px;
    right:1px;
}

.white-link {
    color: #ffffff;
    text-decoration: none;
}

header .search {
	position:absolute;
	top:78px;
	right:295px;
	margin-right:0px;
	font-weight:normal;
	font-size:1.1em;
    text-align: right;
}


/***** LOGIN *************/

.login-form {
    position: absolute;
    top:1px;
    right: 0px;
    color:#ffffff;
    padding:0;    
    width:415px;
    height:25px;
    border: solid 0px red;
}

.login-money {
    color:#000000;
    padding:20px 10px 10px 10px;
    float:right;
    width:260px;
    height:265px;
    border: solid 1px #000000;
    background-image: url(../images/bg-money.png);
}

.login-money h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #b53706;
}

.login-money h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 3px;
    color: #752708;
}

.login-money p {
    font-size: 18px;    
    margin-bottom: 10px;
}

.login-form h1 {
    font-size:24px;
}

.login-form h4 {
    font-size:20px;
}

.login-form .flabel {
    font-size:11px;
    color:#ffffff;    
    text-align:left;
    margin:0;
}

.login-form .finput {
    font-size:11px;
    color:#000000;        
    padding:0 10px;
    width:95px;
    height:20px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    margin-top: 3px;
}

.login-form-login {
    color:#000000;
    padding:20px 10px 10px 10px;
    width:260px;
    height:265px;
    border: solid 2px #cccccc;
}

.login-form-login h1 {
    font-size:24px;
}

.login-form-login h4 {
    font-size:20px;
}

.login-form-login .flabel {
    font-size:14px;
    color:#19335d;
    clear:both;
    display:block;
    text-align:left;
    margin:5px 0 3px 0;
}

.login-form-login .finput {
    font-size:14px;
    color:#000000;
    clear:both;
    display:block;
    padding:0 10px;
    width:225px;
    height:30px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.login-image {
    height:290px;
    float:left;
    /*width:645px;*/
    width:940px;
    /*background-color: #b4bdd2;*/ /*#8390ab; /* #4e607d;*/
    border: solid 0px #0a182f;
    padding:10px;
    background: url(../images/blackboard-bg.png) left -10px no-repeat;
    text-align: right;
}

#home-button {
    position:absolute;
    top:247px;
    left:210px;
    cursor:pointer;
}

#home-link {
    position:absolute;
    font-size: 18px;
    top:230px;
    left:690px;
    cursor:pointer;
    color: #000000;
}

#home-textbox {
    position:absolute;
    top:30px;
    left:30px;
    color:#000000;
    font-size: 18px;
}

.login-image h1 {
    color: #19335d;
    font-weight: bold;
    font-size: 38px;
    font-family: "Comic Sans MS";
}

.login-image h2 {
    color: #003399;
    font-weight: bold;
    font-size: 32px;
    font-family: "Comic Sans MS";
    margin:2px;
}

.login-image p {
    color: #000000;
    font-weight: normal;
    font-size: 20px;
    font-family: "Comic Sans MS";
    margin:2px;
}

.loginerror
{
	font-weight:bold;
	color:red;
	font-size:16px;
}

#loginbutton {
    text-align: right;
    margin: 20px 10px 0 0;
}


/*----------------------------------*/
/*
nav{
	clear: both;
	height: 35px;
	width: 100%;
    margin:5px 0 0 0;
    background-color: #19335d;
}

nav ul{
	float: left;
}

nav ul li{
	list-style-type: none;
	display: block;
	height: 35px;
	float: left;
	padding: 0px 1px 0px 0px;
}

nav ul li a{
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 100%;
	line-height: 35px;
	padding: 0 0 0 18px;
}
nav li a span{
	display: block;
	float: left;
	height: 100%;
	padding: 0 18px 0 0;
}
nav li a:hover, nav li.active a{
    background-color: #eb4606;
	color: #fff;
	cursor: pointer;
	text-decoration: none
}
nav li.active a span, nav li a:hover span{
    background-color: #eb4606;
}

*/

#footer {
    /*clear:both;*/
    width:100%;
    height:80px;
    padding:15px 0 0 0;
    text-align: center;
    background-color: #4b4b4e;
    color: #ffffff;
    margin:0;    
    border: solid 0px red;
}

#footer-content {
    width:960px;
    margin: 0 auto;
    text-align:left;
    color:#ffffff;
}

/**** DataGrid *****/

.OrdersHead {
    font-size:11px;    
    width:100%;
    padding:2px 0;
    height:16px;
    background-color:#b2bbb1;
}

.OrdersHeadColumn {
    border-right:solid 1px #777b77;
    text-align:center;
    float:left;
    text-transform:uppercase;
    color:#1e211e;
    padding:0 2px;
}

.OrdersRow {
    position: relative;
    font-size:12px;
    width:100%;
    padding:2px 0;
    height:16px;
    background-color:#c7d2c6;
    border-bottom:solid 1px #aaafaa;
}

.OrdersRow:hover {
    background-color: #bbdcba;
    cursor: pointer;
}

.OrdersRowColumn, .DetailRowColumn {
    float:left;
    color:#1e211e;
    padding:0 3px 0 2px;
    overflow:hidden;
    height:20px;
}

.center-text {
    text-align:center;
}

.right-text {
    text-align: right;
}

.left-text {
    text-align: left;
}

.TroubleIcon {
    width:16px;
    height:16px;
    margin:0 auto;
    background: url(../images/trouble-icon.png) no-repeat;
}

.PendingIcon {
    width:16px;
    height:16px;
    margin:0 auto;
    background: url(../images/pending-icon.png  ) no-repeat;
}

a#CloseOrder {
    width:26px;
    height:30px;
    background: url(../images/x.png) no-repeat;
    display:block;
    float:right;
}

.pages {
    position:relative;    
    height:16px;
    padding:0;    
    border:solid 0px blue;
    display:inline-block;
    margin:0 5px 0 10px;
    vertical-align: top;
    float:right;
}

.prev_page, .next_page,.first_page, .last_page {
    display:inline-block;
    width:13px;
    height:16px;
    margin:2px auto;
    border:solid 0px green;
    margin-left:5px;
    float:right;
}

.prev_page {
    background: url(../images/arrow-left.png  ) no-repeat;
}

.next_page {
    background: url(../images/arrow-right.png  ) no-repeat;
}

.first_page {
    background: url(../images/arrow-first.png  ) no-repeat;
}

.last_page {
    background: url(../images/arrow-last.png  ) no-repeat;
}

.add-button {
    display:inline-block;
    width:100px;
    height:25px;
    border:solid 0px green;
    margin:0;
    padding:0;
    background: url(../images/add-button.png  ) no-repeat;
}

select {
    font-size:10px;    
    height:18px;
    border:thin solid #938e8e;
}

span.radioType {
    font-size:12px;
    height:18px;
    margin-right:5px;
}

#CustomerId, #ShipToId, #UserId {
    width:250px;
    text-transform:uppercase;
    font-size: 12px;
}

.add-button:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
}

.add-button:active {
    opacity:1;
    filter:alpha(opacity=100);
}

#orderForm label {
    width:95px;
    color:#148b11;
    float:left;
    font-size: 14px;
}

#orderForm input {
    height:14px;
    font-size: 14px;
    display:table-cell;
    border:thin solid #938e8e;
}

#orderForm p {
    margin:0;
    padding:0;
    margin-bottom:2px;
    display:table;
}

a.delete_icon {
    display:block;
    width:14px;
    height:13px;
    background: url(../images/delete_icon.gif  ) no-repeat;
    opacity:0.6;
    filter:alpha(opacity=60);
}

a.delete_icon:hover {
    opacity:1;
    filter:alpha(opacity=100);
}

.ui-dialog-title {
    font-size: 72.5%;
}

.ui-dialog-content p, .ui-dialog-buttonset {
    font-size: 62.5%;
}

#dialog-form { font-size: 72.5%; }
#dialog-form label, #dialog-form input, #dialog-form select { display:block; }
#dialog-form input.text { margin-bottom:8px; width:95%; padding: .4em; }
#dialog-form select { margin-bottom:8px; width:98%; }
#dialog-form fieldset { padding:0; border:0; margin-top:2px; }
#dialog-form h1 { font-size: 1.2em; margin: .6em 0; }
#dialog-form div#users-contain { width: 350px; margin: 20px 0; }
#dialog-form div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
#dialog-form div#users-contain table td, #dialog-form div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
#dialog-form .ui-dialog .ui-state-error { padding: .3em; }
#dialog-form .validateTips { font-size: 1em; border: 1px solid transparent; padding: 0.3em }
#dialog-form #lotnum { float:left;display:block;width:75px;height:16px;border:solid 1px #ccc;margin-right:3px; }

#prod_qty, #prod_price, #prod_brok, #prod_reb, #prod_fre { width:40px; text-align:right;clear:right}

div.ui-datepicker{
 font-size:10px;
}

div.spacer {clear:both;height:5px;}

#OrderDate, #ShippingDate, #DeliveryDate {width:75px; height:20px; padding-left:3px;}

#PONumber {width:110px; height:20px;padding-left:3px;}

#lbl_qty,#lbl_price, #lbl_brok, #lbl_reb, #lbl_fre {float:left;display:block;width:65px;}

.closeOrder-wrapper {
    float:right;
    position:absolute;
    right:10px;
    top:12px;
    width:200px;
    text-align:right;
}

#order-header {
     float:left;
     width:200px;
     border:solid 0px blue;
}

#order-wrapper {
     width:920px;
     height:420px;
     border:solid 0px red;
}

#order-actions {
    float:right;
    width:170px;
    height:120px;
    border:solid 1px #148b11;
    background-color:#d7d2d2;
    padding:5px;
}

#order-data-left {
    float:left;
    width:365px;
    height:130px;
    border:solid 0px green;
}

#order-data-right {
     float:left;
     width:365px;
     height:130px;
     border:solid 0px green;
}

#product-list {
    clear:both;
    width:918px;
    height:40px;
    background-color:#d7d2d2;
    margin-top:5px;
    border:solid 1px #938e8e;
    border-bottom:0;
}

#detail-container {
    clear:both;
    width:918px;
    height:135px;
    background-color:#d7d2d2;
    overflow:auto;
    border:solid 1px #938e8e;
}

#message-container {
    float:left;
    width:350px;
    height:17px;
    border:solid 0px blue;
}

#message-span {
     font-weight:bold;
     margin:0;
     color:#148b11;
}

#total-amount {
     text-align:right;
     clear:both;
     width:920px;
     font-size:85%;
}

/* MENU */
#menu{
    position: absolute;
    top:3px;
    left:0px;
	width: 700px;
    height:25px;
	margin: 0;
	padding: 0 0 0 1px;
	list-style: none;
    border:solid 0px red;
	/*background: #4b4b4e;
    background: url(../images/bg-menu-1.gif) no-repeat;*/
}

#menu li{
	float: left;    
	padding: 0 0 1px 0;
	position: relative;
}

#menu a{
    font-size: 12px;
	float: left;
	height: 15px;
	padding: 5px 15px;
	color: #ffffff;
	text-transform: uppercase;	
	text-decoration: none;
    margin:0 1px;
    border:0;
    border-right: solid 1px #cccbbb;
}

#menu li:hover > a, #menu li.active > a{
	color: #fafafa;
    /*background-color: #eb4606;*/
}

*html #menu li a:hover{ /* IE6 */
	color: #fafafa;
}

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 99999;
    background: #444;
    /*background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

#menu ul ul
{
  top: 0;
  left: 149px;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    /*-moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;*/
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    width:125px;
    text-align: left;
}

#menu ul li:last-child{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a{ /* IE6 */
	height: 10px;
	width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */
	height: 10px;
	width: 150px;
}

#menu ul a:hover{
    background: #4c72af;
	background: -moz-linear-gradient(#207b9d,  #4c72af);
	background: -webkit-gradient(linear, left top, left bottom, from(#207b9d), to(#4c72af));
	background: -webkit-linear-gradient(#207b9d,  #4c72af);
	background: -o-linear-gradient(#207b9d,  #4c72af);
	background: -ms-linear-gradient(#207b9d,  #4c72af);
	background: linear-gradient(#207b9d,  #4c72af);
    /*background-color: #eb4606;*/
}

#menu ul li:first-child a{
    /*-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;*/
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after {
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #207b9d;
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #207b9d;
    border-bottom-color: transparent;
}

#menu ul li:last-child a{
    /*-moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

#frmJoinUs {
    font-size: 16px;
}

#frmJoinUs p {
    float: left;
    width: 145px;
    font-size: 16px;
}

#frmJoinUs input {
    width: 300px;
    font-size: 16px;
}

#frmJoinUs select {
    width: 303px;
    height:25px;
    font-size: 16px;
}

#agree-div input {
    width: 10px;
}

#agree-div {
    font-size: 12px;
}

#error-message {
    color: red;
    font-weight: bold;
    padding: 0 10px;
}

.hidden {
    display: none;
}

#CategoryId, #SubjectId {
    font-size: 12px;
    width: 220px;
}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {height:515px; width:750px; background-color:#ffffff;border:3px solid #19335d;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:9999999999; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}

/*#simplehomemodal-container {height:285px; width:680px; background-color:#fff; border:3px solid orange;}
#simplehomemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:9999999999; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplehomemodal-container #basicModalContent {padding:8px;}*/

#howitworks h1, #aboutus h1, #joinus h1 {
    font-size: 20px;
    font-weight: bold;
    color: #19335d;
    margin:10px 0;
}

#howitworks p, #aboutus p {
    color:#000010;
    font-size: 14px;
    text-align: justify;
}

#simple-search h1 {
    font-size: 20px;
    font-weight: bold;
    color: #19335d;
    margin:10px 0;
}

#question-banner h1{
    font-size: 24px;
    font-weight: bold;
    color: #19335d;
    margin:50px 0 0 0;
}

#question-banner p{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin:10px 0;
}

.delFile {
    cursor: pointer;
}

#view-attached a{
    color: green;
    font-size: 16px;
}

.preview {
    text-decoration: underline;
    color: blue;
    font-size: 11px;
    cursor:pointer;
}

/********* ToolTip *************/
#text {
    margin:50px auto;
    width:500px;
}

.hotspot {
    color:#900;
    padding-bottom:1px;
    border-bottom:1px dotted #900;
    cursor:pointer
}

#tt {
    position:absolute;
    display:block;
    background:url(../images/tt_left1.gif) top left no-repeat
}

#tttop {
    display:block;
    height:5px;
    margin-left:5px;
    background:url(../images/tt_top1.gif) top right no-repeat;
    overflow:hidden
}

#ttcont {
    border:solid 2px #000000;
    display:block;
    padding:2px 12px 3px 7px;
    margin-left:5px;
    background:#faf2cd;
    color:#000000;
    font-size:11px;
    overflow:hidden;
    font-family:sans-serif;
}

#ttcont h4 {
    font-weight: bold;
    color: blue;
}

#ttbot {
    display:block;
    height:5px;
    margin-left:5px;
    background:url(../images/tt_bottom1.gif) top right no-repeat;
    overflow:hidden
}
/**********************************/

#frmProfile select {
    font-size: 14px;
}

#contactus-form p {
    margin:5px 0 0 0;
    color:#272727;
    font-weight: bold;
}

#contactus-form input {
    font-size: 1.2em;
    height:20px;
    padding:3px;
    color:#3f443d;
    border: solid 1px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#contactus-form select {
    font-size: 1.2em;
    height:25px;
    padding:3px;
    color:#3f443d;
    border: solid 1px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#contactus-form textarea {
    font-family: verdana;
    font-size: 1.2em;
    padding:3px;
    color:#3f443d;
    border: solid 1px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#error_div {
    color: red;
}




/************** RSS ********************/
.tutors-top{
    background: #fbf5fd; /* Old browsers */
background: -moz-linear-gradient(top,  #fbf5fd 0%, #e1e1e1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf5fd), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fbf5fd 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fbf5fd 0%,#e1e1e1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fbf5fd 0%,#e1e1e1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fbf5fd 0%,#e1e1e1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf5fd', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
    padding: 10px;
    margin-bottom: 15px;
}
.tutors-top h4{
    color: #000;
    margin-bottom: 0;
}
.tutors-mid{
    overflow: hidden;
    height: 100%;
}
.tutors-mid:last-child{
    border: none;
    margin: 0;
}
.tutors-in{
    float: left;
    width: 50%;
    overflow: hidden;
    height: 100%;
}
.tutors-in{
    float: left;
    width: 50%;
    overflow: hidden;
    height: 100%;
    margin: 8px 0;
}
.tutors-in-left{
    float: left;
    width: 40%;
}
.tutors-in-right{
    float: left;
    width: 60%;
    font-weight: bold;
}
.tutors-in-right p{
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 11px;
    font-weight: normal;
}
.tutors-in-right p span{
    color: red;
}
.tutors-in-right a{
    text-decoration: none;;
    color:rgb(38, 159, 175) ;
}



/************** tab ********************/
.tabs {
      position: relative; 
      clear: both;
      margin-top: 10px;
      height: 97%;
    }
    .tab {
      display: inline-block;
    }
    .tab label {
      background: #eee; 
      padding: 10px; 
      border: 1px solid #ccc; 
      margin-left: -1px; 
      position: relative;
      left: 1px; 
    }
    .tab [type=radio] {
      display: none;   
    }
    .content {
      position: absolute;
      top: 28px;
      left: 0;
      background: white;
      right: 0;
      bottom: 0;
      padding: 10px;
      border: 1px solid #ccc; 
    }
    [type=radio]:checked ~ label {
      background: white;
      border-bottom: 1px solid white;
      z-index: 2;
    }
    [type=radio]:checked ~ label ~ .content {
      z-index: 1;
    }
    .content table tbody tr:nth-child(even){
        background: red;
        
    }
    .content table tbody tr:nth-child(odd){
        background: blue;
        
    }
    .content table tbody td:first-child{
        width: 130px;
    }

/************** RSS ********************/

  .contentqn {
        top: 28px;
      left: 0;
      background: white;
      right: 0;
       padding: 10px;
      border: 1px solid #ccc; 
	    }
	  .contentqn table tbody tr:nth-child(even){
        background: red;
        
    }
    .contentqn table tbody tr:nth-child(odd){
        background: blue;
        
    }
    .contentqn table tbody td:first-child{
        width: 130px;
    }	
		