body {
	margin: 0px;
	background: #fff url(../img/gradient_sides.png);
	background-position: top;
	background-repeat: repeat-x;
	font-family: sans-serif;
	font-size: 10pt;
}
img {
	border-style: none;
	behavior: url(/css/iepngfix.htc);
}
a {
	color: #EB338F;
}
#header {
	width: 964px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header_outer {
	height: 90px;
	width: 100%;
	border-bottom: 2px solid #EB338F;
	background-color: #eee;
	position: absolute;
}
#header #header_logo {
	position: absolute;
	top: 35px;
	left: 20px;
}
#header #header_lbp {
	position: absolute;
	right: 20px;
	top: 20px;
}
#header #options {
	font-size: 8pt;
	color: #bbb;
	padding-left: 22px;
	padding-top: 10px;
}
#header #options div {
	display: inline;
}
#header #options a {
	color: black;
}
#coming_soon {
	position: relative;
	left:-8px;
	top:-5px;
}
#page {
	background-image: url(../img/gradient_centre.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 550px;
	width: 964px;
	margin-left: auto;
	margin-right: auto;
}
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
}
#footer {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-top: 100px;
	margin-bottom: 10px;
	text-align: center;
	border-top: 1px solid #bbb;
	padding-top: 10px;
}
.smallprint {
	color: #888888;
	font-size: 7pt;
}
.smallprint a {
	color: #888888;
}
h1 {
	font-family: sans-serif;
	color: #203360;
	font-size: 15pt;
	margin-top: 0px;
}
#content {
	position: relative;
	padding: 20px;
}
#levels {
	width: 400px;
	position: absolute;
	right: 20px;
	top: 5px;
}
.rounded {
        -webkit-border-top-left-radius:10px;
        -webkit-border-top-right-radius:10px;
        -webkit-border-bottom-left-radius:10px;
        -webkit-border-bottom-right-radius:10px;

        -khtml-border-radius-topleft:10px;
        -khtml-border-radius-topright:10px;
        -khtml-border-radius-bottomleft:10px;
        -khtml-border-radius-bottomright:10px;

        -moz-border-radius-topleft:10px;
        -moz-border-radius-topright:10px;
        -moz-border-radius-bottomleft:10px;
        -moz-border-radius-bottomright:10px;
}
.box {
	padding-top: 20px;
}
.box .boxheader {
	position: absolute;
	top:-45px;
	left: 20px;
}
.box .box_inner {
	position: relative;
	margin: 10px;
}
.box .bottom {
	height: 0px;
}
.narrow {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.levelthumb {
	display: block;
	position: relative;
	width: 320px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
	background-color: white;
	margin: 10px;
}
.cool_level {
	position: absolute;
	width: 380px;
}
.cool_level a {
	text-decoration: none;
	color: transparent;
}
#cool_level1 {
	display: none;
	filter: alpha(opacity=0);
	opacity: 0;
}
.level {
	font-size: 9pt;
}
.level .top a {
	text-decoration: none;
	color: #fff;
}
.level .top a:hover {
	text-decoration: underline;
}
.level .title {
	font-size: 12pt;
	font-weight: bold;
	height: 16pt;
	line-height: 16pt;
	overflow: hidden;
}
.level .creator {
	font-weight: bold;
}
.box .top {
        -webkit-border-top-left-radius:10px;
        -webkit-border-top-right-radius:10px;
        -webkit-border-bottom-left-radius:0px;
        -webkit-border-bottom-right-radius:0px;

        -khtml-border-radius-topleft:10px;
        -khtml-border-radius-topright:10px;
        -khtml-border-radius-bottomleft:0px;
        -khtml-border-radius-bottomright:0px;

        -moz-border-radius-topleft:10px;
        -moz-border-radius-topright:10px;
        -moz-border-radius-bottomleft:0px;
        -moz-border-radius-bottomright:0px;

	background-color: #00AEEF;
	color: white;
	padding: 10px;
	text-align: right;
}
.pink {
	background-color: #EB338F !important;
}
.box .bottom {
        -webkit-border-top-left-radius:0px;
        -webkit-border-top-right-radius:0px;
        -webkit-border-bottom-left-radius:10px;
        -webkit-border-bottom-right-radius:10px;

        -khtml-border-radius-topleft:0px;
        -khtml-border-radius-topright:0px;
        -khtml-border-radius-bottomleft:10px;
        -khtml-border-radius-bottomright:10px;

        -moz-border-radius-topleft:0px;
        -moz-border-radius-topright:0px;
        -moz-border-radius-bottomleft:10px;
        -moz-border-radius-bottomright:10px;

	background-color: #eeeeee;
	padding: 10px 0px 10px 0px;
}
.box .subnav {
	background-color: #eeeeee;
	padding: 0px;
	margin: 0px;
}
.box .subnav a:focus {
	outline: none;
}
.tags {
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
}
.tag img {
	behavior: url(/css/iepngfix.htc);
}
.level .meta {
	position: absolute;
	top: 32px;
	left: 10px;
	width: 50%;
	text-align: left;
}
.level .hearted {
	padding-left: 15px;
	background-image: url(../img/heart.png);
	behavior: url(/css/iepngfix.htc);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 1.2em;
}
.level .playing {
	padding-left: 15px;
	background-image: url(../img/playing.png);
	behavior: url(/css/iepngfix.htc);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 1.2em;
}
.level .rating {
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: left center;
}
#map {
	position: relative;
	left:-20px;
}
#preloader {
	display: none;
}
.levelthumb {
	text-decoration: none;
}
.levelthumb .corner {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
}
.hot .levelthumb .corner {
	background-image: url(../img/hot_corner.png);
	behavior: url(/css/iepngfix.htc);
}
.new .levelthumb .corner {
	background-image: url(../img/new_corner.png);
	behavior: url(/css/iepngfix.htc);
}
.box .top h1 {
	color: white;
	padding: 0;
	margin: 0;
}
#login .bottom,
#help .bottom,
#register .bottom {
	padding: 10px 25px 10px 25px;
	height: auto;
}
.warning {
	background-color: #ffeeee;
	padding: 5px;
	color: #660000;
	width: 450px;
	float: right;
	position: relative;
	display: none;
}
#register #alreadyregistered {
	top: 10px;
}
#login #notfound,
#register #notfound {
	top: 10px;
}
.progress {
	position: relative;
	left: 10px;
	top: -30px;
	display: none;
	width: 35px;
}
#login_progress,
#register_progress {
	top: -40px;
}
#placeholder_code {
	text-align: center;
	width: 100px;
	font-size: 14pt;
	font-weight: bold;
	color: white;
	border: 3px solid white;
	background-color: #00AEEF;
	padding: 10px;
	float:right;
}
#placeholder_code2 {
	font-weight: bold;
}
#placeholder_name2 {
	font-weight: bold;
}
label {
	font-weight: bold;
}
input {
	behavior: url(/css/iepngfix.htc);
	font-size: 10pt;
}
p.buttons {
	text-align: center;
	clear: both;
	margin: 0px;
}
p.buttons input:focus { outline: none; }
.profile .top {
	text-align: left !important;
}
.profile .top h1 { display: inline; }
.profile .top div { display: inline; }
.profile .top .hearted {
	float: right; 
	padding-left: 15px; 
	margin-top: 7px;
	margin-right: 15px;
	background-image: url(../img/heart.png);
	behavior: url(/css/iepngfix.htc);
        background-repeat: no-repeat;
        background-position: left center;
}
.profile .top .playing {
	float: right; 
	padding-left: 15px; 
	margin-top: 7px;
	margin-right: 15px;
	background-image: url(../img/playing.png);
	behavior: url(/css/iepngfix.htc);
        background-repeat: no-repeat;
        background-position: left center;
}
.star {
	font-size: 90%;
	position:relative;
	top: -1px;
}
.profile .top .rating {
	float: right; 
	padding-left: 5px; 
	margin-top: 7px;
	margin-right: 15px;
        background-repeat: no-repeat;
        background-position: left center;
}
.subprofile {
	display: none;
	width: 964px;
}
.profile .subnav, .subprofile .subnav {
	height: 0px;
}
.profile .subnav ul, .subprofile .subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}
.profile .subnav ul li, .subprofile .subnav ul li {
	display: block;
	float: left;
}
.profile .subnav ul a, .subprofile .subnav ul a {
	display: block;
	width: 100px;
	padding: 5px;
	text-align: center;
	margin-left: 2px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;

        -webkit-border-top-left-radius:0px;
        -webkit-border-top-right-radius:0px;
        -webkit-border-bottom-left-radius:10px;
        -webkit-border-bottom-right-radius:10px;

        -khtml-border-radius-topleft:0px;
        -khtml-border-radius-topright:0px;
        -khtml-border-radius-bottomleft:10px;
        -khtml-border-radius-bottomright:10px;

        -moz-border-radius-topleft:0px;
        -moz-border-radius-topright:0px;
        -moz-border-radius-bottomleft:10px;
        -moz-border-radius-bottomright:10px;
}
.profile .subnav ul a {
	background-color: #EBAECD;
}
.profile .subnav ul a:hover {
	background-color: #EB338F;
}
.profile .subnav ul a.current {
	background-color: #EB338F;
}
.subprofile .subnav ul li a {
	background-color: #fff;
	color: black;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.subprofile .subnav ul a:hover {
	background-color: #00AEEF;
	color: white !important;
}
.subprofile .subnav ul a.current {
	background-color: #00AEEF;
	color: white !important;
}
img.photo {
	width: 320px;
	height: 180px;
	background-color: #fff;
	padding: 10px;
}
.profile .topbar {
	background-color: #fff;
	padding-right: 10px;
}
.subprofile .topbar {
	background-color: #eee;
	padding-top: 30px;
}
#profile_tools .topbar {
	padding: 30px;
}
.profile .main {
	float: left;
	border: 1px solid #ddd;
	border-style: none solid solid none;
	margin: 0 10px 10px 0;
}
h2 {
	color: #203360;
	font-size: 12pt;
	margin: 0px;
	padding-top: 20px;
}
h2.first {
	padding-top: 40px;
}
.top img.bigup {
	position: absolute;
	top: -22px;
	right: 50px;
	margin-right: 20px;
}
.top img.bigdown {
	position: absolute;
	top: -22px;
	right: 150px;
	margin-right: 20px;
}
.bigupdown {
	display: none;
	float: right;
	padding: 10px;
	font-weight: bold;
	color: #00AEEF;
	background-color: #FAE8F1;	
	margin: 10px;
	text-align: center;
	border: 1px solid #EB338F;
}
.bigupdown .score {
	font-size: 20pt;
}
.bigupdown .bigup {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.bigupdown .bigdown {
	display: block;
	margin-left: auto;
	margin-right: auto;
} 
.bigupdownhoriz {
	display: none;
	float: right;
	padding: 10px;
	font-weight: bold;
	color: #00AEEF;
	background-color: #FAE8F1;	
	margin: 10px 0px 10px 10px;
	text-align: center;
	border: 1px solid #EB338F;
}
.bigupdownhoriz .score {
	font-size: 26pt;
	display: block;
	float: left;
}
.bigupdownhoriz .bigup {
	display: block;
	float: left;
	margin-left: 20px;
}
.bigupdownhoriz .bigdown {
	display: block;
	float: left;
	margin-left: 20px;
} 
.subprofile .top img {
	position: absolute;
	left: 0px;
	top: -40px;
}
.user {
	float: left;
	position: relative;
}
.user a {
	text-decoration: none;
}
.user a.name {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 12pt;
	background-color: #00AEEF;
        -webkit-border-bottom-right-radius:10px;
        -khtml-border-radius-bottomright:10px;
        -moz-border-radius-bottomright:10px;
}
.group {
	float: left;
	position: relative;
	background-color: #fff;
	padding: 10px;
}
.group a {
	text-decoration: none;
}
.group a.name {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 12pt;
	background-color: #00AEEF;
        -webkit-border-bottom-right-radius:10px;
        -khtml-border-radius-bottomright:10px;
        -moz-border-radius-bottomright:10px;
}
.group a.membercount {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	background-color: #00AEEF;
        -webkit-border-top-left-radius:10px;
        -khtml-border-radius-topleft:10px;
        -moz-border-radius-topleft:10px;
	padding-left: 20px;
	background-image: url(../img/playing.png);
	behavior: url(/css/iepngfix.htc);
	background-repeat: no-repeat;
	background-position: 5px center;
}
img.groupphoto {
	padding: 0px;
}
img.friend {
	width: 240px;
	height: 135px;
}
div.user {
	background-color: #fff;
	padding: 10px;
	float: left;
	margin: 10px;
	position: relative;
}
div.user img {
	padding: 0px;
	background-color: #000;
}
div.photo img {
	padding: 0px;
	background-color: #000;
}
div.photo {
	background-color: #fff;
	padding: 10px;
	width: 320px;
	float: left;
	margin: 10px;
	position: relative;
}
div.photo a.levelname {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 7pt;
	background-color: #00AEEF;
	text-decoration: none;
        -webkit-border-bottom-right-radius:10px;
        -khtml-border-radius-bottomright:10px;
        -moz-border-radius-bottomright:10px;
}
.map {
	position: relative;
	width: 320px;
	height: 180px;
	clip: auto;
}
.maparea {
	position: absolute;
	color: transparent;
}
.maparea:hover {
	border: 2px solid white;
	opacity: 0.5;
}
.subjects {
	color: #000;
	margin-top: 5px;
	overflow: hidden;
}
.subjects a {
	color: #000;
	text-decoration: none;
}
.subjects a:hover {
	text-decoration: underline;
}
#levels_content .level {
	position: relative;
	width: 360px;
	float: left;
	margin: 10px;
}
#levels_content .level .levelthumb {
	margin: 0px;
	border: 1px solid #eee;
}
#levels_content .level .description {
	margin-top: 10px;
}
#connection_status {
	display: none;
	height: 110px;
	background-color: #EB338F;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 0px;
	width: 964px;
	margin-left: auto;
	margin-right: auto;
}
#connection_status a {
	color: #fff;
}
#connection_status_inner {
	position: absolute;
	bottom: 0px;
	padding-bottom: 3px;
	text-align: center;
	width: 964px;
	margin-left: auto;
	margin-right: auto;
}
.profile .top .owner a {
	color: white;
	text-decoration: none;
}
.profile .top .owner a:hover {
	text-decoration: underline;
}
.comment {
	margin-top: 20px;
	font-size: 9pt;
}
.comment a {
	color: black;
	text-decoration: none;
}
.comment a:hover {
	text-decoration: underline;
}
.comment .top {
	text-align: left;
	padding: 0px;
	height: 10px;
}
.comment.owner .top {
	background-color: #EB338F !important
}
.comment.deleted .top {
	background-color: #dddddd !important
}
.comment.republished .top {
	background-color: #EBAECD !important
}
.comment .heading {
	font-weight: bold;
	background-color: white;
	padding: 10px;
}
.comment .author {
	float: left;
}
.comment .date {
	float: right;
}
.comment .heading div {
	display: inline;
}
.comment .message {
	background-color: white;
	padding: 10px;
	margin-bottom: 10px;
        -webkit-border-bottom-right-radius:10px;
        -khtml-border-radius-bottomright:10px;
        -moz-border-radius-bottomright:10px;
        -webkit-border-bottom-left-radius:10px;
        -khtml-border-radius-bottomleft:10px;
        -moz-border-radius-bottomleft:10px;
}
.comment.deleted .message, .comment.deleted .heading {
	background-color: #fafafa !important;
	color: #888888 !important;
}

