/* GLOBAL TEMPLATE STYLES
------------------------------------------- */


body
{
    font-family: Arial, Helvetica, sans-serif;
    background: #99ccff url(img/bkg-body.png) repeat top left;
}


div#wrapper
{
    width: 762px;
    margin: 20px auto;
}

div.width
{
    padding: 0 9px;
}


div#header
{
    height: 118px;
    background: url(img/bkg-header.png) no-repeat top center;
}


div#header h1, div#header h2
{
    height: 0;
    overflow: hidden;
}


div#content-wrap
{
    background: url(img/bkg-shadow-tile.png) repeat-y top center;
}


div#content
{
    margin-right: 1px;
    background-color: #dfe9f1; /*background: #fbfcfd url(img/bkg-content.png) repeat-x bottom left;*/
}


ul#nav
{
    height: 25px;
    margin-bottom: 18px;
    padding: 7px 0 0 100px;   /* left was 170px */
    background: #f9ffd5;
}


ul#nav li
{
    float: left;
    display: inline;
    font-size: 1.2em;
    line-height: 1.0em;
    border-right: 1px solid #a6b9ca;
}

ul#nav li a
{
    display: block;
    padding: 2px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #a6b9ca;
}

ul#nav li a:hover, ul#nav li.current a
{
    background: #a6b9ca;
    color: #f9ffd5;
}

div#footer
{
    margin-top: 6px;
    font-size: 1.0em;
    text-align: center;
    color: #6b8aa6;
}

div#bottom-shadow
{
    height: 33px;
    background: url(img/bkg-bottom-shadow.png) no-repeat bottom center;
}



/* HOME TEMPLATE STYLES
------- */
div#content h2
{
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: bold;
    color: #8cA5bb;
    text-align: center;
    background: transparent;
}

div#content h3
{
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: bold;
    color: #c41230;
    text-align: center;
    background: transparent;
}


div#top-buttons img
{
    margin-left: 22px;
}


div#bottom-button
{
    margin-top: 16px;
    text-align: center;
}

.smallerFont
{
    font-size: smaller;
    color: #6b8aa6;
}

.smallerFontItalic
{
    font-weight: normal;
    font-size: 12px;
    color: #6b8aa6;
    font-style: italic;
}

.smallFontRed
{
    font-size: small;
    color: #DE3408;
}

.smallFont
{
    font-size: small;
    color: #6b8aa6;
    line-height: 15px;
}

.mediumFont
{
    font-size: medium;
    color: #6b8aa6;
}

.colHeader
{
    font-size: medium;
    color: #2D1E93;
}

.largeFont
{
    font-size: large;
    color: #6b8aa6;
    line-height: 20px;
}

.largeFontRed
{
    font-size: large;
    color: #DE3408;
}

.blueBorder table
{
    border-width: thin;
    border-color: #93B2C7;
    border-style: solid;
}

.blueBold
{
    color: #6b8aa6;
    font-size: 14px;
    line-height: 18px;
}

.blueBoldMedium
{
    font-weight: bold;
    color: #6b8aa6;
    font-size: 16px;
    line-height: 18px;
}
.bluishCyan BoldMedium
{
    font-weight: bold;
    color: #3399cc;
    font-size: 16px;
    line-height: 18px;
}

.blueBoldBig
{
    color: #6b8aa6;
    font-size: 20px;
    font-family: "Arial Rounded MT Bold";
    line-height: 18px;
}

.blueBoldSmall
{
    font-weight: bold;
    color: #6b8aa6;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}

.blueBoldSmaller
{
    font-weight: bold;
    color: #1A9EC4;
    font-size: 11px;
    line-height: 13px;
}


.blueCopy
{
    color: #1A9EC4;
    font-size: 12px;
    line-height: normal;
}

.blueCopyBig
{
    color: #1A9EC4;
    font-size: 15px;
    line-height: normal;
}

.redCopyBig
{
    font-weight: normal;
    color: #93332e;
    font-size: 15px;
    font-family: "Arial Rounded MT Bold";
}

.redCopy
{
    color: #93332e;
    font-size: 14px;
    line-height: normal;
}

.redBold
{
    font-weight: bold;
    color: #93332e;
    font-size: 13px;
    line-height: 14px;
}

.blueBorder table
{
    border-width: thin;
    border-color: #93B2C7;
    border-style: solid;
}


.addressBookDark
{
    background-color: #C8D9E6;
    color: #6b8aa6;
    font-family: Arial;
    font-size: small;
    vertical-align: middle;
}

.addressBookLight
{
    background-color: transparent;
    color: #6b8aa6;
    font-family: Arial;
    font-size: small;
    vertical-align: middle;
}

table
{
    border: 0px;
    border-spacing: 0pt;
    padding: none;
    font-family: Arial;
    font-size: small;
    font-style: normal;
    margin-left: auto;
    margin-right: auto;
    color: #2D1E93;
}

table.rdo td /*this is only for good formating */
{
    vertical-align: top;
    text-align: center;
    width: 50px;
    background-color: Transparent;
}
table.rdo td input /*this has resolved the actual problem*/
{
    background-color: Transparent;
    border: none;
}

tr.AddressBookBlue td
{
    background-color: #C8D9E6;
    color: #6b8aa6;
    font-family: Arial;
    font-size: 14px;
    vertical-align: middle;
}

tr.AddressBookLightBlue td
{
    background-color: transparent;
    color: #6b8aa6;
    font-family: Arial;
    font-size: 14px;
    vertical-align: middle;
}

.mGrid
{
    width: 100%;
    background-color: #6b8aa6;
    color: White;
    margin: 5px 0 10px 0;
    border: solid 1px blue;
    border-collapse: collapse;
}

.mGrid th
{
    padding: 4px 2px;
    line-height: 12px;
    text-align: left;
    vertical-align: middle;
    color: White;
    background-color: #6b8aa6;
    border-style: hidden;
    font-size: 0.9em;
}

.mGrid th a
{
    color: White;
    font-weight: bold;
    text-align: left;
}

.mGrid td
{
    padding: 2px;
    color: #6b8aa6;
    background-color: White;
    border-style: hidden;
    vertical-align: top;
    overflow: hidden;
}

.mGrid .pgr
{
    background-color: #6b8aa6;
    color: White;
    text-align: right;
    vertical-align: middle;
}

.mGrid .pgr table
{
    margin: 5px 0;
    text-align: right;
}
.mGrid .pgr td
{
    padding: 0 6px;
    border: solid 1px #6b8aa6;
    font-weight: bold;
    color: White;
    background-color: #6b8aa6;
    line-height: 12px;
    text-align: right;
    vertical-align: middle;
}

.mGrid .pgr td span
{
    border-style: hidden;
    vertical-align: middle;
}


/* Address Book specific */
#headerContainer, #relatedButtons, 
#addressBookButtons, #subHeading, 
#manualAdd, #errorMessage, #contactsImporter,
#addressBook, #instructions, #contactImportControl
{
    padding-left:20px;
    padding-right:20px;
}

#addressBookButtons span,#relatedButtons span,#contactsButtonsTop span,#contactsButtonsBottom span
{
    margin-right:19px; /*NOTE: don't use 20px because the third button in the row will wrap*/
}

