@import "menus.css?v=2";

body{
	font-family:arial,sans-serif;
	font-size:13px;
	margin:0 2px;
}
/*local column headers,div labels etc.*/
h4{
  font-size:13px;
  margin:8px 0px;
  padding:0px 5px;
}
h3{
	margin: 10px 0 10px 0;
}
th{
	text-align:left;
}
p{
	margin:0px;
}
form{margin:0} /*IE stuff*/
#pageholder{
	min-width:760px;
}
#session-tools{
	font-size:11px;
	color:#e59947;
	float:right;
}
#statusbar{
	background-color:#ccc;
	position:fixed;
	bottom:0px;
	right:0px;
	width:100%;
	padding:4px;
	text-align:right;
}
#statusbar p{
	margin:0px 10px 0px 0px;
}
#holder0{
	margin:0;
	padding: 0 10px;
	overflow: hidden;
}
.dynamic-edit-pane{
	border-top: 1px dashed #3a3;
	border-bottom: 1px dashed #3a3;
	/*background-color: #dfd;*/
	margin: 10px 0;
}
#holder1{
	margin:0 0.5%;
	color:#333;
}

#jobselector{
	width:100px;
}
#content{
	padding:0px;
	color:#111;
	margin-bottom:24px;
}
.infoblock{
	border:1px solid #aa9;
	margin:2px;
	padding:0px;
}
.text-box{
	height: 195px;
}
.infoblock table{
	border-collapse:collapse;
	width: 100%;
}
.infoblock h3{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:12px;
	padding:5px;
	margin:0px;
	background-color:#8eb0c7;
	color:#fff;
}
.infoblock th{
	font-weight:normal;
	text-align:left;
	padding:4px 5px;
	color:#222;
}
.infoblock  select.long{
	width:180px;
	max-width:180px;
}
tr.odd, tr.odd input, tr.odd select{
  background-color:#eeeeff;
}

.bottom-holder{
   padding-top:10px;
   margin-bottom:20px;
   width:710px;
   float:left;
}

.middle-holder{
   clear:left;
   padding-top:10px;
   width:160px;
   float:left;
}
select.listholder{
   width:100%;
   font-size:14px;
}
#assignedm{
   height:216px;
}
#allusers{
   height:276px;
}
div.listholder{
   height:300px;
   width:170px;
}
div.listholder h6{
   margin:5px 0px 3px 0px;
   color:#6090c7;
}
select.listholder2{
   width:100%;
   height:22px;
   padding:0px;
   overflow:hidden;
   font-size:14px;
}

.lh-button{
   width:130px;
}

.contenttable{
   width:100%;
   border-collapse:collapse;
}
.contenttable th{
   padding:10px 4px;
}
.contenttable th,.contenttable td{
   text-align:left;
   padding:2px;
   border:#aa9 1px solid;
}
.contenttable a:link,.contenttable a:visited{
   text-decoration:none;
   color:#225;
}
.contenttable a:hover{
   text-decoration:underline;
}

h2{
	font-size:15px;
	margin:0px;
	height:18px;
}
h2 img{
	vertical-align: middle;
}
img {
	border:none;
}
.heading{
	padding:10px;
	background-color:#8eb0c7;
	color:#fff;
	text-align:center;
	font-size: 15px; font-weight:bold;
	margin-bottom:5px;
}
.heading img{
	margin-top:-8px;
}
.editable{
	color:#933;
}
.borderless{
	border:none;
}
.infoblock .borderless{
	background-color:transparent;
}
.clearer{
   clear:both;
}
.centered{
   text-align:center;
}
.error{
	background-color:#fbb;
	color:#000;
	border:1px solid #999;
	padding: 10px;
}
.hint{
   font-size:11px;
   font-weight: normal;
}
.feedback{
   color:#02820c;
}
.righticon{
   float:right;
   margin-top:-4px;
}

.imgbutton{
   vertical-align:middle;
   cursor:pointer;
}
ul.pager{
  list-style-type:none; 
}
ul.pager li{
   float:left;
   padding:0px 2px;
}

