/* Splash CSS */
/* Style for Usual tabs */
.usual {
  color:#111;
  width: 512px;
  height: 475px;
  border:1px solid #5d4c89;
  margin: 0px auto;
	background-image: url(/blog/images/commentsHeaderBG.png);
	background-color: #5b2279;
}
.usual li { 
	list-style:none; 
	float:left; 
	}
	
.usual ul{
margin:0px;
margin-left:-40px;
}

.usual ul a {
	padding: 0px 8px 1px 8px;
	text-decoration:none!important;
	margin:0px;
	
	font-size:12px;
	color: #CCCCCC;

  	border-top: 0px;
	border-left: 0px;
	border-right: 1px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #666666;
}
.usual ul a:hover {
  	color:#FFF;
  	background:red;
  }
.usual ul a.selected {
	padding:4px 4px 2px 4px;
  	color:#000;
  	background: #f5f5f5;
    cursor:default;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #CCCCCC;
  }
.usual div {
	float:none;
	clear:both;
	margin: 15px 0 0 0;
  	background: #f5f5f5;
  	font-size:12px;
}
.usual div a {  }
.usualText{
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #CCCCCC;
  padding: 15px 5px 5px 5px;
  height: 400px;
  overflow: auto;
   }

   
.splashPlacement{
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	height: 394px;
}
.bulletSplash p{

padding: -15px 0 -15px 0;
margin: 0 0 0 0;
}

.splashTableSpacing{
padding: 1px 0 3px 0;
}
.bulletCellSpacing {
padding: 0 5px 0 0;
}
.bulletCellSpacing2 {
padding: 0 2px 0 8px;

}
.contentCellSpacing {
padding: 1px 0 3px 8px;
}
.updatesSpacing{
padding: 5px 0 0 0;
}
.updatesHeaderBold{
font-weight: bold;
}

.headlinesMargin
{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

/* forumrow */
.forumrow1{
background-color: #f5f5f5;
}

.forumrow2{
background-color: #e5e5e5;
}

