:root {
/*  font-size: 62.5%;*/
  --tableHeaderBg: #B08968;
  --tableHeaderFont: #FFF;
  --tableBorder: #9C6644;
  --tableRow1: #E6CCB2;
}

body {
	color:#b08968;
	background:#ede0d4 /*url("../img/background.png") top repeat-x */ ;
	font-size:14px;
	font-family:Helvetica, sans-serif, Calibri,arial,garamond;
	margin:0;
	line-height:200%;
}
table, th, td {
	font-size:14px;
	vertical-align:top;
	text-align:left;
	border-collapse:collapse;
	margin:0;
	padding:0;
	line-height:200%;
}

button, input[type=button], input[type=reset], input[type=submit] {
	font-size:14px;
	width:130px;
	padding:5px;
	margin:15px;
	line-height:20px;
	font-weight:bold;
	cursor:pointer;
	border-radius:10px;
	box-shadow: 5px 5px 5px #9c6644;
	color:#ede0d4;
	border:1px solid #9c6644 !important;
	background:/*#b08968!important*/ linear-gradient(to top, #b08968 , #7f5539);
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	color:#7f5539;
	border:1px solid #9c6644;
	background: linear-gradient(to left, #e6ccb2 , #b08968); /*#e6ccb2*/;
}
input[type=text], input[type=password], textarea, select {
	font-size:14px;
	margin:0 !important;
	padding:5px;
	padding-left:5px !important;
	padding-right:5px !important;
	vertical-align:top;
	border:1px solid #9c6644;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#ede0d4;
	box-shadow: 2px 2px 2px #9c6644;
}
input:hover, textarea:hover  {
	background:#e6ccb2;
	border:1px solid #7f5539;
}
/*input:focus, textarea:focus  {
	background:#fff;
}*/


a {
	text-decoration:none;
	color:#b08968;
}
a:hover {
	text-decoration:underline;
}

img {
	text-decoration:underline;
}

a img {
	border: 0px solid transparent;
}
.no-underline:hover {
	text-decoration: none;
}

hr {
	border-top:1px solid #9c6644;
	border-bottom:0;
	border-right:0;
	border-left:0;
}
b {
	font-weight:bold;
}
i {
	font-size:13px;
}
form {
	margin:0;
}
fieldset {
	border:1px solid #9c6644;
	margin-bottom:2px;
}
legend {
	font-weight:bold;
}
li {
	margin-bottom:10px;
}
h3 {
/*	font-family:"Trebuchet MS";*/
	font-weight:bold;
/*	color:#FF5A00;*/
	font-size:16px;
	margin-bottom:5px;
}
blockquote {
	padding:10px;
	border:1px solid #9c6644;
	background:#e6ccb2;
}



#navigation {
	text-align:center;
	color:#ccc;
}
#navigation a {
	text-decoration:none !important;
}
#navigation a:hover {
	color:#333;
}


.signuptable {
	width:100%;
}
.signuptable td {
	width:50%;
	border:0 !important;
}


.mandatory {
	color:#ff0000;
}


.download {
	padding:20px;
	border:1px solid #ccc;
	background:#eee;
}
.download a {
	font-size:20px;
	font-weight:bold;
}



.table, .table2, .table3 {
	width:100% !important;
}
.table {
	background:#e6ccb2;
}
.table2, .table3 {
	background:#fff;
}
.table th, .table td {
	border:1px solid #9c6644;
	line-height:200%;
	padding:5px !important;
	height:30px;
	color:#9c6644;
}
.table th {
	width:160px;
	font-weight:bold;
	background:#b08968;
	color:#fff;
}
.table2 th, .table2 td {
	padding:10px !important;
	border:2px solid #ede0d4;
	line-height:200%;
}

.table3 th, .table3 td {
	padding:10px !important;
	line-height:200%;
}
.table3 > b {
		text-align:right;
}

.signup {
	width:140px;
}
.windowbg {
	background:#ddb892;
}
.windowbg2 {
	background:#fff;
}




div.chicklet a {
	text-decoration:none;
	border:0 !important;
}








/* ~~~~~ ~~~~~ ~~~~~
		for resources on home page
   ~~~~~ ~~~~~ ~~~~~ */

.block {
	background: #e6ccb2;
	display: inline-block;
	width:240px !important;
	padding:10px;
	margin:10px;
	border:1px solid #9c6644;
	height:180px;
	vertical-align:top;
	box-shadow: 5px 5px 5px #9c6644;
	text-align:center;
}






