/* CSS Document */
.full_content {
	float:left;	
	border:1px solid #333333; 
	width:100%; 
	margin-top:5px;
}
.mini_content {
	border:1px solid #333333; 
	width:260px; 
	margin-top:5px;
}
.myleft {
	float:left;	
}
.myright {
	float:right;
}
.title_content {
	float:left;
	width:100%; 
	height:24px; 
	background-image:url(image/title_content.jpg); 
	background-repeat:repeat-x;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:3px;
	color:#333333;
}
.screen_block {
	float:left;
	display:block;
	width:100px;
	height:100px;
	margin:3px;
	padding:3px;
	border:1px solid #cccccc;
	text-align:center;
	vertical-align:center;
	overflow:hidden;
}
.right_data {
	float:left; 
	width:100%; 
	color:#999999; 
	text-align:right;	
}
.center_subject {
	float:left; 
	width:100%;
	text-align:center;		
}

.card_navigation {
	float:left; 
	width:500px;
	margin-left: 4px;
	font-size:11px;
	color:#333333;
	
}
.card_top {
	background-color:#cfd6e1;
	color:#000000;
	height:20px;
	text-indent:10px;
}
.card_m {
	margin-left:2px;	
	}

.card_left {
	float:left;
	width:244px;
	text-indent:10px;
	border:1px solid #adaeb0;	

}
.card_right {
	float:left;
	width: 244px;
	border:1px solid #adaeb0;
	}

.sprnews_1 {
	float:left;
	width:100px;
	text-indent:10px;
	text-align:center;
	border:1px solid #cccccc;

}
.sprnews_2 {
	float:left;
	width: 180px;
	text-align:center;
	border:1px solid #cccccc;
	}
.profile {
	background-image:url(image/body_registration.png);
	background-repeat:repeat-x;
	text-align:center;
	/*padding-top:5px; */
	vertical-align:middle;


	font-weight:bold; 
	font-size:13px; 
	color:#666666;
}
.left_profile {
	width:20px;
	height:32px;
	background-image:url(image/left_registration.png);
	background-repeat:no-repeat;
}
.right_profile {
	width:20px;
	height:32px;
	background-image:url(image/right_registration.png);
	background-repeat:no-repeat;
}