/*********************************************************************************************************
GENERAL STYLE
**********************************************************************************************************/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, form, label, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: tahoma;
	background-color: transparent;
}

html {
	background-color:#fff;
	background-image:url('/gfx/bg.jpg');
	background-position:center 110px;
	background-repeat:repeat-x;
	color:#989898;
	font-size:0.70em;
	line-height:150%;
    overflow-x: hidden;
	overflow-y: scroll;

}

input, select, textarea {
	border: solid 1px #d9d6d6;
	padding:4px;
	background-image:url('/gfx/txtfield.jpg');
	background-repeat:repeat-x;
	background-color:#fff;
	color:#989898;
	font-family:verdana;
	font-size:.9em;
}

a {
	color:#816e9d;
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;	
}

.clear {
	clear:both;	
}

.btn {
	border:0;
	background-color:#b7b7b9;
	color:#fff;
	background-image:none;
	font-weight:bold;
}

.btn:hover {
	background-color:#c01988;
	cursor:pointer;
}

.abox {
	background-color:#b7b7b9;
	padding:3px 7px;
	color:#fff;
	clear:both;
}
.abox:hover {
	background-color:#9270be;
	text-decoration:none;
}

.box {
	background-color:#fff;
	padding:10px;
	overflow:auto;
}

.line {
	border-bottom:solid 1px #e4dfea;
	height:5px;
	clear:both;
	margin:10px 0 10px 0;
}

.error {
	color:#fff;	
	background-color:#ce2293;
	padding:3px 8px;
}

#top {
	height:110px;
	width:100%;
}

#languages {
	position:absolute;margin-top:-30px;margin-left:700px;text-align:right;
}

#top #top_content {
	width:970px;
	margin:0 auto;
}

#top #top_content #logo {
	width:200px;
	float:left;
}
#top #top_content #nav {
	width:750px;
	margin-top:50px;
	float:left;
}

#top #top_content #notification {
	position:absolute;
	background-image:url('/gfx/message_notification.png');
	width:23px;
	height:20px;
	color:#fff;
	font-size:.9em;
	background-repeat:no-repeat;
	text-align:center;
	margin-left:105px;
	margin-top:-25px;
}

#top #top_content #nav ul {
	margin:0;
	padding:0;
}

#top #top_content #nav ul li {
	float:left;
	margin:0 10px;
	list-style:none;
	padding: 3px 10px;
}

#top #top_content #nav ul li a {
	color:#a4a4a5;
	text-decoration:none;
}

#top #top_content #nav ul li:hover {
	border-bottom:solid 1px #816e9d;
	cursor:pointer;
	color:#816e9d;
}

#top #top_content #nav ul li:hover a {
	color:#816e9d;
	text-decoration:none;
}

#top #top_content #nav ul li.active {
	background-color:#816e9d;
	border-bottom:solid 1px #816e9d;
	color:#fff;
}

#top #top_content #nav ul li.active a {
	color:#fff;
	text-decoration:none;
}



#container {
	width:970px;
	margin:0 auto;	
}

#content {
	width:950px;
	background-color:#f2f2f2;
	margin-top:50px;
	padding:10px;
}

#login {
	margin:5px 0;	
}

/*********************************************************************************************************
MEMBERS_FRONT
**********************************************************************************************************/ 

#members_front {
	clear:both;	
}

#members_front .member {
	width:100px;
	height:100px;
	float:left;
	margin:0 7px 7px 0px;
}


/*********************************************************************************************************
MEMBERS
**********************************************************************************************************/ 

#members {
	clear:both;	
}

#members .member {
	width:280px;
	height:100px;
	float:left;
	margin:30px 10px;
	border-left:solid 2px #c0b2d2;
	padding-left:2px;
}


#members .member .img {
	float:left;
	width:100px;
	margin-right:10px;
}

#members .member .info {
	float:left;
}

/*********************************************************************************************************
REGISTER
**********************************************************************************************************/ 

#register {
	background-image:url('/gfx/register_bg.jpg');
	background-repeat:no-repeat;
	width:900px;
	#width:890px;
	color:#fff;
	padding:20px;
	overflow:auto;
}

