@charset "utf-8";
/* CSS Document */

	.frame
	{
		width:100%;
		display:none;
		font-size:12px;
		font-family: Verdana, Geneva, sans-serif;
	}
	
	#exMain{
		width:100%;
	}
	
/*===================menu=====================*/
	#exMenu{
		width:64px;
		float:left;
		padding-right:3px;
		font-size:12px;
	}
	
	#exMenu ul{
		padding:0px;
		margin:0px;
		list-style:none;
	}
	
	#exMenu li{
		display:block;
		height:20px;
		line-height:20px;
		text-align:center;
		margin-bottom:3px;
	}
	
	#exMenu .normal {
		width:61px;
		border:#BED5E8 1px solid;
		background-color:#E6E6E6;
		color:#888888;
	}

	#exMenu .active {
		width:65px;
		border:#BED5E8 1px solid;
		background-color:#ECF7FF;
		color:#F60;
		border-left:2px solid #2E92EC;
		border-right:#ECF7FF;
		z-index:99;
		overflow:visible;
		position:relative;
	}
	
	
	
	
/*===================details=====================*/	
	#exRight{
		width: 585px;
        float: left;
        margin-left: 15px;
	}
	#exDetails{
	}
	
	.exDetailsTitle{
	}
	
	.exDetailsTitle .T1{
		font-size:14px;
		color:#F60;
		margin:2px 8px 0px 8px;
		padding-left:2px;
		font-weight:bold;
		border-bottom:1px solid #ddd;
	}
	
	.exDetailsTitle .T2{
		text-align:right;
		margin:0px 2px 0px 0px;
		position:relative;
		top:-4px;
		height:8px;
		z-index:100;
	}
	
	.exDetailsTitle .T2 a.url:link,a.url:visited{
		font-size:9px;
		color: #999;
	}
	
/*===================table=====================*/
	#exDetails table{
		width:100%;
		border-collapse:collapse;
		border:#2E92EC 2px solid;
		display:none;
	}
	
	#exDetails table .m{
		color:#36C;
		padding:3px;
		width:28%;
		overflow:hidden;
		font-size:12px;
		text-align: center;
	}
	
	#exDetails table .t{
		color:#099;
		padding:3px;
		width:12%;
		text-align:center;
	}
	
	#exDetails table .i
	{
		overflow:hidden;
	}
	
	#exDetails table .p{
		color:#099;
		padding:3px;
		font-size:12px;
		width:12%;
	}
	
	#exDetails table .rk{
		color:#F63;
		text-align:center;
		width:12%;
		padding:3px;
		font-size:12px;
	}

	#exDetails table .common td{
		background-color:white;
		border:2px solid #ECF7FF;
		height:16px;
	}
	
	#exDetails table .selected td{
		background-color:#2E92EC;
		border:2px solid #ECF7FF;
		color:white;
		height:16px;
	}

	#exDetails table th{
		background-color:#4499ee;
		border:2px solid #ECF7FF;
		padding:1px;
		text-align:center;
		color:#fff;
	}
	
/*===================Page=====================*/
	#exPage{
		height:16px;
	}
	
	#exPageInfo{
		float:left;
		height:16px;
		line-height:16px;
		font-size:10px;
		color:#003366;
	}

	#exPageGuide {
		float:right;
		margin-right: 10px;
	}
	
	#exPageGuide ul {
		padding:0px;
		margin:0px;
		list-style:none;
	}
	
	#exPageGuide ul li {
		float:left;
		width:15px;
		line-height:14px;
		text-align:center;
		font-weight:bold;
		margin-left:1px;
		padding:1px;
	}

	#exPageGuide ul .normal {
		color:#231815;
		cursor: pointer;
	}
	
	#exPageGuide ul .active {
		color:#4499ee;
	}

	
	#exBottom{
		width:100%;
		height:12px;
	}
	
	#exShowPic{
		position:absolute;
		border:1px solid black;
		border-bottom:4px;
		border-right:4px;
		padding-right:10px;
		background:white;
		display:none;
		z-index:999;
	}

