
/* ---- Links ---- */

a{
	color:#800000;
	text-decoration:none;
}

a:hover{
	color:#888;
}

a.smaller{
	font-size:9px;
}

a.greater{
	font-size: 12px;
}


a:hover {
  text-decoration: underline;
}


/* ---- Bilder ----*/

img{
	border:0px;
}

img.teaser_image{
	border:1px solid #eee;
	margin-right:5px;
	margin-bottom:5px;
}

/*------ Überschriften -----*/

/* Ueberschriften */

h1{
	color: #666;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	margin-bottom:20px;
}

h2{
	color: #666;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	margin-bottom:20px;
}

h3{
	color: #666;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	margin-bottom:10px;
}

.title{
	color: #800000;
	margin-bottom:7px;
}

#user_bar{
	color:#FFAE00;
}

#user_bar a{
	color:#FFAE00;
}

#user_bar a:hover{
	color:#fff;
}


.main_container{
	text-align:left;
	width:1000px;
	background:#fff;
	border:0px solid;
	margin:auto;
	height:100%;
	padding-bottom:0px;
	margin-bottom:30px;
}


.content_container{
	padding-left:5px;
}

.login_teaser{
	margin-bottom:5px;
	background:#fff url(/images/login_teaser_bg.gif) repeat-x; 
	border:2px solid #999; 
	padding:4px;
	font-size:14px;
}

.login_teaser h3{
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	color:#800000;
}

.login_teaser li{
	list-style-image: url(/images/icons/asterisk_orange.gif);
	margin-bottom:5px;
	line-height:18px;
}

.maincontent_content_container{
	margin-bottom:5px;
	background:#fff; 
	border:1px solid #AAA; 
	padding:4px;
}

.tabed{
	border-top:0px solid;
	padding:0px;
	padding-top:0px;
	padding-left:0px;
}

.lefthalf_content_container{
	width:290px;
	float:left;
}

.lefthalf_content_container_without_height{
	width:290px;
	float:left;
}

.righthalf_content_container_without_height{
	width:290px;
	float:right;
}

	.lefthalf_content_container .content_box{
		height:285px;
	}

.righthalf_content_container{
	width:290px;
	float:right;
}
	.righthalf_content_container .content_box{
		height:285px;
	}
	

.maincontent_content_container h1, h2, h3{
	color:#767665;
	margin-bottom:7px;
}

#maincontent_container .content_box{
	margin-bottom:0px;
	padding:3px;
}

#maincontent_container .action_hint{
	border:1px solid #666;
	background:#dcd8c3;
	padding:4px;
	color:#666;
	font-size:11px;
	font-weight:bold;
	margin-bottom:7px;
	line-height:22px;
	text-transform: uppercase;
}

#maincontent_container .action_hint a{
	color:#333;
	text-decoration:none;
}
#maincontent_container .action_hint a:hover{
	color:#800000;
	text-decoration:underline;
}


#maincontent_container .whitebg{
	background:#fff;
}

#maincontent_container .content_box_header{
	color:#666;
	font-weight:bold;
	font-size:16px;
	line-height:29px;
	margin-bottom:3px;
	height:29px;
	padding-left:2px;
}


.ranking_header{
	background:#fff; 
	height:85px; 
	padding:5px;
}
.ranking_header img{
	border:1px solid #CCC;
	padding:0px;
	margin:0px;
	margin-right:15px;
	float:left;
}

.ranking_header h2{
	color:#bc0202;
	margin-bottom:7px;
}

/* album - vor & zurück */
.content_button_header{
	width: 80px;
	background:#FFF;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	padding: 2px;
	text-align: center;
}


/* --- SPALTE RECHTS ----*/
#sidecontent_container{}
.sidecontent_content_container{
	text-align: left;
	background:#fff; 
	border:1px solid #AAA; 
	padding:4px;
	margin-bottom:5px;
}

.dark_container{
	background:#eee;
}

.grey_container{
	background: #CBD0D2; 
}

#sidecontent_container .content_box{
	padding:0px;
	margin-bottom:0px;
	padding-bottom:5px;
	border:0px solid #666;
	text-align: left;
}
#sidecontent_container .content_box_header{
	color:#333;
	font-weight:bold;
	font-size:11px;
	line-height:18px;
	text-align: left;
}

