/*
Property of Menes Solutions Inc.
Changes to this file or any file under this site is prohibited
 */
html{
	overflow-x:auto;	/* fixes MSIE scrollbar bug DO NOT REMOVE,has no effect in Mozilla,or Opera */
						/* http://www.blooberry.com/indexdot/css/properties/position/overflowx.htm */
}
html,body{
	background-color:#FEFEFE;
	height:100%;
	padding:0px; /* required for Opera to have 0 margin */
	margin:0;
	font:11pt Verdana,sans-serif;
	cursor:default;
}

a:link{ color: #000000; text-decoration: none }
a:visited{ color: #000000; text-decoration: none }
a:hover{ color: #FF8000; text-decoration: none }
a:focus{ color: #000000; text-decoration: none }

#tr_table{
color:#000000;
}

.table_top {
	border-width: 500px;
	border-spacing: 1000x;
	border-style: none;
	border-collapse: collapse;
	width: 1045px;
	height:105px;
}
.table_top_left {
	background-image: url();
	background-repeat: no-repeat;
	width: 750px;
}
.table_top_middle {
	background-image: url();
	text-align: right;
	background-repeat: no-repeat;
	width: 300px;
}
.table_top_right {
	background-image: url();
	background-repeat: no-repeat;
	width: 50px;
}
/*    Second Table   */
#table_top_1{
}

#td_right{
float:right;
font:10pt Trebuchet MS,sans-serif;
padding: 15px;
margin: 0px 0px 10px 0px;
}

#td_left{
float:left;
}

/*********** MENU BAR***********/
#bottom_bar1 {
	z-index:100;
	background-color: #000000;
	color: #000000;
}

#menubar {
	position:absolute;
	left:230px;
	top:28px;
	height:30px;
	z-index:100;
	width: 80%; /*total len*/
	text-align: left;
}
#menuwrapper1 {
    font:7pt Trebuchet MS,sans-serif;
    z-index: 1000;
    height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 1px;
    border: 0px solid #000000;
    text-align: center;
    background-color: #1D1E23;
}
#menuwrapper2 {
    font:7pt Trebuchet MS,sans-serif;
    z-index: 1000;
    height: 10px;
    margin: 0px 0px 0px 0px;
    padding: 1px;
    border: 0px solid #000000;
    text-align: center;
    background-color: #4C4C4C;
}
#menuwrapper {
    font:7pt Trebuchet MS,sans-serif;
    z-index: 100;
    height: 35px;
    margin: 0px 0px 0px 0px;
    padding: 1px;
    border: 0px solid #000000;
    text-align: center;
    background-color: #4C4C4C;
}
#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 140%;
}
#menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	border-right: 1px solid #565656;
	font-size: .90em;
	color: #FEFEFE; /*main menu text color*/
}
#menubar a.trigger {
	padding: 5px 15px 5px 15px;
}
#menubar li {
	float: left;
	width: 9em;
}
#menubar li {position: relative;}
/* hide from IE mac \*/
#menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */
#menubar li ul, #menubar ul li  {
	width: 11em; /*submenu len*/
}
#menubar ul li a  {
	color: #000000;
	border-right: 0;
	padding: 3px 12px 3px 15px;
}
#menubar li ul {
	position: absolute;
	display: none;
	background-color: #EBEADD; /*submenu bg color*/
	border-right: 1px solid #565656;
	border-bottom: 1px solid #565656;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:0.85;
}
#menubar li:hover a, #menubar a:focus,
#menubar a:active, #menubar li.hvr a {
	color: #DF0101; /*menu selected text color*/
	background-color: transparent; /*menu selected bg color*/
}
#menubar li:hover ul, #menubar li.hvr ul {
	display: block;
}
#menubar li:hover ul a, #menubar li.hvr ul a {
	color: #000000; /*submenu text color*/
	background-color: transparent;
}
#menubar ul a:hover {
	background-color: #8FAFEF !important; /*submenu selected bg color*/
	color: #FEFEFE !important; /*submenu selected text color*/
}
/*********** MENU BAR END***********/

