﻿/*
###################################
	LeftBox - Main
###################################
*/
.LeftBoxWrapper
{
    width: 191px;    
    min-height: 73px;
    height: auto !important;
    height: 73px;
}
.LeftBoxHeader
{
    background-color:#ffffff;
    background-image: url('../Images/Design/Leftbox/News/header_bg.gif');
    background-repeat:no-repeat;
    width:191px;
    height:29px;
}
.LeftBoxHeaderPadding
{
    padding-top:9px;
    padding-left:11px;
}
.LeftBoxContent
{
    background-color:#ffffff;
    background-image: url('../Images/Design/Leftbox/News/content_bg.gif');
	background-repeat: repeat-y;
	background-position: bottom left;
	width:191px;    
}
.LeftBoxContentPadding
{
    padding-left: 2px;
    padding-right: 4px;
    padding-top: 4px;
}
.LeftBoxNoRows
{
    
}
.LeftBoxFooter
{
    float:right;
    width: 85px;
    padding-top: 6px;
    padding-bottom: 2px;
}
.LeftBoxFooter a
{
    font-size:11px;
}
/*
###################################
	LeftBox - News
###################################
*/
.LeftBoxNewsItem
{
    background-image: url('../Images/Design/Leftbox/News/seperator.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-top: 6px;
	padding-bottom: 6px;	
}
.LeftBoxItemText
{
    font-size:11px; 
    padding-left:13px; 
    padding-right:16px;
     
}
.LeftBoxItemText a
{
    font-size:11px; 
}
