
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #333;
	background: #FFF url(/img/bg.jpg) repeat-x;
	text-align: center;	
	height: 100%;	
}

/* links */
a { background: inherit; color: #1a1e35; }
a:hover { background: inherit; color: #006699; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #1a1e35;
	/*color: #76abd5;*/
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #72A545;	
}
ul span, ol span {
	color: #333;
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #72A545; /* #32CD32; */
}
a:hover img {  
  border: 2px solid #806B4D !important; /* IE fix*/
  border: 2px solid #72A545; /* #32CD32; */
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 875px;
}

/* header */
#header {
	height: 100px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;	
	font: bold 2.5em 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px; 
	color: #1a1e35;
	margin: 0; 
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0px;
}
#header-content #slogan {
	font: bold 1.1em 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #1a1e35;	
	margin: 0; padding-top: 6px;
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 40px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -5px; top: 14px;
	font: 1.50em 'Trebuchet MS', sans-serif;
	color: #83c104;
	list-style: none;
	margin: 0; padding-top: 57px;		
}
#header-content li {
	display: inline;
	background: url(/img/bg_navtop_l.gif) left top no-repeat;
	/*background: url(/img/menu_left.png) left top no-repeat;	 */
}

#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;
	background: url(/img/bg_navtop_r.gif);
	background-color: #83c104;
	text-decoration: none;
	border-right: 1px solid #83c104;
}

#header-content li a:hover {
	background: #FFF url(/img/menu_left.png) left top no-repeat;
	color: #FFF;
}

#header-content li a#current  {
	background: #FFF url(/img/menu_left.png) left top no-repeat;
	color: #FFF;
}


/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 885px;
	height: 200px;
	padding: 15px 10px 10px 10px; 
	background: #FFF url(/img/ft_header.jpg) no-repeat center;
	/*background: #FFF url(headerphoto.jpg) no-repeat center;	*/
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 25%;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
}
.sidebox {menu
	background: #F2F2F2;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0;
	padding: 0;
	background: #F2F2F2;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	font-size:13.4px;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 0 ;
	line-height: 1.5em;
	border-bottom: 1px dashed #CCC;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #CCC;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #76abd5;
	color: #76abd5;		
}

/* main */
#main {
	float: left;
	width: 73%;	
	margin: 0 0 10px 0; padding: 0;	
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
}

.post {
	margin: 0; padding: 0;
	background: #FFF url(/img/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('/img/clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('/img/comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('/img/page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;	
}
#footer h3, #footer p {
	margin-left: 0;
}
#footer-content {	
   width:860px;
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	color: #777;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 68%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 31%;
	padding: 0 0 30px 0;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

#basic .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

#controls {
   text-align: right;
   font-weight:bold;
}

#controls a {
	text-decoration: none;
	color: #777;	
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  width: 635px; 
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #1a1e35;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend{font-weight: bold;}



form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 30px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form ul.error_space{margin-bottom: 4px; border: none 1px #ddd; padding: 3px;}
form ul.error_space li{color: red;}
form ul.success_space{margin-bottom: 4px; border: none 1px #ddd; padding: 3px; color: green;}

button {
   padding: 0px 20px 0px 20px;
}


/* Info Table*/

#info_table table {
	border-collapse: collapse;
	border: 2px solid #1a1e35;
	font: normal 110%/140% arial, helvetica, sans-serif;
	color: #555;
	background: #fff;
	margin-top: 5px;
}

#info_table td, th {
	border: 1px dotted #bbb;
	padding: .5em;
}

#info_table caption {
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
}

/* =links
----------------------------------------------- */

#info_table table a {
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
}

#info_table table a:link {
	border-bottom: 1px dashed #ddd;
	color: #1a1e35;
}

#info_table table a:hover {
	border-bottom: 1px dashed #bbb;
	color: #666;
}

/* =head =foot
----------------------------------------------- */

#info_table thead th, tfoot th {border: 2px solid #1a1e35;
text-align: left;
font-size: 1.1em;
font-weight: bold;
color: #333;
background: #ddd;}

tfoot td {border: 2px solid #1a1e35;}

/* =body
----------------------------------------------- */

#info_table tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}

#info_table tbody th {
	white-space: nowrap;
}

#info_table .odd {
	background: #fcfcfc;
}

#info_table tbody tr:hover {
	background: #fafafa;
}

#info_table img.special {
	border: 3px #8E0D0D solid;
}

/*------ Pagination Table Styles  -------*/
#paginate table {
	border-collapse: collapse;
	border: 2px solid #1a1e35;
	font: normal 110%/140% arial, helvetica, sans-serif;
	color: #555;
	background: #fff;
	margin-top: 5px;
}

#myform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 200px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
#myform input[type=text]{ 
   	width: 350px; 
}

