@import "superfish.css";

/******************  RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
}
tbody, tfoot, thead, tr, th, td {
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
}

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	font-weight:normal;
}
blockquote {
	padding-left:2em;
	padding-bottom:1.44em;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
strong {
	font-weight:bold;
}
/******************  THEMEING */
body {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
	body#template4 {
		background:url(/Pics/bg/bg_body.jpg) fixed top center no-repeat #393996;
	}
	/****************** Popup Interior Page */
	body.popup {
		background:url(/Pics/bg/bg_body.jpg) fixed top center no-repeat #393996;
	}
	.popupmasthead {
		background:transparent;
	}
	.popupcontent {
		background:transparent;
	}
	.popupfooter {
		background:transparent;
	}
a {
	text-decoration:none;
	color:#393996;
}
a:hover {
	text-decoration:underline;
	color:#43498d;
}
a:visited {
	color:#393996;
}
a:visited:hover {
	color:#43498d;
}

p {
	line-height:1.44em;
	padding:0 0 1.44em 0;
}
/******* headers */
h1 {
	font-size:133%;
	line-height:1;
	font-weight:bold;
	padding:0;
	margin:.2em 0;
}
h2 {
	font-size:117%;
	line-height:1;
	font-weight:bold;
	padding:0;
	margin:.2em 0;
}
h3 {
	font-size:100%;
	line-height:1;
	font-weight:bold;
	padding:0;
	margin:.2em 0;
}
h4 {
	font-size:95%;
	line-height:1;
	font-weight:bold;
	padding:0;
	margin:.2em 0;
}
h5 {
	font-size:92%;
	line-height:1;
	font-weight:bold;
	padding:0;
	margin:.2em 0;
}
h6 {
	font-size:92%;
	line-height:1;
	font-weight:normal;
	padding:0;
	margin:.2em 0;
}
/****************** Corners */
/*******  drops */
.shadowTable {
	width:100%;
}
.drop_top {
	background:url("../images/frame/bg/drop/top.png") repeat-x left bottom; font-size:1px; line-height:5px; height:5px;
}
.drop_topleft {
	background:url("../images/frame/bg/drop/topleft.png") no-repeat;
}
.drop_topright {
	background:url("../images/frame/bg/drop/topright.png") no-repeat;
}
.drop_left {
	background:url("../images/frame/bg/drop/left.png") repeat-y right top;
}
.drop_body {
}
.drop_right {
	background:url("../images/frame/bg/drop/right.png") repeat-y left top;
}
.drop_bot {
	background:url("../images/frame/bg/drop/bot.png") repeat-x left top; font-size:1px; line-height:5px; height:5px;
}
.drop_botleft {
	background:url("../images/frame/bg/drop/botleft.png") no-repeat;
}
.drop_botright {
	background:url("../images/frame/bg/drop/botright.png") no-repeat;
}
/*******  corners */
.roundTable {
	width:100%;
}
.round_top {
	background:url("../images/frame/bg/round/top.png") repeat-x left bottom;
}
.round_topleft {
	background:url("../images/frame/bg/round/topleft.png") no-repeat;
}
.round_topright {
	background:url("../images/frame/bg/round/topright.png") no-repeat;
}
	.round_top2 {
		background:url("../images/frame/bg/round2/top.png") repeat-x left bottom;
	}
	.round_topleft2 {
		background:url("../images/frame/bg/round2/topleft.png") no-repeat;
	}
	.round_topright2 {
		background:url("../images/frame/bg/round2/topright.png") no-repeat;
	}
.round_left {
	background:url("../images/frame/bg/round/left.png") repeat-x right top #373737;
}
.round_body {
	background:url("../images/frame/bg/round/left.png") repeat-x right top #373737;
}
.round_right {
	background:url("../images/frame/bg/round/right.png") repeat-x left top #373737;
}
.round_bot {
	background:url("../images/frame/bg/round/bot.png") repeat-x left top;
}
.round_botleft {
	background:url("../images/frame/bg/round/botleft.png") no-repeat;
}
.round_botright {
	background:url("../images/frame/bg/round/botright.png") no-repeat;
}
/****************** ETC */
.clear, .clearfix {
	clear:both;
	}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	}
