﻿/*
生物化学精品课程http://jpkc.taru.edu.cn/swhx by 奶牛 2011.7.20
*/
/*html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }*/
/*每个页面都使用的定义*/
body {
	margin:0px auto;
	width:1004px;
	height:0px;
	font-size:13px;
	font-family:"宋体";
	line-height:200%;
	background:#F0F0F0;
	/*Windsor:expression(document.body.onselectstart=document.body.oncontextmenu=function(){return false;});*/
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-y;
	background-position:   center   top; 

}

table{
	border: 0;
	margin: 0;
	align: center;
	border-collapse:collapse; 
	border-spacing: 0; 
	*padd: expression(this.cellPadding=0);
}

table td {
	padding:0; 
}

td{
	/*text-align:left;*/

}


img{
	border: 0px;
}

A {
	TEXT-DECORATION: none;
	color: #003366;
}
A:visited {
	COLOR: #003366; TEXT-DECORATION: none;
}
A:hover {

	COLOR: #0066FF;
	TEXT-DECORATION: underline;
}

.top {

	width:1004px;
	height:80px;
	background-image:url(../images/top.gif);

}

.head {

	width:1004px;
	height:180px;
	background-image:url(../images/head.jpg);

}

.nav {
	width:1004px;
	height:40px;
	background:#45B153;
	background-image:url(../images/menu.jpg);
}

.menu_r {
	font-weight: bold;
	text-align:center;
	color:#000000;
	width:235px;
	font-size:13px;
}

.menu {
	font-weight: bold;
	text-indent:1em;
	color:#FFFFFF;
	width:769px;
	height:40px;
	font-size:13px;
	padding:0px 10px 0px 14px;
}

.menu A:link {
	font-size:14px;
	font-weight: bold;COLOR: #FFFFFF; TEXT-DECORATION: none; 	
}

.menu A:visited {
	font-size:14px;
	font-weight: bold;COLOR: #FFFFFF; TEXT-DECORATION: none;
}
.menu A:hover {
	font-size:14px;
	font-weight: bold;COLOR: #FFFF00; TEXT-DECORATION: underline;
}

.main {
	width:1004px;
	background:#FFFFFF;
}
.index_side {
	background:#E9EBE8;

}
.index_notice {
	padding:0px 15px 0px 25px;/* 上 右 下 左*/
}

.index_content {
	background-image:url(../images/index_side_bg.gif);
	padding:0px 15px 0px 15px;
}

.index_l_title {
	height:40px;
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
	text-indent:2.5em; 
	background-image:url(../images/index_r_t.jpg);
}
.index_l_title A:link {
	color:#FFFFFF;
	font-size:12px;
	font-weight: normal;
}
.index_l_title A:visited {
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
}
.index_l_title A:hover{
	color:#FFFF00;
	font-size:12px;
	font-weight:normal;
}
.index_m_title {
	color:#006600;
	font-size:14px;
	font-weight: bold;
	text-indent:5em; 
	background-image:url(../images/index_m_t.jpg);
}
.index_m_content {
	padding:10px 15px 0px 15px;
	color:#000000;
	font-size:13px;
	/*text-indent:2em; */
	background-image:url(../images/index_main_bg.gif);
}
.index_m_bottom {
	height:15px;
	background-image:url(../images/index_main_bottom.jpg);
}
.index_r_title {
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
}


/*设置bottom表格*/
.bottom {
	width:1004px; 
	height:60px;
	line-height:200%;
	color:#333333;
	font-size:13px;
	text-align:center;
	background-image:url(../images/bottom.jpg);
}
.bottom A:link {
	COLOR: #333333; TEXT-DECORATION: none; 	
}

.bottom A:visited {
	COLOR: #333333; TEXT-DECORATION: none;
}
.bottom A:hover {
	COLOR: #666666; TEXT-DECORATION: underline;
}

/*子页面是用的定义*/
/*子页左侧导航*/

.content_left_title {
	height:40px;
	text-align:center;
	color:#006666;
	font-size:18px;
	font-weight: bold;
	background-image:url(../images/content_side_t.jpg);

}

.content_left_c {
	line-height:30px;
	color:#006666;
	font-size:14px;
	font-weight: bold;
	padding:10px 16px 10px 20px;

}

/*子页右侧内容*/

.content_guide {
	color:#006666;
	font-size:14px;
	font-weight: bold;
	text-indent:5em; 
	background-image:url(../images/content_guide.jpg);
}

.content_title {
	letter-spacing: 5px;
	text-align:center;
	padding:30px 30px 10px 30px;
	color:#000000;
	font-size:20px;
	font-weight: bold;

}

.content_main {
	padding:15px 10px 15px 25px;
	color:#333333;
	font-size:14px;
	/*font-weight: bold;*/
}

.content_bg {
	background-image:url(../images/content_m.jpg);
}

.content_left {
	background-image:url(../images/content_side.jpg);
}