/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/************************           body                  *************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

body {
  font-size:small;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  margin:0;
  background:#8b0;
  color:#444;
}

#body {
  margin:auto;
  background:url(../images/background.gif) repeat-y;
  width:75em;
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************           logo                  ***************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

#logo {
  background:url(../images/header_footer.gif) repeat-y;
  padding: 5px 0 0 120px;
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/***********************           center                   ***********************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

#content {
  clear:both;
}

#west_and_center {
  float:left;
  width:58em;
}

#west {
  float:left;
  width:14em;
  margin:0 0 10px 15px;
}

#center {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:100%;
  color:#444;
  background:#fff url(../images/white_background.gif);
  float:right;
  width:39em;
  padding:8px 20px 6px 25px;
}

#east {
  float:right;
  width:16em;
  margin-bottom:10px;
  padding-right:4px;
}

/**********************************************************************************/
/**********************************************************************************/
/**********************          north menu               *************************/
/**********************************************************************************/
/**********************************************************************************/

#menu_north {
  font-weight:bold;
  font-size:110%;
  background:url(../images/header_footer.gif) repeat-y;
  float:left;
  width:100%;
}

#menu_north ul {
  margin:0;
  padding:4px 0 0 15em;
  list-style:none;
}

#menu_north ul li {
  float:left;
  background:#02a;
  margin:0 2px 0 2px;
  padding:2px 6px 2px 6px;
  border-top:1px solid #FFF;
  border-right:1px solid #FFF;
  border-left:1px solid #FFF;
}

#menu_north ul li a {
  color:#FFF;
  text-decoration:none;
}

#menu_north ul li a:hover {
  background-color:#FFFFFF;
  color: #02a;
}

#menu_north .selected {
  background:#FFF;
  color: #02a;
}

/**********************************************************************************/
/**********************************************************************************/
/************************           center                 ************************/
/**********************************************************************************/
/**********************************************************************************/

#center h1 {
  font-size:140%;
  margin:5px 0 16px 0;
}

#center h2 {
  font-size:110%;
  margin:5px 0 5px 0;
}

#center h2 input {
  font-size:90%;
}

#center p {
  font-size:90%;
}

#center em {
  color:#F00;
  font-size:120%;
}

/**********************************************************************************/
/************************           form                   ************************/
/**********************************************************************************/

fieldset {
  margin:10px 0 0 0;
  padding:0 0 0 10px;
  border:#777 1px solid;
}

fieldset legend {
  font-weight:bold;
  color:#444;
}

fieldset div.field{
  margin:10px 0 5px 5px;
  clear: both;
}

fieldset div.field label {
  margin: 0 5px 0 0;
  width:30%;
  display: block;
  float: left;
}

fieldset div.field label.long_label {
  width:58%;
}

fieldset input, fieldset select, fieldset textarea {
  border:#777 1px solid;
}

/* #center dl {
  margin:0;
}

#center dt {
  margin-top:10px;
  font-size:90%;
}

#center dd {
  margin:0;
  padding:0;
  margin-top:2px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:100%;
  color:#444;
}*/

#center select, #center input, #center textarea {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:100%;
  color:#444;
}

#center form #commit {
  margin-top:1em;
}

#center select.selected, #center input.selected, #center textarea.selected {
  background:#FF9;
  color:#000;
}

#center select.not_selected, #center input.not_selected, #center textarea.not_selected {
  background:#FFF;
  color:#444;
}

#center ul li {
  padding:0.8em 0 0.8em 0;
}


/**********************************************************************************/
/************************           table                  ************************/
/**********************************************************************************/

#center .deals_found {
  font-size: 200%;
  line-height: 0.5em;
}

#center table {
  border-collapse:collapse;
  width:100%;
  color:#000;
  margin:0;
}

#center table caption {
  text-align:left;
  background:#dfe7ff;
  color:#000;
  border:thin solid #aaa;
}

#center th {
  font-size:100%;
  height:2em;
  background:#bd6;
  border:2px solid #fff;
}

#center td {
  font-size:90%;
  background:#dea;
  border:2px solid #fff;
  padding:0 0.7em 0 0.7em;
  margin:0;
}

#center td.left {
  text-align:left;
}

#center td p.header{
  margin:0.7em 0 0 0;
  font-size:110%;
}

#center td p {
  font-size:100%;
}

#center td img.float{
  float:left;
  margin:0 0.5em 0.3em 0;
}

#center br.clear {
  clear:both;
}

#center .basket_item {
  margin-bottom:1em;
  border:2px solid #fff;
}

#center .basket_header {
  background:#acf;
  color:#000;
  font-size:110%;
  margin:0;
  padding:0.5em 0 0.5em 0;
}

#center th.basket_css {
  background:#acf;
  color:#000;
}

#center td.basket_css {
  background:#cdf;
  color:#000;
}

#center .basket_item p input {
  margin-bottom:0.2em;
}

#center .basket_item img {
  padding:0;
  margin:0;
}

#center #invisible {
  font-size:4pt;
  color:#fff;
}

#center #option {
  font-size:4pt;
  color:#fff;
}

/**********************************************************************************/
/**********************************************************************************/
/************************           west            *******************************/
/**********************************************************************************/
/**********************************************************************************/
#west .west_item {
  margin:10px 0 0 0;
  padding:0 0 5px 0;
  background: #03c;
  color: #03c;
  border:#FFFFFF 2px solid;
}

#west .west_item h2 {
  margin:0;
  text-align:center;
  font-size:110%;
  color:#FFF; 
  padding:8px 8px 4px 8px;
}