.bookmark_container{
	background:#fff;
	font-size: 10px;
	padding:0px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	margin-top:50px;
	margin-bottom:3px;
	padding-bottom:5px;
	border-top:2px solid #EAE9E4;
}

.page_head{
	height:50px;
}

.page_head h1{
	margin-bottom:0px;
	font-size:18px;
}

.page_head h1 img{
	float:none;
}

.page_head img{
	padding:0px;
	margin:0px;
	margin-right:15px;
	float:left;
}

.small_info{
	font-size:10px;
}

.infospan{
	font-size:10px;
	font-style:italic;
}

.logininfo{
	background: #ffeeee;
	color:#000;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
}

.missing_info{
	font-size:12px;
}




.help_div{
	padding:10px;
	background:#dcd8c3;
	margin-bottom:10px;
	margin-right:10px;
}

.clear_floating {
	clear:both;
	
}
.error_message_thing {
	color: #FF0000;
	font-size:12px;
}
.help_container {
		width:960px;
		padding:10px;
		border-style:outset;
		border-right-color:#808080;
		border-bottom-color:#808080;
		border-left-color:#EDEDED;
		border-top-color:#EDEDED;
		background-color:#EDEDED;
		margin-bottom:10px;
}

.under_picture_container{
	float:left; 
	text-align:left;
}

.standart_font_optic {
	font-size: 10px;
}

.group_create_td {
	text-align:center; 
	vertical-align:middle;
}

.group_radio {
	width:12px; 
	height:12px; 
	border: 0px;
	
}

.navigation_position {
	position:relative; 
	z-index:20;
	margin:auto; 
	width:1000px; 
	background:#666;
	
}

.sms_table_row {	
	vertical-align:middle;
}
.ranking_table_row_1 {	
	vertical-align:top;
}

.ranking_table_row_2 {	
	vertical-align:middle;
}

.wiki_font_optic {
	font-size:18px;
}


/* ----PROFILE TABLES---- */
.profile_table{
	vertical-align: top;
	text-align: left;
}

.profile_table .topic{
	font-weight: bold;
	width: 120px;
	vertical-align: top;
}

.profile_table .value{
	
}

.profile_line{
	line-height: 22px;
	/*border-bottom: 1px solid #888;*/
}


/* ----TABLE with dotted lines---- */
.dotted_table{
	
}

.dotted_table td{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size:11px;
}

.link_color_font{
	color:#800000;
	text-decoration:none;
}

/* ---- Scroll-Buttons for the newest user --- */

.scroll_button_left{
	float: left;
	width: 16px;
	margin-top: 35px;
	margin-right: 4px;
}

.scroll_button_right{
	float: left;
	width: 16px;
	margin-top: 35px;
	margin-left: 4px
}


/* FORMULARE * /

/* --- Formular Elemente ----*/
form{
	margin:0px;
	padding:0px;
}
input{
	width:200px;
	/*font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif;*/
	font-size:11px;
	border:1px solid #666;
}


textarea{
	width:400px;
	height:150px;
	/*font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif;*/
	font-size:11px;
	border:1px solid #666;
}

textarea.comment{
	width:500px;
	height:70px;
	margin-bottom:5px;
}

textarea.wiki_content_box{
	width:600px;
	height:550px;
	margin-bottom:5px;
	border:1px dotted #333;
	padding:5px;
}

.unchanged{
	background:#fff;
}

.changed{
	background:#fee;
}

input.login{
	width:120px;
	border:1px solid #333;
	background:#fff;
	color:#333;
}

input.zipcode{
	width:50px;
}

input.city{
	width:140px;
}

input.checkbox{
  width: 12px;
  height: 12px;
}

select{
	/*font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif;*/
	font-size:11px;
	border:1px solid #666;
	
}

input.date{
	width:30px;
	/*font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif;*/
	font-size:11px;
}

#date_select select{
	width:58px;
	/*font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif;*/
	font-size:11px;
	text-align:right;
}

.fieldWithErrors input{
	border:1px solid #BC0202;
}

