body {
	background:  white url( cssimages/backgrounds.gif ) 0 -78px repeat-x;
	font-family: Helvetica, Tahoma, Arial, Verdana;
	margin: 0;
	padding: 0;
}

#content {
	background:  white;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.italic {
	font-style: italic;
}

.error {
	margin: 0;
	padding: 10px;
}
	
.error div {
	background: transparent url( cssimages/error.gif ) top left no-repeat;
	padding: 0 0 0 90px;
	min-height: 64px;
	border: dotted 1px red;
}

.error div div {
	background: transparent url( cssimages/error.gif ) top right no-repeat;
	padding: 0 90px 0 0;
	border: none;
}

.addrdiv {
	padding-top: 20px; 
}

.error h3 {
	margin: 0;
	padding: 10px 0 5px;
	text-align: center;
	color: #df0000
}

.error p {
	font-size: 14px;
	text-align: center;
	margin: 0;
}

.error .highlight {
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}

.success {
	margin: 0;
	padding: 10px;
}

.success div {
	background: transparent url( cssimages/check.gif ) top left no-repeat;
	padding: 0 0 0 90px;
	min-height: 64px;
	border: dotted 1px green;
}

.success div div {
	background: transparent url( cssimages/check.gif ) top right no-repeat;
	padding: 0 90px 0 0;
	border: none;
}

.success h3 {
	margin: 0;
	padding: 10px 0 5px;
	text-align: center;
	color: #00df00
}

.success p {
	font-size: 14px;
	text-align: center;
	margin: 0;
}

.fieldError, .error .highlight {
	background: #f9b0b2;
	color: #df0000;
	border: 1px solid #df0000;
}

.fieldError .message {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

.form, .form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.form .group div.clear,
.accGroup div.clear,
.form .range div.clear {
	float: none;
	clear: both;
}

.form li {
	margin: 5px 0;
	padding: 5px 10px;
	clear: both;
	display: block;
	position: relative;
}
.form li.first {
	margin-top: 0;
}
.form li.last {
	margin-bottom: 0;
}

.form label.primary {
	font-size: 95%;
	font-weight: bold;
	clear: both;
}

.form .req {
	color: red;
	padding-left: .25em;
}

.form input.text {
	width: 50%;
	padding: 2px 0;
}

.form input.small {
	width: 25%;
}
.form input.large,
.right .form input.text {
	width: 99%;
}

.form .group input.text {
	width: auto;
	padding: 2px 0;
}

.form .addrgroup input.text {
	width: auto;
	padding: 2px 0;
}

.form .address div {
	margin-bottom: 6px;
}
.form div.add1,
.form div.add2,
.form div.city,
.form div.country,
.form div.phoneFirst {
	clear: both;
}

.form div.city,
.form div.state,
.form div.zip,
.form div.phoneFirst,
.form div.phone,
.form div.email,
.form div.website {
	float:left;
	padding-right: 10px;
}

.form div.add1 input.add1,
.form div.add2 input.add2 {
	width: 450px;
}

.form .group div {
	float: left;
	padding-right: .25em;
}

.form .sub {
	display: block;
	clear: both;
	font-size: 9px;
	line-height: 6px;
	padding-top: 2px;
	text-indent: .5em;
}

.form .radios {
	padding-top: 0;
}
.form .radios ul {
	margin: 0;
	padding: 0;
}
.form .radios ul li {
	margin: 0;
	padding: 5px 0;
}

.form .check {
	font-weight: normal;
	font-size: 14px
}

.form li .buttons {
	float: left;
	padding: 0;
}
.form li .buttons li {
	clear: none;
	float: left;
	padding:  0;
	margin: 0 .25em 0 0;
	top: -1px;
}

div.formFieldButtonRight {
	float: right;
}	

#content .form li .buttons li div {
	float: none;
	width: 3px;
	top: 0;
	padding: 0;
}
#content .form li .buttons li div.left {
	left: -3px;
}
#content .form li .buttons li div.right {
	right: -3px;
}

.form .range ul {
	margin: 0;
	padding: 0;
}
.form .range li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	clear: none;
}
.form .range li label.primary {
	font-size: 75%;
}

.filter li {
	float: left;
	clear: none;
}

.filter input.text,
.filter select {
	width: 140px;
}

