
/*	
	======================================================================

	stylesheets/public-formatting.css

	======================================================================
	Copyright 2009, FQXi
	======================================================================
*/


/* ----------------------------------------------------
   major document divs
   ---------------------------------------------------- */

html, body {

	text-align: center;
	background-color: #E9E5E5;
	background-image: url(/images/backgrounds/public/window.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-attachment: fixed; /* needed for mozilla */
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 12px; 
	line-height: 16px;
}

td {

	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 12px; 
	line-height: 16px;
}

#container {

	text-align: left;
	background-repeat: no-repeat;
}

#banner {

	text-align: center;
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#navBar {

	text-align: center; 
}


#midContent {

	text-align: left;
	background-color: #FF8;
}

#leftMainColumn {

	text-align: left;
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 12px; 
	line-height: 16px; 
	color: #DEDEDE;
}

#rightMainColumn {

	text-align: left;
	font-family: Verdana, Helvetica, Sans-serif; 
	font-size: 12px; 
	line-height: 145%; 
	color: #444;
	background-color: #FFF;
}

.secondaryNav { 

	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-family: Verdana, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 130%;
}

.leftSidebarContent {
	font-family: Verdana, Sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 130%;
	padding: 5px 5px 5px 30px;
}

.leftSidebarContent .pageTitle {
	color: #FF8200;
	font-size: 12px;
	font-weight: bold;
}

.leftSidebarContent .roundTitle {
	font-weight: bold;
}

.leftSidebarContent .indented2em a {
	color: white;
}


#footer {

	border-top-style: dotted;
	border-top-color: #666;
	background-color: #222;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 10px; 
	line-height: 120%; 
	color: #999;
}

#mailingListRegistration {
    margin: 7px;
	background-color: #000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 10px; 
	line-height: 180%; 
	color: #999;
}


/* ----------------------------------------------------
   links
   ---------------------------------------------------- */

	/* ----------------------------------------------------
	   default links
	   ---------------------------------------------------- */

a:link, a:visited {

	text-decoration: underline;
	color: #FF8200;
}

a:hover {

	text-decoration: underline;
	color: #FF6C00;
}

a:active {

	text-decoration: none;
	color: #FF6C00;
}

	/* ----------------------------------------------------
	   secondary navigation links
	   ---------------------------------------------------- */

.secondaryNav a:link { 

	text-decoration: none; 
	color: #FFF; 
	font-weight: bold;
}

.secondaryNav a:visited { 

	text-decoration: none; 
	color: #FFF; 
	font-weight: bold;
}

.secondaryNav a:hover { 

	text-decoration: none; 
	color: #F7A81E; 
	font-weight: bold;
}

.secondaryNav a:active { 

	text-decoration: none; 
	color: #FFF; 
	font-weight: bold;
}

	/* ----------------------------------------------------
	   secondary navigation hilited links
	   ---------------------------------------------------- */

a.secondaryNavHilited:link, 
a.secondaryNavHilited:visited
{

	color: #F7A81E; 
}

	/* ----------------------------------------------------
	   floating button links
	   ---------------------------------------------------- */

.floatingButton a:link { 

	text-decoration: none; 
	color: #FFF; 
	font-weight: bold;
}

.floatingButton a:visited { 

	text-decoration: none; 
	color: #FFF; 
	font-weight: bold;
}

.floatingButton a:hover { 

	text-decoration: underline; 
	color: #FFF; 
	font-weight: bold;
}

.floatingButton a:active { 

	text-decoration: underline; 
	color: #000; 
	font-weight: bold;
}

	/* ----------------------------------------------------
	   footer links
	   ---------------------------------------------------- */

#footer a:link {

	color: #FFF; 
	text-decoration: none;
}

#footer a:visited {

	color:#FFF;
	text-decoration: none;
}

#footer a:hover {

	color:#FEDB1C;
	text-decoration: underline;
}

#footer a:active {

	color:#FEDB1C;
	text-decoration: none;
}


/* ----------------------------------------------------
   body text basics
   ---------------------------------------------------- */

.pageTitle {

	color: #405A7B; 
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
}

.pageSubtitle {

	color: #405A7B; 
	font-size: 11pt;
}

.header {

	color: #405A7B; 
	font-size: 14px;
	font-weight: bold;
}

.subheader {

	color: #405A7B; 
	font-size: 12px;
	font-weight: bold;
}

.floatingButton {

	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 0px;
	
	float: right;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;

	background-color: #F93;
	
	font-size: 12px;
	font-weight: bold;
}

#mailingList {
    padding: 6px;
}

table#largeGrantAwardees tr td {
    padding: 12px 4px !important;
}