@charset "utf-8";
/* CSS Document */

/********* Forms ************/
.PortalHeadingBlock{
	border-bottom: 0px solid #999;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 5px;
	margin:0px;
	font-size:18px;
	font-weight:bold;
	background: #ddd;
	text-align:center;
	box-shadow: 0px 0px 10px 5px #6f6f6f;
}

.HeadingBlock{
	border-top:3px solid silver; 
	border-right:3px solid silver; 
	border-left:3px solid silver; 
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 5px;
	margin:10px auto 0px auto;
	background:white;
	font-size:18px;
	font-weight:bold;
	background:#EEE;
	text-align:center;
}

.HeadingBlock_Attention{
	border-top:3px solid silver; 
	border-right:3px solid silver; 
	border-left:3px solid silver; 
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 5px;
	margin:10px auto 0px auto;
	background:white;
	font-size:18px;
	font-weight:bold;
	background:yellow;
	text-align:center;
}

.PresBlock{
	border:3px solid silver; 
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 5px;
	margin:0px auto 10px auto;
	background:white;
}

.HeadingBlock_FullFit{
	position:absolute;
	border-top:3px solid silver; 
	border-right:3px solid silver; 
	border-left:3px solid silver; 
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 5px;
	top:47px;
	right: 0px;
	left: 0px;
	background:white;
	font-size:18px;
	font-weight:bold;
	background:#EEE;
	text-align:center;
}

.PresBlock_FullFit{
	position:absolute;
	border:3px solid silver; 
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 5px;
	top:80px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background:white;
}

.FieldErrorArea_Empty{
	color: white;
	margin:0px 0px 0px 150px;
}

.FieldErrorArea_Full{
	color: black;
	margin:5px auto 5px auto;
	width:90%;
	padding-left:5px;
	border:3px solid red;
	background:#FCF;
	border-radius: 10px;
	font-size: 14px;
}

.FloatLeft{
    float:left;
}

.FieldLabel{
	float:left;
	width:150px;
	text-align:right;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top:4px;
}

.FieldLabel_Narrow80px{
	float:left;
	width:80px;
	text-align:right;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top:4px;
}

.FieldValue{
	float:left;
	width:auto;
	margin-left: 5px;
}

.FieldNotes{
	color: gray;
	font-style:italic;
	float:left;
	margin-left:5px;
	width:300px;
	overflow:hidden;
}
.FieldReqMarker:before{
	color:red;
	content:"\2022\a0";
}
.FieldReqMarker{
}

.FieldReqMessage{
	color:red;
}
.FieldReqMessage:before{
	color:red;
	content:"\2022\a0";
}

.FieldReqMarker_NoFloat{
	color:red;
}

.FieldGroup{
	margin-bottom: 10px; 
	border: 1px solid #CCC; 
	border-radius: 8px; 
}

.FieldGroup legend{
	color:silver;
}

.FieldData_int{
	width:100px;
}

.FieldData_bit{
	width:75px;
}

.FieldData_ntext{
	width:500px;
	height: 150px;
	font-family:Arial, Helvetica, sans-serif;
}

.FieldData_datetime{
	width:100px;
}

.FieldData_nvarchar{
	width:200px;
}

.FieldData_decimal{
	width:100px;
}

.FieldData_int_pick{
	width:20px;
}

.FieldData_bit_pick{
	width:75px;
}

.FieldData_ntext_pick{
	width:200px;
}

.FieldData_datetime_pick{
	width:100px;
}

.FieldData_nvarchar_pick{
	width:200px;
}

.FieldData_decimal_pick{
	width:20px;
}
/*---------Custom styles----------*/
body{
	font-family:arial;
	font-size:12px;
	margin:0px;
}

.UrgLevel{
	border-width:3px;
	border-style:solid;
	width: 75px; 
	height: 18px; 
	text-align:center; 
	display: table-cell; 
	vertical-align: middle; 
}

.Warning{
	background:#FCF;
	border:3px solid red;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px auto 5px auto;
	text-align:center;
	border-radius: 10px; /*same as error messages*/
	width:90%; /*same as error messages*/
}
.Info{
	background:#CDF5BC;
	border:3px solid green;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px auto 5px auto;
	text-align:center;
	border-radius: 10px; /*same as error messages*/
	width:90%; /*same as error messages*/
}

