@charset "utf-8";
/* 
	Grey bottom footer css
	KDWebServices
	
 */

#tmpl_footer_table {
	color:#666666;
	font-size:11px;
	margin-top:10px;
	width:940px;
}
#tmpl_footer_table tr.head {
	background-color:#CCCCCC;
}
#tmpl_footer_table tr.head td.left {
	vertical-align:top;
	width:7px;
}
#tmpl_footer_table tr.head td.middle {
	padding:5px;
}
#tmpl_footer_table tr.bod td.left {
	vertical-align:bottom;
	width:7px;
}
#tmpl_footer_table td.middle td {
	vertical-align:top;
	width:25%;
}
#tmpl_footer_table td.middle a {
	color:#666666;
}
#tmpl_footer_table td.middle a:visited {
	color:#666666;
}
#tmpl_footer_table td.middle h4 {
	font-size:14px;
	margin:0 0 10px;
}
#tmpl_footer_table td.middle p {
	margin:0;
}
#tmpl_footer_table td.middle table {
	font-size:11px;
}
#tmpl_footer_table tr.bod {
	background-color:#EEEEEE;
}
#tmpl_footer_table tr.head td.right {
	vertical-align:top;
	width:7px;
}
#tmpl_footer_table tr.bod td.middle {
	padding:5px;
}
#tmpl_footer_table tr.bod td.right {
	vertical-align:bottom;
	width:7px;
}
#tmpl_footer_table td.bottom {
	color:#FFFFFF;
	font-weight:bold;
	padding:10px;
	text-align:right;
}
#tmpl_footer_table td.bottom a {
	color:#FFFFFF;
}
#tmpl_footer_bottom {
	background-image:url(../../_IMAGES/_XSL/www_main/footer_bottom.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height:48px;
}