.alignright {
	float:right;
	display:inline;
}
.list_block {
	list-style-type:none;
	display:block;
} /* barebones only:skin sub and foot navs pull from this */
.list_block li {
	display:block;
	float:left;
}
.pad img {
	display:block;
	margin-right:5px;
}
.image_top_left {
	display:block;
	float:left;
	padding:0 10px 10px 0;
	margin:0;
}
.image_top_right {
	display:block;
	float:right;
	padding:0 10px 0 10px;
	margin:0;
}
.image_no_text_wrap {
	display:block;
	padding:0 0 10px 0;
	margin:0;
	clear:both;
}
.display_block {
	display:block;
}
.display_inline {
	display:inline;}
.nomarg	{
	margin:0 !important;
}
	.nomarg_bottom {
		margin-bottom:0 !important;
	}
	.nomarg_top	{
		margin-top:0 !important;
	}
	.nomarg_left {
		margin-left:0 !important;
	}
	.nomarg_right {
		margin-right:0 !important;
	}
.nopad	{
	padding:0 !important;
}
	.nopad_bottom {
		padding-bottom:0 !important;
	}
	.nopad_top {
		padding-top:0 !important;
	}
	.nopad_left {
		padding-left:0 !important;
	}
	.nopad_right {
		padding-right:0 !important;
	}

/* layout */
#wrapper {
	width:907px;
	margin:0 auto;
	padding-bottom:25px;
	}
#outertable {
	width:907px;
	background:url(../Images/frame/bg/bg_outertable.gif) 0 0 repeat-y #000;
	padding-bottom:10px;
	}
#content {
	width:589px;
	padding-top:10px;
	}
td#maintop {
	width:589px;
	}
td#mainbot {
	width:589px;
	}
td#mainleft {
	width:277px;
	padding-right:12px;
	}
td#maintopleft {
	width:277px;
	padding-right:12px;
	}
td#mainbotleft {
	width:277px;
	padding-right:12px;
	}
td#mainright {
	width:300px;
	}
td#maintopright {
	width:300px;
	}	
td#mainbotright {
	width:300px;
	}
body#template4.home #content { 
	width:751px;
	padding-left:12px;
	padding-top:10px;
	}
	body#template4.home td#maintop { 
		width:751px;
		}
	body#template4.home td#mainbotleft { 
		width:439px;
		padding-right:12px;
		}
	body#template4.home td#mainbotright { 
		width:300px;
		}
td#leftnav { 
	width:150px;
	padding:0 12px;
	background:url(../images/frame/bg/bg_leftnav.gif) repeat-y 0 10px;
	}
	#leftnavigation {
		border-style:solid;
		border-width:10px 0 0 0;
		border-color:#000;
		}
	#leftnavigation li {
		width:150px;
		padding:4px 0;
		border-bottom:1px solid #fff;
		}
	#leftnavigation a {
		padding:0 12px;
		font-weight:bold;
		}
	#leftnavigation a, #leftnavigation a:visited {
		color:#fff;
		}
	#leftnavigation a:hover, #leftnavigation a:visited:hover {
		color:#fffb00;
		text-decoration:none;
		}
#rm {
	width:120px;
	padding:10px 12px 0;
	}
	
/* Header */
td#header {
	}
td#header img {
	/*display:block;
	margin:0 auto;*/
	}
#topnav {
	margin:0 -3px 0 0;
	border:1px solid #fff;
	background:#c00;
	width:908px;
	}
/* Footer */
#footcap {
	background:url(../images/frame/bg/bg_foot.gif) no-repeat 0 0;
	height:10px;
	overflow:hidden;
	}
