A:link, A:active, A:visited { text-decoration: none; }
A:hover { text-decoration: underline; color: #FF7300; }
BODY { background-color: white; }

/*New Portal Stuff*/

.navTabs{
	font-family: Verdana; 
	font-size: 8pt; 
	background-image: url('/images/nav_tab.png');
	background-repeat: no-repeat;
}
.navTabs:hover{
	font-family: Verdana; 
	font-size: 8pt; 
	background-image: url('/images/nav_tab_hover.png');
	background-repeat: no-repeat;
	cursor: hand;
}
.navTabs a:link{
	font-family: Verdana; 
	font-size: 8pt;
	color: #000000;
}
.navTabs a:hover{
	font-family: Verdana; 
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}
.clockFace{  
	font-family: Verdana; 
	font-size: 10px; 
	font-style: italic;  
	color: #333333; 
	text-align: center;
}
.logInButton {
	display: block;
	width: 59px;
	height: 20px;
	background: url('/images/login-button.png') bottom;
	text-indent: -99999px;
}
.logInButton:hover {
	background-position: 0 0;
}
.logOutButton {
	display: block;
	width: 59px;
	height: 20px;
	background: url('/images/logout-button.png') bottom;
	text-indent: -99999px;
}
.logOutButton:hover {
	background-position: 0 0;
}


.topbar {
	height: 32px;
	font-family: Verdana; 
	font-size: 8pt;
	color: #000000;  
	background-image: url('/images/topbar_sprite.png');
	background-repeat: repeat-x;
}
.topbarCorner {
	height: 32px;
	width: 154px;
	font-family: Verdana; 
	color: #000000;  
	background-image: url('/images/topbar_cornersprite.png');
	background-repeat: repeat-x;
}
.leftbar {
	width: 156px;
	height: 100%;
	font-family: Verdana; 
	font-size: 10pt; 
/*	font-style: italic; */
	color: #000000;  
	background-image: url('/images/leftbar_sprite.png');
	background-repeat: repeat-y;
}

.loginField{  
	font-family: Verdana; 
	font-size: 10pt; 
	font-style: italic;  
	color: #333333; 
	text-decoration: none; 
	background-color: #FFFFFF; 
	text-align: left;
}
.navDiv{
	position: absolute;
	top: 10px;
	left: 10px;	
}

.portalMainHeaders{ 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color: #036;
	text-decoration: none; 
	text-align: centre;
	background: #deefff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZWZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OGJlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #deefff 0%, #98bede 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deefff), color-stop(100%,#98bede)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #deefff 0%,#98bede 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #deefff 0%,#98bede 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #deefff 0%,#98bede 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #deefff 0%,#98bede 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-8 */  
	color: #000000;
	height: 30px;		
	border: 1px solid #98bede;
}
.portalMainBody{ 
	font-family: Verdana; 
	font-size: 10pt; 
	text-decoration: none; 
	text-align: centre;
	background-color: #e0e0e0; 
	color: #000000;
	height: 200px;
}
.portalMainApps{ 
	font-family: Verdana; 
	font-size: 10pt; 
	text-decoration: none; 
	text-align: centre;
	background-color: #e0e0e0; 
	color: #000000;
	padding: 10px 10px 10px 10px;
}
.portalAppText{ 
	font-family: Verdana; 
	font-size: 11px; 
	text-decoration: none;  
	color: #000000;
}
.portalMessages{ 
	font-family: Verdana; 
	font-size: 11px; 
	text-decoration: none; 
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF; 
	color: #000000;
	border-color: #555;
	border-radius: 5px;
}
.clientLogo{ 
	font-family: Verdana; 
	font-size: 11px; 
	text-decoration: none; 
	text-align: center;
	background-color: #FFFFFF; 
	color: #000000;
	border-color: #555;
	border-radius: 5px;
	max-width: 300px;
}


.renewal{ 
	font-family: Verdana; 
	font-size: 11px; 
	text-decoration: none; 
	text-align: center;
	background-color: #FFFFFF; 
	color: #000000;
	border-color: #555;
	border-radius: 5px;
}
.renewalDays{ 
	font-family: Verdana; 
	font-size: 16pt; 
	color: #02da07;
	text-align: center;
	text-shadow: 0px 1px 1px #333;
}

/*********************************/


	.scroll_checkboxes {
		width: 590px;
		height: 250px;
		padding: 5px;
		overflow: auto;
		border: 1px solid #ccc;	
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		font-style: normal; 
		font-weight: normal;
		color: #000000; 
		text-decoration: none;
		background-color: #FFFFFF; 
	}
	
	.scroll_checkboxes_ra {
		width: 290px;
		height: 150px;
		padding: 5px;
		overflow: auto;
		border: 1px solid #ccc;	
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-style: normal; 
		font-weight: normal; 
		color: #000000; 
		text-decoration: none;
		background-color: #d4ffd4; 
	}

	.scroll_wels {
		width: 414px;
		height: 250px;
		padding: 5px;
		overflow: auto;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		font-style: normal; 
		font-weight: normal; 
		color: #000000; 
		text-decoration: none;
	}

	.scroll_selected_wels {
		width: 414px;
		padding: 5px;
		overflow: auto;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		font-style: normal; 
		font-weight: normal; 
		color: #000000; 
		text-decoration: none;
	}

  .appsGroup{
		font-family: Verdana; 
		font-size: 16px; 
/*		font-style: italic; */
		font-weight: bold; 
		color: #FFFFFF;  
		height: 15px;
		background-color: #000000;
		/* Safari, Google Chrome etc */
		background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#3D3D3D));
		/* Firefox */
		background: -moz-linear-gradient(top, #000000, #3D3D3D);
		/* IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#3D3D3D);
		/* EI 8+ */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#3D3D3D)";
	}
  .appsLink{  
	  cursor: hand; 
	}
  .appsTitle { 	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color: #036;
	text-decoration: none; 
	text-align: centre;
	background: #deefff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZWZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OGJlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #deefff 0%, #98bede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deefff), color-stop(100%,#98bede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #deefff 0%,#98bede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #deefff 0%,#98bede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #deefff 0%,#98bede 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #deefff 0%,#98bede 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-8 */	 
	color: #000000;
	height: 30px;		
	}
	
	.sectionTitle{
		background: rgb(183,183,183); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3YjdiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzRjNGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(183,183,183,1) 0%, rgba(76,76,76,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,183,183,1)), color-stop(100%,rgba(76,76,76,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(183,183,183,1) 0%,rgba(76,76,76,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(183,183,183,1) 0%,rgba(76,76,76,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(183,183,183,1) 0%,rgba(76,76,76,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(183,183,183,1) 0%,rgba(76,76,76,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-8 */
		padding: 3 3 3 3;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12pt;
		color: #fefefe;
		text-decoration: none; 
		text-align: centre;
	}
	
	
	/* Stop images loading in the appsTitle elements */
	.appsTitle img{
		display: none;
	}
	.formButton{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #000066; 
		text-decoration: none ;   
		cursor : hand;  
	}
	.formField{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #000066; 
		text-decoration: none;  
	}
	.formFieldgrey{  
		background-color: #c0c0c0; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px;   
		color: #000066; 
		text-decoration: none; 
	}
	.formName{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; 
		text-decoration: none; 
		color: #000000; 
	
	}
	.formTableheader { 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10pt; 
/*		font-style: italic; */
		font-weight: bold;
		text-decoration: none;
		text-align: centre;
		
		background: #7d7e7d; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDNkM2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #7d7e7d 0%, #3d3d3d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#3d3d3d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #7d7e7d 0%,#3d3d3d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #7d7e7d 0%,#3d3d3d 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #7d7e7d 0%,#3d3d3d 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #7d7e7d 0%,#3d3d3d 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#3d3d3d',GradientType=0 ); /* IE6-8 */
		color: #FFFFFF;   
	}
	.formTitleheader{ 
		background-color: #000066; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px;  
		font-style: normal; 
		font-weight: bold; 
		color: #FFFF00; 
		text-decoration: none; 
		text-transform: capitalize;    
	}
	.formTablerow{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px;   
		color: #333333; 
		text-decoration: none; 
	}
	.formTableprimarykey{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		font-style: normal; 
		font-weight: bold; color: #333333; 
		text-decoration: none; 
		cursor : hand;   
	}
	.formTitle{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		color: #000066; 
		text-decoration: none; 
		font-style: normal; 
	}
	.formTitleSmall{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #000066; 
		text-decoration: none; 
		font-style: normal; 
		font-weight: bold; 
	}
	.hnscontrol{  
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-style: normal; 
		font-weight: normal; 
		color: #000000; 
		text-decoration: none; 
	}
	.hnsgroup{  
		background-color: #000066; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-style: normal; 
		font-weight: bold; 
		color: #FFFF99; 
		text-decoration: none; 
	}
	.hnshazard{
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-style: normal; 
		font-weight: normal; 
		color: #000000; 
		text-decoration: none;
	}
	.loginUserclient{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		text-decoration: none; 
		font-style: italic; 
		font-weight: normal; 
	}
	.loginUsername{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 18px; 
		text-decoration: none; 
		font-style: italic; 
		font-weight: bold; 
	}
	.loginWelcome{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 24px; 
		color: #000000; 
		text-decoration: none; 
		font-weight: normal;  
		font-style : italic;  
		padding-bottom : 10px;  
		padding-left : 10px;  
		padding-right : 10px;  
		padding-top : 10px;      
	}
	.navActive{  
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-style: normal; 
		font-weight: bolder; 
		color: #990000; 
		text-decoration: none; 
	}
	.navInactive{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-style: normal; 
		font-weight: normal; 
		color: #990000; 
		text-decoration: none; 
	}
	.navbarLink{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #000000; 
		cursor: hand; 
		text-decoration: none; 
		font-weight: normal; 
	}
	.navbarLinksmall{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		color: #000000; 
		cursor: hand; 
		text-decoration: none; 
		letter-spacing: -1px; 
	}
	.navbarScroll{  
		cursor: hand; 
	}
	.navbarsubLink{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		color: #000000; 
		cursor: hand; 
		text-decoration: none; 
		font-weight: normal; 
		font-variant: normal; 
		text-transform: capitalize; 
	}
	.statusTitle{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 16px; 
		color: #FFFFFF; 
		text-decoration: none; 
		background-color: #000000; 
		text-indent: 10px; 
		font-weight: bold; 
	}
	.statusBody{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		background-color: #99CCFF; 
		font-size: 10px; 
	}
	.tinyLink{  
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		font-style: normal; 
		font-weight: normal;  
		cursor : hand;  
	}
	.tinyText{  
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		font-style: normal; 
		font-weight: normal; 
		color: #000000; 
		text-decoration: none; 
	}
	.tinyWhiteText{  
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		font-style: normal; 
		font-weight: normal; 
		color: #FFFFFF; 
		text-decoration: none; 
	}
	.helpfont{  
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 16px; 
		font-style: normal; 
		font-weight: normal; 
		color: #000000; 
		text-decoration: none; 
	}
	td.cal{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000066;
	  background-color : #d5d6fd;
	}
	select.month{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  width : 85px;
	}
	input.year{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  width : 30px;
	}
	td.calDaysColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffff99;
	  background-color : #000066;
	}
	td.calWeekend {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #c3c4fd;
	}
	td.calBgColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #d5d6fd;
	}
	.calBorderColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #a9a9a9;
	}
	td.calHighlightColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #ffffcc;
	}
	A.cal {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  text-decoration : none;
	}  
	A.cal:Hover {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #FF0000;
	  text-decoration : none;
	} 
	.disabled {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #808080;
	  text-decoration : none;
	}  

	/***** Sexy stuff ******/
	 
div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	opacity: 				.85;
    -ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
    filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				1.5em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}

/*SUBBY STUFF*/

.all-rounded {
		    -webkit-border-radius: 5px;
		    -moz-border-radius: 5px;
		    border-radius: 5px;
		}
		 
		.spacer {
			display: block;
		}
		 
		#progress-bar {
			width: 200px;
			margin: 0 auto;
			background: #cccccc;
			border: 3px solid #f2f2f2;
		}
		 
		#progress-bar-percentage-red {
			background: #ff0000;
			padding: 5px 0px;
			color: #333333;
			text-align: center;
			font-family: Verdana;
		}
		#progress-bar-percentage-amber {
			background: #ffae00;
			padding: 5px 0px;
			color: #333333;
			text-align: center;
			font-family: Verdana;
		}
		#progress-bar-percentage-yellow {
			background: #fffc00;
			padding: 5px 0px;
			color: #333333;
			text-align: center;
			font-family: Verdana;
		}
		#progress-bar-percentage-green {
			background: #21d909;
			padding: 5px 0px;
			color: #333333;
			text-align: center;
			font-family: Verdana;
		}
		#backgroundModal{
		    display:none;
		    position:fixed;
		    _position:absolute; /* hack for internet explorer 6*/
		    height:100%;
		    width:100%;
		    top:0;
		    left:0;
		    background:#000000;
		    border:1px solid #cecece;
		    z-index:6993;
		    }
		#ModalContact{
		    display:none;
		    position:fixed;
		    _position:absolute; /* hack for internet explorer 6*/
		    height:500px;
		    width:70%;
		    min-width: 450px;
		    background:#FFFFFF;
		    border:2px solid #cecece;
		    padding:12px;
		    font-size:13px;
		    z-index:6994;
		    left: 15%;
		    }
		#ModalContact h1{
		    text-align:left;
		    color:#f79700;
		    font-size:22px;
		    font-weight:700;
		    border-bottom:1px dotted #D3D3D3;
		    padding-bottom:2px;
		    margin-bottom:20px;
		    z-index:6995;
		    }
		#ModalContactClose{
		    font-size:14px;
		    line-height:14px;
		    right:6px;
		    top:4px;
		    cursor: pointer;
		    position:absolute;
		    color:#333333;
		    font-weight:700;
		    display:block;
		    z-index:6996;
		    }
		.controlpanel-container {
		    border: 1px solid #333333;
		}
