
/**********************************[ Nav system ]********************************************
	These styles affect the navigation on left hand side. 
***************************************************************************************************/

#buttonscontainer {width: 156px;}

#buttons a {color: #FFFFFF;
background-color: #006699;
padding: 12px;
padding-left: 9px;
display: block;
border-bottom: 1px solid #FFFFFF;
font: 13px Verdana, sans-serif;
text-decoration: none;
text-align: left;}

#buttons a:hover {background-color: #A1A1A1;
color: #FFFFFF;
text-decoration: none;}

/**********************************[ font layout pages ]********************************************
	These styles affect the specific fonts for pages. 
***************************************************************************************************/

H1
		{
			color:			#A8AB6A;
			margin-top:		6px;
			margin-bottom:	0px;
			font-size:		16px;
			font-family:	Verdana, Arial, Helvetica, sans-serif;
			text-decoration:none;
			line-height: 19px;
		}
		
		H2
		{
			color:		#006699;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:	12px;
			line-height:17px;
			margin:		3px 0px 2px;
		}
		
		
.mainBody 
	{  
		font-family: Tahoma, Verdana; 
		font-size: 12px; 
		color: #4A3810; 
		font-weight: normal
		
	}
	
.whiteBody 
	{  
		font-family: Tahoma, Verdana; 
		font-size: 12px; 
		color: #FFFFFF; 
		font-weight: normal
		
	}
.bigWhite 
	{  
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px; 
		color: #FFFFFF; 
		font-weight: normal
		
	}

.footerBody 
	{  
		font-family: Verdana, Arial; 
		font-size: 9px; 
		color: #666666; 
		font-weight: normal
		
	}
	
a:link 
	{
		font-family: Tahoma, Verdana; 
		color: #4A3810; font-size:12px;
		text-decoration: underline;
	}

a:visited
{color: #996633; font-size:13px;
text-decoration:underline;}


A:hover  { background-color: #4A3810; Color:#FFFFFF; text-decoration: underline}

	
	
	
	
/**********************************[ Div layout pages ]********************************************
	These styles affect the specific div boxes for pages. 
***************************************************************************************************/

/*	DIVS FOR POSITIONING	*/
		/*	This div holds the main header logo	*/
		#header_div
		{
			position:		relative;
			top:			38px;
			left:			60px;
			width:			800px;
			height:			233px;
		}

		/*	This div holds all of the content	*/
		#content_div
		{
			position:	relative;
			width:		761px;
			height:		auto;
			text-align:	left;
		}


		/*	Positions the peregrine wireless footer	*/
		#footer_div
		{
			position:	relative;
			left:		5px;
			top:			0px;
			width:		300px;
			text-align:	left;
		}

/**********************************[ table layout pages ]********************************************
	These styles affect the specific table layout pages. 
***************************************************************************************************/
	#main_table
	{
		width:			552px;
		border-style:	solid;
		border-width:	1px;
		border-color:	#CCCCCC;
		font-family:	Verdana, Arial, Helvetica, sans-serif;
		font-weight:	normal;
		font-size:		10px;
		color:			#0b71b9;
		text-align:		center;
		/*color:		#ff822d;*/
	}
	
	#main_table td
	{
		padding-left:	10px;
		padding-right:	13px;
		height:			23px;
		/*border-bottom-style:	solid;
		border-bottom-width:	1px;
		border-bottom-color:	#ff822d;*/
	}
	
	#main_table .headerRow
	{
		/*border-bottom-style:	solid;
		border-bottom-width:	5px;
		border-bottom-color:	#0b71b9;
		border-top-style:		solid;
		border-top-width:		5px;
		border-top-color:		#0b71b9;*/
		width:					auto;
		color:					#00CC00;
		background-color:		#FFFFCC;
		font-size: 				12px;
		text-align:				left;
	}
	
	#main_table .bonusRow
	{
		height: 				30px;
		/*border-bottom-style:	solid;
		border-bottom-width:	5px;
		border-bottom-color:	#ff822d;
		border-top-style:		solid;
		border-top-width:		5px;
		border-top-color:		#ff822d;*/
		width:					auto;
		color:					#0b71b9;
		font-size: 				9px;
	}
	
	#main_table .topRow
	{
		border-bottom-style:	solid;
		border-bottom-width:	1px;
		border-bottom-color:	#cccccc;
		font-family:			Verdana, Arial, Helvetica, sans-serif;
		font-weight:			bold;
		font-size:				9px;
		color:					#ff822d;
		/*color:				#0b71b9;*/
		height:					48px;
	}
	
	#main_table .darkRow
	{
		height: 30px;
		background-color:#eeeeee;
	}
	
	#main_table .column_1
	{
		width:	59px;
	}
	
	#main_table .column_2
	{
		width:	0px;
	}
	
	#main_table .column_3
	{
		width:	0px;
	}
	
	#main_table .column_4
	{
		width:	0px;
	}
	
	#main_table .column_5
	{
		width:	150px;
	}
	
	#main_table .column_6
	{
		width:	0px;
	}
	
	#main_table .column_7
	{
		width:	auto;
	}
	
	#messaging_table .column_1
	{
		width:	233px;
	}
	
	.note
	{
		font-family:	Verdana, Arial, Helvetica, sans-serif;
		font-size:		9px;
		font-weight:	normal;
		color:			#999999;
	}
	

	
