/* Main containers */
body
{
    background: White;
    color: #616161;
    font-family: Arial, Sans-Serif;
    font-size: .8em;
}

body.default
{
    background: #CBCBCB;
    background-image: url(../images/bg_page.gif);
    padding-top: 40px;
}

body.simple
{

}

div.mainContainer
{
    width: 807px;
	margin: auto;
}

table.main
{
    background: White;
    text-align: left;
    width: 807px;
}


/* Page borders */
.capLeft
{
    background-image: url(images/cap_page_left.gif);
    width: 4px;
}


/* Page content */
h1.pageTitle
{
    font-size: 1.5em;
    color: Black;
}

.sectionTitle
{
    font-size: 1.1em;
    font-weight: bold;
}

p
{
    margin: 0px 0px 10px 0px;
}

div.highlightTitle
{
    background-color: #dedede;
    padding: 5px; 
    font-size: 1.3em; 
    font-weight: bold;
}

div.hr
{
	height: 1px;
	background: #CBCBCB;
	overflow: hidden;
	margin: 15px 0px 15px 0px;
}

hr
{
    height: 1px;
    border: 0px;
    color: #CBCBCB;
    background-color: #CBCBCB;
}

.errorMessage
{
    color: #274779;
    font-weight: bold;
    font-size: 1.1em;
}

/* Page content - Hyperlinks */
a
{
    color: #274779;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}


/* Page content - Lists */
ul
{
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-position: outside;
}

ul li
{
    list-style-image: url(../images/bullet.gif);
    margin-bottom: 10px;
}


/* Top Nav */
table.topNav
{
    margin-right: 7px;
    float: right;
}

table.topNav td
{
    font-family: Arial;
    font-weight: bold;
    font-size: 8pt;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    height: 26px;
    padding-right: 5px;
    padding-left: 22px;
    border-right: #E3E3E3 1px solid;
}

table.topNav td.on
{
    background-image: url(../images/topnav_on.gif);
    background-repeat: repeat-x;
}

table.topNav td.on a
{
    color: #274779;
}

table.topNav td a
{
    color: #585858;
    text-decoration: none;
}

table.topNav td a:hover
{
    color: #274779;
    text-decoration: none;
}


/* Form Element Styles */
.searchTextBox
{
    color: #616161;
    border: solid 1px #8E909C;
    font-family: Arial;
    float: left;
    height: 17px;
    width: 320px;
    margin: 0px 0px 0px 25px;
}

.searchButton
{
    float: left;   
}

td.formLabel
{
    text-align: right;
    vertical-align: middle;
    padding-right: 15px;
}

.formText
{
    border: solid 1px #C7C7C7;
    color: #616161;
    font-size: .9em;
    font-family: Arial;
}

.button
{
    border: solid 1px #C7C7C7;
    color: white;
    font-size: .9em;
    font-weight: bold;
    background-color: #636363;
    padding: 3px 5px 4px 5px;
    width: auto;
    overflow: visible;
}

.buttonRightArrow
{
    border: solid 1px #C7C7C7;
    color: white;
    font-size: .9em;
    font-weight: bold;
    background-color: #636363;
    background-image: url(../images/submit_arrow.gif);
    background-position: right 50%;
    background-repeat: no-repeat;
    padding: 3px 22px 4px 5px;
    width: auto;
    overflow: visible;
}


/* Sidebar */
.sideBar
{
    font-size: .9em;
    border: solid 1px #c7c7c7;
}

.sideBarHeader
{
    color: White;
    font-weight: bold;
    background-color: #274779;
    padding: 5px;
}

.sideBarHeader a
{
    color: white;
    text-decoration: none;
}

.sideBarRow
{
    padding: 3px;
}

.sideBarRow .actionLink
{
    position: relative;
    top: -2px;
    left: 2px;   
}


/* Nav Paths */
.navPathTable
{
    margin-left: 7px;
}


/* Results */
span.resultsStatus
{
    font-weight: bold;
    font-size: .85em;
}

table.resultsTable
{
    margin-left: 10px;
}

table.resultsTable a
{
    font-size: 1.2em;
}

table.resultsTable a:visited
{
    color: #993399;
}

table.resultsTable a.pathLink
{
    /*color: #407140;*/
    font-size: .85em;
    color: Green;
}

table.resultsTable .desc
{
    font-size: .9em;
}


/* Pager */
.pager
{
    text-align: center;
}
    
.pager span
{
    font-weight: bold;
    padding: 2px 6px;
    border: solid 1px white;
}

.pager a.pagerText
{
    padding: 2px 6px;
    border: solid 1px white;
}

.pager a.pagerImage
{
    padding: 5px;
    border: solid 1px white;
}

.pager a:hover
{
    border: solid 1px #C7C7C7;
    text-decoration: none;
}


/* Solution View */
div.solutionSection
{
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}

.solutionText
{
    line-height: 20px;
}

.solutionText a
{
    color: #3333cc;
}

.solutionText a:visited
{
    color: #663399;
}

div.subTitle
{
    color: Black;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}


/* Comments */
.commentTable
{
    background-color: #f7f7f7;
    margin-bottom: 10px;
    padding: 5px;
}

.commentsTableAlt
{
    background-color: #dedfde;
    margin-bottom: 10px;
    padding: 5px;
}

.commentBody
{
    padding-bottom: 15px;
}

.commentFooter
{
    border-top: solid 1px #C7C7C7;
}

.commentFooterDivider
{
    color: #C7C7C7;
}

/* Data Controls */
.altGridRow
{
    background-color: #f7f7f7;
}

tr.gridRowHeader th
{
    border-bottom: solid 1px #C7C7C7;
}


/* Component Status */
.errorStatus
{
    color: #da4747;
}

.errorStatus a
{
    color: #da4747;
    font-weight: bold;
}

.warningStatus
{
    color: #efb263;
}

.warningStatus a
{
    color: #efb263;
    font-weight: bold;
}

.okStatus
{
    color: #52aa52;
}

.okStatus a
{
    color: #52aa52;
}
