﻿/* 
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
CSS Stylesheet: Tables
This stylesheet defines:
1.  Styles for classes used to display different tables throughout the site.
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/

/* Search box table - Example: Search box on help/search.aspx */
div.search
{border: #000000 2px solid; padding: 10px 5px 5px 5px; background-color: #6699FF; 
 text-align: center;}
 
/* Red border with gray background - Example: Special offer on advertising.aspx */
div.redborderbox {border:solid 2px #b22222; padding:5px 20px 5px 20px; 
    background-color: #eeeeee;}
    


/* Section 1 - Example: Mortgage Tutorial section on default.aspx */
a.section1_head:link, a.section1_head:visited, a.section1_head:active, 
a.section1_head:hover
    {font-family: verdana, helvetica, arial, sans-serif; text-decoration:none;
    font-size:12px; font-weight:bold; color: #fff; }
    
a.listitem:link, a.listitem:visited, a.listitem:active
{ text-decoration: none; color: #000; }		
a.listitem:hover{text-decoration: none; color: #00f; }
    
td.section1_head{padding: 2px 10px 2px 0px; text-align: center;
    background-color:#379; 
    font-family: verdana, helvetica, arial, sans-serif;}        
td.section1_subhead{padding: 0 0 7px 0; font-weight:bold;}    
td.section1_bullet{text-align:center; width:20px;}
td.section1_item{text-align:left;}    
	
/* Section 2 - Example: Mortgage Tips section on default.aspx */
table.section2{margin-top:20px; width:100%;}

td.section2{width:49%; border-top: solid 5px #379;}

div.section2_image{width:60px;margin:15px 5px 0 5px;}
div.section2_text{margin-top:10px;}

a.section2title:link, a.section2title:visited, a.section2title:active 
    {text-decoration: none; color: #000; font-weight:bold;}
a.section2title:hover{color: #b22222;}

a.section2:link, a.section2:visited, a.section2:active 
    {text-decoration: none; color: #000; font-weight:normal;}
a.section2:hover{color: #00f;}