.analysis_wdc {
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
	border: 1px solid #c2c2c2;
}


.em_items td{
	padding: 3px 5px;	
}

.em_notify_box{
	width: 90%;
	padding: 10px;
	margin: auto;
	background: #00ff00;
	border: 2px solid #009900;
	color: #000000;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 14px;
	color           : #000066;
	text-decoration : none;	
}

.em_notify_success{
	background: #00ff00;
	border: 2px solid #009900;
	color: #000000;		
}
.halfer{
    display:inline-block;
    width: 49%;
    vertical-align: top;
}
.formAligner div{
	display: inline-block;
	margin: 0;
        /*vertical-align: bottom;*/
	width: 49%;
}
.formAligner label{
	display: block;
	height: 20px;
	text-align: right;
	margin: 5px;
}

/*.formAligner input[type=text], .formAligner select{
	display:block;
	height: 20px;
	width: 200px;
	margin: 5px;
	
		font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 11px;
	color           : #000066;
	text-decoration : none;
}*/


.right{
	float:right;
	
}
.left{
	float: left;
}

.ns_toolbox_outer img{
    vertical-align: bottom;
}

//////////////////////////////////////
//////////////////////////////////////
///////Progress Bars & Charts/////////
//////////////////////////////////////
//////////////////////////////////////
//////////////////////////////////////

