
body {
	margin: 0;
	padding: 0;
	background: #EBEBEB url(images/img01.gif) repeat-x left top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}

h1, h2, h3 {
	margin-top: 0;
	color: #8C0209;
	
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

h4{
font-size: 1.3em;
}


ul {
}

a {
	text-decoration: none;
	color: #3F5C10;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1000px;
	height: 125px;
	margin: 0 auto;
}

/* Header */

#logo {
	width: 960px;
	height: 72px;
	margin: 0 auto;
	background: url(images/CTFSArnArbLogo.png) no-repeat left top; 
}

#logo h1, #logo p {

	margin: 0px;

}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 2.5em;
}

#logo p {

	padding-top: 40px;
	font-variant:small-caps;
	font-size: 24px;
	text-decoration: italics;
	color: #FFFFFF;
        padding-right: 40px;
	 text-align: right;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: #BF3503;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 15px 35px 0px 35px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #999999;
}

#menu .current_page_item a {
	color: #999999;
}

#menu .first {
	background: none;
}

/* Wrapper */

#wrapper {
  min-height: 600px;
}

/* Page */

#page {
    min-height: 600px;
	width: 900px;
	margin: 0 auto;
	background: url(images/img05.gif) repeat-y left top;
}

#page-bg {
    min-height: 600px;
	background: url(images/img06.gif) no-repeat left top;
	padding: 0px 0px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/*content expand with leftsidebar*/
#pageexpand {
    min-height: 600px;
	width: 960px;
	margin: 0 auto;
	background: url(images/img051.gif) repeat-y left top;
}

#page-bgexpand {
    min-height: 600px;
	background: url(images/img061.gif) no-repeat left top;
	padding: 0px 10px;
}

#contentexpand {
	float: left;
	width: 850px;
	padding: 30px 40px 0px 40px;
}

/*content xexpand with no side bar*/
#pagexexpand {
    min-height: 600px;
	width: 960px;
	margin: 0 auto;
	background: url(images/img0511.gif) repeat-y left top;
}

#page-bgxexpand {
    min-height: 600px;
	background: url(images/img0611.gif) no-repeat left top;
	padding: 0px 10px;
}

#contentxexpand {
	float: center;
	width: 860px;
	padding: 30px 40px 0px 40px;
}

/*content expand with right sidebar*/
#pageexpandr {
    min-height: 600px;
	width: 960px;
	margin: 0 auto;
	background: url(images/img052.gif) repeat-y left top;
}

#page-bgexpandr {
    min-height: 600px;
	background: url(images/img062.gif) no-repeat left top;
	padding: 0px 10px;
}

#contentexpandr {
	float: left;
	width: 850px;
	padding: 30px 40px 0px 40px;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 30px 10px 0px 00px;  /* I reduced last to 00px */
}

#data_table  {    /* For argument table occurring in function description page. */
	/* width: 300px; */
        text-align: center;
        border-width: 2px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: rgb(255, 255, 240);
}
#data_table th {
	text-align: center;
        border-width: 1px;
	padding: 4px;
	border-style: groove;
	border-color: gray;
	background-color: white;
}
#data_table td {
	border-width: 1px;
	padding: 4px;
	border-style: groove;
	border-color: gray;
	background-color: white;
}

#global_package_info_table {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
#global_package_info_table  th {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
#global_package_info_table  td {
	border-width: 0px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: white;

}

#source_viewer {      /*The DIV style which controls how the pop-up R viewing windows look. */
      margin: 15px;
      padding:15px;
      font-size:11px;
      background-color: #FFFAFA;
      text-align: left;
}

.post {
	padding-bottom: 45px;
	line-height: 200%;
}

.post h1 {
    font-size: 2.3em;
	font-weight: normal;
    color: #454545;
}

.title {
	margin: 0px;
	padding: 0px 0px 14px 0px;
	letter-spacing: -1px;
	font-size: 3em;
	font-weight: normal;
	background: url(images/img04.gif) repeat-x left bottom;
}

.title a {
	border-bottom: none;
	color: #454545;
}

.title a:hover {
}

.byline {
	background: url(images/img04.jpg) repeat-x left bottom;
	padding-bottom: 10px;
}

.tag {
	padding: 0 15px;
}

.entry {  
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
	/* I added width */
	width: 285px;

}

#sidebar2 {
	float: right;


}
/* This controls the appearance of a package_menu when it appears anywhere on the site.*/
.package_menu {
      width: 105px;
      float: left;
      background: url(images/img04.gif) repeat-x left bottom;
}

.package_menu li {
     background: url(images/img04.gif) repeat-x left bottom;
     padding-top: 15px;
}
/* This controls the global menu, which has Home, Data Formatting, and &c. */
#left_menu {
      width: 115px;  /* I widened from 105px */
      float: left;
      margin-top: 0px;
      margin-left: 0px;
      padding-left: 0px;
      background: url(images/menu_sectionbg1.jpg) ;
}

