/*============================ general -======================================*/
* html .visualIEFloatFix { height: 0.01%; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
  {
  margin: 0px;
  padding: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,img {
  border: none;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}

ol,ul {
  list-style: none;
}

caption,th {
  text-align: left;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,q:after {
  content: '';
}

abbr,acronym {
  border: 0;
}

fieldset {
  padding: 10px auto;
}

pre {
  font-size: 12px;
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -o-pre-wrap; /* Opera 7+ */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
}

.wrap {
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -o-pre-wrap; /* Opera 7+ */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.clear {
  clear: both;
  height: 0px;
  display: block;
  visibility: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

hr {
  background-color: #FFA500;
  color: #FFA500;
  height: 1px;
  border: none;
  margin-bottom: 15px;
}

img.narrow {
  height: 100%;
}

img.wide {
  width: 100%;
}

img.square {
  height: 100%;
}

/*============================ template ======================================*/
body {
  background-color: #fff8f3;
  color: #555555;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 12px;
}

div.topBlock {
  margin: 0px auto;
  width: 980px;
}

div#container {
  background: white url(/images/bg-container.png) repeat-y scroll 0pt;
}

div.containerBlock {
  margin: 0px 16px;
}

div#header {
  padding: 0px 0px 0px 10px;
  height: auto;
}

div#header div#logo {
  padding-top: 10px;
  height: 50px;
  float: left;
}

div#header div.upper {
  height: auto;
  clear: both;
}

div#header div.lower {
  clear: both;
}

span#welcome_msg {
  display: inline;
  float: right;
  padding: 10px 5px;
  font-weight: bold;
  clear: right;
  white-space: nowrap;
}

/* search bar */
div#searchBar {
  width: 490px;
  margin: 15px 0px 0px 0px;
  border: none;
  float: left;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #EAF4DC;
}

div#search {
  height: 25px;
  padding: 5px 0px 3px 0px;
}

div#search label {
  line-height: 25px;
  float: left;
  margin: 0px 20px;
  font-weight: bold;
  white-space: nowrap;
  word-wrap: normal;
}

div#search input {
  float: left;
  margin-top: 3px;
  width: 350px;
  border: 1px solid #cccccc;
  background-color: #FFFFE6;
  padding: 1px 5px;
  height: 14px;
}

div#search img {
  margin: 4px 20px 0px 10px;
  border: none;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border: none;
  float: left;
  cursor: pointer;
}

div#search input [type="image"] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border: none;
}

div#header div#tagline {
  font-size: 14px;
  color: #777777;
  float: left;
  margin-top: 3px;
  margin-left: 37px;
  _margin-left: 17px;
}

div#header div#tabs {
  float: right;
  width: 635px;
  margin-top: 10px;
}

/************************ login nav *******************************************/
div#header div#login_nav {
  float: right;
  margin: 0px;
  clear: both;
}

div#header div#login_nav dl {
  
}

div#header div#login_nav dt {
  float: right;
  padding: 0px;
  margin-left: 0px;
}

div#header div#login_nav a {
  color: blue;
  font-weight: normal;
  margin-left: 5px;
  padding: 3px 5px;
  font-size: 11px;
}

div#header div#login_nav a:hover {
  background-color: #ff8b20;
  color: white;
  text-decoration: none;
}

/* main page tabs */
div#header div#main_nav {
  overflow: hidden;
  padding: 0;
  height: 25px;
}

div#header div#main_nav li div {
  margin: 0;
  padding: 0;
}

div#header div#main_nav ul {
  margin: 0px;
  padding-top: 0px;
}

div#header div#main_nav li {
  float: right;
  width: 122px;
  height: 25px;
  font-size: 1.0em;
  background-color: #C0C0C0;
  font-weight: bold;
  padding: 0px;
  margin-left: 5px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

div#header div#main_nav li a.selected {
  width: 122px;
  color: white;
  background: none;
}

div#header div#main_nav li a {
  display: block;
  overflow: hidden;
  background: inherit;
  text-align: center;
  color: white;
  text-decoration: none;
  line-height: 25px;
}

div#header div#main_nav li div {
  height: 25px;
}

