a.selectSim {
  border-width: 0;
  padding: 7px 5px;
  background: #eee url('../images/select_icon.gif') no-repeat right center;
  color: #999;
  float: left;
  width: 302px;
  text-decoration: none;
  font-size: 11px;
}

a.selectSim:hover {
  color: #000;
  background-color: #e2e2e2;
  text-decoration: none;
}

#big_box_content form {
  float: right;
}

#big_box_content input#data_box { width: 200px; }

#big_box_content .text_box, #big_box_content textarea {
 border-left: 1px solid #999;
 border-top: 1px solid #999;
 border-right: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
 float: left;
}

#big_box_content .text_box {
  width: 300px;
}

#big_box_content textarea {
  width: 300px;
}

#big_box_content select.text_box {
  width: 572px;
}

#big_box_content .but {
  padding: 7px 13px;
  float: right;
}

ul.selectMenu li {
  position: relative;
  float: left;
}

ul.selectMenu {
  padding: 20px 0;
  display: block;
  float: left;
  position: relative;
  top: 0;
  left: 0;
  list-style: none;
}

ul.selectMenu li ul { 
  position: absolute;
  background-color: #eee;
  display: none;
  margin: 0;
  list-style: none;
  padding: 10px;
  top: 28px;
  left: 0;
  width: 292px;
}

ul.selectMenu li ul li { 
  position: relative;
  float: left;
  left: 0;
  top: 0;
}

ul.selectMenu li ul a {
  padding: 7px 5px;
  color: #999;
  float: left;
  width: 280px;
  text-decoration: none;
  border-bottom: 1px solid #e0e0e0;
  font-size: 11px;
}

ul.selectMenu li ul a:hover {
  color: #000;
  background-color: #e2e2e2;
  text-decoration: none;
}

#calendar {
  font-family: Arial;
  height: 100%;
}

#calendar td {
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  color: #000;
}

#calendar td.past a {
  color: #ccc;
}

#calendar td.sfhover, .sfhover {
  background-image: url('../images/pst.gif');
}

#calendar th a#close {
  font-size: 13px;
  padding: 2px;
  text-decoration: none;
  color: #000;
  display: display;
  text-align: center;
  border: 2px solid #f5f5f5;
  vertical-align: middle;
}

#calendar th a#close:hover {
  background-color: #ccc;
  color: #fff;
}

#calendar th a#close:active {
  background-color: #999;
  color: #fff;
}

#calendar td a {
  color: #000;
  border: 0px solid #fff;
  padding: 3px 6px 3px 6px;
  text-decoration: none;
  display: block;
  /* background-color: #fff; */
  height: 100%;
}

#calendar td a:hover {
  padding: 2px 5px 2px 5px;
  border: 1px solid #ccc;
  text-decoration: none;
}

#calendar .special, #calendar td.azi {
  font-weight: bold;
  color: #788da4;
}

#calendar td.special a {
  color: #788da4;
}

th.month {
  background-color: #a3b7cc;
  color: #fff;
  font-size: 10px;
}

th a, td a { cursor: default; height: 100%; }
th { font-size: 10px; text-align: center; }

#calendar .azi {
  background-color: #eee;
  color: #f00;
}

#calendar .azi a { color: #f00; background-color: #eee; }
#calendar .azi a:hover { color: #f00; }

a#left, a#right {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  padding: 2px 5px 2px 5px;
  display: block;
  border: 1px solid #a3b7cc;
  margin: 3px;
}

a#left:hover, a#right:hover {
  border-color: #c7d7e7;
  background-color: #8297ae;
}

a#left:active, a#right:active {
  background-color: #6783af;
  color: #ccc;
  border: 1px solid #6783af;
}




#zi_i, #luna_i, #an_i {
  font-size: 10px;
  border: 1px solid #ccc;
  color: #5a89ba;
}

#zi_luna_an { padding: 4px 7px 4px 4px; }
#zi_luna_an, #calendar_ul { float: left; }

#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  display: inline;
  float: left;
}

#nav li a img {
  background-color: #f5f5f5;
  color: #000;
}

#nav a {
  display: block;
}


#nav li { 
  float: left;
}


#nav li ul { 
  position: absolute;
  background-color: #fff;
  left: -999em; 
  z-index: 9;
}

#nav li ul li { 
  padding: 7px;
  background-color: #f5f5f5;
}



#nav li:hover ul, #nav li ul#ul_hide { 
  left: auto;
}

#nav li ul#ul_hide {
  display: none;
}



