/* $Id: views-styles.css,v 1.1 2009/08/12 04:25:15 johnalbin Exp $ */

/**
 * @file
 * Views Styling
 */

div.views-admin-links ul.links {
	font-size: 9pt;
}

.view table {
	text-align: left;
}

.view table td,
.view table th {
	padding: 5px;
}

.view table th {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #000;
	color: #fff; 
	font-weight: bold;
}

.view table td {
	border: 1px solid #aaa;
	background: #fff;
}

.view table tr.odd td {
	background: #ddd;
}

.views-row  {
	border-bottom: 1px solid #DDD;
}

.views-row div.content p,
.views-row div.links {	
	margin-bottom: 0;
}

div.view-romany th.views-field {
	    color: #EFEFEF;
} 

div.view-romany th.views-field a {
	color: #EFEFEF;
}

div.view-romany th.views-field a:hover {
    background-color: black;
} 

div.view-povidky th.views-field {
	color: #EFEFEF;
}

div.view-povidky th.views-field a {
	color: #EFEFEF;
}   

div.view-povidky th.views-field a:hover {
    background-color: black;
} 

div.view-fraze th.views-field {
	    color: #EFEFEF;
}

div.view-fraze th.views-field a {
	    color: #EFEFEF;
}

div.view-fraze th.views-field a:hover {
	    background-color: black;
}


.dalsidetektivove div.meta {
	display: none;
}
