/*********************************** forms *****************************************/
#account label { font-weight: bold; }

#account input, select {
  width:175px;
}

#account input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(/images/inputBg.gif) top left no-repeat;
  margin-top:2px;
}

#account input.checkbox {
  width:15px;
  background:none;
  border:0;
}

#account input.radio_button {
  width:15px;
  background:none;
  border:0;
}

#account input.small, select.small {
  width:50px;
}

#account input.large, select.large {
  width:200px;
}

#account input.extra_large, select.extra_large {
  width:300px;
}

#account input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

#account input:active, textarea:active, select:active {
  border:1px solid #888888;
}

#account textarea {
  width:300px;
  height: 125px;
}

#account textarea.deep {
  height:350px;
}

#account textarea.shallow {
  height:50px;
}

#account fieldset {
  background:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
}

#account legend {
  font-weight:bold;
  font-size: 110%; 
  letter-spacing: 2px;
  color:#666666;
}

#slider1 label { font-weight: bold; }

#slider1 input, select {
  width:175px;
}

#slider1 input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(/images/inputBg.gif) top left no-repeat;
  margin-top:2px;
}

#slider1 input.checkbox {
  width:15px;
  background:none;
  border:0;
}

#slider1 input.radio_button {
  width:15px;
  background:none;
  border:0;
}

#slider1 input.small, select.small {
  width:50px;
}

#slider1 input.large, select.large {
  width:200px;
}

#slider1 input.extra_large, select.extra_large {
  width:300px;
}

#slider1 input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

#slider1 input:active, textarea:active, select:active {
  border:1px solid #888888;
}

#slider1 textarea {
  width:300px;
  height: 125px;
}

#slider1 textarea.deep {
  height:350px;
}

#slider1 textarea.shallow {
  height:50px;
}

#slider1 fieldset {
  background:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
}

#slider1 legend {
  font-weight:bold;
  font-size: 110%; 
  letter-spacing: 2px;
  color:#666666;
}

/********************************* LiveValidation *************************************/

#slider1 .LV_validation_message{
    font-weight:bold;
    font-size:10px;
    margin:0 0 0 5px;
}

#slider1 .LV_valid {
    color:#00CC00;
}
	
#slider1 .LV_invalid {
    color:#CC0000;
}
    
#slider1 .LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
#slider1 .LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

/********************************* CodaSlider *************************************/


.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 1px solid #39c; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 515px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: auto;
	clear: both;
	background: #fff;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 515px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: 0px;
        width: 515px;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.stripNav ul li {
	float: left;
        margin: 0px;
        padding-right: 2px;
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	line-height: 32px;
	background: #c6e3ff;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}

.stripNav a:hover {
	background: #9cf;
}

.stripNav a.current {
	background: #39c;
	color: #fff;
}