.formError{
	color:#bc0202;
	font-size:10px;
}

/* TABELLEN */


tr.even{
	margin-bottom:5px;
}

tr.odd{
		margin-bottom:5px;
}

.odd td{
	border-bottom:1px dotted #666;
}

.even td{
	border-bottom:1px dotted #666;
}


tr.even a, tr.odd a{
	color: #800000;
}

tr.even a:hover, tr.odd a:hover;{
	color: #FFAE00;
	text-decoration:none;
}


td{
	/*font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif;*/
	font-size:11px;
	padding-bottom:3px;
}

td.key{
	height:25px;
	font-weight:bold;
}

td.vtop{
	vertical-align: top;
}


/* VIEWS */

.viewed {
text-decoration: none;
font-weight: normal;
}
.unviewed {
text-decoration: none;
font-weight: bold;
}

/* Album */
#album {
  margin: 0 auto;
}

#album .pictures input {
  width: 10px;
  height: 10px;
}
#album #submit_delete input {
  width: 80px;
  height: 25px;
}

#album .pictures {
  text-align: left;
  width: 460px;
  margin: 0 auto;
}

#album .pictures a img {
  border: 1px solid #000000;
  margin: 4px 4px 0px 0px;
}

#thing_pictures {
  margin: 0 auto;
  padding-left: 0px;
}

#thing_pictures a img {
  border: 1px solid #000000;
  margin: 4px 0px 0px 4px;
}

#interaction {
  margin: 0 auto;
}
#interaction img {
  border: none;
}
#interaction span {
  font-size: 10px;
  color: #777777;
}
#interaction a {
  font-size: 10px;
  font-weight: normal;
  color: #777777;
  text-decoration: none;
}
#interaction a:visited {
  font-size: 10px;
  font-weight: normal;
  color: #777777;
  text-decoration: none;
}
#interaction a:hover {
  text-decoration: underline;
}
#interaction .box {
  float: left;
  border: 0px solid #EEEEEE;
  width: 180px;
  height: 50px;
  text-align: center;
  margin-right: 15px;
  padding-top: 20px;
}

/* PARTIALS */

#partial_news {
  border: 1px solid #F0F0F0;
  background-color: #FFFFFF;
  margin: 4px 4px 4px 4px; 
}

#partial_news .header {
  font-size: 10px;
  width: 100%;
}

#partial_news .newstitle {
  padding-top: 3px;
  padding-left: 3px;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  color: #FFFFFF;
  width: 565px;
  background-color: #666666;
  border: 1px solid #888888;
  margin-bottom: 0px;
}

#partial_news .newscontent {
  padding: 4px 4px 4px 4px;
  margin-top: -1px;
  font-size: 11px;
  width: 560px;
  float: none;
  border: 1px solid #888888;
  background: #F1F1F1; 
}

#partial_news div {
  /*font-family: verdana;*/
  border: none;
  margin-top: 4px;
}

#partial_news .header a {
  text-decoration: none;
  color: #000000;
}

#partial_news .newstitle a {
  margin-top: 5px;
  text-decoration: none;
  color: #FFFFFF;
}

#partial_news a:hover {
  text-decoration: underline;
}
#partial_comment .commentcontent {
  /*font-family: verdana;*/
  font-size: 11px;
  width: 100%;
  float: none;
}

#partial_new_comment textarea {
  width: 400px;
  height: 100px;
}

#partial_thinglist {
  background-color: #FFFFFF;
  border: 1px solid #F0F0F0;
  margin: 4px 4px 4px 4px;
}

#partial_thinglist menu {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
  font-size: 10px;
  /*font-family: verdana;*/
}

#partial_thinglist menu li a {
  font-size: 10px;
  /*font-family: verdana; */
  color: #000000;
  text-decoration: none;
}



/* FANGROUND */



#bookmark_container{
	color:#fff;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	margin-top:60px;
}

.attention{
	background:#FEFEEE;
	line-height:16px;
	font-size:11px;
	font-weight:bold;
	padding:2px;
	margin-top:3px;
	
}

.new_hint{
	background: #fee;
}

