* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	margin: 0 auto;
	font-size: 12px;
	font-family: Arial, Geneva, Verdana, sans-serif;
	text-align: center;
	color: #111111;
}
iframe:focus,
a:focus {
	outline: none;
}

a {
  text-decoration: underline;
  color: #000066;
}
a:hover {
  text-decoration: underline;
  color: #FF0000;
}

/*
 * For special links with images and no image underline
 */
a.linkimg {
  text-decoration: none;
  color: #000066;
}
a.linkimg:hover {
  color: #FF0000;
}
a span.linkimg {
  text-decoration: underline;
}
a img.linkimg {
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: middle;
}

img {
  border: 0px none;
}

#whopper {
	margin: 0 auto;
	min-width: 980px;
	height: 100%;
  background: #fff url(../img/left.gif) repeat-y top left;
}
#login #whopper {
  background: #fff;
}

input[type="text"]:disabled {
  background: #dddddd;
}

input[type="checkbox"] {
  margin: 3px 6px 3px 6px;
}

#topbar {
	background: #006;
	height: 22px;
	line-height: 22px;
	width: 100%;
	white-space: nowrap;
}
#login #topbar {
  background: #ccc;
}
#usermenu {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#usermenu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	border-left: 1px solid #fff;
}
#usermenu li a {
	display: block;
	padding: 0 7px 0 21px;
	color: #fff;
	text-decoration: none;
  background-position: 0 6px;
  background-repeat: no-repeat;
}
#usermenu li.settings a {	background-image: url(../img/usermenu_settings.gif); }
#usermenu li.help a { background-image: url(../img/usermenu_help.gif); }
#usermenu li.logout a {	background-image: url(../img/usermenu_logout.gif); }
#usermenu li.close a {	background-image: url(../img/usermenu_close.gif); }

#usermenu li a:hover {
  background-position: 0 -94px;
	background-color: #fff;
	color: #F00;
}
#navigation {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation li {
	overflow: hidden;
	float: left;
	margin: 0;
	color: #bfbfd9;
	padding: 0 14px 0 7px;
	list-style-type: none;
	font-style: italic;
	font-size: 0.9em;
	background: url(../img/navigation.gif) no-repeat right top;
}
#navigation li a {
	display: block;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}
#navigation li a:hover {
	color: #ff0000;
}

#header {
  background: #fff;
	height: 68px;
}
#header h1 {
	position: absolute;
	top: 42px;
	left: 20px;
	margin: 0;
	padding: 0;
	float: left;
}
#header h1 a {
	display: block;
	height: 30px;
	width: 180px;
}
#header h1 span {
	display: none;
}
div.left {
	float: left;
}
div.right {
	float: right;
}
#main {
	clear: both;
}
#main .left {
	float: left;
	width: 210px;
  min-height: 500px;
	text-align: left;
}
#main .right {
	margin-left: 210px;
	float: none;
	background: url(../img/toolbar.gif) repeat-x top left;
}
.left h2 {
	background: #000066 url(../img/toolbar.gif) no-repeat bottom right;
	margin: 0;
	padding: 0 9px 0 10px;
	line-height: 40px;
	height: 40px;
	color: #fff;
	cursor: default;
	font-weight: normal;
	font-size: 1.5em;
}
.left h3 {
	margin: 0 9px 0 0;
	padding: 0 10px;
	background: #999;
	color: #fff;
	font-size: 0.9em;
	border-top: 1px solid #fff;
	font-weight: bold;
	line-height: 19px;
	cursor: default;
	height: 19px;
}
.left ul {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 0.9em;
	background: #fff url(../img/menu-bottom.gif) no-repeat bottom right;
}
.left ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
.left ul li a {
	text-decoration: none;
	display: block;
	padding: 0 10px 1px 22px;
	width: 178px;
	background: url(../img/menu.gif) no-repeat bottom right;
	line-height: 18px;
	height: 18px;
	color: #666;
}
.left ul li a:hover {
	background-position: top right;
	background-color: #f0f0f0;
}
.left ul li.active a {
	background-position: top right;
	background-color: #f0f0f0;
}
#toolbar {
  height: 40px;
}

