body {
font-family:verdana, arial, sans-serif; font-size:75%; color:#444; text-align:center; background:#FFF;}

a img{border:none;}

p {
margin:0.2em 0 1.2em 0; padding:0.3em;}

h1 {
font-size:100%; color:#000; text-decoration:none; letter-spacing:-1px; font-family: verdana, arial;}

h2 {
background:#FFF url(pixxx/headerbg.gif) bottom repeat-x; color:#18397C; font-weight:bold; font-size:100%; margin:0; padding:0.1em 0 0.3em 0; font-family: verdana; text-indent:1.5em; border-bottom:1px solid #B0BEC7;}

div {
margin:0; padding:0; display:block;}

a:link, a:visited {
color:#18397C; font-weight:bold;}
a:hover {
color:#18397C; font-weight:bold;}
a:active {
color:#18397C; font-weight:bold;}

.ccontainer {
background:transparent; width:740px; margin:0 auto;}

.headerbg {
height:80px; padding-top:0px; padding-bottom:0px; margin:0em 0em 1.0em 0em; background: url(pixxx/headerbigbg.gif) bottom repeat-x; border:1px solid #B0BEC7;}

.container {margin:0px; padding:0px;}

.rightbox {
width:180px; margin:0em 0em 1.0em 0em; padding-top:0.3em; border:1px solid #B0BEC7; text-align:left;}

.rightbox li{text-align:left; display:block;}

.contentbox{
width:540px; margin:0em 0em 1.0em 0em; padding-top:0.3em; border:1px solid #B0BEC7; text-align:left;}

.contenttext{
margin:0.5em; text-align:justify;}

.contentsample{
height:220px; overflow:hidden; overflow-y:auto;}

.fontsample td{
text-align:left; height:50px; width:80px; border:1px solid #B0BEC7;}

.createtextinput{
width:160px; margin-left:2px; margin-top:5px;}

.createbutton{
width:75px; margin-top:5px;}


.footer {
padding:0.8em; border:1px solid #B0BEC7; clear:both;}


/*yshout*/
#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: 180px;
	position: relative;
	overflow: hidden;
	font: 11px/1.4 Arial, Helvetica, sans-serif;
}

/* Posts
------------------------------------- */

#yshout #ys-posts {
	position: relative;
	background: #fff;
}

#yshout .ys-post {
	border-bottom: 1px solid #f7f7f7;
	margin: 0 5px;
	padding: 5px;
	position: relative;
	overflow: hidden;
}


#yshout .ys-admin-post .ys-post-nickname {
	padding-left: 11px;
	background: url(../images/star.gif) 0 2px no-repeat;
}


#yshout .ys-post-timestamp {
	color: #b3b3b3;
}

#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: 170px;
	height: 100%;
	_height: 430px;
	top: 0;
	left: 0;
	margin: 0 5px;
	background: #fff;
}

#yshout #ys-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;
}

#yshout #ys-banned a {
	color: #999;
}

#yshout #ys-banned a:hover {
	color: #666;
}
	
/* Hover Controls
------------------------------------- */

#yshout .ys-post-actions {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	font-size: 11px;
	z-index: 50;
	background: #fff;
	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: #fff;
	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: 60px;*/
	line-height: 30px;
	background: #ffffff;
	margin-top:4px;
	padding-top:6px;
	border-top:1px solid #B0BEC7;
}

	#yshout #ys-input-nickname,
	#yshout #ys-input-message {
		font-size: 11px;
		padding: 2px;
		background: #fff;
		border: 1px solid #c3c3c3;
	}
	
	#yshout #ys-post-form fieldset {
		_position: absolute;
		border: none;
		padding: 0 10px;
		_margin-top: 10px;
	}

	#yshout #ys-input-nickname {
		width: 50px;
		margin-left: 5px;
	}
	
	#yshout #ys-input-message {
		margin-left: 5px;
		width: 80px;
	}
	
	#yshout #ys-input-submit {
		font-size: 11px;
		width: 50px;
		margin-left: 5px;
	}
	
	#yshout #ys-input-submit:hover {
		cursor: pointer;
	}

	#yshout .ys-before-focus {
		color: #b3b3b3;
	}
	
	#yshout .ys-after-focus {
		color: #000;
	}
	
	#yshout .ys-input-invalid {

	}

	#yshout .ys-post-form-link {
		margin-left: 5px;
		
	}


/* Overlays - 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: #000;
	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: #fff;
	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: 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;
	}

