@CHARSET "UTF-8";

BODY {
	background		: #fff;
}

DIV.clear {
	clear			: both;
}

/******************** CALENDAR ********************/

TABLE.form_table {
	color			: #000;
	width			: 800px;
}

TABLE.form_table TH, TABLE.form_table TD {
	color			: #666666;
	font-family		: Verdana,sans-serif;
	font-size		: 11px;
}

TABLE.form_table TH {
	padding-right	: 10px;
	text-align		: right;
	vertical-align	: top;
	width			: 270px;
}

TABLE.form_table TD.errmsg {
	color			: #f00;
	letter-spacing	: 2px;
	text-align		: center;
}

INPUT, SELECT, TEXTAREA {
	background		: #ebebeb;
	border			: 1px solid #9f9f9f;
	color			: #686868;
	font-family		: Verdana,sans-serif;
	font-site		: 12px;
	width			: 600px;
}

INPUT.button {
	width			: 150px;
}

P.explain {
	font-size		: 12px;
}

TABLE.check {
	font-size		: 12px;
	color			: #666;
}

TABLE.check TH {
	padding-right	: 15px;
	text-align		: right;
}

TABLE.check TR TD.parttd {
	background		: #eee;
	border-top		: 1px solid #00f;
	border-bottom	: 1px solid #00f;
	color			: #444;
}

TABLE.check TR TD DIV.part {
	font-size		: 15px;
	font-weight		: bold;
	float			: left;
}

TABLE.check TR TD DIV.modify {
	float			: right;
	font-size		: 10px;
	margin-top		: 6px;
}

TABLE.check TR TD DIV.modify A {
	color			: #00f;
	text-decoration	: none;
}

TABLE.check TR TD DIV.modify A:hover {
	text-decoration	: underline;
}

#back {
	margin			: 15px 0 15px 0;
	text-align		: center;
	width			: 808px;
}

#back A {
	color			: #015EC5;
	text-decoration	: none;
}

#back A:hover {
	text-decoration	: underline;
}

/******************** KÖZÉP ********************/

#content {
	color			: #666;
	margin			: auto;
	width			: 990px;
}

#content A {
	color			: #0099FF;
	font-size		: 12px;
	text-decoration	: none;
}

#content DIV.title {
	background		: url('images/csik_kek_def.jpg');
	color			: #fff;
	font-family		: Arial Black;
	font-size		: 18px;
	font-style		: italic;
	height			: 30px;
	padding			: 10px 0 0 80px;
	width			: 910px;
}

#content DIV.border {
	border-top		: 1px dotted #999999;
	border-bottom	: 1px dotted #999999;
	margin			: 10px 0 0 60px;
	padding			: 10px;
	width			: 930px;
}

#content DIV.desc {
	color			: #666666;
	font-family		: Verdana,sans-serif;
	font-size		: 11px;
	padding			: 10px;
	text-align		: justify;
}