
body
{
    font-family:  Helvetica, Arial, Verdana, Geneva, Arial, sans-serif;
    color: #000000;
    margin: 0;
    padding: 0;
    height: 100%;
}
html
{
    height: 100%;
    min-height: 100%;
    margin-bottom: 1px;
}
p, ul li
{
    color: #333;
}
.tip
{
    background-color: #FAFAD2;
    border: 1px solid #fc0;
    display: block;
    width: 66%;
    padding: 2px 10px;
    margin: 10px;
}
.formErrors
{
    background-color: #FFACAC;
    border: 2px solid Red;
    color: red;
    display: block;
    padding: 0 10px;
    margin: 15px 25px;
}
.exportButton
{
    background-image: url('/_resources/page_white_excel.png');
    background-position: 5px;
    background-repeat: no-repeat;
    padding: 2px 10px 2px 25px;
}
.exportTextButton
{
    background-image: url('/_resources/page_white_text.png');
    background-position: 5px;
    background-repeat: no-repeat;
    padding: 2px 10px 2px 25px;
}
a
{
    color: #0000CD;
}
a.external
{
    background: url('/_resources/external.gif') center right no-repeat;
    padding-right: 13px;
}
.bigLink
{
    font-weight: bold;
    font-size: 1.2em;
}
p.searchLinks
{
    font-size: .9em;
    margin: 0;
}
p.searchLinks a
{
    padding: 3px 6px;
    border: 1px solid #FFA500;
    border-bottom: none;
    background-color: white;
    text-decoration: none;
    margin: 1px 3px;
	color:black;
}
p.searchLinks a.selected
{
    background-color: #FFA500;
    color: white;
    border-bottom: 4px solid #FAFAD2;
}
p.searchLinks span.selected  a
{
    background-color: #FFA500;
    color: white;
    border-bottom: 4px solid #FAFAD2;
}
/* heh, just TRY to figure this out.  But please don't change it. */
p.searchLinks span.selected  a.unselected
{
    padding: 3px 6px;
    border: 1px solid #FFA500;
    border-bottom: none;
    background-color: white;
    text-decoration: none;
    margin: 1px 3px;
	color:black;
}
/* home page */
.homePagePricing {
	font-size : 50px;
	font-weight : bold;
	font-family : sans-serif;
	color: #333;
}
.homePageBox1 {
	background-image : url(roundedSquareGrey.jpg);
    background-repeat : no-repeat;
	height: 303px;
	width: 344px;
}
.homePageBox2 {
	background-image : url(roundedSquareOrange.jpg);
    background-repeat : no-repeat;
	height: 303px;
	width: 344px;
}
.homeBig {
	font-size : 25px;
	font-weight : bold;
	color: #333;
	margin: 4px;
	padding: 0;
}
.newsFeed
{
    border: none;
    border-collapse: collapse;
}
.newsFeed tr td
{
    padding: 4px 6px;
}
.newsFeed tr td a
{
    text-decoration: none;
}

.todaysResultMetric
{
    font-size: 4em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #333;
    display: block;
	margin:0;
	padding : 0;
}
#homePageMetric
{
    text-align: center;
}
.bigButton
{
    padding: 5px 15px;
	margin : 0;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #FF9900;
    cursor: pointer;
    border: 1px solid #999;
    overflow: visible; /* ie 6 puts padding proportional to text.  ugh.  So this fixes that. */
}

fieldset
{
    background-color: #FAFAD2;
    border: 1px solid #FFA500;
    padding: 10px;
}
legend
{
    background-color: #FAFAD2;
    border: 1px solid #FFA500;
    font-weight: bold;
    font-size: 1.1em;
    padding: 3px 8px;
}

/* tables */
.gridDisplay
{
    border: 1px solid #ddd;
}
.gridDisplay .tableRow
{
    background-color: #efefef;
}
.gridDisplay .alternateRow
{
    background-color: white;
}
.gridDisplay .tableHeader
{
    font-weight: bold;
    background-color: #666;
    color: white;
}
.gridDisplay td
{
    padding: 3px 8px;
    font-size: .9em;
}
.gridDisplay td a
{
    padding: 0 10px;
}
.gridDisplay th
{
    padding: 2px 8px;
    font-size: .95em;
    text-align: center;
    background-color: #ddd;
}


table.checkListMultiColumn tr td {
	padding-right: 10px;
	white-space : nowrap;
}
.small
{
    font-size: .85em;
}

/* Headings                    */
/*-----------------------------*/
h1, h2, h3
{
    font-family: 'Trebuchet MS' , sans-serif;
}
h1
{
    font-size: 1.2em;
    color: #333;
}
h2
{
    font-size: 1.2em;
    color: #FF8C00;
}
h2.first
{
    padding: 5px 0;
}
h3
{
    font-size: 1.05em;
    color: #666;
}


/* Forms                    */
/*-----------------------------*/
table.form td.label
{
    text-align: right;
    padding-right: 8px;
    font-size: .8em;
}
table.form td.entry
{
    font-size: .8em;
}
table.form td
{
    padding: 3px 0px;
}
table.display td
{
    font-size: .9em;
    padding: 2px 5px;
}
table.display td.label
{
    font-weight: bold;
}
.submitRow
{
    text-align: center;
    padding: 5px;
}
.submitRow input
{
    font-size: .9em;
    cursor: pointer;
    overflow: visible; /* ie 6 puts padding proportional to text.  ugh.  So this fixes that. */
}
/*  Header footer stuff */
#container
{
    position: relative;
    min-height: 100%;
}
.utilities a
{
    font-size: .9em;
    color: #ddd;
    text-decoration: none;
}
.utilities
{
    color: #FF9900;
}
#logo_text
{
    font-size: 30px;
    font-weight: bold;
    font-family: Trebuchet MS;
    text-decoration: none;
}
#logo_text #header_foreclosure
{
    color: #999;
    padding: 0;
    padding-left: 10px;
    margin: 0;
}
#logo_text #header_alarm
{
    color: white;
    padding: 0;
    margin: 0;
}
#header
{
    margin: 0 auto;
    width: 900px;
}
#header .mainmenu
{
    padding: 10px 5px 5px 0px;
    color: #aaa;
}
#header .mainmenu a
{
    color: #FF9900;
    text-decoration: none;
    margin: 0 5px;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
#headerwrapper
{
    background-color: #444;
	border-bottom : 2px solid #999;
	border-top: 3px solid #ff9900;
}
#page
{
    text-align: left;
    width: 900px;
    margin: .5em auto .5em auto;
    padding: 0 0 100px 0;
}
#footer
{
    text-align: center;
    padding-top: 50px;
    font-size: .8em;
    color: #FFA500;
    background-color: #ddd;
    border-top: 2px solid #666;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
#footer a
{
    color: #666;
}

/* TODO: Update this */
#graph
{
}

#graph #data
{
    overflow: hidden;
    height: 250px;
}
#graph #data ul
{
    display: inline;
}

#graph #data ul li
{
    display: block;
    height: 250px;
    width: 30px;
    margin: 0px 1px;
    float: left;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ddd;
    font-size: 11px;
	padding: 1px;
    overflow: hidden;
}
#graph div#axis
{
    clear: both;
    margin-top: 5px;
}
div#axis ul
{
    float: left;
    margin: 0;
    padding: 0;
}
div#axis ul li
{
    list-style: none;
    float: left;
    width: 38px;
    text-align: center;
    font: bold 10px Arial;
    color: #aaa;
}
.noLineLink {
	text-decoration : none;
}