button {
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	height:30px;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
		}

button span, button em {
        display:block;
        height:28px;
        line-height:28px;
        margin:0;
        color:#ffffff;
}

button span {
	padding-left:10px;
	background:url(images/bg_button.gif) no-repeat 0 0;
}

button em {
        font-style:normal;
        padding-right:10px;
        background:url(images/bg_button.gif) no-repeat 100% 0;
}

button.first span {
        padding-left:10px;
        background:url(images/bg_button.gif) no-repeat 0 -84px;
}

button.first em {
        font-style:normal;
        padding-right:10px;
        background:url(images/bg_button.gif) no-repeat 100% -84px;
}

button:hover span, button.over span {
        padding-left:10px;
        background:url(images/bg_button.gif) no-repeat 0 -28px;
}

button:hover em, button.over em {
        font-style:normal;
        padding-right:10px;
        background:url(images/bg_button.gif) no-repeat 100% -28px;
}

button.disabled { cursor:text; }
button.disabled span, button.disabled em { color:#ffffff; }
button.disabled span {
        padding-left:10px;
        background:url(images/bg_button.gif) no-repeat 0 -56px;
}
button.disabled em {
        font-style:normal;
        padding-right:10px;
        background:url(images/bg_button.gif) no-repeat 100% -56px;
}

/* IE hacks to add some space between buttons */
* html button { margin-right:5px; }
*+html button { margin-right:5px; }

.imageborder {
	padding: 3px;
}
.text {
	font-size: 12px;
	color: #6e7980;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	padding: 0px;
}
.textblack {
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	padding: 4px;
}
.textboldunderline {
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	text-decoration: underline;
	padding-top: 4px;
}
.textgray {
	font-size: 12px;
	color: #d0d0d0;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	letter-spacing: normal;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;

}
.divider {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: solid;
}


BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);

	}


.input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-image: url(images/gradient.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.input2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-image: url(images/gradient_highlight.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.input3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-image: url(images/gradient_error.jpg);
	background-color: #ff0000;
	background-repeat: repeat-x;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;


}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6E7980;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF4545;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF4545;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.tdbgLONG {
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.text_td {
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	width: 636px;
}
.bluetext {
	font-size: 14px;
	color: #00deff;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	letter-spacing: -1px;

}
.img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #AEAEAE;
	margin: 1px;
	padding: 1px;
}

a.second:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0099FF;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;


}
a.second:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3399FF;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
a.second:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3366FF;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
a.second:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #330099;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #c6ff00;
}
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	letter-spacing: -1px;


}
a.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	letter-spacing: -1px;
}
a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	letter-spacing: -1px;
}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	letter-spacing: -1px;
}
a.subnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;


}
a.subnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

}
a.subnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

}
a.subnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

}
.tmedium {
	font-size: 12px;
	color: #FF4545;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: normal;
}

.textunderlinewhite {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
	color: #FFFFFF;
}

.textunderline {
	font-size: 14px;
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	text-decoration: underline;
}

.textred {
	font-size: 12px;
	color: #E22021;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	padding: 0px;
}
.textgreen {
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	padding: 0px;
}
.textpage {
	font-size: 11px;
	color: #6e7980;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	padding: 4px;
	margin: 4px;
}
.textpage2 {

	font-size: 14px;
	color: #6e7980;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	padding: 4px;
	margin: 4px;
}
.Heading {
	font-size: 24px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	padding: 4px;
}
.mastertable {
	font-style: normal;
	line-height: normal;
	padding-right: 20px;
	padding-left: 20px;
}
.internal_left {
	font-style: normal;
	line-height: normal;
	padding-left: 20px;
}

.internal_right {
	font-style: normal;
	line-height: normal;
	padding-right: 20px;
}
.internal_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	letter-spacing: -1px;
	background-image: url(images/heading_bg.jpg);
	background-repeat: repeat-x;
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.internal_plain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 6px;
}
.textbold {
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	padding: 0px;
}
.internal_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 6px;
	background-color: #9AF96C;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.internal_amber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 6px;
	background-color: #F99E17;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.internal_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 6px;
	background-color: #FF0000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.internal_underline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.internal_leftline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.internal_rightline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.internal_dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 6px;
	background-image: url(images/gradient_dark.jpg);
	background-color: #7e7e7e;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.internal_light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 6px;
	background-image: url(images/gradient_light.jpg);
	background-color: #a4a4a4;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
a.thirdhighlight:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #FFFF00;
}
a.thirdhighlight:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #FFFF00;
}
a.thirdhighlight:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #FFFF00;
}
a.thirdhighlight:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #FFFF00;
}
.icon-document {
    background: url(https://www.quadsafety.org/images/icons/document.png) no-repeat left top;
    display:inline;
    padding-left:18px;
    margin-left: 10px;
    padding-right:10px;
}
.icon-email {
    background: url(https://www.quadsafety.org/images/icons/email.png) no-repeat left top;
    display:inline;
    padding-left:18px;
    margin-left: 10px;
    padding-right:10px;
}
.modalBackground {
    background-color:black;
	filter:alpha(opacity=70);
	opacity:0.7;
}