/* Top Elements */
* { margin: 0; padding: 0;} 

body {
	background: white;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center; 
	margin: 15px 0 15px 0;	
}

/* links */
a, a:visited {	
	color: #326ea1;
	background: inherit; 
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 0px solid #dbd5c5;
	text-decoration: none;
}

/* headers */ 
h1, h2, h3
{
	color: #333;
}

h1 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	font-size: 130%; 
}
h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	font-size: 130%; 
}
h4 { /*only used on the environment.html page*/
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	font-size: 120%;	
}
h5 { /*only used on the environment.html page*/
	margin: 10px 10px 0 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #444; 
	padding: 15px 0 2px 0px;
	font-size: 150%;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0; 
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/******************************images******************************/
img.tall
{
	width: 120px;
	height: 200px;
}
img.wide
{
	width: 200px;
	height: 120px;
}
img.square
{
	width: 200px;
	height: 200px;
}
table.leftpicturetable
{
	float: left;
	margin: 5px 10px 0px 0px;					/*top right bottom left*/
/*	background-color: transparent;*/
	border-width: 2px 2px 2px 2px;				/*top right bottom left*/
	border-color: #DCDCDC #DCDCDC #DCDCDC #DCDCDC;	/*top right bottom left*/
	border-collapse: separate;
	border-style: none;
	padding: 0px 0px 0px 0px;					/*top right bottom left*/
	border-spacing: 2px;
}
table.rightpicturetable
{
	float: right;
	margin: 5px 0px 0px 10px;					/*top right bottom left*/
/*	background-color: transparent;*/
	border-width: 2px 2px 2px 2px;				/*top right bottom left*/
	border-color: #DCDCDC #DCDCDC #DCDCDC #DCDCDC;	/*top right bottom left*/
	border-collapse: separate;
	border-style: none;
	padding: 0px 0px 0px 0px;					/*top right bottom left*/
	border-spacing: 2px;
}
table.leftpicturetable td.picture, table.rightpicturetable td.picture
{
	border-width: 2px 2px 2px 2px;				/*top right bottom left*/
	border-spacing: 0px;
	padding: 5px 5px 0px 5px;					/*top right bottom left*/
	border-style: solid solid solid solid;			/*top right bottom left*/
	border-color: #DCDCDC #DCDCDC #DCDCDC #DCDCDC;	/*top right bottom left*/
	background-color: white;
	text-align: center;
}
table.leftpicturetable td.caption, table.rightpicturetable td.caption
{
	border-width: 2px 2px 2px 2px;				/*top right bottom left*/
	border-spacing: 0px;
	padding: 0px 0px 2px 0px;					/*top right bottom left*/
	border-style: solid solid solid solid;			/*top right bottom left*/
	border-color: #DCDCDC #DCDCDC #DCDCDC #DCDCDC;	/*top right bottom left*/
/*	background-color: transparent;*/
	text-align: center;
/*	text-wrap: normal;*/
}
/********************************************************************/

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: #F5F5F5; 
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777; 
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	 
	margin: 10px;
 	padding: 0 0 0 25px;  
	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}
