/*
#wcmshout * {
	margin: 0;
	padding: 0;
}

#wcmshout a {
	text-decoration: none;
	color: #989898;
}

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

#wcmshout a:active {
	color: #e5e5e5;
}

/* Adjust the width here
-------------------------- */

#wcmshout {
	position: relative;
	overflow: hidden;
	font: 11px/1.4 Arial, Helvetica, sans-serif;
}

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

#wcmshout #wcmshout-posts {
	position: relative;
	background: #1a1a1a;
}

#wcmshout .wcmshout-post {
	
	border-bottom: 1px solid #212121;
	margin: 0 5px;
	padding: 5px;
	position: relative;
	overflow: hidden;
	color:#CCCCCC;
}


#wcmshout .wcmshout-admin-post .wcmshout-post-nickname {
	padding-left: 11px;
	color:#990000;
	background: url(/wcmshout/images/star-dark.gif) 0 2px no-repeat;
}

#wcmshout .wcmshout-admin-post .wcmshout-post-message {
	color:#ffffff;
}

#wcmshout .wcmshout-post-timestamp {
	color: #333;
}

#wcmshout .wcmshout-post-nickname {
	padding-left: 11px;
	color: #e5e5e5;
} 

#wcmshout .wcmshout-post-message {
	color: #595959;
}

#wcmshout .wcmshout-post-befor-message {
	color: #CCCCCC;
}
/* Banned
------------------------------------- */

#wcmshout .wcmshout-banned-post .wcmshout-post-nickname,
#wcmshout .wcmshout-banned-post .wcmshout-post-message, 
#wcmshout .wcmshout-banned-post {
	color: #b3b3b3 !important;
}

#wcmshout #wcmshout-banned {
	position: absolute;
	z-index: 75;
	height: 100%;
	_height: 430px;
	top: 0;
	left: 0;
	margin: 0 5px;
	background: #1a1a1a;
}

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

#wcmshout #wcmshout-banned a {
	color: #999;
}

#wcmshout #wcmshout-banned a:hover {
	color: #666;
}
	
/* Hover Controls
------------------------------------- */

#wcmshout .wcmshout-post-actions {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	font-size: 11px;
	z-index: 50;
	background: #1a1a1a;
	color: #666;
}

#wcmshout .wcmshout-post-actions a {
	color: #989898;
}

#wcmshout .wcmshout-post-actions a:hover {
	color: #fff;
}

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

#wcmshout .wcmshout-post-info {
	color: #595959;
}

#wcmshout .wcmshout-post-info em {
	font-style: normal;
	color: #1a1a1a;
}

#wcmshout .wcmshout-info-overlay {
	display: none;
	position: absolute;
	z-index: 45;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1a1a1a;
	padding: 5px;
}

#wcmshout .wcmshout-info-inline {
	display: none;
	margin-top: 2px;
	padding-top: 3px; 
	border-top: 1px solid #f2f2f2;
}

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

#wcmshout #wcmshout-post-form {
	height: 40px;
	line-height: 40px;
	background: #262626;
}

	#wcmshout #wcmshout-input-nickname,
	#wcmshout #wcmshout-input-message {
		font-size: 11px;
		padding: 2px;
		background: #333;
		border: 1px solid #404040;
		color:#FFFFFF;
		size:60;
	}
	
	#wcmshout #wcmshout-post-form fieldset {
		_position: absolute;
		border: none;
		padding: 0 10px;
		_margin-top: 10px;
	}

	#wcmshout #wcmshout-input-nickname {
		width: 105px;
		margin-left: 5px;
	}
	
	#wcmshout #wcmshout-input-message {
		margin-left: 5px;
		width: 350px;
	}
	
	#wcmshout #wcmshout-input-submit {
		font-size: 11px;
		width: 64px;
		margin-left: 5px;
	}
	
	#wcmshout #wcmshout-input-submit:hover {
		cursor: pointer;
	}

	#wcmshout .wcmshout-before-focus {
		color: #4d4d4d;
	}
	
	#wcmshout .wcmshout-after-focus {
		color: #e5e5e5;
	}
	
	#wcmshout .wcmshout-input-invalid {

	}

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


/* Overlawcmshout - This should go in all YShout styles
------------------------------------- */

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

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

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

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

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

#wcmshout .wcmshout-browser {
	
	border: none !important;
	outline: none !important;
	z-index: 102;
	overflow: auto;
	
	background-color:#000000;
}

	#wcmshout-browser {
		height: 580px;
		width: 510px;
	}
	
	#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 #444;
		border-right: 1px solid #444;
	}
	
	#history-bottom {
		height: 30px;
		width: 100%;
		background:#333333;
		
		vertical-align:bottom;
	}
	#history-bottom a{
		float:right;
		color:#FFFFFF;
	}