/* workaround IE6 not support CSS2 attribute selector */
div#header div#main_nav li div.biz a:hover {
  background-color: #666633;
  color: #FFFFFF;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

div#header div#main_nav li div.person a:hover {
  background-color: rgb(69, 145, 222);
  color: #FFFFFF;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

div#header div#main_nav li div.public a:hover {
  background-color: #8DC63F;
  color: #FFFFFF;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

div#menubar {
  color: white;
  padding: 5px 0px;
  _padding: 2px 0px 5px 0px;
  clear: both;
}

div#content {
  padding: 20px 10px 10px;
  min-height: 350px;
  _height: 350px;
}

div#footer {
  background: #fff8f3 url(/images/bg-footer.png) no-repeat top left;
  font-size: 0.8em;
  padding: 10px 0px 20px 0px;
}

div#footer div.nav {
  float: left;
  margin-left: 20px;
}

div#footer div.nav a {
  text-decoration: none;
  text-align: center;
}

div#footer div.nav a:hover {
  color: #db6d16;
}

div#footer div.nav li {
  float: left;
  padding-left: 5px;
}

div#footer div.copyright {
  float: right;
  margin-right: 20px;
}

span.separator {
  display: inline;
  margin: 0px 10px;
}

div#ads {
  background-color: #fff8f3;
  margin-top: 30px;
  text-align: center;
}

/************************* wizard *********************************************/
  /* edit mode */
div.editMode {
  margin: 20px 0px;
  padding: 10px;
  background-color: #FFF8E6;
  border: 1px solid #cccccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

div.editMode div.formButtons,.wizard .formPanel div.formButtons {
  float: right;
  clear: both;
  margin-top: 10px;
}

.storeFront form input {
  width: 200px;
}

.storeFront form .checkbox input,.storeFront form .radio input {
  width: auto;
}

.storeFront form select {
  width: 210px;
  padding: 1px 0px;
}

.storeFront div.editMode table.formTable td,.wizard .formPanel table.formTable td
  {
  padding: 2px;
  vertical-align: top;
}

.storeFront div.editMode table.formTable td label {
  width: 100px;
}

.wizard .formPanel table.formTable td label {
  width: 150px;
}

/* wizard */
.wizard {
  margin: 10px;
  width: 850px;
}

.wizard .tabs {
  float: right;
  padding: 5px 0px;
  margin-top: 10px;
}

.wizard .tabs .tab {
  width: 90px;
  background-color: #eeeeee;
  color: #555555;
  display: block;
  padding: 10px;
  margin: 5px 0px 0px 10px;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

.wizard .tabs a.tab:hover {
  background-color: #FF8B20;
  color: white;
}

.wizard .tabs a.active:hover {
  background-color: #fff8e6;
  color: #ff8b20;
}

.wizard .tabs .active {
  background-color: #fff8e6;
  color: #ff8b20;
  border-color: #ffddaa;
  width: 100px;
  font-size: 12px;
  margin-left: 0px;
  position: relative;
  left: 1px;
}

.wizard .formPanel {
  float: right;
  width: auto;
  background-color: #FFF8E6;
  border: 1px solid #ffddaa;
  padding: 10px;
  width: 700px;
  min-height: 400px;
  _height: 400px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.wizard .previewPanel {
  background-color: white;
  border: 1px solid #ffddaa;
  margin: 0px 5px 10px 5px;
  _margin: 0px 5px 10px 5px;
  padding: 10px;
  _padding: 10px 10px 0px 10px;
  /* height: auto; */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.wizard .bookingPanel {
  margin: 0px 5px;
  _margin-right: 0px;
  height: auto;
}

.wizard .formPanel .formHelp {
  margin: 0px;
}

form div.editMode .validationError,.wizard .formPanel .validationError {
  display: block;
  color: red;
}

table.hoursTable {
  background-color: white;
  border: 1px solid #cccccc;
  margin: 10px 0px;
}

table.hoursTable tr.alt {
  background-color: #eeeeee;
}

table.hoursTable td {
  padding: 3px 5px;
}

/*========================= main.css =========================================*/
  /* colors:
#666633: dark army green 8dc63f
#db6d16: lattiss #FFA500
#ffffcc: inactive tab gray
#cccccc: light gray

/**************** Body and tag styles ****************/
.widget {
  border: 1px solid #cccccc;
  margin: 20px 5px 5px 5px;
  padding: 10px;
  background-color: #FFF8E6;
  float: left;
  width: 90%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.widget span.label {
  background-color: #FFF8E6;
  border: 1px solid #FF8B20;
  color: #666633;
  font-weight: bold;
  position: relative;
  top: -15px;
  padding: 5px;
}

.widget label {
  background-color: #FFF8E6;
  /*  border: 1px solid #FF8B20;  */
  color: #666633;
  font-weight: bold;
}

.mainArea {
  min-height: 350px;
  clear: both;
}

.mainArea div#main {
  padding-left: 5px;
}

.mainArea div#blockTitle,.storeFront div#bizNavMenu {
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  vertical-align: bottom;
}

.mainArea div#blockTitle a,.storeFront div#bizNavMenu a {
  color: white;
  font-size: .9em;
  text-decoration: none;
}

.mainArea div#blockTitle a:hover,.storeFront div#bizNavMenu a:hover {
  text-decoration: underline;
  font-weight: bold;
}

.mainArea div#blockTitle ul {
  margin: 0px;
  padding: 0px 10px 0px 0px;
}

