.content_breaker{
	background:#1A1A1A url(imgs/9.png) no-repeat scroll left top;
	width:964px;
	height:25px;
}

.content_element_small{
	width: 285px;
	background:#1E1E1E;
	/*border: 1px solid white;*/
	margin:5px;
	float:left;
	padding: 5px;
}

.content_element_small IMG{
	margin:2px;
}

.content_element_middle{
	width: 585px;
	background:#1E1E1E;
	/*border: 1px solid white;*/
	margin:5px;
	float:left;
	padding:5px;
}

.content_element_middle IMG{
	margin:2px;
}

.content_element_large{
	width: 890px;
	background:#1E1E1E;
	/*border: 1px solid white;*/
	margin:5px;
	float:left;
	padding:5px;
}

.content_element_large IMG{
	margin:2px;
}

.friend{
	display:inline;
	width: 80px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.middle{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tipp{
	color: white;
	font-size:12px;
}

.invisible{
	display:none;
}

.clear{
	clear:both;
	height:1px;
	overflow:hidden;
}

.error{
	font-size: 20px;
	font-weight:bold;
	color:red;
}

.alert{
	font-size: 20px;
	font-weight:bold;
	color:red;
}

.dev_message
{
	border:1px solid white;
	width:300px;
}

.statusmessage{
	width: auto;
	background: #F0F0F0;
	padding:5px;
	border: 2px solid #c3c3c3;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.statusmessage_creator{
	width: auto;
}

.statusmessage_creator IMG{
	float: left;
}

.statusmessage_text{
	margin-left: 60px;
	color: gray;
}

.comment_box{
	width: 60%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.comment{
	text-align:left;
	width: auto;
	background: #F0F0F0;
	padding:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:15px;
	border: 2px solid #c3c3c3;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.comment_creator IMG{
	float: left;
	width: 50px;
}

.comment_text{
	margin-left: 60px;
	color: gray;
}

.pageselector
{
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background:#87B447 url(imgs/4_mini.png) repeat-x scroll left top;
	height:20px;
}

.pageselector A
{
	color:black;
}


.ad_title STRONG{
	font-size:16px;
}

.ad_wide{
	width: 800px;
	margin-top:10px;
}

.ad_wide IMG{
	height: 80px;
}

.ad_sky{
	width: 100px;
	margin: 10px;
}

.ad_sky IMG{
	width: 100px;
}

.ad_content IMG{
	width: 250px;
}

.online{
	color: #87B447;
}

.idle{
	color: yellow;
}

.offline{
	color: red;
}

.online_img{
	border: 1px solid #87B447;
}

.idle_img{
	border: 1px solid yellow;
}

.offline_img{
	border: 1px solid red;
}

.statements ul, .statements li {
	list-style-image: url(../icons/list_image.png);
	list-style-position:inside;
	list-style-type:disc;
}

.spoiler{
	display:none;
}

.advertisement_content{
	width:185px;
	background:#1E1E1E;
	margin:5px;
	float:left;
	padding: 5px;
}

.advertisement_banner{
	width:500px;
	background:#1E1E1E;
	margin:5px;
	float:left;
	padding: 5px;
}

.ad_title{
	font-size:20px;
	color: #87B447;
}

.ad_url A{
	text-decoration:none;
	font-size:12px;
}

.announcement_0{
	width:600px;
	color: black;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #F2F2F2;
	border: 2px solid red;
}

.announcement_1{
	width: 285px;
	background:#F2F2F2;
	color: black;
	/*border: 1px solid white;*/
	margin:5px;
	float:left;
	padding: 5px;
	border: 2px solid red;
}

.announcement_2{
	width: 285px;
	background:#1E1E1E;
	/*border: 1px solid white;*/
	margin:5px;
	float:left;
	padding: 5px;
}

.toolTip { /* This is the hook that the jQuery script will use */
	/*padding-right: 20px; /* This is need to make sure that the help icon is always visible */
	/*background: transparent url(imgs/info.png) no-repeat right; */
	color: #3366FF;
	cursor: help; 
	position: relative;/*  This contains the .toolTipWrapper div that is absolutely positioned  */
	
}
