html { overflow-y: scroll; }
body {
    background-color: #EEEEEE;
	background-repeat: repeat-x;
	background-attachment: fixed;
    # background-size: 1200px 700px;
    color: #111111;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

	background-image: linear-gradient(bottom, #EEEEEE 0%, #BBBBBB 90%);
	background-image: -o-linear-gradient(bottom, #EEEEEE 0%, #BBBBBB 90%);
	background-image: -moz-linear-gradient(bottom, #EEEEEE 0%, #BBBBBB 90%);
	background-image: -webkit-linear-gradient(bottom, #EEEEEE 0%, #BBBBBB 90%);
	background-image: -ms-linear-gradient(bottom, #EEEEEE 0%, #BBBBBB 90%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #EEEEEE),
		color-stop(0.9, #BBBBBB)
	);
}
h2 {
    margin: 5px;
}
a:link, a:visited {
    color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
    color: #193519;
	// font-style: italic;
}
a:active {
    color: #00CC00;
}

blockquote {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic;
    padding: 2px 0;
}
input {
    border: 1px solid #000000;
	border-radius: 4px;
}
input[type="reset"], input[type="submit"], input[type="button"], a.button, button.button {
    background: none repeat scroll 0 0 #CCE0CC;
    border: 1px solid #000000;
    cursor: pointer;
    padding: 0 2px;
    text-align: center;
    text-decoration: none;
	border-radius: 4px;

  background-image: linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
  background-image: -o-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
  background-image: -moz-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
  background-image: -webkit-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
  background-image: -ms-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);

  background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #80B280),
	color-stop(0.9, #CCE0CC)
  );
}
input.sellbutton[type=reset], input.sellbutton[type=submit], input.sellbutton[type=button] {
  color: #FFFFFF;

  background-image: linear-gradient(bottom, #C91212 52%, #FF7575 99%);
  background-image: -o-linear-gradient(bottom, #C91212 52%, #FF7575 99%);
  background-image: -moz-linear-gradient(bottom, #C91212 52%, #FF7575 99%);
  background-image: -webkit-linear-gradient(bottom, #C91212 52%, #FF7575 99%);
  background-image: -ms-linear-gradient(bottom, #C91212 52%, #FF7575 99%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.52, #C91212),
    color-stop(0.99, #FF7575)
  );
}
input.buybutton[type=reset], input.buybutton[type=submit], input.buybutton[type=button] {
  color: #FFFFFF;

  background-image: linear-gradient(bottom, #017D01 46%, #68D968 99%);
  background-image: -o-linear-gradient(bottom, #017D01 46%, #68D968 99%);
  background-image: -moz-linear-gradient(bottom, #017D01 46%, #68D968 99%);
  background-image: -webkit-linear-gradient(bottom, #017D01 46%, #68D968 99%);
  background-image: -ms-linear-gradient(bottom, #017D01 46%, #68D968 99%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.46, #017D01),
    color-stop(0.99, #68D968)
  );
}
input:hover[type="reset"], input:hover[type="submit"], input:hover[type="button"], a.button:hover, button.button:hover {
    border: 1px solid #555555;
}
pre {
    font-size: 1.0em;
}
table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
}
#container {
    min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px;
    position: relative;
}
#header {
    // background-color: #282828;
    background-color: #000000;
    // height: 4em;
    width: 1024px;
    margin: 0 auto;
	border-radius: 0 0 10px 10px;
    padding-left: 10px;
    padding-right: 10px;
    // border: 1px solid #B0D730;

	-webkit-box-shadow: 2px 2px 5px 0px #000000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow: 2px 2px 5px 0px #000000; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */

	background-image: linear-gradient(top, #000000 30%, #282828 100%);
	background-image: -o-linear-gradient(top, #000000 30%, #282828 100%);
	background-image: -moz-linear-gradient(top, #000000 30%, #282828 100%);
	background-image: -webkit-linear-gradient(top, #000000 30%, #282828 100%);
	background-image: -ms-linear-gradient(top, #000000 30%, #282828 100%);

	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0.3, #000000),
	    color-stop(1, #282828)
	);
}
a.user_header:link, a.user_header:visited {
    color: #FFFFFF;
}
a.user_header:hover {
    color: #B0D730;
	font-style: normal;
}
#loginForm {
    left: 0.5em;
    position: relative;
    top: 0.5em;
}
#footer_space {
    height: 85px;
    width: 1024px;
}
#footer {
    background-color: #000000;
    bottom: 0;
    clear: both;
    color: #EEEEEE;
    height: 60px;
    padding-top: 0.5em;
	border-radius: 10px 10px 0 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -522px;
	left: 50%;
    position: absolute;
    text-align: center;
    width: 1024px;

	-webkit-box-shadow: 2px 2px 5px 0px #000000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow: 2px 2px 5px 0px #000000; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */

	background-image: linear-gradient(bottom, #000000 30%, #282828 100%);
	background-image: -o-linear-gradient(bottom, #000000 30%, #282828 100%);
	background-image: -moz-linear-gradient(bottom, #000000 30%, #282828 100%);
	background-image: -webkit-linear-gradient(bottom, #000000 30%, #282828 100%);
	background-image: -ms-linear-gradient(bottom, #000000 30%, #282828 100%);

	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.3, #000000),
	    color-stop(1, #282828)
	);
}
div#redirect-timer {
    background: none repeat scroll 0 0 #B0D730;
    border: 1px solid #000000;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    width: 400px;
	border-radius: 4px;

background-image: linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -o-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -moz-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -webkit-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -ms-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #80B280),
	color-stop(0.9, #CCE0CC)
);
}
div#trading_frozen {
    background: none repeat scroll 0 0 #B0D730;
    border: 1px solid #000000;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    width: 800px;
	border-radius: 10px;

background-image: linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -o-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -moz-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -webkit-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -ms-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #80B280),
	color-stop(0.9, #CCE0CC)
);
}
.notify {
    background: none repeat scroll 0 0 #B0D730;
    border: 1px solid #000000;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    width: 800px;
	border-radius: 10px;

	background-image: linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
	background-image: -o-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
	background-image: -moz-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
	background-image: -webkit-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
	background-image: -ms-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #80B280),
		color-stop(0.9, #CCE0CC)
	);
}
h1.header {
    color: #A9A9A9;
    font-size: 3.5em;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
span.goodMessage {
    color: #7B9622;
    font-weight: bold;
}
span.returnMessage {
    color: #AA2222;
    font-weight: bold;
}
#content {
    margin: 0px auto;
    white-space: normal;
    width: 1024px;

/*
    padding: 10px;
	border-radius: 5px;
    background-color: #EEEEEE;

	-webkit-box-shadow: 2px 2px 5px 0px #000000;
	box-shadow: 2px 2px 5px 0px #000000;

background-image: linear-gradient(top, #EEEEEE 0%, #AAAAAA 90%);
background-image: -o-linear-gradient(top, #EEEEEE 0%, #AAAAAA 90%);
background-image: -moz-linear-gradient(top, #EEEEEE 0%, #AAAAAA 90%);
background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #AAAAAA 90%);
background-image: -ms-linear-gradient(top, #EEEEEE 0%, #AAAAAA 90%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #EEEEEE),
	color-stop(0.9, #AAAAAA)
);
*/
}
.hide {
    display: none;
}
.leftheader {
    background-color: #001F00;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333 !important;
    color: #FFFFFF !important;
}
.highlight-class {
    background-color: #FFFFFF;
}
.clear {
    clear: both;
}
.shadow
{
    -webkit-box-shadow: 1px 1px 3px 0px #000000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 1px 1px 3px 0px #000000; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
}

.stats_table {
    background: none repeat scroll 0 0 #E6F0E6;
    /* border: 1px solid #999999; */
    /*breaks rounded corners border-collapse: collapse; */
    color: #001F00;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    font-style: normal;
    margin: 0 auto;
    padding: 0;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;

   -webkit-box-shadow: 0 1px 1px #000;
   -moz-box-shadow: 0 1px 1px #000;
   box-shadow: 0 1px 1px #000;
}
.stats_table shadow {
	-moz-box-shadow: 2px 2px 5px 0px #000000;
	-webkit-box-shadow: 2px 2px 5px 0px #000000;
	box-shadow: 2px 2px 5px 0px #000000;
}
.stats_table caption {
    caption-side: bottom;
    font-size: 0.9em;
    font-style: italic;
    padding: 0.5em 0;
    text-align: right;
}
.stats_table th, .stats_table td {
    border-left: 1px dotted #AAAAAA;
    color: #001F00;
    /* font-size: 0.78em; */
    font-size: 0.9em;
    padding: 6px;
    text-align: left;
}
.stats_table td
{
  border-top: 1px dotted #AAAAAA;
}
.stats_table td pre
{
    font-size: 1.1em;
}
.stats_table th[scope="col"] {
    background-color: #80B280;
    border-bottom: 1px solid #999999;
    /* border-right: 1px solid #999999; */
    color: #000000;
    font-size: 0.8em;
}
.stats_table td[scope="emphasis"], .stats_table td.emphasis {
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    font-weight: bold;
    font-style: normal;
}
.stats_table th + th[scope="col"] {
    background-color: #001F00;
    /* border-right: 1px dotted #AAAAAA; */
    color: #FFFFFF;

background-image: linear-gradient(top, #80B280 0%, #001F00 90%);
background-image: -o-linear-gradient(top, #80B280 0%, #001F00 90%);
background-image: -moz-linear-gradient(top, #80B280 0%, #001F00 90%);
background-image: -webkit-linear-gradient(top, #80B280 0%, #001F00 90%);
background-image: -ms-linear-gradient(top, #80B280 0%, #001F00 90%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #80B280),
	color-stop(0.9, #001F00)
);
}
.stats_table tr.alt th, .stats_table tr.alt td {
    color: #001F00;
}
.stats_table tr.highlight th, .stats_table tr.highlight td {
    background-color: #CCE0CC;
    font-weight: bold;
}
.stats_table tr.odd th, .stats_table tr.odd td {
    background-color: #CCE0CC;
}
.stats_table tr.odd:hover td, .stats_table tr:hover td {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.stats_table tr.locked th, .stats_table tr.locked td {
    background-color: #FF8080;
}
.stats_table tr.private_trade th, .stats_table tr.private_trade td {
    background-color: #FFFF99;
}
.stats_table tr.top th, .stats_table tr.top td, .stats_table th.top {
	background-image: linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
	background-image: -o-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
	background-image: -moz-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
	background-image: -webkit-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
	background-image: -ms-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #80B280),
		color-stop(0.9, #CCE0CC)
	);
}
.stats_table .top th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
.stats_table .top th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
.stats_table .top th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.stats_table tbody tr:last-child td:first-child, .stats_table tbody tr:last-child th:first-child {
  -moz-border-radius: 0 0 0 6px !important;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}
.stats_table tbody tr:last-child td:last-child, .stats_table tbody tr:last-child th:last-child {
  -moz-border-radius: 0 0 6px 0 !important;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}
.stats_table tbody tr:last-child td:only-child, .stats_table tbody tr:last-child th:only-child {
  -moz-border-radius: 0 0 6px 6px !important;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.stats_table td:first-child, .stats_table th:first-child {
    border-left: none;
}

.tablesorter tr:nth-child(odd) td {
    background-color: #CCE0CC;
}
.tablesorter tr:nth-child(even) td {
//    background-color: #FFFFFF;
}
.tablesorter tr:hover td {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.tablesorter thead tr .header {
    background-color: #80B280;
    background-image: url(/images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
.tablesorter thead tr .headerSortUp {
    background-image: url(/images/asc.gif);
}
.tablesorter thead tr .headerSortDown {
    background-image: url(/images/desc.gif);
}
/* .tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #8dbdd8;
*/ }


a.fancy_button, button.fancy_button {
    background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.4), rgba(77, 77, 77, 0.4)) repeat scroll 0 0 transparent;
    border-color: transparent transparent rgba(202, 202, 202, 0.27);
    border-radius: 12px 12px 12px 12px;
    border-style: solid;
    border-width: 1px;
    float: left;
    outline: 0 none;
    overflow: visible;
    padding: 4px;
    text-decoration: none;
    width: auto;
}
a.fancy_button span, button.fancy_button span {
    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.01) 50%, transparent) repeat scroll 0 0 transparent;
    border-color: rgba(255, 255, 255, 0.7) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.7);
    border-radius: 7px 7px 7px 7px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    font: bold 16px/0.8em Arial;
    letter-spacing: -1px;
    padding: 0.48em 2em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
}
a.fancy_button:hover span, button.fancy_button:hover span {
    background: -moz-linear-gradient(center top , rgba(220, 220, 220, 0.6), rgba(100, 100, 100, 0.2) 50%, rgba(0, 0, 0, 0.21) 50%, rgba(0, 0, 0, 0.2)) repeat scroll 0 0 transparent;
    border-top-color: rgba(255, 255, 255, 0.65);
}
a.fancy_button:active span, button.fancy_button:active span {
    background: -moz-linear-gradient(center top , rgba(150, 150, 150, 0.6), rgba(60, 60, 60, 0.6) 50%, rgba(40, 40, 40, 0.6) 50%, rgba(20, 20, 20, 0.5)) repeat scroll 0 0 transparent;
    border-left-color: rgba(0, 0, 0, 0.4);
    border-top-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.75) inset, 0 0 3px rgba(0, 0, 0, 0.75);
}
a.fancy_button span:active, button.fancy_button span:active {
    border-left-color: rgba(0, 0, 0, 0.4);
    border-top-color: rgba(255, 255, 255, 0.2);
}
.round {
    border-radius: 3px 3px 3px 3px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 0.9em;
}
.ui-tpicker-grid-label {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 0;
    padding: 0;
}
#ui-datepicker-div, .ui-datepicker {
    font-size: 0.75em;
}
a.menu:hover {
    color: #000000;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	font-style: normal;
}
a.menu:active, a.menu:link, a.menu:visited {
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
#menuBar {
    // background-color: #000000;
    // height: 45px;
    white-space: nowrap;
    width: 100%;

/*
	background-image: linear-gradient(top, #000000 30%, #282828 100%);
	background-image: -o-linear-gradient(top, #000000 30%, #282828 100%);
	background-image: -moz-linear-gradient(top, #000000 30%, #282828 100%);
	background-image: -webkit-linear-gradient(top, #000000 30%, #282828 100%);
	background-image: -ms-linear-gradient(top, #000000 30%, #282828 100%);

	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0.3, #000000),
	    color-stop(1, #282828)
	);
*/
}
#bottomMenuBar {
//    background-color: #000000;
    color: #DDDDDD;
    font-size: 0.5em;
    height: 25px;
//    padding-bottom: 3px;
//    padding-top: 3px;
    text-align: center;
    white-space: nowrap;
    width: 100%;

/*
	background-image: linear-gradient(bottom, #000000 30%, #282828 100%);
	background-image: -o-linear-gradient(bottom, #000000 30%, #282828 100%);
	background-image: -moz-linear-gradient(bottom, #000000 30%, #282828 100%);
	background-image: -webkit-linear-gradient(bottom, #000000 30%, #282828 100%);
	background-image: -ms-linear-gradient(bottom, #000000 30%, #282828 100%);

	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.3, #000000),
	    color-stop(1, #282828)
	);
*/
}
div.menuBtn {
    background-color: #000000;
    float: left;
    height: 2em;
    margin-left: 1em;
}
div.menuBtnSelected {
    background-color: #FFFFFF;
    color: #000000;
    float: left;
    height: 2em;
    margin-left: 1em;
}
div.menuBtn:hover {
    background-color: #CAE1FF;
    float: left;
    height: 2em;
    margin-left: 1em;
    font-style: normal;
}
#menu {
    color: #FFFFFF;
    display: inline-block;
    line-height: 35px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 1000;
}
#menu .left {
    float: left;
}
#menu .right {
    float: right;
}
#menu a {
    color: #FFFFFF;
    text-decoration: none;
}
#menu > li {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    padding: 0 10px;
    position: relative;
}
#menu > li a:hover {
    color: #B0D730;
	font-style: normal;
}
#menu .logo {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}
#menu li ul {
    background-color: #000000;
    display: none;
    left: -10px;
    line-height: 16px;
    margin-top: 45px;
    position: absolute;
    top: 0;
    width: 150px;
}
#menu li:hover ul {
    display: block;
    font-style: normal;
}
#menu li ul li {
    border-top: 1px dotted #606060;
    display: block;
    list-style-type: none;
    margin: 5px 20px;
    padding: 5px 0;
}
#menu li ul li:first-child {
    border-top: medium none;
}

#tabs_container {
    /* border-bottom: 1px solid #CCCCCC; */
    height: auto;
    width: 1024px;
}

#tabs_content_container {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	border-radius: 10px;
    border-color: -moz-use-text-color #CCCCCC #CCCCCC;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    height: auto;
    padding: 10px;
    background-color: #FFFFFF;

	-webkit-box-shadow: 2px 2px 5px 0px #000000;
	box-shadow: 2px 2px 5px 0px #000000;
}

#tabs {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: auto;
    list-style: none outside none;
    margin: 0 10px 0 10px;
    padding: 5px 0 3px;
    font-size: 0.9em;
}

#tabs li {
    display: inline;
}

#tabs li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #CCCCCC #CCCCCC -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    outline: medium none;
    padding: 2px 4px;
    text-decoration: none;
	border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
#tabs li a:hover {
    background-color: #CCE0CC;
    padding: 2px 4px;
    font-style: normal;
background-image: linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -o-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -moz-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -webkit-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -ms-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #80B280),
	color-stop(0.9, #CCE0CC)
);

}
#tabs li.active a {
    background-color: #CCE0CC;
    border-bottom: medium none;
    padding: 2px 4px 3px;

background-image: linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -o-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -moz-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -webkit-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -ms-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #80B280),
	color-stop(0.9, #CCE0CC)
);
}
#tabs li.active a:hover {
    background-color: #CCE0CC;
    border-bottom: medium none;
    padding: 2px 4px 3px;
}
.tab_content {
    display: none;
}
.yubiKeyInput {
    background: white url("./yubiright_16x16.gif") no-repeat 2px 2px;
    padding-left: 20px;
//    height: 18px;
//    width: 180px;
}