/* System Message */

p#sysMessage {
  float: left;
  margin: 13px 0 0 10px;
  padding: 0 0 0 21px;
  line-height: 18px;
  height: 18px;
  font-size: 0.9em;
  color: #369;
  background: url(../img/infotext_information.gif) no-repeat center left;
}
p#sysMessage.ok {
  color: #090;
  background-image: url(../img/infotext_ok.gif);
}
p#sysMessage.error {
  color: #F00;
  background-image: url(../img/infotext_error.gif);
}
p#quickhelp {
  position:absolute;
  top: 105px;
  right: 20px;
  background:#35F;
  cursor:pointer;
  padding: 0 0 0 20px;
  line-height: 18px;
  height: 18px;
  font-size: 0.9em;
  color: #369;
  background: url(../img/help.png) no-repeat center left;
  text-decoration:underline;
}
p#quickhelp:hover {

}
#toolbar ul {
  float: left;
  margin: 0;
  padding: 13px 0 0 11px;
  list-style-type: none;
}
#toolbar ul li {
  float: left;
  margin: 0 4px 0 0;
  padding: 0;
  line-height: 18px;
  height: 18px;
  font-size: 0.9em;
  list-style-type: none;
}
#toolbar ul li a,
#toolbar ul li a:active,
#toolbar ul li a:focus {
  padding: 0 10px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background: #f00;
  display: block;
}
#toolbar ul li.active a,
#toolbar ul li a:hover {
  color: #fff;
  background: #ccc;
  color: #333;
}
#content h2 {
  color: #111;
  padding: 20px 10px 0 11px;
  margin: 0;
  font-size: 2.4em;
  line-height: 0.9em;
  font-weight: normal;
}
#content h2 span {
  color: #999;
  font-size: 13px;
}
#content {
  text-align: left;
  background: #fff;
}
#content p {
  padding-top:0.6em;
  margin-left:11px;
}

/* TOGGLE ELEMENTS */

.toggler {
	background: #999;
	margin: 0 9px 0 0;
	padding: 0 10px;
	background: #999;
	color: #fff;
	font-size: 0.9em;
	display: block;
	border-top: 1px solid #fff;
	font-weight: bold;
	line-height: 19px;
	text-decoration: none;
	cursor: default;
	height: 19px;
}
.toggler-closed {
}
.toggler-closed:hover {
}
.toggler-opened {

}
.toggler-opened:hover {
}
.toggler-c {
}
.toggler-c-closed {
}
.toggler-c-opened {
}

div.table {
  margin: 15px 20px 15px 11px;
  padding: 0;
}

div.table table {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
	font-size: 0.9em;
  text-align: left;
  color: #666;
}

div.table table th {
  margin: 0;
  line-height: 1.8em;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  color: #fff;
}
div.table table tfoot th {
  padding: 1px 10px;
  background: #006;
}
div.table table td {
  margin: 0;
  padding: 1px 10px;
  line-height: 1.8em;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}

input.data {
  font-size: 0.9em;
  padding: 0;
  margin: 0;
}

textarea.data {
  font-size: 0.9em;
  padding: 0;
  margin: 0;
}

/* PLUGIN : SORTABLE ***********************************************/

th.header {
  background: #006;
  cursor: default;
  padding: 6px 23px 6px 10px;
}
th.headerSortUp,
th.headerSortDown {
  padding: 6px 10px 6px 23px;
  background-repeat: no-repeat;
  background-position: center left;
}

th.headerSortUp {
  background-image: url(../img/sort_desc.gif);
}

th.headerSortDown {
  background-image: url(../img/sort_asc.gif);
}

/* PLUGIN : ZEBRA **************************************************/