.mainArea div#blockTitle li {
  float: right;
  text-align: right;
  padding-left: 10px;
}

.helpText { /*  color: #8dc63f; */
  color: #FFA500;
  padding: 10px;
  display: block;
}

/* ============================================================================== */
  /* SIDEBAR (SPONSORED LINKS) */
.sidebar-v {
  float: right;
  width: 20%;
  overflow: visible;
  padding: 10px;
  margin: 5px 0 0 10px;
  min-height: 370px;
  border: 10px double #8dc63f;
}

/******************** user *************************************/
.user {
  font-size: 1.2em;
  font-weight: bold;
  color: #666633;
}

/**************************** global ************************************************/
textarea {
  width: 100%;
}

.ajaxlink {
  color: white;
  background-color: #ff8b20;
  border: 2px solid white;
  margin: 0px 5px 0px 0px;
  padding: 0px 5px 0px 5px;
  cursor: pointer;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}

.ajaxlink:hover {
  color: white;
  text-decoration: none;
  border: 2px solid #ffcb60;
}

.actionLink {
  padding: 0px 5px;
  cursor: pointer;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  border-left: 1px solid #555555;
  border-right: 1px solid #555555;
  margin-left: 10px;
  display: inline;
}

.actionLink:visited {
  color: blue;
}

.actionLink:hover {
  background-color: #ff8b20;
  color: white;
  text-decoration: none;
}

.ajaxStatus {
  margin: 0px 5px 0px 10px;
  vertical-align: middle;
}

input.bButton, span.bButton,a.bButton {
  background-color: #777777;
  border: 1px solid #BDB2BF;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  padding: 5px 10px;
  margin-right: 10px;
  text-align: center;
  float: left;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
}

.bButton:hover,.bButton:focus {
  text-decoration: none;
  background-color: #ff8b20;
  color: white;
  border: 1px solid #ffab40;
}

.bButtonDisabled {
  background-color: #eeeeee;
  border: 2px solid white;
  color: #cccccc;
  font-weight: bold;
  cursor: default;
  white-space: nowrap;
  padding: 5px 10px;
  margin-right: 10px;
  text-align: center;
  float: left;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.bButtonDisabled:hover,.bButtonDisabled:focus {
  color: #cccccc;
  background-color: #eeeeee;
  text-decoration: none;
}

span.link {
  text-decoration: underline;
  cursor: pointer;
  color: #0000ff
}

span.link:hover {
  color: #00aaff
}

ul li {
  list-style: none;
}

.commandButton {
  margin: 5px;
}

.button {
  padding: 5px 10px 5px 10px;
  background-color: #777777;
  color: #ffffff;
  border: 1px solid #bdb2bf;
  margin-right: 5px;
  font-weight: bold;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  white-space: nowrap;
  text-decoration: none;
}

.button:hover,.button:focus {
  color: #ffffff;
  background-color: #ff8b20;
  text-decoration: none;
}

.widget span.error {
  border: solid 1px red;
  display: block;
  margin-bottom: 10px;
  padding: 3px;
}

.error {
  color: red;
}

ul#messages {
  border: solid 1px red;
  margin-bottom: 10px;
  padding: 10px;
}

