* { margin:0px; padding:0px; }

body {
	margin: 0px;
	padding: 5px 100px 5px 100px;
	font-family: Verdana, Tahoma, arial, geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

img {
  border: 0px;
}

/*
global ID's
*/

#tbl_main
{
	border-collapse: collapse;
	width: 100%;
   border: 1px solid #D0D0D0;
}


/* header style */
#td_header {
	width: 100%;
	background-color: #200200;
}

.A_header {
	clear: both;
	width: 100%;
}

/* footer style */
#td_footer
{
	width: 100%;
	height: 30px;
	padding: 5px;
}

.A_footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #D0D0D0;
	margin-top: 5px;
	padding-top: 5px;
}

/* advertisement style */
.A_adv {
	clear: both;
	width: 100%;
}

.A_adv_cntrs {
	float: left;
	width: 100px;
	margin-top: 10px;
	vertical-align: center;
}

.A_adv_ads {
	float: left;
	width: 250px;
	margin-top: 10px;
	vertical-align: center;
}


/* body style */
#td_body {
	width: 100%;
	padding: 5px;
}

#td_body table td {
padding: 5px;

}

/* CONTENT */
.A_content {

	clear: both;
	padding: 15px;

}

.A_content a {
   color: #0000FF;
}

.A_content_title {

	background-color: #E0E0E0;
	font-size: 12px;
	font-weight:bold;
	clear: both;
	padding: 5px;

}

.A_content_body {
	clear: both;
	padding: 5px;
}

.A_content_body p {
	line-height: 1.7;
}


.A_content_comment {
	clear: both;
	width:100%;
	border-top: 1px solid #D0D0D0;
	margin-top: 15px;
	padding-top: 15px;
	
	color: #4E4E4E;
}

/* advert. style*/
#t_adv table {
  border-collapse: collapse;
  border: 0px;
}

#t_adv td {
  padding: 40px 5px 0;
}



/* top div */
#div_top
{
	width: 100%;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	clear: both;
}


/* left div */
#div_left
{
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	float: left;
}

/* left div */
#div_right
{
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	float: left;
}


/* center div */
#div_center {

	font-size: 12px;
	text-align: left;
	vertical-align: top;
	/*clear: both;*/
	float: left;
}


/*********************
 *							*
 *							*
 * MENU HORISONTAL	*
 *							*
 *							*
 *********************/
 
#men_hor {
	/*margin: 3px;*/
}

#men_hor li {

	float: left;
	list-style: none;
	padding: 2px 30px 10px 5px;

/*	margin-bottom: 8px;
	border: 1px solid #8F8F8F;*/
}

/* menu item */
#men_hor a {
   color: #5F5F5F;
	list-style: none;
	display:block;
	float: left;
	padding: 5px;
}

/* menu selected item */
#men_hor span a {
   background-color: #E0E0E0;
   font-weight:bold;
   text-decoration: none;

	list-style: none;
	display:block;
	float: left;
	padding: 5px;
}



/******************
 *						*
 *						*
 * VERTICAL MENU	*
 *						*
 *						*
 ******************/
#men_vert {
	margin: 3 px;
}

#men_vert a {
   color: #5F5F5F;
   text-decoration: none;
	list-style: none;
	display: block;
	padding: 5px;
}

#men_vert li {
	list-style: none;
	margin-bottom: 8px;
	border: 1px solid #8F8F8F;
}





/*********************
 *							*
 *							*
 * COMMON				*
 *							*
 *							*
 *********************/
 
 /* horizontal line */
.A_hr {
	clear: both;
	width:100%;
	border-bottom: 1px solid #D0D0D0;
}

.A_icon {
	padding: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}


/* comment module */
.B_comment_container {
	width: 100%;
}

.B_comment_author {
	float:left;
	width: 50%;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	margin-top: 20px;
}

.B_comment_time {
	float: right;
	width: 50%;
	text-align: right;
	color: #A4A4A4;
	font-size: 11px;
	margin-top: 20px;
}

.B_comment_content {
	clear: both;
	width: 100%;
	text-align: left;
	font-size: 11px;
	border-bottom: 1px solid #D0D0D0;
	padding-top: 15px;
	padding-bottom: 15px
}