#footer {
	width:907px;
	padding:10px 0;
	background:#fff;
	color:#000;
	line-height:1.2;
}
	#footer strong {
		color:#b02419;
		}
	#footer img.logo_lincoln-foot {
		display:block;
		float:left;
		margin:0 15px 0 115px;
		_margin-left:57px;
		}
	#footer img.ei_logo {
		/*display:none*/;
		display:block;
		clear:both;
		margin:4px auto;
	}
	#footer ul {
		font-weight:normal;
		font-style:normal;
	}
	#footer li {
		display:inline;
	}
	#footer a {
		color:#000;
		padding:0 5px;
	}
	#footer a:hover {
		color:#666;
		text-decoration:none;
	}
	#footer a:visited {
		color:#000;
	}
	#footer a:visited:hover {
		color:#666;
	}

/****************** Skins */
.skin {
	margin:0 0 12px 0;
	}
.skin .skin {
	margin-left:0 !important;
	margin-right:0 !important;
	margin-bottom:8px;
	} /* left and right margin removal removes any top-level margins from secondary skins when double-skinning occurs */
	#maintop .skin, #mainbot .skin, #mainfull .skin {
		}
		#maintop .left .skin {
			}
		#mainbot .left .skin {
			}
		#maintop .right .skin {
			}
		#mainbot .right .skin {
			}
	#rm .skin {
		}
.skin_m01 {
	}
.skin_m02 {
	}
.skin_rm01 {
	}
.skin_rm02 {
	}
.bg_01 {
	background:#fff;
	border:1px solid #fffc00;
	color:#000;
	padding:7px;
	}
.bg_02 .contentblock_bg02 {
	background:url(../images/skins/bg_02.jpg) repeat-x 0 0 #747372;
	padding:8px;
	}
.bg_03 .contentblock_bg03 {
	background:#000;
	padding:7px;
	border:1px solid #fff;
	}
/* Main Area */
.label_text {
	padding:4px 8px;
	}
.label_text h2 {
	margin:0;
	color:#fff;
	text-transform:uppercase;
	}
	.label_text.label_text_m01 {
		}
	.label_text.label_text_bg01 {
		padding:0;
		}
	.label_text.label_text_bg02 {
		padding:0 8px 6px 8px;
		}
	.label_text.label_text_bg02 {
		background:url(../images/skins/bg_rm02.jpg) 0 0 repeat-x #9f9f9f;
		}
	.label_text.label_text_m01 h2 {
		color:#fffb00;
		}
	.label_text.label_text_bg01 h2 {
		color:#292c4f;
		}
	.label_text.label_text_bg02 h2 {
		color:#000;
		}
.label_img {
	padding:0 8px;
	}
.inset_banner {
	}
.inset_banner img {
	display:block;
	margin:0 auto;
	}
.subnav {
	padding:4px 8px;
	font-size:92%;
	} /* div containing <ul> */
.subnavblock {
	} /* class on <ul> */
.subnavblock li {
	padding:0 4px 0 0;
	float:right;
	/*border-left:1px solid #bbb;*/
	}
	.subnavblock li.first {
		border:none;
	}
	.subnavblock li.last {
	}
.subnavblock a {
	padding:0 4px 0 0;
}
	.subnavblock li.first a {
		padding:0;
	}
	.subnavblock li.last a {
	}
.subnavblock a, .subnavblock a:visited {
	}
.subnavblock a:hover, .subnavblock a:visited:hover {
	}
.contentblock {
	padding:8px;
	}
.contentblock ul {
	}
	.contentblock.nopad {
		padding:0 !important;
		}
.footlinks {
	padding:4px 8px;
	font-size:92%;
	} /* div containing <ul> */
.footlinksblock {
	} /* class on <ul> */
.footlinksblock li {
	padding:0 4px 0 0;
	float:right;
	}
	.footlinksblock li.first {
	}
	.footlinksblock li.last {
	}
