body {
	background: white url("../background/stripes.png");
}

#header {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header li {
	float: left;
	margin: 0;
	padding: 0;
}

#status {
	display: none;
}

.error {
	color: red;
}

div.panel {
	background-color: white;
	border: 1px solid gray;
}

div.panel div.title {
	background-color: #d2e4fc;
	font-weight: bold;
	padding: 5px;
}

div.panel div.content {
	padding: 5px;
}

div.even {
	background-color: #f6f6f6;
}

div.odd {
	background-color: white;
}

table.layout {
	width: 100%;
	border-spacing:0px 0px;
}

span.label {
	font-weight: bold;
	float: right;
}

label {
	float: right;
}

/* Highlight data row on hover */
table.data tr:hover {
	background-color: #CCCCCC;
}

table.form td.field {
	text-align: left;
	width: 100%;
}

table.form>tbody>tr>td:first-child {
	font-weight: bold;
	text-align: right;
}

td.label {
	width: 1%;
	font-weight: bold;
	float: right;
	white-space: nowrap;
}

td.field {
	text-align: left;
	white-space: nowrap;
}

div.dark {
	background-color: #e9e9e9;
}

div.light {
	background-color: #f7f7f7;
}

.topborder {
	border-top-style: solid;
	border-top-width: thin;
}

/* Horizontal size */
.narrow {
	width: 1%;
}

.wide {
	width: 100%;
}

/* Text alignment */
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

/* Wrapping */
.wrap {
	white-space: wrap;
}

.nowrap {
	white-space: nowrap;
}

/* Vertical alignment */
.vtop {
	vertical-align: top;
}

.vbottom {
	vertical-align: bottom;
}

.vcenter {
	vertical-align: center;
}

.leftMargin {
	margin-left: .5in
}

/* Messages */
.INFORMATION {
	color: #000000;
}

.WARNING {
	color: #ffcc00;
}

.ERROR {
	color: #990000;
}

caption {
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-weight: bold;
	text-align: left;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

table { /*
	width:100%;
	*/
	border-width: 0;
	border-style: solid;
	border-color: black;
}

th {
	background-color: #e6e6e6;
	vertical-align: bottom;
}

thead {
	border-bottom-style: solid;
	border-bottom-width: thin;
}

tfoot { /*
  background-color: #66FFFF;
*/
	border-top-style: solid;
	border-top-width: thin;
}

td {
	vertical-align: top;
}

textarea {
	width: 100%;
}

tr {
	border-width: 1;
	border-style: solid;
	border-color: black;
}

tr.even { background-color: #E9E9E9; }
tr.odd { background-color: #F4F4F4; }

table,td,th,a {
	margin: 0;
	padding: 0;
	font-size: 1em;
	background-repeat: no-repeat;
	list-style-type: none;
}

th.sorted {
	background-color: #c1c1c1;
}

th a,th a:visited {
	color: black;
}

th a:hover {
	text-decoration: underline;
	color: black;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

th.sortable a {
	background-image: url(../images/arrow_off.png);
}

th.order1 a {
	background-image: url(../images/arrow_down.png);
}

th.order2 a {
	background-image: url(../images/arrow_up.png);
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: -10px 0 10px 0;
	width: 100%;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../images/ico_file_excel.png);
}

span.csv {
	background-image: url(../images/ico_file_csv.png);
}

span.xml {
	background-image: url(../images/ico_file_xml.png);
}

span.pdf {
	background-image: url(../images/ico_file_pdf.png);
}
/*
span.pagebanner
{
  background-color: #eee;
  border: 1px dotted #999;
  padding: 2px 4px 2px 4px;
  width: 100%;
  margin-top: 10px;
  display:block;
  border-bottom: none;
}
*/
