@charset "UTF-8";
/* CSS Document */

.Social{
	margin-top:50px;
	height:64px;
	text-align:center;
}

.Social img{
	padding-top: 4px;
	padding-left:20px;
	height:35px;
	width:auto;
}

.pageHeader{
	vertical-align:bottom;
	background-color:#003a70;
	height:50px;
}

#lstFavorites{
	/*margin-left:20px;*/
	/*width:650px;
	height:600px;*/
	/*background-color:#eeeeee;*/
	overflow-y:auto;
	height: 600px;
	
}
.favrow:hover{
	background-color:#fcfcfc;
}
.favcol1{
	width:300px;
	padding:7px;	
}
.favcol2{
	width:100px;
	padding:7px;	
}
.favcol3{
	width:100px;
	padding:7px;	
}
.favcol4{
	width:200px;
	padding:7px;	
}
.favcol4 a{
	color:#0000ee;
	text-decoration:none;
}
.favviewbutton{
	float:left;	
	margin-right:30px;
	margin-left:30px;
}
