/* http://meyerweb.com/eric/tools/css/reset/   v1.0 | 20080212  */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}/* remember to define focus styles!  */:focus{outline:0;}body{line-height:1;color:#000;background:#FFF;}ol,ul{list-style:none;}/* tables still need 'cellspacing="0"' in the markup  */table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}
/*end Reset*/

html{}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
	background-color:#EBEBEB;
}

td{font-size: 11px;}
th{font-weight:bold;}

a{color: #0066CC;text-decoration: none;}
a:hover{color:#990000;text-decoration:none;}

strong{font-weight:bold;}
em{font-style:italic;}

p{
	margin-bottom:8px;
	margin-top:3px;
	line-height: normal;}

h2,h3,h4{font-family: Arial, Helvetica, sans-serif;font-weight:bold;}
h2{font-size:16px;margin-bottom:10px;color:#990000;}
h3{font-size: 14px;margin-bottom:10px;}
h4{font-size: 12px;	margin-bottom:5px;}

#wrapper{
	width:970px;
	background:url(gfx/wrapperBg.png) repeat-y;
	margin:auto;
}

#innerWrapper
{
	margin:auto;
	width:960px;
	text-align:left;
}

#header{ width:952px; margin:auto;height: 90px; text-align:left;}

#logo{float: left; width: 300px; margin-left:10px;}

#headerBanner{margin-left: 300px; padding-top: 5px;}

#header h1{text-indent:-9999px; line-height:0;}

#menuBar{
	margin: 0 auto 10px;
	background: url(gfx/MenuSprite.png) no-repeat; 
	height: 30px;
	width:950px; 
}

#mainMenu {
	float: left;
	margin-left:20px;
	background:url(gfx/MenuSprite.png) no-repeat right;
}


#mainMenu ul{margin-right:2px;}

#mainMenu li{
	display:block;
	float:left;
	width:90px;
}

#mainMenu li a{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size: 12px;
	color:#fff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image:url(gfx/MenuSprite.png);
	background-position:-150px;
}

#mainMenu li a:hover{
	text-decoration:none;
	background-position:-300px;
}

#langSelector{
	margin-left:800px;
	margin-right:30px;
	padding-top:8px;
	text-align:right;
}

#pageWrapper{text-align:left;}

#sideBar{
margin-left:5px;
	float:left;
	width:195px;
	text-align:center;
}
	
#sideAds{
	float:right;
	width: 160px;
	margin: 0;
	margin-right:6px;

	border:solid 1px #CCCCCC;
	text-align:center;
	padding-bottom:4px;
}

#sideAds h3{
	font-size:10px;
	text-transform:uppercase;
	margin-top:-6px;
	margin-left:10px;
	margin-bottom:3px;
	background-color:#fff;
	width:70px;
}
#sideAds img{margin-bottom:2px;}	
#sideAds a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#mainContent{
	margin-left:215px;
	margin-right:170px;
	width:560px;
	text-align:left;
	padding-top:8px;
}



#footer{
	clear:both;
	padding-top:20px;
	background-image:url(gfx/footerBg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#666666;
	height:40px;
}

#footer div{
	margin-left:auto;
	margin-right:auto;
	width:950px;
 
}


.SideBarItem
 {
	width:185px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	background-color:#f4f4f4;
	background-image:url(gfx/sideBarItemFooter.png);
	background-position:bottom;
	background-repeat:no-repeat;
	/*background-image:url(gfx/sideBarItemBg.png);
	background-repeat:repeat-y;*/
}

.SideBarItem h3{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height:18px;
	background-color:#2E769B;/*#18719E;*/
	/*background-image:url(gfx/sideBarItemHeader.png);
	background-repeat:no-repeat;*/
	text-indent: 25px;
	margin: 0px;
	padding-top:5px;
}

   
.SideBarItem p{margin-left:15px;
	margin-right:10px;
}



.SideBarItemFooter{
	height:25px;
	background-image:url(gfx/sideBarItemFooter.png);
/*	padding-left:15px;*/
	text-indent:15px;
	background-position:bottom;
	background-repeat: no-repeat;
}

	

/*??*/
.sbItemLink
{
    margin:0;
    padding:0;
    }
 


.TsBox{
	width:220px;
	background-image: url(gfx/BoxBg.png);
	background-repeat: repeat-y;
	float:left;
	margin-right:20px;
	margin-bottom:20px;

}

.BoxHeader{
	background-image: url(gfx/BoxHeader.png);
background-repeat: no-repeat;
	height: 25px;
}

.BoxHeader h4{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin:0;
	margin-left:8px;
	padding-top:3px;
}


.BoxContent{
	background-image: url(gfx/BoxContentBg_r3_c1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	width:auto;
	padding: 5px 5px 5px 8px;
	margin-right: 1px;
	margin-left: 1px;



}

.BoxFooter{
	background-image: url(gfx/boxFooter.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	background-position: left top;
	text-align:center;
}


/*########### Banners etc. ##############*/
#FriendshipBanners{
	text-align:center;
float:left;
	width:100%;
}

#FriendshipBanners table{
margin:auto;
border-collapse:inherit;
border-spacing:5px;
}

#FriendshipBanners h3{
	text-indent:-9999px;
	height:80px;
	background-image:url(../../images/friendshipBanner.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:100%;
	margin:0;
}
/*
#sponsorPlates{
	text-align:center;
}

#sponsorPlates ul{list-style-type:none;
width:500px;
}

#sponsorPlates li{
	float:left;
}

#sponsorPlates li a{
	display: -moz-inline-box;
	display: inline-block;
	height:40px;
	width:150px;
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
}
*/
td.SponsorPlate{
	width:160px;
	height:40px;
	text-align:center;
	margin:0px;
	background-color: #AACBDF;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border:solid 1px #0066FF;


	}
td.SponsorPlate a{
display:block;
width:100%;




background-color: #AACBDF;
color:#000000;
}
td.SponsorPlate a:hover{
/*background-color:#990000;*/
color:#FFFFFF;}



.noBr{display:none;}

.newsItem {
	width: 100%;
	float:left;
}
.newsItem img{border:solid 1px #999999 ; padding:2px;}

.newsSeparator{
	display:block;
	float:left;
	width:100%;
	color:#336699; /* For IE*/
	background-color:#336699; /* For Others*/

}

.newsImgLeft{
	float: left;
	margin-left:10px;
	width:auto;
	display:block;
	}
.newsImgRight{}

.flagIcon
{
    background-repeat:no-repeat;
    width:20px;
    height:11px;
    }
    
.flagIcon span{display:none;} 

.Icon
{    background-repeat:no-repeat;
    width:16px;
    height:16px;
    float:left;
    }
	

.Icon span{display:none;}     
.IconReplacement{display:none;}
.ShowAtPrint{display:none;}
.HideAtPrint{}
.hidden{display:none;}
.clear{clear:both;}	

p.imagetext{
margin-top:8px; font-style:italic;}

sup {
	vertical-align: baseline;
	font-size: 0.9em;
	position: relative;
	top: -0.4em;
	}
