html{
	overflow-y: scroll;
}

html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

body{
	background: #111;
	color: #ccc;
/*
	font-family: 'Lucida Grande', sans-serif;
*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, h7{
/*
	font-family: 'Helvetica Neue', sans-serif;
*/
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
}

a{
	color: #369;
}

br.clear{
	clear: both;
}

.yes{
	color: green;
}
.no{
	color: #8b0000;
}

.info{
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	background: #ee9;
	border: 1px solid #dd0;
	color: #333;
	padding: 1%;
}
.info p{
	margin-top: 0;
}

.warning{
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	background: #d118cb;
	border: 1px solid purple;
	color: #eee;
	padding: 1%;
}
.warning h4{
	color: #8b0000;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

table{
	border-spacing: 0;
	width: 100%;
}

th, td{
	padding: 0.2em;
}

th{
	text-align: left;
}

th.number, td.number{
	text-align: right;
}
th.date, td.date{
	text-align: right;
}
th.bool, td.bool{
	text-align: right;
}
.cancelled{
	color: #ccc;
	text-decoration: line-through;
}
.cancelled a, .cancelled .yes, .cancelled .no{
	color: #ccc;
}

/*	TODO: is this really the best way to style a form?	*/

label{
	cursor: pointer;
/*
	display: inline-block;
	min-width: 10em;
*/
}

input, textarea, button, select{
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	background: #eee;
	border: 1px solid #aaa;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0.3em;
}

.rightcolumn input, textarea, button, select{
	border-color: #fff;
}

input[type="submit"], input[type="submit"]:focus{
	background: #111;
	border-color: #111;
	color: #fff;
	float: right;
}

input:focus, textarea:focus, button:focus{
	background: #eec;
}

input.money{
	text-align: right;
}

textarea{
	height: 10em;
	width: 30em;
}


form .required{
	color: red;
	font-weight: bold;
}

fieldset{
	border: 1px solid #ccc;
	border-right: none;
	border-left: none;
	border-bottom: none;
	margin: 1em 0;
}

legend{
	font-size: 90%;
	font-weight: bold;
	padding: 7px;
}

form .description{
	color: #999;
	font-size: 80%;
}

.error, .errors{
	color: red;
}

.ruler{
	border-top: 1px solid #ccc;
}

#everything{
	
}

#header{
/*	
	background: #171717 url('../images/gradient.jpg') no-repeat 100px 0;
*/
	background: url('../images/Banner-2010-01-02-1740.png') no-repeat center;
	float: left;
/*	height: 141px;*/
	width: 100%;
}

#header-wrapper{
	margin: 0 auto;
	width: 980px;
}

#header #organized-by{
	color: #cee;
	float: right;
	font-family: 'Lucida Grande', 'Trebuchet MS';
	font-size: 75%;
	padding: 0.5em 0;
}

#header #organized-by a{
	color: #eff;
}

#header h1{
	margin: 0;
	padding: 0;
	padding-top: 1em;
	height: 1em;
	text-indent: -9999px;
}

#header h1 a{
	color: #fff;
	text-decoration: none;
}

#navigation{
}

#navigation ul{
	-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-topright: 0.4em;
	-webkit-border-top-left-radius: 0.4em;
	-webkit-border-top-right-radius: 0.4em;
	background: #CBEAF9;
	float: left;
	list-style: none;
	margin: 0;
	margin-top: 3%;
	padding: 0;
}

#navigation li{
	float: left;
}

#navigation a{
	-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-topright: 0.4em;
	-webkit-border-top-left-radius: 0.4em;
	-webkit-border-top-right-radius: 0.4em;
	color: #000;
	display: block;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 95%;
	font-weight: bold;
	margin: 1px;
	margin-bottom: -1px;
	padding: 0.5em 0.7em;
	text-align: center;
	text-decoration: none;
}

#navigation .current a, #navigation .current a:hover{
	-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-topright: 0.4em;
	-webkit-border-top-left-radius: 0.4em;
	-webkit-border-top-right-radius: 0.4em;
	background: #262626;
	border: 1px solid #fff;
	border-bottom: none;
	color: #fff;
	cursor: default;
	margin: 0;
	margin-bottom: -1px;
}

