/* CSS Document */
body, td, th, div {
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}
body {
	margin: 8px;
	background-color: #FFFFFF;
}
html {
 	min-height: 100%;
 	height: auto;
}
p {
	margin:0;
}
a:link    {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover   {
	color: #000000;
	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-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
}

#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 {
	position:absolute;
	right:5px;
	top:5px;
	border:1px solid #666;
	background-color:#FFFFFF;
	z-index:1000;
	display: inline;
}
#admin_table {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 0px solid #999;
	border-left: 1px solid #999;
}
/* CSS Document */
.cal {
	margin:1px 0 0 2px;
}
.lables_hg{
	background-color:#a2a09f;
	padding:0px;
}
.lable{
	width:136px;
	height: 16px !important;
	padding: 2px 0px 1px 7px;
	margin: 0px 1px 0px 0px;
	color: #333;
	font-size: 11px;
	background-image: url(img/lable_hg.gif);
	float:left;
}
.admin_edit_img {
	float:left;
	width:80px;
	padding: 7px 7px 7px 7px;
	margin: 0px 2px 5px 0px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 0px solid #999;
	border-left: 1px solid #999;
	background-color: #FFF;
}
.td_admin_content {
	padding:10px 5px 5px 5px;
	background-color: #EBEBEB;
}
.admin_bg {
	background-color: #EBEBEB;
}
.td_header{
	height:400px;
	background-color:#922316;
}
.td_nav{
	height: 12px !important;
}
.td_col_left{
	width:205px;
}
.td_col_right{
	width:200px;
}
.td_main_content{
	width:795px;
}
#form {
	display: block;
}
#error {
	background-color:#ffaaaa;
	padding:5px;
}
#success {
	background-color:#8ec29e;
	padding:5px;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	font-weight:normal;
	color: #ffa314;
}
.subline {
	font-size: 16px;
	font-weight:normal;
	color: #25566a;
}
.sub_txt {
	font-size: 14px;
	font-weight:normal;
	color: #25566a;
}
.text {
	font-size: 11px;
	letter-spacing: 0px;
	color:#000000;
}
.small {
	font-size: 10px;
	font-weight:normal;
}
.border_right{
	border-right: 1px solid #999;
}
.border_bottom{
	border-bottom: 1px solid #999;
}
.padding_bottom{
	padding-bottom:10px;
}
.padding_top{
	padding-top:10px;
}
.row_response{
	font-size: 11px;
}
.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;
}
.warning {
  padding: 2px 5px 2px 5px;
  border-bottom: 1px solid #999;
  font-size: 11px;
  background-color:#ffaaaa;
}
.tablecell_update {
  padding: 2px 5px 2px 5px;
  border-bottom: 1px solid #999;
  font-size: 11px;
  background-color: #dedede;
}
.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;
}