.NoMatchesText{
	margin: 20px auto 20px auto;
	text-align:center;
	font-size: 14px;
	font-style:italic;
	color:black;
	padding:3px;
	border-radius: 10px;
	border: 3px solid #EEE;
	width:90%;
	background-color:white;
}

.GeneralMessageDiv{
	font-size:16px;
}

.GrayAreaDiv{
	border: 1px solid black;
	float:left;
	margin-left:10px;
	margin-bottom:5px;
	padding:3px;
}
.FieldLable_SummarySubdued{
	text-align:left;
	font-style:italic;
	color:gray;
	padding-left:10px;
	width:500px;
}
.FieldLabel_DisplayOnly{
	float:left;
	width:150px;
	text-align:right;
	font-weight:bold;
	margin-bottom: 0px;
}

.FieldValue_DisplayOnly{
	float:left;
	width: auto;
	margin-left: 5px;
	padding-top:4px;
}

.FieldValue_DisplayOnly_NoPad{
	float:left;
	width: auto;
	margin-left: 5px;
}

/*** Tab styles ***/
.Tab{
	display:inline-block;
	height:50px;
	width:196px;
	overflow:hidden;
	border-top: 2px;
	border-right: 2px;
	border-bottom: 0px;
	border-left: 2px;
	border-style: solid;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding:0px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	vertical-align:bottom;
}
.TabHot{
	background-color:#FFFFFF;
	color: black;
	/*border-color: #ccc #BBB #888 #888;*/
	border-color: black;
}

.TabCold{
	background-color:#ddd;
	/*border-color: #888 #777 #444 #444;*/
	color:#222;
	text-decoration:underline;
	height:42px;
	border-color: black;
}

.NoDefect{
	background-color: yellow; 
	width: 10px; 
	color: red; 
	display: inline-block; 
	border: 2px solid red; 
	margin-right: 3px;	
}
/*** Columned data layout ****/
.ColLay_table{
	width:100%;
	border:0px;
}
.ColLay_Label{
	font-weight:bold;
	border-bottom: 2px solid black;
}
.ColLay_Data{
	vertical-align:top;
}
.ColLay_RowStyleA{
	background:#EEE;
}
.ColLay_RowStyleB{
	background:white;
}
.ExpandDetailButton{
	text-decoration:underline;
	color:#00F;
	cursor:pointer;
}
.HiddenDetail{
	display: none;
}
.ShownDetail{
	display: ;
	border:1px solid black;
	padding:2px;
}

.SFR_InspectionType{
	font-size:18px;
	font-weight:bold;
	padding-left:5px;
}
.SFR_Source{
	font-size: 14px;
	padding-left:30px;
	font-style:italic;
	color:gray;
}
.SFR_Group{
	padding-left:55px;
	font-size:14px;
	font-weight:bold;
	
}
.SFR_FireCode{
	font-size:12px;
	padding-left:85px;
	margin-bottom:5px;
}

/***** Scrolling Divs and headers ******/
.FieldLabel_DisplayOnly_AlignLeft{
	float:left;
	width:150px;
	text-align:left;
	font-weight:bold;
	margin-bottom: 0px;
}
.ScrollingDiv{
	overflow-y: auto;
	border: 1px solid black;
}

/******* Monitor Stylings ************/
.Monitor_Wrapper{
	text-align: center;
	margin: 5px auto 25px auto;
	width:750px;
}
.Monitor_Step{
	width:15%;
	float:left;
	padding:5px;
	background:white;
	text-align:center;
	font-size:10px;
	border: 1px solid #999;
}
.Monitor_StepCombined{
	width:18%;
	float:left;
	padding:5px;
	background:white;
	text-align:center;
	font-size:10px;
	border: 1px solid #999;
}

