/* Basic
------------------------------------- */

#yshout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 95%;
	color: #505050;
	overflow: hidden;
	line-height: 1.5;
	background: #FFF;
}

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

#yshout fieldset {
	border: none;
}

#yshout em {
	font-style: normal;
	font-weight: bold;
}

#yshout del	{	
	text-decoration:	line-through;
	background:	#F66;
}	
		
#yshout ins	{	
	text-decoration:	underline;
	background:	yellow;
}	


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

#yshout #ys-post-form {
	margin-top: 5px;
	padding: 10px;
	background: #FAFAFA;
}

#yshout #ys-input-nickname {
	width: 115px;
	margin-right: 5px;
}

#yshout #ys-input-message {
	width: 150px;
	margin-right: 5px;
}

#yshout #ys-input-submit {
	width: 55px;
	margin-right: 10px;
}

#yshout .ys-before-focus {
	color: #808080;
}

#yshout .ys-after-focus {
	color: #000;
}

#yshout .ys-input-invalid {
	background: #FFFEE9;
}

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

#yshout .ys-post {
	position: relative;
	padding: 3px 5px;
	border-bottom: 1px solid #FAFAFA;
	margin-bottom: 1px;
}

#yshout .ys-post.ys-banned-post .ys-post-message, 
#yshout .ys-post.ys-banned-post .ys-post-message a, 
#yshout .ys-post.ys-banned-post .ys-post-nickname {
	color: #BEBEBE;
	text-decoration: line-through;
}

#yshout .ys-post-timestamp {
	color: #979797;
	font-size: 11px;
}

#yshout .ys-post-nickname {
	font-weight: bold;
}

#yshout .ys-post-message {

}

#yshout .ys-admin-actions {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 5px;
	padding-left: 5px;
	background: #fff;
	color: #979797;
	font-size: 11px;
	z-index: 50;
	display: none;
	opacity: 0.95;
}

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

#yshout .ys-info-overlay {
	display: none;
	position: absolute;
	z-index: 49;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFF;
	padding: 3px 5px;
	color: #333333;
	opacity: 0.90;
}

#yshout .ys-info-inline {
	display: none;
}

#yshout .ys-admin-post .ys-post-nickname {
	background: url(../images/star.gif) 0 2px no-repeat;
	padding-left: 13px;
}


/* Control Panel
------------------------------------- */

#ys-cp-overlay {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.30;
}

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


#ys-cp object {
	border: none;
	z-index: 102;
	overflow: auto;
	height: 550px;
	width: 700px;
}

#ys-cp {
	z-index: 102;
	position: absolute;
	margin-top: -275px;
	margin-left: -350px;
	top: 50%;
	left: 50%;
	height: 550px;
	width: 700px;
}

#ys-cp-close {
	position: absolute;
	z-index: 102;
	top: 50%;
	left: 50%;
	height: 15px;
	margin-top: -290px;
	width: 50px;
	margin-left: 300px;

	line-height: 15px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


	/*Text decoration
------------------------------------- */

a:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#C00;
	background:	#ffc;
}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#999;
	background:	#ffc;
}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#F00;
	background:	#FC0;
}	
		
a:hover	{	
	text-decoration:	none;
	color:	#C00;
	background:	#FC0;
}	
		
a.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#C00;
	background:	#ffc;
}	

	/*Body, tables, and shit
------------------------------------- */

body,html	{	
	font-size:	15px;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	background-color: #FFFFFF;
	margin-top:	10px;
	margin-left:	10px;
	margin-right:	10px;
	margin-bottom:	10px;
	height:		85%;
}

h1	{	
	font-family:	Myriad Web, Arial, Helvetica, sans-serif;
	font-size:	1.20em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	

#b1	{
	font-size:	18px;
	font-family: Verdana, Myriad Web, Syntax, sans-serif;	
}

#b2	{
	font-size:	12px;
	font-family: Verdana, Myriad Web, Syntax, sans-serif;	
}
	
#shoutbox {
	width: 100%;
	height: 100%;
	padding: 0%;
}

#hiddenlink	{
  	font-family: Verdana, Myriad Web, Syntax, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none; /* to remove the underline */
 	cursor: text; /* to make the cursor stay as a text cursor, not the hand */
}

#hiddenlink2	{
  	font-family: Verdana, Myriad Web, Syntax, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none; /* to remove the underline */
 	cursor: text; /* to make the cursor stay as a text cursor, not the hand */
}

#hiddenlink3	{
  	font-family: Verdana, Myriad Web, Syntax, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none; /* to remove the underline */
 	cursor: text; /* to make the cursor stay as a text cursor, not the hand */
}

#table1	{
	font-size:	12px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	background-color: #FFFFFF;
	width:		100%;
	height:		30px;
}

	
#table2	{
	font-size:	10px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	background-color: #FFFFFF;
	width:		100%;
	height:		100%;
}	

#table3	{
	font-size:	12px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	background-color: #FFFFFF;
	width:		100%;
	height:		30px;
}

#table4	{
	width:		100%;
	height:		100%;
}
	
#tdtl	{
	font-size:	15px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align:	left;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	width:		10%;
	height:		2%;
	background-color: #FFFFFF;
}	
	
#tdtr	{
	font-size:	15px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align:	right;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	width:		10%;
	height:		2%;
	background-color: #FFFFFF;
}	

#tdtc	{
	text-align:	center;
	font-size:	10px;
}
	
#tdbl	{
	font-size:	10px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align:	left;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	width:		10%;
	height:		2%;
	background-color: #FFFFFF;
}	

#tdbr	{
	font-size:	10px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align:	right;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	width:		10%;
	height:		2%;
	background-color: #FFFFFF;
}	

#tdbc	{
	text-align:	center;
	font-size:	10px;
}

#td1	{
	text-align:	left;
	vertical-align: top;
	font-size:	10px;
	width:		40%;
	height:		100%;
}

#td2	{
	text-align:	left;
	vertical-align: text-top;
	width:		30%;
	height:		100%;	
}

#td3	{
	text-align:	left;
	vertical-align: top;
	width:		20%;
	height:		100%;	
}

#td4	{
	text-align:	center;
	vertical-align: middle;
	width:		20%;
	height:		100%;	
}
