﻿/* Free HTML Widget */

#CenterWrapper .FreeHTMLWrapper
{
     margin:  0 auto 10px auto;
    width:375px; 
    overflow:auto;
    color: #000;
}

#CenterWrapper .FreeHTMLWrapper a
{
    color: #000;
}

#CenterWrapper .FreeHTMLTitle
{
    float:left;
   border-bottom:solid 1px #346699;
    margin: 0 0 5px 0;
    width:100%;
}

#CenterWrapper .FreeHTMLImage
{
   float:left;
   font-weight:bold;
}


#CenterWrapper .FreeHTMLTitleText
{
    color:#346699;
    float:left;
    font-family:Arial;
    font-weight:bold;
    font-size:18px;
    
}

#CenterWrapper .FreeHTMLCaption
{
    float:left;
    text-align:justify;
    font-size:12px;
    font-weight:bold;
}

#CenterWrapper .FreeHTMLContent
{
    
}

/*-------------*/

#RightWrapper .FreeHTMLWrapper
{
    float:left;
    margin:  0 auto 10px auto;
    width:200px;
    color: #fff;
}

#RightWrapper .FreeHTMLWrapper a
{
    color: #fff;
}

#RightWrapper .FreeHTMLTitle
{
   overflow:auto;
    margin: 0 0 10px 0;
    width:200px;
    border-bottom:solid 1px #fff;
}



#RightWrapper .FreeHTMLTitleText
{
   color:#fff;
    float:left;
    width:200px;
    font-family:Arial;
    font-weight:bold;
    font-size:17px;
    text-align:left;  
    
}

#RightWrapper .FreeHTMLTitleHR
{
    display:none;
}


#RightWrapper .FreeHTMLContent
{
   float:left;
   padding: 0 0 0 10px;
   display:inline;
   width: 210px;
}

#RightWrapper .FreeHTMLImage
{
   text-align:center;
}

#RightWrapper .FreeHTMLCaption
{
   text-align:center;
}

/*-------------*/

#LeftWrapper .FreeHTMLWrapper
{
    float:left;
    margin:  0 auto 20px auto;
    width:200px;
    color: #fff;
    
}

#LeftWrapper .FreeHTMLWrapper a
{
    color: #fff;
}

#LeftWrapper .FreeHTMLTitle
{
    float:left;
    overflow:auto;
    margin: 0 0 10px 0;
    width:200px;
    border-bottom:solid 1px #fff;
}



#LeftWrapper .FreeHTMLTitleText
{
   color:#fff;
    float:left;
    width:200px;
    font-family:Arial;
    font-weight:bold;
    font-size:17px;
    text-align:left;  
    
}

#LeftWrapper .FreeHTMLTitleHR
{
    display:none;
}


#LeftWrapper .FreeHTMLContent
{
   float:left;
   padding: 0 0 0 10px;
   display:inline;
}

#LeftWrapper .FreeHTMLImage
{
   text-align:center;
}

#LeftWrapper .FreeHTMLCaption
{
   text-align:center;
}