@charset "utf-8";



.error_msg {
	border: 1px #FF0000 solid;
	background-color: #FFE1E1;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
.success_msg {
	font-weight: bold;
	border: 1px #00CC33 solid;
	background-color: #EFFDEC;
	padding: 5px;
	font-size: 14px;
}
.clear { clear: both; }
.float_left { float: left; }
.float_right { float: right; }
/*
div.recommend_form_frame { }
*/
.sendtofriend {
	width:335px; 
	display: none; 
	position:absolute; 
	top:35px; 
	left:10%; 
	padding: 3px 5px 5px 5px; 
	border: 1px solid #000; 
	background-color:#f0f0f0; 
	text-align: left;
}
.solid_input {
	border: 1px solid #666666;
	font-size: 12px;
}
.formrow { padding: 5px; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

.w25per { width: 25%; }
.w50per { width: 50%; }
.w75per { width: 75%; }
.w100per { width: 100%; }
.bold { font-weight: bold; }


/* CATEGORY SETS */
.cat_con {
	margin-top: 5px;
	margin-left: 5px;
	font-size: 14px;
	text-align: left;
}
.cat_nav {
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 5px 0;
}

/* PAGINATION */
.page_stat {
	text-align: center;
	margin: 15px 10px;
}

.pagination {
	text-align: center;
}

/* ARTICLE SETS */
.art_head {
	font-size: 16px;
	text-align: left;
	margin: 15px 3px 3px 3px;
	padding: 5px;
	border-bottom: 2px solid #EEEEEE;
}
.art_list {
	text-align: left;
}
.art_recent {
	
}
.article_options {
	width: 150px;
	border: 1px solid #EEEEEE;
	padding: 1px;
	margin: 2px;
	text-align: left;
}
.grey {
	color: #666666;
}

/* OTHERS */

.submit_article {
	margin-left: 5px; 
	display: block;
	padding: 2px;
	padding-left: 20px;
	text-align:left;
	background: url(images/document.png) no-repeat;
	
}

.article_directory_copyright {
	text-align:center;
	display: block;
	margin: 25px 0;
}