tr.over td { background-color: #f2f2f2; }
tr.even {	background: #fff; }
tr.odd { background: #f2f2f2; }

td.click, th.click {
	background-color: #ccc;
}
td.hover, tr.hover {
	background-color: #ccc;
	color: #111;
}

tr.selected {background-color: #F00; color: #FFF }


/* PLUGIN : PAGER **************************************************/

#pager {
  float: right;
  margin: 0;
}
#pager input,
#pager textarea,
#pager select {
  font-size: 1em;
}

/* Search Input */

input.input-search {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

/* Next & Previous Page */

img.prev,
img.next {
  position: relative;
  top: 3px;
  margin: 0;
  background-color: #006;
}

img.next:hover,
img.prev:hover {
  background-color: #F00;
}

select#rows {
  width: 4em;
  margin: 0;
}

div#tableSearch {
  position: absolute;
  top: 8px;
  right: 10px;
}
div#tableSearch label {
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 20px;
  height: 20px;
}
input.tableButton {
  position: relative;
  top: 4px;
  background-color: #006;
}
input.tableButton:hover {
  background-color: #F00;
}
input.buttun-search {
  position: relative;
  top: 3px;
  margin: 0 0 0 5px;
  background-color: #006;
}

input.buttun-search:hover {
  background-color: #F00;
}

img.next { border-left: 1px solid #fff; }

/* Page Select Input */

input.pagedisplay {
  padding: 0;
  margin: 0 5px 0 0;
}

textarea.pagedisplay {
  padding: 0;
  margin: 0 5px 0 0;
}

.options {
  position: relative;
  top: -20px;
  text-align: right;
  margin: 0;
  padding: 0;
}
.options p {
  font-size: 0.9em;
  float: right;
  margin: 0;
  padding: 0;
}
label.small {
  font-weight: bold;
  font-size: 0.8em;
  margin-left: 15px;
  margin-right: 1px;
  text-transform: uppercase;
  color: #111;
  display: inline;
}
label.table {
  margin-right: 20px;
  float: left;
  font-size: 0.9em;
  background: #006;
  color: #fff;
  padding: 2px 10px;
}

/* FOOTER **********************************************************/

#footer {
  margin: 0 20px 0 11px;
}

#fmenu {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#fmenu li {
  float: left;
  margin: 0;
  padding: 10px 0 20px 0;
  list-style-type: none;
}

#fmenu li span {
  display: none;
}

/* Copyright */

#fmenu li.fcopy {
  margin: 0 0 0 10px;
  font-size: 0.9em;
  color: #999;
  text-align: right;
  cursor: default;
}

/* Back to Top */

#fmenu li.ftop a {
  display: block;
  background: url(../img/ftop.gif) no-repeat top center;
  width: 14px;
  height: 14px;
}

#fmenu li.ftop a:hover {
  background-position: bottom center;
}


p.info-table {
  margin: 0 20px 10px 11px;
  background: #e5e5e5;
  padding: 5px 10px;
  color: 1.1em;
}

form.form-table {
  display: inline;
}
span.info-table {
  font-size: 0.9em;
  background: #f0f0f0 url(../img/info-table.gif) no-repeat center right;
  padding: 3px 10px 3px 5px;
}

#quick-search {
  position: absolute;
  right: 20px;
  top: 39px;
  float: right;
  padding: 0;
}

