* {
	padding: 0;
	margin: 0;
}

body {
	background: #111;
	color: #eee;
	font-family: 'Arial', 'Helvetica', sans-serif;
	padding:0;
	margin:0;
	font-size: 14px;
}

a, a:hover, a:active, a:visited{
	color: inherit;
	text-decoration: none;
	padding: 0 0.3em 0 0.3em;
	margin: 0 0.2em 0 0.2em;
	border-bottom: solid 2px #eee;
}

a:hover{
	border-bottom: solid 2px #eee;
	border-top: solid 2px #eee;
	background: #eee;
	color: #333 !important;
}

#pageContainer {
	width:97%;
	margin:0 auto;
}

#pageHeader {
	height:110px;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
}

#phName{
	height: auto;
}

#phLogo{
	display:block;
	width: 569px;
	height:70px;
	background: url('../gfx/title.png') no-repeat;
}

#phLogin{
	margin-top: 0px;
	margin-left: 10px;
	float: left;
}

#phFonts{
	float: right;
	margin-top: 0px;
	margin-left: 10px;
}


#phFonts a{
	font-weight: bold;
	border: none;
	padding: 2px;
}

#phFonts a:hover{
	background: #eee;
	color: #333;
}

#themeSwitch{
	display:inline-block;
	height: 1em;
	width:1em;
	background: #999;
	border: solid 1px #fff;
}


#fontSmaller{
	font-size: 0.8em;
}

#fontBigger{
	font-size: 1.2em;
}

#fontNormal{
	font-size: 1em;
}


#mainMenu {
	background: #333;
}

#mainMenu ul li{
	list-style-type: none;
	display: inline-block;
}

#mainMenu ul li a{
	list-style-type: none;
	display: inline-block;
	text-align: center;
	min-width: 120px;
	border:none;
	height: 1.9em;
	line-height: 1.9em;
	font-size: 1.1em;
}

#mainMenu ul li a:hover{
	background: #ccc;
	color: #111;
}

#contentContainer {
	border-left: solid 1px #333;
	border-right: solid 1px #333;
}

#footer {
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	background: #333;
	color: #888;
	line-height: 1.9em;
	height: 1.9em;
	font-size: 0.8em;
	text-align: center;
}

#contentContainer{
	height: 100%;

}

#leftPanel{
	display: inline-block;
	width: 20%;
	background: #333;
	vertical-align: top;
	margin: 10px 0 10px 0;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
}


#pageContent{
	display: inline-block;
	margin: 10px 0 10px 0;
	vertical-align: top;
	width: 75%;
}

#ccSeparator{
	display: inline-block;
	width: 1%;
}

#ccTitle {
	font-weight: bold;
	text-align: center;
	margin-top:0.5em;
	text-decoration: underline;
}

#ccDesc {
	font-style: italic;
	text-align: center;
	margin:0.2em;
}

#subMenu{
	list-style-type: none;
	margin-top: 1em;
	margin-bottom: 1em;
}

#subMenu li{
	text-indent: 0.7em;
	list-style-type: none;
}

#subMenu li:before{
	content: "\00bb";
	padding-right: 0.2em;
}

#subMenu li a{
	line-height: 1.7em;
}

#pageContent p{
	margin-bottom: 1em;
	line-height: 1.5em;
}

#pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4,#pageContent h5,#pageContent h6{
	margin-bottom: 0.5em;

}

form.formatedForm {
	width: 97%;
	text-align: left;
	margin:1em auto;

}

form.formatedForm fieldset {
	border: solid 1px #bbb;
}

form.formatedForm fieldset legend{
	font-size: 1.1em;
	font-weight: bold;
	background: #bbb;
	color: #000 !important;
	margin-left: 1em;
	padding: 0.4em;
}

form.formatedForm fieldset p{
	margin: 0.5em 0 0.5em 0;
	text-align: center;
}

form.formatedForm fieldset p.formDescription{
	margin: 1em;
	text-align: justify;
}