/******************************tables*****************************/
table
{
	border-collapse: collapse;
	padding: 0px;
}
table.interactive
{
	width: 440px;
	margin: 20px auto 20px auto;	 /*center the table (top right bottom left)*/
}
table.change_details
{
	text-align: left;
	width: 300px;
	margin: 20px auto 20px auto;	 /*center the table (top right bottom left)*/
}
th strong
{
	color: #fff;
}
th
{
	background: #e7e6e6 url("../images/button2.jpg") repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	 
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr
{
	height: 30px;
}
td
{
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
tr.row-invisible
{
	background: transparent;
	height: 1px;
}
tr.row-top, tr.row-bot				/*currently not used*/
{
	text-align: center;
	color: white;
	font: bold 12px Arial, Sans-serif; 
	background: #e7e6e6 url("../images/row-notfirst.bmp") repeat-x;
	height: 36px;
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
	border-left: none;
	border-right: none;
}
tr.row-a, tr.row-a:hover
{
	background: #f8f8f8;	
	border-bottom: 1px solid white;
}
tr.row-b, tr.row-b:hover
{
	background: #EFEFEF;
	border-bottom: 1px solid white;
}
tr.interactive_row-a
{
	background: #f8f8f8;	
	border-bottom: 1px solid white;
}
tr.interactive_row-b
{
	background: #EFEFEF;
	border-bottom: 1px solid white;
}
tr.interactive_row-a:hover
{
	color: white;
	background: #5f5f5f url("../images/row-notfirst.bmp") repeat-x;
}
tr.interactive_row-b:hover {
	color: white;
	background: #5f5f5f url("../images/row-notfirst.bmp") repeat-x;
}
/*****************************************************************/

/************************form elements****************************/
form
{
	margin:10px;
	padding: 0 5px; 
	background: transparent;	
}
label {
	display:block;
	font-weight:bold; 
	margin:5px 0;
}
input {
	padding:2px;
	border-top: 2px solid #5f5f5f;
	border-bottom: 2px solid #5f5f5f;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	font: normal 1em Verdana, sans-serif;
	color:#777;
} 
textarea {
	width:400px;
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	border: 2px solid #eee;
	height:100px;
	display: block;
	color:#777; 
}
input.button
{ 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0; 
	padding: 2px; 
	color: #333;
	background: #e7e6e6 url("../images/theme/search_button.jpg") repeat-x;
	border-top: 2px solid #5f5f5f;
	border-bottom: 2px solid #5f5f5f;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
}
.searchform {
	background-color: transparent;
	border: none;	 
	margin: 0 5px 0 10px;
	padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p
{
	margin: 0;
	padding: 0;
}
.searchform input.textbox
{ 
	width: 100px;
	color: #777;
	height: 17px; 
	padding: 4px 0px 0px 0px;/*top right bottom left*/
	border-top: 2px solid #5f5f5f;
	border-bottom: 2px solid #5f5f5f;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	vertical-align: top;
}
.searchform input.button
{
	width: 60px;
	height: 24px;
	padding: 0px;
	vertical-align: top; 
}
.tableform
{
	text-align: center;
	background-color: transparent;
	border: none;	 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	width: 450px;	
}
.tableform input.button
{
	height: 24px;
	margin: 0px 2px 0px 2px;		/*top right bottom left*/
}
.tableform input.textbox
{
	/*note: width is defined in html since this varies depending on the specific column*/
	background-color: transparent;
	color: #777;
	height: 16px; 
	padding: 4px 0px 0px 0px;/*top right bottom left*/
	border: 0px solid #5f5f5f;
	border-bottom: 0px solid #5f5f5f;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	margin: 0px 0px 0px 0px;/*top right bottom left*/
	vertical-align: top;
}
.tableform input.addrows
{
	width: 30px;
	background-color: white;
	color: #777;
	height: 16px; 
	padding: 2px 2px 2px 2px;/*top right bottom left*/
	border: 1px solid #5f5f5f;
	margin: 0px 5px 0px 5px;/*top right bottom left*/
/*	vertical-align: center;*/
}
/******************************************************************/

/****************************checkboxes****************************/
input.table_checkbox
{
	margin: 6px 0px 0px 0px;/*top right bottom left*/
	border: none;
}
/******************************************************************/

/***************************dropdown boxes*************************/
.tt_dropbox
{
	margin: 0px auto 0px auto; /*top right bottom left*/
	padding: 0px;
}
.tt_dropbox option
{
	width: 280px;
	border-left: 1px solid black;
/*	background-color: transparent;*/
/*	padding: none;*/		/*top right bottom left*/
}
.tt_dropbox select
{
	border: 1px solid black;
}
.tableform option, .tableform select
{
	border-left: 1px solid black;
}
/******************************************************************/

/**************************** layout ******************************/
#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left; 
	background: #fff url("../images/theme/sides.jpg") repeat-y center top;
}
#content-wrap {
	float: left;
	width: 850px; 
	margin-left: 30px;
	display: inline;
	padding: 0;
	border-top: 5px solid #fff;
	background: #fff url("../images/theme/content_background.jpg") repeat-x;
} 
#header {
	position: relative;
	background: #fff url("../images/theme/top.jpg") center top;
	height: 77px;
	width: 910px;	
	padding: 0px 0px 0px 0px;					/*top right bottom left*/	 
	color: #fff;	
}