.editing {
	background-color: #ffffee;
	border: 1px dashed #dddddd;
	color: black;
}
.editable {
	display: inline;
}
.editable .editcontents {
	display: inline;
}
.button, .editable .edit {
	background-color: #EB338F;
	border: 1px solid white;
	padding: 1px 3px 1px 3px;
	font-size: 7pt;
	color: white;
	display: inline;
	cursor: pointer;
}
.button.large, .editable .large {
	font-size: 9pt;
	padding: 10px;
	font-weight: bold;
	float: right;
}
.contentlist {
	padding-bottom: 10px;
}
#friends_content .contentlist {
	width: 840px;
}
#comments_content .contentlist {
	width: 800px;
}
#photos_content .contentlist {
	width: 740px;
}
#levels_content .contentlist {
	width: 760px;
}
#search_results_content .contentlist {
	width: 760px;
}
#levels_content .contentlist {
	width: 760px;
}
#videos_content .contentlist {
	width: 840px;
}
#reviews_content .contentlist {
	width: 840px;
}
#tools_content .contentlist {
	width: 760px;
}
#search_results_content .tag {
	position: absolute;
	top: -30px;
	right: 0px;
}
#mygroups_content .contentlist {
	width: 740px;
}
#allgroups_content .contentlist {
	width: 740px;
}
#members_content .contentlist {
	width: 840px;
}
.contentlist {
	margin-left: auto;
	margin-right: auto;
}
.pager {
	clear: both;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.pager .prev {
	float: left;
	color: transparent;
	font-size: 0;
	line-height: 0;
	display: block;
	width: 154px;
	height: 31px;
	background-image: url(../img/page_previous.png);
	behavior: url(/css/iepngfix.htc);
}
.pager .next {
	float: right;
	color: transparent;
	font-size: 0;
	line-height: 0;
	display: block;
	height: 31px;
	width: 117px;
	background-image: url(../img/page_next.png);
	behavior: url(/css/iepngfix.htc);
}

#profile_levels .top {
	text-align: left;
}
#profile_levels .top img {
	position: absolute;
	left: 0px;
	top: -40px;
}
#profile_levels .level .top {
	text-align: right !important;
}
#profile_levels .topbar {
	background-color: #eee !important;
	padding-top: 30px;
}
.topbar .group {
	position: relative;
	float: left;
	margin: 10px;
}
.level {
	position: relative;
	width: 360px;
	float: left;
	margin: 10px;
}
.level .top {
	position: relative;
}
.level .bottom {
	height: 300px;
	background-color: #fff;
	padding: 10px !important;
}
.level .levelthumb {
	margin: 0px;
	border: 1px solid #eee;
}
.level .description {
	margin-top: 10px;
}
.level .meta {
	width: auto;
	position: absolute;
	left: 10px;
	top: 32px;
	text-align: left !important;
}
.level .meta span {
	float: left !important;
}
#levels_content .top div {
	display: block !important;
}
.levels .level .meta {
	top: 25px;
}
.error h2 {
	padding: 10px !important;
}
#searchsections .topbar {
	display: none;
	padding: 10px;
}
#searchsections .current {
	display: block;
}
.fields {
	width: 400px;
}
.sticker {
	font-size: 8pt;
	font-family: monospace;
	width: 500px;
	height: 60px;
}
#tools_sticker label {
	font-weight: normal;
	font-size: 9pt;
}
.sticker_sizes {
	float: left;
	text-align: right;
	width: 500px;
}
#help .boxheader {
	position: absolute;
	left: 0px;
	top: -40px;
}
#register .boxheader {
	top: 10px;
	left: 40px;
	position: absolute;
	z-index: 98;
}
#profile_groups .boxheader,
#profile_search .boxheader {
	top: -40px;
	left: 0px;
	position: absolute;
	z-index: 98;
}
.cool_levels .boxheader {
	position: absolute;
	top: -30px;
}
.video {
	padding: 10px;
	background-color: #fff;
	margin-bottom: 10px;
	text-align: center;
	width: 504px;
	margin-left: auto;
	margin-right: auto;
}
.post_content {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.profile .members {
	padding-left: 15px;
	background-image: url(../img/playing.png);
	behavior: url(/css/iepngfix.htc);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 7px;
	margin-right: 15px;
	float: right;
}
div.user div.position {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 7pt;
	background-color: #00AEEF;
	text-decoration: none;
        -webkit-border-top-left-radius:10px;
        -khtml-border-radius-topleft:10px;
        -moz-border-radius-topleft:10px;
}
.commands {
	background-color: #eeeeee;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 5px 5px 0px 5px;
        -webkit-border-top-left-radius:10px;
        -khtml-border-radius-topleft:10px;
        -moz-border-radius-topleft:10px;
        -webkit-border-bottom-right-radius:10px;
        -khtml-border-radius-bottomright:10px;
        -moz-border-radius-bottomright:10px;
}
.level .commands {
	background-color: transparent;
}
#sb_modal_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 99;
}
#sb_modal_window {
	position: absolute;
	z-index: 100;
}
#sb_modal_title {
        -webkit-border-top-left-radius:10px;
        -webkit-border-top-right-radius:10px;
        -webkit-border-bottom-left-radius:0px;
        -webkit-border-bottom-right-radius:0px;

        -khtml-border-radius-topleft:10px;
        -khtml-border-radius-topright:10px;
        -khtml-border-radius-bottomleft:0px;
        -khtml-border-radius-bottomright:0px;

        -moz-border-radius-topleft:10px;
        -moz-border-radius-topright:10px;
        -moz-border-radius-bottomleft:0px;
        -moz-border-radius-bottomright:0px;

	background-color: #00AEEF;
	color: white;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}
