/*---------------------------------*/
/* Main tag setup                  */
/*---------------------------------*/
html, body {
    color: black;
    font-size: medium;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0px;
    padding: 0px;
    background: #ffffff; 
}
pre {
    font-family: Courier, monospace;
    font-size: small;
}
cite {
    font-size : small;
    font-style: oblique;
}
img {
    border-style: none;
}
a {
    color: #5F74c3;
    text-decoration: none;
}
a:hover {
    color: #0000cc;
    text-decoration: underline;
}
h4 {
    color: #455A7D;
    font-weight: bold;
}


/*---------------------------------*/
/* Main page layout                */
/*---------------------------------*/
#header {
    margin: 0;
    padding: 0;
    height: 65px;
    background: url('../Images/bg.png') repeat-x top left;
}
#header #h1 {
    height: 40px;
    text-align: left;
}
#header #h2 {
    height: 25px;
    line-height: 18pt;
    text-align: right;
}
#breadcrumb {
    margin: 0;
    padding: 0;
    height: 25px;
    background: url('../Images/nav_bg.gif') repeat-x top left;
}
#breadcrumb #t1 {
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
#breadcrumb #t1 #td1 {
    text-align: left;
    vertical-align: top;
}
#breadcrumb #t1 #td2 {
    text-align: right;
    vertical-align: top;
}
#breadcrumb .text {
    font-size: small;
    line-height: 10pt;
    padding-top: 3pt;
    color: black;
}
#breadcrumb a {
    color: black;
}
#breadcrumb a:hover {
    color: black;
}
#main_body {
    padding: 0px 10px 10px 10px;
}
#footer {
    height: 20px;
    background: url('../Images/sig_bg.gif') repeat-x top left;
}
#footer .f1 {
    font-size: small;
    line-height: 10pt;
    padding-top: 3pt;
    color: black;
    text-align: center;
}
#footer a {
    color: black;
}
#footer a:hover {
    color: black;
}


/*---------------------------------*/
/* Format for show.php             */
/*---------------------------------*/
#show {
    width: 100%;
    margin: 0;
    padding: 1px;
}
#show tr {
    vertical-align: top;
}
#show .td1 {
    width: 120px;
}
#rightstuff {
    text-align: left;
    width: 190px;
}
#rightstuff #related {
    border: solid #455A7D 1px;
    padding: 3px;
}
#rightstuff #print {
    border: solid #455A7D 1px;
    padding: 3px;
    margin-top: 8px;
}
#rightstuff #links {
    margin-top: 8px;
}


/*---------------------------------*/
/* Format for result.php           */
/*---------------------------------*/
#result {
    width: 100%;
    border-spacing: 0px;
    margin: 0;
    padding: 0;
}
#result .left {
    width: 80%;
    vertical-align: top;
    border-spacing: 0px;
    margin: 0;
    padding: 0;
}
#result .right {
    width: 20%;
    vertical-align: top;
    text-align: right;
    border-spacing: 0px;
    margin: 0;
    padding: 0;
}
#search {
    text-align: right;
    width: 180px;
    float: right;
}
#result #google {
    border: solid #455A7D 1px;
    width: 160px;
    padding: 5px;
}
#result #jeeves {
    border: solid #455A7D 1px;
    width: 160px;
    padding: 5px;
    margin-top: 18px;
}
#result1 {
    width: 100%;
    border-spacing: 0px;
    margin: 0;
    padding: 0;
}
#result1 tr {
    vertical-align: top;
    margin: 0;
    padding: 0;
}
#result1 td {
    vertical-align: top;
    margin: 0;
    padding: 0;
}
#result1 .td1 {
    width: 25%;
}
#result1 .td2 {
    width: 35%;
}
#result1 .td3 {
    width: 25%;
}
#result1 .td4 {
    width: 15%;
}


/*---------------------------------*/
/* Special formats                 */
/*---------------------------------*/
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.middle {
    vertical-align: middle;
}
.no-list {
    list-style-type: none;
}
ol.lroman {
    list-style-type: lower-roman
}
ol.uroman {
    list-style-type: upper-roman
}
ol.lalpha {
    list-style-type: lower-alpha
}
em.red {
    color: red;
}
em.green {
    color: green;
}
em.blue {
    color: blue;
}
em.white {
    color: white;
}
em.violet {
    color: #9933FF;
}
em.fuchsia {
    color: fuchsia;
}
.small {
    font-size: small;
}
.border {
    border: solid black 1px;
}
.underline {
    text-decoration: underline;
}
.color1 {
    background-color: #e0e0e0;
}
.color2 {
    background-color: #ffffff;
}
