html body {
	margin: 0px;
	padding: 0px;
	width:1000px;
}

body {
	font-family: Arial;
	font-size: 9pt;
	background-color: #E8E8E8;
	background: #E8E8E8 url(../pics/bg.png) repeat-x;
}

/********************** DIV STYLES ***********************/
div#main_panel {
	width: 700px;
	position: absolute;
	left: 150px;
	top: 211px;
	z-index: 2;
	background-color: white;
}

div#menubar {
	height: 30px;
	position: absolute;
	left: 0px;
	top: 160px;
	z-index: 1;
}

div#leaderboard {
	position: absolute;
	left: 270px;
	top: 0px;
	z-index: 3;
}

div#logo_top {
	position: absolute;
	left: 0px;
	top: 60px;
	z-index: 2;
}

div#logo_bottom {
	position: absolute;
	left: 0px;
	top: 160px;
	z-index: 2;
}

div#star {
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 1;
}

div#shareslogan {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 2;
}

div#slogan {
	position: absolute;
	left: 290px;
	top: 95px;
	z-index: 2;
}

div#login_register {
	position: absolute;
	right: 0px;
	top: 142px;
	z-index: 2;
}

div#social_bookmarking {
    position: absolute;
    right: 45px;
    top: 92px;
    z-index: 2;
    height:20px;
}

div#facebook {
    position: absolute;
    right: 2px;
    top: 92px;
    z-index: 2;
    height:15px;
}

div#twitter {
    position: absolute;
    right: 20px;
    top: 92px;
    z-index: 2;
    height:15px;
}

div#left_panel {
	width: 150px;
	/*height: 500px;*/
	position: absolute;
	left: 0px;
	top: 211px;
	z-index: 3;
}

div#memberpicture {
	position: relative;
	width: 150px;
	background-color: #5E5E5E;
	z-index: 3;
}
div#memberpicture_frame {
	width: 111px;
	margin-left:2px;
	background-image: url("../pics/picframe.png");
	background-repeat: no-repeat;
}
div#memberpicture_image {
	width: 80px;
	height: 100px;
	padding-top:14px;
	padding-left:15px;
	z-index: 5;
	text-align: center;
}
div#memberpicture_nick {
	width: 111px;
	height: 20px;
	padding-top:2px;
	text-align: center;
	color:white;
}
div#memberpicture_info {
	margin-top: 5px;
	margin-left: 6px;
	color: white;
	font-size: 8pt;
	text-align: left;
	padding: 2px;
}
div.memberpicture_rating {
	position: absolute;
	width: 20px;
	top: 11px;
	right: 8px;
	z-index: 5;
	text-align: center;
}

div#right_column {
	width: 150px;
	position: absolute;
	left: 850px;
	top: 211px;
	z-index: 11;	
	color: #FFF;
}

div#sms_teaser {
	height: 200px;
	background-image: url("../pics/competition.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

div#shop_teaser {
	height: 200px;
	background-image: url("../pics/shop_teaser.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

div#counter {
	padding: 5px;
	/*height: 45px;*/
	color: #FFF;
	background-color: #5E5E5E;
}

div#google_adsense {
	width: 120px;
	padding:15px;
	background-color: #5E5E5E;
}

div#info_panel {
	width: 680px;
	position: relative;
	margin: 1px auto;
	padding: 10px 5px;
	background-color: #fff484;
	border: 4px double #5E5E5E;
}

div#footer_panel {
	position: relative;
	width: 700px;
	height: 60px;
	background-color: #BBBBBB;
	z-index: 2;
	bottom: 0px;
	margin-top:50px;
}

div#copyright {
	position: absolute;
	left: 20px;
	bottom: 35px;
	z-index: 3;
}

div#footer_links {
	position: absolute;
	left: 20px;
	bottom: 15px;
	z-index: 3;
	color: white;
}

div#small_logo {
	position: absolute;
	right: 7px;
	bottom: 0px;
	z-index: 3;
}

div.team_flags{
	width:660px;
    text-align:center;
    margin-left:25px;
    padding-top: 10px;
    color:white;
}

