/****************/
/*##  Reset CSS */
body,h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
}
body {
	padding: 10px 10px 10px 15px;
}

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;
}

.margin_links a {
	margin-right: 10px;
}

/*## Tables */

table {
	border-collapse: collapse;
}

table.noborder td {
	border:none;
}

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;
}

/*## Tables Hover */
table.zebra TR.odd TD {
	background-color: #F2F2F2;
}
table.hover TR.hover TD, table.hover COLGROUP.hover {
	background-color: #D2FFD2 !important;
}
/*## Tables Sortable */
table.sortable thead tr .tablesorter-header {
	background-image: url('/images/sort_bg.gif');
	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('/images/sort_asc.gif');
}
table.sortable thead tr .tablesorter-headerDesc {
	background-image: url('/images/sort_desc.gif');
}
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;
}
.tablesorter .filtered {
	display: none;
}

table .sortHandle {
	cursor: move;
}


/****************/
/*##  Lists     */
dl {
	margin: 0px;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 20px;
}

/****************/
/*##  Forms     */

optgroup {
	font-style: normal;
	font-size: 11px;	
}

form {
	display: inline;
}

input[type="text"], input[type="password"], input[type="file"], input[type="search"], textarea, select, fieldset {
	width: 220px;
	border: #CCC solid 1px;
	border-radius: 3px;
	padding: 3px;
	box-sizing: border-box;
}
textarea {
	height: 64px;
}

input[type="radio"], input[type="checkbox"] {}

input, textarea, file, select {
	font: inherit;
}

input[type="button"], input[type="submit"] {
	width: auto;
}

form input,select {

}

select option {

}
select:disabled {
	background-color: rgb(235, 235, 228);
}

select.count_selected {
	margin-top: 16px;
}
div.count_selected {
	position: absolute;
	text-align: center;
	font-style: italic;
	font-size: 11px;
	color: #8c8c8c;
	width: 220px;
}
div.count_listed {
	display: none;
	position: absolute;
	right: 40px;
	top: 7px;
	text-align: right;
	font-style: italic;
	font-size: 11px;
	color: #8c8c8c;
}

option.header {
	color: #000;
	font-weight: bold;
	background-color: #E6E6E6;
}

fieldset {
	padding: 0px;
	border: none;
	display: inline-block;
}

span.input_ok {
	color: green;
}
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;
}

span.inline_edit {
	display: none;
}
span.inline_edit input, span.inline_edit select, span.inline_edit textarea {
	width: 100%;
}


/****************/
/*## 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;
}


/****************/
/*## Show Hide  */
div.show_hide {
	height: 0px;
	overflow: hidden;
	position: relative;
}
div.hide_show {
	overflow: hidden;
	position: relative;
}
div.show_hide_content {
	position: relative;
}

/***********/
/*## Menu  */
body.menu {
	background-image: url('/images/menu_bg.jpg');
	background-repeat:repeat-y;
	background-position:right top;
}
div.menu {
	padding-left: 10px;
}

/************/
/*## Error  */
div.error {
	border: 1px solid #000;	
	background: #F8D568;
	padding: 10px;
}
#cboxOverlay{background:#000;}
#cboxLoadedContent {
    background: #fff;
    padding: 10px;
}