/* homepage */
div.homepage {
	margin: 5px; }

.welcome {
	width: auto;
	border: #CCC 5px solid;
	padding: 5px;
	margin-bottom: 10px;
}

.welcome h1 {
	width: 100%;
	border-bottom: #CCC 1px dotted;
	margin-bottom:5px;
	color: #da0080;
	font-size: 15px;
	
}

.maindata {
	width: auto;
	margin-bottom: 10px;}
	
.maindata h1{
	height: 28px;
	font-size: 15px;
	line-height: 28px;
	color: #da0080;
	border: #9c9c9c dotted 1px;
	border-width: 1px 1px 0px 1px;
	padding-left: 5px;
	width: auto;
	background: #bdbdbd url(option_bg.gif) left top repeat-x;
	
}




#ads300 {
	width: 330px;
	height: 260px;
	border: #CCC 1px solid;
	background: #f1f1f1;
	text-align:center;
	padding-top: 15px;
	margin-bottom: 10px;
	}


#latest {
	width: 330px;
	height: 330px;
	border: #CCC 1px solid;
	background: #f1f1f1;
	margin-bottom: 10px;
}	

.latest_img {
	position:relative;
	float: left;
	}	

.latest_img a{
	margin: 2px;
	float:left;
	border: #fff 3px solid;
	width: 100px;
	height: 100px;
	}	

.latest_img a:hover {
	margin: 2px;
	float:left;
	border: #ffc7e8 3px solid;
	width: 100px;
	height: 100px;
	}	

.latest_info {
height: 20px;
width: 90px;
display: none;
position: absolute;
background: url(black-bg.png);
top: 75px;
left: 5px;
font-size: 11px;
font-weight: bold;
color: #fff;
padding: 5px;
line-height: 12px;
overflow: hidden;
z-index: 20;
}

div.block {
		padding-bottom: 10px; }

	div.homepage h3 {
		margin: 0px;
		padding: 6px;
		background: #377FB1;
		font: 12px arial, verdana, sans-serif;
		color: #ffffff; }

		div.homepage h3.news {
			width: 353px;
			float: left; }

		div.homepage h3.blogs {
			margin-left: 10px;
			width: 353px;
			float: left; }

	div.homepage div.members div.dataitem {
		padding-left: 3px; }

		div.homepage div.members div.databox div.dataitem {
			background: #F7F7F7; }

			div.homepage div.members div.image {
				text-align: center; }

	div.homepage div.news {
		float: left;
		width: 365px; }

		div.homepage div.news h3 { }

	div.homepage div.blogs {
		float: right;
		width: 365px; }

		div.homepage div.blogs h3 { }