div.team_flags_bg{
	background-image: url("../pics/flags_bg.jpg");
	background-repeat: no-repeat;
	width: 690px;
	height: 200px;
	margin-left:5px;
}

div.team_icon {
	font-family: "Arial";
	font-size: 7pt;
	position: relative;
	width: 70px;
	height: 85px;
	float: left;
	cursor: pointer;
	margin-right: 2px;
	text-align: center;
}

div#exchange_clock {
	width: 125px;
	height: 30px;
	margin: 5px 0px;
	padding-top: 7px;
	padding-left: 8px;
	color: white;
	font-weight: bold;
	font-size: 11pt;
	background-image: url("../pics/menu.png");
	background-repeat: repeat-x;
}

/********************** EXCHANGE BOX STYLES ***********************/

div.exchange_box {
	position: relative;
	width: 690px;
	height: 200px;
	margin-left:5px;
	background-image: url("../pics/flags_bg.jpg");
	background-repeat: no-repeat;
	z-index: 3;
}

div.exchange_box_title {
	position: absolute;
	left: 25px;
	top: 15px;
	z-index: 4;
	color: #AfAfAf;
	font-size: 10pt;
}

div.partnerpic_frame {
	position: absolute;
	width: 111px;
	height: 140px;
	left: 25px;
	bottom: 25px;
	z-index: 4;
}

div.partnerpic_image {
	position: absolute;
	width: 80px;
	height: 100px;
	left: 15px;
	top: 14px;
	z-index: 5;
	text-align: center;
}
div.partnerpic_nick {
	position: absolute;
	width: 111px;
	height: 20px;
	left: 0px;
	bottom: 5px;
	z-index: 5;
	text-align: center;
	color:white;
}

div.exchange_box_rating {
	position: absolute;
	width: 20px;
	height: 100px;
	left: 145px;
	top: 40px;
	z-index: 5;
	text-align: center;
}

div.exchange_box_info_partner {
	color: #9f9f9f;
	position: absolute;
	width: 240px;
	height: 70px;
	left: 220px;
	top: 15px;
	z-index: 5;
	line-height: 1.3;
}
div.exchange_box_info_partner_gender {
	color: #9f9f9f;
	position: absolute;
	width: 26px;
	height: 60px;
	left: -35px;
	top: 0px;
	z-index: 5;
}

div.exchange_box_info_stickers {
	color: white;
	position: absolute;
	width: 450px;
	height: 100px;
	left: 220px;
	top: 105px;
	z-index: 5;
	font-size:8pt;
}

div.exchange_box_choose {
	color: white;
	position: absolute;
	width: 210px;
	height: 178px;
	left: 465px;
	top: 12px;
	z-index: 5;
}
div.exchange_box_choose_button {
	position: absolute;
	left: 2px;
	bottom: 2px;
	z-index: 5;
}

div.exchange_box_msg {
	color: white;
	position: absolute;
	left: 450px;
	top: 15px;
	z-index: 5;
}

