@import url('tt_news.css');
@import url('indexed_search.css');
@import url('flexcontent.css');
@import url('lru_content.css');


* {
	font-family: verdana, arial sans-serif;
	font-size: 1em;
}
body { 
	margin: 0; 
	padding: 0; 
	background-color: #B2B1B1;
	font-size: 66.66%;
}

.left input {
	border: 1px solid black;
}

.outerContainer { 
	/*background: url(/fileadmin/templates/images/lruContentBG.jpg) repeat-x 0 0;*/
	background-color: #C1C1C1;
	padding-top: 20px;
}

.contentWrapper, .footerWrapper {
	width: 580px; 
	margin: 0 auto;
}


.innerContainer {
}

.topbanner {
	background: url(/fileadmin/templates/images/lruTopBanner.jpg) no-repeat 0 0 ;
	height: 72px;
}

.logoLink {
	padding-left: 20px;
	padding-top: 11px;
}

.logoLink a {
	text-decoration: none;
	width: 101px;
	height: 51px;
	display: block;
}

div.contentContainer {
	background-color: white;
	color: black;
	width: 578px;
	border: 1px solid black;
	border-top: none;
	border-bottom: none;
}


div.footerContainer {
        background-color: #B2B1B1;
}

div.footer {
	border: 0px solid white;
	border-top: 0;
	background: url(/fileadmin/templates/images/lruBottomBG.jpg) no-repeat 0 0 ;
	height: 80px;
}

div.footerFilling  {
	padding-top: 27px;
}

div.footerFilling a {
	line-height: 27px;
	width: 100%;
	display: block;
	text-decoration: none;
	
}

.clearBoth {
	clear: both;
	height: 1px;
}


/*******************************************************************************/
/***** START - The following is used to remove the dotted lines from links *****/
/*******************************************************************************/

a:active{
	outline:			none;
}

:-moz-any-link:focus{
	outline:			none;
}

/******************************************************************************/
/***** STOP *******************************************************************/
/******************************************************************************/
