/* CSS Document */
body, td, th, div, p, h3 {
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
body {
	margin: 8px;
	background-color: #990000;
}
html {
 	min-height: 100%;
 	height: auto;
}
p {
	margin:0;
}
a:link    {
	color: #fff4b8;
	text-decoration: none;
}
a:visited {
	color: #fff4b8;
	text-decoration: none;
}
a:hover   {
	color: #ffffff;
	text-decoration: underline;
}
input[type="text"],
input[type="button"],
input[type="password"],
textarea
{
  font-size: 9pt;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid #666666;
  color: #333333;
  background-color: #ffffff;
}
input[type="file"]{
	display:block;
}
input, textarea
{
  font-size: 9pt;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  padding-left: 3px;
  padding-right: 3px;
  /* IE hacks for input elements */
  border-style: expression(this.type=='checkbox' || this.type=='radio' || this.id=='quicksearchbox' ? 'none' : 'solid');
  border-width: expression(this.type=='checkbox' || this.type=='radio' ? '0' : '1px');
  border-color: expression(this.type=='checkbox' || this.type=='radio' ? '' : '#666666');
  background-color: expression(this.type=='checkbox' || this.type=='radio' ? 'transparent' : '#ffffff');
}
html>body*input[type$="file"]:not([class="none"]) {background-color: transparent; border: 0;}
/* IE hacks for input elements */
#site {
	width:1000px;
	height:100%;
	margin:0;
	padding:0 0 0 0;
	border:1px solid #666666;
}

#admin_lnk {
	background-color: #EBEBEB;
	border-bottom: 1px solid #c2c2c2;
	padding:0 2px 0 5px;
	color:#333333;
}
#admin_lnk a{
	color:#333333;
	text-decoration:none;
}
#rec_edit {
	float:right;
	padding:1px;
	border:1px solid #666;
	background-color:#dedede;
}
#box {
	margin:5px 7px 5px 7px;
	padding:3px;
	border:1px solid #666;
	background-color:#8f0404;
	text-align:center;
}
/* CSS Document */
.td_admin_content {
	padding:10px 5px 5px 5px;
	background-color: #D4D0C8;
}

.td_header{
	height:200px;
	border-bottom:1px solid #666666;
	background-color:#380000;
}
.td_nav{
	height: 12px !important;
}
.td_col_left{
	width:200px;
	background-color:#6c0000;
}
.td_col_right{
	border:1px solid #666666;
	width:200px;
}
#td_main_content{
	color:#FFFFFF;
	padding:5px;
	width:800px;
	background-color:#a33837;
	background-image: url(img/content_hg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#table_template {
	color:#FFFFFF;
}
#error {
	background-color:#ffaaaa;
	width: 100%;
}
#success {
	background-color:#8ec29e;
	width: 100%;
}
.sub_txt {
	font-size: 14px;
	font-weight:normal;
	color: #25566a;
}
.text {
	font-size: 11px;
	letter-spacing: 0px;
	color:#000000;
}
.border_right{
	border-right: 1px solid #999;
}
.border_bottom{
	border-bottom: 1px solid #999;
}
.padding_bottom{
	padding-bottom:10px;
}
.padding_top{
	padding-top:10px;
}
.tablerow{
	border-left: 1px solid #999;
}
.tabletitle {
	height: 12px !important;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	background-color: #EBEBEB;
	background-image: url(img/listheader_aqua.gif);
}
.tablecell {
  padding: 2px 5px 2px 5px;
  border-bottom: 1px solid #999;
  font-size: 11px;
  background-color: #FFFFFF;
}
.form_table{
	font-size: 11px;
}
.info{
	background-color: #EBEBEB;
	padding:30px 0 30px 10px;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
.field_nr {
	width:20px;
}
.field_normal {
	width:300px;
}
.field_half {
	width:150px;
}
.link_selects {
	width:auto;
}
.field_edit {
	width:99%;
}
.field_edit_s {
	width:40%;
}
.editor_content {
	margin:-10px 0 0 0;
}