#username {
position:absolute;
top:-30px;
float:right;
font:8pt Trebuchet MS,sans-serif;
font-weight:bold;
margin: 0px 0px 0px 0px;
}

#logout_color{

color:#FFFFFF;
font-weight:bold;
}

#version {
	position:absolute;
	left:48%;
	top:122px;
	z-index:10;
	color:#d4d4d4;
	font:9pt Verdana,sans-serif;
}
h1{
    margin:0px;
    font:16pt Trebuchet MS,sans-serif;
    font-weight:bold;
    color:#e9e6e6;
	line-height:1.2em;
}
form { margin: 0px; }
input, input.mouseover, a.button {
	border: 1px solid #565656;
	background:#7DD0FA;
	font: 11pt Verdana,sans-serif;
	font-weight: bold;
	line-height:100%;
}
input {
    background:#FFFFFF;
    color:#000000;
    padding:2px 1px;
	margin-right: 2px;
	margin-left: 2px;
}
input[type="text"],input[type="password"]{
	background-color:#a2a2a;
}
input[type="text"]:hover, input[type="password"]:hover {
    background-color:#7DD0FA;
	border-color:#bbb;
	cursor: default;
}
input[type="text"]:focus,input[type="password"]:focus {
	background:#7DD0FA;
	border-color:#f6b620;
}
input[type="radio"],input[type="checkbox"]{
	background:none;
	border:0px;
}
select,textarea{
	color:#000000;
	border:1px solid #565656;
	background-color: #FFFFFF;
	}
img {
	border: 0px;
	padding: 0px;
}
a.button {
	background:#C3BBBB;
	color: #000000;
	padding:4px 2px;
	text-decoration: none;
	text-align: center;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}

a.button:visited{   
	background-color: #C3BBBB; 
	color: #000000;
}
a.button:hover{   
	background-color: #565656; 
	color: #d4d4d4;
}
a.button:active, a.button:focus {   
	border-color: #76827B;
}
a[type="wrn"].button:hover{
	background-color:#4a1a1a;
	background-image:url(../../img/sml_warn.png);
	background-repeat:no-repeat;
	background-position: 99% 1px
}
a[type="def"].button:hover{
	background-color:#1a4a1a;
	background-image:url(../../img/sml_tick.png);
	background-repeat:no-repeat;
	background-position: 99% 1px
}

fieldset{
	position: relative;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	top: 5px;
	width: 75%;
	background-color: transparent;
	border: 1px solid #d4d4d4;
}
fieldset.half_frame{
	width: 650px;
}
fieldset.tquarter_frame{
	width: 780px;
}
fieldset.full_frame{
	width: 860px;
}
legend{
	margin-top:-5px;
	color: #000000;
	background-color: transparent;
	padding: 2px 6px;
	position:absolute;
	top: -5px;
	left: 5px;
}

/*****TABLES******/
#td_1{
color:#000000;
}

#preview{
	color:#000000;
	background-color: transparent;
}

