﻿/*******************************************
 Div tags 
*******************************************/

html
{
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Arial, Times New Roman;
    background-color:#EEEEEE;
}
body
{
    margin: 0;
    padding: 0;
}
table.wrap
{
    margin: 0px auto 6px;
    width: 95%;
    border: solid 1px #ADBAC6;
    background-color: white;
}

td.header
{
    width: 95%;
    border-bottom: solid 2px red;
    background-color: #EEEEEE;
    padding: 10px 10px 10px 10px;
}
td.nav
{
    background-image: url("images/bluefade.gif" );
    background-repeat: repeat-x;
    width: 0px;
}
td.content
{
    width: 100%;
    background-color: white;
}

td.adWords
{
    width: 170px;
}

.pageTitle, a.pageTitle
{
    font-family: Times New Roman, Sans-Serif;
    font-size: x-large;
    color: Black;
    text-decoration: none;
}



.StatusBox
{
    background-image: url("images/bluefade.gif" );
    background-repeat: repeat-x;
    margin: 2px 0 0 0;
    width: 99%;
    border-style: solid;
    border-collapse: collapse;
    border-width: 1px;
}

.StatusCell
{
    padding: 5px 5px 5px 5px;
    width: 50%;
    font-size: small;
}


ul.bulletmenu
{
    text-align: left;
    padding-left: 5px;
    margin-left: 0px;
}

li.bulletmenu
{
    margin-left: 1em;
}

.crumbsLarge
{
    font-size: larger;
}

/*******************************************
 Anchor tags 
*******************************************/

a:hover
{
    color: Red;
}

a.pageTitle:hover
{
    text-decoration: underline;
    color: Blue;
}

.headerText, a.headerText
{
    font-family: Times New Roman, Sans-Serif;
    font-size: large;
    color: Black;
    text-decoration: none;
}

a.headerText:hover
{
    text-decoration: underline;
    color: Blue;
}

a.NavButton, a.NavButton:link
{
    font-family: Bitstream Vera Sans Mono, Lucida Console, Courier New;
    font-size: small;
    text-decoration: none;
    background-color: #4682B4;
    border: 1px solid black;
    color: White;
    display: block;
    padding: 3px 5px 3px 5px;
    width: 145px;
}
a.NavButton:visited
{
    color: yellow;
}


a.NavButton:Hover, a.NavButton:active
{
    text-decoration: underline;
    background-color: #3399cc;
}

a.hyperlink:link
{
}

a.hyperlink:visited
{
    color: #4682B4;
}

a.hyperlink:Hover
{
    text-decoration: underline;
    color: red;
}

/* Progress bar */
.percentImage1
{
    border: medium none;
    background: white url(images/percentImage_back1.png) no-repeat scroll 1px 0pt;
    padding: 0pt;
    margin: 10px 0pt 0pt;
    background-position: -120px 0;
}

/* Share */

.shr_div
{
    border-top: 1px dotted gray;
    border-bottom: 1px dotted gray;
    font-size: small;
    height: 35px;
    margin: 3px 0 10px 0;
    padding: 1px 0;
    clear: both;
}

ol, ul
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
.d0, .d1, .d2, .d3, .d4, .d5, .d6, .d7
{
    background: transparent url(images/ShareIcons.gif) no-repeat scroll 0 0;
    display: inline;
    float: left;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 5px 10px;
    padding: 0px 0 0 8px;
}

.d0
{
    background-image:none;
}
.d1
{
    background-position: 0 0;
}

.d2
{
    background-position: 0 -16px;
}

.d3
{
    background-position: 0 -32px;
}

.d4
{
    background-position: 0 -48px;
}

.d5
{
    background-position: 0 -64px;
}

.d6
{
    background-position: 0 -80px;
}

.d7
{
    background-position: 0 -96px;
}

.shr_h a
{
    font-size: 10px;
    margin: 0 0 0 20px;
    color: #006B99;
    font-weight: bold;
    text-decoration: none;
}

.shr_h a:Hover
{
    color: #F59300;
}
