/*
	Modulok
	=======
*/

/*
	Login (oldalsó)
	===============
*/
div.login {
	text-align: center;
	font-size: 10px;
}

input.login {
	font-size: 10px;
	width: 90px;
	border: 1px solid #7094FF;
}

input.login-error {
	font-size: 10px;
	width: 90px;
	border: 1px solid #FF0000;
}

p.login-error {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

/*
	Language selector
	=================
*/

div.module-setlanguage {
	text-align: center;
}

/*
	Upload
	======
*/
a.upload {
	text-decoration: none;
	color: #14293D;
}
div.upload_browse {
	width: 100%;
	background-color: #FFFFF4;
	margin: 0px;
}


/*
	Szerkeszto
	==========
*/
div.editor {
	border: solid 1px #000000;
	text-align: center;
	padding: 1px;
	background-color: #EEEEEE;
}
div.editor_buttons {
	width: 100%;
	background-color: #EEEEEE;
}
div.toolbar {
	width: 100%;
}
iframe.editor {
	border: 0px;
	background-color: #FFFFFF;
}
.source_editor {
	margin-top: 20px;
	margin-bottom: 20px;
}
p.smiley-toolbar {
	font-size: 9px;	
}

/*
	Menu
	====
*/
a.vmenu {
	font-size: 10pt;
}
ul.vmenu-top {
	text-indent: 0px;
}
li.vmenu-top {
	text-indent: 0px;
}
ul.vmenu-sub1 {
	text-indent: 5px;
}
li.vmenu-sub1 {
	text-indent: 5px;
}

/*
	InfoBox
	=======
*/
.infobox {
	color: #14293D;
	text-decoration: none;
	text-align: left;

	background-color: #D8E0F0;
	border: dotted 1px #8FA9FF;
	padding: 5px;

	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	
	z-index: 10000;
}

.infobox p {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	size: 12px;
}

span.info_tag {
	border-bottom: dotted 1px #cccccc;
	font-weight: normal;
	color: #000000;
	cursor: help;
}

/*
	Fórum
	=====
*/

div.forum {
	border-top: solid 1px #CCCCCC;
	background: url(../images/etc_background.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding-bottom: 10px;
	margin-top: 50px;
}

div.post {
	border: solid 1px #cccccc;
	margin-bottom: 10px;

}

table.heading {
	background-color: #efefef;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

td.heading {
	padding: 5px;
	text-align: top;
}

td.comment {
	padding: 5px;
	background-color: #f9f9f9;
	border-top: dotted 1px #cccccc;
}

td.date {
	text-align: right;
}

td.avatar {
	width: 96px;
	text-align: center;
	vertical-align: top;
	border-right: dotted 1px #cccccc;
	padding: 5px;
}

a.forum:link {
	text-decoration: none;
	font-weight: bold;
	color: #14293D;
}

a.forum:visited {
	text-decoration: none;
	font-weight: bold;
	color: #14293D;
}

a.forum:hover {
	font-weight: bold;
	text-decoration: underline;
}

a.forum:active {
	text-decoration: none;
	font-weight: bold;
	color: #14293D;
}

span.admin {
	padding-left: 5px;
	border-left: dotted 1px #D1D17B;
}

span.name {
	font-weight: bold;
}

h4.datum {
	background-image: url(../images/forumarrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	left: -40px;
	top: 0px;
	padding-left: 40px;
	padding-bottom: 30px;
	margin-bottom: -20px;
	z-index: 1;
}