﻿ /* used colors 
 red		#cc0000
 blue		#0529cd 
 yellow		#ffff99 

Green colors
darkgreen	#008000;
lightgreen	#8DB475
*/

/*========================================== 
* GENERAL - DEFAULT SETTINGS FOR ALL OBJECTS 
============================================*/

body
{
	/*style='background-color: #ffffff;'*/
	background-color: #8DB475;
	font-family: Verdana, Helvetica, sans-serif;
}

td{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top; 
	text-align: left;
}

table{
	border: none;
	width: 100%;
	border-collapse: collapse;
}

img{
	border: none; }

h1, h2, h3{
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 10px;
	font-weight: bold; 
}

/*=========================== 
* pageProperties - Several classes
0000FF - regular link
800080 - visited link
=============================*/

.pageProperties {
	width: 1024px;
	background-color: #8DB475;
	/*border: solid black 3px;*/
}

.whereAmI_Text {
	border-top: 0px;
	border-bottom: 0px;
	padding-bottom: 5px;
	width: 300px; 
	padding-left: 5px;
	
	background-color: #689C4A;
	color: gainsboro; 
	font-size: 10px;
	font-weight: bold;
	
}

a.whereAmI_Link:link, a.whereAmI_Link:visited, a.whereAmI_Link:active {
	color: gainsboro; 
	text-decoration: none;
	font-size: 10px; 
	font-weight: bold;
	text-decoration: underline;
}

