/*
Name:        text.css
Author:      Kyle Brickman, Kurt Jull
Description: CSS text definitions
Created:     24 March 2009
Notes:       This file should contain ONLY definitions for text formatting
*/

@media all
{
	/* Page headers *********************************/
	div.pageTitle
	{
		font-size: 		16px;
		font-weight:	bold;
		color:			#4b3905;
	}
	
	div.pageSubtitle
	{
		font-size: 10px;
		color:     #666;
	}
	
	/* Messages *************************************/
	.success
	{
		color: #0c0;
	}
	
	.failure
	{
		color: #c00;
	}
	
	/* Default text tags ****************************/	
	h1
	{
	}
	
	h2
	{
	}
	
	h3
	{
	}
	
	h4
	{
	}
	
	h5
	{
	}
	
	h6
	{
	}
	
	a
	{
		color:				#777f13;
		text-decoration:	underline;
	}
	
	a:hover
	{
		color:				#000000;
		text-decoration:	underline;
	}

	/* Links ****************************************/	
	.navText
	{
		color: 			#493829;
		font-weight:	bold;
		font-size:		11px;
		text-decoration:none;
		text-align:		right;
	}
	
	.navText:hover
	{
		color: 			#000;
		font-weight:	bold;
		font-size:		11px;
		text-decoration:underline;
		text-align:		right;
	}
	
	.navText1
	{
		color: 			#dbca67;
		font-weight:	bold;
		font-size:		11px;
		text-decoration:none;
		text-align:		right;
	}
	
	.navText1:hover
	{
		color: 			#9a8927;
		font-weight:	bold;
		font-size:		11px;
		text-decoration:underline;
		text-align:		right;
	}
	
	.footerText
	{
		color: 			#999;
		text-decoration:none;
		text-align:		right;
	}
	
	.footerText:hover
	{
		color: 			#000;
		text-decoration:underline;
		text-align:		right;
	}
	/* Public only ***********************************/
	.pub_youReceive
	{
		color: 			#493829;
		font-size:		15px;
		font-weight:	bold;
		text-align:		center;
		padding-right:	10px;
	}
	
	.pub_List
	{
		color: 			#6d713c;
		font-size:		11px;
		font-weight:	bold;
		padding:		0px;
		line-height:	14px;
		display:		inline;
	}
	
	.pub_signInNow
	{
		color: 			#977c00;
		font-size:		12px;
		font-weight:	bold;
		text-align:		center;
		padding-right:	10px;
		line-height:	18px;
	}
	
	.pub_bigSignIn
	{
		color: 			#a7ab74;
		font-size:		22px;
		font-weight:	bold;
		padding-left:	2px;
	}
	
	.pub_forgot
	{
		font-size:      10px;
		text-decoration:underline;
	}
	
	.pub_forgot:hover
	{
		font-size:      10px;
		text-decoration:underline;
	}
	

	/* Admin only ***********************************/	
	.guestName
	{
		color:			#996600;
		font-size:		28px;
		font-weight:	bold;
		padding-bottom: 5px;
	}
	
	/* Text one-offs ********************************/
	
	
	/* Breadcrumbs **********************************/
	div.breadcrumb
	{
		font-size:     10px;
		color:         #999;
		margin-bottom: 5px;
	}
	
	div.breadcrumb a
	{
		color:           #999;
		text-decoration: none;
	}
	
	div.breadcrumb a:hover
	{
		text-decoration: underline;
	}
	
	
	
	/* Forum Styles ********************************/
	table.forum
	{
		border:1px solid #999;
		background-color:#e9eff6;
		width:100%;
		}
	
	.forum td
	{
		padding:5px;
		text-align:left;
		vertical-align:top;
	}
	
	.forum th
	{
		background: url(../images/forumHeader.jpg) repeat-x bottom left;
		background-color:#999;
		color:#ffffff;
		font-weight:bold;
		text-transform:uppercase;
		padding:5px;
		text-align:left;
	}	
	
	.forum hr
	{
		color:#ccc;
	}
	
	.forum a
	{
		color:#333;
		font-weight:bold;
	}			
	
	.formInput 
	{
		font-weight:bold;
		color:#333;
		padding-left:15px;
		vertical-align:top;
	}		
	
	.forumButton
	{
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		color:#333;
		background-color:#eee;
		border:1px solid #ccc;
		padding:3px;
		cursor:pointer;
	}
	
	.forumButtonOff
	{
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		color:#ccc;
		background-color:#eee;
		border:1px solid #ccc;
		padding:3px;
	}	
	
	.altRow
	{
		background-color:#fff;
	}				
	/* End Forum Styles ********************************/
	
	
}
