/** themed css **/
.themed {
	color:#333;
}

.themed-strong {
	color:#333;
	font-weight:bold;
}

/*** divs controlling styles within each column of layout ***/

/* MAIN COLUMN */


/* RIGHT COLUMN */

#related-articles-central, #related-documents-central, #related, .boxed-content {
	background: #F7F7F7;
}

#related-articles-central-footer, #related-documents-central-footer, .boxed-footer {
	background: url(/display_images/box_central_footer_root.gif) no-repeat top left;
}

#related-articles-central-header, #related-documents-central-header, .boxed-header{
	background: url(/display_images/box_central_header_root.gif) no-repeat top left;
}

#related_header, #right-col .boxed-header {
	background: url(/display_images/related_header_root.gif) no-repeat;
}

#related_footer, #right-col .boxed-footer {
	background: url(/display_images/related_footer_root.gif) no-repeat;
}

#main-feature-teaser{
	background-color:#782B91;
}
#main-feature-teaser .feature_teaser_title{
	background-image:url(/display_images/boxed_arrow_wycd.gif);
}
#top-section-index-middlerow .middle-teaser{
	background-color:#F7F7F7;
}
.feature-header {
	background: url(/display_images/tlsi/index_main_top_root.gif) no-repeat;
}

.feature-header h2, .feature-content {
	color: black;
}

.feature-content {
	background: #782B91;
}

.feature-footer {
	background: url(/display_images/tlsi/index_main_bot_root.gif) no-repeat;
}

.top-index-teaser-header {
	background: url(/display_images/tlsi/index_teaser_top_root.gif) no-repeat;
}

.top-index-teaser {
        background:#F7F7F7;
}

.top-index-teaser-footer {
        background: url(/display_images/tlsi/index_teaser_bot_root.gif) no-repeat;
}


/** SECONDARY NAV MENU **/

#main-menu li.line, li.close {

}

#sub-menu li a{

}

#main-menu li span{
	
}

#main-menu li a.currentsection {
	
}

/*themed flexible width boxes*/
.noborderbox-wrapper-topright, .noborderbox-wrapper-topleft{
	background-color:#e9e9e9;
}
.borderbox-wrapper-topright, .borderbox-wrapper-topleft{
	background-color:#f4f4f4;
}