/* PALAIXBRUT CSS TEMPLATE */

/* MAIN */

body {
	margin: -100px 0 0 0;
	padding: 100px 0 0 0;
	text-align: center;
        height: 100%;
	font-family: helvetica;
	font-size: 90%;

}
html { 
	height: 100%;
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#wrapper {
	position: relative;
        margin: 100px auto;
	width: 640px;
        z-index: 1;
}

#main {
	position: relative;
	background: url(../img/repeater.png);
	background-repeat: repeat;
	padding: 30px;
	
}
#selector {
	margin: -20px -15px 0  0 ;
	height: 20px;
	float: right;
    text-decoration: none !important;
    outline: solid 0;
}
.select a {
	text-decoration: none !important;
    outline: solid 0;
}

/* FOOTER */

#footer {
	position: relative;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	text-align: left !important;
}
#footer p, a {
	outline: solid 0;
	text-align: center;
    color: #CC0000;
    text-decoration: none !important;
    
}
#footer a:hover, a:focus, a:active{
	color: #CC0000;
	
}
#clear { clear: both;}

/* CONTENT */

#content {
	margin: 50px 0;
	text-align: justify !important;
}
#content h1,h2,h3,h4 {
	text-align: left;
	color: #FFFFFF;
}
#content p, span {
        color: #FFFFFF;
        margin-bottom: -0.5em;
}
#content ol, ul,li {
        color: #FFFFFF;
        margin-left: -0.75em;
        text-align: left;
}

/* NAVIGATION */

#navbar { 
	display: table; 
	margin: 10px auto; 
	text-align: center; /* for IE */ 
	padding: 0 ;
}
#navbar ul { 
	list-style: none; 
	padding: 0  !important; 
	margin: 0  !important; 
	white-space: nowrap; 
	display: inline-block;    /* IE ONLY */
}

#navbar ul {
	display: inline;     /* IE tripswitch to get inline-block to work */
}

html>body #navbar ul {display: table-row;} 
html>body #navbar li {display: table-cell;}

#navbar li { 
	float: left; /* for IE only */ 
	line-height: 2em; 
}

#navbar ul li a { 
	display: block; 
	float: left; 
	height: 100%; 
	padding: 0 10px; 
	color: #FFFFFF; 
	background-color: #000000;
	text-decoration: none; 
	font-weight: bold;
}

#navbar ul li a:hover, a:focus, a:active { 
	color: #CC0000; 
	background-color: #000000; 
	font-weight: bold;
	text-decoration: none;
	outline: solid 0;				/* FIREFOX LINK BORDER FIX */
}
/* TT NEWS */
.news-list-item {
	padding-bottom: 2em;
}
.news-list-morelink {
	margin-left: 2em;
}
.news-list-date {
	margin-top: 0.3em;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
}
.news-single-backlink {
	padding: 1em 0 0 0;
}
.news-single-rightbox {
	width: 10em;
	margin-top: 1.5em;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
}
.top {
	vertical-align: top;
}