.footlinksblock a {
	padding:0 4px 0 0;
}
	.footlinksblock li.first a {
		padding:0;
	}
	.footlinksblock li.last a {
	}
.footlinksblock a, .footlinksblock a:visited {
	color:#6977f3;
	}
.footlinksblock a:hover, .footlinksblock a:visited:hover {
	color:#6977f3;
	}
/* RM Area */
.rmlabel_text {
	padding:4px 8px;
	}
.rmlabel_text h4 {
	margin:0;
	color:#1d181d;
	font-size:13px;
	}
	.rmlabel_text.rmlabel_text_rm01 {
		background:url(../images/skins/bg_rm01.jpg) 0 0 repeat-x #dd1404;
		}
	.rmlabel_text.rmlabel_text_rm01 h4 {
		}
	.rmlabel_text.rmlabel_text_rm02 {
		background:url(../images/skins/bg_rm02.jpg) 0 0 repeat-x #9f9f9f;
		}
	.rmlabel_text.rmlabel_text_rm02 h4 {
		}
	.rmlabel_text.rmlabel_text_rm03 {
		background:url(../images/skins/bg_rm01.jpg) 0 0 repeat-x #dd1404;
		}
	.rmlabel_text.rmlabel_text_rm03 h4 {
		}
.rmlabel_img {
	padding:0 8px;
	}
	.rmlabel_img.rmlabel_img_rm01 {
		background:url(../images/skins/bg_rm01.jpg) 0 0 repeat-x #dd1404;
		}
	.rmlabel_img.rmlabel_img_rm02 {
		background:url(../images/skins/bg_rm02.jpg) 0 0 repeat-x #9f9f9f;
		}
	.rmlabel_img.rmlabel_img_rm03 {
		background:url(../images/skins/bg_rm01.jpg) 0 0 repeat-x #dd1404;
		}
.rmitem {
	padding:8px;
	} /* any margin and padding removed for nopad skin below */
.rmitem a {
	}
.rmitem a:hover {
	}
.rmitem a:visited {
	}
.rmitem a:visited:hover {
	}
	.rmitem.rmitem_rm01 {
		padding:7px;
		border:1px solid #fff;
		border-top:none;
		background:#000;
		}
	.rmitem.rmitem_rm01 a {
		}
	.rmitem.rmitem_rm01 a:hover {
		}
	.rmitem.rmitem_rm01 a:visited {
		}
	.rmitem.rmitem_rm01 a:visited:hover {
		}
	.rmitem.rmitem_rm02 {
		background:#393996;
		}
	.rmitem.rmitem_rm02 a {
		color:#fffb00;
		}
	.rmitem.rmitem_rm02 a:hover {
		color:#fffb00;
		}
	.rmitem.rmitem_rm02 a:visited {
		color:#fffb00;
		}
	.rmitem.rmitem_rm02 a:visited:hover {
		color:#fffb00;
		}
	.rmitem.rmitem_rm03 {
		background:#fff;
		color:#000;
		}
	.rmitem.rmitem_rm03 a {
		}
	.rmitem.rmitem_rm03 a:hover {
		}
	.rmitem.rmitem_rm03 a:visited {
		}
	.rmitem.rmitem_rm03 a:visited:hover {
		}
.rmitem.nopad {
	padding:0 !important;
	border:none !important;
	}


/******************  Control-specific */
/******* Gallery Teaser */
.PhotoGalleryTeaserWrap img.photos_spacer {
	display:none;
	}
.PhotoGalleryTeaserWrap img.photos_spacerthumb {
	display:block;
	margin-right:10px;
	margin-bottom:10px;
}
/******* RM Poll */
#ctl00_Rm_GenericControl5_uc921ac22f74564dab8e3d4eca4f73a2f2_PollPanel table td{
	background:#292c4f;
	padding:0 2px;
}
#ctl00_Rm_GenericControl5_uc921ac22f74564dab8e3d4eca4f73a2f2_PollPanel table td.miniheader{
	padding:0;
	background:none !important;
}
/******* Ratings Meter Fix */
.ratingMeter {
	background:none;
	}
