/* 
    Document   : text
    Created on : 22.07.2009., 18.21.50
    Author     : Milko Leporis
    Description:
        Purpose of the stylesheet follows.
*/

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

#Core_Page_Program .Core_Text {
    font-size: 13px;
}
#Core_Page_Program .Core_Text img {
    float: left;
    border: 1px solid #DEDEDE;
    padding: 3px;
    margin: 0px 10px 0px 0px;
    clear: both;
}
.Core_Text_section {
    border: 1px solid #DEDEDE;
    padding: 15px;
    clear: both;

}
.Core_Text_section .LMUI_clearBoth {
    visibility: hidden;
}

.Core_Text {
    font-size: 13px;
    text-align: justify;
}
.Core_Text h1 {
    font-size: 22px;
}
.Core_Text h1 a:link,
.Core_Text h1 a:visited {
    border: 0px;
    background-color: transparent;
    text-decoration: none;
    background-image: none;
}
.Core_Text a:link,
.Core_Text a:visited {
    color: black;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #CCCCCC;
    background-color: #DEDEDE;
    padding: 5px 15px 5px 15px;
    background-image: url(../images/button_back_1.png);
    background-repeat: repeat-x;
}
.Core_Text a:hover {
    color: black;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #CCCCCC;
    background-color: #c4c4c4;
    padding: 5px 15px 5px 15px;
    background-image: url(../images/button_back.png);
    background-repeat: repeat-x;
}
.Core_Text ul {
    list-style: inside;
    margin-left: 25px;
}
#Core_Page_Literatura .Core_Text img {
    float: left;
    border: 1px solid #DEDEDE;
    padding: 3px;
    margin: 0px 10px 0px 0px;
    clear: both;
}
#Core_Page_Literatura .Core_Text {
    text-align: left;
}
#Core_Page_Literatura .Core_Text a img {
    float: none;
    border: none;
    position: relative;
    top: 5px;
    left: 10px;
}

#Core_Page_Galerija .Core_Text img {
    float: none;
    border: none;
    padding: 3px;
    border: 1px solid #DEDEDE;
}
.Core_Text_imgBox {
    width: 240px;
    text-align: center;
    float: left;
    margin: 15px;
}
.Core_Text_imgBox_wider {
    width: 450px;
}

.Core_Text_imgCaption {
    font-size: 12px;
    color: #333333;
    margin-top: 15px;
}
.noFloat {
    float: none;
}
.Core_Text li a {
    display: block;
    width: 150px;
    margin-bottom: 5px;
}
h2 a:link,
h2 a:visited {
	color: #336699;
	text-decoration: none;
}
h2 a:hover {
	color: #336699;
	text-decoration: underline;
}


