#hd {
	vertical-align: middle;
	padding: 8px;
}

#main {
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}

#main_hd,#main_navigation,#main_content {
	text-align: left;
	padding: 4px;
}

#main_navigation {
	width: 170px;	
}

#main_content {
	position: relative;
}

#navigation {	
}

#navigation select {
	width: 100%;
}

#enter_highscores {
	background-color: white;
	color: black;
	text-align: left;
}

#enter_highscores table {
	border-width: 2px;
	border-color: white;
}

#content {
	float: left;
}

#highscores th {
	font-weight: bold;
}

#highscores td,#highscores th {
	border-style: solid;
	border-color: white;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
}

table.highscores_snippet {
	width: 100%;
}

table.highscores_snippet td,table.highscores_snippet th {
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-style: solid;
	border-bottom-color: #feb362;
	border-bottom-width: 1px;
}

table.highscores_snippet th {
	font-weight: bold;
}

.description {
	width: 400px;
	color: black;
}

.box_outside {
	background-color: #ffffff;
	border-color: #feb362;
	border-width: 2px;
	border-style: solid;
	position: relative;
}

.box_bl {
	background: url(../img/corner_bottom_left.gif) 0 100% no-repeat;
	height: 100%;
	position: relative;
	left: -2px;
	top: 2px;
}

.box_br {
	background: url(../img/corner_bottom_right.gif) 100% 100% no-repeat;
	position: relative;
	left: 4px;
	height: 100%;
}

.box_tl {
	background: url(../img/corner_top_left.gif) 0 0 no-repeat;
	position: relative;
	top: -4px;
	left: -4px;
}

.box_tr {
	background: url(../img/corner_top_right.gif) 100% 0 no-repeat;
	position: relative;
	left: 4px;
}

.box_inside {
	position: relative;
	left: -2px;
	top: 2px;
	text-align: left;
}

div.box_content {
	padding: 8px;
}

.box_header {
	background-color: #feb362;
	color: #ffffff;
	padding-left: 8px;
	border-width: 0px 0px 2px;
	border-style: solid;
	border-color: #feb362;
	font-weight: bold;
}

.box_clear {
	font-size: 1px;
	height: 6px
}

div.box_separator {
	background-color: #feb362;
	height: 1px;
	font-size: 1px;
	border-width: 0px;
}

td,th {
	vertical-align: top;
}

body {
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #feb362;
	margin: 0px;
	padding: 0px;
	background-color: #ffdec2;
	padding: 0px;
}

a,a:visited {
	color: #feb362;
	text-decoration: none;
}

a.link,a:visited .link {
	padding-left: 18px;
	background-image: url(../img/arrow_r_light.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-decoration: none;
	display: block;
}

a:hover {
	color: #b23f00;
}

div.navigation {
	font-weight: bold;
	margin-top: 12px;
}

a.selected,a:hover.selected,a:hover.link,a:visited.selected {
	color: #b23f00;
	padding-left: 18px;
	background-image: url(../img/arrow_r_dark.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	display: block;
}

span.publisher_sub_title {
	font-size: x-small;
}

table.highscores td,table.highscores th {
	text-align: left;
}

table.highscores td.num,table.highscores th.num {
	text-align: right;
	white-space: nowrap;
}

img {
	border: none;
}

div.scores {
	margin-bottom: 8px;
	font-size: 21px;
	text-align: center;
}

table.tiles {
	table-layout: fixed;
	border-collapse: separate;
}

table.tiles tr {
	height: 102px;
}

table.tiles td {
	width: 102px;
	height: 102px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-color: white;
	border-style: solid;
}

table.tiles img {
	display: block;
	width: 100px;
	height: 100px;
	border: 0px;
}

table.tiles img.unselected {
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
}

table.tiles img.selected1 {
	border-color: #0000ff;
	border-style: solid;
}

table.tiles img.selected2 {
	border-color: #0606ff;
	border-style: solid;
}

table.highscores td,table.highscores th {
	font-size: smaller;
}

.title {
	margin-left: 40px;
}

div.loading {
	position: absolute;
	top: 70px;
	font-size: 20px;
	font-weight: bold;
	color: #b23f00;
	text-align: center;
	width: 100%;
}

div.popup {
	position: absolute;
	top: 50px;
	left: 60px;
	min-width: 300px;
	min-height: 200px;
	z-index: 1;
	background-color: white;
	padding: 8px;
	border: 2px solid #feb362;
	-moz-border-radius: 4px;
}

div.popup div.photo_title {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	left: 8px;
	top: 8px;
	color: black;
	margin-left: 8px;
}

div.popup div.photo_title a {
	color: gray;
}

div.popup div.buttons {
	position: absolute;
	top: 8px;
	right: 8px;
}

div.popup div.content {
	background-color: white;
}

td.menu table.highscores {
	margin-top: 16px;
	border: 1px solid #aaa;
	background-color: #ffeedd;
	-moz-border-radius: 8px;
}

td.menu table.highscores td,td.menu table.highscores th {
	font-size: 10px;
}

iframe {
	border-bottom-style: none;
	border-width: 0px;
}

p {
	margin-bottom: 5px;
}

h2 {
	color: #feb362;
	font-weight: bolder;
	font-size: 1.5em;	
	margin-bottom: 0.5em;
}

h3, h1 {
	font-weight: bolder;
	margin-bottom: 0.5em;
}

li {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url(../img/heart.gif);
	background-position: left 3px;;
}

/* blog */
p.blog_info {
	font-style: italic;	
}

span.author {
	font-weight: bold;
	color: #feb362;
}

.blog_entry {
	margin-top: 1em;
	margin-bottom: 1em;	
}

/* ------------ Bookmarking services -------------- */
img.addsocial {clear:none; display:inline;} 
ul.addsocial {list-style-type: none; display: inline;}
li.addsocial {display: inline; background-image: none; padding: 0px;}