/* -------- Andaria CSS -------- */

/* novinka */
table.novinky
	{
	border: 0;
	border-spacing: 0px;
	width: 100%;
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	}
table.novinky th
	{
	background-color: #EAE1D9;
	vertical-align: middle;
	font-weight: normal;
	font-size: 8pt;
	padding: 3px;
	}
table.novinky th a.invishref:link,table.novinky th a.invishref:visited,table.novinky th a.invishref:active,table.novinky th a.invishref:hover
	{
	color: #EAE1D9;
	cursor: hand;
	}
table.novinky td
	{
	font-size: 8pt;
	padding: 3px;
	}
table.novinky td *
	{
	font-size: 8pt;
	}

table.novinky td.oznameni
	{
	background-color: #FFFAF0;
	}
table.novinky td.dulezite
	{
	background-color: #F4FFF2;
	}
table.novinky td.varovani
	{
	background-color: #FFECEC;
	}
table.novinky td.download
	{
	background-color: #F0FFFF;
	}
table.novinky td.skriptove
	{
	background-color: #F0FFF0;
	}
table.novinky td.server
	{
	background-color: #F8F8FF;
	}

table.novinky td img.right,table.novinky td img.left,table.novinky td img.center
	{
	margin-top: 15px;
	}

table.novinky td.quest
	{
	background-color: #FFFEF0;
	}
table.novinky td.turnaj
	{
	background-color: #FFF5EE;
	}
table.novinky td.zprava
	{
	background-color: #F4FFF2;
	}
table.novinky td.vyhlaska
	{
	background-color: #F0F8FF;
	}
table.novinky td.kronika
	{
	background-color: #f5f5f5;
	}

/*table.novinky td.quest:before - bohužel nepodporuje IE7, tak to takhle zatím psát nemůžeme :(
	{
	content: url("../images/novinky/andaria_quest.gif");
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	border: 0;
	float: right;
	}*/