#left_menu li {
     /*background: url(images/menu_sectionbg1.jpg) repeat-x left bottom;
     height: 25px; */
     padding-left: 20px;
     vertical-align: text-bottom;
     padding-top: 5px;
     padding-bottom: 5px;
     margin-top: auto;
     margin-bottom: auto;
     border-top: 0px solid #7A7A7A;
     border-bottom: 1px solid #7A7A7A;
     border-right: 1px solid #7A7A7A; 


}

/* Controls the appearance of each topic section. */

li.BIEN
{
 background-color: #FFFBCA;
}

li.gis
{
background-color: #FFFAB9;
}

li.growth
{
background-color: #FFFAA7;
}

li.map
{
background-color: #F3EE98;
}

li.utilities
{
background-color: #F3EE98;
}

li.tutorial_list
{
 background-image: url(images/blank.jpg);
}

/* This controls package menu when it is inside left_menu. */

#left_menu .left_sub_menu {
      width: 105px;  /* I widened from 105px */
      float: right;
      background-image: url(images/blank.jpg);
      margin-bottom: 5px;
      margin-right: 0px;
}

#left_menu .left_sub_menu li {
      padding-top: 5px;
     /* background-image: url(images/blank.jpg); */
      border-bottom: 1px solid #96974F;
      border-top: 1px solid #A8A961;
      color: #232323;
     /* background-color: #bebebe; */
      font-size: 10px;
}

#function_menu {
      width: 150px;
      float: right;
      margin-left: 0px;
      padding-left: 0px;
      padding-top: 10px;
      font-size: 11px;
      list-style-image: url(http://www.mediacollege.com/internet/css/bullet.gif);
      list-style-position: inside;
}
#function_menu li {
      width: 150px;
      float: right;
      padding: 2px;
      padding-left: 00px;
      padding-top: 0px;
      margin-top: 5px;
      font-size: 11px;
      border-bottom:0px solid #96974F;
border-top: 0px solid #A8A961;
      border-left: 0px solid #A8A961;

}
#function_menu h3 {
       font-size: 14px;

       padding: 0px;
}

.sidebar {
	float: left;
    /*     width: 260px; */
	padding: 0;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
/*	padding: 0 0px 0px 0;*/
}

.sidebar li:hover {
/*	background-color: #000000; */
text-decoration: underline;
}

#selected_menu { /* This controls the appearance of a selected menu. */
        font-weight: bold;
        text-decoration: underline; 
        color: #273959;
  
}

.sidebar li ul {
	padding: 10px 0px;
}

.sidebar li li {
	 margin: 0 0px 0 0px;
 	padding: 8px 0px;
	background: url(images/img04.gif) repeat-x left bottom;
}


