html {
	font-size: 100.01%;
	min-height: 100.1%;
	margin-bottom: 1px;}

* {
	margin: 0;
	padding: 0;}

body {
	color: #636363;
	font: 80% Arial, sans-serif;}

a {
	color: #636363;
	text-decoration: none;}
a:hover, a:focus, a:active {
	text-decoration: underline;}

table {
	width: 98%;
	font: 1em sans-serif;}

tr, td {
	color: #636363;}

th {
	color: #013157;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: bottom;}

td {
	vertical-align: top;}

h1, h2, h3, h4, h5 {
	color: #636363;
	margin: .5em 0 .2em 0;
	background-color: transparent; }

h1 {
	margin: 0;
	font-size: 2.4em;}

h2 {
	font-size: 2em;}

h3 {
	font-size: 1.6em;
	margin: .5em 0;
	color: #013157;}

h4 {
	margin-top: 0;
	font-size: 1.2em;
	color: #013157;}

h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
	color: #013157;}

strong {
	color: #013157;}

p {
	color: #999;
	margin-top: .3em;
	margin-bottom: 1em;}

ul {
	margin: 0 0 .5em 1.25em;
	list-style-type: square;}

ol {
	margin: .1em 0 1em 2em;}

dl {
	margin-top: .1em;
	margin-bottom: 1em;}

dt {
	margin-left: .3em;
	font-weight: bold;}

dd {
	padding: .1em 0 .75em 3em;}

li {
	padding: .2em 0;}

hr {
	height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #636363;
	color: #636363;}

abbr, acronym {
	border-bottom: 1px dotted #636363;
	cursor: help;}

form {
	padding: .2em 0;}

legend {
	padding: .25em;
	font-weight: bold;}

fieldset {
	border: none;}

label {
	margin-right: 1em;
	font-weight: bold;}

input, textarea, option, select, checkbox {
	font: 1em sans-serif;
	padding: .1em .2em;}
input, textarea, select {
	border: solid 1px #636363;}
.checkbox, .radio {
	border: none;
	margin-right: .5em;}
option {
	padding-right: 1em;}
input:focus, select:focus, textarea:focus {}

input[type="image"], img {
	border: none;}
input[type="button"], input[type="submit"], input[type="reset"] {
	width: 5.5em;
	padding: .2em 0;
/*	float: right;*/
	font-weight: bold;
	border-radius: 3px;
	border-width: 2px;
	border-color: #aaa #636363 #636363 #aaa;
	border-style: solid;}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	cursor: pointer;
	border-color: #969696;}
input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
	cursor: pointer;
	border-color: #636363 #aaa #aaa #636363;}

.btn_revieworder {
	width: 96px !important;
	height: 34px;
	border-width: 0 !important;
	color: transparent;
	font-size: 0;
	background-color: transparent;
	background-image: url("../buttons/review.jpg");
	background-repeat: no-repeat;
	}
.btn_revieworder:hover, .btn_revieworder:active  {
	background-image: url("../buttons/reviewHover.jpg");}

.btn_adjustorder {
	width: 148px !important;
	height: 34px;
	border-width: 0 !important;
	color: transparent;
	font-size: 0;
	padding: 0 !important;
	margin: 0 5px 8px;
	float: right;
	background-color: transparent;
	background-image: url("../buttons/adjust.jpg");
	background-repeat: no-repeat;	}
.btn_adjustorder:hover, .btn_adjustorder:active  {
	background-image: url("../buttons/adjustHover.jpg");}

.btn_confirmorder {
	width: 158px !important;
	height: 34px;
	border-width: 0 !important;
	color: transparent;
	font-size: 0;
	padding: 0 !important;
	margin: 0 0 5px;
	float: right;
	background-color: transparent;
	background-image: url("../buttons/confirm.jpg");
	background-repeat: no-repeat;	}
.btn_confirmorder:hover, .btn_confirmorder:active  {
	background-image: url("../buttons/confirmHover.jpg");}

.btn_placeorder {
	width: 141px !important;
	height: 34px;
	border-width: 0 !important;
	color: transparent;
	font-size: 0;
	padding: 0 !important;
	background-color: transparent;
	background-image: url("../buttons/place.jpg");
	background-repeat: no-repeat;
	}
.btn_placeorder:hover, .btn_placeorder:active  {
	background-image: url("../buttons/placeHover.jpg");}


/*orderTableStyling*/
.ordertable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	/* [disabled]margin: 45px; */
	/* [disabled]width: 480px; */
	border-collapse: collapse;
	text-align: left;
	/*width:100%;*/
}
.ordertable th
{
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding: 10px 8px;
	border-bottom: 2px solid #000000;
	background-color:#FFF;
	/* [disabled]vertical-align: top; */
}
.ordertable td
{
	border-bottom: 1px solid #ccc;
	color: #304661;
	padding: 6px 8px;
	/* [disabled]border-right: 1px solid #ccc; */
	/* [disabled]border-left: 1px solid #ccc; */
}
.ordertable tbody tr:hover td
{
	color: #015294;
	background-color: #E7E8F5;
}
.ordertable tr:nth-child(2n+2)
{
	background-color: #F4F4FB;
}
.ordertable .tally
{
	background-color: #ffffff;
}
.ordertable textarea {
	width:200px;
}