table.flat {
	border-width: 5px;
	width: 600px;
	border-spacing: 5px;
	border-style: none;
	border-collapse: collapse;
	background-color: transparent;
	text-align: left;
}
table.flat td {
	padding: 5px;
	color:#000000;
}
table.hidden {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
	text-align: center;
}
table.top_hidden {
	width: 960px;
	border: 0px none #d4ddd8;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
}
table.top_hidden1 {
	width: 960px;
	border: 0px none #d4ddd8;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
	background-color:#423F3F;
}
table.top_hidden td, table.hidden td {
	padding: 4px 0px;
}
table.lined {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
table.lined1 {
	width: 79.7%;
	border-collapse: collapse;
	text-align: center;
}
table.lined, table.lined td, table.lined td.hidden{
	border-bottom: 1px solid  #383838;
	border-top: 1px solid  #383838;
	padding: 5px;
}
table.lined1, table.lined1 td, table.lined1 td.hidden{
	border-bottom: 1px solid  #383838;
	border-top: 1px solid  #383838;
	padding: 5px;
}
table.lined, table.lined tr, table.lined tr.hidden{
	border-left: 1px solid  #383838;
	border-right: 1px solid  #383838;
}
table.lined1, table.lined1 tr, table.lined1 tr.hidden{
	border-left: 1px solid  #383838;
	border-right: 1px solid  #383838;
}
table.lined tr th{
	background-color: #F1F1F1;
	font-weight: bold;
	font-size: 10px;
	color:#000000;
	padding: 5px;
}
table.lined1 tr th{
	background-color: #F1F1F1;
	font-weight: bold;
	font-size: 10px;
	color:#000000;
	padding: 5px;
}
table.lined td.hidden {
	background-color: transparent;
}
table.lined1 td.hidden {
	background-color: transparent;
}
table.lined td{
	background-color: transparent;
	color:#000000;
}
table.lined1 td{
	background-color: #FFFFFF;
	color:#000000;
}
tr td div.gradient_p,div.gradient_pp{
	float: left;
	clear: right;
	display: table-cell;
	text-align: right;
	padding: 1px 5px;
}
tr td div.gradient_p{
	background-color:#444;
	width: 140px;
}
tr td div.gradient_pp{
	background-color:#333;
	width: 50px;
}
img.bag_icon {
	float: left;
	width: 24px; 
	height: 24px;
	border: 1px solid #585858;
	margin-left: 5px;
}

tr td.bag div,
tr td.bank div {
	position: relative;
	border: 0px;
	margin: 2px;
	background-image: url(../../img/INV/Slot_Bag.gif);
	background-repeat: repeat;
	background-color: #242424;
}
tr td.bank div {
	background-image: url(../../img/INV/Slot_Bank.gif);
	background-color: #858585;
}
tr td.bag div div,
tr td.bank div div{
	position: absolute;
	background: none;
}
tr td.bag div div img,
tr td.bank div div img{
	border: 0px;
	padding: 1px;
	width: 35px; 
	height: 35px;
}
tr td.bag div.no_slot,
tr td.bank div.no_slot{
	position: absolute;
	margin: 0px;
	width: 86px;
	height: 41px;
	background-image: url(../../img/INV/Slot_Bag_Out.gif);
}
tr td.bank div.no_slot{
	background-image: url(../../img/INV/Slot_Bank_Out.gif);
}
/*****TABLES END******/

#body_main {
	position:absolute;
    left: 0%; 
    top: 100px;
    width: 95%;
    margin-left: 15px; /* half of the width */
	line-height: 120%;
	text-align: center;
	font-size: 12px;
	color:#000000;
}

#search1 {
	position:relative;
    left: 6%; 
    top: 0%;
    width: 95%;
    margin-left: 15px; /* half of the width */
	line-height: 120%;
	text-align: center;
}



.error {
	color:#f6b620;
}
.error1 {
	color:#FAB208;
}
.bold {
	font:14pt Trebuchet MS,sans-serif;
	font-weight:bold;
}
.small {
	font-size: 9px;
}	
.large_bold {
	font-size: 14px;
	font-weight:bold;
}
.large {
	font-size: 14px;
}
.half_line {
	font-size: 13px;
	line-height:1.6em;
}
/*****BUBBLE******/
div.bubble {
	position:relative;
	width:100%;
    padding:15px 15px;
    background-color:#FEFEFE;
    margin-bottom:15px;
	text-align: left;
	border: 1px solid #000000;
}
div.bubble1 {
	position:relative;
    left: 0px; 
    top: -10px;
	width:100%;
    padding:15px 15px;
    background-color:#FEFEFE;
    margin-bottom:15px;
	text-align: left;
	border: 1px solid #000000;
}
div.bubble2 {
	position:relative;
    left: 0px; 
    top: 10px;
	width:100%;
    padding:15px 15px;
    background-color:#FEFEFE;
    margin-bottom:15px;
	text-align: center;
	border: 1px solid #000000;
}
#table_fixed_menu {
	position:relative;
    left: 0px; 
    top: -10px;
    width: 100%;
    margin-left: 15px; /* half of the width */
	line-height: 120%;
	text-align: center;
	font-size: 12px;
	color:#000000;
}
#body_main1 {
	position:absolute;
    left: 0%; 
    top: 100px;
    width: 95%;
    margin-left: 15px; /* half of the width */
	line-height: 120%;
	text-align: center;
	font-size: 12px;
	color:#000000;
}
#body_main2 {
	position:absolute;
    left: 0%; 
    top: 100px;
    width: 95%;
    margin-left: 15px; /* half of the width */
	line-height: 120%;
	text-align: center;
	font-size: 12px;
	color:#000000;
}
div.bubble div.top {
	text-align: center;
	width:100%;
	background-color:#F1F1F1;
	padding:7px 7px;
    margin:-7px -0px 12px -7px;
	border: 0.5px solid #000000;
}
div.bubble div.top h1{
	color: #1a1a1a;
}
i.tl, i.tr, i.bl, i.br {
	position:absolute;
    width:4px;
    height:4px;
    overflow:hidden;
    z-index:30;
}
i.tl {
    top:0px;
    left:0px;
}
i.tr {
    top:0px;
    right:0px;
}
i.bl {
    bottom:0px;
    left:0px;
}
i.br {
    bottom:0px;
    right:0px;
}
/*****BUBBLE END******/

