/************************************************
    PRINT CSS for Dalekovod d.d. web sites
    Author: WEB Marketing (www.wem.hr)
    Media: Print

    STRUCTURE:
    01/ BASIC SETTINGS
    02/ LAYOUT & GRID
    03/ TYP
*************************************************/

/*
01/ BASIC SETTINGS
==================================================*/
*              { margin: 0; padding: 0; list-style: none; }
body           { font: normal 9pt Arial, Helvetica, sans-serif; line-height: 1.4em; color: #000; background: #fff; }
a img          { border: none; }

a              { outline: none; color: #000; text-decoration: none; }
.clear         { clear: both; }

/*** HIDE ***/
#mainNav, 
#header, 
#nav, 
#secContainer,
#footer, 
#topLink, 
.paginator,
.newsNavigator, 
#development, 
#certificates, 
#featuredBox, 
.details, 
#mainSearchForm, 
#resultsPerPage, 
.zoom,
#print         { display: none; }
#flash         { width: 1px; height: 1px; overflow: hidden; position: absolute; top: -9999px; }

/*
02/ LAYOUT & GRID
==================================================*/
#logo a        { display: none; }
#printlogo     { display: block; margin-bottom: 30px; }

#homeTopBox,
#homeMiddleBox      { clear: both; }
.home .box          { display: inline; float: left; width: 200px; margin-right: 15px; margin-bottom: 15px; overflow: hidden; }
.date               { display: block; margin: 0; font-size: 90%; }
.home h2            { font-size: 14pt; font-weight: normal; margin-top: 20px; margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px solid #ccc; color: #00448e; }
.home h2 a          { color: #00448e; }
#homeMiddleBox img  { border: 3px solid #ccc; }
.home li            { margin-left: 5px; margin-right: 0; }
#homeMiddleBox img  { margin: 30px 0 0 0; }

#homeMiddleBox .box { width: auto; }
.dalekovod #homeMiddleBox .box { width: 200px; }

/*** NEWS BLOCK - HOME ***/
#newsBlock .newsBox                { padding: 8px 0 0 0; border-top: 1px solid #ccc; clear: both; }
#newsBlock .newsBox#firstNewsBox   { padding-top: 0; border: none; }
#newsBlock .content                { display: inline; float: right; width: 140px; margin-bottom: 8px; }
#newsBlock .content .date          { display: block; color: #000; font-size: 11px; }
#newsBlock .image                  { display: inline; float: left; width: 50px; height: 33px; overflow: hidden; padding: 1px; border: 1px solid #ccc; margin-bottom: 8px; margin-top: 20px; }
#newsBlock .image img              { width: 50px; margin: 0; padding: 0; }

/*** WIDE NEWS BLOCK - HOME ***/
#wideNewsBlock .newsBox            { padding-top: 15px; }
#wideNewsBlock div#firstWideNewsBox{ padding: 0; }
#wideNewsBlock .date               { display: block; font-size: 90%; color: #000; }
#wideNewsBlock h3                  { margin: 0; }

/*** NEWS LIST - CONTENT ***/
.newsHolder         { margin: 0 0 15px 0; clear: both; }
.newsHolder h2      { margin: 0 0 5px 0; }
.newsHolder .date   { display: block; font-size: 90%; color: #000; }
.newsHolder img     { display: inline; float: left; padding: 1px; border: 1px solid #ddd; margin: 0 10px 15px 0; }

/*** ENTIRE NEWS ***/
#entireNewsHolder .intro       { font-size: 130%; line-height: 135%; margin-bottom: 10px; clear: both; }
#entireNewsHolder .intro .date { display: block; font-size: 90%; color: #000; font-weight: normal; margin-bottom: 5px; }
#entireNewsHolder .intro img   { display: inline; float: left; padding: 1px; border: 1px solid #ccc; margin: 5px 10px 5px 0; }

/*** FORM Typ. ***/
.basicForm fieldset { border: none; }
.basicForm legend   { display: none; }

.basicForm div.input,
.basicForm div.textarea,
.basicForm div.select,
.basicForm div.radio,
.basicForm div.checkbox,
.basicForm div.file { clear: both; padding: 10px 0 10px 0; }

.basicForm div.input input,
.basicForm textarea,
.basicForm select,
.captchaInput input { font: normal 12px Arial, Helvetica, sans-serif; background: #fff; border: 1px solid #999; padding: 3px; margin-right: 5px; }

.basicForm div.input input.readonly               { background: #f5f5f5; border: 1px solid #ccc; color: #ccc; }
.basicForm div.input input                        { width: 230px; }
.basicForm div.input input.small                  { width: 20px; }
.basicForm div.select select.small                { width: 55px; }

.basicForm div.captchaInput input                 { width: 100px; }

.basicForm div.input input:focus,
.basicForm div.textarea textarea:focus,
.basicForm div.captchaInput input:focus           { background: #fcfdfe; border-color: #666; }

.basicForm div.input label,
.basicForm div.textarea label,
.basicForm div.select label,
.basicForm div.file label                         { display: block; float: left; width: 120px; padding-top: 4px; margin-right: 10px; text-align: right; vertical-align: middle; }

.basicForm div.textarea label,
.basicForm textarea                               { vertical-align: top; }
.basicForm .select select option                  { padding-right: 10px; padding-left: 2px; margin-bottom: 2px; }

.basicForm .captchaWrapper                        { margin: 10px 0 0 130px; }
#mainContent .basicForm .captchaImageWrapper img  { display: block; margin: 0 0 5px 0; padding: 0 0 0 0; border: none; }
.basicForm .submit                                { padding: 10px 0 10px 130px; }
.basicForm .submit input                          { width: 80px; height: 23px; font: normal 11px Arial, Helvetica, sans-serif; text-transform: uppercase; line-height: normal; }
.errorMessage                                     { color: #cc0000; font-size: 10px; }

.captchaInput                                     { margin-top: 10px; margin-bottom: 20px; }
.captchaInput label                               { display: block; margin-bottom: 3px; }
.captchaInput input                               { display: block; }

.notice                                           { margin: 0 0 20px 130px; }
.basicForm .textarea textarea                     { width: 230px; height: 100px; overflow: hidden; }

/*** SEARCH RESULTS ***/
#searchForTerm                                    { margin: 0 0 25px 0; font-size: 1.3em; }
#searchResultsWrapper div.searchResult            { margin: 20px 0 20px 0; width: 100%; clear: both; }
#searchResultsWrapper div.no                      { display: inline; float: left; width: 30px; margin: 0 10px 0 0; padding-bottom: 2px; text-align: right; }
#searchResultsWrapper div.title                   { display: inline; float: left; font-weight: bold; padding-bottom: 2px; }
#searchResultsWrapper div.description             { clear: both; padding: 2px 0 2px 40px; }
#searchResultsWrapper div.url                     { padding-left: 40px; font-size: 8pt; font-style: italic; }
#searchResultsWrapper .searchTime                 { font-size: 8pt; color: #666; }

/*** GALLERY - LIST ***/
.galleryListHolder                { display: table; width: 100%; }
.galleryListItem                  { display: inline; float: left; width: 134px; height: 100%; overflow: hidden; margin: 0 30px 20px 0;  }
.galleryListItem img              { display: block; margin: 0 0 5px 0; overflow: hidden; clear: both; width: 130px; height: 98px; padding: 1px; border: 1px solid #ddd; }
.galleryListItem ul               { margin: 0; padding: 0 0 0 5px; }
.galleryListItem ul li            { margin: 0; padding: 0; background: none; line-height: 1.2em; }
.galleryListItem ul .galleryTitle { font-weight: bold; font-size: 1em; padding-bottom: 5px; }
.galleryListItem ul .galleryDate  { font-size: 11px; color: #000; display: block; margin-bottom: 2px; }

/*** GALLERY - MAIN ***/
.galleryImage                     { display: inline; float: left; width: 134px; margin: 0 30px 20px 0; }
#mainContent .galleryImage img    { display: block; margin: 0 0 1px 0; width: 130px; height: 98px; padding: 1px; border: 1px solid #ccc; }

/*
03/ TYP
==================================================*/
h1             { font-size: 16pt; font-weight: normal; margin-top: 20px; margin-bottom: 25px; }
h2             { font-size: 10pt; font-weight: bold; margin: 20px 0 20px 0; }
h3             { font-size: 9pt; font-weight: bold; margin: 20px 0 15px 0; }
h4,
h5,
h6             { font-size: 10pt; font-weight: bold; margin: 15px 0 10px 0; }

p, ul, ol      { margin: 10px 0; }
ul, ol         { padding-left: 10px; }
ul li          { list-style: outside circle; margin-left: 20px; margin-right: 20px; }
ol li          { list-style: outside decimal; margin-left: 35px; margin-right: 20px; }

img            { margin: 0; }

table          { margin: 10px 0; border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
th, td         { padding: 5px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.blank         { margin: 10px 0; border: none; }
.blank th,
.blank td      { border: none; padding: 0; }
table p,
table ul,
table ol,
table table    { margin: 0; }
caption        { margin: 10px 0 0 0; }