﻿@Media All
{
    html,form,body
    {
	    padding:0;
	    margin: 0 auto;
	    width: 100%;
	    text-align:center;
	    color:#00469b;
	    font-family: Arial, Helvetica, sans-serif;
	    font-size:0.9em;
	    background-color:#ffffff;
    }

    a
    {
	    color:#00469b;
	    font-family: Arial, Helvetica, sans-serif;
    }

    h1 {
	    padding-top:0px;
	    font-family:Arial, Helvetica, sans-serif;
	    font-style:italic;
	    font-size:32px;
	    font-weight:bold;
	    color:#999999;
	    margin:0;
	    line-height:32px;
    }
    h2 {
	    padding-top:10px;
	    font-family:Arial, Helvetica, sans-serif;
	    font-size:16px;
	    font-style:italic;
	    font-weight:bold;
	    color:#999999;
	    line-height: 12px;
	    margin-bottom:10px;
    }
    h3 {
	    padding-top:10px;
	    font-family:Arial, Helvetica, sans-serif;
	    font-size:16px;
	    font-weight:bold;
    }
    h4 {
	    padding-top:10px;
	    font-family:Arial, Helvetica, sans-serif;
	    font-size:14px;
	    font-weight:bold;
    }


    img { border: 0px; }
    hr { color: #ccc; height: 1px; }
    li { list-style-image: url(../../images/list-image.gif); }

    table 
    {
	    border: solid 1px #7589C4;
    }
    th 
    {
	    vertical-align:top; 
	    font-weight:bold;
	    text-align:center;
	    background-color:#7589C4;
	    color:White;
	    border-style:none;
    }
    td
    {
	    vertical-align:top; 
	    border-style:none;
    }

    input, textarea, select { font-size: 0.9em; font-family: Arial, Helvetica, sans-serif;}
    .button, button {
        border-top-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-left-style: solid;
        border-top-color: rgb(213, 213, 213);
        border-left-color: rgb(213, 213, 213);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(194, 194, 194);
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: rgb(194, 194, 194);
        color: #00469b;
        background-image: url(../../images/buttonBg.gif);
        -x-background-x-position: center;
        -x-background-y-position: top;
        background-color: white;
        height: 20px;
    }

    .noborder { border-style:none; }
    .emphasis { font-weight:bolder; }

    /* layout styles */
    /* #header {
	    height: 61px;
	    background-image:url(../../images/logo.gif);
	    background-position:right;
	    background-repeat:no-repeat;
	    background-color:#8d94c9;
	    padding-left:9px;
	    width: 800px;
	    margin:0 auto;
    } */
    #header {
	    height: 60px;
	    width: 800px;
	    margin:0 auto;
    }

    #quote 
    {
	    width: 750px;
	    height: 320px;
	    border: none 0;
    }
    #quote td.border
    {
	    width: 375px;
	    padding: 4px;
	    border: solid 1px #8d94c9;
    }

    #centercontent 
    {
	    margin: 0 auto;
	    width:750px;
	    text-align:left;
	    margin-top:20px;
	    background:#fff;
	    z-index:100;
	    }

    #menu1 { /* styles for top menu */
	    position: absolute;
	    top: 10px;
	    right: 10px;
	    z-index:100;
    }
    #menu1 ul { list-style: none; padding: 0px; margin: 0px; }
    #menu1 li { padding: 0px; margin: 0px; display: inline; border-left: solid 1px #000; }
    #menu1 li.first { border-left: none; }
    #menu1 li a:link, #menu1 li a:visited { 
	    padding: 0px 2px 0px 5px; 
	    color: #000; 
	    text-decoration: none; 
    }
    #menu1 li a:active, #menu1 li a:hover {
	    color: #000;
	    text-decoration: underline;
    }

    .inputtable
    {
	    width:365px;
	    border-style:none;
	    text-align:left;
    }
    
    .resultstable
    {
        width:740px;
    }

    .loginheader
    { 
        height:30px;
        font-weight: bold; 
        font-size: 10pt; 
        color: #666666; 
        font-family: verdana; 
        background-color: #f5f5f5; 
        text-align:center;
     }
     .logincell
     {
        background-color:#ffffff;
        vertical-align:middle;
        text-align:center;
        width:50%;
     }
    .logtable
    {
        border:1px solid #cccccc;
        width:600px;
        background-color:#cccccc;
        
    }

    .tenpixspacer
    {
        height:10px;
    }
    .twentypixspacer
    {
        height:20px;
    }

    fieldset
    {
        padding:10px;
        -moz-border-radius: 1em;
    }
    .loadingbox
    {
        position:absolute;
        top:40%;
        left:40%;
        border:1px solid lightsteelblue; 
        background-color: #ffffff; 
        height:50px; 
        width:250px;
        text-align:center;
        padding-top:20px
    }
    .errorbox
    {
        border:1px solid #990000;
        height:60px;
    }
    .sectionheader
    {
        border-bottom: #dcdcdc 1px dotted;
        color: #65738E;
        font-size: 8pt;
        padding-bottom: 5px;
        font-weight:bold;
    }
}