/* ///////////////////////////////////////////////////////////// */
/* DIESES CSS-FILE KANN FREI BEARBEITET WERDEN.                  */
/* DIE VERWENDETEN KLASSEN SIND NUR IM TEMPLATE VORHANDEN.       */
/* ///////////////////////////////////////////////////////////// */
body {
	font-family: Verdana;
	font-size: 12px;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 10px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}


/* ///////////////////////////////////////////////////////////// */
/* LAYOUT */
/* ///////////////////////////////////////////////////////////// */
.globalnav_container {
	height: 28px;
	background-position: top center;
	background-repeat: no-repeat;
}

.globalnav {
	margin-left: auto;
	margin-right: auto;
	width: 975px;
}

.mmolife_logo {
	position: absolute;
	left: 50%;
	margin-left: -470px;
	top: 10px;
}

.content_container {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 10px;
	font-family: Verdana;
	font-size: 12px;
}

.content_container a {
	color: #851157;
	text-decoration: none;
}


.menu_container {
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	height: 135px;
	position: relative;
}




.footer {
	background-color: #101010;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 20px;
}



/* ///////////////////////////////////////////////////////////// */
/* LOGIN */
/* ///////////////////////////////////////////////////////////// */

.login {
	font-family: Verdana;
	color: #DDDDDD;
	position: absolute;
	left: 50%;
	margin-left: 200px;
	top: 7px;
	font-size: 12px;
	text-align: left;
}
	
#logoutbutton {
	margin: 0px;
	padding: 0px;
}

#loginbutton a, #logoutbutton a {
	color: #FFFFFF;
}


#loginbutton {
	float: left; 
	position: relative;
	padding: 0px 0px 0px 0px;
	
}

#facebookbutton {
	float: left; 
	margin-right: 10px;
}

/*

#loginswitch {
	float: left; 
	position: relative;
	padding: 11px 0px 0px 230px;
}
#loginswitch #toggle a {
	color: #FFFFFF;
}

#loginswitch a.open, #loginswitch a.close {
	background-image: url(../images/images/loginswitch_bg.png);
	width: 104px;
	height: 16px;
	display: block;
	text-align: center;
	padding-top: 7px;
	color: #FFFFFF;
}

#loginswitch a.open:hover, #loginswitch a.close:hover {
	text-decoration: none;
}


#loginpanel a {
	color: #851157;
}


.panelcontainer {
	width: 800px;
	margin: auto;
}

*/


/* ///////////////////////////////////////////////////////////// */
/* INNERBOX */
/* ///////////////////////////////////////////////////////////// */
.innerbox {
	color: #bb2181;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	background-color: #e4e4e4;
	margin-bottom: 10px;
}

.innerbox a {
	text-decoration: none;
	color: #851157;
}


.innerbox_content {
	color: #bb2181;
	font-size: 12px;
	padding: 10px 0px 10px 10px;
	border: 5px solid #e4e4e4;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.innerbox_content td {
	font-size: 12px;
}

.innerbox_header {
	color: #bb2181;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	background-color: #e4e4e4;
	margin: 0px;
}



.innerbox_header a {
	color: #FFFFFF;
	text-decoration: none;
}
.innerbox_header a:hover{
	color: #6d6d6d;
	text-decoration: underline;
}