a:hover {
  color: #00AAFF;
}

/* address rules */
span.addressStreet1 {
  float: left;
}

span.addressStreet2 {
  padding-left: 2px;
  float: left;
}

span.addressCity {
  clear: left;
  float: left;
}

span.addressState {
  float: left;
  padding-left: 2px;
}

span.addressPostalCode {
  float: left;
  padding-left: 2px;
}

span.addressCountry {
  clear: left;
  display: block;
}

span.addressComma {
  float: left;
}

.hidden {
  display: none;
}

/* hack to workaround IE min-width problem */
* html .minwidth {
  border-left: 950px solid #ffffff;
}

/* hack for IE min height */ /*\*/
* html .blockContent {
  height: 400px;
}

/**/
* html .container {
  margin-left: -950px;
  position: relative; /* ADDED */
}

/* for Internet Explorer */ /*\*/
* html .minwidth,* html .container {
  height: 1px;
}

form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  /*  min-width: 560px;
  max-width: 620px; 
  width: 590px;*/
  width: 100%;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input,select,textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
  border: 1px solid #cccccc;
}

textarea {
  overflow: auto;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 80px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form div.optional label,label.optional {
  font-weight: normal;
}

form div.required label,label.required {
  font-weight: bold;
}

form div label.labelCheckbox,form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0;
  margin: 0 0 5px 90px;
  text-align: left;
}

form div fieldset label.labelCheckbox,form div fieldset label.labelRadio
  {
  margin: 0 0 5px 0;
  width: 170px;
}

