﻿/*
Copy styles of master page and generic elements
*/
A
{
    color: #003366;
}
    /*
    set generic link style
    */
IMG
{
    border: none;
}
    /*
    set generic image style
    */
#appTitle H1
{
    font-weight: bold;
    font-size: 19px;
    color: #666666;
    font-family: Arial, Helvetica, Sans-Serif;
}
    /*
    set application title style
    */
#topNavBar1
{
    font: bold small Arial, Helvetica, Sans-Serif;
    color: #ffffff;
}
    /*
    set top navigation bar style
    */
#topNavBar1 A
{
	color: #ffffff;
	padding: 1px 8px 1px 8px;
}
    /*
    set top navigation bar link style
    */
html>body #topNavBar1 A
{
    padding: 2px 8px 2px 8px;
}
    /*
    set top navigation bar link style
    browser hack - IE ignores
    */
#topNavBar1 A:hover
{
    background-color: #003366;
    text-decoration: none;
}
    /*
    set top navigation bar link hover style
    */
#leftColumn H1
{
    font-size: small;
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    background-color: #003366;
    text-align: center;
    padding: 2px 3px 2px 3px;
    margin: 0px 0px 5px 0px;
}
    /*
    set left column header style
    */
#leftColumn UL
{
    list-style-image: url(../App_Images/triangle_bullet_1.gif);
    font-size: small;
    color: #003366;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 17px;
}
    /*
    set left column list style
    */
html>body #leftColumn UL
{
    margin: 0px 0px 0px 14px;
}
    /*
    set left column list style
    browser hack - IE ignores    
    */
#leftColumn UL LI
{
    padding: 5px 0px 5px 0px;
}
    /*
    set left column list item style
    */
#leftColumn UL LI A
{
    display: block;
    padding: 2px 3px 2px 3px;
    text-decoration: none;
    color: #003366;
}
    /*
    set left column list item link style
    */
#leftColumn UL LI A:hover
{
    background-color: #3399cc;
    color: #ffffff;
}
    /*
    set left column list item link hover style
    */
#rightColumn H1
{
    font-size: small;
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    background-color: #666666;
    text-align: center;
    padding: 2px 3px 2px 3px;
    margin: 0px 0px 5px 0px;
}
    /*
    set right column header style
    */
#rightColumn H2
{
    font-size: small;
    font-weight: normal;
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    background-color: #336699;
    text-align: center;
    padding: 2px 3px 2px 3px;
    margin: 0px 5px 5px 5px;
}
    /*
    set right column sub header style
    */
#rightColumn .content
{
    margin: 0px 5px 10px 5px;
    font-size: x-small;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    line-height: 130%
}
    /*
    set right column content style
    */
#pageContent
{
    margin: 12px 12px 24px 12px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: small;
    line-height: 140%;
}
    /*
    set page content style
    */
#footer
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: x-small;
    color: #666666;
    line-height: 180%;
}
    /*
    set footer style
    */
#footer A
{
    text-decoration: none;
}
    /*
    set footer link style
    */
#footer A:hover
{
    text-decoration: underline;
}
    /*
    set footer link hover style
    */
.titleBar UL
{
    list-style-image: url(../App_Images/title_bar_bullet.gif);
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: medium;
    font-weight: bold;
    color: #ffffff;
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 0px 20px;
    height: 40px;
}
    /*
    set title bar list style
    */
html>body .titleBar UL
{
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 27px;
    height: 45px;
}
    /*
    set title bar list style
    browser hack - IE ignores    
    */