/* Body style */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	text-align: center;
}	
/* End body style */

/* Links styles */
a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}

.menu_link {
	padding-bottom: 2px; 
	margin: 0 12px;
	color: #FFF;
	text-decoration: none;
	border: 0;
}
.menu_link:hover {
	padding-bottom: 2px;
	margin: 0 12px;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #F00;
}	

.listing_link {
	text-decoration: none;
	color: #FFF;
}
.listing_link:hover {
 	text-decoration: none;
	color: #F00;
}

.submenu {
	text-decoration: underline;
	color: #F00;
}
.submenu:hover {
	text-decoration: none;
	color: #F00;
}		

.add_exc {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 2px solid #39F;
}	
.add_exc:hover {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 2px solid #F00;
}	

.n {
	text-decoration: none;
	color: #000;
}
.n:hover {
	text-decoration: none;
	color: #000;
}

.rss {
	font-size: 16px;
	text-decoration: none;
	color: #09F;
}
.rss:hover {
	font-size: 16px;
	text-decoration: none;
	color: #F00;
}			
/* End links styles */

/* Main structure */
#main_div {
	margin: 20px auto;
	width: 700px;
}	

.main {
	width: 100%;
}
/* End main structure */

form {
	margin: 0;
}	

ul {
	margin-top: 0;
}	

.block_imgs {
	display: block;
	border: 0;
}	

.logo_cell {
	text-align: center;
	vertical-align: middle;
	height: 110px;
	width: 100%;
}

.sub_text {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	height: 30px;
}

/* Separators */
.separator {
	height: 5px;
	background-color: #FFF;
}
.separator2 {
	height: 10px;
	background-color: #FFF;
}
.separator_bl {
	height: 1px;
	background-color: #09F;
}	
.separator_gr {
	height: 1px;
	background-color: #0C0;
}	

.und {
	width: 100%;
	height: 1px;
	background-color: #CCC;
}		
/* End Separators */

/* Rounded tables and menu */
.box {
	height: 5px;
	width: 5px;
}			
.box2 {
	width: 5px;
}

.menu_top_box {
	height: 5px;
	background-image: url('../img/menu_line_t.gif');
	background-repeat: repeat-x;
}
.menu_bottom_box {
	height: 5px;
	background-image: url('../img/menu_line_b.gif');
	background-repeat: repeat-x;
}
.menu_left_box {
	width: 5px;
	background-image: url('../img/menu_line_l.gif');
	background-repeat: repeat-y;
}	
.menu_right_box {
	width: 5px;
	background-image: url('../img/menu_line_r.gif');
	background-repeat: repeat-y;
}	
.menu_text {
	background-image: url('../img/menu_bg.gif');	
	height: 30px;
	text-align: center;
	vertical-align: middle;
}			
/* End rounded tables and menu */

/* Rounded tables and exchange block */
.exc_top_box {
	height: 5px;
	background-image: url('../img/exc_line_t.gif');
	background-repeat: repeat-x;
}
.exc_bottom_box {
	height: 5px;
	background-image: url('../img/exc_line_b.gif');
	background-repeat: repeat-x;
}
.exc_left_box {
	width: 5px;
	background-image: url('../img/exc_line_l.gif');
	background-repeat: repeat-y;
}	
.exc_right_box {
	width: 5px;
	background-image: url('../img/exc_line_r.gif');
	background-repeat: repeat-y;
}	
.exc_text {
	background-image: url('../img/exc_bg.gif');	
	height: 30px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}	
/* End rounded tables and exchange block */

.but {
	font-size: 11px;
	height: 20px;
}		

.exc_block {
	margin: 0 5px;
}	

.centred {
	text-align: center;
}	

.text {
	text-align: justify;
	padding: 5px;
}	

.bottomer {
	padding: 5px;
	line-height: 2em;
	font-size: 10px;
	text-align: center; 
}	

/* Listing and it's separators */
.listing {
	width: 100%;
	line-height: 1.3em;
	font-size: 11px;
}

.exchanger_bl {
	width: 20%;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background-image: url('../img/menu_bg2.gif');
}
.exchanger_gr {
	width: 20%;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background-image: url('../img/exc_bg2.gif');
}

.bl {
	padding-left: 5px;
	border: 1px solid #F00;
	width: 60px;
	text-align: left;
	vertical-align: middle;
}	

.description {
	text-align: justify;
	font-size: 10px;
}

.vert {
	width: 5px;
}
.hor {
	height: 5px;	
}
/* End listing and it's separators */


.topic {
	font-size: 18px;
	color: #666;
}	

.topic_dark {
	font-size: 18px;
	color: #333;
}	


/* Fonts */
.normal {
	font-size: 12px;
}	
.gray { 
	color: #CCC; 
}

.grad {
  	font-weight: 900;
}	

