
/* Nyomogomb -- globalis */
button {
    border: 1px solid #ffffff;
    padding-left: 0px 8px;
    font-family: Tahoma, Helvetica, Arial, Sans-serif;
    font-size: 11px;
    background: url(../img/btnOff.gif) repeat-x;
    color: #ffffff;
    letter-spacing: 2px;
    cursor: pointer;
}
.forumPostHead {
	font-size:10px;
}
/* beviteli mezo (input, textarea, select) kontener -- globalis */
div.inputContainer {
}
div.buttonContainer { 
	padding: 15px 5px;
	clear:both;
}
form.buttonContainer, div.buttonContainer span {
    display: block;
    float: right;
    padding: 1px;
    height: 17px;
    background: #6f1c50;
}

/* Szovegmezo -- globalis */
input {
    border: 1px solid #d2d6e1;
    border-left: 3px solid #6f1c50;
    width: 340px;
    background-color: #ffffff;
}
/* Szovegbeviteli mezo -- globalis */
textarea {
    border: 1px solid #d2d6e1;
    border-left: 3px solid #6f1c50;
    width: 340px;
    height: 350px;
    background-color: #ffffff;
}

/* 2. szintu cimsor -- globalis */
h2 {
	font-size:15px;
	letter-spacing:1px;
}
h3 {
	font-size:13px;
	letter-spacing:1px;
}
/* Cimke -- globalis */
label { display: block; clear: both; float: left; width: 150px; letter-spacing: 3px; }
label span {}

/* Tablazat paros es paratlan sorai -- globalis */
tr.odd {
	background:#f6f9fd;
}
tr.odd td {
	border-bottom:1px solid #cdd3bb;
}
tr.even td {
	border-bottom:1px solid #cdd3bb;
}
#ForumCategoriesTable td,#ForumTopicsTable td {
	padding-top:4px;
	padding-bottom:4px;
}



/* F O R U M */

/* Forum navigacio */
div#ForumNavigator {
	border-bottom:1px dotted #b5cfe6;
	padding-bottom:2px;
}
div#ForumNavigator a {
	text-decoration:none;
	font-weight:bolder;
	color:#6f1c50;
}


/* Forum tabla */
table.forumTable { width: 100% }
table#ForumCategoriesTable {}
table#ForumTopicsTable {}
/* Forum tabla fejlec-cellai */
td.forumNameCell a {
	text-decoration:none;
	font-weight:bolder;
	color:#6f1c50;
}
td.forumNameCell a:hover {
	text-decoration:underline;
}
th {
	padding-top:5px;
	padding-bottom:5px;
	background:#b5cfe6;
}
th.forumTopicsCell {}
th.forumPostsCell {}
th.forumTimestampCell {}
th.forumEditCell  {}
/* Forum tabla cellai */
td.forumNameCell {}
td.forumTopicsCell { text-align: center }
td.forumPostsCell { text-align: center }
td.forumTimestampCell { text-align: center }
td.forumEditCell img {
	border:0px;
}
td.forumEditCell {
	text-align:center;
}
td.forumTextCell {
	padding-left:20px;
}

/* Forum lista */
div#ForumTopicPost {
	background:url(../img/headerBg.gif) repeat-x;	
	border-bottom:1px solid #adc5db;
	border-left:1px solid #adc5db;
	border-right:1px solid #adc5db;
	padding:3px;
	overflow:hidden;
}
ul.forumList { margin: 0px; padding: 0px; list-style-type: none }
ul.forumList li {}
/* Forum egyszeru lista */
ul#ForumInlineList {
	margin:0px;
	padding:0px;
}
ul#ForumInlineList li {
	padding:5px;
	padding-top:13px;
	margin-bottom:10px;
	list-style:none;
	background:url(../img/headerBg.gif) repeat-x;
	overflow:hidden;
}
/* Forum beagyazott lista */
ul#ForumNestedList {}
ul#ForumNestedList ul {}

/* Forum bejegyzes */
div.forumPostAuthor { float: left; padding-right: 5px }
div.forumPostAuthor a {
	font-weight:bolder;
	text-decoration:none;
	color:#6f1c50;
}
div.forumPostAuthor a:hover {
	text-decoration:underline;
}
div.forumPostTimestamp { float: left; border-left: 1px solid #000000; padding: 0px 5px }
div.forumPostTimestamp span {
	font-weight:bolder;
	color:#6f1c50;		
}
div.forumPostParent { float: left; border-left: 1px solid #000000; padding: 0px 5px }
div.forumPostParent a {
	font-weight:bolder;
	text-decoration:none;
	color:#6f1c50;
}
div.forumPostParent a:hover {
	text-decoration:underline;
}
div.forumPostId { float: right;clear:both; }
div.forumPostId span {
	font-weight:bolder;
	color:#6f1c50;		
}
div.forumPostText, .forumPostModeratedText { 
	padding-top:20px;
	padding-bottom:15px;
	clear:both;
	padding-left:10px;
}
div.forumPostEdited {
	font-size:9px;	
}
div.forumPostFunctions {
	border-top:1px dotted #b5cfe6;
	margin-top:3px;
	font-size:9px;
	text-align: right;
}

/* Uj hozzaszolas link */
div#ForumNewPostLink {
	text-align:right;
	margin-bottom:15px;
}

/* Forum urlapok */
form.forumForm {clear: both}
form#ForumCategoryForm {}
form#ForumTopicForm {}
form#ForumPostForm {}
/* Forum urlapok egyedi beviteli mezoi */
input#ForumTitleInput {}
input#ForumTextInput {}


