/*input*/

.textbox {
	width: 181px;
	height: 14px;
	border: 1px solid #9dc70d;
	padding: 2px;
	margin-bottom: 4px;
}

.textarea {
	width: 181px;
	height: 80px;
	border: 1px solid #9dc70d;
	padding: 2px;
	margin-bottom: 4px;
	overflow: auto;
}

.select {
	width: 187px;
	border: 1px solid #9dc70d;
	padding: 1px 2px;
	margin-bottom: 4px;
}

.button_small {
	width: 79px;
	height: 39px;
	background: url("../images/button_small.jpg");
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.button_big {
	width: 220px;
	height: 39px;
	background: url("../images/button_big.jpg");
	background-repeat: no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}


/*kapcsolat*/


table.reg_table th label {
	font-size: 12px;
	color: #337FBD;
}

table.reg_table th {
	padding-bottom: 4px;
	text-align: left;
}

.error {
	color: red;
	font-size: 11px;
}

/*hirek*/

table.news_search_table {
}

table.news_search_table td {
	padding-bottom: 5px;
	padding-right: 10px;
}

table.news_categories {
	width: 100%;
}

.categoryInactive_left  {
	width: 5px;
	height: 21px;
	background-image: url("../images/cat_inact_left.jpg");
	background-repeat: no-repeat;
}

.categoryInactive_right  {
	width: 5px;
	height: 21px;
	background-image: url("../images/cat_inact_right.jpg");
	background-repeat: no-repeat;
}

.categoryActive_left  {
	width: 5px;
	height: 21px;
	background-image: url("../images/cat_act_left.jpg");
	background-repeat: no-repeat;
}

.categoryActive_right  {
	width: 5px;
	height: 21px;
	background-image: url("../images/cat_act_right.jpg");
	background-repeat: no-repeat;
}

.categoryInactive {
	background-image: url("../images/cat_inact.jpg");
	background-repeat: repeat-x;
	vertical-align: middle; 
	text-align: center; 

}

.categoryActive {
	background-image: url("../images/cat_act.jpg");
	background-repeat: repeat-x;
	vertical-align: middle; 
	text-align: center; 
}

.categoryInactive a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.categoryActive a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;

}

.pager_line {
	border-top: 1px solid #013879;
	padding-right: 100px;
	/*background-color: #f7f7f7;*/
}

/*fórum*/

.row2 {
	background-color: #e1eaab;
}

.row1 {
	
}

.row_main {
	background-color: #9DC70D;
	color: #fff;
}

table.forum {
	width: 100%;
}

table.forum th {
	text-transform: uppercase;
	color: #9DC70D;
	font-weight: normal;
	padding-bottom: 10px;
}

table.forum td {
	text-align: left;
	padding: 3px;
}

table.forum td a {
	color: #98896c;
}

table.forum td a {
	color: #98896c;
	padding-left: 15px;
	display: block;
}

table.forum td a:hover {
	background-image: url("../images/li.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

p.forum_path {
	background-image: url("../images/spacer_line.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 20px 0px 16px 0px;
	padding: 0px 0px 4px 0px;
}


table.forum_sort_table td {
	padding: 5px;
}

div.forum_sort_div {
	float: left;
	vertical-align: top;
	border: 1px solid #E2DCCC;
	width: 100%;
	background-color: #F6F2E6;
	padding: 5px;
}

div.comment_container {
	border: 1px solid #E2DCCC;
	background-color: #fff;
}

div.comment_top {
	background-color: #e1eaab;
	padding: 10px;
}

div.comment_middle {
	padding: 10px;
}

div.comment_bottom {
	padding: 10px;
}