.left_side{
    
}
.right_side{
	background-color:#DEDEDE;
	font-family : 'Tahoma';
    font-size : 10px;
    font-weight : normal;
    color : #000000;
    background-color : #ffffff;
}
.main_side{
	background-image : url("../images/sidebar.jpg");
    background-repeat : no-repeat;
	background-color:#ffffff;
	font-family : 'Tahoma';
    font-size : 10px;
    font-weight : normal;
    color : #000000;
    border-left : 1px solid #C21A15;
    border-right : 1px solid #C21A15;
}
.default-font{
	font-family : 'Tahoma';
    font-size : 12px;
}
.warning{
	font-family : 'Tahoma';
    font-size : 14;
    font-weight : bold;
    color : #FF0000;
}
.warningok{
	font-family : 'Tahoma';
    font-size : 14;
    font-weight : bold;
    color : #0000FF;
}
.calsec_head{
	font-family : 'Tahoma';
    font-size : 13;
    font-weight : bold;
    background-image : url("../images/calsection.jpg");
    background-repeat : no-repeat;
    color : #000000;
}
.searchsec_head{
	font-family : 'Tahoma';
    font-size : 13;
    font-weight : bold;
    background-image : url("../images/searchresults.png");
    background-repeat : no-repeat;
    color : #000000;
}
.artline{
	background-color : #C21A15;
}
.search_result_line{
	font-family : 'Tahoma';
    font-size : 11;
    font-weight : bold;
    color : #0000aa;
    text-decoration : none;
}
.search_result_line:hover{
    color : #0000aa;
    text-decoration : underline;
}