#navigation .current a span.description, #navigation .current a:hover span.description{
	color: #999;
}

#navigation a:focus{
	outline: none;
}

#navigation a:hover{
	background: #fff;
	/*
	background: #262626;
	border: 1px solid #555;
	border-bottom: none;
	margin: 0;
	margin-bottom: -1px;
	*/
}

#navigation a:hover span.description{
}

#navigation a span.description{
	color: #000;
	display: block;
	font-size: 65%;
	font-weight: normal;
}

#navigation a span.discrete{
	color: #666;
	padding: 0 0.05em;
}

#subnavigation{
	clear: both;
}

#subnavigation ul{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnavigation li{
	float: left;
}

#subnavigation a{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background: #333;
	border-bottom: 1px solid #333;
	/*	Blue:	*/
/*	color: #CBEAF9;*/
	/*	Green: 	*/
	color: #fff;
	display: block;
	padding: 0 1.0em;
	padding-top: 0.4em;
	padding-bottom: 0.3em;
	margin-left: 0.5em;
/*	margin-top: 1em;*/
	text-decoration: none;
}

#subnavigation li.current a, #subnavigation li.current a:hover{
	background: #fff;
	border-color: #fff;
	color: #000;
}

#subnavigation a:hover{
	/*	Blue:	*/
	background: #3EB7F9 /*#96D6F8*/ /*#BA6001*/;
	color: #fff;
	/*	Green: 	*/
}

/*	"Tabs" without tab effect and very minimal GUI	*/
/*
#subnavigation a{
	border-left: 1px solid #333;
	color: #fff;
	display: block;
	font-size: 80%;
	margin: 0.5em 0;
	padding: 0.0em 1.2em;
	text-decoration: none;
}

#subnavigation li.current a{
	color: #666;
}

#subnavigation a:hover{
	text-decoration: underline;
}

#subnavigation li:first-child a{
	border-left: none;
}
*/

#content{
	background: #262626;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #444;
	clear: both;
	padding: 1.5% 0;
	width: 100%;
}

#content-wrapper{
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
}

/*
#content h2{
	color: #9f9;
	margin: 0;
	margin-left: 0.8em;
	margin-top: 0.5em;
	margin-bottom: 0.9em;
}
*/

#content .leftcolumn{
	float: left;
	width: 73%;
	clear: both;
}
/*
#content #news{
	-webkit-border-radius: 5px;
	background: #fff;
	color: #333;
	padding: 1em;
}*/

#content .leftcolumn .block{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	color: #333;
	overflow: hidden;
	padding: 1em;
}

#content .leftcolumn .block h2{
	margin-top: 0;
}

#news .post{
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
	padding-bottom: 1em;
}

#news .post h3{
	margin: 0;
	padding: 0;
}

#content .rightcolumn{
	float: right;
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	width: 25%;
}

#content .rightcolumn .block{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #333;
	/*
	border: 1px solid #404040;
	*/
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	color: #111;
	font-size: 90%;
	margin-bottom: 1.3em;
	padding: 1em;
}

#content .rightcolumn ul{
	padding: 0 1.9em; 
	padding-right: 0.5em; 
	line-height: 1.5em;
}

#content .rightcolumn .block.green{
	background: #09a301 url('../images/gradient_green.png') no-repeat;
	color: #cf9;
	/*
	background: #151;
	color: #cec;
	*/
}

#content .rightcolumn .block.blue{
	background: #1577cd url('../images/gradient_lighterblue.png') no-repeat;
	color: #9cf;
	/*cf9
	background: #115;
	color: #cce;
	*/
}

#content .rightcolumn .block.purple{
	background: #d118cb url('../images/gradient_purple.png') no-repeat;
	color: #c9f;
}

#content .rightcolumn .block.red{
	background: #6f1a21 url('../images/gradient_red4.png') no-repeat;
	color: #f99;
}

#content .rightcolumn .block.orange{
	background: #ba6001 url('../images/gradient_orange5.png') no-repeat;
	color: #fff;
}

