body {
 background-color: #E5E5E5;
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 14px;
 margin: 0px; padding: 0px;
 color: #4F5155;
}

a {
 color: #003399;
 background-color: transparent;
 font-weight: normal;
}

img{
	border: none;
}

ul{
	list-style: none;
}


h1 {
 color: #444;
 background-color: transparent;
 font-size: 16px;
 font-weight: bold;
 margin: 24px 0 2px 0;
 padding: 5px 0 10px 0;
}

table{
	border-collapse:collapse;
}

table tr td{
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 10px;
 color: #666;
}


p {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 color: #666;
}


p, div, ul, h1, h2, h3, h4{
	margin: 0px;
	padding: 0px;
}

/* Header */
#header{
	background: #000;
	width: 100%;
	height: 86px;
	margin: 0px; padding: 0px;
}

#header_items{
	width: 1024px;
}

#login_logo{
	width: 255px; height: 129px;
	margin: 100px auto 40px auto;
}

#login_area{
	width: 400px;
	background: #F5F5F5;
	border: 10px solid #ccc;
	padding: 15px 25px 10px 25px;
	margin-left: auto; margin-right: auto;
}

#login_area h2{
	font-size: 13px;
 	padding-top: 5px;
}

#login_area #username,#password{
	padding: 3px 0 3px 0;
	margin:  5px 0 5px 0;
	font-size: 14px;
	width: 300px;
}

#login_area .log-in{
	background: #ff0000;
	border: none;
	color: #fff;
	width: 55px;
	height: 30px;
	font-weight: bold;
	font-size: 12px;
}

#login_area .wrong{
	width: 300px;
	padding: 3px 3px 3px 3px;
	background: #ff0000;
}

#login_area .wrong p{
	color: #fff;
	padding: 3px 3px 3px 3px;
}


#header{
	background: #000;
	height: 86px;
}

#header_items{
	width: 1024px;
	margin-left: auto; margin-right: auto;
	height: 86px;
	position: relative;
}

#header_items h1{
 color: #fff;
 font-size: 21px;
 font-weight: bold;
 padding: 15px 0 0 0;
 
}

#settings{
	position: absolute;
	top: 3px; right: 5px;
}


#settings li{
 	float: left;
    margin-right: 5px;
	margin-left: 5px;
	list-style: none;
}

#settings li a{
	color: #666;
	font-size: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

#settings li #user{
	text-decoration: none;
	color: #fff;
}

#settings li a:hover{
	color: #fff;
}


#settings #logout a{
	border: none;
}


#nav{
	position: absolute;
	bottom: 8px;
}

#nav li{
	list-style: none;
	float:left;
	margin-right: 2px;
}

#nav li a{
	padding: 8px 8px 8px 8px;
	background: #808285;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}


#nav li a:hover{
	background: #E5E5E5;
	color: #000;
}

#nav li #dash{
	background: #E5E5E5;
	color: #000;
}

#nav li #dash:hover{
	background: #808285;
	color: #fff;
}

#search{
	position: absolute;
	right: 5px;
	bottom: 8px;
}

#search li{
	list-style: none;
	float:left;
	margin-right: 2px;
}

#search li a{
	padding: 8px 8px 8px 8px;
	background: #808285;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

#search li a:hover{
	background: #E5E5E5;
	color: #000;
}
/* End Header */

/*Body */

#content{
	position: relative;
	width: 1024px;
	margin: 15px auto 0 auto;
}


#icontent{
	position: relative;
	width: 1000px;
	margin: 15px auto 20px auto;
	background: #fff;
	border: 1px solid #ccc;
	position: relative;
}

#icontent #logo{
	width: 240px; height: 43px;
	margin: 20px auto 20px auto;
}

#icontent p{
	text-align: center;	
}

#icontent #invoice{
	width: 900px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
 	margin: 10px auto 20px auto;
}

#icontent #invoice_num{
	position: absolute;
	top: 160px; right: 50px;
}

#icontent #contract_num{
	position: absolute;
	top: 220px; right: 50px;
}

#icontent #invoice_num tr th{
	width: 100px;
	text-align: center;
	border: 1px solid #ccc;
}


#icontent #invoice_num tr td{
	width: 100px;
	text-align: center;
	border: 1px solid #ccc;
}


#icontent #contract_num tr th{
	width: 200px;
	text-align: center;
	border: 1px solid #ccc;
}


#icontent #contract_num tr td{
	width: 200px;
	text-align: center;
	border: 1px solid #ccc;
}

#icontent #terms{
	position: absolute;
	top: 280px; right: 50px;
}

#icontent #terms tr th{
	width: 150px;
	text-align: center;
	border: 1px solid #ccc;
}


#icontent #terms tr td{
	width: 150px;
	text-align: center;
	border: 1px solid #ccc;
}

#icontent #bill_to{
	position: absolute;
	top: 220px; left: 50px;
}