#crowd_top{
	position:absolute;
	z-index:25;
	width:282px;
	height:145px;
	background:transparent url(/images/crowd_top.gif);
	left:723px;
	top:10px;
}

.option_container{
	padding:5px;
	border:1px solid #aaa;
	background:#f5f5f5 url(/images/option_container_bg.png) repeat-x;
	margin-bottom:3px;
	margin-right:3px;
}

.option_container a{
	font-size:13px;
	font-weight:bold;
}

.option_container img{
	float:left;
	margin-right:5px;
}



.tab_container{
	margin:0px;
	padding:0px;
	border-bottom:1px solid #aaa;
	padding:5px;
	padding-bottom:0px;
	
}

.tab_container .tab{
	float:left;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #aaa;
	border-bottom:0px solid;
	background:#f5f5f5;
	margin:0px;
	margin-right:2px;
	height:20px;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	color:#333;
}

.tab a{
	color:#666;
}

.tab a:hover{
	color:#000;
	text-decoration:underline;
}

.tab_container .active_tab{
	background:#fff;
}

.go_link a{
	font-size:11px;
	font-weight:bold;
}


/* NAVIGATION */

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  text-align:left;
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 970px; /*For KHTML*/
  list-style: none;
  height: 30px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}
ul#navmenu li a{
  border: 0px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #666 url(/images/rowbg.gif);
  color: #fff;
  font: bold 11px/22px Tahoma, Arial, Verdana, Helvetica, sans-serif;;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
line-height:30px;
	
}

ul#navmenu li .search{
  border: 0px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding-top: 5px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #fff;
  font: bold 11px/22px Tahoma, Arial, Verdana, Helvetica, sans-serif;;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	
}


ul#navmenu ul {
  margin: 0;
  border: 1px solid #000;
  padding: 0;
  width: 250px;
  list-style: none;
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 250px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu ul a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #f5f5f5;
  color: #000;
  font: bold 11px/22px Tahoma, Arial, Verdana, Helvetica, sans-serif;;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #666;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #B0B5AA;
  color: #fff;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

ul#navmenu li:hover li a.selection{
	background: #CCC;
	color: #000;	
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

ul#navmenu li:hover li:hover li a.selection{
	background: #CCC;
	color: #000;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 250px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

ul#navmenu ul li.logos{
	background:#666;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	float: left; /*For IE 7 lack of compliance*/
  	display: block !important;
  	display: inline; /*For IE*/
  
}

.logo_sub{
	background:#666;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	line-height:30px;
	height:30px;
	float: left; /*For IE 7 lack of compliance*/
  	display: block !important;
  	display: inline; /*For IE*/
}

.navi_short_info{
	position:relative; 
	top:0px; 
	border:1px solid #333;
	color:#000; 
	width:200px; 
	height:30px;
}

/* Profil */

.profile_left{
width:210px;
float:left;

	
}

.profile_left_header{
background:url(/images/box_header.jpg) repeat-x;

height:25px;
line-height:20px;
font-size:12px;
color:#333333;
font-weight:bold;
margin-top:1px;
padding-left:5px;

}

.profile_left_content{
margin-top:5px;
margin-bottom:5px;
padding-bottom:5px;
width:210px;
border:1px solid #D6D6D6;
	
}

.profile_right{
width:660px;
margin-left:10px;
float:left;
	
}

.profile_right_header{
	background:url(/images/box_header.jpg) repeat-x;
	
	padding-left:5px;
	height:25px;
	line-height:20px;

	font-size:12px;
	color:#333333;
	font-weight:bold;
	margin-top:1px;
}

.profile_right_content{
	margin-top:5px;
	margin-bottom:5px;


	padding-bottom:5px;
	width:660px;
	border:1px solid #D6D6D6;

}

.profile_header{
	background:url(/images/box_header.jpg) repeat-x;

	padding-left:5px;
	height:25px;
	line-height:20px;

	font-size:12px;
	color:#333333;
	font-weight:bold;
	margin-top:1px;
}

.profile_content{
	margin-top:5px;
	margin-bottom:5px;

	padding-top:5px;
	padding-bottom:5px;
	width:620px;
	border:1px solid #D6D6D6;

}