#content .rightcolumn .block h3{
	color: #fff;
	margin-top: 0;
	text-shadow: rgba(0, 0, 0, 0.597656) 0px 1px 0px;
}

#content .rightcolumn .block a{
	color: #eee;
}

#content .rightcolumn .block a:hover{
    color: #fff;
}

#content #statistics{
    /*
	-webkit-border-radius: 5px;
	background: #151;
	color: #222;
	padding: 1em;
	*/
	text-shadow: rgba(0, 0, 0, 0.597656) 0px 1px 0px;
}

#content #statistics .ticket-amount-left{
	color: #fff;
	display: inline-block;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 150%;
	font-weight: bold;
	padding-right: 0.2em;
	text-align: right;
	width: 2.5em;
}

#content #statistics .ticket-type{
	color: #9cf;
	font-size: 120%;
}

#content #statistics .ticket-amounts{
	float: right;
}

#footer{
	background: #111;
	color: #444;
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	font-size: 75%;
	clear: both;
	padding: 1.5% 0;
}

#footer a{
	color: #666;
}

#footer-wrapper{
	margin: 0 auto;
	width: 980px;
}


/* new order formul�ret: */

#leftBoxOfOrder{
	width: 27%;	
	margin-right: 2%;
	float: left;
}

#orderleftContainer{
	background: #1577cd url('../images/gradient_lighterblue.png') no-repeat;
	color: #fff;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #555;
}

#orderleftContainer input[type="submit"], #orderRightContainer input[type="submit"]{
	background: #fff;
	border-color: #fff;
	color: #000;
}

#ticketTypeInfo {
	background: #1577cd url('../images/gradient_lighterblue.png') no-repeat;
	color: #fff;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #555;
	margin-top: 0.4em;
}
#ticketTypeInfo p {
	font-size: 80%;
}

#orderRightContainer{
	width: 67%;
	background: red;
	float: right;
	padding: 10px;
	background: #1577cd url('../images/gradient_lighterblue.png') no-repeat;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #555;
}

#orderleftContainer h3, #orderRightContainer h3{
	margin-top: 0;
}

#orderTicketTable{
	
	background: #fff;
	/*border: 1px solid #555;*/
	padding: 3px 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-spacing: 0;
	font-size: 80%;
	padding: 0;
	width: 100%;

}

#orderTicketTable th{
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px; 
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	color: #333;
	background: #fff;
	padding: 6px 10px;
	text-align: left;
	border-bottom: 1px solid #555;
	white-space: nowrap;

}

#orderTicketTable td{

	color: #333;
	padding: 6px 10px;
	white-space: nowrap;

}

#orderTicketTable tr:hover td{

	background:#eeeeee none repeat scroll 0 0;

}


#myAchievementTable{
	
	background: #fff;
	/*border: 1px solid #555;*/
	padding: 3px 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-spacing: 0;
	font-size: 80%;
	padding: 0;
	width: 100%;

}

#myAchievementTable th{
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px; 
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	color: #333;
	background: #fff;
	padding: 6px 10px;
	text-align: left;
	border-bottom: 1px solid #555;
}

#myAchievementTable td{

	color: #333;
	padding: 6px 10px;
}

#myAchievementTable tr:hover td{

	background:#eeeeee none repeat scroll 0 0;

}


.tdDelete{
	text-align: center;
	cursor: pointer;
}

.orderTicketRowDelete{
	color: red;
	font-size: 20px;
	font-weight: bold;
}


#newOrderFormContainer{
	width: 100%;
	display: inline-block;

}

/*
#newOrderTicket{
	width: 29%;
	float: left;
	margin: 10 10;
}

#newOrderUser{
	width: 41%;
	float: left;
}

#newOrderPrice{
	width: 15%;
	float: left;
}

#newOrderTicketSubmit{
	width: 10%;
	float: left;
}
*/

#totalAmountOfThigsBox{
	color: 111;
	display: inline-block;
	width: 100%;
}


#totalPriceBox{
	display: inline-block;
	width: 100%;
}

