﻿body
{
	background:#B5B5B5;
}
#divRoot
{
	width:100%;
	text-align:center;
	vertical-align:middle; 
	font-family:tahoma;
}
#divHeader
{
	background:url('./img/header.png') 0px 0px; 
	width:900px; 
	height:52px; 
	margin-left:auto; 
	margin-right:auto; 
	border:#F7941D 1px solid;
}
#divBody
{
	width:900px; 
	/*height:550px;*/
	margin-left:auto; 
	margin-right:auto; 
	text-align:right; 
	border:#F7941D 1px solid;
}
#tbContent
{
	width:650px;
	/*height:550px; */
	/*margin-left:290px;*/
}
#tdLogo
{
	width:650px; 
	height:110px;
	background:url('./img/title.png') 300px 20px no-repeat;
}

textarea
{
	resize:none;
}

.menus
{
	width:99%;
	text-align:right;
}

.home
{
	background:url('./img/home.png') white 20px 0px no-repeat;
}
.detail
{
	background:url('./img/description.png') white 30px 0px no-repeat;
}
.course
{
	background:url('./img/course.png') white 35px 0px no-repeat;
}
.place
{
	background:url('./img/place.png') white 0px 0px no-repeat;
}
.tutor
{
	background:url('./img/tutor.png') white 30px 0px no-repeat;
}
.regis
{
	background:url('./img/register.png') white 30px 0px no-repeat;
}
.space
{
	background:url('./img/spaceTest.png') white 30px 0px no-repeat;
}

.btnHome
{
	width:72px;
	height:74px;
	background:url('./img/bt/home.png') 0px 2px no-repeat;
    border:none;
	cursor:pointer;
}
.btnHome:hover
{
	background:url('./img/bt/home.png') 0px -72px no-repeat;
}
.btnDescription
{
	width:72px;
	height:74px;
	background:url('./img/bt/description.png') 0px 2px no-repeat;
	border:none;
	cursor:pointer;
}
.btnDescription:hover
{
	background:url('./img/bt/description.png') 0px -72px no-repeat;
}
.btnCourse
{
	width:72px;
	height:74px;
	background:url('./img/bt/course.png') 0px 2px no-repeat;
	border:none;
	cursor:pointer;
}
.btnCourse:hover
{
	background:url('./img/bt/course.png') 0px -72px no-repeat;
}
.btnPlace
{
	width:72px;
	height:74px;
	background:url('./img/bt/study_place.png') 0px 2px no-repeat;
	border:none;
	cursor:pointer;
}
.btnPlace:hover
{
	background:url('./img/bt/study_place.png') 0px -72px no-repeat;
}
.btnTutor
{
	width:72px;
	height:74px;
	background:url('./img/bt/tutor.png') 0px 2px no-repeat;
	border:none;
	cursor:pointer;
}
.btnTutor:hover
{
	background:url('./img/bt/tutor.png') 0px -72px no-repeat;
}
.btnRegister
{
	width:72px;
	height:74px;
	background:url('./img/bt/registry.png') 0px 2px no-repeat;
	border:none;
	cursor:pointer;
}
.btnRegister:hover
{
	background:url('./img/bt/registry.png') 0px -72px no-repeat;
}
.btnSpace
{
	width:72px;
	height:74px;
	background:url('./img/bt/spacetest.png') 0px 2px no-repeat;
	border:none;
	cursor:pointer;
}
.btnSpace:hover
{
	background:url('./img/bt/spacetest.png') 0px -72px no-repeat;
}

.nav 
{
	list-style:none;
	text-align:right;
	margin:0px;
	padding:0px;
}
.nav li ul
{
	display:none;
	list-style:none;
	position:absolute;
	border:1px solid #FF4000;
	margin-left:20px;
	padding-left:0px;
}
.nav li ul a li 
{
	background:#F7941D;
	text-align:left;
	margin-left:0px;
	
	padding-left:20px;
	width:150px;
	height:25px;
}
.nav li ul a
{
	text-decoration:none;
	color:blue;
}
.nav li:hover ul
{
	display:block;   
}
.nav li ul li:hover
{
	background:#FF4000;
}

.triangle
{
	width:74px;
	height:17px;
	background:url('./img/box/triangle.png') -5px 0px;
}
.notriangle
{
	width:74px;
	height:17px;
}
.boxTopLeft
{
	width:34px;
	height:22px;
	background:url('./img/box/topLeft.png') 10px 0px no-repeat;
}
.boxTop
{
	width:592px;
	height:22px;
	background:url('./img/box/Top.png') repeat-x;
}
.boxTopRight
{
	width:34px;
	height:22px;
	background:url('./img/box/topRight.png') no-repeat;
}
.boxLeft
{
	width:34px;
	/*height:303px;*/
	background:url('./img/box/Left.png') 10px 0px repeat-y;
}
.boxCenter
{
	width:592px;
	/*height:303px;*/
	background:#CBDB2A;
}
.boxRight
{
	width:34px;
	/*height:303px;*/
	background:url('./img/box/Right.png') repeat-y;
}
.boxBottomLeft
{
	width:34px;
	height:25px;
	background:url('./img/box/bottomLeft.png') 10px 0px no-repeat;
}
.boxBottom
{
	width:592px;
	height:25px;
	background:url('./img/box/Bottom.png') repeat-x;
}
.boxBottomRight
{
	width:34px;
	height:25px;
	background:url('./img/box/bottomRight.png') no-repeat;
}

.content
{
	width:592px;
	/*height:303px;*/
	overflow-y:auto;
	text-align:left;
	color:blue;
	font-size:11pt;
}
.errorMsg
{
	color:red;
	width:99%;
	text-align:center;
	font:bold;
}

img.top {
    vertical-align: text-top;
}


