#list {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

	#list .listTitle1 a:link,
	#list .listTitle1 a:visited {
		color:#8D1919;
		float:left;
	}

	#list .listTitle2 a:link,
	#list .listTitle2 a:visited {
		color:#00ADC5;
		float:right;
	}
	
	#list .listTitle3 a:link,
	#list .listTitle3 a:visited {
		color:#AE9962;
		float:left
	}		

	#list .titles {
	margin-top: 5px;
	margin-bottom: 10px;
	}

	#list .titles ul {
	margin: 0;
	list-style: none;
	background-color:#0033CC;
	padding: 0;
	}
	#list .titles li {
	padding: 0;
	margin: 0;
	display: block;
	list-style:none;
	
	}
	#list .titles a:link,
	#list .titles a:visited {
	display: block;
	color: #7D7D32;
	text-decoration:none;
	font-weight:bold;
	background-image: url(/img/arrow.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 10px;
	list-style:none;
	}
	#list .titles a:hover {
	color: #BDBB64;
	}

#list .break {
	display: block;
	border-bottom:1px solid #cccccc;
	height: 0px;
}



#list .details {
	margin-bottom: 10px;
	margin-top: 10px;
}

#list .gridTitle1 {
	color:#333333;
	height:30px;
	padding-bottom:10px;	
}

#list .gridTitle1 a:hover {
	text-decoration:underline;
}

#list .gridTitle2 {
	color:#00ADC5;
	height:30px;
	padding-top:20px;
	padding-bottom:10px;
	
}


#list .gridTitle3 {
	color:#AE9962;
	height:30px;
	padding-top:20px;
	padding-bottom:10px;	
}


#list .blueLine {
	width:550px;
	height:5px;
	border-bottom: 1px solid #DFE0E2;
	clear: both;
	display: block;
}



	#list .details .item {
	display: block;
	xborder-bottom: 1px solid #BFD5E2;
	padding: 0;
	margin: 0px 0px 5px 0px;
	padding-top:5px;
	}
	#list .details .item.last {
		border-bottom: 0px;
	}
	#list .details .title {
	color:#676767;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 1em;
	font-weight:normal;
	text-align:left;
	left:0px;	
		}
		
	#list .details .logo {
	text-align:center;
		}		
		#list .details .date {
	color:#676767;
	margin:0px 0px 0px 0px;
	padding:2px 0px 5px 0px;
	font-size: 1em;
	text-align:left;
	left:0px;
		}		
		
		#list .details .desc {
	padding-left: 20px;		
	font-weight:bold;
		}
		#list .details .back {
	display: block;
	text-align: right;
	padding-bottom: 5px;
		}
		#list .details .title a:link,
		#list .details .title a:visited {
		color:#333333;
	text-decoration:none;
		}
		#list .details .title a:hover {
	color: #676767;
		}


#leftDetails {
	display:block;
	float:left;
	position:relative;
	clear:both;
	width:550px;
}

#icon {
	display:block;
	float:left;
	width:50px;
	padding-bottom:10px;
}

#titleDate {
	display:block;
	float:right;
	text-align:left;
	width:500px;
}