td {
	font-size: 12px;
}

td a{
	color: #000;
	text-decoration: none;
}

.listHeader {
	background-color: #4D8ABE;
	background: url(http://www.kvrt.hu/images/listheader_blue.gif);
	color: #fff;
	font-weight: bold;
	height: 30px;
	text-align: center;
}

.listHeader2{
	background-color: #8CC63F;
	color: #fff;
	font-weight: bold;
	height: 30px;
}

.listSubHeader {
	background-color: #CADDEC;
	/*background: url(../images/listsubheader_blue.gif);*/
	color: #000;
	font-weight: bold;
	height: 25px;
}

.listSubHeader td span{
	font-weight: normal;
	font-size: 9px;
}


.listSubHeader td, .listSubHeader3 td{
	padding-left: 5px;
}

.listSubHeader2 {
	background-color: #C5E19D;
	color: #000;
	font-weight: bold;
	height: 25px;
	text-align:center;
}

.listSubHeader3 {
	background-color: #C5E19D;
	color: #000;
	font-weight: bold;
	height: 25px;
}

.floatHeader {
	background-color: #4D8ABE;
	color: #fff;
	font-weight: bold;
	height: 18px;
	padding: 5px;
	border-left: 1px solid #CADDEC;
	border-right: 1px solid #CADDEC;
	border-top: 1px solid #CADDEC;
	width: 300px;

}

.floatBody {
	background-color: #fff;
	color: #000;
	font-weight: normal;
	border-left: 1px solid #CADDEC;
	border-right: 1px solid #CADDEC;
	border-bottom: 1px solid #CADDEC;
	padding: 5px;
	width: 300px;
}

.rowH {
	border-top: 1px solid #4D8ABE;
	background-color: #dbe8f2;
	color: #000;
	font-weight: normal;
	height: 25px;
}

.row1 {
	background-color: #f7e5c0;
	color: #000;
	font-weight: normal;
	height: 25px;
}

.row1  td, .row2 td{
	padding-left: 5px;
	padding-right: 2px;
}

.row2{
	height: 25px;
	background-color: #fff;
	color: #000;
	font-weight: normal;
}

.projectWin {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	padding: 5px;
}

.addbtn{
	background-color:#8CC63F; 
	color: #FFFFFF;
	font-weight:bold;
	font-size:16;
}

.lapozo {
	width:30px;
	height:20px;
	color: #4D8ABE;
	text-align: center;
}

.lapozo a {
  width:30px;
  height:20px;
  display: block;
  color: #4D8ABE;
  text-decoration: none;
  text-align: center;
}

.lapozo a:hover {
	 background-color: #4D8ABE;
	 color: #fff;
	 text-align: center;
}

.lapozo_sel {
	width:30px;
	height:20px;
	display: block;
	background-color: #4D8ABE;
	color: #fff;
	text-align: center;
}

.lapozo_sel a{
	width:30px;
	height:20px;

	display: block;	
	background-color: #4D8ABE;
	color: #fff;
	text-align: center;
}

.lapozo_sel a:hover{
	background-color: #4D8ABE;
	color: #fff;
	text-align: center;
}

.project_link a{
	color: #000000;
	text-decoration: none;
}

.project_link a:hover{
	color: #000000;
	text-decoration: underline;
}

.newPersonTableTr{
	padding:5;
	padding-top:5;
}

.editbtn{
	padding-left:200;
}

.editbtn2{
	border:none;
	background-image:url(http://www.kvrt.hu/images/modify_icon.gif);
	background-repeat:no-repeat;
	background-position: middle;
	background-color: transparent;
}


.formlabel {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
}

.search_result_header {
	color: #fff;
	text-align: center;
	padding-top: 5px;
	background-color: #E49900;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;

	height: 23px;
}

.search_result_footer {
	color: #000;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #9ca5a5;
	background-color: #FFB726;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	height: 22px;
	margin-bottom: 20px;
	margin-top: 5px;	
}
.search_result_footer span {
	padding-left: 10px;
}
	
	.exportDiv
	{		
		float:right;
	}

.search_result_footer span.pager {
	display: block;
	width: 700;
	text-align: center;
}

.small {
	font-size: 10px;
}