form.formatedForm fieldset p label, form.formatedForm fieldset div span, div.extendedForm p label{
	display:inline-block;
	width:30%;
	text-align: right;
	margin-right: 0.5em;
	line-height: 1.8em;
}

form.formatedForm fieldset p span.checkBoxLabel,form.formatedForm fieldset p span.radioLabel{
	display:inline-block;
	width:30%;
	text-align: right;
	margin-right: 0.5em;
	line-height: 1.8em;
}

form.formatedForm fieldset p label.textarea{
	display:inline-block;
	text-align: left;
	line-height: 1.8em;
	width:80%;
}

form.formatedForm fieldset p textarea, #aCommitForm textarea, textarea.alone{
	display:inline-block;
	width:80%;
	background-color: #111;
	border: solid 1px #888;
	color: #eee;
	height: 6em;
}

form.formatedForm fieldset p textarea:focus, #aCommitForm textarea:focus, textarea.alone:focus{
	background-color: #222;
	border: solid 1px #aaa;
}


form.formatedForm fieldset p input[type="text"], form.formatedForm fieldset p input[type="password"], form.formatedForm fieldset p select, form.formatedForm fieldset p input[type="file"], div.extendedForm p input[type="text"],div.extendedForm p select, .fieldalone{
	display:inline-block;
	width:50%;
	height: 1.8em;
	line-height: 1.8em;
	background-color: #111;
	border: solid 1px #888;
	color: #eee;
	text-indent: 0.3em;
	font-size: 1em;
}

form.formatedForm fieldset p select option, .fieldalone > option, div.extendedForm p option{
	display: block;
	width:100%;
	background-color: #111;
	color: #eee;
	text-indent:0;
	line-height: 1em;
}


form.formatedForm fieldset p select option,  select.fieldalone{
	display:block;
	text-indent:0;
	line-height: 1em;

}

.fieldalone {
	width:100%;
}

form.formatedForm input[type="submit"], form.formatedForm input[type="reset"], form.formatedForm button, #aCommitForm button, .sButton{
	min-width:90px;
	height: 2.0em;
	line-height: 1.8em;
	background: #111;
	border: dotted 1px #888;
	color: #eee;
	font-size: 1em;
	padding: 0 5px 0 5px;
}

form.formatedForm input[type="submit"]:hover, form.formatedForm input[type="reset"]:hover, form.formatedForm button:hover, .sButton:hover, #aCommitForm button:hover{
	background: #333;
	border: dashed 1px #888;
}




form.formatedForm fieldset div span{
	vertical-align: top;
}

form.formatedForm fieldset div{
	text-align: center;
}

form.formatedForm fieldset div p{
	display:inline-block;
	width: 50%;
	text-align: left;
	margin:0;
}

form.formatedForm fieldset div p label{
	display: inline;
	margin-left: 0.5em;
	width: auto;

}


form.formatedForm fieldset p input:focus[type="text"], form.formatedForm fieldset p input:focus[type="password"], div.extendedForm p input[type="text"], .fieldalone{
	background-color: #222;
	border: solid 1px #aaa;
}

p.errorMsg{
	color: #f22;
}

.accessKey{
	text-decoration: underline;
	display: inline !important;
	margin: 0 !important;

}


#loginForm{
	font-size: 1.4em;
	margin:0 auto;
	margin-top: 10px;
}

#loginBox{
	text-align:center;
}

#usersList tbody tr td, #jobsList tbody tr td{
	text-align: center;
}

.jui-button{
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}

.inlineForm *{
	display:inline-block;
	margin:5px;
}

.inlineForm span{
	margin:0;
}

.inlineForm select{
	width:auto !important;
}

form.inlineForm{
	width:100%;
	text-align: center
}

.inlineForm fieldset{
	width:100%;
}

.infoMsg {
	font-style: italic;
}

pre {
	white-space: pre-line;
}

.messageRead td {
	font-weight: normal;
}

.messageUnread td {
	font-weight: bold;
}

td.messageIcon {
	width: 20px;
	line-height: 100%;
}

td.messageIcon img{
	width: 20px;
}

