/** timeline asset browser **/
/*****************************************************************************/
.timelineAssetBrowser{
	float: left;
	width: 710px;
}

.timelineAssetBrowser .tableItem{
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	float: left;
	border-bottom: solid 1px #cccccc;
}

.timelineAssetBrowser .assetName{
	font-weight: bold;
	padding:3px 0px 3px 0px;
	float: left;
	width: 710px;
	font-size: 1.2em;
}

.timelineAssetBrowser .assetImage{
	clear: left;
	width: 160px;
	float: left;
}

.timelineAssetBrowser .assetCaption, .timelineAssetBrowser .assetTagLine{
	width: 530px;
	float: right;
	text-align: left;
}

.timelineAssetBrowser .assetCaption{
	color: #4d6588;
	font-size: 1.1em;
	font-weight: bold;
}
/*****************************************************************************/




/** contact list **/
/*****************************************************************************/
/*search form*/
.contactList .activeForm {
	padding-bottom: 20px;
}

.contactList .tableNavigation{
	width:540px;
	background-color:#85a40b;
}
.contactList .navCount{
	color:#fff;
}
.contactList form{
	padding-bottom:20px;
}

.contactList .formLabelH {
	float: left;
	width: 200px;
	padding: 4px 5px 1px 5px;
	text-align: right;
}
.contactList select{
	width: 180px;
}

.contactList .submitButton{
	float: left;
	margin-left: 220px;
	width: 120px;
}

.index_letters{
	position: relative;
	padding: 10px 0px 0px 0px;
	height: 30px;
}

.index_letters .formText{
	position: absolute;
	width: 550px;
	padding: 0px;
	
}

.index_letters .indexCells{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 550px;
}

.index_letters .indexCell button{
	text-align: center;
	width: 21px;
	border: none;
	border-right: 1px solid #ffffff;
	padding: 2px;
	background-color: #AD670F;
	float:left;
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	font-weight: bold;
}

.exportToExcel{
	padding: 0px 0px 0px 0px;
}
/*search form*/


/*results table*/
.tableNavigation .navPageSize select{
	width: 60px;
	font-size: 0.8em;
}


.contactList .tableContents {
	float: left;
	width: 550px;
}

.contactList .tableData {
	float: left;
	padding-bottom: 15px;
}

.contactList .columnTitles{
	float: left;
	width: 560px;
}

.contactList .columnTitle{
	background-color: #AD670F;
	color: #fff;
	float: left;
	border-right: 1px solid #FFFFFF;
	padding: 4px 4px 4px 4px;
}

.contactList .columnTitles .active{
	display: none;
}

.contactList .tableItem {
	clear: left;
	float: left;
	padding: 5px 0px 5px 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #AD670F;
}

.contactList .itemDetails {
	float: left;
	width: 560px;
	padding-right: 0px;
}

.contactList .itemDetails .cell{
	padding: 0px 5px 0px 4px;
	float: left;
	overflow: hidden;
	font-size: 0.9em;
}

.contactList .assetBrw001AssDet .inlineLabel{
	width: 100px;
	float: left;
	font-weight: bold;
}

.miniContactSearchField {
	width: 160px;
}

/*homepage contact search*/
.showAllButton{
	width: 100px;
	margin: 10px 0px 10px 30px;
}
.contactList .backButton{
	padding-left:520px;
}
.contactDetails .inlineLabel{
	width:200px!important;
	padding-bottom:10px;

}

/*****************************************************************************/


/* grey panel */
.homePageNews{
	float: left;
	width: 218px;
}

.homePageNews .widgetHeader{
	background: url(/images/structure/widgets/greyPanel/topBorder001.gif) no-repeat top left;
	width: 218px;
	height: 6px;
	float: left;
}

.homePageNews .widgetFooter{
	background: url(/images/structure/widgets/greyPanel/bottomBorder001.gif) no-repeat bottom left;
	width: 218px;
	height: 7px;
	float: left;
}

.homePageNews .widgetBody{
	border-left: 1px solid #415a68;
	border-right: 1px solid #415a68;
	width: 216px;
	float: left;
}

.homePageNews .widgetBody .title{
	color: #fff;
	background: #415a68;
	width: 190px;
	font-size: 1.2em;
	padding: 2px 13px 10px 13px;
	font-weight: bold;
}

.homePageNews .widgetBody .body{
	width: 190px;
	float: left;
	padding: 11px 13px 10px 13px;
}


.homePageNews .itemDetails{
	width: 190px;
	float: left;
	padding: 0px 0px 10px 0px;
}

.homePageNews .itemDetails .itemName {
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}

.homePageNews .itemDetails .cell{
	width: 190px;
	float: left;
}
 