.Monitor_StepInProgress{
	background:#0C0;
	background-image: linear-gradient(bottom, rgb(11,191,23) 30%, rgb(220,245,227) 74%, rgb(207,255,204) 80%);
	background-image: -o-linear-gradient(bottom, rgb(11,191,23) 30%, rgb(220,245,227) 74%, rgb(207,255,204) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(11,191,23) 30%, rgb(220,245,227) 74%, rgb(207,255,204) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(11,191,23) 30%, rgb(220,245,227) 74%, rgb(207,255,204) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(11,191,23) 30%, rgb(220,245,227) 74%, rgb(207,255,204) 80%);
	 -moz-transition: all .5s;
	 -webkit-transition: all .5s;
	transition: all .5s;
}

.RoundLeft{
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.RoundRight{
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.MonitorStepIsLink{
	cursor:pointer;
}
.MonitorStepIsLink:hover{
	background:#090;
	color:#FFF;
	 -moz-transition: all .5s;
	 -webkit-transition: all .5s;
	transition: all .5s;
}

/*** Check list stylings ***/
.CL_CheckListArea{
	position: relative; 
	height: 70%;
	border: 1px solid black; 
	background:white; 
	overflow:auto;	
}
.CL_SourceName{
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	color: black;
	font-style: italic;
	background:#CCC;
	cursor: pointer;
}
.CL_SourceName_Plain{
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	color: black;
	font-style: italic;
	text-decoration:underline;
}

.CL_Collapser_Open{
	cursor:pointer;
	margin-left:2px;
	margin-right:2px;
	height:25px;
	line-height: 25px;
	font-weight:bold;
}
.CL_Collapser_Closed{
	cursor:pointer;
	margin-left:2px;
	margin-right:2px;
	height:25px;
	line-height: 25px;
	font-weight:bold;
	text-decoration:underline;
}
.CL_Collapser_Plain{
	margin-left:2px;
	margin-right:2px;
	height:25px;
	line-height: 25px;
	font-weight:bold;
}

.CL_Collapser_Closed:before{
	content: "+";
	font-size:14px;
}
.CL_Collapser_Closed:after{
	content: " Click to expand";
	font-weight:normal;
	color:gray;
	font-style:italic;
}

.CL_Collapser_Open:before{
	content: "-";
	font-size:14px;
}

.CL_CodesWrapper_Show{
	margin-bottom:10px;
}
.CL_CodesWrapper_Hidden{
	margin-bottom:10px;
	display: none;
}
.CL_Code{
	margin-left: 20px;
}



/************* Button Stylings ***********/
.StdButton{
	font-size:14px;
	width:150px;
	height:40px;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	/*background-image: -webkit-linear-gradient(bottom, rgb(210,210,210) 45%, rgb(235,235,235) 59%);;	*/
background: #ebebeb; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ebebeb 50%, #dddddd 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ebebeb), color-stop(50%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ebebeb 50%,#dddddd 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ebebeb 50%,#dddddd 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ebebeb 50%,#dddddd 50%); /* IE10+ */
background: linear-gradient(to bottom,  #ebebeb 50%,#dddddd 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */	
}

.StdButton_Suggestion{
	font-size:14px;
	width:150px;
	height:40px;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
background: #e4f5fc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZjVmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2JmZThmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzlmZDhlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYWIwZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f5fc), color-stop(50%,#bfe8f9), color-stop(51%,#9fd8ef), color-stop(100%,#2ab0ed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=0 ); /* IE6-8 */
}

.StdButton_Plus50w{
	font-size:14px;
	width:200px;
	height:40px;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
background: #ebebeb; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ebebeb 50%, #dddddd 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ebebeb), color-stop(50%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ebebeb 50%,#dddddd 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ebebeb 50%,#dddddd 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ebebeb 50%,#dddddd 50%); /* IE10+ */
background: linear-gradient(to bottom,  #ebebeb 50%,#dddddd 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */	
}

.StdButton_Small{
	font-size:12px;
	height:20px;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
background: #ebebeb; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ebebeb 50%, #dddddd 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ebebeb), color-stop(50%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ebebeb 50%,#dddddd 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ebebeb 50%,#dddddd 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ebebeb 50%,#dddddd 50%); /* IE10+ */
background: linear-gradient(to bottom,  #ebebeb 50%,#dddddd 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */
}

.StdButton_Small_Suggestion{
	font-size:12px;
	height:20px;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
background: #e4f5fc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZjVmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2JmZThmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzlmZDhlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYWIwZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f5fc), color-stop(50%,#bfe8f9), color-stop(51%,#9fd8ef), color-stop(100%,#2ab0ed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=0 ); /* IE6-8 */
}

.StdButton_Orange{
	border: 2px solid black;
	border-radius: 10px;
	 /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	 /* FF3.6+ */
	 /* Chrome,Safari4+ */
	 /* Chrome10+,Safari5.1+ */
	 /* Opera 11.10+ */
	 /* IE10+ */
	background: linear-gradient(to bottom,  #ffb76b 0%,#ffd2a8 18%,#ffa73d 50%,#ff953f 51%,#d86602 87%,#ff7f04 100%); /* W3C */
	 /* IE6-8 */
}

.StdButton_Hot{
	font-size:14px;
	width:150px;
	height:40px;
	border:1px solid #333;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
background: #ff3019; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iI2ZmYWZhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ff3019 0%, #ffafa8 46%, #ff3019 50%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(46%,#ffafa8), color-stop(50%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#ffafa8 46%,#ff3019 50%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#ffafa8 46%,#ff3019 50%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#ffafa8 46%,#ff3019 50%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#ffafa8 46%,#ff3019 50%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */
}

/*------Docupent library-------*/
.DocLib_Heading{
	Font: Arial; 
	font-weight: bold; 
	font-size: 14px;
}
.DocLib_Heading:nth-child(1n+2){
	margin-top:10px;
}

.DocLib_Doc{
	font: Arial; 
	font-weight: normal; 
	font-size: 12px;
	cursor:pointer;
	margin-left: 5px;
}
.DocLib_Link{
	font: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	cursor:pointer;
	margin-left: 5px;
}
.DocLib_None{
	font: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	margin-left: 5px;
    font-style:italic;
}
/*------Video Library--------*/
.VideoLink{
	color: #00F;
	text-decoration:underline;
	cursor:pointer;
}
.VideoLink:before{
	content:url(film.gif);
}

/*------Document library-------*/
.LeftNavLink{
	font-size:14px;
	height:16px;
	padding:2px;
	background:#EEE;
	border: 1px solid #CCC;
	cursor: pointer;
}
.LeftNavLink:hover{
	background:#F7F7F7;
}

/*-----Results------------*/
.ResultRow{
	font-size:12px;
	padding:2px;
	background:#EEE;
	cursor: pointer;
}
.ResultRow td{
	border-bottom: 1px solid #CCC;
	vertical-align: top;
	padding-top:5px;
	padding-bottom: 5px
}
.ResultRow:hover{
	background:#F7F7F7;
}

/*-------Header-----------*/
.MainHeaderDiv{
	-moz-box-shadow: 0px 5px 8px silver;
	-webkit-box-shadow: 0px 5px 8px silver;
	box-shadow: 0px 5px 8px silver;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='silver')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='silver');	
	margin-bottom: 10px;
}
/*-------- Div Blocker ----------*/
.BlockerDiv{
	background-color:gray;
	width:100%;
	height:100%;
	z-index:99;
	position:absolute;
	filter: alpha(opacity=45);
	opacity:0.45;
	top:0px;
	left:0px;
}
/*---------Add missing options------*/
.PopUp{
	position:absolute;
	left:20%;
	top: 100px;
	z-index:100;
}

.AddOptionFormDiv_Wrapper{
	position:absolute;
	left:50%;
}
.AddOptionFormDiv_OffsetWrapper{
	position:relative;
	left:-50%;
	top: -200px;
	width:400px;
	height:150px;
	z-index:100;
	border:3px solid black; 
	border-radius: 10px;
	background:#FFF;
}
.AddOptionFormDiv_Body{
	position:relative;
	padding:5px;
}
.AddOptionFormDiv_Controls{
	margin-top:20px;
}
.AddOptionFormDiv_Heading{
	position:relative;
	text-align:center;
	font-size:16px;
	border-bottom:1px solid black;
	height:25px;
	background-color:#EEE;
	padding-top:4px;
	font-weight:bold;
	margin-bottom:10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.AddOptionFormDiv_Label{
	font-weight:bold;
}
/***** CALENDER STUFF ******/
.lockedField{
	background-color: #dddddd;
	border: 1px solid gray;
}
/*---- START PROGRESS BAR Styles -------*/
.ProgBar_Wrapper{
	width:300px; 
	border-radius:8px; 
	border:1px solid black; 
	box-shadow: inset 0px 0px 14px black; 
	background-color:#555; 
	height:20px; 
	position:relative;
}
.ProgBar_Bar{
	background-color:green; 
	background:linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); 
	border-radius:8px; 
	box-shadow:inset 0px 0px 5px black; 
	height:100%;
}
.ProgBar_Text{
	width:100%; 
	color: white; 
	text-shadow: black 1px 1px, black -1px -1px, black 1px -1px,black -1px 1px; 
	font-weight:bold; 
	text-align:center; 
	position:absolute; 
	z-index:1; 
	top:3px;
}
/*---- END PROGRESS BAR Styles -------*/

/*---------------------------------begin custom css styles for calendar popup------------------------------------*/

.CUSTCAL_cpYearNavigation,.CUSTCAL_cpMonthNavigation { 
	background-color:#C0C0C0; 
	text-align:center; 
	vertical-align:center; 
	text-decoration:none; 
	color:#000000; 
	font-weight:bold;
}
.CUSTCAL_cpDayColumnHeader, .CUSTCAL_cpYearNavigation,.CUSTCAL_cpMonthNavigation,.CUSTCAL_cpCurrentMonthDate,.CUSTCAL_cpCurrentMonthDateDisabled,.CUSTCAL_cpOtherMonthDate,.CUSTCAL_cpOtherMonthDateDisabled,.CUSTCAL_cpCurrentDate,.CUSTCAL_cpCurrentDateDisabled,.CUSTCAL_cpTodayText,.CUSTCAL_cpTodayTextDisabled,.CUSTCAL_cpText { 
	font-family:arial; 
	font-size:8pt;
}
TD.CUSTCAL_cpDayColumnHeader { 
	text-align:right; 
	border:solid thin #C0C0C0;
	border-width:0px 0px 1px 0px;
}
.CUSTCAL_cpCurrentMonthDate, .CUSTCAL_cpOtherMonthDate, .CUSTCAL_cpCurrentDate  { 
	text-align:right; 
	text-decoration:none;
}
.CUSTCAL_cpCurrentMonthDateDisabled, .CUSTCAL_cpOtherMonthDateDisabled, .CUSTCAL_cpCurrentDateDisabled { 
	color:#D0D0D0; 
	text-align:right; 
	text-decoration:line-through;
}
.CUSTCAL_cpCurrentMonthDate, .cpCurrentDate { 
	color:#000000;
}
.CUSTCAL_cpOtherMonthDate { 
	color:#808080;
}
TD.CUSTCAL_cpCurrentDate {
	color:green; 
	background-color: #C0C0C0; 
	border-width:1px; 
	border:solid thin #800000;
}
TD.CUSTCAL_cpCurrentDateDisabled { 
	border-width:1px; 
	border:solid thin #FFAAAA; 
}
TD.CUSTCAL_cpTodayText, TD.CUSTCAL_cpTodayTextDisabled { 
	border:solid thin #C0C0C0; 
	border-width:1px 0px 0px 0px;
}
A.CUSTCAL_cpTodayText, SPAN.CUSTCAL_cpTodayTextDisabled { 
	height:20px; 
}
A.CUSTCAL_cpTodayText { 
	color:black;
}
.CUSTCAL_cpTodayTextDisabled { 
	color:#D0D0D0;
}
.CUSTCAL_cpBorder { 
	border:solid thin #808080;
}
.CUSTCAL_cpTimeLable {
	font-size: 10px;
}
.CUSTCAL_cpTimePicker {
	font-size: 10px;
}
.CUSTCAL_cpCalBorder {
	border: 1px solid #CCCCCC;
}
/*-----------------------------------------------end custom calendar popup styles--------------------------------*/

/*------------------------ Password Validation ----------------------------*/
/* Add a green text color and a checkmark when the requirements are right */
.valid {
	color: green;
}
  
/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
	color: red;
}