.sidebar li h2 {
	height: 34px;
	margin: 0 0 0 0;
	padding: 12px 15px 12px 12px;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

.sidebar a {
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 0px;
	padding: 2px 2px;
	width: 150px;
	height: 18px;
	border: none;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

/*login*/
#loginform {
	margin: 0;
	padding: 0 0 0 0;
}

#tbxUsername
{
  	margin: 10px 0px 15px 0px;
	padding: 2px 2px;
	width: 150px;
	height: 18px;
	border: none;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#tbxPassword
{

  	margin: 10px 0px 15px 0px;
	padding: 2px 2px;
	width: 150px;
	height: 18px;
	border: none;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

.tbx
{

  	margin: 10px 0px 15px 0px;
	padding: 2px 2px;
    width: 150px;
	height: 18px;
	border: none;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}



/* Footer */

#footer {
	width: 100%;
	height: 70px;
	margin: 0 auto;
	background: #161600;
}

#footer-bg {
	width: 960px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
	color: #E7E7E7;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

#error
{
min-height: 20px;
}

<!--Created -->

.errorline
{
color: #DD0000;
font-weight: bold;
}

#showuploaderror
{
color: #DD0000;
font-weight: bold;
padding: 0 0 10px 0;
}

#showuploaderror p{
  margin: 0;
  padding: 0 0 0 0;
}


<!-- Crud -->

div.data table {
	border:0px solid #000;
	width:100%;
    margin-left: auto;
    margin-right: auto;
    font-size: auto;
}
div.data table td {
	font-size:10pt;
	padding:auto;
	border-bottom:1px solid #ddd;
	text-align: center;
}
div.data table th {
	text-align: center;
	font-size: 8pt;
	padding: 10px 5px 7px;
	text-transform: uppercase;
	color: #fff;
    background:url(crudimages/head1.gif) left -5px repeat-x;
}

div.dataview table {
	border:0px solid #000;
	width:auto;
}
div.dataview table td {
	font-size:10pt;
	padding:5px 10px;
	text-align: left;
}
div.dataview table th {
	text-align: left;
	font-size: 8pt;
	padding: 10px 10px 7px;
	text-transform: uppercase;
	color: #fff;
    background:url(crudimages/head1.gif) left -5px repeat-x;
}

div.paging {
	font-size: 9pt;
	margin:0px 0px;
}
div.paging a {
	color:#900;
	text-transform: uppercase;
	text-decoration: none;
}
div.paging a:hover {
	color:#c00;
}
div.paging b {
	color:#900;
}

div.success {
	font-size:14pt;
	background:url(crudimages/accept.png) left 5px no-repeat;
	padding:0px;
	padding-left:20px;
	margin:0px 0px 10px;
	color:#060;
	width:80%;
}
div.download{
    font-size:12pt;
    background:url(crudimages/dlimg.png) left center no-repeat;
    padding:10px;
    padding-left:30px;
    margin:20px 0px 0px 10px;
}
a.download:hover{
  color:#000000
}


a.update, a.delete, a.add, a.view, a.back {
	font-size: 9pt;
	color:#900;
	font-weight:bold;
	padding-left:20px;
	text-decoration: none;
}

a.update {
	background:url(crudimages/update.png) left center no-repeat;
}
a.delete {
	background:url(crudimages/delete.png) left center no-repeat;
}
a.add {
	background:url(crudimages/add.png) left center no-repeat;
}
a.view {
	background:url(crudimages/view.png) left center no-repeat;
}
a.back {
	background:url(crudimages/prev.gif) left center no-repeat;
}


a.update:hover, a.delete:hover, a.add:hover, a.view:hover {
	color:#000;
}



.errorblock {
	background: #FBE6F2 none repeat scroll 0 0;
	border: 1px solid #D893A1;
	color: #333333;
	margin: 2px 0 0;
	padding: 1px;
	font-size: 10px;
	font-family: Lucida Grande,Verdana,Geneva,Sans-serif;
}

<!-- formTable -->
div.data table {
	border:0px solid #000;
	width:100%;
    margin-left: auto;
    margin-right: auto;
   /* font-size: auto;  */
}
div.data table td {
	font-size:9pt;
	padding:auto;
	border-bottom:1px solid #ddd;
	text-align: center;
}
div.data table th {
    font-size:7pt;
    font-weight: bolder;
   	text-align: center;
   	padding: 10px 5px 7px;
	text-transform: uppercase;
	color: #fff;
    background:url(crudimages/head1.gif) left -5px repeat-x;
}

#submenu p{
  padding: 0;
  margin: 0;
  background:url(images/expandmenu.png) right no-repeat;
  background-position: 75%;
  color: #3F5C10;
}

#submenu p:hover{
  cursor: pointer;
}


#submenu p.open{
  padding: 0;
  margin: 0;
  background:url(images/collapsemenu.png) right no-repeat;
  background-position: 75%;
  color: #3F5C10;
}

.crudtable{
font-size: 2pt;
}

<!-- Personnel Crud -->

div.personnel table {
	border:0px solid #000000;
	width:100%;
    font-size: auto;
    text-align: left;
}
div.personnel table td {
	font-size:10pt;
	padding:2px 10px 2px 10px;
	border-bottom:1px solid #ddd;
	text-align: left;
}
div.personnel table th {
	text-align: left;
	font-size: 8pt;
	padding: 10px 5px 7px;
	text-transform: uppercase;
	color: #fff;
    background:url(crudimages/head1.gif) left -5px repeat-x;
}
a.quadrat, a.tree, a.map{
	font-size: 9pt;
	color:#900;
	font-weight:bold;
    padding-top:10px;
    padding-bottom:10px;
	padding-left:35px;

}



a.quadrat {
	background:url(crudimages/quadrat32.png) left center no-repeat;
}
a.tree {
	background:url(crudimages/tree32.png) left center no-repeat;
}
a.map {
   background:url(crudimages/map32.png) left center no-repeat;
}


a.details{
    font-size: 9pt;
	color:#900;
	font-weight:bold;
    padding-top:10px;
    padding-bottom:10px;
	padding-left:20px;
	background:url(crudimages/details16.png) left center no-repeat;
}


div.content div.personnel table {
	border:0px solid #000;
	width:60%;
    margin-left: 0;
    margin-right: 0;
   /* font-size: auto;  */
}
div.content div.personnel table td {
	font-size:9pt;
	padding:auto;
	border-bottom:1px solid #ddd;
	text-align: left;
}
div.content div.personnel table th {
    font-size:7pt;
    font-weight: bolder;
   	text-align: left;
   	padding: 10px 5px 7px;
	text-transform: uppercase;
	color: #fff;
    background:url(crudimages/head1.gif) left -5px repeat-x;
}
