#GrayBox {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: #cccccc;
	z-index: 48;
}
.transparency {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.GrayBoxCurveyCorners {
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
} 
.important {
	font-size:14px; 
	font-weight: bold; 
	color: #FF0000; 
	font-family: verdana; 
	font-variant: small-caps;
}
.InfoTDTitle {
font-size:11px;
font-family: verdana;
color: #1c29a3;
font-variant: small-caps;
text-align: center;
}
.InfoTDHeading {
font-size:17px;
font-family: verdana;
font-weight: bold;
font-variant: small-caps;
text-align: center;
font-weight: bold;
color: #1c29a3;

}
#GrayBoxAlign {
	position: fixed;
	display: none;
	width: 400px;
	height: 300px;
	border: 3px  dashed #FFFFFF;
	background: #989898;
	margin: 150px 30% 0 30%;
	z-index: 49;
}
#InfoTransparency {
	position: fixed;
	display: none;
	width: 800px;
	height: 600px;
	margin: 10px 22% 0 24%;
	z-index: 49;
}
#InfoTitle_Container {
	position: relative;
	display: inherit;
	width: 800px;
	height: 25px;
	z-index: 49;
}
#InfoTitle_Left {
	position: relative;
	float: left;
	display: inherit;
	width:15px;
	height:25px;
	background: url('../brand/DEFAULT/Images/InfoTitle_Left.png') no-repeat;
	z-index: 49;
}
#InfoTitle_Text {
	position: relative;
	float: left;
	display: inherit;
	width: 770px;
	height: 25px;
	background: #000000 url('../brand/DEFAULT/Images/InfoTitle_BG.gif') repeat-x;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	font-family: verdana;
	z-index: 49;
}
#InfoTitle_Right {
	position: relative;
	float: right;
	display: inherit;
	width:15px;
	height:25px;
	background: url('../brand/DEFAULT/Images/InfoTitle_Right.png') no-repeat;
	z-index: 49;
}
#InfoLinksSpacer {
position: relative;
width: 600px;
height: 6px;
z-index: 49;
}
#InfoLinksContainer {
	position: relative;
	width: 800px;
	height: 22px;
	background: #9f9e9e;
}
#InfoLinksLeft {
	position: relative;
	width: 266px;
	height: 22px;
	float: left;
	cursor: pointer;
	background: url('/brand/DEFAULT/Images/InfoBtn_Notes.gif') no-repeat;
}
#InfoLinksMid {
	position: relative;
	width: 266px;
	height: 22px;
	float: left;
	cursor: pointer;
	background: url('/brand/DEFAULT/Images/InfoBtn_Files.gif') no-repeat;
}
#InfoLinksRight {
	position: relative;
	width: 266px;
	height: 22px;
	float: right;
	cursor: pointer;
	background: url('/brand/DEFAULT/Images/InfoBtn_FollowUp.gif') no-repeat;
}
#InfoMid {
	position: relative;
	width: 800px;
	height: 550px;
	text-align:right;
	background: url('../brand/DEFAULT/Images/InfoMid_BG.gif') repeat-y;
	z-index: 50;
}
#InfoTxt {
	position: relative;
	color: #000000;
	font-size: 14px;
	font-family: verdana;
	width:798px;
	float: right;
	height: 520px;
	overflow: scroll;
	z-index: 50;
}
#ContractorInfoTxt {
	color: #000000;
	font-size: 14px;
	font-family: verdana;
	z-index: 50;
}
#WorkerInfoTxt {
	color: #000000;
	font-size: 14px;
	font-family: verdana;
	z-index: 50;
}


#Bottom_Container {
	position: relative;
	display: inherit;
	width: 800px;
	height: 25px;
	z-index: 49;
}
#Bottom_Left {
	position: relative;
	float: left;
	display: inherit;
	width:15px;
	height:25px;
	background: url('../brand/DEFAULT/Images/Bottom_Left.png') no-repeat;
	z-index: 49;
}
#Bottom_Text {
	position: relative;
	float: left;
	display: inherit;
	text-align:right;
	width: 770px;
	height: 25px;
	background: #000000 url('../brand/DEFAULT/Images/Bottom_BG.gif') repeat-x;
	color: #FFFFFF;
	text-indent: 22px;
	font-size: 17px;
	font-weight: bold;
	font-family: verdana;
	z-index: 49;
}
#Bottom_Right {
	position: relative;
	float: right;
	display: inherit;
	width:15px;
	height:25px;
	background: url('../brand/DEFAULT/Images/Bottom_Right.png') no-repeat;
	z-index: 49;
}
#InfoClose {
	position: relative;
	text-align:right;
	width:100%;
	background: url('../brand/DEFAULT/Images/InfoMid_BG.gif') repeat-y;
}

.GTBorder {
border-top: #000000 solid 1px;
border-bottom: #000000 solid 2px;
padding-bottom: 5px;
}
.GTDBorder {
border-bottom: #000000 solid 1px;
padding-bottom: 5px;
}