/* these are used by listings */
/* header of listing */
.row0 {
    font-size : 14px;
    color : black;
    background-color : white;
/*	background: url(http://ruce.cz/themes/new/img/newstitlebg.gif);*/
    font-weight : bold;
}

.row0 a {
    color : black;
    font-weight : bold;
}

/* odd lines - also title */
.row1 {
    font-size : 13px;
    color : Black;
    font-weight : normal;
    background-color : white;
    border-bottom: 1px dotted #202020; 
}

.row1 a{
/*    font-size : 12px; */
    color : Black; 
    font-weight : bold; 
/*    background-color : white; */
}

/* even lines - also description */
.row2 {
    font-size : 12px;
    color : black;
    font-weight : normal;
    background-color : white;
    border-bottom: 1px dotted #202020;
}

.row2 a {
/*    font-size : 12px; */
    color : black;
    font-weight : bold;
/*    background-color : white; */
}

.faq a{
    font-size : 14px;
    color : Black;
    font-weight : bold;  
}


.munread {
	font-size : 12px;
	color : Black;
	font-weight : bold;
	background-color : #FFFF99;
	border-bottom: thin #CCCCFF;
	width:500px;
	height: 20px;
}

.mline {
	font-size : 12px;
	color : Black;
	font-weight : normal;
	background-color : white;
	border-bottom: thin #CCCCFF;
	width:500px;
	height: 20px;
}

.mauthor {
	width:100px;
}

.mdate {
	width:100px;
}

.mtitle {
	width:300px;
}

.msg_unread {
	font-size : 12px;
	color : Black;
	font-weight : bold;
	background-color : #FFFF99;
	border-bottom: thin #CCCCFF;
}

table.message  {
	background: white;
	border: #003333;
	border-width: 1px;
	border-style: solid;
	
}
/* blank row - optionally set the same as centerboxtext*/
.rowblank {
	font-family:Verdana,Arial,Helvetica;
	font-size : 9px;	
	background : White;
	color : #333333;
}
/* category row - optionally set the same as centerboxtext with a larger or bold font*/
.rowgroup {
    font-size : 12px;
    color : white;
    background-color : #4A6774;
    font-weight : bold;
    text-align: left;

}

.rowpostedby {
    font-size : 11px;
    color : white;
    background-color : #000000;
    font-weight : normal;
}

.rowpostedby2 {
    font-size : 11px;
    color : #999999;
    background-color : transparent;
    font-weight : normal;
}


.rowpostedbylink {
    font-size : 11px;
    color : white;
    background-color : #000000;
    text-decoration : none;
    font-weight : bold;
}

.rowpostedbylink a:HOVER {
    color : silver;
    text-decoration : underline;
}

.rowpostedbylink a{
    color : white;
    text-decoration : none;
    background: url(/images/right.jpg);	
    background-repeat: no-repeat;
    padding-left: 20px;
}


/* sitemap */
#sitemap table{cellpadding: 0px; cellspacing: 0px;}

#sitemap th{
	height: 10px;
}
#sitemap th a{
	color: Black;
	font-weight : bold;
	font-size: 12px;
}

#sitemap td.text {
	font-style : italic;
}

#sitemap td.item {
	background: url(http://ruce.cz/web/line.jpg) no-repeat 8px;
	padding-left : 20px;
 	text-align: left;	
}

#sitemap td.item_last {
	background: url(http://ruce.cz/web/line_last.jpg) no-repeat 8px;
	padding-left : 20px;
	text-align: left;
}

.sideboxtext ul {
	margin-left: 0px;
   padding-left: 15px;
}

.lmodry li {
list-style-image: url(/themes/gb/img/li.gif);
}



#tbl-seznam
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	width: 560px;
	text-align: left;
	border-collapse: collapse;
}
#tbl-seznam th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #039;
}
#tbl-seznam td
{
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#tbl-seznam tr:hover td
{
	color: #339;
	background: #eff2ff;
}
