

#yshout * { margin: 0; padding: 0; }

#yshout { margin: 0; width: 500px; position: relative; overflow: hidden; font: 11px/1.4 Trebuchet MS, Arial, Georgia, sans-serif; }

/* Posts
------------------------------------- */

#yshout #ys-before-posts { height: 5px; width: 500px; overflow: hidden;	}

#yshout #ys-posts { position: relative; _height: 1%; }

#yshout #ys-after-posts { height: 5px; width: 500px; }

#yshout .ys-post {
	background: #969696;
	margin: 0;
	padding: 5px;
	position: relative;
	_position: static;
	overflow: hidden;
}

#yshout .ys-admin-post .ys-post-nickname {
	padding-left: 11px;
	background: url(../images/star.png) 0 2px no-repeat;
	_background: url(../images/star.gif) 0 2px no-repeat;
	font-weight: bold;
	color: #C60000;
}

#yshout .ys-post-timestamp { color: #5D5D5D; }

#yshout .ys-post-nickname { color: #1A1A1A; } 

#yshout .ys-post-message { color: #595959; }

/* Banned
------------------------------------- */

#yshout .ys-banned-post .ys-post-nickname,
#yshout .ys-banned-post .ys-post-message, 
#yshout .ys-banned-post { color: #B3B3B3 !important; }

#yshout #ys-banned {
	position: absolute;
	z-index: 75;
	width: 500px;
	height: 100%;
	_height: 430px;
	top: 0;
	left: 0;
	margin: 0 5px;
	background: url(../images/bg-banned.png);
	_background: none;
}

#yshout #ys-banned span {
	position: absolute;
	display: block;
	height: 20px;
	margin-top: -10px;
	top: 50%;
	padding: 0 20px;
	color: #E5E5E5;
	text-align: center;
	font-size: 13px;
	z-index: 80;
}

#yshout #ys-banned a { color: #90BADA; }

#yshout #ys-banned a:hover { color: #FFFFFF; }
	
/* Hover Controls
------------------------------------- */

#yshout .ys-post-actions {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	font-size: 11px;
	z-index: 50;
	background: #F5F5F5;
	color: #B3B3B3;
}

#yshout .ys-post-actions a { color: #7A8C99; }

#yshout .ys-post-actions a:hover { color: #3D464D; }

#yshout .ys-post:hover .ys-post-actions { display: block; }

#yshout .ys-post-info { color: #595959; }

#yshout .ys-post-info em { font-style: normal; color: #1A1A1A; }

#yshout .ys-info-overlay {
	display: none;
	position: absolute;
	z-index: 45;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F5F5F5 url(../images/bg-post.gif) repeat-x;
	padding: 5px;
}

#yshout .ys-info-inline { display: none; margin-top: 2px; padding-top: 3px; }

/* Post Form
------------------------------------- */

#yshout #ys-post-form {
	height: 50px;
	width: 500px;
	line-height: 50px;
	background: #A7A7A7;
	_z-index: 5;
}

#yshout #ys-post-form.ys-inverse {
	background: #898989;
	_background: none;
}

	#yshout #ys-input-nickname,
	#yshout #ys-input-message {
		font-size: 11px;
		padding: 3px;
		background: #FCFCFC;
		border: 1px solid #FFFFFF;
	}
	
	#yshout #ys-post-form fieldset {
		_position: absolute;
		border: none;
		padding: 0 10px;
		_margin-top: 16px;
		_z-index: 10;
	}
	
	#yshout #ys-post-form.ys-inverse fieldset {
		_margin-top: 39px;
	}

	#yshout #ys-input-nickname {
		width: 105px;
		margin-left: 5px;
	}
	
	#yshout #ys-input-message {
		margin-left: 5px;
		width: 200px;
	}
	
	#yshout #ys-input-submit {
		font-size: 11px;
		width: 64px;
		height: 22px;
		margin-left: 5px;
		background: url(../images/bg-button.gif) no-repeat;
		border: none;
	}
	
	#yshout #ys-input-submit:hover {
		cursor: pointer;
	}

	#yshout .ys-before-focus {
		color: #B3B3B3;
	}
	
	#yshout .ys-after-focus {
		color: #000000;
	}
	
	#yshout .ys-input-invalid {

	}

	#yshout .ys-post-form-link {
		margin-left: 5px;
		
	}

/* Control Panel - This should go in all YShout styles
------------------------------------- */

#ys-overlay {
	position: fixed;
	_position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

* html body {
	height: 100%;
	width: 100%;
}

#ys-closeoverlay-link,
#ys-switchoverlay-link {
	display: block;
	font-weight: bold;
	height: 13px;
	font: 11px/1 Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 1px;
	outline: none;
	float: left;
}

#ys-switchoverlay-link {
	float: right;
}

.ys-window {
	z-index: 102;
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 50%;
}
	
	#ys-cp {
		margin-top: -220px;
		margin-left: -310px;
		width: 620px;
	}
	
	#ys-yshout {
		margin-top: -250px;
		margin-left: -255px;
		width: 500px;
	}
	
	#ys-history {
		margin-top: -220px;
		margin-left: -270px;
		width: 540px;
	}

#yshout .ys-browser {
	border: none !important;
	outline: none !important;
	z-index: 102;
	overflow: auto;
	background: transparent !important;
}

	#yshout-browser {
		height: 580px;
		width: 500px;
	}
	
	#cp-browser {
		height: 440px;
		width: 620px;
		_height: 450px;
		_width: 440px;
	}
	
	#history-browser {
		height: 440px;
		width: 540px;
		border-top: 1px solid #545454;
		border-left: 1px solid #545454;
		border-bottom: 1px solid #444444;
		border-right: 1px solid #444444;
	}