#icontent #bill_to tr th{
	width: 250px;
	border: 1px solid #ccc;
}


#icontent #bill_to tr td{
	width: 250px;
	border: 1px solid #ccc;
}

#icontent #service{
	background: #CECECE;
	width: 900px;
	margin-left: 50px;
	margin-top: 200px;
}

#icontent #service h1{
	padding: 5px;
	font-size: 12px;
}

#icontent #total{
	margin-left: 50px;
	margin-bottom: 20px;
	width: 900px;
}

#icontent #total tr th{
	border: 1px solid #ccc;
	font-size: 10px;
	width: 70px;
}

#icontent #total tr td{
	text-align: center;
}

#icontent #total tr #serving{
	border: 1px solid #ccc;
	font-size: 10px;
	width: 150px;
}


#icontent #total tr td#serving{
	border: 1px solid #ccc;
	font-size: 10px;
	width: 150px;
}

#icontent #total tr #oc{
	border: 1px solid #ccc;
	font-size: 10px;
	width: 40.5px;
}

#icontent #total tr td#oc{
	border: 1px solid #ccc;
	font-size: 10px;
	width: 55px;
}

#icontent #total tr #served{
	border: 1px solid #ccc;
	font-size: 10px;
	width: 25.5px;
}

#icontent #total tr td#served{
	border: 1px solid #ccc;
	font-size: 10px;
	width: 25.5px;
}

#icontent #total tr td#credits{
	color: #ff0000;
}

#icontent #total tr td{
	border: 1px solid #ccc;
}

#content #leftside{
	position: absolute;
	width: 701px;
	height: 800px;
	top: 0px; left: 0px;
	position: relative;
}

#content #leftside #status{
	background: #006838;
	padding: 3px 5px 3px 0px;
	margin: 0px 10px 0px 10px;
	width: 81px;
	color: #fff;
	font-size: 10px;
}

#content #leftside #status_no{
	background: #ff0000;
	padding: 3px 5px 3px 0px;
	margin: 0px 10px 0px 10px;
	width: 81px;
	color: #fff;
	font-size: 10px;
}

#content #leftside p{
	padding: 10px 25px 10px 10px;
	font-size: 12px;
}

#content #leftside table{
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	width: 668px;
}

#content #leftside table#clients a{
	padding-left: 10px;
}

#content #leftside table#clients a:hover{
	color: #B8860B;
}

#content #leftside table#clients #posted_by{
	font-size: 10px;
	border-left: 1px solid #E6E7E8;
	padding-left: 10px;
}

#content #leftside table#clients #posted_by span{
	color: #000;
	font-weight: normal;
}

#content #leftside table#clients tr td{
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #E6E7E8;
}

#content #leftside #task_top{
	background: url('http://clients.drebarnes.com/tic/system/application/views/images/blue_top.png');
	width: 701px; 
}

#content #leftside #task_top h3{
	padding: 10px 0px 10px 10px;
}

#content #leftside h2{
	font-size: 13px;
 	padding-top: 5px;
}

#content #leftside #username,#password{
	padding: 3px 0 3px 0;
	margin:  5px 0 5px 0;
	font-size: 14px;
	width: 300px;
}

#content #leftside .fields{
	padding: 3px 0 3px 0;
	margin:  5px 0 5px 0;
	font-size: 14px;
	width: 500px;
}

#content #leftside .log-in{
	background: #ff0000;
	border: none;
	color: #fff;
	width: 55px;
	height: 30px;
	font-weight: bold;
	font-size: 12px;
}

#content #leftside #task_middle{
	background: url('http://clients.drebarnes.com/tic/system/application/views/images/strip.png');
	background-repeat:repeat-y;
	width: 701px;
	padding: 10px 0px 0px 10px;
	margin-bottom: 0px;
}

#content #leftside #task_middle #create_form{
	margin-bottom: -14px;
}

#content #leftside #task_middle #create_form p{
	padding-left: 5px;
}

#content #leftside #task_middle #create_form .response{
	font-weight: bold;
	color: #ff0000;
}

#content #leftside #task_bottom{
	background: url('http://clients.drebarnes.com/tic/system/application/views/images/bottom.png');
	width: 701px; height: 25px;
	margin-top: 0px;
}

#content #rightside{
	position: absolute;
	width: 300px;
	height: 200px;
	top: 0px; right: 0px;
}

#content #rightside ul li{
	margin: 5px 0 0 5px;
	font-size: 12px;
	font-weight: bold;
}

#content #rightside #recent{
	background: #A8BAD7;
	color: #000;
	padding: 5px 0 5px 5px;
}

#content #leftside #copy{
	font-size: 9px;
	color: #999;
}

#content #leftside #copy a{
	font-size: 9px;
	color: #999;
}

#content #leftside #delete{
	position: absolute;
	top: 50px; right: 10px;
	font-size: 11px;
}

/* End Body */


/* Footer */

/* End Footer */
