/*************************************
* SoftwareDetailItem
**************************************/
.SwDetailItem_TABLE 
{
    font-size   : 1em;
}
.SwDetailItem_TABLE .EditFieldTitle
{
    font-weight     : bold;
    font-size       : 10px;
}
.SwDetailItem_ICON_AREA 
{
    padding         : 8px;
    
    text-align      : center;
    vertical-align  : top;
    
    width           : 30%;
}
.SwDetailItem_ICON_AREA .swLink
{
    margin          : 0px;
    padding         : 0px;
    border          : none;
    
    text-decoration : none;
}
.SwDetailItem_ICON_AREA .swLink .swIcon
{
    margin          : 0px;
    padding         : 0px;
}
.SwDetailItem_ICON_AREA .swLink .swIconTitle
{
    margin          : 0px;
    padding         : 0px;
    
    font-weight     : bold;
    /*font-size       : 1em;*/
}
.SwDetailItem_DESCR_AREA 
{
    padding         : 8px;
    
    text-align      : left;
    vertical-align  : top;
}
.SwDetailItem_DESCR_AREA .swTitleArea
{
    margin          : 0px;
    
    font-weight     : bold;
    font-size       : small;
}
.SwDetailItem_DESCR_AREA .swTitleArea .swDescriptionShort
{
    margin          : 0px;
    padding         : 0px;
    
    font-weight     : normal;
}
.SwDetailItem_DESCR_AREA .swTitleArea .swTitle
{
    margin          : 0px;
    padding         : 0px;
    font-weight     : bold;
}
.SwDetailItem_DESCR_AREA .swTitleArea .swVersion
{
    margin          : 0px;
    padding         : 0px;
    font-size       : 0.7em;
}
.SwDetailItem_DESCR_AREA .swDescription
{
    margin-top      : 5px;
    font-size       : 1.2em;
}
/*************************************
* Software Admin Styles
**************************************/
.SoftwareItem 
{
    border      : none;
    /*width       : 49.5%;*/
    display     : inline-table;
}
.SoftwareItem:after 
{
    float       : none;
    clear       : both;
}
.SoftwareItem img
{
    margin      : 0px;
    padding     : 0px;
    border      : none;
}
/*************************************
* Software download Styles
**************************************/
.BostonPostCard 
{
    border      : none;
    width       : 49.5%;
    display     : inline-table;
}
.BostonPostCard:after 
{
    float       : none;
    clear       : both;
}
.BostonPostCard img
{
    margin      : 0px;
    padding     : 0px;
    border      : none;
}
.float_Left
{
    float       : left;
}
.float_Right
{
    float       : right;
}
.Icons_80x80 img
{
    width       : 80px;
    height      : 80px;    
}
.Icons_60x60 img
{
    width       : 60px;
    height      : 60px;    
}
.Icons_30x30 img 
{
    width       : 30px;
    height      : 30px;
}
.Icons_45x45 img 
{
    width       : 45px;
    height      : 45px;
}
