/*

YShout HTML Structure:

<div id="yshout">
	<div id="ys-before-posts"></div>
	<div id="ys-posts>
	

	<div id="ys-after-posts"></div>
	
	<div id="ys-before-post-form"></div>
	<div id="ys-post-form">
		<form id="ys-post-form>
			<fieldset>
				<input id="ys-input-nickname" value="Nickname" type="text" accesskey="N" maxlength="15" class="[ys-before-focus|ys-after-focus]" />
				<input id="ys-input-message" value="Message Text" type="text" accesskey="M" maxlength="125" class="[ys-before-focus|ys-after-focus]" />
				<input id="ys-input-submit" value="Shout!" accesskey="S" type="submit" />
				<a title="[View YShout History|Open Admin CP]" class="ys-post-form-link" id="[ys-history-link|ys-cp-link]" href="[history/|cp/]">[View History|Admin CP]</a>
			</fieldset>
		</form>
	</div>
	<div id="ys-after-post-form"></div>
</div>


*/
:root{
  scrollbar-color: #5b5b5b #3b3b3b !important;
  scrollbar-width: 5px !important;
}


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

#yshout a {
	text-decoration: none;
	color: #588fb9;
}

#yshout a:hover {
	color: #3d464d;
}

#yshout a:active {
	color: #282e33;
}

#yshout {
	margin: 0 auto;
	width: 410;
	position: relative;
	overflow: hidden;
	font: 11px/1.4 Arial, Helvetica, sans-serif;
}

body { 
// background-color: #222;
 
} 

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

#yshout #ys-before-posts {
	height: 1px;
	width: 210;
//	background: url(../images/ys-bg-posts-top.png) no-repeat;
	overflow: hidden;	
	_background: none;
}

#yshout #ys-posts {
	position: relative;
//	background: url(../images/bg-posts.png) no-repeat;
//	_background: none;
	_height: 1%;
}

#yshout #ys-after-posts {
	height: 1px;
	width: 210px;
//	background: url(../images/ys-bg-posts-bottom.png) no-repeat;
// background-image: url(../images/tbl1-bg.png);
background-repeat: repeat;
//	_background: none;
}

#yshout .ys-post {
border-top: 1px dotted #888; padding: 1px;
//	border-bottom: 1px solid #f1f1f1;
//	background: #eeeeee url(../images/bg-post.gif) repeat-x;
// background-image: url(../images/tbl3-bg.png);
// background-repeat: repeat;
// padding-top:2px;
	margin: 2px 1px 2px 1px;
	padding: 5px 2px 5px 2px;
	position: relative;
	_position: static;
	overflow: hidden;
	color: #eee;
}


#yshout .ys-admin-post .ys-post-nickname {

//	background: url(../images/star.png) 0 2px no-repeat;
	_background: url(../images/star.gif) 0 2px no-repeat;
}


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

#yshout .ys-post-nickname {
color: #eee;  font-weight:bold;  text-transform: uppercase; font-size: 7pt;
float: right; 

 
} 

#yshout .ys-post-message {
	color: #eee;
	font-size: 9pt;
	padding: 4px;
 
}
::-webkit-scrollbar {
// background: #ffffff;
    width: 5px;
}
::-webkit-scrollbar-track {/* padding-left: 10px; */
//background: #bbb;/* -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3); */border-radius: 1px;}
::-webkit-scrollbar-thumb {/* padding-left: 10px; *//* background: #fefefe; *//* border-radius: 10px; *//* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */}
/* Banned
------------------------------------- */

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

#yshout #ys-banned {
	position: absolute;
	z-index: 75;
	width: 310px;
	height: 210;
	_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: #fff;
}
	
/* Hover Controls
------------------------------------- */

#yshout .ys-post-actions {
	display: none;
	position: absolute;
	bottom: -5px;
	right: 0;
	padding: 5px;
	font-size: 8px;
	z-index: 50;
	
//	background: #eeeeee url(../images/bg-post.gif) repeat-x;
	color: #111;
}

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

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

