/* 
    Document   : jobb_panel
    Created on : 2012.01.24., 20:21:52
    Author     : SMID
    Description:
        Purpose of the stylesheet follows.
*/

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

#kosar_sor{
    border-top-color:#fff;
    border-top-style:solid;
    border-top-width:4px;
}
#kosar{
    text-decoration:none;
    font-weight:bolder;
    font-size:28px;
    color:#fff;
    text-shadow: 0px 0px 4px #000000;
}
#kosar:hover{
    text-decoration:none;
    color:rgba(0,60,120,0.8);
    text-shadow: 0px 0px 5px #acc6dd;
}
#kosar2{
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 10%;
    padding-right: 10%;
    border: rgba(0,60,120,0.8) solid;
    text-decoration:none;
    font-weight:bolder;
    font-size:28px;
    color:rgba(0,60,120,0.8);
    text-shadow: 0px 0px 5px #acc6dd;
    
}
#kosar2:hover{
    background-color: rgba(162,224,255,0.8);
    border: rgba(162,224,255,0.8) solid;
    text-decoration:none;
    color:rgba(255,255,255,0.95);
    text-shadow: 0px 0px 4px #000;
}