.ratingMeter img, .ratingMeter a img {
	float:left;
	padding:0 !important;
	margin:0 !important;
}
/******************  v2.0 text styles */
.white {
	color:#fff;
}
.black {
	color:#000;
}
.dark, .skin.bg_02 .skin .dark, .skin.bg_03 .skin .dark, .skin.skin_rm01 .skin .dark {
	color:#333;
}
	.skin.bg_02 .dark, .skin .skin.bg_02 .dark,
	.skin.bg_03 .dark, .skin .skin.bg_03 .dark ,
	.skin.skin_rm01 .dark, .skin .skin.skin_rm01 .dark {
		color:#ccc;
	}
.lit {
	color:#a84ce8;
}
.dim , .skin.skin_rm02 .skin .dim, .skin.bg_02 .skin .dim {
	color:#666;
}
	.skin.skin_rm02 .dim , .skin .skin.skin_rm02 .dim {
		color:#999;
	}
	.skin.bg_02 .dim , .skin .skin.bg_02 .dim {
		color:#ddd;
	}
	.skin .trdef .dim,
		.skin .skin.bg_01 .trdef .dim,
	.skin .sbtrdef .dim,
		.skin .skin.bg_01 .sbtrdef .dim,
	.skin .tralt .dim,
		.skin .skin.bg_01 .tralt .dim,
	.skin .sbtralt .dim,
		.skin .skin.bg_01 .sbtralt .dim	,
	.skin .alt .dim,
		.skin .skin.bg_01 .alt .dim	{
		color:#999;
		}
	.skin.bg_01 .trdef .dim, .skin.skin_rm03 .trdef .dim,
		.skin.bg_01 .skin .trdef .dim, .skin.skin_rm03 .skin .trdef .dim,
	.skin.bg_01 .tralt .dim, .skin.skin_rm03 .tralt .dim,
		.skin.bg_01 .skin .tralt .dim, .skin.skin_rm03 .skin .tralt .dim ,
	.skin.bg_01 .alt .dim, .skin.skin_rm03 .alt .dim,
		.skin.bg_01 .skin .alt .dim, .skin.skin_rm03 .skin .alt .dim ,
	.skin.bg_01 .sbtralt .dim, .skin.skin_rm03 .sbtralt .dim,
		.skin.bg_01 .skin .sbtralt .dim, .skin.skin_rm03 .skin .sbtralt .dim {
		color:#666;
		}
.accent {
}
.alert {
	color:#f30;
}
/****************** v1.0 text styles, required for controls */
/* Headers */
.largeheader, .skin.bg_01 .skin .largeheader, .skin.skin_rm03 .skin .largeheader {
	font-weight:bold;
	font-size:120%;
	color:#fffb00;
}
	.skin.bg_01 .largeheader, .skin .skin.bg_01 .largeheader {
		color:#dd190a;
	}
	.skin.skin_rm03 .largeheader, .skin.skin_rm03 .largeheader {
		color:#dd190a;
	}
.header, .skin.bg_01 .skin .header, .skin.skin_rm03 .skin .header {
	font-weight:bold;
	font-size:92%;
	color:#fffb00;
}
	.skin.bg_01 .header, .skin .skin.bg_01 .header {
		color:#dd190a;
	}
	.skin.skin_rm03 .header, .skin .skin.skin_rm03 .header {
		color:#dd190a;
	}
.subheader, .skin.skin_rm02 .skin .subheader, .skin.skin_rm03 .skin .subheader {
	font-weight:bold;
	font-size:92%;
	color:#999;
}
	.skin.skin_rm02 .subheader, .skin .skin.skin_rm02 .subheader {
		color:#2f2f30;
	}
	.skin.skin_rm03 .subheader, .skin .skin.skin_rm03 .subheader {
		color:#2f2f30;
	}
