/* dokumentumtár */

table.doctable
{
	width: 100%;
}

table.doctable td.orderby,
table.doctable td.currorder
{
	text-align: center;
}

table.doctable td.currorder
{
	width: 60%;
}

table.doctable td.pagerl,
table.doctable td.pagerr,
table.doctable td.currorder,
table.doctable td.orderby
{
	height: 30px;
	vertical-align: middle;
}

table.doctable td.pagerl,
table.doctable td.pagerr,
table.doctable td.currorder,
table.doctable td.orderby
{
	border-bottom: solid 1px #ccc;
}

table.doctable td.pagerl,
table.doctable td.pagerr
{
	width: 20%;	
}

table.doctable td.pagerl
{
	text-align: left;
}

table.doctable td.pagerr
{
	text-align: right;
}

table.doctable td.docerror
{
	color: #d20e0e; 
}

img.mimeimage
{
	border: 0px !important;
	margin: 2px;
}

img.documentimage,
img.newsimage
{
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

div.none
{
	display: none;
}
	
div.display
{
	display: display;
}

/* belső doctable */

table.idoctable
{
	width: 100%;
	margin-top: 10px;
}

table.idoctable td.idtimage
{
	/*width: 15%;*/
}

table.idoctable td.idticon
{
	width: 5%;
}

table.idoctable td.idttitle
{
	width: 95%;
	height: 30px;
	vertical-align: middle;
}

table.idoctable td.idtvoting,
table.idoctable td.idtdesc,
table.idoctable td.idtstat
{
	padding-bottom: 5px;	
}

table.idoctable td.idtvoting img,
table.idoctable td.idtdesc img,
table.idoctable td.idtrating img
{
	border: 0px !important;
}

table.idoctable td.idtrating
{
	padding-bottom: 5px;
}

table.idoctable td.idtstat
{
	font-style: italic;
	text-align: right;
}

table.idoctable td.idtdivider
{
	border-top: solid 1px #ccc;
	height: 25px;
}

table.idoctable td.idttitle,
table.idoctable td.idtowner
{
	font-weight: bold;
}

/* regisztráció */

.error
{
	color: #a90000;
	font-weight: bold;
}

table.register 
{
	width: 100%;
}

table.register th.head
{
	/*font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #3877a0;*/
	text-align: left;
	padding: 5px;
	padding-left: 5px;
	background-color: #3f639f;
	border-top: solid 2px #7dc8df;
	color: #fff;
	width: auto !important;
}

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

table.register th
{
	text-align: right;
	width: 100px;
}

table.register td.error
{
	color: #a90000;
	font-weight: bold;
	padding: 0px;
	padding-left: 5px;
	vertical-align: top;
}

.disabled
{
	background-color: #e7e7e7;
}

/* info box-ok */

div.ibgreen,
div.ibred
{
	padding: 10px;
	background-image: url(../../images/ibgreen.gif);
	margin: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

div.ibred
{
	background-image: url(../../images/ibred.gif);
}

/* login */

table.logintable td.label
{
	font-weight: bold;
}

/* result table */

table.results
{
	margin: 10px 0 10px 0;
	width: 100%;
}

table.results th
{
	text-align: left;
	padding: 2px;
	padding-left: 5px;
	background-color: #a29b89;
	border-top: solid 2px #cac3b1;
	color: #fff;
}

table.results th a
{
	color: #fff;
	text-decoration: none;
}

table.results td
{
	padding: 5px;
	color: #000;
}

table.results td.rowa
{	
	background-color: #e1dac8;
}

table.results td.rowb
{
	background-color: #f3f2f1;
}