dl.form {
  float: left;
  margin: 20px 11px;
  padding: 10px;
  background: #F0F0F0;
}
dl.form span {
  color: #F00;
  font-size: 0.9em;
  margin: 6px 0 6px 6px;
  display: block;
  float:left;
}
dl.form dd label {
  clear: left;
  float: left;
  display: block;
  margin: 0 0 0 1px;
  padding: 5px 0;
  width: 140px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
dl.form dd {
  display: block;
  clear: left;
  margin: 0 0 0 0;
  padding: 0;
  white-space: nowrap;
}
dl.form dd input.text {
  display: inline;
  font-size: 1em;
  margin: 3px 0 0 6px;
  padding: 0px 2px;
  float: left;
}
dl.form dd textarea {
  display: inline;
  font-size: 1em;
  margin: 3px 0 0 6px;
  padding: 0px 2px;
  float: left;
}
dl.form dd select {
  display: inline;
  font-size: 0.9em;
  margin: 3px 0 0 6px;
  float: left;
  padding: 2px 0;
}
/* special embedded span in dl.form dd */
dl.form dd span dl dd {
  display: block;
  clear: left;
  margin: 0 0 0 0;
  padding: 0;
  white-space: nowrap;
}
dl.form dd span dl dd label {
  width: 30px;
  color: #111111;
  font-size: 1em;
  font-weight: normal;
  padding: 5px 1px 0 0;
}
dl.form dd span dl dd input.text {
  display: inline;
  // font-size: 1.112em;
  font-size: 1.0em;
  margin: 3px 0 0 0px;
  padding: 0px 2px;
  float: left;
}
dl.form dd span dl dd img {
  margin-left:6px;
  margin-top:4px;
  float:left;
}
dl.form dd span dl span {
  color: #F00;
  font-size: 1.0em;
  margin: 5px 1px 0 6px;
  display: block;
  float:left;
}
/* end special embedded span in dl.form dd */
dl.form dd.submit {
  text-align: left;
  margin: 0;
  padding: 15px 0 0 0;
}
dl.form dd.submit input {
  margin: 0 5px 0 0;
  font-size: 11px;
}
dl.form dd.submit input.button-cancel {
  xxxmargin: 0 5px 0 15px;
  font-size: 11px;
}
dl.form dd img {
  margin-left:6px;
  margin-top:4px;
  float:left;
}
input[type="submit"], input[type="file"] {
  padding: 1px 7px 2px;
  margin: 0 5px 0 0;
  font-size: 11px;
  text-decoration: none;
}
input[type="file"] {
  // padding: 0px 7px !important;
  padding: 1px 0px !important;
}
input.button-save, input[name="B_save"], input.button-cancel, input[name="B_cancel"] {
  // padding: 3px 7px;
  margin: 0 5px 0 0;
  font-size: 11px;
  text-decoration: none;
}
input.button-cancel, input[name="B_cancel"] {
  padding: 3px 0.75em !important;
  border: 1px solid #aaa;
  background-color: #fff;
  color: #111;
}
input.button-save, input[name="B_save"] {
  padding: 3px 1.75em !important;
  border: 1px solid #aaa;
  background-color: #ccc;
  color: #111;
}

input.button-deactivate, input.button-delete, input[name="B_delete"] {
  border: 1px solid #d00 !important;
  background-color: #f00 !important;
  color: #fff !important;
  // padding: 3px 7px;
  padding: 3px 0.75em;
  margin: 0 5px 0 10px !important;
  font-size: 11px;
  text-decoration: none;
}

input.button-activate {
  border: 1px solid #0d0 !important;
  background-color: #0f0 !important;
  color: #111 !important;
  // padding: 3px 7px;
  padding: 3px 0.75em;
  margin: 0 5px 0 10px !important;
  font-size: 11px;
  text-decoration: none;
}


.yui-panel fieldset {
  padding: 5px 0;
  margin: 0 10px;
  position: relative;
  font-size: 11px;
  background: #F0F0F0;
  border: 0px none;
}

.yui-panel fieldset label {
  width: 110px;
  float: left;
  font-weight: bold;
  clear: left;
  text-align: right;
  color: #333;
  line-height: 1.8em;
}

.yui-panel fieldset legend {
  margin: 0;
  padding: 5px 10px 0 10px;
  font-weight: normal;
  color: #333;
  font-size: 11px;
  text-align: left;
  background: #F0F0F0;
}

div.form-line {
  float: left;
  clear: left;
  padding: 4px 0;
}
div.form-line span.form-select em,
div.form-line span.form-input em {
  margin-right: 6px;

  color: #666;
}
div.form-line span.form-select,
div.form-line span.form-input {
  float: left;
  padding-left: 10px;
}
div.form-line span.form-input input {
  padding: 2px 1px;
  font-size: 12px;
  margin: 0 2px 0 0;
}

div.form-line span.form-input select {
  padding: 2px 1px;
  font-size: 12px;
  margin: 0;
}
a.bt-edit {
  color: #ff0000;
}

div.clear {
  clear: left;
}


br.tenner {
  line-height:10px;
  height:10px
}

#calendarpicker button {
    background: url(../img/calendar.png) center center no-repeat;
    text-align: left;
    text-indent: -10em;
    overflow: hidden;
    *margin-left: 10em; /* For IE */
    *padding: 0 3em;    /* For IE */
    width: 21px;
    height: 17px;
    border: 0px none;
    position: relative;
    left: 4px;
    white-space: nowrap;
}

