/* document styles */

* {
	margin: 0;
	padding: 0;
}
body {

}
html > body {
	font-size: 10px;

}

/* content styles */

#content {
	margin-left:15%;
	overflow: hidden;
	width: 190px;
	height: 0px;
}
#sol {

  margin-left:15%;
  overflow: hidden;
  width: 259px;
}


/* sidebar styes */

#content #sidebar {
	float: left;
	overflow: hidden;
	padding-top: 4px;
	position: relative;
	width: 190px;
}
 

/* new availability styles */

#sidebar .availability {
  background: #E9E9C6 
  margin-bottom: 10px;
	width: 190px;
	border: 0;
	margin: 0;
	background-image: url(images/paso1.gif);
}


#sidebar .availability label {
  
  width: 100%;
}
#sidebar .availability select {
  
  width: 88px;
}
#sidebar .availability select.c {
  width: 43px;
}

#sidebar .availability a.c-icon {
  background: url(c-icon.gif);
  cursor: pointer;
  display: block;
  float: left;
  height: 19px;
  margin: 2px 8px 0 0;
  width: 19px;
}
#sidebar .availability a.c-icon-active,
#sidebar .availability a.c-icon:hover {
  background-position: 0 19px;
}

/* calendar styles */

div.c-div {
  background: #EEF6DE url(c-div.gif) no-repeat;
  height: 180px;
  left: -1000px;
  opacity: 0;
  padding: 10px 2px 0 2px;
  position: absolute;
  text-align: center;
  top: -1000px;
  width: 155px;
  z-index: 1000;
}
div.c-div table {
  background: #EEF6DE;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  cursor: auto;
  margin: 4px auto;
  overflow: hidden;
  width: 147px;
}
div.c-div td,
div.c-div td.c-td-invalid {
  background: url(c-td-invalid.gif);
  border: 0;
  color: #999;
  font: normal 11px Arial, Helvetica, sans-serif;
  height: 21px;
  text-align: center;
  width: 21px;
}
div.c-div td.c-td-active,
div.c-div td.c-td-hover {
  background: url(c-td-valid.gif) 0 100%;
  color: #FFF;
  cursor: pointer;
}
div.c-div td.c-td-heading {
  background: none;
  color: #0193C4;
  font-size: 12px;
}
div.c-div td.c-td-valid {
  background: url(c-td-valid.gif);
  color: #0193C4;
}
div.c-div th {
  font: normal 12px Arial, Helvetica, sans-serif;
  padding: 4px 2px;
  width: 15px;
}
div.c-div th a {
  cursor: pointer;
  display: block;
  height: 14px;
  left: 1px;
  overflow: hidden;
  position: relative;
  text-indent: -100px;
  width: 14px;
}
div.c-div th.c-th-next a {
  background-image: url(c-th-next.gif);
}
div.c-div th.c-th-prev a {
  background-image: url(c-th-prev.gif);
}
div.c-div th a:hover {
  background-position: 0 -14px;
}

/* form styles */


  
  #content form fieldset {
    border: 0;
    border-collapse: collapse;
    margin-bottom: 10px;
  }
 
  #content form select {



   border-width: 2px;
    float: left;

    margin-right: 10px;
    padding: 3px 0;
    width: 276px;
  }

 
