﻿@media print {
    .noPrint{display: none;}
}
body
{
	width: 990px;
	padding: 0px;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 auto;
}
a img { text-decoration: none; border: 0; }

h1, h2, #TitleWrapper { clear: both; margin: 0px; padding: 0; font-size: 20px; color: #009ddb;}
h2		{ font-size: 14px;}
h3		{ clear: both;}

a, a:visited	{ color: #009DDB; }
a:hover			{ color: #009ddb; }

.portletTitle { padding: 0px 0px 5px 10px; font-size: 15px; font-weight: bold; color: #009DDB; }

.thinbar { height: 10px; }

.requiredStar { color: Red; cursor: default; white-space: nowrap;}

.boldFont {
	font-weight: bold;
}

.redbox { padding: 25px; border: solid 2px #CC0033; }

.half { margin: 0px auto; width: 500px; }
.inputTitle
{
	padding-right: 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
.inputText input, .inputText select
{
	margin: 2px;
	padding: 2px;
	font-size: 16px;
	width: 220px;
}
.inputText select { width: auto; }   

input.disabled{ background-color: #EBEBE4; color: #ACA899; border:#7F9DB9 1px solid;}

input[readonly="readonly"][class~="styleAsDisabledIfReadOnly"] {
	color: graytext;
	opacity: 0.7;
	border-color: rgba(118, 118, 118, 0.3);
	cursor: default;
}

#header
{
    width: 990px;
}
	#header_bar
	{
		height: 22px;
		color: #000000;
	}
		#account_menu
		{
			float: right;
			color: #272829;
			font-size: 11px;
		}
			#account_menu a			{ color: #009DDB; }
			#account_menu a:hover	{ color: #009ddb; }
			
			#account_menu_l	{ background: #E2E3E4 url(../Images/account_menu_sprite.gif) no-repeat left bottom; padding: 0px 0px 0px 10px; }
			#account_menu_r { background: #E2E3E4 url(../Images/account_menu_sprite.gif) no-repeat right bottom; padding: 0px 10px 0px 0px; }
			#account_menu_m	{ background-color: #E2E3E4; height: 22px; }
			
				#userdata
				{
					list-style: none none outside;
					margin: 0px; padding: 0px;
					padding: 3px 0px;
				}
				#userdata li
				{
					float: left;
					padding: 0px 3px;
				}
				#username div
				{
					font-weight: bold;
					color: #272829;
				}
				#feedback_link
				{
					background: transparent url(../Images/feedback.gif) no-repeat left center;
					padding: 0px 0px 0px 15px;
					text-decoration: none;
				}
	
	#title_bar
	{
		margin: 7px 0px;
	}
		#ln_logo, #ln_logo_login
		{
			width: 177px;
			height: 37px;
			margin: 0px 12px 0px 61px;
			cursor: pointer;
			background: transparent url(../Images/logoFADV.png) no-repeat center;
		}
		
		#product_logo
		{
			cursor: pointer;
		}
			#product_name
			{
				font-size: 15px;				
				color: #EE6900;
				padding: 3px 0 0 12px;
			}
			
			#product_name_login
			{
				font-size: 20px;				
				color: #EE6900;
				padding: 0 0 0 12px;
			}
			#product_name:hover	{ text-decoration: underline; }
	
#navbar_t, #navbar_t_login
{
	height: 22px;
	background:  #FFF url(../Images/bar_t.gif) repeat-x center;
	color: #786E66;
	font-family: "Arial";
	font-weight: bold;
	border-right: 1px solid #cfcfcf;	
	border-left: 1px solid #cfcfcf;	
	text-align: center;
}
#navbar_t_login
{
	height: 39px;
	background:  #FFF url(../Images/bar_t_login.gif) repeat-x center;
	margin: 0 0 10px 0;
}
    #navbar_t_login #whiteLine
    {
        height: 39px;
	    background:  #FFF url(../Images/bar_t_login.gif);
	    float: left;
    }
#navbar_t a, #navbar_t a:visited { color: #009DDB; text-decoration: none; }

	
		#site_menu a { margin: 0 4px !important; }
		#site_menu a:hover { color: #009ddb; }
		#site_menu a.tabSelected, #account_menu a.tabSelected, #site_menu a.tabSelected:visited, #account_menu a.tabSelected:visited  {color: #272829; }
		.menu_item
		{
		    position: relative;
		    top: -6px;
		}
		.menu_divider
		{
		    margin: 1px 0 0 0; 
		    border-left: 1px solid #E0E0E0; 
		    border-right: 1px solid #FFF;
		    height: 20px;
		    display: inline-block;		    
		}
#grid_t{height: 48px;}

.dotted_line
{
	width: 100%; height: 1px;
	background: transparent url(../Images/dots_horizontal.gif) repeat-x center;
}

#main_bkg
{
	width: 100%;
	background-color: White;
	padding: 0px 0 50px 0;
}
    #mainContent
    {
    	margin: 0px auto 20px auto;
    	width: 900px;
	}
	.portletMainContent
	{
		margin: 0px auto;
	}
			
		#DescWrapper
		{
			font-size: 14px;
		}
		#ContentWrapper
		{
			margin: 18px 0 0 0;
		}

.navbar_b, .navbar_b2
{
    background:  #FFF url(../Images/bar_b.gif) repeat-x center;
	height: 33px;
	background-color: #FFF;
	color: #FFF;
	font-family: "Arial";
	font-size: 10px;
	font-weight: bold;
	float: left;
	width: 984px;
}

#navbar_b_left,#navbar_b_right
{
    background:  #FFF url(../Images/bar_b_left.gif) no-repeat center;
    width: 3px;
    height: 33px;
    float: left;    
}

#navbar_b_right
{
    background:  #FFF url(../Images/bar_b_right.gif) no-repeat center;    
}

.navbar_b a, .navbar_b a:visited{  color: #FFF; text-decoration: none; }
	
	.navbar_b .footer_menu
	{
	    padding: 10px 0 0 0;
	    margin: 0 0 0 17px;
	}
		.footer_menu a:hover { color: #009ddb; }		
        .footer_menu_divider
        {
            margin: 0 5px;
        }
.navbar_b2
{
    background: none;
    border: 0;
    margin: 5px 0 0 0;
    color: #6d6e71;
    clear: both;
}
    .navbar_b2 a, .navbar_b2 a:visited {color: #6d6e71; text-decoration: none;}
    .navbar_b2 a:hover { color: #009ddb; }
    .navbar_b2 .footer_menu{ margin: 0 0 0 20px;}	
.messages
{
	height: 25px;
	margin: 0 auto;
}
	.messages #message, .messages .inlineMessage
	{
		display: none;
		padding: 5px 8px;
		background-color: #FEFFAF;
		font-weight: bold;
	}
	.messages .inlineMessage
	{
		position: relative;
	}

#loginBoxBody .messages{height: auto}

.missed
{
	background-color: #FFECCA;
}

#helpText
{
	font-size: 11px;
	background-color: #F3F3F3;
	padding: 5px 15px;
	border-top: solid 1px #009ddb;
	margin: 0 10px 20px 10px;
	display:none;
}
#Divider
{
	font-size: 11px;
	background-color: #F3F3F3;
	border-top: solid 1px #009ddb;

}
#DividerHeader
{
    color: #009ddb; height: 10px; font-weight: bold;
}

.informationalText{color: #009DDB;}

/**NASAP **/
.status-color-red
{
    color: red;
    font-size: 13px;
}

.status-color-green
{
    color: green;
    font-size: 13px;
}

.result-outer-div
{
    margin:10px;
    height: 140px;
}

.result-box-div
{
    text-align:center
}

.result-hasp-status
{
    border:1px solid; 
    float:left; 
    padding: 10px; 
    margin-right: 10px
}

.result-tpa-box
{
    float:left;
}

.result-tpa-title
{
    font-weight: bold;
}

.result-tpa-list
{
    border:1px solid; 
    text-align: left; 
    padding:5px
}

.auth-box
{
    clear:both; 
    margin:10px
}


/** Login Page **/
#LoginBanner,#AltLoginBanner
{
	width: 100%; 
	height: 291px;
	background: transparent url('../Images/login_banner.png') no-repeat center;
}
#AltLoginBanner
{
    width: 710px;
    float: left;
}
    #loginBannerText
    {
        background-color: #EE6900;
        color: #FFF;
        font-size: 20px;
        position: relative;
        left: 70px;
        top: 120px;
        width: 290px;
        padding: 25px;        
    }
        .loginBannerTextSmall
        {
            font-size: 16px;
        }
#LoginBody
{
    margin: 20px 0 0 0;
}
#LoginBox
{
	width: 297px; height: 393px;
	margin: 0px 0px 75px 57px;
	font: normal normal bold 11px Arial;
}
	#LoginBox_content .messages
	{
		height: 25px;
		margin: 0px auto;
		padding: 0px 10px;
		font-size: 10px;
	}
	#LoginLinks
	{
		margin: 0 0 0 5px;
		font-style: italic;
	}

	
	.loginInputTextBox
	{
	    width: 200px;
	    background-color: #fff4c2;
        border: 1px solid #cccccc;
        border-radius: 3px;
	}
	.loginInputText{padding: 3px 0;}	    
	#LoginForm table { margin: 0px auto; }
	

#LoginText
{
	border-right: solid 1px #DBD9D7;
	padding: 5px 20px;
	font-family: Arial;
	font-size: 11px;
	color: #111111;
}
.LoginHighLightedText{color: #CC0033;}

#login_center_content
{
    margin: 0 0 20px 0;    
}
    #login_left_side
    {
        margin: 15px 0 0 0;
        width: 720px;
        float: left;
    }

    #login_right_side
    {
        width: 265px;
        float: right;                
    }
        #loginBoxWrapper
        {
            background-color: #ededed;
            width: 100%;
            padding: 3px 0 0 0;
        }

.login_info_box
{
    width: 222px;
    height: 224px;
    background:  #FFF url(../Images/loginInfoBoxCenter.jpg) repeat-x center;
    margin: 20px 14px 0 0;
    float: left;
}
    .login_info_box_left
    {
        float: left;        
    }
    .login_info_box_center
    {
        float: left;
        width: 200px;
    }
    .login_info_box_right
    {
        float: right;
    }
    .info_box_icon
    {
        height: 220px;
        float: left;
        margin: 20px 7px 0 7px;        
    }
    .info_box_content
    {
        margin: 20px 0 0 0;
        float: left;
        width: 155px;
    }
        .info_box_title
        {
            color: #009ddb;
            font-size: 14px;
        }
        .info_box_text
        {
            margin: 10px 0 0 0;
            line-height: 14px;
            height: 120px;
        }
        .info_box_learn_more
        {
            color: #EE6900;
            position: absolute;
            top: 670px;
        }
        .info_box_learn_more a, .info_box_learn_more a:visited
        {
            color: #EE6900;
            text-decoration: none;            
        }
        .info_box_learn_more img
        {
            position: relative;
            top: 3px;
            border: 0;
            left: 10px;
        }
#loginSupportText
{
    padding: 5px 0 0 0;
    width: 205px;
    margin: 0 auto;
    font-weight: bold;
}
a #datiaLogo, a:visited #datiaLogo
{
    margin: 0 auto;
    padding: 10px 0;
    display: block;
    border: 0;
    text-decoration: none;
}

#loginBoxFooter, #loginBoxHeader
{
    display: block;  
    margin: 0 auto;    
}
#loginBoxHeader
{
    width: 233px;
    height: 34px;
    text-align: center;
    color: White;
    margin: 20px auto 0 auto;
    background: transparent url(../Images/loginBoxHeader.jpg) no-repeat center;
}
#loginBoxHeaderText
{
    padding: 17px 0 0 0;
}
#loginBoxBody
{
    width: 229px;
    background-color: #FFF;
    border-left: 2px solid #009ddb;
    border-right: 2px solid #009ddb;
    margin: 0 auto;
}

#LoginLinks img
{
    margin: 0 0 0 7px;
}

/** Empty Pages **/

#Empty #Content_bkg
{
	margin: 50px auto;
	width: 900px;
	background-color: White;
	color: #272829;
}
	#emailUs
	{
		margin: 10px;
		color: #808284;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
	}
/** End Empty Pages **/

/** Table Data **/
.even	{ background-color: #F3F3F3; }

.searchTable label {
    margin: 0 0 0 5px;
}

.resultsTable, .reportsTable
{
    clear: both;
	margin-top: 10px;
	padding: 0px;
	font-size: 11px;
	border:none;
	color: #272829;
}
	.resultsTable table, .reportsTable table
	{
		background-color: White;
		border: none;
		border-bottom: 2px solid #009ddb;
		text-align: left;
	}
		.resultsTable table th, .reportsTable table th
		{
			color: #272829;
			text-align: center;
			background-color: White;
			border:none;
			border-top: 2px solid #009ddb;
			border-bottom: 2px solid #009ddb;
			border-right: solid 1px #DDDDDD;
			padding: 0 20px;
			height: 30px;
			cursor: pointer;
		}
		.resultsTable table td
		{
		    padding: 5px;
			border: none;
			border-right: solid 1px #DDDDDD;
		}
		.reportsTable table th
		{
		    text-align:right;
		    border:none;
		}
		.reportsTable table td
		{
		    border:none;
		}
		.resultsTable table td.leftBorder, .resultsTable table th.leftBorder{
		    border-left: none;
		}
		.resultsTable table td.rightBorder, .resultsTable table th.rightBorder{
		    border-right: none;
		}			
			
			.resultsTable table.tablesorter .headerSortUp {
	            background-position:10px center;
	            background-image: url(../Images/asc.gif);
	            background-repeat: no-repeat;
	        }
            .resultsTable table.tablesorter .headerSortDown {
	            background-position:10px center;
	            background-image: url(../Images/desc.gif);	            
	            background-repeat: no-repeat;
            }
            .resultsTable table td .testNumber
            {
                float: left;                  
            }
            .resultsTable table td .pdfImage
            {
        	    margin: 0 0 0 7px;
        	    background: transparent url(../Images/icon-pdf.gif) no-repeat;
                padding: 0;
                float: right;
                height: 16px;
                width: 16px;
            }

/** End Table Data **/


/** Manage **/

#manageAccount
{
}
	#manageAccount table
	{
		width: 100%;
	}
	#manageAccount h1
	{
		font-size: 15px;
		color: #009ddb;
	}
	#manageAccount h2
	{
		color: #272829;
		font-size: 14px;
		border-bottom: solid 1px #CCCCCC;
		margin: 5px 0px;
		text-align: left;
	}
	#manageAccount a, #manageAccount a:visited
	{
		color: #009DDB;
	}
	#manageAccount a:hover
	{
		color: #009ddb;
	}

.securityQuestion, .securityAnswer
{
	font-size: 14px;
	padding: 2px;
}
.securityQuestion
{
	margin: 2px;
	width: 575px;
}
.securityAnswer
{
	margin: 2px 0px 15px 2px;
	width: 300px;
}

/** End Manage **/

/** Test Results Portlet **/

#testResults
{
    clear: both;
}

#testResultsTitle
{
	font-size: 18px;
	color: #009DDB;
	margin-left: 15px;
}
#testResultsPortlet
{
	margin: 10px 0px;
	width: 100%;
	height: 570px;
}

#testResultsSearchInput
{
	/**margin-left: 10px;**/
	height: 20px;
	font-size: 15px;
}

#searchForm #search
{
	margin: 5px;
}

.pager
{
	display: none;
	text-align: center;
}
.pager table
{
	margin: 0px auto;
}
.pager img
{
	cursor: pointer;
}
.pager input
{
	border:none;
	background-color: #FFFFFF;
	padding: 0px;
}

.pagedisplay
{
	text-align: center;
}

#exportForm
{
    float: left;
    text-decoration: underline;
    color: Blue;
    margin: 10px;
}
	#exportForm a, #exportForm a:visited { color: #009DDB; }
	#exportForm a:hover	{ color: #009ddb; }

/** End Test Results Portlet **/

/** Random Selection Manager Tab **/
.rsmSpecific table th {
	padding: 0 13px;
}

.rsmSpecific table td {
	text-align: center;
}
/** End Random Selection Manager Tab **/

/** Start Random Selection Comments Popup**/
.rsComments {
	text-align: center;
	border-bottom: 2px solid #009ddb;
}
	.rsComments textarea {
		max-width: 80%;
	}

.rsCommentsButtonBanner {
	margin: 30px 0px 30px 0px;
}
/** End Random Selection Comments Popup**/

/** COC Portlet **/
#COCReOrder #confirmationText
{
    font-size: 16px;
}
#COCReOrderForm #addressInfo
{
    width: 100%;
}

#COCReOrderForm #helpCCFLink
{
    font-size: 11px;
}

#COCReOrderForm table
{
    float: left;
    margin: 0 15px;
}

    #COCReOrderForm table thead th
    {
        font-size: 14px;
        color: #009DDB;
        text-align: left;
    }
        #COCReOrderForm table thead th #sameAsContactInfoText
        {
            color: #000000;
            font-size: 12px;
            margin: 0 0 0 10px;
        }
    
    #COCReOrderForm table td #Zip, #COCReOrderForm table td #ShipZip
    {
        width: 70px;
    }

    #COCReOrderForm table td #Phone
    {
        width: 100px;
    }

#COCReOrderForm #COCSubmit
{
    clear: both;
    width: 100%;    
}
    #COCReOrderForm #COCSubmit table
    {
        margin: 0 auto;
        width: 100%;
    }
        #COCReOrderForm #COCSubmit table input
        {
            width: auto;
            font-size: 12px;
        }
        
#COCReOrderForm #panelCodes
{
    margin: 0 0 0 10px;
}
    
/** End COC Portlet **/

/** Site Finder Portlet **/
.title
{
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

.globe
{
    padding: 2px 8px;
    background: transparent url(../Images/globe.gif) no-repeat;
    height: 17px;
    width: 16px;
}
.calendar
{
    padding: 2px 8px;
    background: transparent url(../Images/calendar.gif) no-repeat;
    height: 17px;
    width: 16px;
}

#siteResults
{
    clear: both;
}

table.searchResultTable a, table.searchResultTable a:visited
{
	text-decoration: none;
	color: #009DDB;
}
table.searchResultTable a:hover
{
	text-decoration: underline;
	color: #009ddb;
}

#siteSearchAccount
{
	float:right;
	margin: 0px 0px 25px;
}
	#siteSearchAccount label { font-weight: bold; }
	#siteSearchAccount select { font-size: 12px; }

#siteSearch
{
    clear: both;
    float: left;
    margin-bottom: 20px;
}
	#siteSearchTable th
	{
		text-align: right;		
	}

#siteSearchServiceTypesTable
{
    clear: both;
}
	#siteSearchServiceTypesTable input
	{
		margin-left: 0px;
	}

#sitesSearchAddress
{
	height: 20px;
	font-size: 15px;
}

/** SingleSitefinder Portlet **/
#singleSiteSearch
{
    clear: both;
    background-color: #009DDB;
    color: #FFFFFF;
}

.saOnforNsc
{
	padding: 20px 0px 20px 0px;
}
#singleSiteFinderForm #filter {
	clear: both;
	background-color: #009DDB;
	padding: 10px;
	height: 260px;
	width: 100%;
	min-width: 1020px;
}
#singleSiteFinderForm .filterTitle
{
    padding: 0 20px 0 0;
    font-weight: bold;
    text-align: center;
    width: 122px;
}
    #singleSiteFinderForm .filterTitle img
    {
        padding: 0 0 0 5px;
        cursor: pointer;
        position: absolute;
    }
#singleSiteFinderForm #filterTab
{
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    clear: both;
    background-color: #009DDB;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    font-size: 10px;
    margin: 0 auto;
    border: 2px solid #d4d8d9;
    border-top: none;
    height: 18px;
    width: 115px;
}

#singleSiteSearch .options
{
    padding: 5px;
}
    #singleSiteSearch .options td input
    {
        margin: 0 10px 0 2px;
    }
#singleSiteFinderForm #groupOptionsWrapper
{
}
    #singleSiteFinderForm #groupOptionsWrapper .groupOptions
    {
        float: left;
        background-color: #FFFFFF;
        border: solid 1px #000000;
        padding: 5px;  
    }
    
    #singleSiteFinderForm #groupOptionsWrapper .groupOptions label
    {
        font-weight: bold;
    }

    #singleSiteFinderForm #groupOptionsWrapper #leftColumn
    {
    }

    #singleSiteFinderForm #groupOptionsWrapper #rightColumn
    {
        margin: 0 0 0 10px;
    }

#singleSiteFinderForm .filterColumnWrapper {
    clear: both;
}
#singleSiteFinderForm .filterColumn
{
    float: left;
    margin: 0 auto;
}

#singleSiteFinderForm .filterSelection
{
    background-color: #FFFFFF;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #000000;
    border: solid 1px #000000;
    float: left;
    width: 300px;
}

#singleSiteFinderForm .filterSelection table
{
    background-color: #FFFFFF;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: Black;
    border-collapse: collapse;
    border-spacing: 0;
}    
        #singleSiteFinderForm .filterSelection table td, #singleSiteFinderForm .filterSelection table th
        {
            margin: 0;
            padding: 4px;
            border-width: 0 1px 1px 0;
            border-style: solid;
            border-color: Black;
        }

#singleSiteFinderForm .filterSelection table tr
{
    cursor: pointer;
}

#singleSiteFinderForm .rightArrow
{
    margin: 50px 0 0 0;
    background-image: url(../Images/arrowRight.png);
    height: 48px;
    width: 48px;
    cursor: pointer;
}

#singleSiteFinderForm .leftArrow
{
    background-image: url(../Images/arrowLeft.png);
    height: 48px;
    width: 48px;
    cursor: pointer;
}
#singleSiteFinderForm .highlight
{
    background-color: Yellow;
}
#singleSiteFinderForm .removeHighlightedLink
{
    padding: 0 0 0 10px;
}

#singleSiteFinderForm .removeSearchLink
{
    border: 0;
    text-decoration: none;
    text-align: center;
}

#singleSiteFinderForm .siteGroupsSearchOptions
{
    margin: 0 10px 0 2px;
}

#singleSiteFinderForm #siteGroupsSearchForm{
    float: left;
    margin: 0 15px 0 0;
}
/** END SingleSitefinder Portlet **/

#collectionSiteInfo
{
	padding: 20px;
}
	#collectionSiteInfo table
	{
		margin: 0 auto;
	}
	
	.sitesInformation
	{
	    float: left;
	    width: 48%;
	}
	
	.siteInformation
	{
		font-size: 11px;
		border: solid 1px #272829;
		padding: 10px;
	}
		.siteInformation table
		{
			width: 100%;
		}
		.servicesOffered
		{
			margin: 20px 0px 0px 0px;
			font-size: 10px;
		}
			.servicesOffered th
			{
				text-decoration: underline;
			}
	.sitesDrivingDirections
	{
	    width: 48%;
	    float: left;
	    padding-left: 10px;
	}
	
	.sitesMap
	{
	    clear: both;
	}

	#mapImage
	{
		width: 100%; 
		height: 300px;
		border: solid 1px #272829;
		margin-bottom: 15px;
	}
	#drivingDirections
	{
		text-align: left;
	}
		#drivingDirections #directions
		{
			border: solid 1px #272829;
		}

#RescheduleForm table { margin: 0 auto; }
#RescheduleText
{	
	font-size: 14px;
	font-weight:bold;
	padding-top:20px;
	width:580px;
}

#unableToReschedule{
    width: 100%;
    text-align: center;
    margin: 20px;
    font-size: 16px;
    color: #EE6900;
}
#PrintSubmittedAlready{
    width: 100%;
    text-align: center;
    margin: 20px;
    font-size: 16px;
    color: #EE6900;
}

#SiteFinderScheduling h1
{
	color: #009ddb;
	font-size: 15px;
}
#SiteFinderScheduling h2
{
	border-bottom: 1px solid #CCCCCC;
	color: #272829;
	font-size: 14px;
	margin: 5px 0px;
	text-align: left;
}
#SiteFinderScheduling h3
{
	color: #009ddb;
	font-size: 12px;
	margin: 5px 0px;
	padding: 3px;
}
#SiteFinderScheduling table
{
	width: 100%;
}
#ConfirmSchedule h1
{
	color: #009ddb;
	font-size: 14px;
	margin: 5px 0px;
	text-align: left;
}
#DualScheduleButton
{
    margin: 10px 0;
}

.SiteFinderSelectedRow
{
    background-color: #F7D9D9;
}

#noAccountPreferences
{
    font-weight: bold;
    font-size: 18px;    
    padding: 50px;
    border: 2px solid #009DDB;
}
.pickNewSite{
    color: red;
}
/** End Site Finder Portlet **/

/** Test Result Entry Portlet **/
#TestResultEntryForm{
    margin: 0 auto;
    text-align: center;
}
    #TestResultEntryForm input, #TestResultEntryForm textarea, #TestResultEntryForm select{
        width: 160px;
    }
    #TestResultEntryForm .locationDropDown select#accountId{
    	width: auto;
    }
        #TestResultEntryForm #TestResultEntryTestType .testResultTable{
            margin: 0 auto;
        }
    #TestResultEntryForm #TestResultEntryFooter{
        padding: 10px;
    }
    
    #TestResultEntryForm .TestResultEntryButtons{
        width: auto;
    }
    .negativeTestResult{background-color: Green; color: White; padding:5px;}
    .unverifiedTestResult{background-color: Red; color: White; padding:5px;}
/** End Test Result Entry Portlet **/

/** Email Viewer Portlet **/
 #viewEmailContent
 {
     font-size: 14px; 
     margin: 0 0 0 15px;
 }
 
    #viewEmailContent .sendEmailButtons
    {
        width: 120px;
    }
 
    #viewEmailContent #emailDetails
    {
        border: 1px solid #000000; 
        padding: 15px; 
        margin: 15px 0;
    }
        #viewEmailContent #emailDetails #emailSubject
        {
            font-weight: bold;
            margin: 0 0 15px 0;
        }
/** End Email Viewer Portlet **/

/** CMS Portlet **/
#CMSDetails{
	margin: 0 auto;
	padding: 10px;
}
#CMSDetails table th, #CMSDetails table td{
	text-align: left;
}
#CMSDetails table th.CMSTableHeader{
	background-color: #009DDB;
	color: #FFF;
	font-size: 12px;
}

