body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 80%;
    margin: 0px 3px 0px 3px;
    background-color: White;
}

.pnlMainSearch
{
    border-color: Gray;
    border-style: solid;
}


fieldset table tr
{
    width: 50%;
}

fieldset table tr td.labelCell
{
    width: 25%;
}

fieldset p, fieldset label, fieldset li
{
    font-size: 1.1em;
}

.sortOrder
{
    font-family:arial;
    font-size:large;
}

fieldset legend
{
    color: #000;
    font-size: 1em;
    font-weight: bold;
    border: 1px solid #CCC;
    background-color: #EFEFEF;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 0px;
    margin-right: 0px;
}

fieldset 
{
    border:1px solid Gray;   
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;    
}


label.label {
    font-weight: bold;
}

tr.SearchResultsHeader a {
    color: Black;
    font-weight: bold;    
    text-decoration: none;
}

tr.SearchResultsHeader td {
    border-bottom: 2px solid Gray;
    border-left: 1px solid Gray;
    border-right: 1px solid Gray;
    border-top: 1px solid Gray;
    padding: 3px 7px 3px 7px;
    background-color: Gray;
    font-weight: bold;  
    position: relative;
}

.errorBox {
    border: 1px solid #CC0000;
}

.errorMessage {
    padding-left: 15pt;
    background-image: url('Images/exclamation.png');
    background-position: left center left;
    background-repeat: no-repeat;
    color: #CC0000;
}


.label {
    white-space: nowrap;
    font-weight: bold;
    text-align: right;
}


/* sync:  shared with WorkQ */
.logoUserName {
    color: #999999;
    font-style: italic;
    font-weight: normal;
}

.requiredIndicator {
    font-size: .05em;
    vertical-align: middle;
    border-collapse: collapse;
    border: 2.5px solid #C00;
    margin-left: 2px;
    background-color: #C00;
}

.SearchResultsControl
{   
    border-left:Gray 1px solid;
    border-right:Gray 1px solid;
    
}

.SearchResultsEvenRow {
    background-color: #EFEFEF;   
}

.SearchResultsEvenRow td {
    border-bottom: 1px solid #F0F8FF;
    border-left: 1px solid #3F7BD4;
    border-right: 1px solid #3F7BD4;
    border-top: 1px solid #F0F8FF;
    padding: 5px 7px 5px 7px;
}

.SearchResultsOddRow td {
    border-bottom: 1px solid Gray;
    border-left: 1px solid Gray;
    border-right: 1px solid Gray;
    border-top: 1px solid Gray;
    padding: 5px 7px 5px 7px;
}

.SelectedHistoryRow 
{
    background-color: #FFFFD6;   
}

.SelectedHistoryRow td 
{
    border-bottom: 1px solid #F0F8FF;
    border-left: 1px solid #3F7BD4;
    border-right: 1px solid #3F7BD4;
    border-top: 1px solid #F0F8FF;
    padding: 5px 7px 5px 7px;
}

tr.SelectedHistoryRow td 
{
    border-bottom: 1px solid Gray;
    border-left: 1px solid Gray;
    border-right: 1px solid Gray;
    border-top: 1px solid Gray;
    padding: 5px 7px 5px 7px;
}

.textbox {
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

.txtbox {
    width: 450px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: .9em;
}

#content {
    margin: 0.5em;
}

#header {
    margin: 0.5em 0.5em 1em 0.5em;
    border-bottom: 1px solid #3F7BD4;
}

#header .groupTitle {
    margin-bottom: .5em;
    color: #666666;
    color: #000000;
    font-weight: bold;
}

#header .linkGroup {
    padding: .25em;
    color: #999999;    
}

#header a, #header a:visited {
    padding: 3px;
    color: #3F7BD4;
    text-decoration: none;
}

#header a:hover {
    background-color: #3F7BD4;
    color: #FFFFFF !important;
}

#header a:active {
    background-color: #214F92;
    color: #FFFFFF;
}

#header tr {
    vertical-align: bottom;
}

#logo, #logo a, #logo a:hover, #logo a:visited {
    margin-right: .25em;
    color: #3F7BD4;
    font-size: 120%;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

#pageTitle {
    font-size: 130%;
    font-weight: bold;
}

th {
    padding: 2px 5px;
    text-align: left;
}

th {
    background-color: #EFEFEF;
    border-bottom: 1px solid Gray;
    border-left: 1px solid Gray;
    border-top:1px solid Gray;    
    font-weight: bold;    
    position: relative;
    
}

th.selectedColumn {
    display: none;
}

table.pager {
    background-color: #EFEFEF;
    border: Gray 1px solid;
    width: 100%;
}

table.pager td {
    color: #666666;
    font-size: 85%;
    padding: 3px;
}

.pager {
    background-color: #D5E2F5;
    border: #3F7BD4 1px solid;
    padding: 3px;
}

td.selectedColumn {
    background-color: #F8F8FF !important;
    display: none;
}

tr.selectedItem td {
    background-color: #FFFFB7;
    border-bottom: 1px solid #FFA500 !important;
    border-top: 1px solid #FFA500 !important;
    cursor: pointer;
}

tr.SearchResultsEvenRow td, tr.SearchResultsOddRow td, tr.selectedItem td {
    border-bottom: 1px solid Gray;
    border-left: 1px solid Gray;
    border-right: 1px solid Gray;
    border-top: 1px solid Gray;
    padding: 5px 7px 5px 7px;
}

tr.SearchResultsEvenRow, tr.SearchResultsOddRow {
    cursor: pointer;
}

.labelCell
{
    font-weight:bold;
    width: 25%;
}

.button
{    
    width:100px;
    text-align:center;
}

.actionbutton
{    
    width:100px;
    text-align:center;
}

.labelTotalAmount
{
    font-size:larger;
    text-align:right;
    font-weight:bolder;  
}

.sortOrder
{
    font-family:Webdings;
    font-size:large;
}

.frame
{
    height:1000px;
    width:100%;
    padding:1px;
    margin:1px;
}

tr.unMatchedItem td 
{
    border-bottom: 1px solid #F0F8FF !important;
    border-left: 1px solid #3F7BD4;
    border-right: 1px solid #3F7BD4;
    border-top: 1px solid #F0F8FF !important;
    padding: 5px 7px 5px 7px;
    background-color: #FFAAAA;   
    cursor: pointer;
}

.actionButton {
    margin: 0 3px 0 3px;
}

#hr
{
    margin: 0.5em 0.5em 1em 0.5em;
    border: #3F7BD4 1px solid;
    height: 1px;
}

.hrStyle
{
    margin: 0.5em 0.5em 1em 0.5em;
    border: #000000 1px solid;
    height: 1px;
}

input.errorControl
{
    border: 1px solid red;
}

.noDisplay
{
    display: none
}

.errorMessage
{
    color: Red;
}

.informationMessage
{
    font-size: 140%;
    color: Black;
}

div.help
{
    padding: 10px;
    background-color: #EEE;
    margin-top: 10px;
    border: 1px solid #999;
}

div.help h2
{
    background-color: #AAA;
    color: #333;
    padding: 5px;
    margin: -8px;
    text-align: center;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}

h2
{
    color: #333;
}

table.header-logo {color: #FFF; background-color: #009; border-bottom: 2px solid #aaa;}
