/*Footer Close State */
#dmgfooterclosestate {
	display: none;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: 468px;
	width: 20px;
	padding: 3px;
}
/*Footer Open State */
#dmgfooter {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	padding: 3px;
}
/*Set Properties of Footer */
.dmgfooterProp {
	/*Set Fonts and Colors */
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	line-height: 18px;
	/*Set Curve Radius */
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border: 1px solid #666; border-bottom: none;
	/*Set Shadow */
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
    /*Set Background Gradient */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d0d0d0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d0d0d0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d0d0d0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d0d0d0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d0d0d0 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#d0d0d0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-9 */
	/* Clearfix (all browsers) */
	#dmgfooter:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* IE6 */ * html #dmgfooter {height: 1%;}/* IE7 */*:first-child+html #dmgfooter {min-height: 1px;}
}

/* Quote Sections */
.ftsection {
	padding: 5px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #CCC;
	float: left;
	text-align: left;
}
.ftfirst {border-left: none;}
.ftlast {border-right: none; float: right;}
.ftpositive {color: #006600;}
.ftnegative {color: #CC0000;}
.ftqt {font-weight: normal; color: #666;}
.ftqt a{color: #0066CB; text-decoration: none;}
.ftqt a:hover{text-decoration: underline;}
.ftad {margin-top: -3px; margin-bottom: -3px;}
.ftnewsltter {border-right: none;}