#body_buttom {
	position:absolute;
	bottom: 0px;
    font:8pt Trebuchet MS,sans-serif;
    z-index: 100;
    height: 30px;
	width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 1px;
    border: 0px solid #000000;
    text-align: left;
    background-color: #333333;
}
#body_buttom1{
	position:absolute;
	bottom: 30px;
    font:8pt Trebuchet MS,sans-serif;
    z-index: 100;
    height: 30px;
	width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 1px;
    border: 0px solid #000000;
    text-align: center;
    background-color: #4C4C4C;
}
.table_buttom {
	background: #383838;
	border: 1px solid #565656;
	width: 1000px;
	height:100px;
}
.table_buttom_left {
	width: 6px;
}
.table_buttom_middle {
	width: 784px;
}
.table_buttom_right {
	width: 6px;
}

#body_buttom a:link, #body_buttom a:visited {
    color:#C0D0CA;
    text-decoration:none;
}
#body_buttom a:hover, #body_buttom a:focus {
    text-decoration:underline;
}
.logo_border {
	border: 1px solid #565656;
	background-color: #2a2a2a;
	padding: 6px;
}

.icon_border_0 {
	border: 0px;
	padding: 6px;
	width: 32px;
	height: 32px;
	background: url(../../img/INV/icon_border_0.png)
}

.icon_border_1 {
	border: 0px;
	padding: 6px;
	width: 32px;
	height: 32px;
	background: url(../../img/INV/icon_border_1.png)
}

.icon_border_2 {
	border: 0px;
	padding: 6px;
	width: 32px;
	height: 32px;
	background: url(../../img/INV/icon_border_2.png)
}

.icon_border_3 {
	border: 0px;
	padding: 6px;
	width: 32px;
	height: 32px;
	background: url(../../img/INV/icon_border_3.png)
}

.icon_border_4 {
	border: 0px;
	padding: 6px;
	width: 32px;
	height: 32px;
	background: url(../../img/INV/icon_border_4.png)
}

.icon_border_5 {
	border: 0px;
	padding: 6px;
	width: 32px;
	height: 32px;
	background: url(../../img/INV/icon_border_5.png)
}

.icon_border_6 {
	border: 0px;
	padding: 6px;
	width: 32px;
	height: 32px;
	background: url(../../img/INV/icon_border_6.png)
}

/*** graphs and bars ***/
.bargraph {
	font:9pt Verdana,sans-serif;
	border-collapse: collapse;
	width: 720px;
}
.bargraph td {
	padding:0;
	margin:0;
	vertical-align:bottom;
	text-align:center;
	background: url(gridline.gif) 15px bottom;
}