.profile_general_content {
	margin-left:5px;
	margin-right:5px;
	padding-top: 5px;
	
}

/* ### FORUM ### */

.forum_general_header{
	background:url(/images/box_header.jpg) repeat-x;
	padding-left:5px;
	height:25px;
	line-height:20px;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	margin-top:1px;
}

.forum_overview_container{
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-right:5px;
	width:280px;
	float:left;
	border:1px solid #D6D6D6;
}

.forum_overview_content {
	
}

.forum_overview_row_new {
background:url(/images/offen_neuer_beitrag.gif) no-repeat;
background-position:middle left;
padding-left:17px;
margin-bottom:4px;
margin-left:4px;

}

.forum_overview_row {
	background:url(/images/offen.gif) no-repeat;
	background-position:middle left;
	padding-left:17px;
	margin-bottom:4px;
	margin-left:4px;
}

.forum_content{
	border-bottom:1px solid #d6d6d6;
}

.forum_content_left_column{
	border-bottom:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
}

.forum_break{
	height:10px;
	border:1px solid #d6d6d6;
	background-color:#d6d6d6;
}

.forum_category_overview{
	border-bottom:1px solid #d6d6d6;
	padding:2px;
}


.fixed_half_content_left{
	width: 210px;
	margin-right: 15px;
	float: left;
}

.fixed_half_content_right{
	width: 345px;
	float: left;
}

a.paging{
	font-color: black;
	text-decoration: none;
}

a.paging:hover{
	text-decoration: none;
}




/* NEU */


body{
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:#989898 url(/images/fg08headbg.png) repeat-x;
	margin:0px;
	padding:0px;
	margin-top:50px;
	margin-left:0px;
}


h1{
	color:#444;
	font-size:22px;
	font-weight:bold;
}

h2{
	color:#333;
	font-size:20px;
	font-weight:bold;
}


h2.underlined{
	border-bottom:1px dotted #aaa;
}

.head_logo_navi a{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	margin-right:10px;
}

#full_content_container{
	width:1000px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	background:#666;
	margin-bottom:20px;
}

#navigation_container{
	width:200px;
	float:left;
}

#right_bar{
	background:#fff;
	margin-left:200px;
}

#content_container{
	background:#fff;
	min-height:700px;
	float:left;
	width:650px;
}

#teaser_container{
background:#fff;
min-height:500px;
float:right;
width:150px;
}

#top_navigation a{
	color:#fff;
	font-weight:bold;
	font-size:13px;
	margin-right:7px;
}


div.top_navi{
	background:#333;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	padding:5px;
	margin:4px;
	margin-right:14px;
}

div.top_navi:hover{
	background:#bc0202;
}

a.image_teaser:hover img {
	border:3px solid #333;
}

a.image_teaser img {
	border:3px solid #fff;
}


.margined{
	margin:5px;
}



#personal_box{
	background:#333;
}


.user_overview_floated{
	width:86px;
	height:80px;
	margin-right:6px;
	margin-bottom:6px;
	float:left;
	font-size:11px;
	text-align:left;
}

.user_overview_floated a{
	color:#000;
}


.userlist_container{
	border-bottom:1px solid #f5f5f5;
	padding:5px;
	padding-bottom:10;
	margin-bottom:5px;
}

.userlist_container .user_image{
	width:50px;
	border:1px solid #333;
	margin-right:15px;
	float:left;
}

.userlist_container .user_info{
	width:600px;
	float:left;
}


#microfeed_table tr.even{
	margin-bottom:5px;
	background:#f5f5f5;
}

#microfeed_table tr.odd{
		margin-bottom:5px;
}

#microfeed_table .odd td{
	border-bottom:1px dotted #666;
}

#microfeed_table .even td{
	border-bottom:1px dotted #666;
}


#microfeed_table tr.even a, tr.odd a{
	color: #800000;
}

#microfeed_table tr.even a:hover, tr.odd a:hover;{
	color: #FFAE00;
	text-decoration:none;
}

#microfeed_table .quote{
	font-style:italic;
}


#main_navigation{
	padding-left:5px;
	height:25px;
	line-height:25px;
	background:#888;
}

