
@import "common.channel.css";
@import "common.postform.css";
@import "common.search.css";


/* ************************* */
div.Block {
	clear:both;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
div.BlockBar {
	text-align:left;
	color:#c10000;
	font-weight:bold;
	padding:10px 8px 2px 8px;
	background-color: #999999;
	background-repeat: repeat-x;
}
div.BlockBody { clear:both; text-align:left; border:1px solid #D8E4EF; background:#FFFFFF; margin:3px; padding:0px; }
div.BlockContent {
	text-align:center;
	background-color: #FFFFFF;
	margin: 3px;
	height: auto;
}
div.BlockList {
	clear:both;
	text-align:left;
	margin:3px;
	background-color: #e1e5e8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #D8E4EF;
	border-bottom-color: #D8E4EF;
	border-left-color: #D8E4EF;
	height: 130px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
div.BlockList ul {
	padding:0px;
	background-color: #e1e5e8;
}
div.BlockList li { clear:both; list-style:none; background:url("../passport/ico_menu.gif") 5px 5px no-repeat; padding:5px 0px 5px 20px; }


div.Block-Search { clear:both; border:1px solid #A3BFE8; background:#E9F1F8; }
div.Block-Search div.BlockBar { text-align:left; font-weight:bold; padding:10px 8px 2px 8px; }


div.Block-Stat { clear:both; border:1px solid #A3BFE8; background:#E9F1F8; }
div.Block-Stat div.BlockBar { text-align:left; font-weight:bold; padding:10px 8px 2px 8px; }


div.Block-Relate {
	clear:both;
	background-color: #e1e5e8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
div.Block-Relate div.BlockBar {
	text-align:left;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}


