@import url("public.css");
@import url("admin.css");

html{color:#000;}
body {font:12px "Century Gothic",Tahoma,Verdana;*font-size:small;*font:x-small; background: url(../images/BackgroundTile.jpg); margin:0; padding:0; }
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
/*li{list-style:none; display:inline;}*/
caption,th{text-align:left;}
table {font-size:inherit;font:100%;}
table{border-collapse:collapse;border-spacing:0;}
/*table { spacing: 20px; padding: 3px; }*/
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

td {text-align:left; margin-left: 10px; }
th {text-align:left; font-weight:bold; }
tr {vertical-align: top; margin: 5px;}
select { font-size: 12px; }

a {
 text-decoration: none;
 cursor: hand; /*pointer*/
 outline: none;
}

a.links {
	  font-weight: bold;
		color: #ffffff;
}
a:hover {
 outline: none;
 color: #00006f;
}

img {
  border: 0;
}
label.inside {
 float: none;
 clear: none;
 width: auto;
}

input textarea {
 border: 1px solid;
 padding: 0;
 margin: 0;
}

.fl { float: left; }
.fr { float: right; }
.bottom { vertical-align: bottom; }
.blue { color: #0078B6; }

.datahdr {
   color: #827234; 
   background: #EAEACF url(../images/sbox_top_brown.png) repeat-x scroll 100% 100%;
   font-weight: bold; 
   font-size: 100%; 
   padding: 5px;
}    

.box {
 background: url(../images/trans_white_80.png);
 border: 1px solid #eaeacf;
 padding: 0px 10px 10px 10px;
 margin: 0;
 overflow: hidden;
}

.top_logo {
   float: left;
	 display: block;
	 vertical-align:top;
	 top: 0px;
	 overflow: hidden;
	 height: 40px;
	 width: 90px;
}
.top_nav_home {
   float: right;
	 display: block;
	 overflow: hidden;
}
#footer {
   display: block;
	 clear: both;
}

.infohead {
 background: #666;
 padding: 10px;
 color: #FFF;
 text-align: center;
}

.errorhead {
 background: #ffe0f8;
 padding: 10px;
 color: #204050;
 text-align: center;
}

.flatButton {
  background-color: #505055;
	font-size: 12px;
	font-weight: bold;
	/*width: 100px;*/
	cursor: hand;
	border: 1px solid #999999;
	font-family: "Century Gothic", Tahoma, Verdana;
	color: #FFFFFF;
}

.confirmTitle {
	 font-family: "Century Gothic", Tahoma, Verdana;
	 font-size: 12px;
	 font-weight: bold;
	 text-align:center;
}

.tabnav li a {
 background: #f7f9ea;
 border: 1px solid #eaeacf;
 border-bottom: none;
 width: 100px;
 height: 24px;
 line-height: 24px;
 float: left;
 margin-right: 5px;
 text-align: center;
 font-size: 93%;
 color: #796826;
}

.tabnav li a.longname {
 font-size: 85%;
}

.tabnav li a.current {
 background: #FFF;
 color: #0079B6;
 border-color: #DDD;
}
.clearfix:after,.container:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.clearfix,.container {
 display: inline-block;
}

* html .clearfix,* html .container {
 height: 1%;
}

.clearfix,.container {
 display: block;
}

.clear {
 clear: both;
}