#main_navigation a{
	color:#fff;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-weight:bold;
	font-size:16px;
	padding-right:4px;
	padding-left:4px;
}

#main_navigation .textspan{
	color:#fff;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-weight:bold;
	font-size:16px;
	padding-right:4px;
	padding-left:4px;
}

#main_navigation a:hover {
	text-decoration:none;
	color:#C20B04;
	border-bottom:2px solid #C20B04;
}

#main_navigation a.active{
	text-decoration:none;
	color:#000;
	border-bottom:2px solid #C20B04;
}

#sub_navigation{
	padding-left:8px; height:22px; line-height:22px; background:#888; margin-bottom:4px;
}

#sub_navigation a{
	color:#fff;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-weight:bold;
	font-size:14px;
	padding-right:7px;
}

#sub_navigation a:hover {
	text-decoration:none;
	color:#000;
}

#sub_navigation a.active{
	text-decoration:none;
	color:#C20B04;
}


#page_head{
	background:#C20B04;
	padding-left:10px;
	margin-left:0px;
	margin-bottom:10px;
}

#page_head h1{
	
	font-size:24px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}

#page_head .subinfo{
	font-size:11px;
	color:#fff;
	line-height:12px;
	text-transform: none;
	font-weight:normal;
}

#page_head .subinfo a{
	font-size:11px;
	color:#fff;
	text-decoration:none;
}


#page_head h1 img{
	float:left;
	background:#fff;
	padding:0px 2px 0px 2px;
	margin-top:0px;
	margin-right:5px;
}



#maincontent_container h2, .search_result_header{
	background:#666;
	line-height:30px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom:0px;
	padding-left:5px;
}

#maincontent_container .search_result_header a{
	color:#fff;
	text-decoration:underline;
}


#maincontent_container h2 a{
	color:#fff;
}

#maincontent_container h2.redbg{
	background:#C20B04;
}
#maincontent_container h2.blackbg{
	background:#000;

}

#maincontent_container .maincontent_content_container{
	background:#efefef;
	padding:5px;
	color:#000;
	border:0px solid;
}

#maincontent_container .black_container{
	background:#000;
	padding:5px;
	border:0px solid;
	color:#fff;
}

#maincontent_container .black_container h2{
	color:#fff;
	background:#000;
	padding-left:0px;
	margin-bottom:4px;
	font-weight:bold;
}


#maincontent_container .white_content_box{
	background:#fff;
}

#maincontent_container .box_bottom_bordered{
	border-bottom:2px solid #888;
}

.image_subtitle{
	font-size:11px;
}

#sidecontent_container .sidecontent_content_container{
	border:0px solid;
	margin-bottom:10px;
}

#sidecontent_container h2{
	border:0px;
	border-top:2px solid black;
	font-size:15px;
	font-weight:bold;
	text-transform: uppercase;
	padding-top:3px;
	margin-bottom:3px;
}


#sidecontent_container .black_container{
	background:#000;
	padding:5px;
	border:0px solid;
	color:#fff;
}

#sidecontent_container .black_container h2{
	color:#fff;
	background:#000;
	padding-left:0px;
	margin-bottom:4px;
	font-weight:bold;
}

#sidecontent_container h2.red_head_bg{
	background:#C20B04;
	color:#fff;
	border:0px solid;
	margin-bottom:0px;
	padding-top:0px;
	line-height:20px;
	padding-left:3px;
}

#sidecontent_container .red_container{
	background:#EE5252;
	color:#000;
}



#sidecontent_container .grey_container{
	background:#eaeaea;
	color:#000;
}

#sidecontent_container h2.grey_head_bg{
	background:#888;
	color:#fff;
	border:0px solid;
	margin-bottom:0px;
	padding-top:0px;
	line-height:20px;
	padding-left:3px;
}

.pagination_area{
	margin-bottom:4px;
}

.pagination_area a{
	color:000;
}

.pagination_element{
	float:left;
	width:20px;
	height:20px;
	font-size:12px;
	line-height:20px;
	text-align:center;
	border:1px solid #000;
	margin-right:3px;
}