a.whereAmI_Link:hover{
	color: #C6C2C2; }


/*=========================== 
* searchbox 
=============================*/

.searchbox_Header{
	background-image: url(/images/menu.jpg);
	vertical-align: middle; 
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold; 
}


.searchbox_Text{
	background-image: url(/images/menu_blue3.jpg);
	padding-left: 5px;
	padding-bottom: 5px;
	
}

/*=========================== 
* menuRight 
=============================*/

.menuRight_Table{
	table-layout: fixed;
	border: solid #8DB475 1px;
	border-collapse: collapse;
	width: 230px;
	height: 35px;	
}

a.rightMenuLink:link, a.rightMenuLink:visited, a.rightMenuLink:active{
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
	font-size: 10px; 
}

a.rightMenuLink:hover{	
	text-decoration: underline; 
}

.menuRightSpace{
	height: 3px; 
	background-color: #8DB475; }

/*=========================== 
* frontTop 
=============================*/

.frontTop{
	background-image: url(/images/top.jpg);
	background-repeat: no-repeat; 
	vertical-align: bottom;
	height: 70px
}

.frontTop_Header{
	padding-left: 30px;
	padding-bottom: 2px;
}

h1.frontTop_Header{
	margin: 0px;
	padding: 0px;
	display: inline;
	
	/*color: #FFFFFF;#FFAC0C*/
	font-family: Arial;
	font-size: 11px;
	color: gainsboro;
	font-weight: bold; 
	font-style: normal;
}

.frontTop_Header2{
	font-weight: bold; 
}

.frontTop_Link {
	font-size: 9px;
}

.frontTop_Text{
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

/*=========================== 
* menuTop
grön 
71E22E
0DD688
479F11	ganska ok
3A820E  lite mörk kanske
689C4A

övrigt

#8DB475;
=============================*/
.menuTop_Text {
	padding-left: 5px;
	border-bottom: 0px;
	padding-top: 2px;
	border-right: solid #8DB475 1px;
	vertical-align: middle;
	background-color: #689C4A;
}

.menuTop_Text h2{
	font-size: 13px; 
	font-weight: bold; 
	color: #ffffff;
	
}

a.menuTop_Link:link, a.menuTop_Link:visited, a.menuTop_Link:active {
	font-size: 13px; 
	font-weight: bold; 
	color: #ffffff;
	text-decoration: none;	
}

a.menuTop_Link:hover{
	text-decoration: underline; }



/*=========================== 
* menuTop2 
FDA908
=============================*/

.menuTop2_Text 
{
	border-top: 0px;
	border-bottom: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #689C4A;
	text-align: right; 
}

.menuTop2_Text h2{
	text-align: right; 
}

a.menuTop2_Link:link, a.menuTop2_Link:visited, a.menuTop2_Link:active {
	font-size: 10.5px; 
	font-weight: bold;
	color: #FFAC0C;
	text-decoration: none;	
}

a.menuTop2_Link:hover{
	text-decoration: underline; }


/*=========================== 
* sectionEventsTable 
=============================*/
.sectionEvents_Table {
	border: none;
	border-collapse: collapse;
	width: 100%;
	background-color: #ffffff;
}
	
table.sectionEvents td{
	padding-left: 5px;
}

table.sectionEvents tr{
	height: 35px;
}
 
.sectionEvents_Header{
	padding-left: 10px;
	padding-right: 10px;
	height: 30px; 
	vertical-align: middle; 
	
	background-image: url(/images/head.gif);
	background-color: #8DB475;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold; 
	
}

.sectionEvents_Header h2 {
	height: 30px; 
	vertical-align: middle; 
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold; 
}

.sectionEvents_Header2{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	background-color: #FFFFFF;
	font-weight: bold; 
}

.sectionEvents_Header2 h3{
	background-color: #FFFFFF;
	font-weight: bold; 
}

a.sectionEvents_Link:link, a.sectionEvents_Link:visited, a.sectionEvents_Link:active {
	font-size: 9px;
}

a.sectionEvents_Link:hover {
	font-size: 9px;
}


a.sectionEvents_Link_More:link, a.sectionEvents_Link_More:visited, a.sectionEvents_Link_More:active {
	font-size: 9px;
}

a.sectionEvents_Link_More:hover {
	font-size: 9px;
}

.sectionEvents_Text_Teams{
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

.sectionEvents_Text_Datetime{
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

.sectionEvents_Text_Odds1{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
	width: 40px;
	text-align: right; 
	
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

.sectionEvents_Text_Odds2{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	width: 40px;
	text-align: right; 
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

.sectionEvents_Text_More{
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	
	font-size: 10.5px;
	font-weight: bold;
	color: #000000;
}

.sectionEvents_Text_Link{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right; 
	width: 170px;
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

.sectionEvents_Text_Event{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	background-color: #689C4A;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.sectionEvents_Row{
	background-color: #C7FBBE;
}

.sectionEvents_Row2{
	background-color: #ADEAA2;
}

/*=========================== 
* allEventsTable 
=============================*/

.allEvents_Table{
	border: none;
	border-collapse: collapse;
	width: 100%;
	background-color: #8DB475;
	height: 35px;
}

.allEvents_Header{
	padding-left: 10px;
	padding-right: 10px;
	height: 30px; 
	vertical-align: middle; 
	
	background-image: url(/images/head.gif);
	background-color: #8DB475;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold; 
}

.allEvents_Header2{
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold; 
	height: 20px
}

a.allEvents_Link:link, a.allEvents_Link:visited, a.allEvents_Link:active {
	font-size: 9px;
}

a.allEvents_Link:hover {
	font-size: 9px;
}

a.allEvents_Link_More:link, a.allEvents_Link_More:visited, a.allEvents_Link_More:active {
	font-size: 9px;
}

a.allEvents_Link_More:hover {
	font-size: 9px;
}

.allEvents_Text{
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

.allEvents_Text_Intro{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	background-color: #FFFFFF;
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

.allEvents_Text_More{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

.allEvents_Text_Teams{
	width: 340px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

.allEvents_Text_Datetime{
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

.allEvents_Text_Odds1{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
	width: 40px;
	text-align: right; 
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

.allEvents_Text_Odds2{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
	width: 40px;
	text-align: right; 
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

/*.allEvents_Text_SpaceBetweenOdds{
	width: 50px;
}*/


.allEvents_Row{
	background-color: #C7FBBE; /*lighter green*/
}

.allEvents_Row2{
	background-color: #ADEAA2; /*darker green*/
}

/*=========================== 
* eventDetails
=============================*/

.eventDetails_Table{
	/*border: solid black 1px;*/
	border: none;
	border-collapse: collapse;
	width: 800px;
	background-color: #8DB475;
	height: 35px;
}

.eventDetails_Header{
	background-image: url(/images/head.gif);
	background-color: #8DB475;
	vertical-align: middle; 
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	 
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold; 
}

.eventDetails_Header h2{
	vertical-align: middle; 
	height: 30px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold; 
}

.eventDetails_Header2{
	font-size: 14px;
	font-weight: bold; 
	height: 30px
}

.eventDetailsTable_Link {
	font-size: 9px;
}

.eventDetails_Text{
	background-color: #FFFFFF;
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

.eventDetails_Text h3{
	background-color: #FFFFFF;
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

/*=========================== 
* matchupTable - More detailed styled than usual
=============================*/

.matchup_Table{
	border: solid black 1px;
	border-collapse: collapse;
	width: 700px;
	background-color: #ffffff;
	height: 36px;
	padding-left: 5px;
	margin: 0px; 
}

.matchup_Header{
	background-image: url(/images/head2.jpg);
	vertical-align: middle; 
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold; 
}

.matchup_Header2{
	font-size: 14px;
	font-weight: bold; 
	height: 30px
}

.matchup_Row{
	background-color: #C7FBBE;
}

.matchup_Row2{
	background-color: #ADEAA2;
}


.matchup_Link {
	font-size: 9px;
}

.matchup_Text{
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}


.matchup_Text_Sportsbook{
	padding-left: 2px;
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

/* MONEYLINE */
.matchup_Text_Moneyline{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

/* RUNLINE |SPREAD */
.matchup_Text_Runline1{
	text-align: right;
	padding-left: 0px;
	padding-right: 5px;
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

.matchup_Text_Runline2{
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

.matchup_Text_Runline3{
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

/* TOTAL RUNS */
.matchup_Text_Totalruns1{
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

.matchup_Text_Totalruns2{
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

.matchup_Text_Totalruns3{
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}

/* LINKS */
.matchup_Text_Link{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;
}


.matchup_Text_noOdds{
	text-align: center; 
	vertical-align: middle;
}
	

/*=========================== 
* frontInfo 
=============================*/

.frontInfo_Header{
	background-image: url(/images/header1.jpg);
	vertical-align: middle; 
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
}

.frontInfo_Header h2{
	vertical-align: middle; 
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.frontInfo_Header2{
	font-size: 14px;
	font-weight: bold; 
	height: 30px
}

.frontInfo_Link {
	color: #000000; 
	text-decoration: none;
	font-weight: bold;
	font-size: 10px; 
}

.frontInfo_Text{
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
}

/*=========================== 
* bettingTips 
=============================*/

.bettingTips{
	border: none;
	border-collapse: collapse;
	width: 230px;
	background-color: #ffffff;
	height: 35px;
}

.bettingTips_Header{
	background-image: url(/images/menu.jpg);
	vertical-align: middle; 
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
}

.bettingTips_Header h2{
	vertical-align: middle;
	 
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold; 
}

.bettingTips_Header2{
	font-size: 14px;
	font-weight: bold; 
	height: 30px
}

a.bettingTips_Link:link, a.bettingTips_Link:active, a.bettingTips_Link:visited {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
	font-size: 10px; 
}

a.bettingTips_Link:hover {
	color: #C6C2C2; }

.bettingTips_Text{
	padding-left: 5px;
	background-image: url(/images/menu_blue3.jpg);
}

.bettingTips_Text h3{
}

/*=========================== 
* menuNews 
=============================*/

.menuNews{
	border: none;
	border-collapse: collapse;
	width: 230px;
	background-color: #ffffff;
	height: 35px;
}

.menuNews_Header{
	background-image: url(/images/menu.jpg);
	vertical-align: middle; 
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
}

.menuNews_Header h2{
	vertical-align: middle; 
	
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold; 
	
}

.menuNews_Header2{
	background-color: #8DB475;
	font-size: 14px;
	font-weight: bold; 
	height: 30px
}

.menuNews_Link {
	/*color: #FFFFFF; 
	text-decoration: none;*/
	font-weight: bold;
	font-size: 10px; 
}

.menuNews_Link_More {
	font-weight: bold;
	font-size: 10px; 
}

.menuNews_Text
{}

.menuNews_Text h3
{}

.menuNews_Text_Image{
	padding-top: 5px;
	background-color: #008000;
	text-align: center;
}

.menuNews_Text_More
{
}

.menuNews_Image{
	background-image: url(/images/bild.jpg);
	width: 200px;
	height: 300px;
}

.menuNews_ImageText{
	background-color: #008000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold; 
}

/*=========================== 
* menuArticles 
=============================*/

.menuArticles{
	border: none;
	border-collapse: collapse;
	width: 230px;
	background-color: #ffffff;
	height: 35px;
}

.menuArticles_Header{
	background-image: url(/images/menu.jpg);
	vertical-align: middle; 
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;	
}

.menuArticles_Header h2{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold; 
}

.menuArticles_Header2{
	background-color: #8DB475;
	font-size: 14px;
	font-weight: bold; 
	height: 30px
}

a.menuArticles_Link:link, a.menuArticles_Link:active, a.menuArticles_Link:visited {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
	font-size: 10px; 
}

a.menuArticles_Link:hover {
	color: #C6C2C2; }

.menuArticles_Text{
	background-image: url(/images/menu_blue2.jpg);
	padding-left: 5px;
	padding-right: 5px;
}

.menuArticles_Image{
	background-image: url(/images/bild.jpg);
	width: 200px;
	height: 300px;
}

/*=========================== 
* menuReviews 
=============================*/

.menuReviews{
	border: none;
	border-collapse: collapse;
	width: 230px;
	background-color: #ffffff;
	height: 35px;
}

.menuReviews_Header{
	background-image: url(/images/menu.jpg);
	vertical-align: middle; 
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
}

.menuReviews_Header h2{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold; 
}

.menuReviews_Header2{
	background-color: #8DB475;
	font-size: 14px;
	font-weight: bold; 
	height: 30px
}

a.menuReviews_Link:link, a.menuReviews_Link:active, a.menuReviews_Link:visited {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
	font-size: 10px; 
}

a.menuReviews_Link:hover {
	color: #C6C2C2; }

.menuReviews_Text{
	background-image: url(/images/menu_blue3.jpg);
	padding-left: 5px;
	padding-right: 5px;
}

.menuReviews_Image{
	background-image: url(/images/bild.jpg);
	width: 200px;
	height: 300px;
}


/*=========================== 
* menuSportsbooks
=============================*/

.menuSportsbooks{
	border: none;
	border-collapse: collapse;
	width: 230px;
	background-color: #ffffff;
	height: 35px;
}

.menuSportsbooks_Header{
	background-image: url(/images/menu_yellow2.jpg);
	vertical-align: middle; 
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;	
}

.menuSportsbooks_Header h2{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold; 
}

.menuSportsbooks_Header2{
	background-color: #8DB475;
	font-size: 14px;
	font-weight: bold; 
	height: 30px
}

a.menuSportsbooks_Link:link, a.menuSportsbooks_Link:active, a.menuSportsbooks_Link:visited {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
	font-size: 10px; 
}

a.menuSportsbooks_Link:hover {
	color: #C6C2C2; }

.menuSportsbooks_Text{
	background-image: url(/images/menu_green2.jpg);
	padding-left: 5px;
	padding-right: 5px;
}

.menuSportsbooks_Image{
	background-image: url(/images/bild.jpg);
	width: 200px;
	height: 300px;
}

/*=========================== 
* previewArticles
=============================*/

.previewArticles{
	border: none;
	border-collapse: collapse;
	width: 230px;
	background-color: #ffffff;
	height: 35px;
}

.previewArticles_Header{
	/*background-image: url(/images/head.gif);*/
	background-image: url(/images/menu_blue3.jpg);
	vertical-align: middle; 
	padding-left: 10px;
	padding-right: 10px;
	height: 30px; 
	font-size: 13px;
	
	color: #FFFFFF;
	font-weight: bold; 
}

.previewArticles_Header h2 {
	/*background-image: url(/images/head.gif);
	background-image: url(/images/menu_blue3.jpg);*/
	vertical-align: middle; 
	height: 30px; 
	font-size: 13px;
	
	color: #FFFFFF;
	font-weight: bold; 
}

.previewArticles_Header2{
	background-color: #8DB475;
	font-size: 14px;
	font-weight: bold; 
	/*height: 30px*/
}

h3.previewArticles_Header2{
	display: block;
	/*padding-bottom: 20px;*/
	
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold; 
	/*height: 30px*/
	
}

.previewArticles_Link {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
	font-size: 10px; 
}

.previewArticles_Text{
	background-image: url(/images/menu_blue3.jpg);
	padding-left: 5px;
	padding-right: 5px;
}

.previewArticles_Image{
	background-image: url(/images/bild.jpg);
	width: 200px;
	height: 300px;
}


/*=========================== 
* listBlock
=============================*/

.listBlock_Table{
	border: none;
	border-collapse: collapse;
	width: 100%;
	background-color: #7FAA63;
	height: 35px;
}

.listBlock_Header{
	/*background-image: url(/images/head.gif);*/
	background-image: url(/images/menu_blue3.jpg);
	vertical-align: middle; 
	padding-left: 10px;
	padding-right: 10px;
	height: 30px; 
	font-size: 13px;
	
	color: #FFFFFF;
	font-weight: bold; 
}

.listBlock_Header2{
	background-color: #8DB475;
	font-size: 14px;
	font-weight: bold; 
	height: 30px
}

a.listBlock_Link:link, a.listBlock_Link:active, a.listBlock_Link:visited{
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
	font-size: 10px; 
}

a.listBlock_Link:hover {
	color: #006B23; } /*4B963B, #C6C2C2;*/


a.listBlock_Link2:link, a.listBlock_Link2:active, a.listBlock_Link2:visited{
	color: gainsboro; 
	text-decoration: none;
	font-weight: bold;
	font-size: 10px; 
}

a.listBlock_Link2:hover {
	color: #006B23; }


.listBlock_Text{
	/*background-color: #8DB475; #C7FBBE;#ADEAA2;*/
	background-color: #7FAA63;
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 10px; 
	font-weight: bold;
	color: #FFFFFF; 
	
}

.listBlock_Text2{
	background-color: #7FAA63;
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 10px; 
	font-weight: bold;
	color: gainsboro; 
}

.listBlock_Image{
	background-image: url(/images/bild.jpg);
	width: 200px;
	height: 300px;
}

.listBlock_Row{
	height: 15px;
}

.listBlock_Row2{
	height: 15px;
}

/*=========================== 
* closeupArticle
=============================*/

.closeupArticle_Table{
	border: none;
	border-collapse: collapse;
	width: 100%;
	background-color: #8DB475;
	height: 35px;
}

.closeupArticle_Header{
	padding-left: 10px;
	padding-right: 10px;
	height: 30px; 
	font-size: 20px;
	font-weight: bold; 
}

.closeupArticle_Header2{
	background-color: #8DB475;
	font-size: 14px;
	font-weight: bold; 
	height: 30px
}

.closeupArticle_Link {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
	font-size: 10px; 
}

.closeupArticle_Text{
	background-color: #FFFFFF; 
	padding-left: 10px;
	padding-right: 10px;
	
	font-size: 10px; 
	font-weight: bold;
}

.closeupArticle_Image{
	background-image: url(/images/bild.jpg);
	width: 200px;
	height: 300px;
}

/*=========================== 
* closeupReview
=============================*/

.closeupReview_Table{
	border: none;
	border-collapse: collapse;
	width: 100%;
	background-color: #FFFFFF;
}

.closeupReview_Header{
	height: 30px; 
	font-size: 20px;
	font-weight: bold; 
}

.closeupReview_Header2{
	background-color: #8DB475;
	font-size: 14px;
	font-weight: bold; 
	height: 30px
}

.closeupReview_Link {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
	font-size: 10px; 
}

.closeupReview_Text{
	background-color: #FFFFFF; 
	padding-left: 10px;
	padding-right: 10px;
	
	font-size: 10px; 
	font-weight: bold;
}

.closeupReview_Image{
	background-image: url(/images/bild.jpg);
	width: 200px;
	height: 300px;
}

.closeupReview_BonusLink{
	font-size: 14px;
	font-weight: bold
}

.closeupReview_PromoLink{
	font-size: 14px;
	font-weight: bold
}


/*=========================== 
* fastFacts
=============================*/

.fastFacts_Table{
	border: none;
	border-collapse: collapse;
	width: 100%;
	background-color: #FFFFFF;
	height: 20px;
}

.fastFacts_Header{
	height: 20px; 
	font-size: 14px;
	font-weight: bold; 
}

.fastFacts_Header2{
	height: 12px;
}

.fastFacts_Link {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
	font-size: 15px; 
}

.fastFacts_Text{
	background-color: #FFFFFF; 
	padding-left: 10px;
	padding-right: 10px;
	height: 12px;
	
	font-size: 10px; 
}

.fastFacts_Image{
	background-image: url(/images/bild.jpg);
	width: 200px;
	height: 300px;
}

/*=========================== 
* sitemap
=============================*/
/*.smHeader {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #ffffff;
}

*/

.sitemap_Table{
	/*background-color:  #D0EFBD;*/
	background-color:  #8DB475;
}

.sitemap_Item {
	font-size: 12px;
	color: #ffffff;
}

.sitemap_SubItem {
	font-size: 10px;
	color: #ffffff;
}

.sitemap_Link1{
	font-size: 14px; 
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none;
}

.sitemap_Link2{
	font-size: 12px; 
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none;
}


/*=========================== 
* frontBottom 
=============================*/

.frontBottom_Table{
	width: 800px;
	background-color: #A9BE97;
}

.frontBottom_Link {
	color: #FFFFFF; 
	text-decoration: none;
	
	font-weight: bold;
	font-size: 10px; 
}

.frontBottom_Text{
	padding-left: 30px;
	padding-right: 30px;
	width: 800px;
	text-align: center;
	
	color: #ffffff;
	font-size: 10px;
}


/*=========================== 
* linkSection 
=============================*/

.linkSection_Table{
	border: none;
	border-collapse: collapse;
	width: 100%;
	background-color: #8DB475;
	height: 35px;
}

.linkSection_Header{
	vertical-align: middle; 
	padding-left: 10px;
	height: 30px; 
	background-image: url(/images/head.gif);
	
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.linkSection_Link {
	color: #FFFFFF; 
	text-decoration: none;
	
	font-weight: bold;
	font-size: 10px; 
}


.linkSection_Text{
	padding-left: 10px;
	background-color: #ffffff;
	font-size: 10px;
}


.linkSection_Text_Intro{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #ffffff;
	font-size: 10px;
}


/*=========================== 
* errorMsg 
=============================*/

.errorMsg_Table{
	border: none;
	border-collapse: collapse;
	width: 100%;
	background-color: #8DB475;
	height: 35px;
}

.errorMsg_Header{
	vertical-align: middle; 
	padding-left: 10px;
	height: 30px; 
	background-image: url(/images/head.gif);
	
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.errorMsg_Link {
	color: #FFFFFF; 
	text-decoration: none;
	
	font-weight: bold;
	font-size: 10px; 
}

.errorMsg_Text{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: center;
	background-color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
}


/* NEW CSS - END*/ 

/*=========================== 
* toBeRemoved 
=============================*/

.sectionHeader{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}


.tableSlim{
	border: none; 
	margin: 0px; 
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}

/*.tableWhite{
	border-collapse: collapse;
	background-color: #FFFFFF;
	border: 1px;
	width: 100%;
}*/

.header10{
	font-size: 10px;
	font-weight: bold;
}

.header12{
	font-size: 13px;
	font-weight: bold;
}

.header14{
	font-size: 14px;
	font-weight: bold;
}

.headerWhite10{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

.headerWhite12{
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.headerWhite14{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}


a.footerLink:link, a.footerLink:visited, a.footerLink:active   {
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
	font-size: 10px; 
}


fieldset {
	padding: 10px;
	margin-left: 30px;
	margin-right: 30px;
	background: #ffffff;
	font-family: verdana; 
	font-size: 10px; 
	font-weight: normal; 
}
	
fieldset legend {
	color: 9B0012;
	background: #ffffff;
	padding: 10px;
	border: none;
	font-family: arial; 
	font-size: 16px; 
	font-weight: BOLD; 
}

