/* TOPBAR */

#topbar
{

}


/* SHOUTBOX ***************/

#shoutbox {
	width: 300px;
	font-family: 'Arial';
	font-size: 1.0em;
	border: 1px solid #333;
/*	background-color: #CCC; */
	max-width: 300px;
	position: fixed;
	bottom:0px;
	left: 10px;
}

div#shoutbox.fullscreen {
	position: relative;
	bottom:none;
	left: 0px;
	width: auto;
	max-width: none;
	border: none;	
	border-top: 2px solid #999;	
/*	max-height: 700px; */
}

#shoutbox .header {
	font-size: 1.2em;
	background-color: #777;
	color: #FFF;
	padding: 2px;
	padding-left: 30px;
	background-image: url('../images/chat_icon.png');
	background-repeat: no-repeat;
}

div#shoutbox.fullscreen .header {
	display:none;
}

#shoutbox .header:hover {
	background-color: #DDD;
}

#shoutbox .header a {
	color: #FFF;
	text-decoration: none;
	display: block;
}

#shoutbox .header a:hover {
	color: #444;
}

#shoutbox .header a span {
	/*width: 200px;*/
}

#shoutboxbody {
	display: none;
}

div#chatcontent {
	width: 294px;
	height: 400px;
	border-bottom-width: 1px;
	padding: 3px;
	overflow: auto;
	background-color: #FFF;

	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

div#shoutbox.fullscreen div#chatcontent {
	width: auto;
	height: 500px;
}

div#chatcontent .msg {
	margin: 0px;
	color: #000;
	margin: 2px;
	padding-left: 2px;
}

div#chatcontent p {
	margin: 0px;
	padding: 0px;
}

div#chatcontent span {
}

div#chatcontent .msg {
}

div#chatcontent .timestamp {
	font-size: 0.7em;
}

div#chatcontent a.button {
	text-decoration: none;
	font-weight: bold;
	color: black;
	margin-right: 2px;
}

div#chatcontent a.button:hover {
	color: red;
}

div#chatcontent .line {
	border-bottom: 1px solid #777;
}

div#chatcontent .username {
	font-weight: bold;
}

div#chatcontent .you {
	color: #800;
}

div#chatcontent .info {
	color: #888;
	text-align: center;
}

div#chatcontent .anon {
	color: #BBB;
	background-color: #FFF;
}


#chatinput {
	font-family: 'Arial';
	border: 0px solid grey; 
	border-top: 1px solid #AAA;
	background-image: url('../images/chat_icon.png');
	background-repeat: no-repeat;
	background-position: top left;

	width: 274px;
	height: 40px;
	margin: 0px;
	padding: 2px;
	padding-left: 24px;
}

div#shoutbox.fullscreen #chatinput {
	width: 95%;
	border: 1px solid grey; 

	/*
	position: fixed;
	bottom: 0px; */
}

#chatfooter {
	background-color: #FDA;
	padding: 2px;
}

/* DIALOG */
#error_dialog .fullscreen {
	background-color: #333;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

/* APP STYLE */

#error_dialog .dialog {
	position: fixed;
	top: 100px;
	left: 300px;
	width: 400px;
	min-height: 200px;
	border: 2px solid #666;
	background-color: #AAA;
	z-index: 1;
	text-align: center;
}

#error_dialog .dialog p {
	background-color: #DDD;
	width: 100px;
	height: 30px;
	border: 1px solid #000;
}