.left{
   float:left;
}
.right{
   float:right;
}

/*----------------
   page specific
------------------*/

/* jobview
------------------*/
.classifyer{
   width:146px;
}
.classifyer ul{
   margin:0px;
   padding-left:18px;
   list-style-type:circle;
   max-height:170px;
   overflow:auto;
}
.classifyer ul li{
   padding:0px;
   margin:0px;
}
.saverbtn{
   display:none;
   text-align:center;
}
.shy{
   color:#999;
}
.hidden{
   display:none;
}

/* search
------------------*/
#searchform fieldset{
   background-color:#c0c0c0;
   padding:10px;
}
#searchform h5{
   margin-bottom:0px;
   text-align:center;
   color:#333;
}
#searchform p{
   margin:4px;
}
#searchformers{
   float:left;
   margin-right:10px;
}
#searchform .smallinput{
   width:130px;
}
#gosearch{
   width:100px;
   height:100px;
   font-size:40px;
   color:#89b6e2;
}

/* WIP
------------------*/
#nameslist, #nameslist ul{
   list-style-type:none;
}
#nameslist .username{
   font-size:16px;
}
.extend-button{
   cursor:pointer;
   vertical-align:middle;
   padding:5px;

}
ul.categorylist{
   color:#2b5e5e;
}
ul.joblist{
	margin:0px;
	padding-left:30px;
	color:#222;
}
ul.joblist li{
	position:relative;
}
.statusList{
	width:80px;
	height:120px;
	margin:0px;
	padding:4px;
	background-color:#a5a758;
	color:#fff;
	border:#777 1px solid;
	z-index:100;
}
.statusList  li{
   cursor:pointer;
}
.statusList  li:hover{
   color:#fcc;
}

.pseudo-link{
	color:#44f;
	text-decoration:underline;
	cursor:pointer;
}

.printthis{
	float:right;
	text-decoration:none;
}
.jobstatus{
	color:#555;
}
.add-another:link, .add-another:visited{
	font-size: 18px;
	text-decoration: none;
	color:#339;
}
.action-button{
	cursor:pointer;
}

.wide{
	width: 100%;
}

.jm_table{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}
.jm_table th{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 4px 10px 12px;
	color: #039;
}
.jm_table td{
	padding: 8px;
	color: #669;
}
.jm_table td, .jm_table th{
	border: 1px solid #bbb;
}
.jm_table .odd{
	background: #e8edff; 
}
.jm_table a:link,.jm_table a:visited{
	color:#669;
	text-decoration:none;
}
.jm_table a:hover{
	text-decoration:underline;
}
.jm_table .border-top{
	border-top:#039 1px dotted;
}
.jm_table td.currency{
	text-align: right;
}

.sort-icon{
	margin:0 5px;
	vertical-align: middle;
}
.sort-class-ASC{
	background: url(../images/arrow_up.png) 0 50% no-repeat;
}
.sort-class-DESC{
	background: url(../images/arrow_down.png) 0 50% no-repeat;
}

table.sharp{
    border-collapse: collapse;
    color:#333;
}
table.sharp td{
    border:1px solid #888;
}
ul.raw{
	list-style:none;
	margin:0;
	padding:0;
}
/**
 * minimalist tables within other tables
 */
.intable-table{
	border-collapse: collapse;
}
.intable-table thead td{
	border:none;
}
.intable-table tbody td{
	border-right:none;
	border-left:none;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding: 0.3em 0.5em;
}
.intable-table tfoot td{
	border:none;
}

.tab{
	padding: 1em;
}
td.label, th.label{
	font-weight:bold;
}

.jm_table td.negative{
  color:red;
}
.message {
	padding: .5em;
	border: 1px solid #ccc;
}
.message.error{
	background-color: #f99;
}

.edit-form .label {
    text-align: right;
}

.edit-form td {
    padding: 4px 10px;
}

.edit-form input,
.edit-form select
{
    width: 200px;
}