body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif !important;
	font-weight: normal;
	background: url(background.png) repeat-y center top;
	background-color: #88bdcc;
}

input.disabled,
a.disabled {
	display: none;
}

h1, h2, h3, h4, h5 {
	font-family: "Century Gothic", "Lucida Sans", "Bitstram Vera Sans", "Verdana", sans-serif !important;
	font-weight: normal !important;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-style: italic;
}

.header {
	background: url(header.png) 50% 0% no-repeat;
	width: 700px;
	margin: 0 auto;
	height: 97px;
	position: relative;
	padding: 0px 16px;
	z-index: 10;
}

.header_top {
	padding: 10px 15px;
	height: 32px;
}

.header_top #banner {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	width: 300px;
	padding: 5px 0;
	margin: 0 auto;
}

.change_language {
	float: right;
	margin: 2px 0px 0px 10px;
}

.change_language a {
	color: #000000;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
}

.change_language a:hover {
	text-decoration: underline;
}

.change_language a.da {
	background-image: url('/media/design/langflags/dk.png');
}
.change_language a.en {
	background-image: url('/media/design/langflags/gb.png');
}

/***********************************************
                   Forms
***********************************************/

input {
	background: url(input_background.png) center center no-repeat;
	border: 0;
	width: 173px;
	height: 20px;
	text-align: center;
}

input[type=radio],
input[type=checkbox] {
	background: transparent;
	border: 0;
	width: auto;
	height: auto;
	vertical-align: center;
}

input[type=file] {
	background: transparent;
	border: 1px;
	width: auto;
	height: auto;
}

input.button,
input.button_right,
input.button_left {
    height: 20px;
    width: 100px;
    color: #ffffff;
}

input[disabled].button,
input[disabled].button_right,
input[disabled].button_left {
	color: #A5A4A4;
}


input.button {
    background: url(input_button.png) center center no-repeat;
}

input.button_right {
    background: url(input_button_right.png) center center no-repeat;
    padding-right: 18px;
}

input.button_left {
    background: url(input_button_left.png) center center no-repeat;
    padding-left: 18px;
}

span.checkbox{
    background: url(checkbox_unchecked.png) no-repeat center center;
    height: 17px;
    width: 18px;
    display: inline-block;
	vertical-align: middle;
}

span.checkbox.checked{
    background: url(checkbox_checked.png) no-repeat center center;
}

span.checkbox input {
    display: none;
}

/******************************
		   Validator
******************************/
.validator {
	height: 23px;
	padding: 0 12px;
}

.validator.valid {
	background: url(form_valid.png) center center no-repeat;
}

.validator.invalid {
	background: url(form_invalid.png) center center no-repeat;
}

.validator.waiting {
	background: url(/media/jqueryui/css/custom-theme/images/ui-anim_basic_16x16.gif) center center no-repeat;
}


/***********************************************
                   Page design
***********************************************/
.footer {
	width: 100%;
	text-align: center;
	color: #999999;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.footer a {
	text-decoration: underline;
	color: #999999;
}

.footer a:hover {
	color: #000;
}

.footer img {
	margin: 4px 0px -4px 0px;
}

.cardline .center_frame {
	width: 670px;
	background: #ffffff;
	border: 0;
	margin: 0 auto;
	padding: 3px 15px;
	text-align: center;
	color: #999999;
}

.cardline .top_shadow,
.cardline .bottom_shadow {
	width: 700px;
	border: 0;
	margin: 0 auto;
	padding: 0px;
}
.cardline .top_shadow {
	background: url(page_shadow_top.png) no-repeat center bottom;
	height: 17px;
}
.cardline .bottom_shadow {
	background: url(page_shadow_bottom.png) no-repeat center top;
	height: 27px;
}

.design {
	margin: 0px 300px 0px 300px;
	min-height: 500px;
}

/***********************************************
                   Center page
***********************************************/
.center_page {
	background: url(center_logo.png) no-repeat center top;
	min-height: 310px;
}
.center_page .center_frame {
	width: 670px;
	background: #ffffff;
	border: 0;
	margin: 0 auto;
	padding: 15px;
	min-height: 230px;
}