/** End CMS Portlet **/


/** Feedback **/

#feedback
{
}
	#feedback div
	{
		margin: 10px 0px;
		color: #666666;
		font-size: 14px;
		font-weight: bold;
	}
	#feedback textarea
	{
		width: 494px;
		height: 200px;
		resize: none;
		padding: 2px;
		border: solid 1px #999999;
	}
	#feedback #email
	{
		border: solid 1px #999999;
		padding: 2px;
		width: 463px;
	}
	#feedback #submit
	{
		margin: 0px;
	}

/** End Feedback **/

/* additional jquery-ui stylings*/
.ui-widget-header {
	background: #009ddb;
	color: #ffffff;
}

/** schedules Table Data **/
.schedulesTable {
	clear: both;
	margin-top: 10px;
	padding: 0px;
	font-size: 11px;
	border: none;
	color: #272829;
}

	.schedulesTable table {
		background-color: White;
		border: none;
		border-bottom: 2px solid #009ddb;
		text-align: center;
	}

		.schedulesTable table th {
			color: #272829;
			text-align: center;
			background-color: White;
			border: none;
			border-top: 2px solid #009ddb;
			border-bottom: 2px solid #009ddb;
			border-right: solid 1px #DDDDDD;
			padding: 0 20px;
			height: 30px;
			cursor: pointer;
		}

		.schedulesTable table td {
			padding: 5px;
			border: none;
			border-right: solid 1px #DDDDDD;
			text-align: center;
		}

			.schedulesTable table td.leftBorder, .schedulesTable table th.leftBorder {
				border-left: none;
			}

			.schedulesTable table td.rightBorder, .schedulesTable table th.rightBorder {
				border-right: none;
			}

		.schedulesTable table.tablesorter .headerSortUp {
			background-position: 10px center;
			background-image: url(../Images/asc.gif);
			background-repeat: no-repeat;
		}

		.schedulesTable table.tablesorter .headerSortDown {
			background-position: 10px center;
			background-image: url(../Images/desc.gif);
			background-repeat: no-repeat;
		}

		.schedulesTable table td .testNumber {
			float: left;
		}

		.schedulesTable table td .pdfImage {
			margin: 0 0 0 7px;
			background: transparent url(../Images/icon-pdf.gif) no-repeat;
			padding: 0;
			float: right;
			height: 16px;
			width: 16px;
		}

/** End schedules Table Data **/

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #ff0000;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid {
	display: none;
}

.digitalIcon span {
	vertical-align: middle;
}

.digitalIcon img {
	height: 13px
}

#button-link {
	background-color: transparent;
	border: none;
	text-decoration: underline;
	color: #009DDB;
	font-size: 10px;
	cursor: pointer;
}