html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #fff;
	font: 12px 'Trebuchet MS';
	color: #717171;
}
p {
	margin: 5px 0;
}

a {
	color: #2e75c5;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
hr {
	height: 1px;
	border:0px;
	color: #eaeaea;
	background: #eaeaea;
	margin-bottom: 10px;
	font-size: 0;
}
h2 {
	color: #000;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 18px;
}

input {
	font-family: 'Trebuchet MS';
}
form {
	border: 1px solid #b5ceee;
	background: #ecf5ff;
	padding: 5px;
	margin-bottom: 15px;
}
form fieldset span {
	background: #E9E9E9;
	padding: 3px;
}
form fieldset {
	border: 0px;
	background: #f7f8ff;
	padding: 6px;
}
form fieldset label {
	display: block;
	padding: 3px;
	padding-left: 0px;
	color: #4f4f4f
}
form fieldset .smallField {
	border: 1px solid #a4c8ee;
	padding: 3px;
	width: 40%;
}
form fieldset .mediumField {
	border: 1px solid #a4c8ee;
	padding: 3px;
	width: 70%;
}
form fieldset .largeField {
	border: 1px solid #a4c8ee;
	padding: 3px;
	width: 98%;
}
form fieldset .smallTextArea {
	border: 1px solid #a4c8ee;
	padding: 3px;
	width: 40%;
}
form fieldset .mediumTextArea {
	border: 1px solid #a4c8ee;
	padding: 3px;
	width: 70%;
}
form fieldset .largeTextArea {
	border: 1px solid #a4c8ee;
	padding: 3px;
	width: 98%;
}
form fieldset small {
	display: block;
	padding: 3px;
	padding-left: 0px;
	margin-bottom: 5px;
}
form .button {
	background: #6ea7e0;
	border: 1px solid #489cf1;
	color: #FFF;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 11px;
}

.infoBox {
	background: #fff;
	padding-left: 10px;
	border: 2px solid #0170ca;
	margin-top: 10px;
	margin-bottom: 10px;
}
.errorBox {
	background: #fff;
	padding-left: 10px;
	border: 2px solid #e51905;
	margin-top: 10px;
	margin-bottom: 10px;
}
.warningBox {
	background: #fff;
	padding-left: 10px;
	border: 2px solid #ffcc00;
	margin-top: 10px;
	margin-bottom: 10px;
}
.successBox {
	background: #fff;
	padding-left: 10px;
	border: 2px solid #00722d;
	margin-top: 10px;
	margin-bottom: 10px;
}
.infoBox p {
	background: url('/static/images/info.png') no-repeat left;
	margin: 10px;
	padding: 2px;
	padding-left: 25px;
}
.errorBox p {
	background: url('/static/images/error.png') no-repeat left;
	margin: 10px;
	padding: 2px;
	padding-left: 25px;
}
.warningBox p {
	background: url('/static/images/warning.png') no-repeat left;
	margin: 10px;
	padding: 2px;
	padding-left: 25px;
}
.successBox p {
	background: url('/static/images/success.png') no-repeat left;
	margin: 10px;
	padding: 2px;
	padding-left: 25px;
}


.sprite {
	background: url('/static/images/gfx.png');
}

#wrapper {
	width: 860px;
	margin: 0 auto;
}

#header {
	margin: 5px 0;
	overflow: hidden;
	width: 860px;
}
#hLogo {
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 168px;
	height: 44px;
	float: left;
}
#hRight {
	float: right;
}
ul.hLinks {
	list-style: none;
	margin-top: 5px;
	text-align: right;
}
ul.hLinks li {
	display: inline;
	margin-left: 5px;
}
ul.hLinks li a {
	color: #84b5e6;
	text-decoration: underline;
}

#mainContainer {
	background: #f0f9f4;
	border: 1px solid #bdbec5;
	padding: 5px;
}
#innerContainer {
	background: #fff;
	padding: 10px;
	overflow: hidden;
	width: 828px;
}
#innerFull {
	width: 828px;
}
#innerLeft {
	float: left;
	width: 550px;
}
.tableWrapper {
	border: 1px solid #b5ceee;
	background: #ecf5ff;
	padding: 5px;
}
table {
	background: #FFF;
	width: 100%;
	padding: 3px;
	border: 0;
}
table th {
	text-align: left;
	color: #000;
	font-weight: bold;
	padding: 6px;
	font-size: 14px;
}
table tr.alt {
	background: #fffdf8;
}
table tr.alt td {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
table td {
	padding: 6px;
	vertical-align: top;
}

#innerRight {
	float: right;
	width: 260px;
}
#innerRight h2{
	display: block;
	background: #f0f9f4;
	padding: 3px;
	font-size: 15px;
}
ul.qmenu {
	margin: 0;
	padding: 0;
	list-style: square;
	margin-bottom: 10px;
	font-size: 12px;
}
ul.qmenu li{
	margin-left: 30px;
	padding: 3px;
}
ul.qmenu a{
	color: #84b5e6;
}

#footer{
	clear: both;
	color: #000;
	padding: 4px;
	text-align: center;
	font-size: 10px;
}

#invoice_header {
	width: 720px;
	overflow: hidden;
	padding: 10px;
}
#ih_left {
	float: left;
	width: 300px;
	font-size: 24px;
}
#ih_right {
	float: right;
	width: 300px;
	text-align: right;
	font-size: 14px;
}