﻿/*****

    Autism Society of Maine
    Autism.CSS

    Notes:

    Content area is 672 pixels wide BUT all content should be made 642 pixels max width (or 640 + 1px borders) with 15 pixel margins 
    on the left and right sides.  The H2 and P elements are set up this way.

    For the 1/2 width columns, the max size for content in either column should be 306 pixels (due to IE weirdness).

*****/

/***** The Search Box *****/

div.search_box
{
    width: 500px;
    margin: 15px Auto 25px Auto;
    padding: 10px 10px;
    text-align: center;
    border: 1px solid #00A1C6;
}

div.search_box td.field_name
{
    text-align: right; 
    padding: 0px 10px 3px 0px;
}

div.search_box td.field_value
{
    text-align: left;
    padding: 0px 0px 3px 0px;
}

div.search_box p
{
    text-align: left;
}

div.search_box div.buttons
{
    text-align: right;
}

/***** The Search Results Table *****/

table.library
{
    margin: 0px 15px 10px 15px;
    border: 0px solid;
    border-collapse: collapse;
}

table.library td
{
    padding: 2px 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 140%;
}

table.library th
{
    padding: 2px 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 140%;
    color: #FFFFFF;
    background-color: #2020DD;
}

table.library tr.pager td
{
    padding: 2px 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 140%;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #2020DD;
}

table.library tr.pager a.pagerbutton
{
    display: block;
    float: left;
    padding: 3px 10px;
    margin-right: 3px;
    color: #000000;
    background-color: #DDDDDD;
    border: 1px solid #000000;
}

table.library tr.pager a.pagerbutton:hover
{
    color: #000000;
    background-color: #999999;
}

/*****/