.B_comment_content span {
	padding-left: 5px;
}

.B_comment_t1 {
	width: 100%;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

.B_comment_t2 {
	width: 100%;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
}

.B_comment_form {
	border-collapse: collapse;
   border: 0px;
   font-size: 12px;
}

.B_comment_form input[type="text"] {
   border: 2px solid #D0D0D0;
   width: 250px;
	font-size: 13px;
	padding: 5px;

}

.B_comment_form textarea {
   border: 2px solid #D0D0D0;
   width: 250px;
   height: 50px;
	font-size: 13px;
	padding: 5px;
}

/* auth form */
.B_login_container {
	clear: both;
	width:100%;
	border-top: 1px solid #D0D0D0;
	margin-top: 15px;
	padding-top: 15px;
	
	color: #4E4E4E;
}

.B_login_t1 {
	width: 100%;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}


.B_login_form {
	border-collapse: collapse;
   border: 0px;
   font-size: 12px;
}

.B_login_form input[type="text"] {
   border: 2px solid #D0D0D0;
   width: 250px;
	font-size: 13px;
	padding: 5px;

}

.B_login_form input[type="password"] {
   border: 2px solid #D0D0D0;
   width: 250px;
	font-size: 13px;
	padding: 5px;

}


/* footer module */
.B_footer_0 {
	clear: left;
	color: #5F5F5F;
	text-align: left;
	font-size: 9px;
}

.B_footer_1 {
	width: 100%;
	color: #5F5F5F;
	text-align: right;
	font-size: 9px;
}
.B_footer_1 a {
	color: #5F5F5F;
}
.B_footer_2 {
	width: 100%;
	color: #5F5F5F;
	text-align: center;
	font-size: 9px;
}


/* header module */
.B_header_1 {
	float: left;
	/*padding: 5px;*/
	font-size: 15px;
	font-weight:bold;
	color: #ffffff;

	padding: 10px;
	vertical-align: middle;
}

.B_header_1 h3 {
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
}


/* WRAPPER:tags */

.B_tags {
  clear: both;
  text-align: left;
  padding-bottom: 25px;
}

.B_tags a {
  color: #5F5F5F;
  font-size: 9px;
}

/* WRAPPER:more */

.B_more {
  clear: both;
  text-align: left;
  padding-top: 25px;
}

.B_more a {
  color: #5F5F5F;
}




#A_title {
	background-color: #E0E0E0;
	padding: 5px;
	font-size: 10px;
	clear: both;
}







#msgbox_info {
	background-color: #80FFFF;
	padding: 5px;
	font-size: 10px;
	clear: both;
}

#msgbox_error {
	background-color: #FF8000;
	padding: 5px;
	font-size: 10px;
	clear: both;
}

/******************/
/*		ARD MODULE	*/
/******************/

.B_note {
	padding: 2px;
	background-color: #FAFAC8;
	border: 1px solid black;
	text-align: center;
}

.B_but_1 {
	border: 0;
	width: 30px;
	height: 15px;
   background-color: #FAFAC8;
   font-size: 11px;
   font-weight:bold;
   color: #008000;
}



/*#men_vert {width: 200px;}
#men_vert ul {list-style: none;}
#men_vert li a {float: left; width: 200px; text-align: left; font: 10pt Arial; padding: 5px 5px 5px 10px;
 text-decoration: none; color: #444; background: #eee; border: 1px solid #e4e4e4; margin: 1px;
}
#men_vert a:hover {color: #222; background: #e5e5e5; border: 1px solid #ccc;}
#men_vert li ul a {margin-left: -9px; width: 170px; background: #f4f4f4; border: 1px solid #eee;}
#men_vert li ul a:hover {background: #f1f1f1; border: 1px solid #e5e5e5;}*/






/* UNUSED ??? */
#div_footer_0 { float: left; text-align: left; font-size: 9px; padding: 3px; }
#div_footer_1 { text-align: right; font-size: 9px; padding: 3px; }

#div_header_0 { font-size: 12px; }
#div_header_1 { font-size: 11px; }