#myform input[type=submit]{
	margin-left: 18.25em;
	width: 100px;
} 
#myform input[type=reset]{
 	width: 100px;
}
#myform textarea{
	width: 350px;
	margin: 5px 10px 0; /* set top margin same as form input - textarea etc. elements */
	display: inline;
}
#myform select{ 
   	width: 356px; 
   	margin: 5px 10px 0; /* set top margin same as form input - select etc. elements */
	display: inline;
}
#myform input[type=file]{
	width: 350px;
	margin: 5px 10px 0; /* set top margin same as form input - file etc. elements */
	display: inline;
} 
   
#paginate td, th {
	border: 1px dotted #bbb;
	padding: .5em;
}

#paginate caption {
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
}

/* =links
----------------------------------------------- */

#paginate table a {
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
}

#paginate table a:link {
	border-bottom: 1px dashed #ddd;
	color: #1a1e35;
}

#paginate table a:hover {
	border-bottom: 1px dashed #bbb;
	color: #666;
}

/* =head =foot
----------------------------------------------- */

#paginate thead th, tfoot th {
	border: 2px solid #1a1e35;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	background: #ddd;
}

#paginate tfoot td {
	border: 2px solid #1a1e35;
}

   /* =body
   ----------------------------------------------- */

#paginate tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}

#paginate tbody th {
	white-space: nowrap;
}

#paginate .odd {
	background: #fcfcfc;
}

#paginate tbody tr:hover {
	background: #fafafa;
}

#paginate img.special {
	border: 3px #8E0D0D solid;
}

/*------ Pagination Search Form Styles  -------*/
#search form label { 
   display: block;  /* block float the labels to left column, set a width */
   float: left; 
   width: 200px; 
   padding: 0; 
   margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
   text-align: right; 
}
#search form input[type=text]{ 
   width: 380px; 
}

#search form input[type=submit]{
  margin-left: 18.25em;
  width: 100px;
} 

#search form input[type=reset]{
  width: 100px;
}

#search form textarea{
  width: 380px;
  margin: 5px 10px 0; /* set top margin same as form input - textarea etc. elements */
  display: inline;
} 


/*-------Menu Styles-------*/

#menu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li {
   background: url("/img/images/menu_right_bot.png") right bottom no-repeat;	
	border: none;
	float: left;
	font: 100%  'Trebuchet Ms', Sans-serif;
	font-weight:bold;
	text-align:center;
	padding: 0;
	text-decoration: none;
}


#menu li a {
	background: #7aae09 url(/img/bg_navtop_r.gif) right bottom no-repeat;
	color: #272727;
	font-size:14px;
	display: block;
	float: left;
	margin: 0;
	padding: 6px 10px;
	border-right: 1px solid #e7e5e6;
	text-decoration: none;
	font-weight:bold;
}

#menu a:hover {
	background: #FFF url("/img/menu_right_bot_a.png") right bottom no-repeat;	 
	color: #1a1e35;
	padding-bottom: 8px;
	border-right: 1px solid #e7e5e6;
	text-decoration: none;
}

#menu li a#current  {
	color: #1a1e35;
	background: #FFF url("/img/menu_right_bot_a.png") right bottom no-repeat;	
	text-decoration: none;
}

/************Styles for Tree Views***************/
#tree_table {
  width : 1100px;

}


#tree_table td {
  font-size: 9pt;
  width: 200px;
  text-align: center;
}

#tree_table td label{
  text-decoration: none;
  font-weight: normal;
}

#tree_table td span{
  text-decoration: none;
  font-weight: bold;
  font-size:10px;
}

#tree_table td a{
  text-decoration: none;
}

#tree_table td img{
  border:0;
  vertical-align: center;
}

#tree_table td a img {  
  border: 0px solid #ff1a1e350; 
}

#tree_table td a:hover img {  
  border: 0px solid #00ff00 !important; /* IE fix*/
  border: 0px solid #1a1e350ff; 
}

#tree_table td input{
  border:0;
  vertical-align: center;
}

#up_reset_links {
  font-size : 9pt;
}

#up_reset_links a {
  font-size : 9pt;
  text-decoration : none;
}
#invDate select{width:auto}
.rowOne{width:65px;height:20px;padding:4px 5px;float:left;}
.rowTwo{width:100px;padding:4px 5px;float:left;}
.rowThree{width:110px;height:20px;padding:4px 5px;float:left;}
.boader{border:solid 1px #666;}
.head{background:#CCC;margin:30px 0 0 0;}
.col{border-top:none;}
.col:hover{background:#eee}
.pagination{margin:20px 0}
.pagination a{background:#999;padding:0 5px ;color:#FFF;text-decoration:none;}
.pagination a:hover{background:#333}
#info_table dt{width:140px;font-weight:bold;float:left;margin:5px;border-bottom:1px solid #888888;}
#info_table dd{width:600px;float:left;margin:5px;border-bottom:1px solid #888888;}