/* 
    Document   : plugin_styles.css
    Created on : 19.12.2012., 12:07:22
    Author     : Marinko Peso
    Description:
        StyleSheet of the CroMeteoMap WP plugin
*/


/* General Style & Positioning */
.adminTitle { font-weight: bold; color: #666; }
#cwmZupanijeHolder { position: relative; padding: 0px; width: 600px; height: 575px; }
#cwmZupanijeText2 { position: absolute; bottom: 10px; left: 0px; color: #333; font-size: 12px; margin-left: 3px; background: #EEE; padding: 3px; width: 560px; height: auto; }
#cwmDateText { position: absolute; top: 0px; right: 10px; color: #333; font-size: 12px; font-weight: bold; padding: 3px 3px 3px 3px; }
#cwmZupanijeText { width: 569px; height: auto; border: 1px solid #EBEBEB; display: table; margin: 0 auto; padding: 3px 3px 3px 3px; color: #333; font-size: 12px; background: #EEE; }


/* Additinal FrontEnd Styles */
#cwmFrontContainer { width: 600px; height: auto; display: table; margin: 0 auto; }
.cwmLegendaContainer { width: 600px; height: auto; border: 1px solid #EBEBEB; display: table; margin: 0 auto; padding: 5px 5px 5px 5px; }
.cwmLegendaElement { width: 590px; height: auto; float: left; }
.cwmLegendaColor { width: 38px; height: 8px; margin-top: 5px; margin-bottom: 5px; float: left; border: 1px solid #666; }
.cwmLegendaDesc { width: 540px; height: 17px; float: left; margin-top: 3px; margin-left: 10px; font-size: 12px; }