/*
 * YaSB CSS Style definition 
 */

/* style definitions for the output div */
#yasbChatOutput {
	padding: 0 0 9px 0; 
	border: 1px solid #cccccc;
	overflow: scroll;
	margin:2px;
	max-height: 400px;
}
#yasbChatOutput a {
	font-style: normal;
	font-weight: normal;
	color: #135CAE;
}
#yasbChatOutput a:hover{
	color: #0B3768;
	text-decoration: underline;	
}
#yasbChatOutput ul#yasbShoutList {
	padding: 0;
	margin: 0;
}
#yasbChatOutput li {
	padding:  0.5em 4px 0 4px;
	margin: 0;
	list-style: none;
}
#yasbChatOutput span.uname {
	color: #135CAE;
	font-weight:normal;
}
/** Format of the latest entry fields */
div.latestMsg {
	padding-top:2px;
	padding-bottom: 2px;
	text-align: center;
	border-bottom: 2px dotted #cccccc;
}
span.latestMsg{
	display: block;
	width:100%;
	text-align: center;
	color: #135CAE;
	font-weight:bold;
}
em#responseTime {
	font-style: normal;
	display: block;
	width:100%;
	text-align: center;
}

/**Formating the chat form **/
#yasbChatForm {
	margin: 2px;
	padding: 4px;
	border: 1px solid #cccccc;
}
#yasbChatForm .inputbox{
	width:97%;
	display:block;
}
#yasbChatForm label{
	display: block;
	margin:  0;
}
#yasbChatForm label em{
	color: #135CAE;
	font-weight:600;
	font-style:normal;
}
/** this is the format for the error box */
.yasbError{
	vertical-align: middle;
	text-align: center;
	border: 1px solid red;
	margin: 2px;
	padding: 1px;
	color: infotext;
}
.yasbInfo{
	vertical-align: middle;
	text-align: center;
	border: 1px solid #135CAE;
	margin: 2px;
	padding: 1px;
	color: infotext;
}
/** the notification image */
#yasbSound {
	width: 16px;
	height: 16px;
	float: left;
	padding-right: 10px;
	padding-top: 4px;
	padding-left:1px;
}

/**The BBCode Help field */
#bbHelpContent a{
	text-decoration: none;
	font-style: normal;
	font-weight:normal;
	color:black;
}

/** different text sizes **/
.yasbText1{font-size: 7px;}
.yasbText2{font-size: 9px;}
.yasbText3{font-size: 11px;}
.yasbText4{font-size: 12px;}
.yasbText5{font-size: 14px;}


/** Color chooser format */
.yasbColorChooser{
	background-color: white;
	width: 125px;		
}

.yasbColorChooser div{
	margin: 1px;
	border: 1px solid #135CAE;
	padding-bottom: 1px;
}

.yasbColorChooser span{
	margin:1px 0 0 1px;
	display: inline-block;
	width: 9px;
	height: 9px;
	cursor: pointer;
}