/* ~~~~~ ~~~~~ ~~~~~
		Popular subjects
   ~~~~~ ~~~~~ ~~~~~ */
#popular-subjects {
	width:880px;
	vertical-align:bottom;
}
#popular-subjects div h3 {
	text-align:right;
	margin-top:100px;
	padding-right:10px;
	color:#e6ccb2;
	font-weight:bold;
	text-shadow:#000 2px 2px 2px;
}
#popular-subjects a:hover {
	text-decoration:none;
	color:#fff !important;
}
div.picture {
	width:200px;
	height:130px;
	border:1px solid #000;
	cursor:pointer;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
div.picture:hover {
	border:1px solid #00f;
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;
}



/* ~~~~~ ~~~~~ ~~~~~
		Header
   ~~~~~ ~~~~~ ~~~~~ */

#frame {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  max-width:900px;
}





/* ~~~~~ ~~~~~ ~~~~~
		Highlight
   ~~~~~ ~~~~~ ~~~~~ */
.highlight {
/*	font-family:"Trebuchet MS";*/
	font-size:28px;
	margin:30px;
	text-shadow: #999 2px 2px 2px;
}
a.highlight:hover {
	color:#000;
	text-decoration:none;
	text-shadow: #333 2px 2px 2px;
}





/* ~~~~~ ~~~~~ ~~~~~
		Menu
   ~~~~~ ~~~~~ ~~~~~ */
/*
#menu {
	background:#aaf;
	border:1px solid #ccf;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	color:#ccc;
	width:743px !important;
	margin-bottom:5px;
	float:left;
}
*/


/* ~~~~~ ~~~~~ ~~~~~
		Banner
   ~~~~~ ~~~~~ ~~~~~ */

#banner {
	background:#e6ccb2;
	border:1px solid #99f;
	width:100%;
	margin:0;
}
#banner td {
	padding:5px;
}




/* ~~~~~ ~~~~~ ~~~~~
		Main
   ~~~~~ ~~~~~ ~~~~~ */
   
/*
#main {
	width:900px;
	margin-top:5px;
}
#main td {
	padding:0px;
	padding-top:10px;
}
*/


#contents {
/*	width:620px !important;*/
	font-size:16px;
	line-height:200%;
	padding-left:5% !important;
	padding-right:5% !important;
	margin-top:0;
	margin-bottom:0 !important;
	background:#ede0d4 /*fcfcff*/;
	border:0px solid #aab;
	color:#7f5539;
	padding-top:50px !important;
	padding-bottom:50px !important;
}

#header {
	padding-top:0px !important;
	padding-bottom:0px !important;
	display:block;
	font-size:14px;
	background:#AF8A75 url("../img/private-tutor-header.jpg") top left no-repeat /*e6ccb2*/;
	width:100%;
	height:250px !important;
}

#header div {
	display:inline-block;
	text-align:left;
	padding-left:10px;
}
#header span.left {
	width:120px;
	text-align:center;
	vertical-align:top;
	color:#999;
}
#header span a {
	border-bottom: none;
}
#login {
	float:right;
}



#contents h1 {
	font-variant:small-caps;
	font-weight:normal;
	background:#e6ccb2;
	border:1px solid #9c6644;
	padding:20px;
	font-size:26px;
	line-height:200%;
	border-radius:20px;
	box-shadow: 5px 5px 5px #9c6644;
	margin-bottom: 100px;
}
#contents h2 {
	font-weight:normal;
	font-size:28px;
	margin-top:120px;
	margin-bottom:15px;
	border-bottom:0px solid #999;
}
#contents .male {
	color:#7F5AF5 /*33f*/;
}
#contents .female {
	color:#f33;
}
#contents a {
	text-decoration:none;
	border-bottom:1px dotted #b08968;
}
#contents a:hover {
	text-decoration:none;
	color:#7f5539;
	border-bottom:1px dotted #7f5539;
}

ul {
	margin:0;
	margin-left:2px;
	padding:0;
	list-style-type:none;
	list-style-position:outside !important;
}
/*
ul.outer  li{
	margin-left:30px;
}*/
ul.bottom li {
	margin:0 !important;
}
#contents ul li:before {
	content: "\00BB \0020";
	margin-left:-10px;
