﻿/*
Copy styles of master page and generic elements
*/
A
{
    color: #014359;
}
    /*
    set generic link style
    */
IMG
{
    border: none;
}
    /*
    set generic image 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: #8f9e94;
    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 .content
{
    margin: 0px 5px 10px 5px;
    font-size: x-small;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    line-height: 130%
}
    /*
    set left column content 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
    */
#leftColumnLeftOnly 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 (when left column only)
    */
#leftColumnLeftOnly .content
{
    margin: 0px 5px 10px 5px;
    font-size: x-small;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    line-height: 130%
}
    /*
    set left column content style (when left column only)
    */
#leftColumnLeftOnly 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 (when left column only)
    */
html>body #leftColumnLeftOnly UL
{
    margin: 0px 0px 0px 14px;
}
    /*
    set left column list style (when left column only)
    browser hack - IE ignores    
    */
#leftColumnLeftOnly UL LI
{
    padding: 0px 0px 0px 0px;
}
    /*
    set left column list item style (when left column only)
    */
#leftColumnLeftOnly UL LI A
{
    display: block;
    padding: 2px 3px 2px 3px;
    text-decoration: none;
    color: #003366;
}
    /*
    set left column list item link style (when left column only)
    */
#leftColumnLeftOnly UL LI A:hover
{
    background-color: #3399cc;
    color: #ffffff;
}
    /*
    set left column list item link hover style (when left column only)
    */
#rightColumnRightOnly H1
{
    font-size: small;
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    background-color: #8f9e94;
    text-align: center;
    padding: 2px 3px 2px 3px;
    margin: 0px 0px 5px 0px;
}
    /*
    set right column header style (when right column only)
    */
#rightColumnRightOnly H2
{
    font-size: small;
    font-weight: normal;
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    background-color: #0a96a9;
    text-align: center;
    padding: 2px 3px 2px 3px;
    margin: 0px 5px 5px 5px;
}
    /*
    set right column sub header style (when right column only)
    */
#rightColumnRightOnly .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 (when right column only)
    */
#rightColumnRightOnly .content UL
{
	list-style-type: square;
}
#pageContent
{
    margin: 12px 12px 24px 12px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: small;
    line-height: 140%;
}
    /*
    set page content style
    */
#pageContent H1
{
    font-size: medium;
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    background-color: #014359;
    padding: 5px 3px 5px 3px;
    text-align: center;
    margin: 0px 0px 15px 0px;
}
    /*
    set page content header style
    */
#footer
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: x-small;
    color: #8f9e94;
    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    
    */
.bold
{
    font-weight: bold;
}
    /*
    set emphasis style
    */
.textbox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	border: solid 1px black;
}
    /*
    set text box style 
    */
.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #cccccc;
	border: solid 1px #000000;
	cursor: pointer;
}
    /*
    set button style 
    */
.errorMarker
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ab1210;
}
    /*
    set error marker (*) style 
    */
.errorText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ab1210;
}
    /*
    set error message text style 
    */
.label
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: small;
}
    /*
    set label text style 
    */
.pageInfoBar
{
    padding: 2px 3px 2px 3px;
    background-color: #bbbbbb;
    border-bottom: solid 1px #323d43;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	line-height: 140%;
}
    /*
    set page info bar (bar at top of page content 
    giving instructions/info) style 
    */
.pageInfoBarFields
{
    font-weight: normal;
}
    /*
    set database fields/normal text (within page info bar) style 
    */
.gridView
{
    border: solid 1px #323d43;
}
    /*
    set grid view style 
    */
.headerRow
{
    background-color: #ffb300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
}
    /*
    set grid view header row style 
    */
.oddRow
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 140%;
}
    /*
    set grid view item style 
    */
.evenRow
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
    line-height: 140%;
    background-color: #eeeeee;
}
    /*
    set grid view alternating item style 
    */
.focusArea
{
    padding: 2px 3px 2px 3px;
    background-color: #eeeeee;
    border-bottom: solid 1px #323d43;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 140%;
}
.focusArea UL
{
	list-style-type: square;
}

.focusAreaRed {
    border: 1px solid #f00f2c;
}

.highlightRed
{
    color: #f00f2c;
}
.positiveBlock
{
	border: solid 1px #4f5a20;
	background: #d8eeb8 url(../App_Images/icon_positive.gif) no-repeat 5px center;
	padding: 8px 5px 9px 40px;
	color: #4f5a20;
	margin: 10px 0px 10px 0px;
	font-size: 80%;
	font-family: Verdana, Arial, Sans-Serif;
}
    /*
    set accept block style - block used to display a positive result
    */
.negativeBlock
{
	border: solid 1px #ab1210;
	background: #ffd5d5 url(../App_Images/icon_negative.gif) no-repeat 5px center;
	padding: 8px 5px 9px 40px;
	color: #ab1210;
	margin: 10px 0px 10px 0px;
	font-size: 80%;
	font-family: Verdana, Arial, Sans-Serif;
}
    /*
    set reject block style - block used to display a negative result
    */
FIELDSET
{
	border: solid 1px #bbbbbb;
	padding: 0px 10px 10px 10px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 140%;
}
    /*
    set fieldset style - used to group related controls
    */
LEGEND
{
	padding: 0px 5px 0px 5px;
	margin-bottom: 10px;
	background-color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 80%;
	color: #323d43;
}
    /*
    set legend style
    */
FIELDSET UL
{
	list-style-type: square;
}
#leftColumnLeftOnly FIELDSET
{
	border: solid 1px #bbbbbb;
	padding: 0px 5px 5px 5px;
	margin: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    line-height: 140%;
}
    /*
    set fieldset style - used to group related controls
    */
#leftColumnLeftOnly LEGEND
{
	padding: 0px 3px 0px 3px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	font-family: Arial, Sans-Serif;
	font-size: 100%;
	color: #323d43;
}
    /*
    set legend style
    */
#leftColumnLeftOnly FIELDSET .negativeBlock
{
	font-size: 100%;
}