div.pagination_element:hover{
	float:left;
	width:20px;
	height:20px;
	font-size:12px;
	line-height:20px;
	text-align:center;
	border:1px solid #000;
	background:#C20B04;
	color:#fff;
	margin-right:3px;	
}

div.pagination_element:hover a{
	color:#fff;
}

.pagination_active_element{
	float:left;
	width:20px;
	height:20px;
	font-size:12px;
	line-height:20px;
	text-align:center;
	border:1px solid #000;
	background:#000;
	color:#fff;
	margin-right:3px;
}

.pagination_window{
	float:left;
	width:20px;
	height:20px;
	font-size:12px;
	line-height:20px;
	text-align:center;
	border:0px solid #000;
	margin-right:3px;
}


a.borderimage img{
	border:3px solid #fff;
}

a.borderimage:hover img{
	border:3px solid #C20B04;
}

.element_description{
	font-size:11px;
	color:#000;
}


div.group_list_float_container{
	float:left; width:86px; text-align:left; height:115px; margin-right:5px; margin-bottom:5px; overflow:hidden; font-size:11px;
}

#flash_messages{
	color:#fff;
	border:0px solid #888;
	margin:0px;
	padding:0px;
}

#flash_messages .confirmation{
	background:  url(/images/bg_flash_green.jpg) repeat-x;
	height:82px;
	border:0px solid white;
	margin:0px;
	padding:0px;
}
.notice{
	background:  url(/images/bg_flash_yellow.jpg) repeat-x;
	height:82px;
	border:0px solid white;
	margin:0px;
	padding:0px;
}
.error{
	background:  url(/images/bg_flash_red.jpg) repeat-x;
	height:82px;
	border:0px solid white;
	margin:0px;
	padding:0px;
}
.flash_error_image{
	background: url(/images/flash_red.jpg) no-repeat;
	margin-left:20px;
	width:100px;
	height:82px;
	float:left;
}

.flash_confirmation_image{
	background: url(/images/flash_green.jpg) no-repeat;
	margin-left:20px;
	width:100px;
	height:82px;
	float:left;
}

.flash_notice_image{
	background: url(/images/flash_yellow.jpg) no-repeat;
	margin-left:20px;
	width:100px;
	height:82px;
	float:left;
}

.flash_content_message{
	padding-top:15px;
	color:white;
	font-size:12px;
	display:block;
	float:left;
}

.flash_content_message_black{
	padding-top:15px;
	color:black;
	font-size:12px;
	display:block;
	float:left;
}

.error h2, .error li{
	color:#EB4A12;
}

.error h2 {
  margin-bottom: -10px;
}

.error li {
  font-weight: normal;
}

.error ul{
  padding-left: 20px;
}

.side_sub_element, .main_sub_element{
	background:#fff;
	padding:2px;
	padding-bottom:5px;
	margin-bottom:3px;
}

.side_sub_element_image, .main_sub_element_image{
	width:55px;
	float:left;
	height:50px;
}

.side_sub_element_forum, .main_sub_element_forum{
	width:28px;
	float:left;
	height:26px;
}

.side_sub_element_image_bordered{
	width:55px;
	float:left;
	height:56px;
}

.side_sub_element_content_bordered{
	width:285px;

	color:#000;
	font-size:11px;
	padding-top: 3px;
	padding-left: 3px;
}

.side_sub_element_content_forum{
	width:230px;

	color:#000;
	font-size:11px;
}

.side_sub_element_content{
	width:210px;
	float:left;
	color:#000;
	font-size:11px;
}

.side_sub_element_content_box_left{
	float:left;
	
}

.side_sub_element_content_box_right{
	float:left; 
	padding-left:5px;
	width:220px;
	
}

.main_sub_element_content{
	width:510px;
	float:right;
	color:#000;
	font-size:11px;
}

.side_sub_element_content a{
	font-weight:bold;
}

#footer a{
	color:#6d6d6d;
}

.chat_message_container{
	padding-bottom:2px;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:2px;
}

#search_container{
	margin:5px;
	padding:2px;
}

#user_bottom_block td{
	color:#fff;
	font-size:13px;
}

#user_bottom_block a{
	text-decoration:underline;
	color:#fff;
	font-weight:bold;
}