@charset "UTF-8";
/* RCIT Temp 5 Container Set styles */


/* Topic Title */
.RCITContainer_Title h2 .TitleH2 {
	display: block;
	text-align:center;
	
	color: #ffffff;
    
	font-size: 16px;
	font-weight: bold;
	vertical-align:middle;
}
#RCITContainertbout {
	
	padding: 4px;
	
    
}
#RCITContainertbtop {
	height: 36px;
	background-color: #fdae04;
	padding-top: 15px;
	color: #CCC;
	font-size: 18px;
	font-weight: bold;
    vertical-align:top;
	border: 1px solid #e1e1e1; 
}
#RCITContainertbbottom {
	
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
     border: 1px solid #e1e1e1; 
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	
	padding: 5px;
	text-align:left;
    vertical-align: top;   
	font-size: medium;
	line-height: 100%;
	
}
#SpacingBottom {
  
margin-bottom: 5px;
}