/* Links */
a.jumperlink {
	font-size:92%;
	font-weight:bold;
}
a.rmjumperlink, a:visited.rmjumperlink {
	color:#fffb00;
}
	a.rmjumperlink:hover, a:visited:hover.rmjumperlink {
		color:#dfd622;
	}
a.largeheaderlink {
	font-weight:bold;
}
a.headerlink {
	font-weight:bold;
}
/* Small Text */
.mini {
	font-size:95%;
}
.minilit {
	font-size:95%;
	color:#a84ce8;
}
.miniheader, .sblabel, .rmheader {
	font-size:95%;
	font-weight:bold;
	color:#dd190a;
} /* shouldn't necessarily match any of your header classes above; check out a blog post "submit comment" section to see why */
.rmheader {
	color:#a4a4a4;
}
	#rm  .rmitem_rm01 .miniheader, #rm  .rmitem_rm02 .miniheader {
		color:#fffb00;
		}
	#rm .rmitem_rm03 .miniheader, #rm .contentblock_bg01 .miniheader {
		color:#f00;
		}
.minidim , .skin.skin_rm02 .skin .minidim, .skin.bg_02 .skin .minidim {
	color:#666;
	font-size:95%;
}
	.skin.skin_rm02 .minidim , .skin .skin.skin_rm02 .minidim {
		color:#999;
	}
	.skin.bg_02 .minidim , .skin .skin.bg_02 .minidim {
		color:#ddd;
	}
.minidimheader , .skin.skin_rm02 .skin .minidimheader, .skin.bg_02 .skin .minidimheader {
	color:#666;
	font-size:95%;
	font-weight:bold;
}
	.skin.skin_rm02 .minidimheader , .skin .skin.skin_rm02 .minidimheader {
		color:#999;
	}
	.skin.bg_02 .minidimheader , .skin .skin.bg_02 .minidimheader {
		color:#ddd;
	}
.micro {
	font-size:92%;
}
	.skin.skin_m01 .micro {
	}
.microdim , .skin.skin_rm02 .skin .microdim, .skin.bg_02 .skin .microdim {
	color:#666;
}
	.skin.skin_rm02 .microdim , .skin .skin.skin_rm02 .microdim {
		color:#999;
	}
	.skin.bg_02 .microdim , .skin .skin.bg_02 .microdim {
		color:#ddd;
	}
input.mini {
	color:#333;
}
/******************  v1.0 bg styles, required for controls */
tr.sbtralt td, tr.tralt td, tr.alt td, tr.sbtrdef td, tr.trdef td, tr.sbint td {
	padding:4px;
}
li.sbtralt, li.tralt, li.alt, li.sbtrdef, li.trdef {
	padding:0 /*!important*/;
}
	#template4 .skin .control.blogs_aggregated ul > li {padding:3px 5px 3px 70px;}
