﻿p
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #000000; 
    font-size: 11px; 
}

.PageTitle
{
    font-weight: bold;
    font-size: medium;
}

.PageTitleSmall
{
    font-weight: bold;
    font-size: small;
}

.subTitle
{
    font-weight: bold;
    text-decoration: underline;
}

.FAQQuestion
{
    font-weight: bold;
}

.FAQAnswer
{
}

#AutoComplete
{    
    width: auto !important;        
    overflow: visible !important;
}

#AutoComplete div
{    
    font-size: x-small !important;    
}

.listViewTh
{
    border: none;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    background: #7D0F02;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
}

.listViewTh td, th {
    border-right: 1px solid white;
}

.listViewTh a
{
    border: none;
    font-size: 12px;
    color: #FFFFFF !important;
    font-weight: bold !important;
}

.evenListRow
{
    border: none;
    font-size: 12px;
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-top: 2px;
}
	
.oddListRow
{
    border: none;
    font-size: 12px;
    color: #000000;
    /*background: #FFCEAE;*/
    background: #FFE3D0;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-top: 2px;
}

.fieldLabel
{
    font-weight: bold;
}

.helpLink
{ 
    
    display: inline;  
    float: right; 
    padding: 20px 20px 0px;
    margin:0px; 
}

.helpLink:hover
{
    text-decoration: underline; 
}


.modalBackground 
{
	background-color:Gray; 
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.entryFormExample 
{
    color: #222222;
    font-size: 10px;
    font-style: italic;
}
.parEntryMonitoringCheckBox
{
    display: block;
    width: 125px;
    float: left;
    font-size: 11px;
}
td.popup 
{
	position:relative;
}

.fieldDescription
{
    position: absolute;
    margin-top: -3px;
    background-image: url(../images/toolTipArrow.png);
    background-repeat: no-repeat;
    padding-top: 12px;
    display: none;
    z-index: 10;
}
    .fieldDescription div
    {
        border: 1px solid #cccccc;
        padding: 2px 3px 3px 3px;
        background-color: #ffffff;
    }
a div.ajaxLoader {
    vertical-align: middle;
    width: 16px;
    height: 11px;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

.lineBelow 
{
	border-bottom: 1px solid gainsboro;
}

.tableDataMeasured 
{
	width:100%; 
	border-right-style: solid; 
	border-right-width: 1px; 
	border-right-color: #FC6A00; 
	border-left-style: solid; 
	border-left-width: 1px; 
	border-left-color: #FC6A00; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #FC6A00; 
	border-top: 1px solid #FC6A00; 
	margin: 0 0 1em 0;
}

.tableDataMeasured th 
{
	white-space: nowrap;
	width:10%;
	font-weight:normal;
}