#ticketOrderTotalPriceLabelBox{
	margin-top: 6px;
	font-size: 20px;
	float: left;
	width: 50%;
}
#ticketOrderTotalPriceBox{
	margin: 0px;
	float: right;
	width: 50%;
}

#sendOkeyText{
	
	float: left;
}



#pack_list{
	
}
#pack_list li{
	line-height: 1.5em;
	list-style-type: circle;
}

#faq_list{
	
}

.faq_question{
	margin-top: 2em;
}

.faq_answer{
	
}

#payment_table{
	margin-bottom: 4em;
}
#payment_table tr{
}
#payment_table th.title{
	border-bottom: 1px solid #ccc;
	padding-top: 2em;
	vertical-align: bottom;
	width: 50%;
}
#payment_table td.value{
	border-bottom: 1px solid #ccc;
	color: #8b0000;
	font-family: "Arial";
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
}

#payment_table td.explanation{
	border: none;
	color: #666;
	font-size: 85%;
	text-align: left !important;
}

#seatmap{
	min-height: 380px;
	position: relative;
}

.tableRowList{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tableRowListContainer{
	position: relative;
	left: 0.5em;
	top: 1em;
}

.tableRowList li{
	list-style-type: none;
	display: inline;
}
#seatDescriptionList{
	font-size: 80%;
	margin-bottom: 1em;
	padding: 1%;
}
#seatDescriptionList li{
	display: inline;
	list-style-type: none;
}
.seatDescription{
	margin-right: 1em;
}

a.seat{
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border: 1px solid #ccc;
	border-left: none;
	border-top: none;
	color: #fff;
	display: inline-block;
/*	font-family: "Courier New";*/
	font-size:100%;
/*	font-weight: bold;*/
	padding: 0.5em 0.2em;
	text-align: center;
	text-decoration: none;
	width: 32px;
/*	height: 22px;*/
}
a.seat.free{
	background-color: #256CDE;
	border-color: #00f;
}
a.seat.occupied{
	/*background: #cf1217;*/
/* 	background: #ff7300;*/
	background: #ff8400;
	border-color: #cc6200;
}
a.seat.used{
	background: #09A301;
	border-color: green;
}
a.seat.current{
	background: black !important;
}
a.seat:hover{
	/*	background: #D118CB;*/
	background: #f992d9;
	border-color: #D118CB;
}
/*	Special, used for javascript hovering:	*/
a.seat.hover{
	/*background: #D118CB !important;	*/
	background: #f992d9 !important;	
	border-color: #D118CB;
}
.seatTooltip{
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	background: #ee9;
	border: 1px solid #dd0;/*
	background: #D118CB;
	border: 1px solid #91088B;*/
	border-top: none;
	border-left: none;
	color: #000;
	font-size: 60%;
	padding: 0.5em 0.6em;
}

.area-on-seatmap{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: gray;
	border: 1px solid #666;
	border-left: none;
	border-top: none;
	color: #fff;
	font-size: 80%;
	text-align: center;
}
#scene-on-seatmap{
	padding: 1.5em 10em;
	position: absolute; 
	top: 305px;
	left: 190px; 
/*	width: 100px;*/
}

#kiosk-on-seatmap{
	padding: 2.1em 1.5em;
	position: absolute; 
	top: 290px;
	left: 50px; 
/*	width: 100px;*/
}

#media-on-seatmap{
	padding: 1.9em 1.4em;
	position: absolute; 
	top: 336px; 
	left: 456px; 
/*	width: 40px;*/
}
#tvspel-on-seatmap{
	padding: 2.8em 2.2em;
	position: absolute; 
	top: 360px; 
	left: 0px; 
/*	width: 65px;*/
}
#game-on-seatmap{
	padding: 1.9em;
	position: absolute; 
	top: 360px; 
	left: 552px; 
/*	width: 70px;*/
}


#seatUserList{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#seatUserList li{
	display: inline;
	float: left;
}
#seatUserList li a:after{
/*	content: ", ";*/
}
a.seatUser{
	padding: 0.2em;
}
a.seatUser.hover, a.seatUser:hover{
	background: #256cde;
	color: #fff;
	text-decoration: none;
}

