/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/* ************************************************************************* */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000; 
	}
div	{ text-align: left; }
h1, h2, h3, h4 { 
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; 
}

a	{ 
  color: #2d8930; 
  background-color: inherit; 
}
a:hover {
	color: white;  
	background-color: #2d8930;
	}
a.reveal {
  background-image: url(/fb/i/icn/reveal.gif);
 	background-repeat: no-repeat;
 	background-position: right 6px;
  padding-right: 12px;
}
a.up {
	background-image: url(/fb/i/icn/reveal_up.gif);
	background-position: right 4px;
}
a.reveal:hover {
  text-decoration: none;
  border-bottom: 1px solid #015fab;
}

a.clear {color: #000}
a.clear:hover {background-color: transparent; }
	
img.inline {
	margin-bottom: -2px;
}

/*head info*/
#userStatus {
	height: 75px;
	padding: 10px 0 0 0;
	margin:65px 0 0 0;
	background: url(/css/logo.gif) no-repeat #fff 120px 0px;
	border-bottom: 1px solid #999;  	
	}
  #userStatus div {    
  	width: 700px;
  	margin: 0 auto 0 auto;     
  	text-align: left;
  	font-size: 11px;
  	color: #333;
  	}
	  #userStatus div p {
	  	margin: 0;
	  	padding: 0;
	  	width: 49%;
	  	}
		#userStatus p#signedIn {
		
			float: right;
			text-align: right;
			}
		#userStatus p#myStuff {
			float: left;
			}

#pageContent,
#pageTitle {
	width: 740px;
	margin: 0 auto;
	}		
	#pageContent h2,
  .popup h1 {
		padding: 10px 18px; padding-top: 20px;
		margin-bottom: 18px;
		font-size: 30px; letter-spacing: -1px;
		border-bottom: 3px double #ddd;		
		}
/*welcome info*/
div.action_footer {
	clear: both;
	height: 84px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 6px;
	background: url(/fb/i/bg/bg_blue_grad.gif) repeat-x left -80px;	
	text-align: center;	
	}
/*foot info*/
#footerNav {
	clear: both;
	padding-top: 30px;
	padding-bottom: 60px;
	border-top: 1px solid #999;	
	background-color:#f8f8f8;
	}
	#footerNav div {
		width: 700px;
		margin: 0 auto;
		}
		#footerNav div p {
			margin-bottom: 8px;
			font-size: 12px;
			color: #666;
			}
			#footerNav div p strong {
				font-size: 13px;
			}
			#footerNav div p a {
				color: #666;
				}
			#footerNav div p a:hover {
				color: white;
				background: #666;				
				}									

		#footerNav div p#copyright {
			float: right;
			width: 150px; height: 10px;
			margin-top: -65px;
			padding-top: 28px;
			text-align: center;
			font-size: 10px;
			color: #444;
			}