.ShoutBorder{
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 98%;
}
.ShoutTitle, .ShoutTitle a{
	font-weight: bold;
	color: #333333;
	background-color: #7F7F99;
	line-height: 22px;
}
.ShoutSubTitle{
	font-weight: bold;
	color: #333333;
	background-color: #7F7F99;
	line-height: 22px;
}
.ShoutRow{
	background-color: #FBFBFD;
}

/* ShoutBox */

.ScrollShout {
   height:100%;
   overflow:auto;
   width:100%;
   background-color:#ffffff;
   border: #C0C0C0 solid 1px;
   height: 300px;
}
.ScrollShout ul {
   margin: 0px;
   list-style-type: none; 
   list-style-image: none; 
   list-style-position: outside;
   background-color:#ffffff;
   padding: 1px 0px 1px 0px;

}

.ScrollShout ul li {
   text-align: left; 
   list-style-type: none;
   margin-left: 5px;
   margin-top: 5px;
}
.SUser{
   color: #666666;
   font-family: arial;
   font-size:13px;
   font-weight: bold;
   cursor: pointer;
}
.MySUser{
   color: green;
   font-family: arial;
   font-size:13px;
   font-weight: bold;
   cursor: pointer;
}

.SError{
   color: Red;
   font-family: arial;
   font-size:13px;
   font-weight: bold;
   cursor: pointer;
}

.datetime{
   color: #666666;
   font-family: arial;
   font-size:11px;
}


/* FormatShout */

.mc {
padding: 0px 0px 5px 0px;
}