#west .west_item p {
  margin:0;
  padding:0 4px 8px 8px;
  line-height:1.3em;
  color:#FFF;
}

#west .west_item li {
  list-style:none;
  margin:0 0 0 -43px;
  padding:0 4px 8px 0;
  line-height:1.2em;
  color:#FFF;
}

#west .west_item dl {
  margin:0 0 4px 0;
}

#west .west_item dt {
  margin-top:5px;
  padding:0 4px 2px 8px;
  font-size:100%;
  color:#FFF;
}

#west .west_item dd {
  margin:0;
  padding:0 4px 8px 8px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:100%;
  color:#FFF;
}

#west .west_item input.checkbox{
  float:left;
}

#west br.clear {
  clear:both;
}

#west .west_item select {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:100%;
}

#west .west_item a {
  color:#FFF;
}

#west .west_item table {
  border-collapse:collapse;
  border:1px solid #fff;
  margin:0 auto 1em auto;
}

#west .west_item caption {
  color:#fff;
  margin:auto;
  font-weight: bold;
  text-align: center;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

#west .west_item th {
  border:1px solid #fff;
  padding:0.1em;
  font-size:78%;
  color:#fff;
}

#west .west_item td {
  border:1px solid #fff;
  text-align: center;
  font-size:85%;
  color:#ad0;
}

#west .west_item .weekendDay {
  background-color: #02a;
}

#west .west_item table a {
  display:block;
  color:#fff;
}

#west .west_item table a.otherMonth {
  color:#ad0;
}

#west .west_item table a:hover {
  display:block;
  background:#fff;
  color:#02a;
  text-decoration:underline;
}

#west .west_item a.tag_cloud {
  font-size:300%;
  line-height:1em;
  text-decoration:none;  
}

#west .west_item p.center {
  text-align:center;
  padding:2px 0 2px 0;
  text-decoration:none;  
}

#west .west_item select, #west .west_item input {
  border:#03c 1px solid;
}

#west .west_item select.selected, #west .west_item input.selected {
  background:#FF9;
  color:#000;
}

/**********************************************************************************/
/************************           east                    ***********************/
/**********************************************************************************/
#east .east_item {
  background: #03c;
  border:#FFFFFF 2px solid;
  margin-top:10px;
}

#east .east_item h3 {
  margin:0;
  text-align:center;
  font-size:130%;
  color:#FFF; 
  padding:8px 8px 6px 8px;
}

#east .east_item p {
  margin:0;
  padding:0 4px 8px 8px;
  line-height:1.3em;
  color:#FFF;
}

#east .east_item a {
  color:#fff;
  text-decoration:none;
}

#east .east_item a:hover {
  background:#fff;
  color:#33f;
  text-decoration:underline;
}

#east .east_item img {
  margin:0;
  padding:0 4px 8px 8px;
}


/**********************************************************************************/
/**********************           south                   *************************/
/**********************************************************************************/
#menu_south {
  min-height:1.5em;
  clear:both;
  background:url(../images/header_footer.gif) repeat-y;
  width:100%;
  font-weight:bold;
  font-size:80%;
  padding-bottom:6px;
}

#menu_south ul {
  float:left;
  margin:0;
  padding:0 0 0 21em;
  list-style:none;
}

#menu_south ul li {
  float:left;
  background:#02a;
  margin:0 2px 0 2px;
  padding:2px 6px 2px 6px;
  border-bottom:1px solid #FFF;
  border-right:1px solid #FFF;
  border-left:1px solid #FFF;
}

#menu_south ul li a {
  color:#FFF;
  text-decoration:none;
}

#menu_south ul li a:hover {
  background-color:#FFF;
  color: #02A;
}

#menu_south .selected {
  background:#FFF;
  color: #02A;
  text-decoration:none;
}

#copyright {
  clear:both;
  text-align:center;
  color:#FFF;
  background:#8b0;
}

/**********************************************************************************/
/**********************           error_handling         **************************/
/**********************************************************************************/

#errorExplanation {
  width: 30em;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.fieldWithErrors {
  background:red;
	padding:2px;
  display:table-cell;
}

.error {
  font-size: 8pt;
  color: red;
  display:none;
}

#middle { 
	margin: 3em auto 0 auto;  
}


.bgBar {
    background: #5599FF;
	border: 0px solid #EBEBEB;
	color: #FFFFFF;
}




#auto_complete {
              width: 600px;
              background: #fff;
            }
            #auto_complete ul {
              border:1px solid #888;
              margin:0;
              padding:0;
              width:100%;
              list-style-type:none;
            }
            #auto_complete ul li {
              margin:0;
              padding:3px;
            }
            #auto_complete ul li.selected { 
              background-color: #ffb; 
            }
            #auto_complete ul strong.highlight { 
              color: #800; 
              margin:0;
              padding:0;
            }

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************          redirecting            ***************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

#forwarding_body {
  margin:100px auto 0 auto;
  background:#03c;
  width:50em;
  border:2px solid #FFF;
  color:#fff;
  text-align:center;
}

#forwarding_body img {
	padding:1em 0 0 0;
}

#forwarding_content {
  background:#fff;
  color:#444;
}

#forwarding_content h1 {
  font-size:140%;
  padding:0.5em 0 0.3em 0;
}

#forwarding_content ul {
  margin:1em 0 1em 0;
  padding:0.5em 0 1em 0;
  width:100%;
  list-style-type:none;
}