@import "./edit.css";
@import "./common.css";
@import "../common/tree/dtree.css";
@import "../common/calendar/calendar.css";
* {
  margin: 0px;
  padding: 0px;
}
body {
  background: #E0E7F0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
* html body { /* IE < 7 */
  text-align: center;
}
img, img a, a img {
  border: 0px none;
}
a {
	color: #2F4F4F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.main {
  background-color: white;
  border-left: 1px solid #B2B2B2;
  border-right: 1px solid #B2B2B2;
  margin: 0px auto;
  text-align: left;
  width: 1002px;
}
.header {
  border-bottom: 3px solid #B2B2B2;
  margin: 0 auto;
  padding: 10px 0 0;
  width: 100%;
}
.header .language-bar {
  float: right;
  height: 16px;
  margin: 0;
  text-align: right;
}
.header h1 {
  color: #ADBBC7;
  font-family: sans-serif;
  font-size: 64px;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
}
.header h1 a ,
.header h1 a:hover {
  color: #ADBBC7;
  display: block;
  text-decoration: none !important;
}
#menu-bar {
  margin-top: 10px;
  text-align: left;
  overflow: auto;
  width: 1000px;
}                          
* html #menu-bar {      
  overflow: visible;
  margin-bottom: 5px;
  position: relative;       
  z-index: 100;
}
#menu-bar ul {
  font-size: 14px;
  list-style: none;
}                          
#menu-bar ul li {
  display: block;
  float: left;
}
* html #menu-bar ul li,
* html #menu-bar ul li a { /* IE < 7 */
  display: inline !important;
  position: relative;
  z-index: 10;
}
#menu-bar ul li a {
  color: black;  
  display: block;
  font-weight: bold;
  padding: 5px 18px;
  text-transform: uppercase;
}
#menu-bar ul li a.current {
  background: #B2B2B2 url(../images/menu.png) repeat-x scroll top;
  color: white;
}
#menu-bar li ul { /* second-level lists */
  border: 1px solid #B2B2B2;
  background-color: #E0E7F0;
  color: black;
  position: absolute;
  left: -10000px;
  margin-left: -2px;
  margin-top: -1px;
  width: 250px;  
}
* html #menu-bar li ul {  
  margin: 28px -120px 0;
}
#menu-bar li ul a { /* second-level anchors */
  color: black;
  font-size: 9px;
  overflow: hidden;
  text-transform: none;
  white-space: nowrap;
  width: 240px;  
}
#menu-bar li ul a.current {
  background: transparent none;
  color: black;
}
#menu-bar li ul a:hover { /* second-level anchors */
  background-color: #688592; 
  color: #F0E9D4;
}
#menu-bar li ul ul { /* third-and-above-level lists */
  border: 1px solid #B2B2B2;
  left: -10000px;
  display: block;
  float: left;
  margin: -29px 0 0 250px;
}                        
* html #menu-bar li ul ul {
  margin: -1px 0 0 -4px;
}
#menu-bar li ul li {
  background: transparent none !important;
  clear: left;
}
#menu-bar li ul li a {
  display: block;
  padding: 3px 0px 5px 10px;
}
* html #menu-bar li ul li,
* html #menu-bar li ul li a {
  height: 28px !important;    
  padding-right: 0px !important;
  width: 250px;
}
#menu-bar li li a.sub-menu {
  background: transparent url(../images/arrow-right.gif) no-repeat right;
}
#menu-bar li li a:hover.sub-menu {
  background: #E0E7F0 url(../images/arrow-right.gif) no-repeat right;
}
#menu-bar li:hover ul ul, 
#menu-bar li:hover ul ul ul, 
#menu-bar li.sfhover ul ul, 
#menu-bar li.sfhover ul ul ul {
  left: -10000px;
}
#menu-bar li:hover ul, 
#menu-bar li li:hover ul, 
#menu-bar li li li:hover ul, 
#menu-bar li.sfhover ul, 
#menu-bar li li.sfhover ul, 
#menu-bar li li li.sfhover ul { /* lists nested under hovered list items */
  background-color: #E0E7F0;
  left: auto;
}
.left-menu {
  background: #6b7d91 url(../images/bl-h4-bg.png) repeat-y left;
  margin: 20px 0;
  padding-bottom: 20px;
  text-align: left;
  width: 200px;
}
.left-menu h4 {
  color: silver;
  font-size: 11pt;
  margin: 0px;
  padding: 3px 20px;
}
.left-menu ul, 
.left-menu ul ul {
  background: white url(../images/menu-item-bg.png) repeat-y right;
  list-style: none;
}
.left-menu ul ul {
  clear: both;
}
.left-menu li {
  border-top: 1px solid silver;
  display: block;
  overflow: hidden;
  padding: 4px 0 1px 10px;
}
* html .left-menu li {
  margin: 2px 0;
  padding: 2px 0 0 10px !important;
}
.left-menu li a {
  display: block;
  float: left;
  height: 17px;
}
.left-menu li a.collapsed,
.left-menu li a.expanded {
  float: right;
  width: 27px !important;
}
.left-menu li a.collapsed {
  background: transparent url(../images/plus.gif) no-repeat center;
}
.left-menu li a.expanded {
  background: transparent url(../images/minus.gif) no-repeat center;
}
.left-menu li ul {
  padding-top: 1px;
}
* html .left-menu li ul {
  padding-top: 0px !important;
}
.left-menu .hot {
  background: white url(../images/menu-hot-bg.png) repeat-y left;
  border: 0px none;
  color: white;
  padding: 10px 0 10px 10px;
}
.left-menu .hot a {
  color: #FFFFDD;
}
.left-menu .hot ul {
  background: transparent none;
}
.left-menu .hot ul li {  
  border: 0px none;
}
.left-block,
.left-block p,
.left-block img {
  margin: 0;
  padding: 0;
}
.block {
  background: white url(../images/block-bg.png) repeat-y left;
  border: 1px solid black;
  margin: 20px auto;
  text-align: left;
  width: 160px;
}
.block h4 {
  background: #6b7d91 url(../images/bl-h4-bg.png) repeat-y left;
  border-bottom: 1px solid black;
  color: white;
  font-size: 10pt;
  margin: 0px;
  padding: 3px;
  text-align: center;
}
.block div.inside,
.block p {
  padding: 5px;
}
.block div.inside .small,
.block p .small {
  font-size: 9px;
}
* html .block div.inside,
* html .block p {
  padding: 0 !important;
  margin: 5px -5px 5px 5px;
  position: relative;
  width: 150px;
  z-index: 1;
}
.block .row {
  overflow: auto;
}
* html .block .row {
  clear: both;
}
.block .left {
  float: left;
}
.block .right {
  float: right;
}
.block hr {
  margin: 5px 0;
}
* html .block hr {
  clear: both;
  margin: 0;
}
.content {
  margin: 0px auto;
  min-height: 300px;
  overflow: auto;
  text-align: left;
}
.left-column,
.right-column {
  float: left;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
  width: 100px;
}
* html .left-column,
* html .right-column {
  width: 100px;
}
.breadcrumbs {
  color: black;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.breadcrumbs a {
	color: #2F4F4F;
}
.breadcrumbs .active {
  font-style: italic;
}
.main-content {
  float: left;
  overflow: hidden;
  padding: 5px;
  width: 780px;
}
* html .main-content { /* IE < 7 */
  width: 800px !important;
}
.main-content ul {
  padding-left: 20px;
}
.main-content hr {
  background-color: #b2b2b2;
  border: 0 none;
  color: #b2b2b2;
  height: 2px;
  margin: 10px 0;
}
.main-content table {
  font-size: 10pt;
}
.main-content img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.footer {
  border-top: 1px solid #B2B2B2;
  color: black;
  font-size: 8pt;
  height: 30px;
  margin: 0 auto;
  overflow: auto;
  padding: 2px 0 0;
  width: 100%;
}
* html .footer {
  height: 32px;
  overflow: visible;
  position: relative;
}
.copyright {
  float: left;
  margin-left: 5px;
  text-align: left;
  width: 390px;
}
* html .copyright { /* IE < 7 */
  margin-left: 3px !important;
}
.actions {
  float: left;
  margin: 0px auto;
  text-align: center;
  width: 200px;
}
.updates {
  float: right;
  margin-right: 5px;
  text-align: right;
  width: 390px;
}
* html .updates { /* IE < 7 */
  margin-right: 3px !important;
}
fieldset {
  border-top: 1px solid #9FD8DB;
  border-left: 1px solid #9FD8DB;
  border-right: 1px solid #B0E0E6;
  border-bottom: 1px solid #B0E0E6;
  margin: 10px;
  padding: 20px;
}
fieldset legend {
  color: #ac2525;
  font-size: 120%;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
fieldset form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
fieldset table tr {
  height: 24px;
}
fieldset .error {
  color: red;
  font-size: 80%;
  font-weight: bold;
}
fieldset .good {
  color: navy;
  font-size: 80%;
  font-weight: bold;
}
.register-labels {
  font-size: 80%;
  vertical-align: middle;
  width: 100px;
}
.register-inputs {
  font-size: 80%;
  width: 250px;
}
.register-required {
  color: red;
  font-size: xx-small;
  vertical-align: middle;
}
.counter table {
  background-color: #A38F46;
  margin: 0px auto 10px;
  padding: 3px 0;
  text-align: center;
  width: 80px;
}
.counter table tr td {
  color: #DCCD96;
  font-size: 11px;
  padding: 0 3px;
  vertical-align: middle;  
}
.counter table tr td.left {
  text-align: left;
}
.counter table tr td.right {
  text-align: right;
}
.reservation table.calendar {
  background-color: #DCCD96;
	border: 2px solid black;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 10px 5px 5px 0px;
	min-width: 400px;
}
.reservation table.calendar tr.weekend {
	background-color: #CBB76F;
}
.reservation table.calendar tr.today {
	background-color: #7ADE7B;
}
.reservation table.calendar tr th {
	border-bottom: 2px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	text-align: center;
	vertical-align: middle;
}
.reservation table.calendar tr th.caption {
  width: 200px !important;
}
.reservation table.calendar tr th a {
	text-decoration: none;
}
.reservation table.calendar tr td {
	border: 1px solid black;
  padding: 1px 2px;
	text-align: left;
	vertical-align: middle;
  white-space: normal !important;
}
.reservation table.calendar tr td.right {
	text-align: right;
	width: 20px;
}
.reservation table.calendar tr td.left {
	text-align: left;
	width: 20px;
}
.reservation table.calendar tr td.occupied {
	background-color: silver;
}