/* CSS Document */

/* === categories ====================================================== */
div.catBar{
	text-align: right;
	/*background: #b2daf1 url(../img/bar_bg_world.gif) top left repeat-x;*/
	color: white;
	font-weight: bold;
	padding: 0px;
	position: relative;
	height: 50px;
}

h2.barHeading {
	color: white;
	font-size: 12px;
	font-weight: bold;
	background: none;
	float: right;
	padding: 8px 5px 0px 5px;
}

img.barIco{
	float: right
}

div.catWorld, div.catBlog, div.catVisitor, div.catAction, div.catOther {
	margin-bottom: 50px;
} 

/* bar colors */
div.catWorld div.catBar{
	background: url(../img/bar_bg_world.gif) top left repeat-x;
}

div.catBlog div.catBar{
	background: url(../img/bar_bg_blog.gif) top left repeat-x;
}

div.catVisitor div.catBar{
	background: url(../img/bar_bg_visitors.gif) top left repeat-x;
}

div.catAction div.catBar{
	background: url(../img/bar_bg_action.gif) top left repeat-x;
}
div.catOther div.catBar{
	background: url(../img/bar_bg_other.gif) top left repeat-x;
}

/* color headings */
div.catWorld h3{
	color: #3366cc;
	font-size: 14px;
}
div.catBlog h3{
	color: #336600;
	font-size: 14px;
}
div.catVisitor h3{
	color: #c7211b;
 	font-size: 14px;
}
div.catAction h3{
	color: #ff9900;
	font-size: 14px;
}
div.catOther h3{
	color: #999999;
	font-size: 14px;
}

/* === tables ====================================================== */
table.common th{
	color: white;
	font-weight: bold;
	background: #003366 url(../img/stripes_blue.jpg) top left repeat;
	padding: 2px 4px 2px 4px;
}
table.common td{
	padding: 4px;
	border-bottom: solid 1px #CCCCCC;
}
.reminderSMS {
	color: #990000;
}
.reminderEmail {
	color: #003366;
}
table.transakce {
  width : 100%; 
  border : 1px solid #D6D6D6;
}
table.transakce th { color : #000; background-color :#D6D6D6; font-weight: bold; }
 
/* === game ====================================================== */
h3.time {
	font-size: 37px;
}
