table {
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: left;
padding:2px 4px;
font-weight: normal;
}
table tr td {
border-right: 1px solid #ddd;
padding:4px 4px;
vertical-align:bottom;
text-align: left;
overflow: hidden;
border-top: 1px solid #eeeeee;
}
table tr td img
{
    vertical-align: bottom;
}
table tr.altrow td {
background: #fcfcfc;
}
table tr.olvasatlan td {
    font-weight: bold;
}
table tr.admin td, table tr.jelentkezett td {
background: #ffdada;
}
table tr.admin_altrow td, table tr.jelentkezett_altrow td {
background: #ffc6c6;
}
table td.actions {
	white-space: nowrap;
}
/*
dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
border: 1px solid #efefef;
}
dt {
font-weight: bold;
vertical-align:top;
border-bottom: 1px solid #eeeeee;
padding-left: 8px;
}
dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}
dl .altrow {
	background: #fcfcfc;
}*/


/* Scaffold View */
dl {
	float:left;
	line-height: 2em;
	margin: 0em 0em;
	width: 50%;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
dl .altrow {
	background: #fcfcfc;
}
dt {
	font-weight: bold;
	padding-left: 8px;
	vertical-align: top;
	border-top: 1px solid #eeeeee;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