.mhpopup {
}
.pg {
}
.pgBg {
}
.crint {
	padding:4px;
}
.cr {
} /* used on table containing blogs */
.sbint {
	padding:4px;
}
/* Dividers */
.sbdiv {
	background:#bbb;
}
.sbdivrl {
	background:#bbb;
}
.sblb {
	background:#bbb;
}
.sbrl {
	background:#ccc;
	padding:4px 6px;
}
.trlb {
	background:#bbb;
}
/* Alt "Rows" */
.sbtralt, .skin.bg_01 .skin .sbtralt {
	padding:2px;
	background:#1f1f1f;
} .sbtralt a, .skin.bg_01 .skin .sbtralt a {color:#fff !important;}
	.skin.bg_01 .sbtralt, .skin.skin_rm03 .sbtralt, .skin .skin.bg_01 .sbtralt, .skin .skin.skin_rm03 .sbtralt {
		background:none;
	} .skin.bg_01 .sbtralt a, .skin.skin_rm03 .sbtralt a, .skin .skin.bg_01 .sbtralt a, .skin .skin.skin_rm03 .sbtralt a {color:#f00 !important;}
.tralt, .skin.bg_01 .skin .tralt {
	padding:2px;
	background:#1f1f1f;
} .tralt a, .skin.bg_01 .skin .tralt a {color:#fff !important;}
	.skin.bg_01 .tralt, .skin.skin_rm03 .tralt, .skin .skin.bg_01 .tralt, .skin .skin.skin_rm03 .tralt {
		background:none;
	} .skin.bg_01 .tralt a, .skin.skin_rm03 .tralt a, .skin .skin.bg_01 .tralt a, .skin .skin.skin_rm03 .tralt a {color:#f00 !important;}
.alt, .skin.bg_01 .skin .alt {
	padding:2px;
	background:#1f1f1f;
} .alt a, .skin.bg_01 .skin .alt a {color:#fff !important;}
	.skin.bg_01 .alt, .skin.skin_rm03 .alt, .skin .skin.bg_01 .alt, .skin .skin.skin_rm03 .alt {
		background:none;
	} .skin.bg_01 .alt a, .skin.skin_rm03 .alt a, .skin .skin.bg_01 .alt a, .skin .skin.skin_rm03 .alt a {color:#f00 !important;}
 .skin.bg_01 .skin .sbtrdef, .skin.skin_rm03 .skin .sbtrdef {
	padding:2px;
	/*background:#535353; */ /* removed per request 2-27 */ 
} 
.sbtrdef {
	background: #D2D4ED;
}
tr.sbtrdef  td.minidim, table.sbtrdef  td.mini, td.sbtrdef { background: #fff !important; }
.sbtrdef a, .skin.bg_01 .skin .sbtrdef a, .skin.skin_rm03 .skin .sbtrdef a {color:#fff !important;}
	.skin.skin_m01 .sbtrdef, .skin.skin_rm03 .sbtrdef, .skin .skin.skin_m01 .sbtrdef, .skin .skin.skin_rm03 .sbtrdef {
		background:url(../images/skins/row1.jpg) repeat 0 0;
	} .skin.bg_01 .sbtrdef a, .skin.skin_rm03 .sbtrdef a, .skin .skin.bg_01 .sbtrdef a, .skin .skin.skin_rm03 .sbtrdef a  {color:#f00 !important;}
.trdef, .skin.bg_01 .skin .trdef, .skin.skin_rm03 .skin .trdef {
	padding:2px;
	background:#535353;
} .trdef a, .skin.bg_01 .skin .trdef a, .skin.skin_rm03 .skin .trdef a {color:#fff !important;}
	.skin.bg_01 .trdef, .skin.skin_rm03 .trdef, .skin .skin.bg_01 .trdef, .skin .skin.skin_rm03 .trdef {
		background:url(../images/skins/row1.jpg) repeat 0 0;
	} .skin.bg_01 .trdef a, .skin.skin_rm03 .trdef a, .skin .skin.bg_01 .trdef a, .skin .skin.skin_rm03 .trdef a {color:#f00 !important;}
/******************  Dividers */
.div2 {
	height:2px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
	clear:both;
}
.div4 {
	height:4px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
	clear:both;
}
.div6 {
	height:6px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
	clear:both;
}
.div8 {
	height:8px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
	clear:both;
}
.div10, body.template4 .div10 {
	height:10px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
	clear:both;
	border:none !important;
}
.hdiv11 {
	border-bottom:1px solid #bbb;
	padding-top:5px;
	margin-bottom:5px;
	clear:both;
}
.hdiv17 {
	border-bottom:1px solid #bbb;
	padding-top:8px;
	margin-bottom:8px;
	clear:both;
}

/* SF 11697 */
.photogallery.teaser.aggregated .thumb img {
	position: relative !important;
	float:left !important;
	margin-right:10px !important;
	left:0 !important;
	top:0 !important;
	} 
.photogallery.teaser.aggregated li {
	padding:5px !important;
}
/* request on case 12734 */
.blogs_recententries  a{ font-weight:bold !important }