﻿/* site specific styles */

body #ComptetionBoxHolder .internalBox .boxTitle
{
    background-image: url('/images/box_title.png');
    background-repeat: no-repeat;
}

body #ComptetionBoxHolder .internalBox .boxContent
{
    background-image: url('/images/box_content.png');
    background-repeat: repeat-y;
}

body #ComptetionBoxHolder .internalBox .boxFooter
{
    background-image: url('/images/box_footer.png');
    background-repeat: no-repeat;
}

.tagCloudBox .tabActive
{   
    float: left;
    height: 100%;
    font-weight: bold;
    font-size: 11px;
  /*  font-family: Verdana, Sans-Serif; 
        width: 97px;
    */
    color: White;  
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin: 0px;  
    background-image: url('/images/tabBg_active.png');
    background-repeat: repeat-x; 
    border-left: 1px solid #7F8A9A;   
    
}

.tagCloudBox .tabActiveCorner
{
    float: left;
    width: 13px; 
    height: 100%;
    margin: 0px;  
    padding: 3px 0px 0px 0px;   
    background-image: url('/images/tabBg_active_curve.png');
    background-repeat: no-repeat;      
}

.tagCloudBox .tabInActive
{    
    float: left;
    height: 100%;
    font-weight: bold;
    font-size: 11px;
  /*  font-family: Verdana, Sans-Serif; 
        width: 97px;
    */
    color: White;  
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin: 0px;  
    background-image: url('/images/tabBg_inactive.png');
    background-repeat: repeat-x;
    border-left: 1px solid #545C66;   
}

.tagCloudBox .tabInActiveCorner
{    
    float: left;
    width: 13px; 
    height: 100%;
    margin: 0px;  
    padding: 3px 0px 0px 0px;   
    background-image: url('/images/tabBg_inactive_curve.png');
    background-repeat: no-repeat;      
}

.tagCloudBox .tabLastButLeastWidth
{
    min-width: 100px;
}

.newsletterBox .nlTeaserPrmText
{
    color: Orange;
    font-weight: bold;    
    padding: 3px 3px 3px 0px;
}