/*	content: "\00BB \0020";
	color:#666699;*/
}
#contents ol li:before {
	content:none;
}
ul li {
/*	background:url('../img/list-hypen.gif') 20px 8px no-repeat;
	margin:0;*/
/*	padding-left:33px;
	padding-bottom:3px;*/
	margin-top:10px;
	padding-left:10px;
}
ol li {
/*	background:none;*/
	margin:0;
	padding:0;
	padding-bottom:3px;
}
div.testimonial1 {
	background:url('../img/quote-start.png') top left no-repeat;
	padding-left:15px;
	padding-top:15px;
}
div.testimonial2 {
	background:url('../img/quote-end.png') bottom right no-repeat;
	padding-right:15px;
	padding-bottom:15px;
}




.field {
	max-width:95% !important;
	padding-left:5px !important;
	padding-right:5px !important;
}


.important {
	color: #f00;
}


/*
#articles td {
	width:50%;
	padding:20px;
	border-top:1px solid #999;
	line-height:150%;
}
*/



/* ~~~~~ ~~~~~ ~~~~~
		Footer
   ~~~~~ ~~~~~ ~~~~~ */
#footer {
	border-top:0px solid #7f5539;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
/*	color:#666;*/
}
















/* ~~~~~ ~~~~~ ~~~~~
		Form
   ~~~~~ ~~~~~ ~~~~~ */

@media screen and (min-width: 480px) {
	/* question */
    #tuition-form > span > span.label {
		width:22% !important;
		text-align:right !important;
	}
	/* answer */
	#tuition-form > span > span {
		max-width:70% !important;
	}
}

#tuition-form {
	width:85%;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	padding:20px !important;
	background:#f9f9f9;
	border:1px solid #b08968;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	
	-moz-box-shadow: 5px 5px 2px #b08968;
	-webkit-box-shadow: 5px 5px 2px #b08968;
	box-shadow: 5px 5px 2px #b08968;
}

/* question */
#tuition-form > span > span.label {
	display:inline-block;
	width:130px;
	max-width:90%;
	min-width:130px!important;
	width:120px;
	text-align:left;
	float:left;
	color:#7f5539;
	font-weight:normal;
/*	border:1px solid #00f;*/
	padding-left:0;
	vertical-align:top;
}
/* answer */
#tuition-form > span > span {
	width:100% !important;
	min-width:200px;
	display:inline-block;
	padding-left:10px;
	text-align:left;
	vertical-align:top;
	border-top:0;
	float:left;
/*	border:1px solid #f00;*/
}

/* answer - others */

#tuition-form > span > span > span {
	display:inline-block;
	text-align:left;
	width:100%;
	border-top:0;
/*	border:1 solid #f00 !important;*/
}

/* section */
#tuition-form > span {
	display:block;
	width:100%;
	border-top:0px dotted #ccc;
	clear:both;
	vertical-align:top !important;
	padding-top:10px;
	padding-bottom:30px !important;
}

#tuition-form > span.first-row {
	border-top:1px dotted transparent;
}


.timeslots {
	width:auto;
}
.timeslots span {
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	margin-top:2px;
}
span.timeslots-day {
	display:inline-block;
	width:30px;
}


#tuition-form h3 {
	font-size:17px;
	font-weight:normal;
	padding-bottom:5px;
	margin-top:30px!important;
	margin-bottom:20px!important;
	border-bottom:1px solid #ccc;
}
#tuition-form center {
	margin-bottom:20px;
	font-size:12px;
}

#tuition-form input[type=text], #tuition-form textarea, #tuition-form select {
	font-size:14px;
	margin-top:5px !important;
	padding:5px;
	padding-left:5px !important;
	padding-right:5px !important;
	vertical-align:top;
	border:1px solid #9c6644;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#tuition-form input:hover, #tuition-form textarea:hover  {
	background:#e6ccb2;
	border:1px solid #7f5539;
}
#tuition-form input:focus, #tuition-form textarea:focus  {
	background:#ede0d4;
	border:1px solid #7f5539 !important;
}
/*
.signuptable {
	width:100%!important;
}
*/
#tuition-form fieldset {
	max-width:100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#tuition-form fieldset input {
	font-size:14px;
	border:1px solid #9c6644;
}
#tuition-form fieldset legend {
	color:#FF8700;
	font-weight:normal;
	text-align:left;
}