﻿@import "Type.css";
@import "Navigation.css";
@import "Grid.css";
@import "Forms.css";

html, body, form
{
    margin: 0; padding: 0;
    height: 100%;
}

body
{
	background: url(../images/BG-container.gif) top repeat-x #fff;
}

/* reset margin/padding on block-level elements */
p, div, form, label, dl, dt, dd, fieldset 
{
	margin: 0; padding: 0;
}

/* Images */
a img
{
	border: none;
}
img.left
{
    float: left;
    margin: 6px 12px 12px 0;
}
img.right
{
    float: right;
    margin: 6px 0 12px 12px;
}

br.clear, p.clear, div.clear
{
    clear: both;
}

#legislator-table { font-family: Georgia, “Times New Roman”, Serif; font-size: 12px; background: #fff; margin: 25px 0; width: 430px; border-collapse: collapse; text-align: left; } #legislator-table th { font-size: 14px; font-weight: normal; color: #742f7a; padding: 10px 8px; border-bottom: 2px solid #8d4593; } #legislator-table td { border-bottom: 1px solid #ccc; color: #666; padding: 6px 8px; } #legislator-table tbody tr:hover td { color: #009; }