/****************
*  Reset CSS          *
****************/
body,h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
}
body {
	padding: 10px;
}

ul {
	list-style: none;
}

img {
	border: none;
}

a img {
	border: none;
	margin: 0; padding: 0;
}

p {
	margin: 1em 0;
}

hr {
	border: 1px solid #ccc;
}


/****************
*  Text                    *
****************/

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	line-height: 10px;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

body { 
	font-size: 12px;
	color: #000000;
}

table {
	font-size: inherit;
}

h1, h2, h3, h4, h5, h6, table, body, optgroup, body {
	font-family: "Helvetica Neue", Helvetica, Frutiger, "Frutiger Linotype", Univers, Calibri, "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Arial, sans-serif;
}
h1, h2, h3, h4 { 
	color: #333;
	font-weight: bold;
}

h1 { 
	font-size: 24px;
	letter-spacing: 0px;
	margin: 20px 0px 20px 0px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	margin: 20px 0px 18px 0px;
}

h3 { 
	font-size: 16px;
	margin: 12px 0px 16px 0px;
}

h4 {
	font-size: 14px;
	white-space: nowrap;
	margin: 0px 0px 2px 0px;
}

h5 {
	font-size: 10px;
	margin: 20px 0px 18px 0px;
}

h6 {
	font-size: 10px;
}

p, ul, ol, dl, li, address {
	font-size: 12px;
}

p {
	line-height: 13px;
	margin-bottom: 12px;
}

a, a:visited {
	color: #09c;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

address {
	font-style: normal;
}

strong, .strong, .bold {
	font-weight: bold;
}

em, .em {
	font-style: italic;
}

small {
	font-size: 9px;
}

span.sequence {
	white-space: pre;
	font-family: monospace;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}


/****************
*  Tables                 *
****************/

table {
	border-collapse: collapse;
}

table.noborder td {
	border:none;
}

table.sortable th.header {
	background-image: url(/static_images/sort_none.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 25px;
}
table.sortable th.headerSortDown {
	background-image: url(/static_images/sort_desc.png);
}
table.sortable th.headerSortUp {
	background-image: url(/static_images/sort_asc.png);
}

/*## Tables Sortable */
table.sortable thead tr .tablesorter-header {
	background-image: url('/static_images/sort_none.png');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 25px;
}
table.sortable tr.tablesorter-filter-row td {
	background-color: #ccc;
}
table.sortable thead tr .tablesorter-headerAsc {
	background-image: url('/static_images/sort_asc.png');
}
table.sortable thead tr .tablesorter-headerDesc {
	background-image: url('/static_images/sort_desc.png');
}
table.sortable thead tr .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
}
table.sortable .tablesorter-filter {
	width: 100%;
	padding: 0px;
}
table.sortable .tablesorter-filter.disabled {
	display: none;
}

td.no_top_border {
	border-top: none !important;
}




td, th, table.noborder td table td {
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #98bf21;
}

th {
	color: #ffffff;
	font-size: 13px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #A7C942;
	white-space: nowrap;
	vertical-align: middle;
}

/* default table row  text and background color for even rows - use this class on even rows*/
tr.even_row td {
	color: #000000;
	background-color: #EAF2D3;
}


/****************
*  Lists                    *
****************/


/****************
*  Forms                  *
****************/

optgroup {
	font-style: normal;
	font-size: 11px;	
}

form {
	display: inline;
}

input.text, input.pwd, input.file, textarea, select, fieldset {
	width: 220px;
}
textarea {
	height: 60px;
}

input.radio, input.checkbox {}

input, textarea, file, select {
	font: inherit;
}

input.button {
	width: auto;
}

form input,select {

}

select option {

}

option.header {
	color: #000;
	font-weight: bold;
	background-color: #E6E6E6;
}

option.select_multiple {
	font-family ="Courier New", Courier, monospace;
}

fieldset {
	padding: 0px;
	border: none;
	display: inline-block;
}

span.input_error {
	color: red;
}
span.input_error input, span.input_error select, span.input_error textarea{
	border-color: red;
}
span.input_error fieldset {
	border: 2px inset red;
}
span.input_error label {
	color: #000000;
}

span.input_info {
	display: inline-block;
	cursor: help;
	font-size: inherit;
	font-weight: bold;
	border: 1px solid #000;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	width: 17px;
	height: 17px;
}


/****************
* Buttons                *
****************/



/****************
* Tooltip      *
****************/
div.tooltip {
	display: none;
	position: absolute;
	text-align: left;
	z-index: 100;
	padding: 2px;
	background: #d5daff;
	border: 1px solid #000;
	font-size: 10px;
	font-family: inherit;
}

/****************
* Plate         *
****************/

table.plate th {
	font-size: 9px;
	text-align:center;	
}

table.plate td {
	font-size: 11px;
	text-align:center;
	width:50px;
	height:50px;
	cellpadding:2px;
}