#register_contact {
	background-image:url('/gfx/register_contact_bg.jpg');
	background-repeat:no-repeat;
	width:900px;
	#width:890px;
	height:690px;
	padding:20px;
	color:#fff;
}

#register #form, #register_contact #form {
	margin:20px;
	width:780px;
}

#register #info, #register_contact #info {
	padding:10px;
	width:780px;
	background-color:#9aa7b6;	
	border:solid 1px #c5d3de;
}

#register input, #register select, #register_contact input, #register_contact select {
	border:0;	
	color:#717070;
}

#register .error, #register_contact .error {
	color:#fff;	
	background-color:#F33;
	padding:3px 8px;
}

#register .btn, #register_contact .btn {
	background-color:#536a8c;
	color:#fff;
}

#register .btn:hover, #register_contact .btn:hover {
	background-color:#263d5d;
	color:#fff;
}

/*********************************************************************************************************
AD
**********************************************************************************************************/ 

#ad {
	text-align:center;
	margin:0 auto;
	margin-top:20px;
	width:764px;
	height:126px;
	background-image:url('/gfx/ad_shadow.png');
	background-position:top center;
}

#ad .ad {
		
}

/*********************************************************************************************************
FOOTER
**********************************************************************************************************/ 

#footer {
	clear:both;	
}

#footer #footer_left {
	float:left;	
}

#footer #footer_right {
	float:right;
	text-align:right;
}

#footer small {
	color:#bfbfc0;	
}

#footer a {
	color:#939393;
}

/*********************************************************************************************************
MEMBER PROFILE
**********************************************************************************************************/ 

#profile_nav {
	background-image:url('/gfx/profile_nav.jpg');
	width:950px;
	height:139px;
}

#profile_nav ul {
	margin:15px 100px;
	padding:0;
}

#profile_nav ul li {
	float:left;
	text-align:center;
	margin:0 30px;
	padding:10px 30px;
	border:solid 1px transparent;
}

#profile_nav ul li:hover {
	border:solid 1px #585757;
	cursor:pointer;
}

#imgs .img {
	float:left;
	text-align:center;
	margin:10px;
}

#imgs .img .photo {
	width:100px;
	height:100px;
}

/*********************************************************************************************************
PROFILE
**********************************************************************************************************/ 

#profile {
	clear:both;	
}

#profile_img {
	float:left;
	width:350px;
	margin-right:10px;
}

#profile_info {
	float:left;
}

#profile_info .data {
	width:530px;
	background-color:#f2f2f2;
	padding:10px 20px;
}

#profile_info .functions {
	margin-top:10px;
	color:#fff;
	width:570px;
}

#profile_info .functions .contact {
	float:left;
	background-color:#8e79aa;	
	padding:10px 20px;
	width:15px;
	height:15px;
	text-align:center;
	margin-right:1px;
}

#profile_info .functions .info {
	float:left;
	padding:10px 10px;
	width:451px;
	height:15px;
	background-color:#c0b2d2;
	font-weight:bold;
	color:#fff;
}

#profile_info .functions .social {
	float:left;
	height:15px;
	margin:0 5px;
	font-weight:bold;
	text-align:right;
}

#profile_info .functions .loggedin:hover {
	background-color:#d7c8eb;
	cursor:pointer;
}

#previous_model {
	position:absolute;
	margin-top:-55px;
}

	#previous_model #pic {
		width:50px;
		float:left;
		text-align:center;
	}
	
	#previous_model #data {
		width:200px;
		float:left;
	}
	
	
#next_model {
	position:absolute;
	margin-top:-55px;
	margin-left:715px;
}

	#next_model #pic {
		width:50px;
		float:left;
		text-align:center;
	}
	
	#next_model #data {
		width:200px;
		float:left;
		text-align:right;
	}

/*********************************************************************************************************
MESSAGES
**********************************************************************************************************/ 


.messages {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #dfdfdf;
}

.messages:hover {
	background-color:#f5f5f5;
	cursor:pointer;
	border-bottom:dotted 1px #777777;
}

