@charset "utf-8";
/* CSS Document */

html,body{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#252525;
line-height:20px;
}
.banner{
background-image:url(../images/banner_mid_bot.jpg);
background-repeat:no-repeat;
height:147px;
}
.main_bg{
background-image:url(../images/bg.jpg);
background-repeat:repeat-y;
}
.midbg_top{
background-image:url(../images/top_mid_bg.jpg);
background-repeat:repeat-x;
background-position:top;
}
.midbg_bottom{
background-image:url(../images/top_mid_bg.jpg);
background-repeat:repeat-x;
background-position:bottom;
}
.leftbg{
background-image:url(../images/left_mid_bg.jpg);
background-repeat:repeat-y;

}
.rightbg{
background-image:url(../images/left_mid_bg.jpg);
background-repeat:repeat-y;
background-position:right;
}
.result_midbg{
background-image:url(../images/resbg.jpg);
background-repeat:repeat-y;
}
.spons_bg{
background-image:url(../images/result_bg.jpg);
background-repeat:repeat-y;
}
.img{
width:206px;
height:126px;
border:1px solid #000000;
background-color:#eb86a2;
}
.stu_bg{
width:96px;
height:86px;
background-image:url(../images/158_stu.jpg);
background-repeat:no-repeat;
background-position:center;
}
.stdresbg{
border:3px solid #000000;
background-color:#ebeaea;
}
.normal_bold{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
.normaltxt{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:14px;
}
.normaltxt_underline{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:14px;
text-decoration:underline;
}
.normaltxt_bold{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:14px;
font-weight:bold;
}
.code_small{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#585858;
line-height:12px;
}
.code_small_blk{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#000000;
line-height:12px;
}
.code_small_bold{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#000000;
font-weight:bold;
line-height:12px;
}
.head{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}
.hline{
background-image:url(../images/h_line.jpg);
background-repeat:repeat-x;
}
.botmenu{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#d84d60;
text-decoration:none;
}
a.botmenu:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#d84d60;
text-decoration:none;
}
.copyright{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#d84d60;
text-decoration:none;
}
.rightbanner{
width:147px;
height:525px;
border:1px solid #d84d60;
background-color:#000000;
}
.bannerad{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#d84d60;
text-decoration:none;
}
.FIND{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#ffffff;
font-weight:bold;
}
.textbox{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
width:255px;
}
.link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#d92400;
	text-decoration:none;
	}
a.link:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#d92400;
	text-decoration:underline;
	}
	
	
	/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}