/*
Jilin University Webs CSS File
By W01F-STUDIO[www.hetaodaxue.com]，Hyena
*/

body {
	text-align: center;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	}
img {
	border: 0px;
	}
p {
	font-size:12px; line-height: 20px;
	}
td {
	font-size:16px;
	color: #444444;
	}
input {
	color: #666666;
	font-size: 12px;
	border-top: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	background-color: #FFFFFF;
	}

/* 链接 */
a.sp {
	font-size: 12px;color: #CC0000;text-decoration: none; 
	}
a.sp:hover {
	font-size: 12px;color: #CC0000;border-bottom: 1px dashed;
	}
a.first {
	font-size: 12px;color: #666666;text-decoration: none; 
	}
a.first:hover {
	font-size: 12px;color: #666666;border-bottom: 1px dashed;
	}
a.second {
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	}
a.second:hover {
	font-size: 12px;color: #666666;text-decoration: underline;
	}
a.third {
	font-size: 12px;color: #0066FF;text-decoration: none;
	}
a.third:hover {
	font-size: 12px;color: #0066FF;text-decoration: underline;
	}
a.forth {
	font-size: 12px;color: #000000;text-decoration: none;
	}
a.forth:hover {
	font-size: 12px;color: #000000;text-decoration: underline;
	}
a.fifth {
	font-size: 12px;color: #666666;text-decoration: none;
	}
a.fifth:hover {
	font-size: 12px;color: #333333;text-decoration: none;
	}
a.red {
	font-size: 12px;color: #F00;text-decoration: none;
	}
a.red:hover {
	font-size: 12px;color: #F00;text-decoration: none;
	}


/* 标题 */
.title {
	margin-left: auto;
	margin-right: auto;
	width: 776px;
	}
.bar {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 776px;
	height: 30px;
	border: 1px solid #CCCCCC;
	padding-top: 4px;
	background-image: url(bg4.gif);
	font-size: 12px;
	color: #666666;
	}
	
/* 框架 */
.bodybox {
	margin-left: auto;
	margin-right: auto;
	width: 776px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
.left {
	float: left;
	text-align: center;
	width: 150px;
	}
.main {
	float: right;
	text-align: center;
	width: 776px;
	padding-top: 20px;
	background-image: url(bg01.gif);
	}
.tablebox {
	margin-left: auto;
	margin-right: auto;
	border-bottom : 1px dashed #CCCCCC;
	width: 550px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(bg01.gif);
	}
.imagebox {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 550px;
	background-image: url(bg01.gif);
	}

/* 菜单 */
.box {
	margin-left: auto;
	margin-right: auto;
	width: 85px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
	}
.box a:hover{
	margin-left: auto;
	margin-right: auto;
	width: 85px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 12px;
	}
.index {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	padding-top: 15px;
	padding-bottom: 8px;
	border-bottom: 5px solid #EBEBEB;
	font-size: 12px;
	background-color: #eeeeee;
	}
.buttons {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 5px solid #EBEBEB;
	background: #FFFFFF;
	background-image: url(bg2.gif);
	font-size: 12px;
	}
.buttons a {
	text-decoration: none;
	color: #666666;
	}
.buttons a:hover {
	text-decoration: underline;
	}

/* 底部 */
.bottom {
	margin-left: auto;
	margin-right: auto;
	width: 776px;
	height: 80px;
	line-height: 25px;
	border-top-width: 3px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EBEBEB;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}
