/* CSS Document */

html, body, #wrapper {
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	background-color			: #939292;
	height						: 100%;
	margin						: 0;
	padding						: 0;
	border						: none;
	text-align					: center;
	}

#wrapper {
	background-color			: #fefefe;
	margin						: 0 auto;
	text-align					: left;
	vertical-align				: middle;
/*	width						: 744px;
	width						: 968px; */
	width						: 990px;
	}

body {
	background-image			: url(bg-body.jpg);
	background-repeat			: repeat-x;
	}

/* add H1 to make Firefox same as IE at top */
h1 {
	border						: 0px;
	padding						: 0px;
	margin						: 0px;
	}

h1 {
	font-size					: 14px;
	color						: #E0272A;
	}

h2 {
	font-size					: 12px;
	}

h3 {
	font-size					: 12px;
	font-style					: italic;
	}

h4 {
	font-size					: 11px;
	}

h5 {
	font-size					: 11px;
	font-style					: italic;
	}

h6 {
	font-size					: 10px;
	}

table {
	font-size					: 11px;
	color						: #FFFFFF;
	}

td {
	vertical-align				: top;
	}

input, textarea, select, button {
/*	background-color			: #000000;
	color						: #FFFFFF;
	border						: #FFFFFF 1px solid; */
	}

.headermenu-items {
	font-size					: 11px;
	font-weight:bold;
	color						: #FFFFFF;
	width						: 100%;
	margin						: 0;
	padding						: 0;
	}

.headermenu-items ul {
	margin						: 0;
	padding						: 0;
	list-style-type				: none;
	}

.headermenu-items li {
	margin						: 0;
	padding						: 0;
	float						: left;
	width						: 165px;
	text-align					: center;
	}

.headermenu-items a {
	color						: #FFFFFF;
	display						: block;
	width						: 100%;
	height						: 18px;
	text-decoration				: none;
	padding-top					: 3px;
	}

.headermenu-items a:hover {
	background-image			: url(bg-headermenu-item.jpg);
	background-repeat			: repeat-x;
	}

.menu1-NO {
	font-size					: 11px;
	font-weight					: bold;
	background-image			: url(bg-menuitem-menu1-NO.gif);
	background-repeat			: repeat-x;
	color						: #000000;
	height						: 18px;
	overflow					: hidden;
	padding-top					: 3px;
	letter-spacing				: -1px;
	}

.menu1-NO a {
	color						: #000000;
	text-decoration				: none;
	
	}

.menu1-ACT {
	font-size					: 11px;
	font-weight					: bold;
	background-image			: url(bg-menuitem-menu1-ACT.gif);
	background-repeat			: repeat-x;
	color						: #000000;
	height						: 18px;
	padding-top					: 3px;
	letter-spacing				: -1px;
	}

.menu1-ACT a {
	color						: #000000;
	text-decoration				: none;
	}

.menu2-NO {
	font-size					: 11px;
	letter-spacing				: -1px;
/*	color						: #FFFFFF;*/
	color						: #000000;	
/*	padding-left				: 5px;*/
	padding-left				: 0px;
	padding-top					: 3px;
/*	line-height					: 200%;*/
	height						: 18px;
	background-image			: url(bg-menuitem-menu2-NO.png);	
	}

.menu2-NO a {
	color						: #000000;
	text-decoration				: none;
	padding-left				: 10px;
	}

.menu2-ACT {
	font-size					: 11px;
	color						: #FFFFFF;
	padding-left				: 0px;
	padding-top					: 3px;
/*	line-height					: 200%;*/
	background-image			: url(bg-menuitem-menu2-ACT.png);
	padding-left				: 10px;	
	height						: 18px;
	}

.menu2-ACT a {
	color						: #000000;
	text-decoration				: none;
	font-weight					: bold;
	}

.content-normal {
	font-size					: 11px;
	color						: #FFFFFF;
	background-image			: url(bg-content-normal.jpg);
	background-repeat			: no-repeat;
	background-color			: #000000;
	line-height					: 175%;
	padding-left				: 25px;
	padding-right				: 25px;
	padding-top					: 21px;
	}

.content-normal a {
	color						: #FFFFFF;
	}

legend {
	color						: #FFFFFF;
	border						: none;
	}
  
fieldset {
	border						: none;
	}

.radiolayout {
	width						: 60%;
	border						: none;
	}

.formu {
	width						: 80%;
	padding-top					: 10px;
	padding-bottom				: 10px;
	border						: none;
	}

.mf-input {
/*	color						: #FFFFFF;
	border						: #FFFFFF 1px solid; */
	margin-bottom				: 5px;
	vertical-align				: middle;
	}

.mf-text {
/*	color						: #FFFFFF;
	border						: #FFFFFF 1px solid; */
	margin-bottom				: 5px;
	vertical-align				: top;
/*	scrollbar-base-color		: #000000;
	scrollbar-track-color		: #000000;
	scrollbar-face-color		: #000000;
	scrollbar-highlight-color	: #000000;
	scrollbar-3dlight-color		: #FFFFFF;
	scrollbar-darkshadow-color	: #FFFFFF;
	scrollbar-shadow-color		: #000000;
	scrollbar-arrow-color		: #FFFFFF; */
	}

.mf-select {
/*	color						: #FFFFFF;
	border						: #FFFFFF 1px solid; */
	margin-bottom				: 5px;
	vertical-align				: middle;
	}

.mf-check {
/*	color						: #FF6699;
	border						: none; */
	margin-bottom				: 5px;
	vertical-align				: middle;
	overflow					: auto;
	}

.mf-radio {
/*	border						: none; */
	margin-bottom				: 5px;
	vertical-align				: middle;
	}

.mf-file {
/*	color						: #FFFFFF;
	border						: #FFFFFF 1px solid; */
	margin-bottom				: 5px;
	vertical-align				: middle;
	}

.mf-submit {
/*	color						: #FFFFFF;
	background-color			: #000000;
	border						: #FFFFFF 1px solid; */
	margin-bottom				: 5px;
	vertical-align				: middle;
	}
#mailform legend {
	display:none;
	visibility:hidden;
	}
#mailform fieldset {
	margin:0;
	padding:0;
	}

.footer {
	font-size					: 10px;
	color						: #A0A0A0;
	text-align					: left;
	padding-top					: 28px;
	display:inline;
	}

.footer a {
	color						: #A0A0A0;
	text-decoration				: none;
	}

.payoff {
	text-align					: right;
	}

.ttnews-latetslistitem {
	background:url(ttnews-latest-itembg.jpg) no-repeat #1d1d1e;
	border-bottom:1px solid #6a6a6a;
	padding-top:10px;
	padding-bottom:10px;
	height:60px;
}
.ttnews-latetslistitem a:link {
color:#FFFFFF;
text-decoration:none;
}
.ttnews-latetslistitem a:visited {
color:#FFFFFF;
text-decoration:none;
}
.ttnews-latetslistitem a:hover {
color:#FFFFFF;
text-decoration:underline;
}