.crewList {
	display:block;
	text-align: center;
}
.crewList .group {
	display:block;
	text-align: center;
}
.crewList .group h3 {
	margin-bottom:5px;
	margin-top:50px;
	padding-left:20px;
	text-align: center;
}
.crewList .group .users {
	display: block;
	overflow: auto;
	width: 100%;
	text-align: center;
}
.crewList .group .user {
	display:block;
	margin: 30px auto;
	text-align:center;
	width:180px;
}
.crewList .group .user img {
	border:1px solid #000000;
}
.crewList .group .user .name {
	display:block;
	padding:5px;
}
.crewList .group .user .nick {
	display:block;
	font-style:italic;
	padding:5px;
}
.crewList .group .user .nick:before {
	content:'"';
}
.crewList .group .user .nick:after {
	content:'"';
}
.crewList .group .user .role {
	display:block;
	padding:5px;
}

.rememberthis-block{
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	background: #dea;
	margin-top: 1em;
	padding: 0.3em 1.0em;
}

#bstlink{
	float: right;
}

.newsPost{
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.5em;
}
.newsPostHeader{
	color: #1577CD;
	font-size: 150%;
	margin-bottom: 0;
	margin-top: 1em;
}
.newsPostHeader a{
	color: #1577CD;
}
.newsPostCreatedBy{
	background: #ddd;
	color: #555;
	display: inline-block;
	font-size: 90%;
	margin-top: 1em;
	padding: 0.2em 0.3em;
}
.newsPostContent{
	margin-top: 1em;
}

.activityTable{
	border-spacing: 3px;
}
.activityTable td{
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	background: #CBEAF9;
	padding: 1%;
	vertical-align: top;
}
.activityTable .activityStartsAt{
/*	font-weight: bold;*/
	font-size: 110%;
	text-align: left;
	width: 20%;
}
.activityTable .activityName{
/*	color: #256CDE;*/
	font-size: 130%;
	vertical-align: top;
}
.activityTable .activityType{
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	background: #E9F7FA;
	color: #333;
	float: right;
	font-size: 75%;
	margin-right: 0.2em;
	padding: 0.3em;
}

.happening{
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	background: #CBEAF9;
	padding: 2% 2%;
	margin-bottom: 0.5em;
}
.happeningName{
	margin-top: 0em;
}
.happeningTime{
	color: #555;
	float: right;
	font-size: 90%;
}

#notice{
	margin-bottom: 1em;
}
#notice a{
	color: #fff;
}

#notice .notice, #notice .error{
	padding: 1%;
}

#notice .notice{
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	background: #1CA600;
	border: 1px solid green;
	color: #fff;
}
#notice .error{
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	background: #c33;
	border: 1px solid #a00;
	color: #eee;
}

#frontpageInfo{
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	background: #1577cd url('../images/gradient_lighterblue.png') no-repeat;
	border: 1px solid #A9E0FC;
	color: #fff;
	font-size: 111%;
	margin: 0 2%;
	margin-bottom: 2em;
	padding: 1px 2%;
}
#frontpageInfo .type{
	display: inline-block;
	width: 8em;
}
#frontpageInfo a{
	color: #fff;
}

.sponsor{
	margin-bottom: 5em;
}
.sponsorImage{
	text-align: center;
}

.sponsorImage img{
	border: none;
}

#printableEntryCode{
	border: 1px solid #000;
	margin: 5em 20%;
	padding: 5%;
	text-align: center;
}
#printableEntryCodeNumber{
	font-size: 500%;
	margin: 0;
	padding: 0;
}
#printableTicketInfo{
	font-size: 85%;
}

.loginMenu{
	clear: both;
	margin-top: 4em;
}

.userLines{
	padding: 0.3em;
}
.leftUserColumn{
}
.rightUserColumn{
}
.allUsersBox{
	float: left;
	display: block;
	width: 60%;
}

.allUsersBox ul{
	margin: 0px;
}