a.graph_link:link, a.graph_link:visited{ color: #f6b620; text-decoration: none }
a.graph_link:hover, a.graph_link:focus{ color: #ffee40; text-decoration: none }

.bargraph img{
	display:block;
	border: 1px solid #000;
}

table.stat_hidden {
	width: 960px;
	border-spacing: 2px;
	border-collapse: collapse;
	text-align: left;
}

.tot_bar {
	width: 730px;
	border:1px solid #000000;
	padding:10px;
	border-collapse: collapse;
	text-align: center;
	font-weight: bold;
}
.tot_bar a:link, .tot_bar a:visited{ color: #000; text-decoration: none }
.tot_bar a:hover, .tot_bar a:focus{ color: #f6b620; text-decoration: none }

tr td.bar{
	width: 385px;
	background-repeat: no-repeat;
	background-position: -385px;
	padding: 1px;
}
tr td.bar span{
	float: left;
	width:55%;
	text-align:right;
	margin-top: 3px;
	color: #fff !important;
}
tr td.bar span.rank{
	position: absolute;
	text-align: left;
	width: auto;
}
tr td.skill_bar{
	background-image: url(../../img/bar_skill.png);
}

/*** link tabs ***/
#tab ul {
	padding: -5px 0px;
	margin: 0px;
	list-style: none;
}
#tab li {
	float: left;
	border: 1px solid #000000;
	border-bottom-width: 0;
}
#tab a {
	display: block;
	background: #F1F1F1;
	padding: 1em 2em;
}
#tab a:hover {
	/*background: #7DD0FA;*/
	background: #8FAFEF;
}	
#tab  #selected {
	border-color: #000000;
}
#tab #selected a {
	position: relative;
	top: 1px;
	background: #8FAFEF;
	font-weight: bold;
	padding: 1em 1.5em;
}
#tab_content {
	padding: 0px 0px 20px;
	border: 1px solid #000000;
	background: #F1F1F1;
	width: 100%;
	clear: both;
}

/*** Java layer tabs ***/
.jtabs {
	margin: 0;
	padding: 0px 0px 0px 30px;
	list-style: none;
}
.jtabs li {
	float: left;
}
.jtabs a.jtab-disabled:hover, .jtabs a.jtab-active {
	background: #484848;
	border-bottom-color: #484848;
}
.jtabs a.jtab-disabled {
	background: #383838;
	border: 1px solid #565656;
	border-bottom-width: 0;
}
.jtabs a  {
	position: relative;
	top: -27px;
	background: #484848;
	font-weight: bold;
	padding: 1em 1.3em;
	border: 1px solid #d4d4d4;
	text-decoration:none;
}
.jtab-container {
	border: 1px solid #d4d4d4;
	background: #484848;
	width: 900px;
	clear: both;
}
.jtab-panes { margin: 3px }

/*** item tooltips***/
.item_tooltip  td{
	float: none;
	font-size: 12px;
	color: #d4d4d4;
	border:1px solid #F0D070;
	padding:10px;
	width:auto;
	background-color:#000;
	text-align:left;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:0.80;
}
.info_tooltip  td{
	float: none;
	font-size: 12px;
	color: #d4d4d4;
	border:0px solid #F0D070;
	padding:10px;
	width:240px;
	background-color:#000;
	text-align:left;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:0.85;
}
.answerbox {
	float: none;
	font-size: 11px;
	color: #d4d4d4;
	border:1px solid #F0D070;
	padding:10px;
	width:auto;
	background-color:#000;
	text-align:center;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:0.85;
}
.answerbox th {
	font:16pt Trebuchet MS,sans-serif;
    font-weight:bold;
	color:#f6b620;
	line-height:1.2em;
}
.answerbox td a {
	float:none;
	display: block;
}
.calendar {
  z-index: 100;
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar .nav {
  background: transparent url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #788084;
  color: #fff;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #e8f0f4;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #d8e0e4;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #b8c0c4;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #e8f4f0;
}

.calendar tbody .rowhilite td {
  background: #d8e4e0;
}

.calendar tbody .rowhilite td.wn {
  background: #c8d4d0;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
  background: #d8e0e4;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #e8f0f4;
  padding: 1px;
  border: 1px solid #000;
  background: #788084;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #d8e0e4;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #d8e0e4;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #c8d0d4;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar .combo .hilite {
  background: #048;
  color: #aef;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #e8f0f4;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}