/*----------------------------------------------------
  the following is the basic style information for the
  standard a links
  ---------------------------------------------------*/


a
{
	color: #000000;
}

a:hover
{
	color: #555555;
}



/*----------------------------------------------------
  the body style sets the page background to white. it
  also suppresses superfluous additional space around
  the edge of the page (some browsers do not implement
  this feature but the page design will still work,
  although it will not look as good).
  ---------------------------------------------------*/

body
{
	background-color: #CCC7C2;
	/*background-image: url("images/background.jpg");*/
	color: #000000;

}


#top_footer
{
	background-color: #FFFFFF;
}

#top_footer_1
{
background-color: #FFFFFF;
border-color: #979797;
}

#top_footer_2
{
background-image: url(top_footer_2.png);
}

.box
{
background-color: #FFFFFF;
}
.content
{
background-color: #FFFFFF;
border: 1px solid #979797;
}

.left_menu
{
background-color: #FFFFFF;
}
/*----------------------------------------------------
  This applies to form elements
  ---------------------------------------------------*/

.input
{
	background: #ffffff;
	border: 1px solid #343434 ;
	color: #343434;

}


.disabled_input
{
	background: #cccccc;
	border: #343434 1px solid;
	color: #343434;
}

.text_area
{
	background: #ffffff;
	border: #9EB1DD 1px solid;
	color: #343434;
}

.search_icon_go
{
	background: #ffffff;
	color: #ffffff;
}

.button
{
	background: #ffffff;
	color: #000000;
}

.small_button
{
	background: #ffffff;
	color: #000000;
}

.large_button
{
	background: #ffffff url("large_button.png");
	color: #ffffff;
}


/*----------------------------------------------------
  the following is the basic style information for the
  html tables
  ---------------------------------------------------*/
/*
table
{
	margin: 0px;
	padding: 0px;
}
td
{
	font-size: 0.625em;
	margin: 0px;
	padding: 0px;
}

td, tr
{
	padding: 0px;
	margin: 0px;
}


.table_data
{
 	color: #000000;
 	background-color: #ffffff;
	font-size: 8px;
	text-decoration: none;
}
*/


/*----------------------------------------------------
  the following are styles information for navigation
  elements.
  ---------------------------------------------------*/

ul.nav_menu_main
{

color: #FFFFFF;
}

ul.nav_menu_main li div
{

background-image: url(left_menu_banner_full.png);

}



ul.nav_menu
{
background-color: #FFFFFF;
}

ul.nav_menu li
{
background-image:url(../../images/nav_menu_icon.png);
}




/*----------------------------------------------------
  the following are styles information for the resource_tree.php page
  ----------------------------------------------------*/

table.resourcetree td
{
	background-color: #9c9c9c;
}


/*----------------------------------------------------
  the following are styles information for the current_resources.php page
  ----------------------------------------------------*/


table.avail_chart
{
background-color: #f0f0f0;
border-color: #000000;
}

#current_resources a
{
	color: #555555;
}

#current_resources a.avail_chart
{
color: #555555;;
}


table.stats_chart
{
background-color: #f0f0f0;
border-color: #000000;
}

table.latest_res
{
border-color: #000000;
}

table.latest_res td
{
border-color: #000000;
}



/*----------------------------------------------------
  the following are styles information for the schematics.php page
  ----------------------------------------------------*/


table.schematics tr.header
{
background-color: #c0c0c0;
}

table.schematics tr.row1
{
	background-color: #e0e0e0;
}

table.schematics tr.row2
{
	background-color: #e9e9e9;
}


/*----------------------------------------------------
  the following are styles information for the resource_contributors.php page
  ----------------------------------------------------*/


table.contributors tr.header
{
background-color: #c0c0c0;
}

table.contributors tr.row1
{
	background-color: #e0e0e0;
}

table.contributors tr.row2
{
	background-color: #e9e9e9;
}

/*----------------------------------------------------
  the following are styles information for the tracker.php page
  ----------------------------------------------------*/



table.tracker tr.box
{
background-color: #BCBCBC;
}

table.tracker tr.post
{
background-color: #f0f0f0;
}

/*----------------------------------------------------
  the following are styles information for the find_resources.php page
  ----------------------------------------------------*/


table.results tr
{
border-color: #979797;


}

table.results td
{
border-color: #979797;
}


table.results tr.row1
{
	background-color: #e0e0e0;
}

table.results tr.row2
{
	background-color: #e9e9e9;
}

/*----------------------------------------------------
  the following are styles information for the view_changes.php page
  ----------------------------------------------------*/

table.changes
{
border-color: #979797;
}

table.changes tr.header
{
background-color: #c0c0c0;
}

table.changes tr.row1
{
	background-color: #e0e0e0;
}

table.changes tr.row2
{
	background-color: #e9e9e9;
}

table.changes td, table.changes th
{
border-color: #979797;
}

/*----------------------------------------------------
  the following are styles information for the viewschematic.php page
  ----------------------------------------------------*/


table.viewschematic_box tr.header
{
background-color: #c0c0c0;
}

table.viewschematic_box tr.row1
{
	background-color: #e0e0e0;
}

table.viewschematic_box tr.row2
{
	background-color: #e9e9e9;
}

/*----------------------------------------------------
  the following are styles information for the show_resources.php page
  Uses stats_chart and avail_chart from current_resources

  ----------------------------------------------------*/


/*----------------------------------------------------
	the following are styles information from the options.php page
  ----------------------------------------------------*/

#settings ul.sortable li
{
border-color: black;
background-color: #e0e0e0;
}

/*----------------------------------------------------
	the following are styles information from the moderate.php page
  ----------------------------------------------------*/

#moderate table.internal td
{
border-color: #979797;
}
/*----------------------------------------------------
	the following are styles information from the notifications.php page
  ----------------------------------------------------*/

  #notifications .notifications .unread
  {
background-color: #e0e0e0;
}
#notifications .notifications .read
  {
background-color: #FFFFFF;
}

/*----------------------------------------------------
	the following are styles information for phpBB parsed-content (BBCode mostly)
  ----------------------------------------------------*/

.codetitle {
background-color:#A9B8C2;
border-color:#A9B8C2;
color:#333333;
}

.codecontent {
background-color:#FAFAFA;
border-color:#A9B8C2;
color:#006600;
}

.quotetitle, .attachtitle {
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
}

.quotecontent, .attachcontent {
	border-color: #A9B8C2;
	background-color: #FAFAFA;
	color: #4B5C77;
}

