/* Setup defaults since variable in browsers
----------------------------------------------- */
body, div, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, hr, fieldset,a,input,select,th,td,textarea {
	font-size:12px;
}
/* Element Defaults
----------------------------------------------- */
html {
	height: 100%;
	background-color: #cccccc;
}
img {
	border: 0;
}
body {
	font-size: 12px;
	color: #362F2D;
	width: 760px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

label {
	font-weight: bold;
	color: #5E5147;
}

.smallInput {
	border: 1px solid #BBBBBB;
	font-size: 10px;
	background: #F0F8FF;
	color: black;
}

.bigSelect {
	border: 1px solid #C3BBB6;
	padding: 4px;
	margin: 5px 0;
	background: #fff url(../img/input.bg.gif) 0 0 repeat-x;
}

ol, ul {
	margin: 10px 0px 10px 6px;
}

li {
	margin: 10px 12px;
}

fieldset {
	border: 0;
}


.message {
	border: 1px solid #FFCC00;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0F8FF;
	font-size: 12px;
	text-align:left;
	color:#ff6600
}

.messages {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	text-align:left;
	color:#ff6600
}

.messagesBox {
	border: 1px solid #FFCC00;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0F8FF;
	font-size: 12px;
	text-align:left;
	color:#ff6600
}
/* Layout
----------------------------------------------- */
#document {
	background-color: white;
	border-bottom: 1px solid #C3BBB6;
}

.header {
	height: 46px;
}

#topDiv {
	height: 5px;
	background: url(../img/cnt.bg.gif) 0 0 repeat-x;
}

#bottomDiv {
	height: 20px;
	background: url(../img/bottom.div.gif) 0 0 repeat-x;
}

#container {
	float: left;
	width: 758px;
	background: url(../img/hdr.bar.jpg) 0 0 repeat-x;
}

#sidebar {
	float: left;
	width: 190px;
	margin-top: 96px;
	padding: 20px 10px 0 10px;
	background: url(../img/sdb.bg.gif) 0 0 no-repeat;
}

#content {
	float: left;
	width: 548px;
	margin-top: 75px;
	padding-top: 5px;
	background: #fff url(../img/cnt.bg.gif) 0 0 repeat-x;
}

#foorer {
	clear: both;
	float: left;
	border-top: 1px solid #C3BBB6;
	background-color: #DFDAD4;
	width: 758px;
	font-size:12px;
}

/* General
----------------------------------------------- */
.f12{
	font-size:12px;
	}

input[type="submit"], input[type="button"] {
	font-weight: bold;
	color: #fff;
	border: 1px solid #5D1414;
	height: 26px;
	background: #fff url(../img/btn.bg.gif) 0 0 repeat-x;
	border-style: none;
}

.bigInput {
	border: 1px solid #C3BBB6;
	padding: 4px;
	margin: 5px 0;
	background: #fff url(../img/input.bg.gif) 0 0 repeat-x;
	font-size: 12px;
}

.center {
	text-align: center;
}
.entry {
	clear: both;
	padding-top: 10px;
}
.entry .label {
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	font-weight: bold;
	width: 150px;
	text-align: right;
}
.entry .output {
	float: left;
	width: 250px;
	padding-top: 10px;
	text-align: left;
}
.entry .input {
	float: left;
	width: 250px;
	text-align: left;
}
/* Sidebar
----------------------------------------------- */
.notes {
	text-align: center;
	font-size: 12px;
}
.errors {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #600;
}
.errors div {
	text-align: left;
}
.errors input {
	border: 1px solid #600;
}
.errors ul {
	list-style: none;
}
.buttonBox {
	text-align: center;
	padding: 5px 0;
}

/* Header
----------------------------------------------- */
#title {
	margin-top: 15px;
}
#mainMenu {
	height: 24px;
	color: #C7B299;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding-top: 4px;
	padding-right: 4px;
}
#mainMenu a {
	color: #C7B299;
	text-decoration: none;
}

#mainMenu a:hover {
	color: #ff0000;    
	text-decoration: underline;
}

.pageHead {
	height:48px;
	text-align:right;
	font-weight: bold;
	font-size:18px;
	font-family: 楷体_GB2312;
	color:#404040;
	background: url(../img/title.gif);
}

.pageCaption {
	font-size:12px;
	color: #f56600;
}

.schoolTitle {
	font-weight: bold;
	font-size:18pt;
	font-family: 楷体_GB2312;
	color:#008000;
	padding-left: 15px;
	padding-bottom: 8px;
}
/* Homepage Modifications
----------------------------------------------- */
#pgHome #container {
	background: url(../img/hdr.ad.jpg) 0 0 repeat-x;
}
#pgHome #sidebar {
	margin-top: 207px;
}
#pgHome #content {
	margin-top: 183px;
}
#pgHome input[type="submit"] {
	height: 30px;
}