/********************** TABLE STYLES ***********************/
table.main {
	margin-left: 0px;
	background-color: white;
	width: 900px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

table.detail {
	width: 100%;
	background-color: #FFFFFF;
	font-family: "Arial";
	font-size: 9pt;
	margin-top: 7px;
	border-collapse: collapse;
	padding: 3px;
	line-height: 1.4;
}

td.paymentdata {
	padding: 5px;
	padding-top: 5px;
	height: 16px;
	line-height: 1.5;
}

table.coloredlist {
	width: 680px;
	font-family: "Arial";
	font-size: 9pt;
	margin: 10px auto 0px auto;
	border-collapse: collapse;
	padding: 3px;
	line-height: 1.4;
}

td.coloredlistdata {
	text-align: left;
	border-bottom: 2px solid white;
	padding: 6px 3px;
	background-color: #EBEBEB;
}

table.finish {
	width: 500px;
	background-color: #FFFFFF;
	font-family: "Arial";
	font-size: 9pt;
	margin-top: 7px;
	border-collapse: collapse;
	padding: 3px;
	line-height: 1.4;
	border: 1px solid #222222;
}
td.finish_title{
	background-color: #5E5E5E;
    color: white;
    border: 1px solid #222222;
    padding: 3px;
}
td.finish_stickers{
	background-color: #FFFFFF;
    color: #222222;
    border: 1px solid #222222;
    padding: 3px;
}

table.copyright {
	margin-left: 0px;
	width: 900px;
}

td.menuItem {
	text-align: center;
	line-height: 2.2;
	vertical-align: bottom;
	color: white;
	background: url(../pics/menu.png);
	background-repeat: repeat-x;
	border-left: 1px solid #AAAAAA;
	cursor: pointer;
}

.listtitle {
	border-bottom: 1px solid #BBBBBB;
	background-color: #EEEEEE;
	vertical-align: top;
	padding: 3px;
	font-weight: normal;
}

.listdata {
	text-align: left;
	border-bottom: 1px solid #BBBBBB;
	padding: 3px;
}

#partnerinfo {
	font-family: Arial;
	font-size: 9pt;
	border-collapse: separate;
	border-spacing: 2px;
	width: 300px;
}
#partnerinfo td {
	padding: 3px 8px;
	background-color: #ffffff;
}

/********************** FONT STYLES ***********************/
.pagefont {
	font-family: "Arial";
	font-size: 9pt;
}

.titlefont {
	font-family: "Arial";
	font-size: 10pt;
}

.fonttiny {
	font-family: "Arial";
	font-size: 7pt;
}

/********************** FIELD STYLES ***********************/
.inputfield {
	border: 1px solid #777777;
	width: 150px;
}

.inputfield_large {
	border: 1px solid #777777;
	width: 300px;
}

textarea {
	border: 1px solid #777777;
	width: 300px;
	height: 100px;
}

.waitnote {
	font-family: "Arial";
	text-align: center;
	vertical-align: middle;
	font-size: 9pt;
	font-weight: bold;
	border: 0px;
	color: red;
	display: none;
}

span.msg_counter {
	color: green;
	font-weight: bold;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.9;
	max-width: 320px;
}
#tooltip h3, #tooltip div { margin: 0; }

/********************** IMAGE STYLES ***********************/

img.title{
	margin: 10px 0px 0px 15px;
}

/********************** HREF STYLES ***********************/

a:link {
	font-size: 9pt;
	color: black;
	text-decoration: none
}

a:visited {
	font-size: 9pt;
	color: black;
	text-decoration: none
}

a:hover {
	font-size: 9pt;
	color: #028AD4;
	text-decoration: none
}

a:active {
	font-size: 9pt;
	color: black;
	text-decoration: none
}

a.bright:link {
	font-size: 9pt;
	color: white;
	text-decoration: none
}

a.bright:visited {
	font-size: 9pt;
	color: white;
	text-decoration: none
}

a.bright:hover {
	font-size: 9pt;
	color: #028AD4;
	text-decoration: none
}

a.bright:active {
	font-size: 9pt;
	color: white;
	text-decoration: none
}

a.memberinfo:link {
	font-size: 8pt;
	color: white;
	text-decoration: none
}

a.memberinfo:visited {
	font-size: 8pt;
	color: white;
	text-decoration: none
}

a.memberinfo:hover {
	font-size: 8pt;
	color: white;
	text-decoration: none
}

a.memberinfo:active {
	font-size: 8pt;
	color: white;
	text-decoration: none
}

/********************** MISC STYLES ***********************/

ul.start {
	list-style-image: url(../pics/star_icon.png);
	list-style-position: inside;
}
li.start {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 2em;
	vertical-align: middle;
}

.bgcolorlight {
	background: #FFFFEF
}

.bgcolorwrong {
	background: #FF8888
}

.bgcolorgrey {
	background: #e8e8e8
}

.form_protection {
	display: none
}

form {
	display: inline;
}


div#map_canvas img{
	behavior: url(x.htc);
}
img {
	behavior: url(iepngfix.htc);
}