﻿/* LPSLinkToSubscribe component*/
#icon_rss
{
    float:right;
    margin-left:8px;
    margin-top:10px;
}
#text_rss
{
    float:right;
    text-align:right;
    width:160px;
    margin-top:8px;
}


/* LPSNewsReader component*/

#news_list
{
	width:100%;
	margin-top:25px;
}
#news_item
{
    padding-bottom:6px;
    border-bottom: dotted 1px #333333;
    margin-bottom:6px;
}

#news_title
{
    padding-bottom:8px;
    margin-bottom:6px;
    border-bottom: solid 1px #333333;
    text-align:left;
}

#news_link
{
    text-align:right;
}

#news_item_title a
{
    font-size:100%;
    color:#CCCCCC;
    text-align:left;
}
#news_item_title a:hover
{
    color:#FFFFFF;
}

/* LPSMultimediaThumbnail component*/
#LPSMultimediaThumbnail
{
    float:left;
    width:100px;
    height:74px;
    overflow:hidden;
    margin-right:6px;
}
#LPSMultimediaThumbnail a
{
    display:block;
    border: solid 1px #000000;
    padding:2px;
    text-decoration:none;
}
#LPSMultimediaThumbnail a:hover
{
    display:block;
    border: solid 1px #333333;
    text-decoration:none;
    cursor:default;
}

#LPSMultimediaThumbnail_icon
{
    float:left;
    width:100px;
    height:74px;
    overflow:hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

#LPSMultimediaThumbnail_text_block
{
    float:left; 
    margin-top:6px;
}

#LPSMultimediaThumbnail_title
{
   
}

#LPSMultimediaThumbnail_format
{
    
}

.ModalPopupBG
{
    background-color: #333333;
    filter: alpha(opacity=80);
    opacity: 0.5;
}

.DetailsPopup
{
    min-width:200px;
    min-height:150px;
    background:#000000;
    border: solid 1px #666666;
}
#buttons
{
    background: #333333;
    height:36px;
    text-align:right;
    border-bottom: solid 1px #666666;
    padding-right:4px;
    padding-top:4px;
    padding-left:4px;
}

#details
{
}


/* LPSDocumentThumbnail component*/
#LPSDocumentThumbnail
{
    float:left;
    width:100%;
}
#LPSDocumentThumbnail a
{
    display:block;
    /*background: #444444;
    border-top: solid 1px #333333;*/
    border-bottom: solid 1px #333333;
    text-decoration:none;
}
#LPSDocumentThumbnail a:hover
{
    display:block;
    background: #333333;
    /*border-top: solid 1px #222222;
    border-bottom: solid 1px #222222;*/
    text-decoration:none;
}

#LPSDocumentThumbnail_text_block
{
    float:left; 
    margin-top:0px;
    margin-left:4px;
}

#LPSDocumentThumbnail_title
{
   
}

#LPSDocumentThumbnail_published
{
    
}

/* LPSMuseumsThumbnail component*/
#LPSMuseumsThumbnail
{
    float:left;
    width:100%;
}
#LPSMuseumsThumbnail a
{
    display:block;
    /*background: #444444;
    border-top: solid 1px #333333;*/
    text-decoration:none;
}
#LPSMuseumsThumbnail a:hover
{
    display:block;
    background: #333333;
    /*border-top: solid 1px #222222;
    border-bottom: solid 1px #222222;*/
    text-decoration:none;
}

#LPSMuseumsThumbnail_text_block
{
    float:left; 
    margin-top:0px;
    margin-left:4px;
}

#LPSMuseumsThumbnail_title
{
   
}

#LPSMuseumsThumbnail_published
{
    
}