@charset "utf-8";
/* CSS Document */

.MasterContainer .source {
	float: left;
	font-weight: bold;
	font-size: 1.3em;
}
.MasterContainer .fav, .DetailColumnTitle .fav {
	float: left;
	margin-right: 5px;
}
.MasterContainer .date {
	float: right;
}
.MasterContainer .title {
	clear:both;
	font-style:italic;
	display: block;
	margin: 5px 0 0 25px;
}

.MasterDetail .MasterContainer {
	/*border-bottom: none;*/
}
.MasterDetail .MasterColumn {
	border-bottom:#7C7C7C 1px solid;
	background-color: #EAEAEA;
	line-height: 1.3em;
}
.MasterDetail .MasterColumnHover {
	background-color: #CCCCCC;
}
/*
.MasterDetail .MasterColumnHover {
	background-color: #CCCCCC;
}
.MasterDetail .MasterColumnSelected {
	background-color: #03C;
}
.ui-tabs-nav .ui-tabs-selected a {
    z-index: 2;
	background: #03C url(img/0181BE_40x100_textures_06_inset_hard_50.png) 0 50% repeat-x;
	color: #fff;
}
*/
.MasterDetail .MasterColumnSelected {
	/*background: #03C url(/img/0181BE_40x100_textures_06_inset_hard_50.png) 0 50% repeat-x;*/
	background: #03C url(/img/cell-bg.png) 0 50% repeat-x;
}
/*float left*/
.MasterDetail .imageLeft{
	float: left;
    margin-right: 10px; /*space around the image*/
}

/*float right*/
.right{
	float: right; /*right in our text*/
	margin-left: 10px;
}
.MasterDetail .DetailColumnTitle {
	font-style:italic;
	font-weight: bold;
	color: white;
/*	background: #03C url(/img/0181BE_40x100_textures_06_inset_hard_50.png) 0 50% repeat-x;*/
	background: #03C url(/img/cell-bg.png) 0 50% repeat-x;
	padding: 5px 0 15px 10px;
	margin-top: -10px;
	margin-bottom: 10px;
	margin: -10px -10px 10px -10px;
}
.MasterDetail .DetailColumnLink {
	text-align: center;
}
.MasterDetail .DetailColumnLink a{
	font-size: 0.8em;
	text-decoration: none;
	border-bottom: #039 1px dotted;
}
.MasterDetail .DetailColumnLink a:hover{
	font-size: 0.8em;
	text-decoration: none;
	color: #03C;
	border-bottom: #FFFFFF 1px dotted;

}
.MasterDetail .DetailThumbQuoteContainer {
	margin-right: 10px;
}