body, tr, td, input, div, span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

a, .boxConditions {
	text-decoration:none;
	color: #74aae0;
	font-weight: bold;
}

*:focus {outline: none;}

.selfbutton {
	font-weight: bold;
	color: #fff;
}

.darkblue {
	color: #33383c;
}
.lightblue {
	color: #74aae0;
}


.pointer {
	cursor: hand;
	cursor: pointer;
}

.copyright {
	width: 100%;
	text-align: center;
	color: white;
	font-size:10px;
}

.divButton {
	cursor: hand;
	cursor: pointer;
}

#divMenu {
	width: 95%;
	text-align: right;
}

.form_design {
	/*
	width: 2px;
	background-color: #27345a;
	*/
}

.msggreen {
	color: #2e81bf;
}

.msgred {
	color: #CC3366;
}

/* ERROR VALIDATOR */
.error_frm {
	border-bottom: solid 1px #CC3366;
}

.note_active {
	color: #000000;
}
.note_archive {
	color: #C0C0C0;
}

/* SLIDE STYLE */
#main {
  width: 810px;
  margin: 0 auto;
}

#content-slider {
  width: 790px;
  height: 6px;
  margin: 5px;
  background: #BBBBBB;
  position: relative;
}

.ui-slider-handle {
  width: 8px;
  height: 14px;
  position: absolute;
  top: -4px;
  background: #478AFF;
  border: solid 1px black;
}

#content-scroll {
  width: 800px;
  height: 500px;
  margin-top: 10px;
  overflow: hidden;
  border: solid 1px black;
}

#content-holder {
  width: 1500px;
  height: 470px;
}

.content-item {
  width: 790px;
  height: 470px;
  padding: 5px;
  float: left;
}
