﻿/* 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 #560000;;
    margin: 0 0 5px 0;
    width:100%;
}

#CenterWrapper .FreeHTMLImage
{
   float:left;
   font-weight:bold;
}


#CenterWrapper .FreeHTMLTitleText
{
    color: #560000;
    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
{
    background: #f8f1df;  
    margin:  0 auto 20px auto;
    width:210px;
    float:left;
    color: #000;
}

#RightWrapper .FreeHTMLWrapper a
{
    color: #000;
}

#RightWrapper .FreeHTMLTitle
{
    float:left;
    background: url(../../images/nav_hover.jpg) repeat-y;
    margin: 0 0 10px 0;
    width:210px;
}

#RightWrapper .FreeHTMLTitleText
{
    color:#fff;
    float:left;
    width:188px;
    font-family: Trebuchet MS;
    font-size:16px;
    text-align:left;
    font-weight:bold;
    padding:3px 0 3px 5px;
    
}

#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
{
    background: #f8f1df;
    margin:  0 auto 20px auto;
    width:210px;
    float:left;
    color: #000;
}

#LeftWrapper .FreeHTMLWrapper a
{
    color: #000;
}

#LeftWrapper .FreeHTMLTitle
{
    float:left;
    background: url(../../images/nav_hover.jpg) repeat-y;
   margin: 0 0 10px 0;
    width:210px;
    
    
}



#LeftWrapper .FreeHTMLTitleText
{
    color:#fff;
    float:left;
    width:188px;
    font-family: Trebuchet MS;
    font-size:16px;
    text-align:left;
    font-weight:bold;
    padding:3px 0 3px 5px;
    
}

#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;
}