.name { 
	font-size: 14px;
}

.red {
	color: #F00;
}	

.big {
	font-size: 18px;
}	

.small {
	font-size: 11px;
}	
/* End fonts */

/* Error */
.error {
	font-size: 24px;
	color: #F00;
	font-weight: 900;
}	
.error_small {
	color: #F00;
	font-weight: 900;
}
/* End error*/

/* About page */
.left_row {
	width: 20%;
	text-align: right;
	vertical-align: top;
	padding: 10px;
	line-height: 1.3em;
	border-right: 1px solid #F00;
}	
.right_row {
	width: 80%;
	text-align: justify;
	vertical-align: top;
	padding: 10px;
	line-height: 1.5em;
}	
/* End about page */

.screenshot {
	margin: 0 5px 5px 0;
}	

.suboptions {
	border: 1px solid #CCC;
	width: 100%;
	padding: 10px;
}	

.block_info {
	border: 1px solid #333;
	background-color: #CCC;
	padding: 20px;
	text-align: justify;
}	

/* Add exc */
.row1 {
	height: 28px;
	width: 40%;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}
.row2 { 
	height: 28px;
	width: 60%;
	text-align: left;
	vertical-align: top;
}		
/* End add exc*/

/* News */

.news_first {
	text-align: left;
	vertical-align: bottom;
	width: 32%;
}

.news_second {
	text-align: left;
	vertical-align: bottom;
	width: 52%;
}	

.news_rss {
	text-align: right;
	vertical-align: bottom;
}
	
.news_header {
	font-size: 18px;
	text-align: left;
	vertical-align: top;
}

.news_text {
	text-align: justify;
	vertical-align: top;	
}	
/* End news */

/* Exc table */
.exc_table {
	width: 100%;
	border: 1px solid #CCC;
}
.exc_name {
	text-align: left;
	width: 20%;
}
.exc_exc {
	text-align: center;
	width: 40%;
}
.exc_end {
	text-align: center;
	width: 10%;
}				
/* End exc table */

/* Stat */
.stat_tbl {
	margin: 10px 0;
	width: 100%;
	border: 1px solid #CCC;
}	 

.stat_name {
	text-align: left;
	width: 20%;
}	

.stat_count {
	text-align: center;
	width: 20%;
}	

.stat_header {
	background-color: #CCC;
}	

.stat_box {
	padding: 5px;
}	
/* End stat */
.admin {
	margin-top: 40px;
}	

.admrow1 {
	width: 200px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCC;
	padding: 2px;
}
.admrow2 {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCC;
	padding: 2px;
}		

.adm_stat_tbl {
	margin: 10px 0;
	border: 1px solid #CCC;
}	 


.top_menu {
	background-color: #CCC;
	padding: 5px 6px;
}
.middle_menu {
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
}

.adda {
	border: 1px solid #CCC;
	width: 100%;
}	
.rowa1{
	padding-top: 3px;
	width: 40%;
	text-align: right;
	vertical-align: top;
}
.rowa2 {
	width: 60%;
	text-align: left;
}

/* Admin */

/* Change */
.change {
	border: 0;
	margin: 10px 0;
	width: 100%;
} 
.row_header {
	background-color: #CCC;
	text-align: center;
	vertical-align: middle;
}
.row_text {
	background-color: #FFC;
	text-align: center;
	vertical-align: middle;        
}
.row_name {
	text-align: left;
} 
.row_white {
	background-color: #FFF;
}
	
/* End Change */

/* Filter */
.filter_left {
	text-align: right;
	width: 30%;
	padding: 2px 4px;
	vertical-align: top;
}
.filter_right {
	width: 70%;
	text-align: left;
}		
/* End filter */

/* Reserve stat */
.res_stat {
	padding: 10px;
	border: 1px solid #CCC;
	text-align: center;
}

.rese_tbl {
	margin: 10px 0;
	width: 100%;
	border: 1px solid #CCC;
}	 

.rese_name {
	text-align: left;
	width: 27%;
}	

.rese_count {
	text-align: left;
	width: 19%;
}	

.rese_header {
	background-color: #CCC;
}	

.rese_box {
	padding: 5px;
}	
/* End reserv stat */

/* Partners */
.p_menu {
	text-decoration: none;
        background-color: #FFC;
        border: 1px solid #FF6; 
	/* background-image: url('../img/menu_bg.gif'); */
 	padding: 5px 4px;
}
.p_menu:hover {
	text-decoration: none;
 	/* background-image: url('../img/menu_bg.gif'); */
        background-color: #FFc;
	padding: 5px 4px;
        border: 1px solid #FF3; 
 	border-bottom: 2px solid #F00;
}

.links_list {
	padding: 5px 0;
	border-bottom: 1px solid #CCC;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.3em;
}

/* End partners */