
#_10d_pagefooter{
	position:relative;
	display:block;
	float:left;
	width:100%;
	height:200px;
	background-color:#A4D4FF;
	background-image: linear-gradient(to bottom right,#A4D4FF, #208BED);
	color: #ffffff;
	font-size: 12px;
		
}

#_10d_pagefooter_content{
	position:absolute;
	left:20px;right:20px;
	top:10px;bottom:10px;
	display:block;	
}

#_10d_pagefooter_left {
	position:absolute;
	bottom:0px;
	left:0;
	height:auto;
	width:auto;
}

#_10d_pagefooter_right{
	position:absolute;
	bottom:0px;
	right:0px;
	height:auto;
	width:auto;
	padding:10px;
}

._10d_pagefooter_linkbar_link {
	padding:0;
	color: #71ADE8;
	text-decoration:none;
}

._10d_pagefooter_linkbar_link:hover {
	color: #4991D8;
}


._10d_pagefooter_linkbar_link.disabled {
	opacity:0.6;
}