/* 
    Document   : links
    Created on : 16.05.2009., 12.47.29
    Author     : Milko Leporis
    Description:
        Styles for Links View
*/

/********* PANELS ***********/
#Core_Links_linksPanel {
    padding: 10px;
    background-color: white;
}
#Core_Links_linksPanel h2 {
    font-size: 16px;
    border-bottom: 1px solid black;
    margin-bottom: 15px;
}

/********* CONTENT ***********/
#Core_Links {
    
}
.Core_Links_type {
    margin-bottom: 20px;
}
.Core_Links_type h2 {
    font-size: 20px;
    border-bottom: 1px solid black;
    margin-bottom: 15px;
}
.Core_Links_link {
    margin-bottom: 15px;
}
.Core_Links_link p {
    font-size: 12px;
    padding: 5px 10px 0px 10px;
    text-indent: 30px;
}
.Core_Links_link a:link,
.Core_Links_link a:visited {
    color: black;
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
}
.Core_Links_link a:hover {
    color: black;
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
}
.Core_Links_linkMeta {
    border-top: 1px solid #CCCCCC;
    font-size: 11px;
    color: #CCCCCC;
}
.Core_Links_linkMeta a:link,
.Core_Links_linkMeta a:visited {
    font-size: 11px;
    color: #CCCCCC;
    text-decoration: none;
    font-weight: normal;
}
.Core_Links_linkMeta a:hover {
    font-size: 11px;
    color: #AAAAAA;
    text-decoration: none;
    font-weight: normal;
}
.Core_LinksSectionBreadcrumbs {
    float: right;
    color: #CCCCCC;
    font-size: 11px;
}
.Core_LinksSectionBreadcrumbs a:link,
.Core_LinksSectionBreadcrumbs a:visited {
    color: #CCCCCC;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
}
.Core_LinksSectionBreadcrumbs a:hover {
    color: #AAAAAA;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
}
