/*
    Document   : links
    Created on : 03.06.2010, 10:00:36
    Author     : alco
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.dates_wrapper {
    padding-bottom: 14px;
    height: 100%;
}

.dates_wrapper_group {
    padding-left: 10px;
}
/*
.dates_group_first,.dates_group{
    margin-left:-10px;
    line-height: 100%;
    padding-bottom: 5px;
}

.dates_group{
    padding-top: 14px;
}
*/

.dates_title a,.dates_title{
    font-weight: bold;
    color:black;
    font-size: 1.2em;
    text-decoration: none;
    line-height: 120%;
}
/*
.dates_content a,.dates_content{
    color: gray;
    font-size: 12px;
    line-height: 120%;
    text-decoration: none;
}
*/
.dates_content a:hover {
    text-decoration: underline;
}

.dates_pic_left{
    float: left;
    padding-right: 5px;
    padding-top: 10px;
}

.dates_time_start {
    color: #1C1C1C;
    font-weight: normal;
    padding-right: 5px;
    line-height: 120%;
    font-size:10px;
}

.dates_wrapper_group .clear{
	background:url(../images/dashed_line.gif) repeat-x; 
	height:2px; 
	width:100%; 
	padding: 5px 0 10px 0;
}