@charset "utf-8";

html{
	height:100%;
}
body{
	background-color:#fff;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	margin:0;
}
img{
	border:0 none;
}
input, textarea{
	color:#333;
	font-weight:normal;
	text-align:left;
	width:auto;
	height:auto;
	clear:both;
	padding:2px;
	border:1px solid #a8a8a8;
}
input[type="image"]{
	border:0 none;
}
table{
	color:#000;
	width:100%;
	border:0 none;
}
table.full{
	width:100%;
}
td{
	padding:2px;
}
td:first-child{
	padding-left:4px;
}
td:last-child{
	padding-right:4px;
}
a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a img{
	border:0 none;
}
a.red:link{
	color:#ff0000;
	font-weight:bold;
	text-decoration:none;
}
a.red:hover{
	background-color:#ff0000;
	color:#fff;
	text-decoration:none;
}
a.black{
	color:#000;
	text-decoration:none;
}
a.black:hover{
	color:#ff8400;
}
a.orange{
	color:#ff8400;
	text-decoration:none;
}
a.orange:hover{
	color:#000;
}
a.WorkerUserEmail{
	font-weight:normal;
	text-decoration:none;
}
a.WorkerUserEmail:hover{
	color:#ff0000;
}

.w40p{
	width:40%;
}
.w60p{
	width:60%;
}
.w90p{
	width:90%;
}

/** Fejléc **/
td.header{
	background:transparent url('./images/design_10.jpg') scroll repeat-x left top;
	height:65px;
	padding:0;
}
td.header a{
	display:block;
	float:left;
}
a.prog_logo{
	background:transparent url('./images/design_01.jpg') scroll repeat-x left top;
	color:#760e01;
	font-size:9px;
	font-weight:bold;
	text-align:right;
	width:90px;
	height:23px;
	padding-top:42px;
}
div.prog_version{
	background:transparent url('./images/design_02.jpg') scroll no-repeat left top;
	color:#929292;
	font-size:9px;
	font-weight:bold;
	text-align:left;
	float:left;
	width:35px;
	height:23px;
	padding:42px 0 0 5px;
}
a.mainmenu{
	background:transparent url('./images/design_03.jpg') scroll repeat-x left top;
	color:#770d00;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #f0f0f0;
	line-height:18px;
	padding:12px 10px 14px 10px;
}
a.mainmenu_login:hover{
	border-bottom:4px solid #01d95c;
}
a.mainmenu_newjobs:hover{
	border-bottom:4px solid #01d95c;
}
a.mainmenu_workinprogress:hover{
	border-bottom:4px solid #fee6a0;
}
a.mainmenu_done:hover{
	border-bottom:4px solid #ff9c00;
}
a.mainmenu_user:hover{
	border-bottom:4px solid #00b6ff;
}
a.mainmenu_printer:hover{
	border-bottom:4px solid #c505b5;
}
a.mainmenu_stat:hover{
	border-bottom:4px solid #b2b2b2;
}
a.mainmenu_admin:hover{
	border-bottom:4px solid #000;
}
a.mainmenu_timetable:hover{
	border-bottom:4px solid #00ebff;
}
a.mainmenu_checkout:hover{
	border-bottom:4px solid #ed1941;
}
div.mainmenu_separator{
	background:transparent url('./images/design_04.jpg') scroll no-repeat left top;
	width:2px;
	height:65px;
	float:left;
}

/** Munkaidő **/
table.timetable{
	width:780px;
}

/* SPECIAL STYLES */
td.welcome{
	font-size:10px;
	text-align:center;
	vertical-align:top;
}
.sort{
	color:#959595;
	text-align:right;
	width:95%;
}
.boxtitle{
	color:#666;
	text-align:left;
	width:95%;
}
.boxframe{
	background-color:#f7f7f7;
	color:#790D01;
	width:95%;
	padding-bottom:20px;
	border-width:20px 0 4px 0;
	border-color:#e0e0e0 transparent #790d01 transparent;
	border-style:solid none;
}
.disabledtext{
	color:#bbb;
}
.disabledtext_outofdate{
	color:#ff0000;
}
.groupborder{
	height:1px;
	background-color:#ffcc00;
	padding:0 0 0 0;
}
.groupborder-left{
	border-left:solid 1px #ffcc00;
}
.groupborder-right{
	border-left:dashed 1px #ddd;
	border-right:solid 1px #ffcc00;
}
.greytext{
	color:#999;
	font-size:10px;
}
.borderline{
	border-bottom:2px solid #ffcc00;
}

.ajaxbutton input{
	border:0px;
	padding:0px;
	width:28px;
	height:12px;
}
.ajaxprintbutton input{
	border:0px;
	padding:0px;
	width:32px;
	height:15px;
}
.ajaxcorrecturebutton input{
	border:0px;
	padding:0px;
	width:15px;
	height:15px;
}

table.normal{
	font-size:12px;
}
table.normal td{
	padding:0px 10px;
}
table.normal tr.row2 td{
	background-color:#eee;
}
table.normal td input.mod{
	border:1px solid #ccc;
	font-size:12px;
	padding:0px 10px;
	width:200px;
}

.nicEdit-main { background:#fff;}