
/*
File: main.css
Created by:  Matt Cristantello (cristant@fstrf.org)
Created on:  01/10/2007
$LastChangedDate: 2005-06-03 16:52:17 -0400 (Fri, 03 Jun 2005) $
$LastChangedBy: cristant $
$Revision: 1007 $

Custom CSS file for the IBCSG Website

Copyright (c)  2007 Frontier Science and Technology Research Foundation, Inc.
All rights reserved.
*/

@import url(/apps/cfmx/apps/common/css/mainUnprocessed.jcss);

div#header span#logo 
{
	position: absolute;
    top: 3px;
  	left: 0;
   	width: 133px;
    height: 49px;
   	background-image: url(/apps/cfmx/apps/ibcsg/images/ibcsg_logo.jpg);
   	background-repeat: no-repeat;
	background-color: white;
	z-index: 0;
}

.buttons input, .buttons a, .buttons a:link, .buttons a:visited, .tabs a, .tabs a:link, .tabs a:visited, div#header form#search input.button
{
	background-color: #fb9b75;
	color: #fdcdba;
}

.tabs span
{
	color: #fb9b75;
	background-color: #fdcdba;
}

div.options
{
	color: #fb9b75;
}

a:link, a:visited
{ 
	color: gray;
}

div.container span.heading 
{
	background-color: white;
	color: #fb9b75;
	text-decoration: underline;
 }

a:hover 
{
	color: #ff6600; 
}

.buttons a:hover, .buttons a.current, .buttons a:visited.current, .tabs a:hover, .tabs a.current, .buttons input.hover
{
	color: white; 
	background-color: #fb9b75;
}

div#header span#line 
{
	 background-image:  url(/apps/cfmx/apps/ibcsg/images/ibcsg_line.gif); 
}

div#header, span#footer
{
	background-color: white;
}

div#header span#project, div#header span#date, div#header span#user
{
	color: #fb9b75;
}

span#footer span#copyright, .informative
{
	color: gray;
}

h1
{
	color: black;
}

a#FSTRF_Home_header_link, div#header span#tagline
{
	visibility: hidden;
}


{
	visibility: hidden;
}