.messages_headline {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #fff;
}


	
	.messages .icon, .messages_headline .icon {
		width:25px;
		float:left;  
	}
	
	.messages .member, .messages_headline .member {
		width:190px;
		float:left;  
	}
	
	
	.messages .title, .messages_headline .title {
		width:420px;
		float:left;  
	}
	
	.messages .date_added,.messages_headline .date_added {
		width:210px;
		float:left;  
	}
	
	.messages .delete, .messages_headline .delete {
		width:30px;
		float:left;  
	}
	
	
/*********************************************************************************************************
TABLEBOX
**********************************************************************************************************/ 

#tablebox {}

#tablebox .tablebox {
	clear:both;
	overflow:auto;
	border-bottom:solid 2px #f2f2f2;
	margin:10px 0;
	padding:10px 0;
}

#tablebox .number {
	float:left;
	padding:4px 8px;
	background-color:#816e9d;
	text-align:center;
	color:#fff;
	width:10px;
}
	
#tablebox .info {
	float:left;
	padding:0px 10px;
	width:875px;
}
	
	
/*********************************************************************************************************
PAGINATION
**********************************************************************************************************/ 

#pagination {
	margin-top:20px;
	margin-bottom:20px;
	height:27px;
	border-top:dotted 1px #d1d1d1;
	border-bottom:dotted 1px #d1d1d1;
	padding:10px 0 10px 0;
	clear:both;
}
	
#pagination ul {
	margin:0;
	padding:0;
	float:left;
}

#pagination ul li {
	list-style:none;
	float:left;
	margin-right:8px;
	background-color:#fff;
	color:#9270be;
	padding:3px 10px 3px 10px;
	border:solid 1px #fff;
}

	#pagination ul li a {
		color:#9270be;
		text-decoration:none;
	}

#pagination ul li:hover {
	list-style:none;
	float:left;
	margin-right:8px;
	background-color:#b7b7b9;
	color:#fff;
	padding:3px 10px 3px 10px;
	border:solid 1px #b7b7b9;
	cursor:pointer;
}

	#pagination ul li:hover a {
		color:#fff;
		text-decoration:none;
	}

#pagination ul li.active {
	list-style:none;
	float:left;
	margin-right:8px;
	background-color:#9270be;
	color:#fff;
	padding:3px 10px 3px 10px;
	border:solid 1px #fff;
}

	#pagination ul li.active a {
		color:#9fc7ef;
		text-decoration:none;
	}
	
#pagination ul li.disabled {
	list-style:none;
	float:left;
	margin-right:8px;
	background-color:#fff;
	color:#d8d8d8;
	padding:3px 10px 3px 10px;
	border:solid 1px #fff;
}
	
#pagination ul li.disabled:hover {
	list-style:none;
	float:left;
	margin-right:8px;
	background-color:#fff;
	color:#d8d8d8;
	padding:3px 10px 3px 10px;
	border:solid 1px #fff;
	cursor:auto;
}


/*********************************************************************************************************
SEARCH
**********************************************************************************************************/ 

#search {
	overflow:auto;
	color:#fff;
	padding:20px;
	background-image:url('/gfx/search.jpg');
	background-repeat:repeat-x;
}

#search input {
	border:0;	
}

#search .search {
	float:left;
	width:220px;
	height:40px;
	margin:6px 0px;
	padding:0;
	font-weight:bold;
}

#search .btn {
	background-color:#937fac;	
}

#search .btn:hover {
	background-color:#735994;	
}

/*********************************************************************************************************
REGISTER TOP
**********************************************************************************************************/ 

.register_top_dk {
	position:absolute;
	background-image:url('/gfx/register_top_dk.png');
	width:143px;
	height:27px;
	margin-left:420px;	
	#margin-left:-530px;
	cursor:pointer;
}

.register_top_txt_dk {
	position:absolute;
	background-image:url('/gfx/register_top_text_dk.png');
	width:60px;
	height:13px;
	margin-left:465px;	
	#margin-left:-485px;
	cursor:pointer;
}

.register_top_eng {
	position:absolute;
	background-image:url('/gfx/register_top_eng.png');
	width:143px;
	height:27px;
	margin-left:420px;	
	#margin-left:-540px;
	cursor:pointer;
}

.register_top_txt_eng {
	position:absolute;
	background-image:url('/gfx/register_top_text_eng.png');
	width:41px;
	height:12px;
	margin-left:505px;	
	#margin-left:-453px;	
	cursor:pointer;
}