/* these are used by listings */
/* header of listing */
.row0 {
/*	font-family:Verdana,Arial,Helvetica; */
    font-size : 13px;
    color : black;
    background-color : silver;
	background: url(http://ruce.cz/themes/new/img/newstitlebg.gif);
    font-weight : bold;
}
/* odd lines - also title */
.row1 {
/*	font-family:Verdana,Arial,Helvetica; */
    font-size : 12px;
    color : Black;
    font-weight : normal;
    background-color : #FAFAFA;
}
/* even lines - also description */
.row2 {
/*	font-family:Verdana,Arial,Helvetica; */
    font-size : 12px;
    color : black;
    font-weight : normal;
    background-color : #ffffff;
}

.row2 {
/*	font-family:Verdana,Arial,Helvetica; */
    font-size : 12px;
    color : black;
    font-weight : normal;
    background-color : #ffffff;
}

.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);
}