.progress-xs{
    height: 10px;
}

.text-center{
    text-align: center;
}
.progress {
    position: relative;
}

/* line 15, ../../sass/vendors/_bootstrap-progressbar-3.0.0.scss */
.progress .progress-bar {
    /*position: absolute;*/
    overflow: hidden;
    line-height: 10px;
    font-size: 10px;
}

/* line 21, ../../sass/vendors/_bootstrap-progressbar-3.0.0.scss */
.progress .progressbar-back-text {
    /*position: absolute;*/
    width: 100%;
    max-width: 300px;
    /*height: 100%;*/
    max-height: 10px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
/* line 111, ../../sass/vendors/_bootstrap-progressbar-3.0.0.scss */
.progress {
    max-width: 300px;
    height: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 121, ../../sass/vendors/_bootstrap-progressbar-3.0.0.scss */
.progress-bar {
    float: left;
    width: 0;
    height: 10px;
    /*font-size: 12px;*/
    color: #000;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
/* line 135, ../../sass/partials/pages/_project.scss */
.project-progress {
    margin-top: 20px;
}
/* line 138, ../../sass/partials/pages/_project.scss */
.project-progress .easy-pie-chart {
    width: 100px;
}
/* line 141, ../../sass/partials/pages/_project.scss */
.project-progress .easy-pie-chart .percent {
    line-height: 100px;
}
/* line 146, ../../sass/partials/pages/_project.scss */
.project-progress .percent, .project-progress .chart-title {
    color: inherit;
}

.progress-text{
    color: #555;
    display: block;
    vertical-align:top;
    font-family: Verdana;
    font-size: 10px;
    text-align: center;
    margin:auto;
    padding:0;
}
.progress-text-left{
    display: inline-block;
    color: #555;
    font-family: Verdana;
    font-size: 10px;
    /*width: 49%;*/
    /*width: 149px;*/
    /*max-width: 300px;*/
    text-align: left;
}
.progress-text-right{
    display: inline-block;
    color: #555;
    font-family: Verdana;
    font-size: 10px;
    max-width:149px;
    width: 49%;
    /*width: 90px;*/
    /*max-width: 300px;*/
    text-align: right;
}
/*------------------------------------------------*/
/*	Chart
/*------------------------------------------------*/
/* easy pie chart */
/* line 6, ../../sass/partials/_chart.scss */
.easy-pie-chart, .easy-pie-chart-semi {
        font-family: Verdana;
    font-size: 10px;
    position: relative;
    width: 110px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}
/* line 13, ../../sass/partials/_chart.scss */
.easy-pie-chart canvas, .easy-pie-chart-semi canvas {
    position: absolute;
    top: 0;
    left: 0;
}
/* line 19, ../../sass/partials/_chart.scss */
.easy-pie-chart .percent{
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    line-height: 110px;
    z-index: 2;
}
.easy-pie-chart-semi .percent {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    line-height: 55px;
    z-index: 2;
}
/* line 25, ../../sass/partials/_chart.scss */
.easy-pie-chart .percent:after, .easy-pie-chart-semi .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}



/*//////////////////////////////////////
//////////////////////////////////////
///////Progress Bars & Charts END/////
//////////////////////////////////////
//////////////////////////////////////
//////////////////////////////////////*/

#container{
            width: auto;
            height: auto;
            position: relative;
            
        }
        #kAmber, #kRed,#kGreen, #kAmberRed{
            height: 15px;
            width: 15px;
            cursor: pointer; 
            border-radius: 15px;
            margin-left: auto;
            margin-right: auto;
        }
        #kAmber{
            background-color: #ffb84d;
        }
        #kRed{
            background-color: Red;
        }
        #kGreen{
            background-color: Green;
        }
        #kAmberRed{
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb84d+50,ff0000+50 */
            background: #ffb84d; /* Old browsers */
            background: -moz-linear-gradient(45deg,  #ffb84d 50%, #ff0000 50%); /* FF3.6-15 */
            background: -webkit-linear-gradient(45deg,  #ffb84d 50%,#ff0000 50%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(45deg,  #ffb84d 50%,#ff0000 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb84d', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        }
/*        #resultsLeft {
               float: left;
               margin-left:300px;
               margin-right:auto;
        }
        #resultsRight {
               float: right;
               margin-left:auto;
               margin-right:300px;
        }*/
        .formFieldSearch{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #000066; 
		text-decoration: none;
/*                text-align: center;
                padding: 5px;*/
	}
        
        .resultsTableHeaders{
		background: rgb(183,183,183); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3YjdiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzRjNGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(183,183,183,1) 0%, rgba(76,76,76,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,183,183,1)), color-stop(100%,rgba(76,76,76,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(183,183,183,1) 0%,rgba(76,76,76,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(183,183,183,1) 0%,rgba(76,76,76,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(183,183,183,1) 0%,rgba(76,76,76,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(183,183,183,1) 0%,rgba(76,76,76,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-8 */
		padding: 3 3 3 3;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12pt;
		color: #fefefe;
		text-decoration: none; 
		text-align: center;
	}
	 .KeyContainer{ 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #000066; 
                background-color: #DEDEDE;
		text-decoration: none; 
                text-align: center;
                padding: 5px;
                
        }
        
         .formFieldStyle{
                font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #000066; 
                background-color: #ffffff;
		text-decoration: none;
                text-align: center;
                padding: 5px;
        }