.bigger{
	font-size: 1.2em;
}

#knowledge{
	margin-left:15px;
}

#knowledge li{
	list-style-type: none;
	display: block;
	margin-top: 0.8em;
}


#knowledge li a:hover{
	background: #ccc;
	color: #111;
}

#knowledge li:before{
	content: "\00bb";
	padding-right: 0.2em;
}

.status{
	text-decoration:underline;
}

#acfContent, #aefContent {
	width: 100%;
	height: 15em;
	margin: 0 auto;
}

.centered{
	text-align: center;
}

#aCommitForm{
	margin-top: 15px;
}

#aCommitForm textarea {
	display:block;
	margin: 0 auto;
	height: 15em;
	width:90%;
}

#aCommitForm input[type="file"] {
	color: inherit;
}

#aCommitForm textarea.acfComment {
	height: 4em;
}


#reportD{
	width: 100%;
	padding:0;
	margin:0;
}

#reportD form p{
	padding-bottom: 0.5em;
}


#reportD p{
	text-indent: 1em;
	line-height: 1.6em;
}

#reportD pre{
	line-height: 1.5em;
	padding: 2em;
}


.borderedUp {
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}

.borderedLeft {
	border-left: solid 1px #666;
}

.borderedBottom {
	border-bottom: solid 1px #666;
}

.title{
	font-size: 1.6em;
}

#reportD p{
	padding:0;
	margin:0;
}

.mceText{
	text-indent: 0;
	line-height: 1em;
}


div.ib {
	display:inline-block;
	line-height: 2em;
	width:32%;
	text-indent: 1em;
}

div.ibl {
	width: 100%;
}

table.list{
	width: 80%;
	margin: 1em auto;
	border-collapse: collapse;
	border-spacing: 0;
}

table.list thead tr th{
	border-bottom: solid 2px #333;
	line-height: 2em;
	min-width: 3em;
	text-align: center;
}

table.list tbody tr td{
	border-bottom: solid 1px #333;
	line-height: 1.3em;
	text-align: center;
	padding: 0.5em;
}

#acfContent_tbl{
	margin: 0 auto !important;
}

.printer{
	display:none;
}

.reportTable{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.reportTable thead tr th{
	border-bottom: solid 2px #333;
}

.reportTable tbody tr td{
	border-bottom: dotted 1px #333;
	text-align: center;
	line-height: 1.8em;
}

textarea.error, input.error {
  background-image: url("../gfx/warn.png");
  background-position: center right;
  background-repeat: no-repeat;
}

textarea.success, input.success {
  background-image: url("../gfx/ok.png");
  background-position: center right;
  background-repeat: no-repeat;
}

em.error, em.errorborder{
	display:none !important;
}

em.success, em.successborder{
	display:none !important;
}

#colorSelector{
	display:inline;
	margin-right: 10px;
}

.mceText {
	color: #000 !important;
}

.tablesorter thead tr th {
	cursor: pointer;
	* cursor: hand;
}

.lateJob td, .lateJob a{
	color: red !important;
}
/* /// */

#kindForm input[type="text"], #kindForm input[type="text"]:focus {
	background: none;
	border: none;
	border-bottom: dashed 1px #666;
	outline: none;
	text-align: center;
	width: 50%;
}

#kindForm input[type="text"]:focus{
	border-bottom: dashed 1px #eee;
}

#ajfTablePreview, #coordTable, #assessmentTable{
	width:90%;
	border-collapse: collapse;
	margin-bottom: 2em;
}

#ajfTablePreview td,#ajfTablePreview th , #coordTable td, #coordTable th, #assessmentTable th, #assessmentTable td{
	border:solid 1px #666;
}

input.clear[type="text"], input.clear[type="text"]:focus, #jobTable input[type="text"], #jobTable select, #jobTable input[type="text"]:focus{
	background: none;
	border: none;
	border: solid 1px #666;
	outline: none;
	text-align: center;
	width: 50%;
}

#jobTable select {
	width: 100%;
}