/* header links */
#header #header-links
{
	position: absolute;
	top: 45px;
	right: 45px;	
	color: #838181; 
	font-size: 10px;	
	font-weight: bold;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	 
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	position: relative;
	clear: both; 
	margin: 5px auto;
	height: 190px; 
	width: 850px;
	background: #fff url("../images/theme/ttlogoheader.jpg") no-repeat center center;
}
#header-photo h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 30px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #25383C; 
	text-transform: none;
	text-decoration: none;
	border: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}

#header-photo h2#slogan {
	position: absolute; 
	margin: 0; padding: 0;
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #25383C;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 80px; left: 35px;		
}

/* Navigation */ 
#nav {
	clear: both;	
	padding: 0;			
}
#nav ul {
	float: left;
	list-style: none;
	background: #E4E4E4 url("../images/theme/nav_bar_not_current.jpg") repeat-x;	
	width: 850px;		 
	padding: 0;	margin: 0 0 0 30px;
	height: 45px; 
	display: inline;
	text-transform: uppercase; 
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0; 
	padding: 0 12.8px;
	border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;	
	border-bottom: none; 
	color: white;							/*#F4EE00; (yellowish)*/
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase; 
	text-decoration: none;	 
	letter-spacing: 1px;   
} 
#nav ul li a:hover, 
#nav ul li a:active {
	color: white;			/*#F4EE00; (yellowish)*/
}
#nav ul li#current a {
	color: #5f5f5f;	
	background: #ffffff url("../images/theme/nav_bar_current.jpg") repeat-x;
}

/* Main Column */
.three-col #main {
	margin: 10px 190px 0 200px;
}
.two-col #main { 
	margin: 10px 5px 0 200px;
}

#main h1 {
	margin: 10px 10px 0 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #444; 
	padding: 15px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
}

#main ul
	{
	padding: 0px 0px 0px 0px;			/*top right bottom left*/
	margin-right: 0px;
	}

#main ul ul
	{
	padding: 0px 0px 0px 0px;			/*top right bottom left*/
	margin-right: 0px;
	}

/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;	 
	margin-top: 10px;	
}
/***************************right column***************************/
#status_box			/*same as rightcolumn so far...*/
{
	float: right;
	width: 150px;/*160*/
	margin: 10px 10px 50px 0px;	/*top right bottom left*/
	background-color: transparent;	/*red*/
}
#status_box h1
{
	margin: 10px 0px 0px 0px;/*top right bottom left*/
	padding: 5px 0px; /*above-below left-right*/
	text-align: center;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
}
#status_box p
{
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	padding: 3px;
	text-decoration: none;
	border: 5px double #5f5f5f;
}

/* old #rightcolumn:
#rightcolumn
	{
	float: right;
	width: 190px;
	margin: 10px 0px 50px 0px;
	}
old #rightcolumn h1
	{
	margin: 10px 5px 0px 0px;
	padding: 5px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
	}
*/

/*new #rightcolumn*/

#rightcolumn
	{
	float: right;
	width: 150px;/*160*/
	margin: 10px 10px 50px 0px;	/*top right bottom left*/
	background-color: transparent;	/*red*/
	}

/*new #rightcolumn h1*/

#rightcolumn h1
	{
	margin: 10px 5px 0px 0px;/*top right bottom left*/
	padding: 5px 0px; /*above-below left-right*/
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
	}
ul.rightcolumn
	{
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px;
	text-decoration: none;
	list-style-type: none;
	border-top: 1px solid #E5E5E5;
	}
ul.rightcolumn li
	{
	border-bottom: 1px solid #E5E5E5;
	text-decoration: none;
	}

ul.rightcolumn li a:hover {	
	color: #383d44;
	border: none;
}
/******************************************************************/

#sidebar h1 {
	margin: 10px 5px 0px 5px;/*top right bottom left*/
	padding: 5px 5px; /*above-below left-right*/ 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
}

/* sidemenu */
ul.sidemenu {
	text-align: left; 
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		 
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;		 
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;  
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
	background: url("../images/theme/bottom.jpg") no-repeat center bottom;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
} 
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px;  
}

/* footer */
#footer {
	clear: both;
	color: white;			/*#FFCD11;   yellowish*/
	margin: 0 auto 10px auto; 
	width: 850px;
	padding: 5px 0;
	text-align: center; 
	border-top: 1px solid #F2F2F2;
	background: #fff url("../images/theme/footer_bar.jpg") repeat-x;
}

#footer a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; } 

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0; 
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	 
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	 
}