/*
* {margin: 0;padding: 0;}
*/

body {
  font-family: Calibri;
  font-size: 12px;
}

table {
  font-family: Calibri;
  font-size: 12px;
}

#topnav_table a {
width: 100px;
padding-right: 5px;
padding-left: 5px;
display: block;
text-align: center;
border: 1px solid black;
line-height: 20px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #371C1C;
}

#topnav_table td a:hover {
color: #F70;
}


#topnav ul {
list-style-type: none;
background-image: url(navi_bg.png);
height: 40px;
width: 663px;
margin: auto;
}

#topnav li {
float: left;
}

#topnav ul a {
padding-right: 5px;
padding-left: 5px;
display: block;
border: 1px solid black;
line-height: 30px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #371C1C;
}

#topnav ul a:hover {
color: #F70;
}

.joblist {
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.joblist th, .joblist td {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.joblist th a, .joblist td a {
    text-decoration: none;
    text-color: #000000;
}

.joblist th a:link, .joblist td a:link { color: #000000; }
.joblist th a:visited, .joblist td a:visited { color: #000000; }

.order_live {
  background-color: #ffffff;
  width: 700px;
  vertical-align:top;
}
/*
.order_live:hover {
  color: #555555;
}
*/
.order_live a {
  display:block;
  text-decoration: none;
  /* border: 1px solid black; */
}

.order_complete {
  background-color: #aaaaaa;
  width: 700px;
}

.order_complete a {
  text-decoration: none;
}


/* -------------------------------------------------- */
.works_order {
font-family: "Courier New",Courier,monospace;
font-size: 14px;
width: 800px;
}

.title {
margin-top: 20px;
display: block;
font-weight: bold;
text-decoration: underline;
text-align:center;
float: clear;
}

.top_header {
display:block;
width: 800px;
border: 1px solid red;
float: clear;
}

.left_address {
width: 300px;
text-align: left;
border: 1px solid blue;
vertical-align: top;
}

.right_order_details{
width: 300px;
margin-left: 100px;
text-align: left;
vertical-align: top;
}

.left_heading{
display:block;
width: 150px;
text-weight: bold;
float:clear;
}
.right_value{
display:block;
width: 630px;
float:right;
}

#watermark {
  display:none;
}


/* ************************************************** */
.order_live .row_ord_stat {width:20px;text-align:center;}
.order_live .row_ord_no {width:50px !important; text-align:center;}
.order_live .row_iss_dt {width:80px !important;}
.order_live .row_job {width:350px;}
.order_live .row_addr {width:200px; text-align:center;}
.order_live .row_iss_dt {width:80px; text-align:center;}

.order_complete .row_ord_stat {width:20px;text-align:center;}
.order_complete .row_ord_no {width:50px !important; text-align:center;}
.order_complete .row_iss_dt {width:80px !important;}
.order_complete .row_job {width:350px;}
.order_complete .row_addr {width:200px; text-align:center;}
.order_complete .row_iss_dt {width:80px; text-align:center;}

.overdue {background-color:#963634; color: #ffffff;}
.overdue td a:visited, .overdue td a:link {color:#ffffff;}
.oneweek {background-color:#DA9694;}
.pct20 {background-color:#E6B8B7;}
.pct40 {background-color:#F2DCDB;}

/*.order_live:hover {text-decoration:underline;}  */


/* for dropdown */
	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:175px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}
