/*
** worklandplus.hu CSS
** (c) Paszti 2009
**
** reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 11px;
	font-family: Verdana;

}

body {
	background:url(../../images/bg.jpg) no-repeat center top #408c3a;
	color: #000;
	line-height: 1.5;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input.text, select, textarea {
	border: solid 1px #acaba9;
	background-color: #f7f7f9;
	font-size: 11px;
	font-family: Verdana;
	color: #000;
}

input.text, textarea {
	border: 1px solid #999;
	padding: 2px 4px 0px 4px;	
}

input.gomb {
	border: solid 1px #6d6d6d;
	background-color: #848884;
	height: 19px;
	padding: 0px 5px 2px 5px;
	color: #ffffff;
}

input.text {
	background: url(../../images/input-text-bg.png) repeat-x;
	border: solid 1px #acaba9;
	width: 194px;
	height: 15px;
	font-size: 10px;
	background-color: #f7f7f9;
}

a {
	text-decoration: none;
	color: #32672c;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#container {
	width: 700px;
	margin: 0 auto;
	height: auto;
	background-color: #fff;
	border: solid 1px #254c21;
}

#header {
	
}

#menu {
	height: 25px;
	background: url('../../images/menu_bg.png') repeat-x;
	padding-top: 4px;
}

#menu ul {
	margin-left: 0px;
}

#menu li {
	list-style: none;
	display: inline;
}

#menu a {
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
}

#menu a:hover {
	
}

#login {
	padding: 5px;
	background:url(../../images/szovegHatter.png);
}

#login td {
	padding: 3px;
}

#contentContainer {
	padding: 10px 10px;
	min-height: 300px;
	background:url(../../images/szovegHatter.png);
}

#changePassContainer td {
	padding: 3px;
}

#passReminderContainer td {
	padding: 3px;
}

#footer {
	
}

.jobsContainer {
	margin-top: 10px;
}

.jobsContainer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.jobsContainer li {
	margin: 0px;
	padding: 3px 3px 3px 15px;
	background: url('../../images/right_arrow.gif') no-repeat left;
}

.jobsContainer h1 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #32672C;
}

.jobsContainer th {
	text-align: left;
	width: 90px;
	vertical-align: top;
}

.jobsContainer td, .jobsContainer th {
	padding: 3px;
}

.lapozo {
	margin-top: 10px;
	padding: 5px 10px;
	border-top: solid 1px #b6b6b6;
	border-bottom: solid 1px #b6b6b6;
}

.lapozo .act {
	color: #000000;
	font-weight: bold;
}