/* ///////////////////////////////////////////////////////////// */
/* TABMENU */
/* ///////////////////////////////////////////////////////////// */
.tabmenu_selected {
	border-left: 1px solid #6d6d6d;
	border-right: 1px solid #6d6d6d;
	border-top: 1px solid #6d6d6d;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-image: url(../images/tabmenu_selected_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.tabmenu_notselected {
	border-top: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #6d6d6d;
	background-color: #d8d8d8;
	background-image: url(../images/tabmenu_notselected_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 10px;
}
.tabmenu_notselected A:link { color: #626262; text-decoration: none; } 
.tabmenu_notselected A:hover {color: #FF0000; text-decoration: none;} 
.tabmenu_notselected A:visited { color : #626262; text-decoration: none; } 
.tabmenu_notselected A:active {color: #FF0000; text-decoration: none; }

.tabmenu_selected A:link { color: #000000; text-decoration: none; } 
.tabmenu_selected A:hover {color: #FF0000; text-decoration: none;} 
.tabmenu_selected A:visited { color : #000000; text-decoration: none; } 
.tabmenu_selected A:active {color: #FF0000; text-decoration: none; }









/* ///////////////////////////////////////////////////////////// */
/* LEVELBOX BENEATH AVATAR */
/* ///////////////////////////////////////////////////////////// */
.lvlavatar {
	width: 90px !important;
	height: 14px !important;
	padding:3px 0 0 0 !important;
	background-color: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	line-height: 10px !important;
	font-weight:bold;
	background-image: url(../images/sym_lvlinfo.gif);
}
.lvlavatar a {
	color: #fff !important;
	text-decoration: none;
}
.lvlavatar a:hover {
	color: #FFCF91;
	text-decoration: none;
}
.lvlavatar_padding {
	padding: 0 !important;
}




/* ///////////////////////////////////////////////////////////// */
/* COLOR OF A TABLE ROW */
/* ///////////////////////////////////////////////////////////// */
.table_row_app {
	background-color: #FFFFFF; 
}

.table_row_app:hover {
	background-color: #ffebf7; 
}










/* ///////////////////////////////////////////////////////////// */
/* SUBMIT BUTTON */
/* ///////////////////////////////////////////////////////////// */
.form_button
{
        font-family:Arial,Verdana,sans-serif;
        font-size:12px;
        text-align: center;
        font-weight: normal;
        padding: 5px 20px 5px 20px;
        margin: 0;
        color: #afafaf;
        background-image: url(../images/form_button_bg.jpg);
        border: 1px solid #6d6d6d;
        text-decoration: none;
}

.form_button:hover
{
        font-family:Arial,Verdana,sans-serif;
        font-size:12px;
        color: #FFFFFF;
        text-align: center;
        font-weight: normal;
        padding: 5px 20px 5px 20px;
        margin: 0;
        text-decoration: underline;
}



/* ///////////////////////////////////////////////////////////// */
/* INPUT BOXES */
/* ///////////////////////////////////////////////////////////// */

.form_input {
        font-family:Verdana,Arial,sans-serif;
        font-size:11px;
        color:#6b6b6b;
        background-image: url(../images/portal_search_formbg.jpg);
        border: 1px solid #6b6b6b;
        width: 300px;
        padding: 5px;
}

.form_input:focus {
        font-family:Verdana,Arial,sans-serif;
        font-size:11px;
        color: #6b6b6b;
        border: 1px solid #000000;
        background-color: #ffffff;
        width: 300px;
        padding: 5px;
}


/* ///////////////////////////////////////////////////////////// */
/* TWO COLOUMNED TABLE */
/* ///////////////////////////////////////////////////////////// */
.tr_att {
        text-align: right;
        padding: 3px 3px 3px 3px;
        font-size:8pt;
        font-weight: bold;
        color: #000000;
        background-position: top right;
        background-repeat: no-repeat;
}
.td_att {
        padding: 3px 3px 3px 3px;
        font-size:8pt;
        color: #2e2e2e;
}
.table_att {
        border-spacing: 0px;
        padding: 0px;
}






/* ///////////////////////////////////////////////////////////// */
/* MULTICOLOUMNED TABLE */
/* ///////////////////////////////////////////////////////////// */

.tr_app {
        padding: 3px 3px 3px 3px;
        font-size:12px;
        font-weight: bold;
        text-align: left;
        color: #000000;
        background-image: url(../images/tablehead_bg.jpg);
        background-repeat: no-repeat;
        border-bottom: 1px solid #000000;
        
}

.td_app {
    padding: 3px 3px 3px 3px;
    font-size:12px;
    color: #2e2e2e;
    margin:5px;
	border-left: 1px solid #b9b9b9;

}

.table_app {
        border-spacing: 0px;
        padding: 0px;
}

.tr_app a { color: #851157; text-decoration: none; }
.tr_app a:hover {color: #9d266e; text-decoration: none;}

.td_app a {color: #851157; text-decoration: none; }
.td_app a:hover {color: #9d266e; text-decoration: none;}





/* ///////////////////////////////////////////////////////////// */
/* ERROR/SUCCESS
/* ///////////////////////////////////////////////////////////// */
.error {
    padding: 10px;
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
}

.success {
        padding: 20px;
	    color: #851057;
        font-size: 11px;
}





/* ///////////////////////////////////////////////////////////// */
/* QUOTE WITH [QUOTE] */
/* ///////////////////////////////////////////////////////////// */
.quote {
        display: block;
        background-color: #555555;
        border: 1px solid #bfbbaa;
        font-family:Verdana,serif;
        font-size:11px;
        color:#DDDDDD;
        font-weight:normal;
        text-align:left;
        padding: 10px;
}


/* ///////////////////////////////////////////////////////////// */
/* SEARCH WORDS IN FORUM */
/* ///////////////////////////////////////////////////////////// */
.forum_search_item {
        font-size: 18px;
        font-weight: bold;
        color: #FF0000;
}










/* ///////////////////////////////////////////////////////////// */
/* AUTOCOMPLETE (e.g. Mailbox) */
/* ///////////////////////////////////////////////////////////// */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}







/* ///////////////////////////////////////////////////////////// */
/* TEXTBOX, layout.php */
/* ///////////////////////////////////////////////////////////// */
.textbox_head {
	width: 622px;
	color: #bb2181;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	background-color: #e4e4e4;
}

.textbox_content {
	background-image: url(../images/textbox_content_bg.png);
	background-repeat: repeat-y;
	width: 592px;
	color: #000000;
	font-size: 12px;
	padding: 10px 30px 10px 20px;
}

.textbox_content p {
	margin-bottom: 10px;	
	font-size: 14px;
	line-height: 1.2em;
}

.textbox_content a {
	color: #851157;
}

.textbox_footer {
	width: 632px;
	height: 11px;
	margin-bottom: 10px;
	background-color: #e4e4e4;

}





/* ///////////////////////////////////////////////////////////// */
/* RC BOX, layout.php */
/* ///////////////////////////////////////////////////////////// */
.rcbox_head {
	width: 300px;
	color: #bb2181;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	background-color: #e4e4e4;
}

.rcbox_content {
	background-image: url(../images/rcbox_content_bg.png);
	background-repeat: repeat-y;
	width: 290px;
	color: #000000;
	font-size: 12px;
	padding: 10px;
}
.rcbox_content td {
	font-size: 12px;
}

.rcbox_content a {
	color: #851157;
	text-decoration: none;
}

.rcbox_footer {
	width: 310px;
	height: 10px;
	margin-bottom: 10px;

	background-color: #e4e4e4;
}



/* ///////////////////////////////////////////////////////////// */
/* USERBOX, layout.php */
/* ///////////////////////////////////////////////////////////// */
.userbox_image {
	float: left;
	width: 105px;
	padding-top: 10px;
}
.userbox_menu {
	padding-top: 15px;
	float: left;
	width: 180px;
}

.userbox_menu ul img {
	padding-right: 5px;
}

.userbox_menu ul li {
	font-size: 12px;
	font-weight: bold;
}

.userbox_menu ul li ul {
	padding-bottom: 10px;
}
	
.userbox_menu ul li ul li {
	font-weight: normal;
	padding-left: 30px;
}

.userbox_menu ul li ul li a {
	color: #000000;
}




/* ///////////////////////////////////////////////////////////// */
/* SEARCHBOX RIGHT, layout.php */
/* ///////////////////////////////////////////////////////////// */

.searchbox {
	width: 309px;
	height: 30px;
	position: relative;
	background-image: url(../images/searchbox_bg.png);
	margin-bottom: 10px;
}

.searchbox .input {
	background: transparent;
	border: 0px;
	position: absolute;
	top: 7px;
	left: 10px;
	width: 201px;
	font-size: 10px;
	color: #000000;
}
.searchbox .submit {
	position: absolute;
	top: 0px;
	left: 230px;
	width: 75px;
	height: 30px;
}



/* ///////////////////////////////////////////////////////////// */
/* BREADCRUMP, layout.php  */
/* ///////////////////////////////////////////////////////////// */

.breadcrump {
	width: 632px;
	height: 30px;
	color: #FFFFFF;
	margin-bottom: 10px;
	background-color: #303030;
}

.breadcrump_wide_search {
	width: 966px;
	height: 30px;
	color: #FFFFFF;
	margin-bottom: 10px;
	position: relative;
	background-color: #303030;
}
.breadcrump_wide_search form .input {
	background: transparent;
	border: 0px;
	position: absolute;
	top: 7px;
	left: 674px;
	width: 190px;
	font-size: 10px;
	color: #000000;
}


.breadcrump_wide_search form .submit {
	position: absolute;
	top: 0px;
	left: 881px;
	width: 75px;
	height: 30px;
}


.searchbox .submit {
	position: absolute;
	top: 0px;
	left: 230px;
	width: 75px;
	height: 30px;
}

.breadcrump p, .breadcrump_wide_search p {
	font-size: 12px;
	padding: 7px;
}

.breadcrump a, .breadcrump_wide_search a {
	color: #FFFFFF
}




/* ///////////////////////////////////////////////////////////// */
/* FORUM TABLE BOX (SETS, CATEGORIES), layout.php */
/* ///////////////////////////////////////////////////////////// */
.forumbox_head {
	width: 622px;
	color: #bb2181;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	background-color: #e4e4e4;
}

.forumbox_head a {
	color: #bb2181;
	text-decoration: none;
}

.forumbox_table {
	width: 612px;
	background-color: #e4e4e4;
	padding: 0px 10px 0px 10px;
}

.forumbox_table .newthread {
	float: right;
	margin-bottom: 10px;
}

.forumbox_table th {
	background-color: #d4d5d5;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #828282;
}
.forumbox_table th.first {
	
}
.forumbox_table th.last {
	
}

.forumbox_table tbody td {
	border-left: 1px solid #c8c8c7;
	border-bottom: 1px solid #c8c8c7;
	padding: 5px;
	font-size: 12px;
}
.forumbox_table tbody td.first {
	border-left: 0px
}
.forumbox_table tbody td.last {
	border-right: 0px;
}

.forumbox_table tbody td a {
	color: #851157;
	text-decoration: none;
}

.forumbox_table .forumtitle {
	font-size: 14px; 
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

.forumbox_table .forummessage {
	font-size: 11px; 
	color: #666666;
}

.forumbox_footer {
	width: 632px;
	height: 11px;
	margin-bottom: 10px;
	background-color: #e4e4e4;

}

.forumbox_pageselect {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 10px;
	text-align: center;
	background-color: #7c7d7b;
	color: #FFFFFF;
}


.forumbox_pageselect a {
	color: #FFFFFF;
}




/* ///////////////////////////////////////////////////////////// */
/* FORUM TABLE BOX (SETS, CATEGORIES), wide.php */
/* ///////////////////////////////////////////////////////////// */
.forumboxwide_head {
	background-image: url(../images/commentbox_wide_head_bg.png);
	background-position: top left;
	width: 957px;
	height: 24px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 0px 0px 10px;
}

.forumboxwide_head a {
	color: #FFFFFF;
}

.forumboxwide_table {
	width: 965px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #d4d5d5;
}

.forumboxwide_table .newthread {
	float: right;
	margin-bottom: 10px;
}

.forumboxwide_table th {
	background-color: #d4d5d5;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #828282;
}
.forumboxwide_table th.first {
	
}
.forumboxwide_table th.last {
	
}

.forumboxwide_table tbody td {
	border-left: 1px solid #c8c8c7;
	border-bottom: 1px solid #c8c8c7;
	padding: 5px;
}
.forumboxwide_table tbody td.first {
	border-left: 0px
}
.forumboxwide_table tbody td.last {
	border-right: 0px;
}

#leftColumn .forumboxwide_table tbody td a {
	color: #851157;
}

.forumboxwide_table .forumtitle {
	font-size: 16px; 
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

.forumboxwide_table .forummessage {
	font-size: 11px; 
	color: #666666;
}

.forumboxwide_footer {
	background-image: url(../images/commentbox_wide_footer_bg.png);
	width: 967px;
	height: 11px;
	margin-bottom: 10px;

}



/* ///////////////////////////////////////////////////////////// */
/* FORUM CATEGORY BOX RIGHT PANEL, layout.php */
/* ///////////////////////////////////////////////////////////// */
.forum_set_rc th {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #b9b9ba;
	padding: 3px;
	text-align: center;
}

.forum_set_rc td {
	padding: 2px;
}

.forum_set_rc td.name {
	font-weight: normal;
}

.forum_set_rc td.browsing {
	border-left: 1px solid #b9b9ba;
	text-align: center;
}

.forum_set_rc td.threads {
	border-left: 1px solid #b9b9ba;
	text-align: center;
}





/* ///////////////////////////////////////////////////////////// */
/* ATTENTIONBOX, layout.php */
/* ///////////////////////////////////////////////////////////// */
.attentionbox {
	width: 632px;
	padding: 0px;
}
.attentionbox .content {
	background-image: url(../images/info_normal.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #fff9d7;  
	border: 1px solid #e2c822;
	width: 550px;
	color: #000000;
	font-size: 14px;
	padding: 10px 10px 10px 70px;
	margin: 0px;
	min-height: 50px;
}


.attentionbox a {
	color: #851157;
}
	


/* ///////////////////////////////////////////////////////////// */
/* BUTTONOVER */
/* ///////////////////////////////////////////////////////////// */
.button_over {
	padding: 4px; 
	background-color: #FFFFFF; 
	border: 1px solid #555555; 
	color: #555555;
	font-size: 11px;
	width: 200px;
}


/* ///////////////////////////////////////////////////////////// */
/* COMMENTBOX, wide.php */
/* ///////////////////////////////////////////////////////////// */
.commentbox_wide_head {
	background-color: #e4e4e4;
	width: 945px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}

.commentbox_wide_content {
	width: 945px;
	color: #000000;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 1px;
	line-height: 1.5em;
	background-color: #e4e4e4;
}
.commentbox_wide_content td {
	font-size: 12px;
}

.commentbox_wide_content_new {
	width: 945px;
	color: #000000;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 1px;
	line-height: 1.5em;
	background-color: #e4e4e4;
	border-right: 5px solid #9e216d;
}


.commentbox_wide_sig {
	background-color: #d5d5d5;
	width: 945px;
	color: #000000;
	font-size: 12px;
	padding: 10px;
}


.commentbox_wide_footer {
	background-color: #e4e4e4;

	width: 967px;
	height: 10px;

}
.commentbox_wide_options {
	width: 967px;
	text-align: right;
	
	margin-top: 5px;
	margin-bottom: 10px;

}

.commentbox_wide_content_avatar {
	float: left;
	width: 200px;
	padding-right: 20px;
	
}
.commentbox_wide_content_avatar {
	float: left;
}	

.commentbox_wide_content a, .commentbox_wide_content_new a, .commentbox_wide_sig a {
	color: #851157;
}



/* ///////////////////////////////////////////////////////////// */
/* FORUM HEADER, wide.php */
/* ///////////////////////////////////////////////////////////// */
.forumthread_top {
	margin-bottom: 10px;
}


.forumthread_top h1 {
	background-color: #bb2181;
	width: 955px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	margin-bottom: 10px;
}

.forumthread_top .content {
	background-color: #bb2181;
	width: 965px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.forumthread_top .content .box {
	padding: 10px 10px 0 10px;
	float: left;
	min-height: 50px;
}


.forumthread_top .content h3 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}
.forumthread_top .content .box p {
	font-size: 12px;
}


.forumthread_top .content a {
	color: #FFFFFF;
	text-decoration: underline;
}


/* ///////////////////////////////////////////////////////////// */
/* BUTTONS */
/* ///////////////////////////////////////////////////////////// */

a.button_reply, .forumthread_top .content a.button_reply {
	display: block;
	float:left;
	width: 130px;
	height: 22px;
	background-image: url(../images/button_reply.png);
	margin: 3px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 0px 0px 30px;
	font-size: 12px;
	text-align: left;
	
}


a.button_thread, .forumthread_top .content a.button_thread {
	display: block;
	float:left;
	width: 130px;
	height: 22px;
	background-image: url(../images/button_thread.png);
	text-align: left;
	margin: 3px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 6px 0px 0px 30px;
	font-size: 10px;
}
a.button_thread {
	float:none;
}

a.button_report {
	display: block;
	width: 130px;
	height: 22px;
	background-image: url(../images/button_report.png);
	text-align: left;
	margin: 3px;
	color: #000000;
	text-decoration: none;
	font-weight: none;
	padding: 6px 0px 0px 30px;
	font-size: 12px;
}


a.button_edit {
	display: block;
	width: 130px;
	height: 22px;
	background-image: url(../images/button_edit.png);
	text-align: left;
	margin: 3px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 0px 0px 30px;
	font-size: 12px;
}

a.button_delete {
	display: block;
	width: 130px;
	height: 22px;
	background-image: url(../images/button_delete.png);
	text-align: left;
	margin: 3px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 0px 0px 30px;
	font-size: 12px;
}

a.button_quote {
	display: block;
	width: 130px;
	height: 22px;
	background-image: url(../images/button_quote.png);
	text-align: left;
	margin: 3px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 0px 0px 30px;
	font-size: 12px;
}




.more_achievements a {
	color: #444444;
	font-size: 11px;
	margin-bottom: 10px;
	display: block;
}



/* ///////////////////////////////////////////////////////////// */
/* TEXTBOX2, layout.php - 50% width textboxes */
/* ///////////////////////////////////////////////////////////// */
.textbox2_head {
	width: 300px;
	height: 24px;
	color: #bb2181;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 0px 0px 10px;

	background-color: #e4e4e4;

}

/*DAZ*/
.textbox2_content {
	background: #e4e4e4; 
	width: 290px;
	color: #000000;
	margin: 0px;
	padding: 10px;
	font-size: 12px;
}

.textbox2_content .sub {
	color: #000000;
	font-size: 10px;
}


.textbox2_content li {
	padding-bottom: 7px;

}

.textbox2_content .sub a {
	color: #851157;
	text-decoration: underline;
}



.textbox2_content a {
	color: #851157;
	text-decoration: none;
}

.textbox2_content a:hover {
	text-decoration: underline;
}

.textbox2_footer {
	margin-bottom: 10px;

}




/* ///////////////////////////////////////////////////////////// */
/* FACEBOOK LOGIN */
/* ///////////////////////////////////////////////////////////// */
#facebook_login_content {
	font-size: 12px;
}

#facebook_login_content h1 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;

}

#facebook_login_content h2 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;

}


#facebook_login_content h3 {
	background-color: #a32471;
	margin-bottom: 5px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	

}

#facebook_login_content .description {
	padding-bottom: 5px;
}




/* ///////////////////////////////////////////////////////////// */
/* Administration */
/* ///////////////////////////////////////////////////////////// */
.admin_menu {
	float: left; 
	margin-right: 10px;
}

.admin_menu ul li {
	padding: 5px 0px 0px 0px;
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: normal;

}

.admin_menu ul li.active {
	font-weight: bold;
}


.admin_menu ul li ul {
	padding: 10px 0px 10px 20px;

}

.admin_menu ul li ul li {
	font-size: 11px;
	padding: 0px;
	font-weight: normal;
	
}
.admin_menu ul li ul li.active {
	font-size: 11px;
	padding:  0px;
	font-weight: bold;
}


.admin_content {
	width: 640px; 
	float: left; 
}



/* ///////////////////////////////////////////////////////////// */
/* User reply in forums */
/* ///////////////////////////////////////////////////////////// */
.user_reply_en {
	width: 27px; 
	background-image: url(../images/lang/en/user_reply_bg.png); 
	background-position: top;
	background-repeat: no-repeat;
	background-color: #a0236f
}

/* ///////////////////////////////////////////////////////////// */
/* DAZ CSS */
/* ///////////////////////////////////////////////////////////// */

.box p.forumThreadPagination { padding:14px 4px 0 0 !important; text-align:right !important; }
a.forumThreadProfile { margin:0 0 0 4px; }




/* ///////////////////////////////////////////////////////////// */
/* SITEMAP */
/* ///////////////////////////////////////////////////////////// */
.sitemap ul {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px 0px 0px 10px;
}
.sitemap ul li ul {
	display: block;
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px 0px 0px 10px;
	margin: 10px;
}



#menutabs {
	position: absolute; 
	text-align: right;
	width: 700px;
	top: 150px;
	left: 50%;
	margin-left: -210px;
	z-index: 10000;
}



.randomgame {
	text-align: center; 
	padding: 10px;
	margin-bottom: 10px;
	width: 237px;
	margin-left: 16px;
}


.gameaction {
	background-color: #fef185;
	border: 1px solid #3f3d09;
	padding: 10px;
	margin-bottom: 10px;
}


#leftColumn .gameaction a {
	color: #211e09;
	font-weight: bold;
}


.gamepro {
	background-color: #EEEEEE; 
	font-weight: bold; 
	padding: 10px; 
	border: 1px solid #444444; 
	margin-bottom: 10px;
	list-style-type:circle;
}

.gamepro li {
	margin-left: 20px;
}
	
	
	
	
	
	
.menucategories {
	background-color: #000000;
	background-image: url(../images/menucategories_bg.jpg);
	background-repeat: x-repeat;
	height: 24px;
	position: absolute;
	top: 110px;
	width: 990px;
	font-size: 11px;
	color: #000000;
	padding: 5px 0px 0px 5px;
	font-family: Verdana;
	z-index: 100;
}
.menucategories a {
	color: #acacac;
	text-decoration: none;
}

.menucategories a:hover {
	color: #bb2181;
	text-decoration: none;
}


.menumain {
	background-color: #000000;
	height: 35px;
	width: 995px;
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
	z-index: 100;
	border-bottom: 1px solid #bb2181;
	position: absolute;
	top: 75px;
	
}

.menumain ul {
	float: right;
	margin-top: 7px;
}

.menumain ul li {
	float: left;
	margin-right: 5px;
}

.menumain ul li a {
	padding: 6px 10px 5px 10px;
	height: 17px;
	display: block;
	background-color: #404040;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana;
	text-decoration: none;
}

.menumain ul li a:hover {
	background-color: #bb2181;
}


.menumain ul li.active a {
	padding: 6px 10px 5px 10px;
	height: 17px;
	display: block;
	background-color: #bb2181;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana;
}


.menulogo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
}	


.giveaway_teaser {
	padding-bottom: 20px;
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 20px;	
}
#leftColumn .giveaway_teaser a {
	color: #851157;
}






/* ///////////////////////////////////////////////////////////// */
/* Additional stuff */
/* ///////////////////////////////////////////////////////////// */
.horizontal_games_bar {
	background-color: #e4e4e4;
	padding: 5px;
	margin-bottom: 10px;
}

.horizontal_games_bar a {
	text-decoration: none;
	color: #555555;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

