/************************************************************* CIKK *************************************************************/

.lead_article {
	/*background-image: url(images/back_leadarticle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 15px;*/
	overflow: hidden;
	padding-bottom: 20px;
}
.article {
	/*padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;*/
	overflow: hidden;
	padding-bottom: 20px;
}
.article_title {
	color: #FFFFFF;
	background-color: #052C4D;
	padding: 3px;
	font-weight: bold;
	margin-bottom: 5px;
}
.article_leads {
	float: left;
	width: 280px;
}
.main_article {
	float: right;
	width: 185px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c0c0c0;
	padding-left: 15px;
}

div.title {
	color: #00588D;
	font-size: 24px;
	font-family: Garamond, Times-New-Roman, serif;
}

div.article div.title {
	color: #00588D;
	font-size: 18px;
	font-family: Garamond, Times-New-Roman, serif;
	padding-bottom: 5px;
}

div.headingSubArticles div.lead {
	border-bottom: 1px solid #C0C0C0;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

span.article_author, span.article_created {
	color: #999999;
	font-size: 11px;
}

div.articleInfos {
	margin-bottom: 15px;
}

img.leaderImage {
	border-style: solid;
	border-width: 5px;
	border-color: #c0c0c0;
	/*float: left;*/
	margin-right: 15px;
	margin-bottom: 15px;
	width: 140px;
}

div.shortArticle {
	overflow: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: auto;	
}

div.headingSubArticles {
	float: left;
	width: 280px;
	overflow: hidden;
}

 .leaderSeparator {
	width: 502px;
	clear: both;
 }
 
 #postResultMessage {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ff0000;
	font-weight: bold;
 }

/********************************************************* HOZZÁSZÓLÁSOK ************************************************************/
div.commentWarning {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
 
div.articleFull div.relatedTitle {
	color: #00588D;
	font-size: 24px;
	font-family: Garamond, Times-New-Roman, serif;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.comment .commentInfo {
	font-size: 11px;
	color: #999999;
	margin-bottom: 5px;
}

div.comment .commentContent {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.comment .commentTitle {
	font-weight: bold;
	font-size: 13px;
	color: #00588D;
}

form#commentForm {
	padding-top: 10px;
}

form#commentForm input#commentTitle{
	float: left;
	clear: right;
	background: url(images/comment_title.jpg) center top no-repeat;
	width: 408px;
	height: 18px;
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 10px;
}

form#commentForm textarea#commentContent{
	float: left;
	clear: right;
	background: url(images/comment_text.jpg) center top no-repeat;
	width: 408px;
	height: 242px;
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	padding: 4px;
}

form#commentForm label {
	float: left;
	display: block;
	margin-right: 10px;
	text-align: right;
	font-size: 12px;
	width: 70px;
	padding-top: 4px;
}

#middle_column #submitCommentBtn {
	display: block;
	clear: both;
	border-width: 0px;
	border-style: none;
	background-color: #fafafa;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	padding-top: 5px;
	width: auto;
	height: auto;
	color: #00588D;
	text-decoration: underline;
	margin-left: 410px;
}
 
 /********************************************************* HIRDETÉS ************************************************************/

 img.advertise_img{
	width: 180px;
	height: 350px;
}
div.advertise_container{
	width: 210px;
	height: auto;
}
div.advertise_border{
	background: url(images/advertise_bg.jpg) center top no-repeat;
	width: 180px;
	height: 350px;
	padding: 4px;
}
* html div.advertise_border{
	width: 188px;
	height: 358px;
}
div.photoContainer img{
	border: 4px solid #fff;
}

/************************************************************ BELÉPÉS *************************************************************/

#right_column #loginFormContainer {
	padding-left: 5px;
	padding-right: 5px;
}

#right_column #loginFormContainer input#userEmail, #right_column #loginFormContainer input#userPassword {
	background: url(images/side_input.jpg) center top no-repeat;
	width: 132px;
	height: 18px;
	clear: both;
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

#right_column #userEmailContainer, #right_column #userPasswordContainer {
	width: 142px;
	height: 28px;
	float: left;
	clear: right;
}

#right_column #submitBtnContainer {
	width: auto;
	height: 28px;
	float: left;
	clear: left;
}

#right_column #loginFormContainer label{
	display: block;
	width: 40px;
	float: left;
	height: 24px;
	padding-top: 4px;
	font-size: 11px;
}

#right_column #loginFormContainer a {
	font-size: 11px;
	color: #00588D;
	text-decoration: underline;
}

#right_column  input#userLoginBtn {
	display: block;
	border-width: 0px;
	border-style: none;
	background-color: #dadbd3;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	width: 50px;
	margin-left: 40px;
	height: auto;
	color: #00588D;
	text-decoration: underline;
}