p.error {
  background-color: #ff0000;
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form div select,form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputText,form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne,form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox,form div input.inputRadio,input.inputCheckbox,input.inputRadio
  {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit,form div input.inputButton,input.inputSubmit,input.inputButton
  {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit,form div.submit div input.inputButton
  {
  float: right;
  margin: 0 0 0 5px;
}

form div.notes p,form div .formHelp {
  display: block;
  margin: 0 0 5px 160px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
  color: grey;
  line-height: 125%;
  clear: left;
}

label img {
  behavior: url(/behaviors/label_img.htc);
}

form fieldset legend {
  line-height: 150%;
}

form input,form select,form textarea {
  background-color: #ffffff;
}

form input {
  height: 16px;
  padding: 1px 3px;
}

form textarea {
  padding: 1px 3px;
}

form textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}

div.optional label:before {
  content: '';
}

div.required label:before {
  content: '';
}

form div label.labelCheckbox,form div label.labelRadio,label.labelCheckbox,label.labelRadio
  {
  display: block;
  width: 100px;
  height: expression('1%');
  padding: 4px 0 0 18px;
  text-indent: -18px;
  line-height: 120%;
}

form div label.labelCheckbox input.inputCheckbox,form div label.labelRadio input.inputRadio,label.labelCheckbox input.inputCheckbox,label.labelRadio input.inputRadio
  {
  margin: 0;
}

form div fieldset input.inputText,form div fieldset input.inputPassword,form div fieldset input.inputFile,form div fieldset textarea.inputTextarea
  {
  width: 160px;
  margin: 0 0 0 18px;
  margin: expression('0px 0 0 -124px');
}

form div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0 0;
  text-indent: 0;
  margin: 0 0 0 0;
}

form div.wide label {
  float: none;
  display: block;
}

form div label.wide {
  width: 348px;
}

form div.wide input.inputText,form div.wide input.inputPassword,form div.wide input.inputFile,form div.wide select,form div.wide textarea
  {
  width: 344px;
  margin: 0;
}

form div.wide .formHelp {
  margin: 0 0 5px 0;
}

form .formLegend {
  color: orange;
  display: block;
}

form .formErrorMessage {
  color: red;
  display: block;
}

form table.lattissRadioButton tr td label {
  width: auto;
}

div.submitButtons {
  clear: left;
}

div.fieldValue {
  clear: both;
}

/**------------------------------------------------------------------------
* gmap
*------------------------------------------------------------------------*/
div.gmap {
  width: 100%;
  height: 100%;
  border: 1px solid white;
}

div.gmapFrame {
  border: 0px;
  margin: 0px;
  width: 350px;
  height: 350px;
  background-color: #eeeeee;
}

iframe.gmapFrame {
  border: 0px;
  margin: 0px;
  width: 352px;
  height: 352px;
  background-color: #eeeeee;
}

span.mapLink {
  text-decoration: underline;
  cursor: pointer;
  color: #0000ff
}

span.mapLink:hover {
  color: #00aaff
}

/**----------------------------------------------------------------------------
* dialog
*----------------------------------------------------------------------------*/
div.dialog {
  border: 1px solid #999999;
  background-color: #ffffff;
  padding: 10px 5px 2px;
}

.dialogControl {
  border: none;
  background-color: #777777;
  color: #ffffff;
  cursor: pointer;
  height: 14px;
  padding: 0px 2px;
  float: right;
  font-weight: bold;
  font-size: 0.8em;
  vertical-align: top;
}

.dialogControl:hover {
  background-color: #ff8b20;
}

div.dialog .mapDragHandle {
  background-color: #cccccc;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 362px;
  height: 13px;
  cursor: move;
  border-bottom: 1px solid #999999;
}

div.dialog .dialogControl {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

/**----------------------------------------------------------------------------
* datepicker
*----------------------------------------------------------------------------*/
.dpContainer {
  display: block;
  width: 190px;
  _width: 192px;
  float: left;
  padding: 10px 5px 5px 5px;
  border: 1px solid #FFDDAA;
  float: left;
  margin-right: 20px;
}

.dpContainer div.datepicker {
  width: 100%;
}

.dpContainer div.datepicker .header .controls {
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}

.dpContainer div.datepicker .header .controls .control,.tpContainer .header .control
  {
  display: inline;
}

.dpContainer div.datepicker .header .controls .control .ajaxlink,.tpContainer .header .control .ajaxlink
  {
  margin: 0px;
}

.dpContainer div.datepicker .header .controls .title {
  display: inline;
  margin: 0px 30px;
}

.dpContainer div.datepicker .days .weekend {
  
}

.dpContainer div.datepicker .daynames {
  background-color: #eeeeee;
  border-bottom: 1px solid #cccccc;
  padding: 2px 0px;
}

.dpContainer div.datepicker .dayname {
  font-size: 10px;
}

.dpContainer div.datepicker .dayname,.dpContainer div.datepicker .day {
  float: left;
  display: block;
  width: 25px;
  padding: 2px 1px;
  text-align: right;
}

.dpContainer div.datepicker .days .selected {
  background-color: lightBlue;
}

.dpContainer div.datepicker .days .day a {
  display: block;
  color: blue;
  text-decoration: none;
}

.dpContainer div.datepicker .days .day a:hover {
  background-color: #FF8B20;
  color: white;
  text-decoration: none;
}

.dpContainer div.datepicker .days .disabled {
  color: #aaaaaa;
  text-decoration: none;
}

.dpContainer div.datepicker .days .leftMost {
  clear: left;
}

.dpContainer div.datepicker .days .rightMost {
  clear: right;
}

.tpContainer {
  display: block;
  float: left;
  clear: right;
  width: 230px;
}

.tpContainer .header {
  text-align: center;
}

.tpContainer .header .title {
  display: inline;
  margin: 5px;
}

.tpContainer .header .title .date {
  color: #777777;
  font-weight: bold;
  font-size: 12px;
}

.tpContainer .header .title .dayname {
  color: #777777;
  font-weight: bold;
  font-size: 12px;
}

.tpContainer table.timepicker {
  width: 100%;
  border: none;
  margin-top: 10px;
}

.tpContainer table.timepicker th,.tpContainer table.timepicker td {
  padding: 5px;
}

.tpContainer table.timepicker thead th {
  text-align: center;
}

.tpContainer table.timepicker tbody td {
  vertical-align: top;
}

.tpContainer table.timepicker tbody td a.select {
  text-align: right;
  padding-right: 7px;
}

.tpContainer table.timepicker tbody td a.select:hover {
}
