/* Footer CSS for OnePass Signon from a desktop */
/* Copyright 2013: Thomson Reuters Global Resources. All Rights Reserved. Proprietary and Confidential information of TRGR. Disclosure, Use or Reproduction without the written authorization of TRGR is prohibited. */

/* Footer Classes */
.cosi .footer
{
	font-size: .8em;
	clear: both;
	width: 100%;
	padding: 0px;
	right: 0;
	bottom: 0;
	background: #FFF url(/images/footergradiant.png) repeat-x right top;
	overflow: hidden;
	border-top: 1px solid #F1F1F1;
}
.cosi .footer-3line
{
	height: 65px;
	margin: -66px 0px 0px 0px;
}
.cosi .footer-4line
{
	height: 83px;
	margin: -84px 0px 0px 0px;
}
.cosi .footer .contentpad
{
	padding: 5px 10px 0px 10px;
}
.cosi .footer .thomsonreuterslogo
{
	display: inline;
	float: right;
	margin-top: 5px;
}
.cosi .footer ul
{
	margin-top: 3px;
}
.cosi .footer ul li
{
	display: inline-block;
	padding: 0 3px 0 5px;
	border-left: 1px solid #cccccc;
}
.cosi .footer ul li.first
{
	border: none;
	padding-left: 0;
}
