.forum_island{
    position: relative;
	padding: 2px 2px 2px 2px;
	width: 630px;
    left: 4px;
    top: 20px;
}

.block_header{
	width: 100%;
	background-image:url(../images/block/header_left.jpg);
	background-position: left top;
	background-repeat:repeat-x;
	height: 31px;
	vertical-align: middle;
	text-align: left;
}

.block_header2{
	width: 100%;
    background-color: #D10B0C;
	height: 31px;
	vertical-align: middle;
	text-align: left;
}



.block_header_left{
	position: relative;
	padding-left: 5px;
	font-weight: bold;
	font-size:14px;
	color: #FFFFFF;
}

.block_header_left a:link, .block_header_left a:visited{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 11px
}

.block_header_left a:hover{
    color: #FFFFFF;
    text-decoration: overline;
    font-size: 11px
}

.block_header_right{
	width: 76px;
	height: 31px;
	background-image:url(../images/block/header_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.block_main{
	width: 100%;
	position: relative;
	top: 2px;
	background-image:url(../images/block/body_background.jpg);
	background-position: left top;
	background-repeat:repeat-x;
	background-color: #F7F7F7;
	padding-bottom: 10px;
}

.body_header{
	background-image:url(../images/block/body_header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;	
	padding: 10px 10px 10px 10px;
}

.body_data{
	width: 100%;
	height: 31px;
}

.body_data_icon{
	width: 40px;
}

.body_data_icon a:link, .body_data_icon:visited{
    color: #D41413;
    text-decoration: none;
}

.body_data_icon a:hover{
    color: #D41413;
    text-decoration: underline;
}

.body_data_title{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

.gallery_text{
    padding-top: 5px;
    font-size: 11px;
    font-weight: normal;
}

.body_data_title a:link, .body_data_title a:visited{
	color: #D41413;
	font-size: 10px;
	font-weight: bold;
	text-decoration:underline;
}

.body_data_title a:hover{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.body_data_title h1{
	color: #D41413;
	font-size: 14px;
	font-weight: bold;
}

.body_data_title h2{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.body_data_title2{
	color: #D41413;
	font-size: 14px;
	font-weight: bold;
}

.body_data_title2 a:link, .body_data_title2 a:visited{
	color: #D41413;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}

.body_data_title2 a:hover{
	color: #D41413;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.body_data_posts{
	text-align:right;
	color: #000000;
	font-size: 10px;
}

.body_data_posts2{
	text-align:center;
	color: #000000;
	font-size: 25px;
	width: 100%;
	font-weight: bold;
}

.body_data_border_bottom{
	padding-bottom: 5px;
	border-bottom: #939393 solid 2px;
}

.body_data_noborder_bottom{
	padding-bottom: 5px;	
}

.body_data_padding_top{
	padding-top: 5px;
}



.textboxlist { font: 11px "Lucida Grande", Verdana; cursor: text; }
.textboxlist-bits { zoom: 1; overflow: hidden; margin: 0; padding: 3px 4px 0; border: 1px solid #999; *padding-bottom: 3px; background-color: #FFFFFF}
.textboxlist-bit { list-style-type: none; float: left; display: block; padding: 0; margin: 0 5px 3px 0; cursor: default; }
.textboxlist-bit-editable { border: 1px solid #fff; }
.textboxlist-bit-editable-input { border: 0; padding: 2px 0; *padding-bottom: 0; height: 14px; font: 11px "Lucida Grande", Verdana; }
.textboxlist-bit-editable-input:focus { outline: 0; }
.textboxlist-bit-box { position: relative; line-height: 18px; padding: 0 5px; -moz-border-radius: 9px; -webkit-border-radius: 9px; border-radius: 9px; border: 1px solid #CAD8F3; background: #DEE7F8; cursor: default; }
.textboxlist-bit-box-deletable { padding-right: 15px; }
.textboxlist-bit-box-deletebutton { position: absolute; right: 4px; top: 6px; display: block; width: 7px; height: 7px; font-size: 1px; background: url('../images/close.gif'); }
.textboxlist-bit-box-deletebutton:hover { border: none; background-position: 7px; text-decoration: none; }
.textboxlist-bit-box-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
.textboxlist-bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
.textboxlist-bit-box-focus .textboxlist-bit-box-deletebutton { background-position: bottom; }

.textboxlist-autocomplete { position: absolute; }
.textboxlist-autocomplete-placeholder, .textboxlist-autocomplete-results { opacity: 0.9; filter: alpha(opacity=90); background: #eee; -webkit-box-shadow: 0 3px 3px #ccc; -moz-box-shadow: 0 3px 3px #ccc; box-shadow: 0 3px 3px #ccc; border: 1px solid #999; border-top: none; display: none; }
.textboxlist-autocomplete-placeholder { padding: 5px 7px; }
.textboxlist-autocomplete-results { margin: 0; padding: 0; }
.textboxlist-autocomplete-result { margin: 0; padding: 5px; list-style-type: none; background: #eee; }
.textboxlist-autocomplete-result-focus { background: #C6D9E4; }
.textboxlist-autocomplete-highlight { background: #EEF0C4; font-weight: bold; }





.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}


form {	
	margin: 0;
	padding: 0;
}



div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}


.right_island{
    position: relative;
	width: 314px;
    left: 6px;
    top: 5px;
}

.right_island a:link, .right_island a:visited{
    color: #000000;
    text-decoration: none;
}

.right_island a:hover{
    color: #000000;
    text-decoration: underline;
}

.right_block_header{
	width: 100%;
	background-image:url(../images/block/header_left.jpg);
	background-position: left top;
	background-repeat:repeat-x;
	height: 31px;
	vertical-align: middle;
	text-align: left;
}

.right_main{
	width: 100%;
	position: relative;
	top: 2px;
    background-color: #F4F4F4;
    border: #D10B0C solid 1px;
}

.right_block_header2{
	width: 100%;
    background-color: #D10B0C;
	height: 31px;
	vertical-align: middle;
	text-align: left;
}

.right_header{
	background-image:url(../images/body/block_right.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 100%;	
	padding: 10px 10px 10px 10px;

}

.right_data{
	width: 100%;
	height: 31px;
    padding-bottom: 10px
}


.klub_user{
    margin: 0px;
    background-color: #F4F4F4;
}

.klub_user_left{
    width: 208px;
    height: 556px;
    background-image: url(../images/body/user_left.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-left: 5px;
}

.klub_user_right{
    width: 100%;
    background-image: url(../images/body/user_top.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    padding-left: 15px;
}


#twitter-container .counter{
	color:#D10B0C;
	float:right;
	font-family:Georgia,serif;
	font-size:32px;
	font-weight:bold;
	height:40px;
	overflow:hidden;
}

#twitter-container{
	width: 100%;	
	font-size:11px;
	font-family:'Lucida Grande',sans-serif;
	color:#333333;
}

#twitter-container label{
	font-size:20px;
	display:block;
}



#twitter-container textarea{
	width:400px;
	height:38px;
	margin:5px 0 10px 0;
	
	border:1px solid #AAAAAA;
		
	font-family:'Lucida Grande',sans-serif;
	overflow:auto;
	font-size:14px;
}

#twitter-container .clear{
	clear:both;
}

#twitter-container .submitButton{
	color:#666666;
	font-size:14px;
	height:32px;
	width:115px;
	
	-moz-border-radius:6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	
	border:1px solid #cccccc;
	background:url(../images/tweet/button_bg.gif) repeat-x #f5f5f5;
	
	cursor:pointer;
	float:right;
    margin-right: 5px;
}

#twitter-container .submitButton:hover{
	background-position:bottom;
	border-color:#dddddd;
	color:#333333;
}

#twitter-container.inact, #twitter-container.inact:hover{
	background:#f5f5f5;
	border:1px solid #eeeeee;
	color:#aaaaaa;
	cursor:auto;
}

ul.statuses{
	margin:10px 0;
    width: 405px;
}

ul.statuses li {
	position:relative;
	border-bottom:1px dashed #D2DADA;
	padding:15px 15px 15px 10px;
	list-style:none;
	font-size:14px;
}

ul.statuses li:first-child{
	border-top:1px dashed #D2DADA;
}

ul.statuses li:hover {
	background-color:#F7F7F7;
}

.tweetTxt{
	float:left;
	width:320px;
	overflow:hidden;
}

ul.statuses a img.avatar{
	float:left;
	margin-right:10px;
	border:1px solid #446600;
}

div.date{
	line-height:18px;
	font-size:12px;
	color:#999999;
}

li a, li a:visited {
	color:#007bc4;
	text-decoration:none;
	outline:none;
}

li a:hover{
	text-decoration:underline;
}