.allUsersInfoBox
{
	float: right;
	display: block;
	width: 40%;
}
.firstBox{
	float: left;
	display: block;
/*	background: green;*/
	width: 50%;
}
.secondBox{
	float: right;
	display: block;
/*	background: blue;*/
	width: 50%;
}

.userMan{
	color: #256CDE;
}
.userWoman{
	color: #D118CB;
}

#genderPercentage{
	color: #AAA;
}

.userResultWoman{
	margin: 2em;
}
.userResultMen{
	margin: 2.2em;
}
.userResultTotalt{
	margin: 2.6em;
}
.userInfoLines{
	display: block;
	padding: 0.3em;
}
.usersMailTextArea{
	height:	2em;
}

#myAchievementsTable{
	border: 1px solid #000;
	text-align: center;
}

table .achievementCategory {
	background-color:#dddddd;
	border-bottom:1px solid #000;
	font-weight:bold;	
}

.gravatar{
    border: 1px solid #666;
    float: left;
    margin-right: 1em;
}

#userNick{
    display: inline;
    font-size: 400%;
    font-style: italic;
    line-height: 90%;
    margin: 0;
    padding-top: 1em;
    padding: 0;
}

#userRealName{
    display: block;
    font-size: ;
    font-weight: normal;
    margin: 0;
    margin-bottom: 2em;
    padding: 0;
}

#userDetailsTable th{
    width: 30%;
    vertical-align: top;
}

#achievementList .achievementCategoryHeader{
    clear: both;
    font-weight: normal;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding-top: 0.5em;
}

#achievementList .achievementCategoryList{
    list-style-type: none;
    margin: 0;
    padding: 0;/*
    -webkit-column-count: 2;
    -moz-column-count: 2; 
    -moz-column-gap: 1em; 
    -webkit-column-gap: 1em;*/ 
}

#achievementList .achievementCategoryList .achievement{
    /*border-bottom: 1px solid #666;
    border-right: 1px solid #666;*/
	color: #fff;
	display: inline-block;/*
	clear: left;
    float: left;*/
    font-size: 80%;
    margin-bottom: 1.0em;
    margin-right: 1.0em;
}


#achievementList .achievementCategoryList .achievement .name{
    -webkit-border-top-left-radius: 1em;
    -webkit-border-bottom-left-radius: 1em;
    -moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomleft: 1em;
	background: #1577cd url('../images/gradient_lighterblue.png') top center no-repeat;
    -webkit-box-shadow: 1px 1px 3px #333;
    display: inline-block;
    padding: 0.5em 1.2em;
}

#achievementList .achievementCategoryList .achievement .name a{
    color: #fff;
    text-decoration: none;
}

#achievementList .achievementCategoryList .achievement .points{
    -webkit-border-top-right-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    -moz-border-radius-topright: 1em;
	-moz-border-radius-bottomright: 1em;
    background: #000;
    -webkit-box-shadow: 1px 1px 3px #333;
    color: #fff;
    display: inline-block;
    font-weight: bold;
/*    font-size: 80%;*/    
    padding: 0.5em 0.8em;
}

#usersTotalAchievementPoints{
    clear: both;
    font-weight: bold;
    margin-top: 1em;
}

#usersTotalAchievementPoints .points{
    color: #1577cd;
    font-size: 700%;
    font-weight: normal;
    display: block;
	text-align: center;
    text-shadow: 1px 2px 0px #00488A;
}

.googlemap{
    -webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 1px 0px 1px, rgba(0, 0, 0, 0.046875) 1px -1px 0px, rgba(0, 0, 0, 0.0976562) 0px 1px 0px, rgba(0, 0, 0, 0.0976562) -1px 0px 1px, rgba(0, 0, 0, 0.046875) -1px -1px 0px, rgba(0, 0, 0, 0.148438) 0px 2px 1px;
    background: #E5E3DF;
/*    border: 1px solid #333;*/
    margin-top: 1em;
    min-height: 400px;
    width: 100%;
}

#editUserForm{
    
}
#editUserForm label{
    display: inline-block;
    min-width: 10em;
}
#editUserForm input[type=submit]{
    float: none;
    margin-left: 10em;
}