/* 
Document   : myStyle
Created on : Mar 30, 2009, 2:57:39 PM
Author     : rhpubdlh
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.leftframe{
    display:block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: lime;
}
.leftframe a {
    color: #0000ff;
}
div.medStory{

    margin-bottom:10px;
    min-height:100px !important;
    max-height:200px !important;
    overflow-y:scroll !important;
    height:auto;
    height:200px;

}
div.medStory img {
    width:100px;
    border: solid 1px #000;

}
a.mediaLink img{
    margin-top:-20px;
}
a.mediaLink.article img{
    margin-top:0px;
}