.center_page .top_shadow,
.center_page .bottom_shadow {
	width: 670px;
	border: 0;
	margin: 0 auto;
}
.center_page .top_shadow {
	background: url(page_shadow_top.png) no-repeat center bottom;
	height: 17px;
}
.center_page .bottom_shadow {
	background: url(page_shadow_bottom.png) no-repeat center top;
	height: 27px;
}

/***********************************************
                Profile creating
***********************************************/
.mypage_block {
	margin: 20px 0;
	border: 1px solid #99D8E9;
}

.mypage_block h2 {
	background: #E2FFFF;
	padding: 2px 10px;
	border-bottom: 1px solid #99D8E9;
	margin-bottom: 5px;
}

.mypage_block .mypage_block_contents{
	padding: 5px;
}

/***********************************************
                Profile creating
***********************************************/
form#create_profile {
	display: block;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

form#create_profile .help_text {
    font-size: 10px;
    margin: 0;
    padding: 0;
}

form#create_profile .errorlist {
    margin: 0;
    padding: 0;
}

form#create_profile .errorlist li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #ff0000;
    font-style: italic;
}

form#create_profile .required label {
	font-weight: bold;
}

form#create_profile label {
	font-weight: bold;
}

form#create_profile .error label {
	color: #ff0000;
}

form#create_profile .filler {
	width: 20px;
}

form#create_profile .labels {
	display: block;
	width: 110px;
	min-height: 22px;
	float: left;	
}

form#create_profile .inputs {
	display: block;
	width: 210px;
	min-height: 22px;
	float: left;	
}

form#create_profile .inputs.readonly {
	text-align: center;
	width: 173px;
}

form#create_profile ul {
	margin: 0;
	padding: 0;
}

form#create_profile li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form#create_profile .divids {
	display: block;
	width: 80px;
	height: 30px;
	float: left;
}

form#create_profile .fieldgrp {
	display: block;
	height: auto;
	width: 50%;
	float: left;
}

form#create_profile .line {
	display: block;
	margin: 10px 0;
	height: auto;
}

form#create_profile .error {
	display: block;
	width: 100%;
	float: left;
}

form#create_profile .buttpanelcenter {
	display: block;
	position: relative;
	left: 3px;
}	

/**********************
  Opret/Create Profile
***********************/
.endforms {
	margin: 20px 0;
}

form#create_profile  .centerbutt {
	margin: 20px 0;
	text-align: center;
}

form#create_profile input.blue {
	background: url(knap_create_profil.png) no-repeat scroll center;
}

/***********************************************
                Frontpage
***********************************************/
.frontpage{
	background-image: url(/media/design/center_logo.png);
	background-repeat: no-repeat;
	background-position: 50% 30px;
	background-color: #ffffff;
	min-height: 310px;
	top: -30px;
	position: relative;
	padding: 50px 0px 30px 0px;
}


.unstyle_links a,
.unstyle_links a:visited {
    color: inherit;
    text-decoration: none;
}

/*** Cosplay ******************************************************************/
a.cosplay_on, a.cosplay_off {
	color: #000;
	text-decoration: none;
}
a.cosplay_on:hover, a.cosplay_off:hover {
	text-decoration: underline;
}

a.cosplay_on {
	background: url(checkbox_checked.png) no-repeat center left;
	padding: 0px 0px 0px 25px;
	font-weight: bold;
}
a.cosplay_off {
	background: url(checkbox_checked_off.png) no-repeat center left;
	padding: 0px 0px 0px 25px;
}
a.boxed {
	text-decoration: none;
	color: #435c63;
	background-color: #eee;
	padding: 0px 8px;
	margin: 0px 2px;
	border: 1px solid #88bdcc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
a.boxed:hover {
	background-color: #fff;
}

/*** Dungeon Master signup ****************************************************/
.gmtable {
	margin: 5px auto;
	border: 1px solid #000000;
}
.gmtable td {
	padding: 2px 3px;
}

