/* input, select, textarea, radiobutton, checkbox fields */
form {
	color: #464646;
}
.message {
	margin: 20px;
}

.error,.errors li {
	padding: 1px;
	margin-left: 10px;
	color: #de4a00;
	clear: both;
	list-style: none;
	font-size: 11px;
}
input[type=file]{border: 1px solid #BCC5D6; padding: 3px 0px;}
/* --== SEARCH FORM ==-- */
.search_form {
 margin:10px 5px;
}
.search_form input[type=text] {
	width:195px;
	height:21px;
	border:1px solid #234F7A;
	color: #ff9900;
	font-size:12px;
	padding-left:2px;
}

.search_form input[type=submit],  .search_form input[type=submit]:hover{
	width:14px;
	height:14px;
	background: url('/img/search_button.png') no-repeat;
	cursor:pointer;
}
/* --== MESSAGE FORM ==-- */
.message_form label {
	color: #464646;
	font-size: 12px;
	line-height: 15px;
	width: 150px;
	float: left;
	margin-top:5px;
}

.message_form .grouprow {
	clear:both;
}

.message_form .groupelement {
	width:230px;
	float:left;
	margin-left:5px;
}

.message_form input[type=text]{
	border: 1px solid #BCC5D6;
	height:21px;
	font-size: 12px;
}

.message_form textarea{
	border: 1px solid #BCC5D6;
	font-size: 12px;
}

/* --== INPUT SUBMIT BUTTON ==-- */
input[type=submit], input[type=button] { 
	width: 90px;
	height:20px;
	background: url('/img/button.png') no-repeat;
	color: white;
	padding-bottom:3px;
}

input[type=submit]:hover,input[type=button]:hover {
	background: bottom url('/img/button.png') no-repeat;
}

/* --== FORM SIZES==-- */
.large_form .row label {
	width: 250px;
	float: left;
	margin: 3px;
	padding: 5px;
	text-align: right;
	font-size: 11px;
}

.large_form .error, .large_form .errors li {
	padding: 1px;
	margin-left: 280px;
	color: #de4a00;
	clear: both;
	list-style: none;
	font-size: 11px;
}

.large_form .row p.info, .medium_form .row p.info {
	margin-top:10px;	
}

.large_form .row input[type=checkbox] {
	margin-top:10px;	
}

.medium_form .row label {
	width: 155px;
	float: left;
	margin: 3px;
	padding: 5px;
	text-align: right;
	font-size: 11px;
}

form .radio_row label{
	margin:5px auto 5px 160px;
	line-height:20px;
}

.medium_form .error, .medium_form .errors li {
	padding: 1px;
	margin-left: 150px;
	color: #de4a00;
	clear: both;
	list-style: none;
	font-size: 11px;
}

.small_form .row label {
	width: 100px;
	float: left;
	margin: 3px;
	padding: 5px 5px;
	text-align: left;
	font-size: 12px;
	font-weight:bold;
}

.small_form .error, .small_form .errors li {
	padding: 1px;
	margin-left: 10px;
	color: #de4a00;
	clear: both;
	list-style: none;
	font-size: 11px;
}

.filter_form .row label {
	width: 90px;
	float: left;
	margin: 3px;
	padding: 5px 5px;
	text-align: left;
	font-size: 12px;
}

.filter_form .error, .filter_form .errors li {
	padding: 1px;
	margin-left: 10px;
	color: #de4a00;
	clear: both;
	list-style: none;
	font-size: 11px;
}

.schedule_form .row label {
	width:95px;
	float: left;
	margin: 3px;
	padding: 5px;
	text-align: right;
	font-size: 12px;
}

.schedule_form .row {
	line-height:30px;
}


.schedule_form .error, .schedule_form .errors li {
	padding: 1px;
	margin-left: 10px;
	color: #de4a00;
	clear: both;
	list-style: none;
	font-size: 11px;
}

/* --== FORM ==-- */
form .row {
	padding: 3px 0;
	clear: both;
}

form .submit {
	padding: 5px 95px;
	clear: both;
	text-align: right;
}

form .submit_center {
	clear: both;
	text-align: center;
}

form .row ul.errors {
	list-style: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
}

form .row ul.errors li {
	color: #de4a00;
	font-size: 11px;
}

form .row label {
	display: block;
	color: #343434;
	text-align: right;
}

form .row p.info {
	font-size: 11px;
	color: #545454;
}

form .row label.text_label {
	text-align: left;
	margin: 1px;
	float: none;
	clear: both;
}

form .row input[type=text],form .row input[type=password],form .row select,form .row textarea
{
	display: block;
	float: left;
	margin: 3px 3px 3px 10px;
	padding: 3px;
	border:1px solid #BCC5D6;
	clear: right;
	color: #343434;
}

form .row input[type=text],form .row input[type=password] {
	height: 20px;
}

form .row select {
	height: 30px;
}

form .row input[type=text]:hover,form .row input[type=password]:hover,form .row select:hover,form .row textarea:hover
	{
	background: #FBFCF8;
}

form .row input[type=text]:focus,form .row input[type=password]:focus,form .row select:focus,form .row textarea:focus
	{
	background: #ffffff;
}

/* --== CAPTCHA ==-- */
.medium_form .row.captcha input {
	margin-left:170px;
}

.large_form .row.captcha input {
	margin-left:275px;
}
/* --== TABLE ==--*/
table {
	border-collapse: collapse;
}

.list-n input[type=text],.list-n input[type=password],.list-n select,.list-n textarea
	{
	display: block;
	margin: 3px 3px 3px 10px;
	padding: 3px;
	float: left;
	background-color: #F3F4E8;
	border: 1px solid #9DCEFF;
	clear: right;
}

table.list,table.list-n {
	margin: 5px auto;
	width: 98%;
	border: solid 1px #BCC5D6;
}

table.list th {
	background: url('/img/langline.png') repeat-x;
	padding: 4px 10px 5px 5px;
	color: #234F7A;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #BCC5D6;
}

table.list td {
	border-bottom: 1px solid #BCC5D6;
	padding: 5px 15px 5px 15px;
	border-right: 1px solid #BCC5D6;
}

table.list-n th {
	background: url('/img/langline.png') repeat-x;
	padding: 5px;
	color: #999933;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #BCC5D6;
}

table.list-n td {
	border-bottom: 1px solid #BCC5D6;
	padding: 0px;
	border-right: 1px solid #BCC5D6;
}

table.list-n tr.new, table.list tr.new{
	background:#FFF09D;
}
table.list tbody tr.line_hover, table.list-n tbody tr.line_hover {
	cursor:pointer;
	background-color:#efefef;
}

table.list-n input[type=text]:hover,table.list-n input[type=password]:hover
	{
	background: #FBFCF8;
}

table.list-n input[type=text]:focus,table.list-n input[type=password]:focus
	{
	background: #ffffff;
}

tr#view_form {
	background: #eee;
	border: 1px solid #999;
}

tr#view_form td {
	border: 1px solid #999;
}

div.view_form {
	margin-left: 20px;
}

div.view_form dl {
	margin: 0;
	padding: 1em 0 0 0;
}

div.view_form dt,dd {
	margin: 0;
	padding: 0 0 .5em 0;
	float: left;
}

div.view_form dt {
	clear: both;
	width: 25%;
	text-align: left;
	padding-right: 1em;
	font-weight: bold;
}

div.view_form dd {
	text-align: left;
	width: 50%;
	height: 20px;
}

/* --== STEP TABLE ==-- */
table.step_table {
	width: 100%;
}

table.step_table td {
	border: 2px solid #BCC5D6;
	border-bottom: 0px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background-color: #BCC5D6;
}

table.steps3 td {
	width: 33.3%;
}

table.step_table td.selected {
	background-color: white;
}
