* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #44647B;
	color: #000;
}

p {
	padding: 0px 0px 5px 0px;
}

label {
	margin-left: 3px;
	vertical-align: text-bottom;
}

img {
	border: 0px;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 7px 0 7px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

h4 {
	font-size: 13px;
	font-weight: bold;
}

a,a:link,a:visited,a:focus,a:active {
	color: #000;
	background-color: transparent;
}

textarea,input,select {
	font-family: Segoe UI, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 3px;
	margin-right: 0;
}

textarea,input[type='text'],input[type='password'],input[type='file'],select
	{
	border: solid 1px #999;
}

input[type='checkbox'] {
	padding: 0px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	margin-top: 5px;
	color: #000;
	background-color: #FFF;
	border: solid 1px #1B2E3D;
}

#head {
	color: #FFF;
	background: #2E4452 url('../../images/bk_head_logo.jpg') repeat-x left
		top;
	height: 90px;
}

#head_logo {
	float: left;
	height: 89px;
	width: 200px;
	font-size: 14px;
 


}

#head_menu {
	display: block;
	background: #162938 url('../../images/bk_head_menu.jpg') repeat-x left
		top;
	width: auto;
	color: #FFF;
	height: 89px;
	overflow: hidden;
	padding: 50px 10px 0px 10px;
}

#head_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: solid 1px #1B2E3D;
}

#head_menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#head_menu li a {
	background: #8996A6 url('../../images/bk_menu.jpg') repeat-x left top;
	height: 30px;
	float: left;
	width: auto;
	padding: 10px 5px 0px 5px;
	display: block;
	border-top: solid 1px #1B2E3D;
	border-right: solid 1px #1B2E3D;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}

#head_menu li a:hover {
	color: #0d2474;
	background: #8996A6 url('../../images/bk_menu_h.jpg') repeat-x left top;
}

#content {
	clear: both;
	background: #FFFFFF url('../../images/bk_content.jpg') repeat-x left top
		;
	color: #000;
	padding: 10px;
	min-height: 500px;
	padding: 10px;
}

#footer {
	color: #FFF;
	background-color: #768B9C;
	border-top: solid 1px #1B2E3D;
	text-align: right;
	font-size: 11px;
	padding: 10px;
}

#bottom {
	color: #FFF;
	background: #8996A6 url('../../images/bk_bottom.jpg') repeat-x left top;
	text-align: right;
	font-size: 11px;
	padding: 10px;
	border-top: solid 1px #FFFFFF;
}

#bottom a,#footer a {
	color: #FFF;
	background-color: transparent;
}

.box {
	border: solid 1px #768B9C;
	padding: 5px;
}

.error {
	display: block;
	border: solid 1px red;
	color: Red;
	background-color: transparent;
	padding: 5px;
}

.pupilinfo {
	
}

.pupilinfo table {
	border: solid 1px #1B2E3D;
	border-collapse: collapse;
}

.pupilinfo table th,.pupilinfo table td {
	border: solid 1px #1B2E3D;
	padding: 3px;
}

.pupilinfo table th {
	background-color: #768B9C;
	color: #FFFFFF;
}

.pupilinfo table td.hover:hover {
	color: #000;
	background-color: #8996A6;
	cursor: default;
}

.scrollbox {
	border-collapse: collapse;
	display: block;
	overflow: scroll;
	overflow-Y: scroll;
	overflow-X: hidden;
	border: 1px solid #1B2E3D;
	background-color: #FFF;
	overflow-X: hidden;
	overflow-Y: scroll;
}

@media print {
	#head {
		display: none;
		visibility: collapse;
	}
	#footer {
		display: none;
		visibility: collapse;
	}
	#bottom {
		display: none;
		visibility: collapse;
	}
	#wrapper {
		border: none;
		width: 100%;
	}
	#content {
		padding: 0px;
	}
}