#sb_modal_content {
        -webkit-border-top-left-radius:0px;
        -webkit-border-top-right-radius:0px;
        -webkit-border-bottom-left-radius:10px;
        -webkit-border-bottom-right-radius:10px;

        -khtml-border-radius-topleft:0px;
        -khtml-border-radius-topright:0px;
        -khtml-border-radius-bottomleft:10px;
        -khtml-border-radius-bottomright:10px;

        -moz-border-radius-topleft:0px;
        -moz-border-radius-topright:0px;
        -moz-border-radius-bottomleft:10px;
        -moz-border-radius-bottomright:10px;

	background-color: #eee;
	padding: 10px;
	height: 50px;
	overflow: hidden;
}
#sb_modal_close {
	position: absolute;
	right: 10px;
	top: 11px;
}
#sb_modal_content .button {
	text-align: center;
	display: block;
	width: 75px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#sb_modal_userselector_users,
#sb_modal_photoselector_photos,
#sb_modal_levelselector_levels {
	margin-top: 10px;
	padding-top: 0px;
	width: 380px;
	height: 300px;
	overflow: auto;
}
#sb_modal_userselector_users {
	width: 580px;
}
#sb_modal_levelselector_levels {
	width: 400px;
	height: 350px;
}
#sb_modal_photoselector_photos .button {
	padding-top: 0px;
	float: right;
}
#sb_modal_levelselector_levels .level {
	margin-top: 0px;
}
#sb_modal_levelselector_levels .level .bottom {
	height: 230px;
}
#sb_modal_levelselector_levels .level .description {
	display: none;
}
.postbutton {
	float: left;
	display: block;
	margin-right: auto;
	text-align: center;
}
.section_footer .postbutton {
	float: none;
	clear: both;
	margin-left: auto;
	width: 75px;
}
#photos_content .contentlist .photo .button {
	float: right;
	position: absolute;
	right: 10px;
	top: 197px;
}
#levels_content .contentlist .level .button {
	float: left;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
