

.thrColFixHdr #mainContent { 
	margin: 0 0px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 641px;
	height: 378px;
}
.thrColFixHdr #subContent
{
	margin: 0px 0px;
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display:block;
    width:651px;
    margin-left:-10px;
}
.thrColFixHdr .infoSquare
{
	width:207px;
	padding-left:10px;
	margin-top:10px;
	height:139px;
	float:left;
}

.thrColFixHdr .TopicalHeader
{
    width:193px;
	padding-left:7px;
	padding-top:9px;
	padding-bottom:6px;

	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.thrColFixHdr .TopicalText
{
	margin-top:2px;
	color: #4b4b4a;
	
}
.thrColFixHdr .infoSquare a
{
    text-decoration:none;
    color: #4b4b4a;
}
.thrColFixHdr .TinfoSquare a:visited
{
    color: #4b4b4a;
}

/*   MODAL */
.modal
{
    background-color:#efefef;
    border:solid 2px #adadad;
}
.modalBack
{
    background-color:Black;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
   filter:alpha(opacity=70);

   opacity:.7;

   -webkit-transition:opacity 1s;
   -moz-transition:opacity 1s;
   -o-transition:opacity 1s;
   -ms-transition:opacity 1s;
   transition:opacity 1s;
}

.btnContinue
{
    position:relative;
    color:White;
    text-decoration:none;
        font-size:18px;
    color:Black;
    top:-10px;
    right:-10px;
}

.closebar
{
    position:relative;
    height:0px;
    background-color:Yellow;
    text-align:right;

}