#cal1Container {
  float: left;
}

#calendarmenu {
  background: #FFF;
  padding: 5px 15px;
  border: 1px solid #666;
}

/* Buttons (ACTION) */

div.buttons {
  position: absolute;
  right: 20px;
  top: 148px;
}
div.buttons a {
  display: block;
  float: right;
  margin: 0 0 0 6px;
  padding: 0 10px 0 24px;
  line-height: 2.4em;
  height: 2.4em;
  font-size: 0.9em;
  font-weight: bold;
  color: #FFF;
  border: 2px solid #FFF;
  background-color: #F00;
  background-repeat: no-repeat;
  text-decoration: none;
}
div.buttons a.buttonNew {
  background-position: 7px 7px;
  background-image: url(../img/sprite.png);
}
div.buttons a.buttonExport {
  background-position: 7px -93px;
  background-image: url(../img/sprite.png);
}
div.buttons a:hover {
  border-color: #F00;
  background-color: #F00;
}

a.buttonInline {
    border: 1px solid #f00;
    background-color: #F00;
    color: #fff;
    padding: 1px;
    border-left: 5px solid #f00;
    border-right: 5px solid #f00;
    text-decoration: none;
}

/*
input.buttonInline 
{
    margin: 0 0 0 6px;
    padding: 0 10px 0 10px;
    line-height: 2.4em;
    height: 2.4em;
    font-size: 0.9em;
    font-weight: bold;
    color: #FFF;
    background-color: #F00;
    background-repeat: no-repeat;
    text-decoration: none;
    xxborder: 0px solid #f00;
    text-decoration: none;
}
*/

#ddd {
  float: left;
  padding-left: 9px;
  padding-top: 10px;
}

.pageLinkOff {
	padding: 0;
	text-align: center;
	text-decoration: none;
	color: #999;
	font-weight: bold;
	font-size: 1.2em;
	height: 20px;
  width: 24px;
	line-height: 20px;
	margin: 0 1px;
  display: block;
  float: left;
  background-color: #FFF;
}
a.pageLinkOff {
  font-weight: bold;
	color: #006;
  background-color: #FFF;

}
a.pageLinkOff:hover {
  text-decoration: none;
  background-color: #F00;
  border-color: #F00;
  color: #FFF;
}

.pageReport {
  float: right;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
}


input.tableQuery {
  margin: 0 5px;
  font-size: 1em;
  padding: 1px 0;
}
#ddd p.pageReport {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 40px;
  height: 40px;
  display: block;
}

div.selectOverlay {
  background: #fff;
  border: 1px solid #000000;
  padding:3px;
}

div.hint {
    margin-top:1.5em;
	margin-left:11px;
}
div.news {
    margin-left:11px;
}
div.newsitem {
    margin-top:1.5em;
}
div.news ul {
    margin-left:22px;
}
div.news div.content {
    margin-top:0.5em;
}
