/***GENERAL***/
/***GENERAL***/
/***GENERAL***/
	table{
		width: 100%;
		border-collapse: collapse;
		float:left;
		text-align: left;
		margin: 0px 0px 10px 0px;	 
	}
	
	td {
	 margin: 0px 0px 0px 0px;
	 padding: 3px 0px 3px 5px;
	}
	
	td.strong {
	 font-weight: bold;
	}
	
	td.td_tittle {
	 font-weight: bold;
	}
	
	tr.header {
	 background: #434242;
	 color: #000000;
	}

/* NEWS */
/* NEWS */
/* NEWS */
	table.news {
	 border-collapse: collapse;
	 float:left;
	 text-align: left;
	 width: 542px;
	 height:53px;
	 margin: 0px 0px 5px 0px;
	}
	
	tr.header_news {
	 background: #434242;
	 color: #000000;
	}
	
	td.news_theme {
	 width: 161px;
	 height: 53px;
	 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
	}

/***NEWS ARCHIVE***/
/***NEWS ARCHIVE***/
/***NEWS ARCHIVE***/
	table.newsarchive {
	 border-collapse: collapse;
	 float:left;
	 text-align: left;
	 width: 542px;
	 margin: 0px 0px 10px 0px;
	}
	
	td.newstitle {
	 width: 250px;
	}
	
	td.newsauthor {
	 width: 165px;
	}


/***CLANWARS DETAILS***/
/***CLANWARS DETAILS***/
/***CLANWARS DETAILS***/
	tr.grey_line_bottom{
	 border-bottom:1px solid #434242;
	}
	
	tr.blue_line_bottom{
	 border-bottom:1px solid #439CEB;
	}
	
/* CALENDAR */
/* CALENDAR */
/* CALENDAR */
	table.calendar {
	 border-collapse: separate;
	 border-spacing: 2px;
	 border: 1px solid #000000;
	 float:left;
	 text-align: left;
	 width: 542px;
	 margin: 0px 0px 5px 0px;
	}
	
	td.calendar_cell_grey {
	 background: #303030;
	 width: 65px;
	 height:65px;
	}
	
	td.calendar_cell_today {
	 border:1px solid #439CEB;
	 overflow: hidden;
	 background: #434242;
	 width: 65px;
	 height:65px;
	 vertical-align: top;
	}
	
	td.calendar_cell_day {
 	 overflow: hidden;
	 background: #434242;
	 width: 65px;
	 height:65px;
	 vertical-align: top;
	}
	
	tr.header_calendar {
	 background: #434242;
	 color: #000000;
	 text-align: center;
	}
	
	tr.bottom_calendar {
	 background: #303030;
	 color: #000000;
	 text-align: center;
	}
	
/* SERVER LIST */
/* SERVER LIST */
/* SERVER LIST */
	tr.srvlist:hover {
	 background: #434242;
	}