#jobTable select option, div.extendedForm p select option, div.extendedForm select, #jobTable select{
	background: #444;
}

input.clear[type="text"]:focus, #jobTable input[type="text"]:focus{
	border: solid 1px #eee;
}

#jobTable input[type="text"], #jobTable input[type="text"]:focus{
	font-size: 1.1em;
	width: 95%;
}

#jobTable{
	margin: 0 1em 0 1em;
}

#jobTable td{
	line-height: 2em;
}

.fakeInput {
	border: solid 1px #666;
}

table.ajfSimpleFormField{
	width:80%;
	border-collapse: separate;
}



table.ajfSimpleFormField tbody tr td {
	width:40%;
	text-align:right;

}

.hidden{
	display: none;
}

#ajfSFFTable {
	border-collapse: collapse;
}

#ajfSFFTable tbody td {
	border-bottom: solid 1px #666;
	text-align:left;
}

.smaller{
	font-size: 0.8em;
}

#ajfTJFTable{
	margin: 0 auto;
}
#jobTable input.error, input.errorborder{
	border: solid 1px red !important;
}

#jobTable input.success, input.successborder{
	border: solid 1px green !important;
}

.ibwide {
	width:64% !important;
}

.jobActive td{
	color: green !important;
}

.scrollable{
	height: 300px;
	overflow:auto;
}

.smallscrollable{
	/* height: 150px;
	overflow: auto;
	*/
}

#aEditForm button{
	margin: 1em;
}

.aligned {
	text-align: right;
}


.extendedForm p{
	margin: 5px 0 5px 0;
}

#rbResult{
	margin: 1em;
}

#aCommitForm button{
	margin-left:1em;
}

.lastMenuItem{
	text-align:right;
}

/* */

.normal {
	font-weight:normal;
}

table.schedule {
	width:100%;
	border-collapse:collapse;
	border-spacing: 0;
}

table.schedule tr{
	height: 3em;
}

table.schedule td, table.schedule th{
	text-align:center;

	border: solid 1px #666;
}


table.schedule .time{
	text-align:center;
}

.wide{
	width:95% !important;
}

.infobox{
	text-align:center;
	border: solid 1px #666;
	background-color: rgba(255,255,255,0.2);
	margin-left:10%;
	margin-right:10%;
	font-size: 1.2em;
	padding:0.3em;
}

#scheduleWorkerForm input{
	width: 70%;
}

#rbSearch {
	width: 40%;
}

.schedule input{
	width:70%;
}

table.schedule{
	width:95%;
	margin: 0 auto;
}

table.opinions {
	width: 70%;
	border-bottom: solid 1px #666;
	margin-bottom: 15px;
}

#workerOpinions{
	display: none;
}

.extendedFormPreview{
	padding:3em;
}

/* 09.08.2012 */

.scheduleWorkerForms textarea{
  width: 90%;
  height: 6em;
  text-align: center;
  font-family: monospace;
}

.bigger {
  font-size:1.4em;
}

.scheduleWorkerForms pre {
  padding: 0.5em 1em 0.5em 1em;
  white-space: pre;
}


table.schedule {
  margin: 2em 0 1em 0;
}

ul.ul-normal {
    margin: 20px;
}

#urgent-info{
    width: 80%;
    margin: 30px auto;
    border: solid 3px #ddd;
    text-align: justify;
}

#urgent-info > div {
    padding: 10px;
}

#urgent-info p {
    padding: 0.2em 1em;
    font-size: 1.2em;
}

#urgent-info header{
    background: #ddd;
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px;
}

#urgent-info header span{
    display:inline-block;
    width: 1.5em;
    text-align: center;
    background: #000;
    color: #ddd;
    margin-right: 0.5em;
}

.logtable {
 width:100%;
 font-family: monospace;
 font-size: 11px;
 border-collapse: collapse;
}
.logtable th {
 border-bottom: solid 1px #666;
 text-align:left;
}
.logtable td {
 border-bottom: solid 1px #333;
 padding: 1px;
}
.logform input {
display:inline-block;
width: 70px;
}
