/* GENERAL TEXT */
/* GENERAL TEXT */
/* GENERAL TEXT */
	.text_tiny{
	 font-size: 8px;
	}
	
	.text_small{
	 font-size: 9px
	}
	
	.text_normal{
	 font-size: 10px;
	}
	
	.text_large{
	 font-size: 12px;
	}
	
	.text_huge{
	 font-size: 16px;
	}

	.hotkey{
	  text-decoration: underline;
	}

	.white_text{
	 color: #efefef;
	 font-size: 1.2em;
	}
	
	.black_text{
	 color: #555555;
	 font-size: 1.2em;	 
	}
	
	.blue_text{
	 color: #0099FF;
	 font-size: 1.2em;	 
	}
	
	.red_text{
	 color: #e90000;
	 font-size: 1.2em;
	}
	
	.yellow_text{
	 color: #f5d800;
	 font-size: 1.2em;
	}
	
	.green_text{
	 color: #00dd24;
	 font-size: 1.2em;
	}
	
	#column p{
	 padding: 0px 0px 10px 0px;
	}
	
	.tittle {
	 font-size: 12px;
	 float:left;
	 text-align: left;
	 font-weight: bold;
	 width: 542px;
	 border-bottom:1px solid #439CEB;
	 margin: 5px 5px 5px 0px;
	}		

/* LOGIN */
/* LOGIN */
/* LOGIN */
	p.login{
	 position: relative;
	 width: 100%;
	 padding-bottom: 2em;
	}

	#user_status p {
	 margin-top: 5px;
	 margin-bottom: 5px;
	 padding:0px 0px 1px 2px;
	 border:1px solid #439CEB;
	}
	
/* CHATBOX */
/* CHATBOX */
/* CHATBOX */
	p.chatbox {
	 padding-top: 7px;
 	 padding-bottom: 7px;
	}
	
/***POLL***/
/***POLL***/
/***POLL***/
	#poll_question p {
	  margin:5px 0px 5px 0px;
	}

	p.poll_radio {
		position:relative;
		left: 20px;
		padding-top: 2px;
	}
	
/* X FRIENDS */
/* X FRIENDS */
/* X FRIENDS */
	#banners p {
	  margin:5px 0px 5px 7px;
	}
	
/* CLANWARS */
/* CLANWARS */
/* CLANWARS */
	.cw_status_won_big{
		color: #00dd24;
		font-size: 2em;
		font-weight: bold;
	}
	
	.cw_status_lost_big{
		color: #e90000;
		font-size: 2em;
		font-weight: bold;
	}
		
	.cw_status_draw_big{
		color: #efefef;
		font-size: 2em;
		font-weight: bold;
	}