.panel {
	font-size: 0.7em;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	border-radius: 0px 5px 5px 0;
    -moz-border-radius: 0px 5px 5px 0;
    border-color: -moz-use-text-color #CCCCCC #CCCCCC;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    height: auto;
    padding: 5px;
    background-color: #FFFFFF;

	-webkit-box-shadow: 2px 2px 5px 0px #000000;
	box-shadow: 2px 2px 5px 0px #000000;

	position: absolute;
	top: 94px;
	left: 0;
	display: none;
	width: 230px;
	// filter: alpha(opacity=85);
	// opacity: .85;
	z-index:1001;
    overflow: hidden;
    white-space: nowrap;
}

a.trigger {
	position: absolute;
	top: 70px; left: 0;
	background:#FFFFFF;
	display: block;
	z-index:1001;

    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC #CCCCCC -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    outline: medium none;
    padding: 2px 4px;
    text-decoration: none;
	border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

a.trigger:hover{
	position: absolute;
	top: 70px; left: 0;
	color:#fff;
	background:#CCE0CC;
	display: block;

    padding: 2px 4px;
    font-style: normal;
background-image: linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -o-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -moz-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -webkit-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);
background-image: -ms-linear-gradient(bottom, #80B280 0%, #CCE0CC 90%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #80B280),
	color-stop(0.9, #CCE0CC)
);
}

a.active.trigger {
	background:#CCE0CC;

	border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-top-right-radius: 5px;

	z-index:1001;
}