#notification_count {
	padding: 0px 3px 0px 3px;
	color: #fff;
	font-size: 80%;
	background-color: #EB338F !important;
}
#request_count {
	padding: 0px 3px 0px 3px;
	color: #fff;
	background-color: #EB338F !important;
	font-size: 80%;
}
.request .message a {
	color: #EB338F;
	font-weight: bold;
}
.request .message .button {
	float: right;
	margin-left: 5px;
}
.request.deleted .message .button {
	display: none;
}
.request.accepted .top {
	background-color: #EB338F !important
}
.group_photo_button {
	position: absolute;
	top: 220px;
	left: 264px;
	width: 60px;
	height: 12px;
	text-align: center;
}
#welcome {
	color: #EB338F;
}
#blogbox {
	float: left;
	width: 447px;
	margin-top: 30px;
	padding-top: 0px;
}
#lbpnewsbox {
	float: left;
	width: 447px;
	margin-top: 30px;
	margin-left: 10px;
	padding-top: 0px;
}
#blogbox .top,
#lbpnewsbox .top {
	background-color: #EB338F !important
}
.blogcontent {
	padding: 5px;
	background: #eee;
        -webkit-border-bottom-left-radius:10px;
        -webkit-border-bottom-right-radius:10px;
        -khtml-border-radius-bottomleft:10px;
        -khtml-border-radius-bottomright:10px;
        -moz-border-radius-bottomleft:10px;
        -moz-border-radius-bottomright:10px;
}
.blogstory {
	background: #fff;
	padding: 10px;
}
.blogcontent h2 {
	padding-top: 0px;
}
.blogcontent h2 a {
	color: #EB338F;
	text-decoration: none;
}
.blogcontent h2 a:hover {
	text-decoration: underline;
}
.blogcontent p {
	margin-top: 0px;
}
.blogdate {
	font-size: 75%;
	color: #00AEEF;
}
.blogcontent .blogstorymore {
	color: #EB338F;
	text-decoration: none;
	font-size: 75%;
}
.blogcontent .blogstorymore:hover {
	text-decoration: underline;
}
#sbDebugWindow {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 90px;
	width: 50%;
	opacity: 0.8;
	background-color: #fff;
	color: red;
	border: 1px solid red;
	overflow: auto;
	font-size: 8pt;
	font-family: monospace;
	padding: 0px 10px 0px 10px;
}
