#footer {
	position: absolute;
	top: 10px;
	right: 10px;
}

#footer input, #footer button, #login input.submit {
	padding: 10px;
	font-size: 16pt;
	margin-left: 10px;
	background: red;
}

input, select {
	background-color: #00FF00;
	border: 1px grey solid;
}

input:read-only {
	background-color: white;
	border: none;
}

ul {
	list-style-type: none;
}

.adjust {
	display: none;
	margin-left: 5px;
	width: 150px;
}

.third {
	width: 33%;
	float: left;
	display: block;
	text-align: center;
}
div.two_thirds {
	width: 60%;
	float: right;
	display: block;
}
.red {
	background-color: red;
	color: white;
}
.black {
	background-color: black;
	color: white;
}
h3 span.red {
	color: red;
	background: none;
}
.white {
	background-color: white;
	color: black;
}
.delete {
	background-color: black;
	color: white;
	padding: 5px;
}
.unrecover {
	color: #e20000;
}
.green {
	color: #009900;
}
.orange {
	color: darkorange;
}
.blue {
	color: blue;
}
tr.top_border td{
	border-top: 3px solid black;
}

.h1_2 {
	margin-top: -35px; 
	margin-left: 40px;
}
button.button, input.button, a.button { 
	margin-top: 20px;
	padding: 10px;
	font-size: 16pt;
	background: yellow;
    color: black;
}

button.button:disabled, input.button:disabled, a.button:disabled {
	background: #ffff99;
}

a.button {
	color: black;
	text-decoration: none;
	-webkit-appearance: button;
	font-family: arial;
	margin-top: 20px;
}
a.small_button, button.small_button {
	text-decoration: none;
	-webkit-appearance: button;
	color: white;
	padding: 5px;
	text-align: center;
	width: 80px;
}
a.small_button {
	background: green;
}
button.small_button {	
	background: orange;
}
button.yes, a.yes {
	background: yellow;
	width: 51px;
	padding: 5px;
	margin: 0px;
    text-decoration: none;
    color: black;
    font-family: arial;
    border-style: outset;
}

button.submit, input.submit {
    color: black;
	background: yellow;
	width: 135px;
	margin: 2px;
}

button.orange {
	background-color: darkorange;
	color: black;
}

button.blue {
	background-color: blue;
	color: white;
}

tr.title td, td.title {
	font-weight: bold;
}

td.right {
	text-align: right;
}

td {
	border: 1px solid black;
	vertical-align: top;
}

h2 {
	clear: both;
	display: block;
	margin: 30px 0px 0px 0px;
	color: blue;
}

td h3 {
	margin: 0px;
}

h3 {
	display: block;
	clear: both;
	margin-bottom: 0px;
}

p {
	margin: 0px 0px 20px 0px;
}

fieldset {
	margin: 0px 20px 20px 0px;
	width: 560px;
	border: black solid 3px;
}

form#about_customer fieldset {
	margin-right: 10px;
}
form#about_customer table td, table#email_quotes td, form#email_invoice table td table td {
	border: 0px;
}
form#about_customer fieldset fieldset table td {
	border: 1px solid black;
}
fieldset fieldset {
	width: 400px;
}
fieldset legend h2 {
	margin: 0px 10px 0px 10px;
}
fieldset legend h3 {
	margin: -5px 10px 0px 10px;
}
fieldset p input, fieldset p textarea, fieldset p select {
	float: right; 
	margin-right: 150px;
	width: 200px;
}
fieldset p textarea {
	height: 50px;
}
fieldset fieldset p input, fieldset fieldset p textarea, fieldset p select  {
	margin-right: 0px;
}
fieldset fieldset h2 {
	margin: 0px;
}
table tr.title td, td.title {
	font-weight: bold;
}
.big {
	font-size: 200%;
}
div.perm1, div.perm2 {
	background: red;
	width: 95%;
	float: left;
	padding: 10px;
	margin: 5px;
	color: black;
}
div.perm1 h2, div.perm2 h2 {
	margin: 0px 0px 10px 0px;
}

div.perm1 a, div.perm2 a {
	color: black;
	text-decoration: none;
}
div.perm1 a:hover, div.perm2 a:hover {
	text-decoration: underline;
}

div.perm1 {
	background-color: #FAC3D4;
	border: 3px solid #FF6695;
}
div.perm2 {
	background-color: #C3FAE9;
	border: 3px solid #66FFD0;
}
div.half {
	width: 48%;
	margin: 0px 5px;
	float: left;
}
div.half table {
	width: 100%;
	margin-bottom: 10px;
}
form#adjust input {
	width: 50px;
	text-align: right;
}
.but_calendar {
	display: block;
	float: right;
	background: yellow;
    color: black;
	width: 50px;
	margin-right: 100px;
}
.grey {
	color: grey;
}
p.grey input {
	background-color: grey;
	color: black;
}
.print_checkbox {
	background: white;
}

tr.red {background: red}
tr.odds {background: lightgrey}
tr.evens {background: white}

#sig {
	float: right;
	width: 300px;
	padding: 10px;
	display: block;
	margin-left: 20px;
	border: black 2px solid;
	background: #DFE0FF;
}
#sig p {
	margin: 0px;
}


#history_address input, #history_address select {
	width: 400px;
}

#history_address input:disabled, #history_address select:disabled, input.disabled_hide:disabled {
    background: white;
	border: none;
	color: black;
	width: 400px;
}

#approve_update input {
	width: 300px;
}


/*----- dialog -----*/

.ui-widget-content {
	border: black 10px solid;
}
.ui-widget-header {
	background: red;
	text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
}
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
	border:none
}
.ui-dialog .ui-dialog-content {
	text-align: center;
}
.ui-dialog .ui-dialog-title {
	width: 100%;
}
.ui-dialog .ui-dialog-titlebar-close {
	display: none;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 15px 5px;
	border: red solid 3px;
	font-weight: bold;
	width: 48%;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 20px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 20px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 20px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 20px;
}