<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.system_box{
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: black;
}

table .system_box{
	border: 0px solid #f00;
}

.system_margin{
	padding: 15px 15px 15px 15px;
	margin: 0px 15px 0px 15px;
	text-align: left;
	background-color: #fff ;
	border: 1px solid #f00;
	color: black;


}
.void{
	height: 11px;
}

.s_label{
	font-weight: bold;
	white-space: nowrap;
	padding: 8px 14px 8px 0px;
	color: black;
}

.s_label a{
	font-weight: bold;
	white-space: nowrap;
	padding: 8px 4px 8px 0px;
	color: black;
	text-decoration: underline;
}

.s_input{

	padding: 3px 3px 3px 0px;
	color: black;
	
}

.s_input a{
	font-weight: normal;
	padding: 8px 0px 8px 0px;
	text-decoration: underline;
	color: black;
}

.s_input a:hover{
	padding: 8px 4px 8px 0px;
	text-decoration: none;
	color: black;
}


.s_error{
	padding: 4px 4px 4px 0px;
	color: red;
	font-weight: bold;
	width: 100%;
}

.error{
	color: red;
	text-transform: capitalize;
	font-weight: bold;
	padding-right: 10px;
}

.errors{
	background-color: red;
	padding: 15px;
	color: white;
	font-weight: bold;

}

.success{
	color: green;
	text-transform: capitalize;
	font-weight: bold;
	padding: 4px 4px 4px 0px;
}

/* forms */

td .box_system {
	padding: 0px 0px 0px 0px;
	border: 0px solid green;
}
.box_system div{
	
}


.search_button{

	float: left;
	padding: 0px;
	margin: 0px;
	border-top: 0px;
	cursor: pointer;
	display: block;
	
}

.search_button:hover{

}

.search_input{

	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #f00;
	border-left: 1px solid #f00;
	border-bottom: 1px solid #f00;
	border-right: 0px solid #f00;
	width: 90px;
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	background-color: #f00;
	cursor: pointer;
	float: left;
	display: block;

}

.search_input:hover{

	color: #f00;
	background-color: #fff;
	border-top: 1px solid #f00;
	border-left: 1px solid #f00;
	border-bottom: 1px solid #f00;
	border-right: 0px solid #f00;

}

.input_field{
	border: 1px solid #000;
	padding: 4px 5px 4px 5px;
	margin-right: 10px;
	background-color: #fff;
}

.input_textarea{
	padding: 4px 5px 4px 5px;
	border: 1px solid #000;
}

.input_field_login{
	font-size: 11px;
	border: 1px solid #000;
	padding: 5px;
	margin-right: 10px;

	background-color: #fff;
}

.input_button_input{
	text-align: center;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px;
	margin-right: 10px;
	padding: 6px 8px 6px 8px;
}

.input_button_input:hover{
	text-align: center;
	color: #fff;
	background-color: #f00;
	border: 1px solid #f00;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px;
	margin-right: 10px;
	padding: 6px 8px 6px 8px;
}
/* end forms */

.siteauthor{

	margin: 0px;
	border: 0px;
	text-align: center;
	font-size: 9px;
	color: #787878;
	text-align: center;
	padding: 15px 15px 15px 15px;
}

.siteauthor a{

	font-size: 9px;

}


.feed-list {
	margin: 10 0 15px 15px;
	padding: 0;
	list-style-type: none;
}

.feed-list li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.feed-list li a {
  padding: 0 0 0 19px;
  background: url("images/feedicons-colourpack-photoshop/01.png") no-repeat 0 50%;
  list-style-type: none;
  font-size: 11px;
  text-decoration: underline;
  color: #000;
}

.feed-list li a:hover {
  text-decoration: none;
}




.input_odd{
	background-color: #ccc;
	color: black;
	border-bottom: 1px solid #fff;
}

.input_even{
	background-color: #ddd;
	color: black;
	border-bottom: 1px solid #fff;

}
.comments{
	
}
.comment_text{
	color: black;
	padding: 15px;
	border-top: 1px dashed #fff;
}

.comment_form{
	padding: 15px 0px 15px 15px;
	border-bottom: 0px solid #fff;
}</pre></body></html>