.filter select.medium {
	width: 240px;
}

.filter select.large {
	width: 300px;
}
.filter li.first {
	margin-top: 5px;
}
.filter li.last {
	margin-bottom: 5px;
}

.filter li.extraSpace {
	margin-right: 50px;
}

.status .select {
	width: 170px;
	position: relative;
	top: 1px;
}
.status li ul.buttons {
	float: none;
	position: absolute;
	top: 6px;
	right: 10px;
}

#content {
	padding: 10px;
	position: relative;
}

#top {
	background-color: #6790ad;
	height: 33px;
	position: relative;
}

#top .buttons {
	position: absolute;
	top: -2px;
	right: 0;
	margin: 0;
}

#top h2 {
	color: white;
	font-size: 16px;
	font-weight: normal;
	line-height: 2.1;
	padding: 0 10px;
	margin: 0;
}

.buttons li a { 
	text-decoration: none; 
}

.buttons li {
	display: block;
	height: 27px;
	float: left;
	position: relative;
	margin: 4px 10px 0 0;
	overflow: hidden;
}
.buttons a {
	color: white;
	display: block;
	font-size: 13px;
	height: 27px;
	position: relative;
	top: 1px;
	text-align: center;
	line-height: 27px;
}
.buttons span {
	display: block;
	height: 20px;
	width: 20px;
	float: left;
	margin: 4px 0 0 4px;
}

/* button sizes - common */
.buttons .small { width: 100px; }
.buttons .medium { width: 150px; }
.buttons .large { width: 200px; }

/* button sizes - primary */
.buttons .small a { background-color: #004476; }
.buttons .small a:hover { background-color: #0069b7; }
.buttons .medium a { background-color: #004476; }
.buttons .medium a:hover { background-color: #0069b7; }
.buttons .large a { background-color: #004476; }
.buttons .large a:hover { background-color: #0069b7; }

table {
	width: 100%;
	font-size: 70%;
}

table table {
	font-size: 100%;
	background-color: white;
}

th {
	text-align: left;
	padding: 4px;
	color: white;
	background-color: #6790ad;
	height: 24px;
	white-space: nowrap;
}

th .asc,
th .desc {
	display: none;
}

th.asc .asc,
th.desc .desc {
	font-size: 120%;
	display: inline;
	padding: 0 0 0 5px;
}

th a:link {
	color: white;
}

td {
	padding: 2px 8px;
	vertical-align: middle;
	white-space: nowrap;
}

td.wrappable {
	white-space: normal;
}

th.rightJustify,
td.rightJustify {
	text-align: right;
}

td ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

td li {
	margin: 0;
	padding: 0;
	display: inline;
}

td .first {
	margin: 4px 5px 2px 0;
}

.evenRow {
	background-color: #c1d2dd;
}

.oddRow {
	background-color: #e7eef2;
}

.lateRow {
	background-color: #ed0000;
}

.cancelledRow {
	background-color: #9c9c9c;
}

.totalsRow {
	background-color: #00ed00;
}

.pendingEvenRow {
	background-color: #ffff99;
}

.pendingOddRow {
	background-color: #ffffcc;
}

.pagination {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	right: 10px;
	bottom: -2.25em;
	height: 2em;
	font-size: 12px;
	z-index: 99;
}
.pagination li {
	float: left;
	margin: 0 0 0 5px;
}
.pagination a {
	border: solid 1px #004476;
	padding: 2px 4px;
	text-align: center;
	display: block;
	min-width: 1.25em;
}
.pagination a:link,
.pagination a:visited {
	text-decoration: none;
	color: #004476;
	background-color: #c1d2dd;
}
.pagination a:active,
.pagination a:hover {
	color: white;
	background-color: #407398;
	border-color: #407398;
}
.pagination .current a:link,
.pagination .current a:visited,
.pagination .current a:active,
.pagination .current a:hover {
	color: white;
	background-color: #004476;
	border-color: #004476;
}
.pagination .disabled a:link,
.pagination .disabled a:visited,
.pagination .disabled a:active,
.pagination .disabled a:hover {
	color: #ccc;
	background-color: white;
	border-color: #ddd;
}

.pagination li.moreBefore,
.pagination li.moreAfter {
	padding: 6px 0;
}
