/*********************************** forms *****************************************/

label { font-weight: bold; }

input, select {
  width:100px;
}

input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(/images/forms/inputBg.gif) top left no-repeat;
  margin-top:2px;
}

input.checkbox {
  width:15px;
  background:none;
  border:0;
}

input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input.small, select.small {
  width:50px;
}
input.xsmall, select.small {
  width:25px;
}

input.large, select.large {
  width:200px;
}

input.extra_large, select.extra_large {
  width:300px;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

input:active, textarea:active, select:active {
  border:1px solid #888888;
}


input.submit:hover {
  
  cursor: pointer;
}

textarea {
  width:300px;
  height: 200px;
}

textarea.rich {
	width:450px;
	height:350px;
}

textarea.deep {
  height:350px;
}

textarea.shallow {
  height:50px;
}

fieldset {
  background:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
}

legend {
  font-weight:bold;
  font-size: 120%; 
  letter-spacing: -1px;
  color:#666666;
}

.sf_comment_form div {
margin: 0 0 10px 0;
}

.sf_comment_form label {
margin: 0;
padding: 0;
display: block;
}
.sf_comment_form input
{
  width: 260px;
}
.sf_comment_form fieldset
{
  width: 354px;
}
.sf_comment_form textarea {
  height: 10em;
  width: 260px;
}

.sf_comment_form .form_error {
color: #B9A737;
font-weight: bold;
}

#sf_comment_ajax_indicator {
width: 20px;
height: 20px;
margin: 0;
padding: 0;
background: transparent url(/images/layout/indicator.gif) top left no-repeat;
}

table.rating_details_table td.sf_rating_bar_bg {
  background: lightblue;
}

table.rating_details_table div {
  background: blue;
}

/**
 * Based on http://komodomedia.com/blog/samples/star_rating/example2.htm
 * Styles for the star rater 
 */

/**
 * Based on http://komodomedia.com/blog/samples/star_rating/example2.htm
 * Styles for the star rater 
 */

.star-rating{
  list-style:none;
  margin: 0px;
  padding:0px;
  height: 25px;
  position:relative;
  overflow:hidden;
  background: url(/images/layout/alt_star.gif) top left repeat-x;    
}
.star-rating li{
  padding:0px;
  margin:0px;
  width:25px;
  height:25px;
  /*\*/
  float: left;
  /* */
}
.star-rating li a{
  display:block;
  width:25px;
  height: 25px;
  line-height:25px;   
  text-decoration: none;
  text-indent: -9000px;
  z-index: 20;
  position: absolute;
  padding: 0px;
  overflow:hidden;
}
.star-rating li a:hover{
  background: url(/images/layout/alt_star.gif) left bottom;
  z-index: 2;
  left: 0px;
  border:none;
}
.star-rating a.r1star{
  left: 0px;
}
.star-rating a.r1star:hover{
  width:25px;
}
.star-rating a.r2stars{
  left:25px;
}
.star-rating a.r2stars:hover{
  width: 50px;
}
.star-rating a.r3stars{
  left: 50px;
}
.star-rating a.r3stars:hover{
  width: 75px;
}
.star-rating a.r4stars{
  left: 75px;
} 
.star-rating a.r4stars:hover{
  width: 100px;
}
.star-rating a.r5stars{
  left: 100px;
}
.star-rating a.r5stars:hover{
  width: 125px;
}
.star-rating a.r6stars{
  left: 125px;
}
.star-rating a.r6stars:hover{
  width: 150px;
}
.star-rating a.r7stars{
  left: 150px;
}
.star-rating a.r7stars:hover{
  width: 175px;
}
.star-rating a.r8stars{
  left: 175px;
}
.star-rating a.r8stars:hover{
  width: 200px;
}
.star-rating a.r9stars{
  left: 200px;
}
.star-rating a.r9stars:hover{
  width: 225px;
}
.star-rating a.r10stars{
  left: 225px;
}
.star-rating a.r10stars:hover{
  width: 250px;
}
.star-rating li.current-rating{
  background: url(/images/layout/alt_star.gif) left center;
  position: absolute;
  height: 25px;
  display: block;
  text-indent: -9000px;
  z-index: 1;
  left:0px;
}

/* remove halo effect in firefox   */
a:active{
  outline: none;
}