#right_column  input#userLogoutBtn {
	display: block;
	border-width: 0px;
	border-style: none;
	background-color: #dadbd3;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	width: 50px;
	margin-top: 10px;
	margin-left: 70px;
	height: auto;
	color: #00588D;
	text-decoration: underline;
}

#right_column  #loginMessage {
	text-align: center;
	font-weight: bold;
	color: #ff0000;
}

#right_column div.userName {
	text-align: center;
}

/************************************************************ KERESÉS *************************************************************/

#right_column #simpleSearchForm {
	padding-left: 5px;
	padding-right: 5px;
}

#right_column  input#searchSubject {
	background: url(images/side_search.jpg) center top no-repeat;
	width: 173px;
	height: 18px;
	clear: both;
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 5px;
}

#right_column  input#simpleSearchBtn {
	display: block;
	border-width: 0px;
	border-style: none;
	background-color: #dadbd3;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	margin-left: 130px;
	margin-top: 5px;
	width: auto;
	height: auto;
	color: #00588D;
	text-decoration: underline;
}

#right_column  div.searchOptions label {
	font-size: 11px;
}

/************************************************************ A HÉT FOTÓJA *************************************************************/

div.photoContainer .photoTitle, div.photoContainer .photoAuthor {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

div.photoContainer .photoAuthor {
	font-weight: normal;
}

/************************************************************ ROVATOK *************************************************************/

#left_column ul.headingMenu li a {
	/*display: block;
	padding-top: 5px;
	padding-bottom: 5px;*/
	color: #00588D;
	font-weight: normal;
	width: 150px;
	text-transform: uppercase;
}

#left_column ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 5px;
	color: #00588D;
}

#left_column ul.headingMenu li {
	padding-bottom: 5px;
	padding-top: 5px;
}

/************************************************************ REGISZTRÁCIÓ *************************************************************/

#registrationForm .inputBox {
	background: url(images/main_input.jpg) center top no-repeat;
	width: 258px;
	height: 18px;
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

#registrationForm  label{
	display: block;
	text-align: right;
	width: 100px;
	float: left;
	height: 24px;
	padding-top: 4px;
	padding-right: 10px;
	font-size: 12px;
}

.dataRow {
	clear: both;
}

#userRegistrationForm {
	padding-top: 10px;
}

#registrationForm .message {
	float: right;
	width: 100px;
	font-size: 10px;
	color: #ff0000;
	padding-right: 20px;
}

input#sendRegistration {
	display: block;
	border-width: 0px;
	border-style: none;
	background-color: #fafafa;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	margin-left: 320px;
	margin-top: 5px;
	width: auto;
	height: auto;
	color: #00588D;
	text-decoration: underline;
}

/************************************************************ KERESÉS *************************************************************/

#middle_column #searchForm {
	padding-top: 10px;
}

#middle_column #searchForm .searchOptions .options {
	width: 250px;
	float: left;
}

#middle_column #searchForm .searchOptions .options .optionsLabel{
	margin-top: 20px;
	/*font-weight: bold;*/
	text-decoration: underline;
}

#middle_column #searchForm .searchOptions .options span{
	display: block;
	width: 250px;
	margin-top: 5px;
}

#middle_column #searchForm .searchOptions .options span input{
	margin-right: 5px;
}

#middle_column input#searchSubject {
	float: left;
	background: url(images/side_search.jpg) center top no-repeat;
	width: 173px;
	height: 18px;
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 5px;
}

#middle_column div.searchOptions #searchLabel {
	font-size: 12px;
	float: left;
	display: block;
	padding-top: 10px;
	margin-right: 5px;
}

#middle_column div.searchOptions .options label {
	font-size: 12px;
	float: none;
}

#middle_column #searchForm #searchBtn {
	margin-top: 5px;
	margin-left: 2px;
	background: url(images/button_meliusz.jpg) center top no-repeat;
	display: block;
	float: left;
	clear: right;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	font-weight: bold;
	font-size: 8px;
	cursor: pointer;
	width: 45px;
	height: 24px;
	color: #ffffff;
	text-decoration: none;
}

/************************************************************ RÖVIDHÍREK *************************************************************/

#left_column .newsShort .newsInfos {
	font-weight: bold;
}

div.articleFull p {
	margin-bottom: 10px;
}

a.readMore {
	color: #052C4D;
	display: block;
	text-align: right;
	
}

div.lead, div.lead *, div.articleBody, div.articleBody * {
	font-size: 12px !important;
	line-height: normal !important;
	text-align: left !important;
	/*font-family: Arial !important;*/
	overflow: hidden;
}

div.articleBody img {
	margin: 5px !important;
}

a.readMore {
	color: #052C4D;
	display: block;
	text-align: right !important;
	border: none 0px;
	
}

div.articleClass {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #052C4D;
	margin-bottom: 7px;	
}

div.advertise_border img {
	border: 0px none;
}