/*
Stan Tutorial Services
tutor.css stylesheet
Created by Stanley Wong - December 13, 2010
*/

body {
	background: #A2B5CD url("../images/background.png") no-repeat;
	color: #000;
        font-family: Verdana, Geneva, "Bitstream Vera Sans", "DejaVu Sans", sans-serif;
	text-align: center; /* centers IE6 */
}


/*** Start Wrappper Content ***/
#wrapper {
	background: #FFFFF2;
	color: #000;
	margin: 0px auto; /* centers page for modern browsers */
	text-align: left;
	width: 750px;
}

#header {
	background: #000 url("../images/university_graduates.jpg") no-repeat;
	color: #FFF;
	border-bottom: 1px dashed #C1C1C1;
	height: 130px;
	padding: 5px 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Constantina, Georgia, "Nimbus Roman No9 L", serif;
}

.place {
	text-align: right;
	position: relative;
	right: 40px;
}

p {
	font-size: 11px;
	line-height: 1.5em;
}

.chinese {
	font-size: 12px;
	line-height: 1.5em;
}


/*** Start Left Hand Side Content ***/
#lContent {
	background: #FFF;
	color: #000;
	border-right: 1px dashed #C1C1C1;
	float: left;
	padding: 15px 20px 0px 20px;
	width: 510px;
}

.section {
	border-bottom: 1px dashed #C1C1C1;
}

ul {
	list-style-type: none;
	margin: 5px 0px 20px 0px;
}

ul li {
	margin: 0px 10px 0px 0px;
	font-size: 11px;
}

.note {
	background: #FFF;
	color: #FF0000;
}

/*** Begin Table Style ***/
table {
	border: 1px solid #000;
	margin: 0px 0px 20px 0px;
}

caption {
	font-family: Constantina, Georgia, "Nimbus Roman No9 L", serif;
	font-size: 14px;
}

.category {
	background: #EEAEEE;
	color: #000;
	width: 120px;
}

.item {
	background: #F5F5F5;
	color: #000;
	width: 130px;
}

thead {
	background: #EEAEEE;
	color: #000;
}

th {
	border-bottom: 1px solid #000;
}

th, td {
	font-size: 12px;
	text-align: center;
}

.lborder {
	border-right: 1px solid #000;
}
/*** End Table Style ***/

.icon {
	border-style: none;
	float: right;
	position: relative;
        right: -165px;
	top: -5px;
}

/*** End Left Hand Side Content ***/

/*** Start Right Hand Side Content ***/
#rContent {
	background: #FFFFF2;
	color: #000;
	float: right;
	padding: 15px 20px 0px 20px;
	width: 159px;
}

#version {
	background: #FFFFF2;
	color: #000;
	float: right;
	margin: 0px;
	padding: 8px 0px 5px 0px;
	text-align: center;
	width: 199px;
}

#version ul {
	margin: 0px;
	padding: 0px;
}

#version li {
	margin: 0px;
	padding: 0px;
}

#version a {
	padding: 0px;
}

#version a:hover {
	background: #FFF;
	color: #FF4500;
	text-decoration: none;
}

#version a#current {
	background: #FFFFF2;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}


/*
#news {
}
*/

#wquestion {
	margin: 0px;
	padding: 0px;

}

#wquestion h5 {
	margin: 0px;
	text-decoration: underline;
}

#wquestion p.alignRight {
	margin: 0px;
	text-align: right;
}

.bold {
	font-weight: bold;
}


#solution h5 {
	margin: 0px;
}

#solution a {
	margin: 0px;
}


/*** End Right Hand Side Content ***/

#footer {
	background: #FFFFF2;
	color: #000;
	clear: both;
	padding: 1px 0px 3px 0px;
	text-align: center; /* centers IE6 */	
}

#footer h5 {
	font-size: 60%;
}

#solPopup {
	background: #FFFFF2;
	color: #000;
	text-align: left;
}