#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: 50%;
	width: 210;
	height: 210;
//	background: #eee;
	color: #999;
	padding: 5px;
}

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

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

#yshout #ys-post-form {
//	height: 25px;
	width: 210;
//	background: url(../images/bg-form.png) no-repeat;
	line-height: 30px;
	margin: 15px 5px 5px 5px ;
	_background: none;
	_z-index: 5;
}

#yshout #ys-post-form.ys-inverse {
//	background: url(../images/bg-form-inverse.png) no-repeat;
	_background: none;
//	line-height: 98px;
}

	#yshout #ys-input-nickname,
	#yshout #ys-input-message {
		font-size: 11px;
	color: #111;
		padding: 2px;
	//	background: #fcfcfc;
		border: 1px solid #444;
	}
	
	#yshout #ys-post-form fieldset {
		_position: absolute;
		border: none;
		padding: 0 5px;
		_margin-top: 16px;
		_z-index: 10;
	}
	
	#yshout #ys-post-form.ys-inverse fieldset {
		_margin-top: 5px;
	}

	#yshout #ys-input-nickname {
		width: 150px;
background: #333;
font-size: 11px; 
 font-weight: none;
		margin: 0 10px 0 20px;
		padding: 0px 2px 2px 4px;
		color: #f8f8f8;
		border: 1px outset #aaa;
	}
	
	#yshout #ys-input-message {
		background: #fff;
	color: #333;
		margin: 0 5px 0 5px;
		width: 160px;
	}
	
	#yshout #ys-input-submit {

		font-size: 11px;
		width: 50px;
		height: 22px;
		margin-left: 4px;
//		background: url(../images/bg-button.png) no-repeat;
background-color: #222;
color: #fff;
border-radius: 5px;
border: 1px outset #aaa;
	}
	
	#yshout #ys-input-submit:hover {
		font-size: 11px;
		width: 50px;
		height: 22px;
		margin-left: 4px;
//		background: url(../images/bg-button.png) no-repeat;
background-color: #ccc;
color: #222;
	 border: 1px outset #eee;
	}

	#yshout .ys-before-focus {
		color: #b3b3b3;
	}
	
	#yshout .ys-after-focus {
		color: #000;
	}
	
	#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: 210;
	height: 210;
	top: 0;
	left: 0;
//	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

* html body {
	height: 210;
	width: 210;
	
}

#ys-closeoverlay-link,
#ys-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;
}

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

::-webkit-scrollbar-track {
padding-left: 5px;
// background: #bbb;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    border-radius: 1px;
}
::-webkit-scrollbar-thumb {
padding-left: 5px;
background: #fefefe;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

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

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

	#yshout-browser {
		height: 280px;
		width: 210;
	}
	
	#cp-browser {
		height: 440px;
		width: 320px;
		_height: 450px;
		_width: 440px;
	}
	
	#history-browser {
		height: 440px;
		width: 240px;
		border-top: 1px solid #545454;
		border-left: 1px solid #545454;
		border-bottom: 1px solid #444;
		border-right: 1px solid #444;
	}

::-webkit-scrollbar-track {
padding-left: 5px;
// background: #bbb;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    border-radius: 1px;
}
::-webkit-scrollbar-thumb {
padding-left: 5px;
background: #222;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/* Inane IE Compatibility PNG fixes
------------------------------------- */

#yshout #ys-before-posts { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/ys-bg-posts-top.png',sizingMethod='crop'); }
#yshout #ys-posts { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/bg-posts.png',sizingMethod='scale'); }
#yshout #ys-after-posts { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/ys-bg-posts-bottom.png',sizingMethod='crop'); }
#yshout #ys-banned { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/bg-banned.png',sizingMethod='scale'); }
#yshout #ys-post-form { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/bg-form.png',sizingMethod='crop'); }	
#yshout #ys-post-form.ys-inverse { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/bg-form-inverse.png',sizingMethod='crop'); }

#yshout #ys-posts {
    position: relative;
 //   background: #1a1a1a;
}