﻿body
{
	font-family:Arial;
}
input[type="text"], input[type=button]
{
	font-family:Arial;	
}
div
{
	font-family:Arial;	
}
button
{
	font-family:Arial;	
}
table tr td
{
	font-family:Arial;	
}

.SearchLabel
{
	font-family:Arial;
	font-size:10;
	font-weight:bold;
    white-space:nowrap;
}
.SearchLabelMed
{
	font-family:Arial;
	font-size:medium;
	font-weight:bold;
    white-space:nowrap;
}
.ValidationLabel
{
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
    white-space:nowrap;	
}
.SectionHeaderLabel
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.GridHeader
{
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	background-color:#FFFFCC;
}
.GridItem
{
	font-family:Arial;
	font-size:10px;
	font-weight:lighter;
}
.TabHeader
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:Black;
}

.TabHeaderImages
{
	background-color: #00c200;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color: #000;
}	

.ReportAlternatePanel
{
	background-color: #ffe8a5;
}
	
.JobPanel
{
	background-color:Red;
}

.LinkButton14
{
	color:Blue;
	background:none;
	border:none;
	cursor:pointer;
	text-decoration:underline;
	font-size:14px;
    font-family:Arial;
}

.LinkButton
{
	color:Blue;
	background:none;
	border:none;
	cursor:pointer;
	text-decoration:underline;
	font-size:12px;
    font-family:Arial;
}
.ReportTab
{
    font-family:Arial;
    font-size:12px;
    color:Black;
    background-color:#7DA5E0;
    height:42px;
    vertical-align:middle;
    text-align:center;
    width:100%;
}

.ReportTabClicked
{
    font-family:Arial;
    font-size:12px;
    color:Black;
    background-color:White;
    height:42px;
    vertical-align:bottom;
    text-align:center;
    width:100%;
}    

.CustPropTab
{
    font-family:Arial;
    font-size:12px;
    color:Black;
    background-color:#EE9515;
    height:42px;
    vertical-align:middle;
    text-align:center;
    width:100%;
}

.CustPropTabClicked
{
    font-family:Arial;
    font-size:12px;
    color:Black;
    background-color:White;
    height:42px;
    vertical-align:bottom;
    text-align:center;
    width:100%;
}    

.CustPropScreen
{
    background-color:#dddedd;
}

.JobScreen
{
    background-color:#7DA5E0;
}

.ReportScreen
{
    background-color:#7DA5E0;
}

/*
*Indoor Room Testing
*/
.ittrReportConent
{
	background-color:#EE9515;
}
.ittrAddProblemBtn
{
	width:85px;
	vertical-align:baseline;

}
.ittrViewProblemBtn
{
	width:95px;
	vertical-align:baseline;

}

.ittrPageTable
{
	background-color:#ffffff;
	width:725px;
}

.ittrPageTable tr
{
	
}

.ittrReqLabel
{
	padding-left:10px;
}

.ittrPageTable .ittrISRight
{
	width:450px;
}



/*
*@end
*/




/*
*Log In, Forgot Password
*/
#tbLogin, #tbForgotPassword
{
	border-collapse:collapse;
	border-bottom:solid 1px #a6caf0;
	background-color:#ccecff;
}

#tbLogin.tr.td, #tbForgotPassword.tr.td
{
	height:20px;
}

#tbLogin .borderTop, #tbForgotPassword .borderTop
{
	border-top:solid 1px #a6caf0;	
}

#tbLogin .borderRight, #tbForgotPassword .borderRight
{
	border-right:solid 1px #a6caf0;	
}

#tbLogin .borderLeft, #tbForgotPassword .borderLeft
{
	border-left:solid 1px #a6caf0;	
}

/*
*@end
*/

/*
*User Preferences
*/
.spacer
{
	height:20px;
}

/*
*@end
*/

.CSCBorder
{
	border: solid 1px #000000;		
}
.CSCBgLt
{
	background-color: #ccecff;
}
.CSCBgMed
{
	background-color:#adc9f7;
}

.CSCBgDk
{
	background-color:#ccecff;
}

.h20
{
	height:20px;
}

.h40
{
	height:40px;
}

.inline
{
	display:inline;
}

.pad5
{
	padding: 5px 5px 5px 5px;
}
.pad10
{
	padding: 10px 10px 10px 10px;
}

.center
{
	text-align:center;
}

.FltL
{
	float:left;
}
.FltR
{
	float:right;
}
.clear
{
}

.successMsg
{
	color:#00cc00;
}

.errMsg
{
	color:#ff0000;
}

.width100
{
	width:1000px;	
}

.width90
{
	width:900px;	
}

.width70
{
	width:700px;	
}

.width30
{
	width:300px;
}

.marginT10
{
	margin-top:10px;
}