

/* Old Forms */



.old_form {

}

.old_form input {
	border: 1px solid #c0c0c0;
	padding: 2px;
}

.form_header {
	color: #606060;
	font-weight: bold;
}

.form_header span {
	color: darkred;
}


.form_desc {
	color: #505050;
}

.form_item input {
	font-size: 12px;
	padding: 1px;	
}

.form_item textarea {
	font-size: 12px;
	padding: 1px;
	border: 1px solid #c0c0c0;
	width: 100%;
	font-family: 'Helvetica', 'Arial', sans-serif;	
	line-height: 16px;
}



.form_item select {
	font-size: 12px;
	padding: 1px;
	border: 1px solid #c0c0c0;
}

.form_item .error {
	font-size: 11px;
	text-align: right;
	margin-top: 4px;
	color: darkred;
}

.form_buttons {
  	width: 434px;
	clear: both;
	text-align: right;
	padding: 10px;
	border-top: 1px solid #d0d0d0;
	margin-top: 10px;
	font-size: 12px;
}

.form_buttons a {
  text-decoration: underline;
  border: none;
}

.form_buttons a:visited {
  border: none;
}

.form_buttons input {
	width: auto;
	cursor: pointer;
	border: 1px solid #25879c;
	background-color: transparent;
	background-image: url(/images_2000/blue.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;

	padding-top: 0px;

	padding-right: 6px;

	padding-bottom: 0px;

	padding-left: 6px;

	height: 24px;

	line-height: 24px;

	color: #ffffff;

	font-size: 12px;


	display: inline-block;

	text-decoration: none;	
}

.form_buttons input:hover {
	border: 1px solid #333;
	
}


.old_form ul {
	list-style-type: none;
	margin-left: 4px;
	margin-top: 6px;
}

.old_form ul li {
	margin-bottom: 6px;
	font-size: 12px;
}

.field {
	margin-bottom: 4px;
}

.field select {
	width: 32%;
}




.form_item {
	clear: both;
}

.form_item label {
	width: 20%;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #606060;
	font-size: 12px;
}

.form_item .header_label {
	width: 100%;
	font-weight: bold;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #606060;
	font-size: 12px;
}

.form_item .field {
	width: 78%;
	float: right;
}

.form_item .field span {
	font-size: 12px;
}

.wide_form label {
	width: 20%;
}

.wide_form .field {
	width: 80%;
}

.form_item input {
	width: 100%;
}

.check_box_field input {
	width: auto;
  border: none;
}

.check_box_field {
	font-size: 12px;
	margin-bottom: 6px;
}

#search_form h2 {
	color: #808080;
	font-size: 16px;
}

.old_form .hint {	
	position: absolute;
	left: 460px;
	top: -4px;	
	border: 2px solid #909090;
	background-color: #f0f0f0;
	line-height: 16px;
	padding: 6px;
	font-size: 12px;
  	width: 300px;
}

.old_form .hint span {
	color: darkred;
	font-size: 14px;
	margin-right: 10px;
}

.sorts a {
	text-decoration: none;
	border: none;
	color: #808080;
}

.sorts a:visited {
	color: #808080;
}

.sorts a:hover {
	text-decoration: underline;
	color: #808080;
}

.sorts .active {
	color: #56B6DA;
}

.sorts .active:visited {
	color: #56B6DA;
}




/* builder */

.builder {
	width: 450px;
	margin-bottom: 10px;	
	float: left;
}

.sidebar {
	float: right;
	width: 250px;
	margin-bottom: 10px;
	margin-top: 22px;
}

.sidebar .sidebar_top a {
	color: #60b9cd;
}

.sidebar a {
	color: #808080;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	border: none;
  	border-bottom: none;
	margin-left: 2px;
}

.sidebar .current {
	color: #4ABBD5;
  	border-bottom: none;
  	text-decoration: none;
}


a.current:hover {
	background-color: white;
	color: #4abbd5;
}
.sidebar a:hover {	
  border-bottom: none;
	color: white;
}

.sidebar a:visited {
  border-bottom: none;
}

.sidebar .current:visited {
  color: #4ABBD5;
}



.sidebar .description {
	color: #808080;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 8px;
	margin-left: 22px;
}

.sidebar_top a {
	font-size: 12px;
	border: none;
	display: inline;
	color: #808080;
	text-decoration: underline;
}

.sidebar_top {
	line-height: 16px;
	color: #808080;
	font-size: 12px;

	padding: 6px;
}


#main {
	width: 750px;
}

#footer {
	width: 780px;
}


