#art-main, table
{
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

body
{
    margin: 0 auto;
    padding: 0;
    color: #464646;
    background-color: #5696EA;
    background-image: url('../pics/Bottom_texture.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top left;
}

.art-postcontent,
.art-postcontent li,
.art-postcontent table,
.art-postcontent a,
.art-postcontent a:link,
.art-postcontent a:visited,
.art-postcontent a.visited,
.art-postcontent a:hover,
.art-postcontent a.hovered
{
    font-family: Georgia, "Times New Roman", Times, Serif;
}

.art-postcontent p
{
    margin: 12px 0 12px 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
    font-size:15px;
}

.art-postcontent a
{
    text-decoration: none;
    color: #0E3A73;
}

.art-postcontent a:link
{
    text-decoration: none;
    color: #0E3A73;
}

.art-postcontent a:visited, .art-postcontent a.visited
{

    color: #626262;
}

.art-postcontent  a:hover, .art-postcontent a.hover
{


    color: #1658AF;
}


.art-postcontent h1
{
    margin: 21px 0 21px 0; 
    color: #1658AF;

}

.art-postcontent h2
{
    color: #1658AF;
    margin: 19px 0 19px 0; 
    font-size:14px;   
}

.art-postcontent h3
{
    margin: 19px 0 19px 0; 
    color: #626262; 
    font-size:13px;    
}

.art-postcontent h4
{
    margin: 20px 0 20px 0; 
    color: #051428; 
    font-size:12px;   
}

.art-postcontent h5
{
    margin: 26px 0 26px 0; 
    color: #051428;   
    font-size:12px;
}

.art-postcontent h6
{
    margin: 35px 0 35px 0; 
    color: #051428;
    font-size: 12px;      
}

ul
{
    list-style-type: none;
}

ol
{
    list-style-position: inside;
}

#art-main
{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    cursor:default;
}




.cleared
{
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1px;
}

form
{
    padding: 0 !important;
    margin: 0 !important;
}

table.position
{
    position: relative;
    width: 100%;
    table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-sheet
{
    position: relative;
    margin: 0 auto;
    min-width: 51px;
    min-height: 51px;
}

.art-sheet-body
{
    position: relative;
    padding: 5px;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc,.art-sheet-cr, .art-sheet-cl
{
    position: absolute;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl
{
    width: 70px;
    height: 70px;
    background-image: url('../pics/sheet_s.png');
}

.art-sheet-tl
{
    top: 0;
    left: 0;
    clip: rect(auto, 35px, 35px, auto);
}

.art-sheet-tr
{
    top: 0;
    right: 0;
    clip: rect(auto, auto, 35px, 35px);
}

.art-sheet-bl
{
    bottom: 0;
    left: 0;
    clip: rect(35px, 35px, auto, auto);
}

.art-sheet-br
{
    bottom: 0;
    right: 0;
    clip: rect(35px, auto, auto, 35px);
}

.art-sheet-tc, .art-sheet-bc
{
    left: 35px;
    right: 35px;
    height: 70px;
    background-image: url('../pics/sheet_h.png');
}

.art-sheet-tc
{
    top: 0;
    clip: rect(auto, auto, 35px, auto);
}

.art-sheet-bc
{
    bottom: 0;
    clip: rect(35px, auto, auto, auto);
}

.art-sheet-cr, .art-sheet-cl
{
    top: 35px;
    bottom: 35px;
    width: 70px;
    background-image: url('../pics/sheet_v.png');
}

.art-sheet-cr
{
    right: 0;
    clip: rect(auto, auto, auto, 35px);
}

.art-sheet-cl
{
    left: 0;
    clip: rect(auto, 35px, auto, auto);
}

.art-sheet-cc
{
    position: absolute;
    top: 35px;
    left: 35px;
    right: 35px;
    bottom: 35px;
    background-color: #FFFFFF;
}

.art-sheet
{
    top: 10px !important;
    margin-bottom: 10px !important;
    cursor:auto;
    width: 800px;
}


/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
    outline: none;
}

.art-menu, .art-menu ul
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    display: block;
}

.art-menu li
{
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    float: left;
    position: relative;
    z-index: 5;
    background: none;
}

.art-menu li:hover
{
    z-index: 10000;
    white-space: normal;
}

.art-menu li li
{
    float: none;
}

.art-menu ul
{
    visibility: hidden;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background: none;
}

.art-menu li:hover>ul
{
    visibility: visible;
    top: 100%;
}

.art-menu li li:hover>ul
{
    top: 0;
    left: 100%;
}

.art-menu:after, .art-menu ul:after
{
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
.art-menu, .art-menu ul
{
    min-height: 0;
}

.art-menu ul
{
    background-image: url('../pics/spacer.gif');
    padding: 10px 5px 30px 5px;
    margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
    padding: 30px 30px 30px 10px;
    margin: -30px 0 0 -10px;
}

/* menu structure */

.art-menu
{
    padding: 6px 5px 6px 5px;
}

.art-nav
{
    position: relative;
    min-height: 40px;
    z-index: 100;
}

.art-nav .l, .art-nav .r
{
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    background-image: url('../pics/nav.png');
}

.art-nav .l
{
    left: 0;
    right: 15px;
}

.art-nav .r
{
    right: 0;
    width: 790px;
    clip: rect(auto, auto, auto, 775px);
}


/* end Menu */

/* begin MenuItem */
.art-menu a
{
    position: relative;
    display: block;
    overflow: hidden;
    height: 28px;
    cursor: pointer;
    text-decoration: none;
}


.art-menu ul li
{
    margin:0;
    clear: both;
}


.art-menu a .r, .art-menu a .l
{
    position: absolute;
    display: block;
    top: 0;
    z-index: -1;
    height: 94px;
    background-image: url('../pics/menuitem.png');
}

.art-menu a .l
{
    left: 0;
    right: 4px;
}

.art-menu a .r
{
    width: 408px;
    right: 0;
    clip: rect(auto, auto, auto, 404px);
}

.art-menu a .t, .art-menu ul a, .art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    text-align: left;
    text-decoration: none;
}

.art-menu a .t
{
    color: #FCE7DB;
    padding: 0 7px;
    margin: 0 4px;
    line-height: 28px;
    text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
    top: -33px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
    top: -33px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
    top: -33px;
}
.art-menu a:hover .t
{
    color: #1F1F1F;
}

.art-menu li:hover a .t
{
    color: #1F1F1F;
}

.art-menu li:hover>a .t
{
    color: #1F1F1F;
}


.art-menu a.active .l, .art-menu a.active .r
{
    top: -66px;
}

.art-menu a.active .t
{
    color: #000000;
}
/* end MenuItem */

/* begin MenuSeparator */
.art-menu .art-menu-li-separator
{
    display: block;
    width: 9px;
    height:28px;
}
.art-nav .art-menu-separator
{
    display: block;
    margin:0 auto;
    width: 1px;
    height: 28px;
    background-image: url('../pics/menuseparator.png');
}
/* end MenuSeparator */

/* begin Header */
div.art-header
{
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 175px;
    overflow: hidden;
}


div.art-header-center
{
    position: relative;
    width: 790px;
/*    left:50%;*/
}



div.art-header-jpeg
{
    position: absolute;
    top: 0;
    left:-50%;
    width: 790px;
    height: 175px;
/*    background-image: url('../pics/header.jpg');
    background-repeat: no-repeat;
    background-position: center center;*/
}

/* end Header */

/* begin Logo */
div.art-logo
{
    display: block;
    position: absolute;
    left: 10px;
    top: 20px;
    width: 500px;
}

h1.art-logo-name
{
    display: block;
    text-align: {HorizontalAlign};
}

h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover
{
    font-size: 40px;
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: {NameFontColor} !important;
}


h2.art-logo-text, 
h2.art-logo-text a,
h2.art-logo-text a:link,
h2.art-logo-text a:visited,
h2.art-logo-text a:hover
{
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-size: 22px;
    padding: 0;
    margin: 0;
    color: {TextFontColor} !important;
}

h2.art-logo-text
{
    display: block;
    text-align: {HorizontalAlign};
}
/* end Logo */

/* begin Layout */
.art-content-layout
{
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    background-color: Transparent;
    border: none !important;
    padding:0 !important;
}
.art-layout-cell, .art-content-layout-row
{
    background-color: Transparent;
    vertical-align: top;
    text-align: left;
    border: none !important;
    margin:0 !important;
    padding:0 !important;
}
.art-content-layout .art-content-layout{width: auto;margin:0;}
.art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell{display: table-cell;}
.art-layout-cell .art-layout-cell{display: block;}
.art-content-layout-row {display: table-row;}
.art-layout-glare{position:relative;}/* end Layout */

/* begin Box, Block */
.art-block
{
    position: relative;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-block-body
{
    position: relative;
    padding: 3px;
}


.art-block
{
    margin: 7px;
}

/* end Box, Block */

/* begin Box, BlockContent */
.art-blockcontent
{
    position: relative;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-blockcontent-body
{
    position: relative;
    padding: 0;
}


.art-blockcontent-body, 
.art-blockcontent-body li, 
.art-blockcontent-body a,
.art-blockcontent-body a:link,
.art-blockcontent-body a:visited,
.art-blockcontent-body a:hover
{
    color: #000000;
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-size: 14px;
}

.art-blockcontent-body p
{
    margin: 6px 0 6px 0;
}

.art-blockcontent-body a
{
    color: #1658AF;

}

.art-blockcontent-body a:link
{
    color: #1658AF;

}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited
{
    color: #626262;
    text-decoration: none;
}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover
{
    color: #1F74E3;
    text-decoration: none;

}

.art-blockcontent-body ul li
{
    line-height: 125%;    
    color: #161616;

    padding: 0 0 0 14px;
    background-image: url('../pics/blockcontentbullets.png');
    background-repeat: no-repeat;
}/* end Box, BlockContent */

/* begin Button */
.art-button-wrapper a.art-button,
.art-button-wrapper a.art-button:link,
.art-button-wrapper input.art-button,
.art-button-wrapper button.art-button
{
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-size: 14px;
    position:relative;
    top:0;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    color: #FCE7DB !important;
    width: auto;
    outline: none;
    border: none;
    background: none;
    line-height: 31px;
    height: 31px;
    margin: 0 !important;
    padding: 0 14px !important;
    overflow: visible;
    cursor:pointer;
}

.art-button img, .art-button-wrapper img
{
    margin: 0;
    vertical-align: middle;
}

.art-button-wrapper
{
    vertical-align: middle;
    display: inline-block;
    position: relative;
    height: 31px;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
    margin: 0;
    padding: 0;
    z-index: 0;
}

.firefox2 .art-button-wrapper
{
    display: block;
    float: left;
}

input, select, textarea
{
    vertical-align: middle;
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-size: 14px;
}

.art-block select 
{
    width:96%;
}

.art-button-wrapper.hover .art-button, .art-button-wrapper.hover a.art-button:link, .art-button:hover
{
    color: #071C37 !important;
    text-decoration: none !important;
}

.art-button-wrapper.active .art-button, .art-button-wrapper.active a.art-button:link
{
    color: #1F1F1F !important;
}

.art-button-wrapper .art-button-l, .art-button-wrapper .art-button-r
{
    display: block;
    position: absolute;
    height: 103px;
    margin: 0;
    padding: 0;
    background-image: url('../pics/button.png');
}

.art-button-wrapper .art-button-l
{
    left: 0;
    right: 7px;
}

.art-button-wrapper .art-button-r
{
    width: 407px;
    right: 0;
    clip: rect(auto, auto, auto, 400px);
}

.art-button-wrapper.hover .art-button-l, .art-button-wrapper.hover .art-button-r
{
    top: -36px;
}

.art-button-wrapper.active .art-button-l, .art-button-wrapper.active .art-button-r
{
    top: -72px;
}

.art-button-wrapper input
{
    float: none !important;
}
/* end Button */

/* begin Box, Post */
.art-post
{
    position: relative;
    margin: 0 auto;
    min-width: 21px;
    min-height: 21px;
}

.art-post-body
{
    position: relative;
    padding: 15px;
}


.art-post
{
    margin: 10px;
}

a img
{
    border: 0;
}

.art-article img, img.art-article
{
    border: solid 0 #EB5E11;
    margin: 7px;
}

.art-metadata-icons img
{
    border: none;
    vertical-align: middle;
    margin: 2px;
}

.art-article table, table.art-article
{
    border-collapse: collapse;
    margin: 1px;
}

.art-article th, .art-article td
{
    padding: 2px;
    border: solid 1px #737373;
    vertical-align: top;
    text-align: left;
}

.art-article th
{
    text-align: center;
    vertical-align: middle;
    padding: 7px;
}

pre
{
    overflow: auto;
    padding: 0.1em;
    float:left;
}

/* end Box, Post */

/* begin PostHeaderIcon */
h2.art-postheader
{
    color: #dd6f32;
    margin: 5px 0 5px 0;
}

h2.art-postheader, 
h2.art-postheader a, 
h2.art-postheader a:link, 
h2.art-postheader a:visited,
h2.art-postheader a.visited,
h2.art-postheader a:hover,
h2.art-postheader a.hovered
{
    font-size: 16px;
}

h2.art-postheader a, h2.art-postheader a:link
{
    text-align: left;
    text-decoration: none;
    color: #0C3264;
}

h2.art-postheader a:visited, h2.art-postheader a.visited
{

    color: #545454;
}


h2.art-postheader a:hover,  h2.art-postheader a.hovered
{


    color: #1658AF;
}

/* end PostHeaderIcon */

/* begin PostBullets */
.art-post ol, .art-post ul
{
    margin: 1em 0 1em 2em;
    padding: 0;
}

.art-post li
{
    font-size: 14px;
}

.art-post li ol, .art-post li ul
{
    margin: 0.5em 0 0.5em 2em;
    padding: 0;
}

.art-post li
{
    color: #2A1103; 

    padding: 0;
}


/* end PostBullets */

/* begin PostQuote */
.art-postcontent blockquote,
.art-postcontent blockquote a,
.art-postcontent blockquote a:link,
.art-postcontent blockquote a:visited,
.art-postcontent blockquote a:hover
{
    color: #041223;

}

.art-postcontent blockquote p
{
    margin: 3px;
}

.art-postcontent blockquote
{
    border: solid 0 #F7B28C;
    margin: 10px 10px 10px 50px;
    padding: 0 0 0 23px;
    background-color: #DDEAFB;
    background-image: url('../pics/postquote.png');
    background-position: left top;
    background-repeat: no-repeat;/* makes blockquote not to align behind the image if they are in the same line */
    overflow: auto;
}

/* end PostQuote */

/* begin Footer */
.art-footer
{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.art-footer-b 
{
    position: absolute;
    left:19px;
    right:15px;
    bottom:23px;
    height:15px;
    background-image: url('../pics/footer_b.png');
}

.art-footer-r, .art-footer-l
{
    position: absolute;
    height:15px;
    background-image: url('../pics/footer_s.png');
    bottom: 0;
}

.art-footer-l
{
    left: 0;
    width:15px;
}

.art-footer-r
{
    right: 0;
    width:30px;
    clip: rect(auto, auto, auto, 15px);
}

.art-footer-t
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 15px;
    background-color: #0E376E;
}

.art-footer-body
{
    position:relative;
    padding: 10px;
}


.art-footer-text p
{
    padding:0;
    margin:0;
}

.art-footer,
.art-footer a,
.art-footer a:link,
.art-footer a:visited,
.art-footer a:hover
{
    color: #DEDEDE;

}

.art-footer-text
{
    padding: 0 10px 0 10px;

}

.art-footer,
.art-footer-text,
.art-footer p
{
    text-align: center;
}

.art-footer a,
.art-footer a:link
{
    color: #609CEB;
    text-decoration: none;
}

.art-footer a:visited
{
    color: #609CEB;

}

.art-footer a:hover
{
    color: #609CEB;
    text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, 
.art-page-footer a,
.art-page-footer a:link,
.art-page-footer a:visited,
.art-page-footer a:hover
{
    font-family: Arial;
    font-size: 10px;
    letter-spacing: normal;
    word-spacing: normal;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    color: #D1530F;
}

.art-page-footer
{
    margin: 1em;
    text-align: center;
    text-decoration: none;
    color: #515151;
}
/* end PageFooter */

/* begin LayoutCell, content */

.art-content-layout .art-content .art-block
{
    background-color: #FFFFFF;
}
/* end LayoutCell, content */

.overview-table .art-layout-cell
{
    width:33%;
}


.overview-table-inner 
{
    margin:10px;
}

table.table
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
    vertical-align:top;
}

table.table, table.table tr, table.table td
{
    border:none;
    margin:0;
    padding:0;
    background-color:Transparent;
}

img.image
{
    margin:0;
    padding:0;
    border:none;
}


ul.dilSecim{
    float: right;
    width:790px;
    background: #ffffff;
    padding:0px;

}

ul.dilSecim li {
    display: inline;
    margin: 5px;
    float: right;
    color:#ffffff;
}


.piro_overlay{position:fixed; top:0; left:0; width:100%; height:100%;  z-index:150000;background:#fff;display:none; cursor:pointer;}
.piro_loader{position:absolute;top:50%;left:50%;margin:-59px 0 0 -59px;width:118px;height:118px;display:block;z-index:150005;  cursor:pointer; }
.piro_loader span{position:absolute;top:50%;left:50%;margin-top:-36px;margin-left:-36px;width:72px;height:72px;display:block;z-index:150009; background: url(../pics/loadinfo.gif) center top no-repeat; }
.piro_title{position:fixed; background: url(../pics/bg_title.png) bottom repeat-x;top:0;left:0;width:100%; text-align:center;display:block; padding:6px 0 10px 0; color:white; z-index:150000; font-size:18px; display:none;}
.btn_info{position:absolute;bottom:-7px;right:-7px;width:25px; height:25px;margin:0;display:block; padding:0px; color:black; cursor:pointer; background: url(../pics/b_w/info.png) no-repeat; z-index:1500440}
.caption{position:absolute;bottom:10px;left:10px;margin:0;display:block; padding:0px; color:black; cursor:text; background: url(../pics/caption.png); z-index:150018}
.caption p{ display:block; margin:0;padding:7px 5px; text-align:center; font-weight:normal; font-size:14px; color:white; z-index:150019; color:white;}

.nav_container{position:absolute; right:5px; bottom:-20px;  height:25px; width:60px; background:  url(../pics/bottom_nav.png) bottom; z-index:1500190000000;}
.piro_close{position:absolute;right:20px; top:0;height:20px;width:20px;background: transparent url(../pics/close.png) no-repeat center center;cursor:pointer;margin:0 0 0 0;z-index:150022;display:none;}
a.piro_next{position:absolute;width:20px; top:0; right:0px; height:20px;text-indent:-999em;outline:none; display:block; margin:0;background:url(../pics/next.png) center right no-repeat; border:none; cursor:pointer;z-index:150023}
a:hover.piro_next{background:url(../pics/next.png) center right no-repeat;}
.piro_next_fake{position:absolute;width:20px;  top:0;right:0px; height:20px;outline:none; text-indent:-999em; display:none; margin:0;background: url(../pics/next.png) center right no-repeat; border:none; cursor:auto;z-index:150020}
.piro_prev_fake{position:absolute;width:20px;  top:0;right:40px; height:20px;outline:none; text-indent:-999em; display:none; margin:0;background: url(../pics/prev.png) center right no-repeat; border:none; cursor:auto;z-index:150020}

a.piro_prev{position:absolute;width:20px; right:40px; top:0; height:20px; text-indent:-999em; outline:none;display:block;margin:0;background: url(../pics/prev.png) center left no-repeat;border:none; cursor:pointer; z-index:150024}
a:hover.piro_prev{background:url(../pics/prev.png) center left no-repeat;}
a.close_pirobox{color:#bb0f05;}
a.pirobox_gall{
    float: left;
}
.foto{
    float: left;
    width: 150px;

}
img.pirobox_gall  {
    width: 140px;
    border:#dd6f32 2px solid
}


label {
    display: block;
    /*    font-weight: bold;*/
    margin-top: 10px;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    color: #000000;
}
.validation {
    display: inline;
    color: #888;
    margin: 0 2px;
    padding: 0 2px;
    display: block;
    text-shadow: 1px 1px 0px #fff;
}
.error {
    color: #990000;
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff;
}
input[type=text] {
    width: 200px;
}
input[type=password] {
    padding: 4px;
    width: 200px;
    border: 1px solid #CCC;
}
textarea {
    width: 300px;
}
input[type=text], input[type=password], textarea {
    border: 1px double #CCC;
    padding: 3px 6px;
    outline: none;
    /*    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;*/
    /*    border-radius: 4px;*/
    -moz-box-shadow: -1px 1px 0px #fff; /* FF3.5+ */;
    -webkit-box-shadow: -1px 1px 0px #fff; /* Saf3.0+, Chrome */;
    box-shadow: -1px 1px 0px #fff; /* Opera 10.5, IE 9.0 */;
    color: #555;
    background-color: #ededed;
    moz-transition: all 0.3s ease-out; /* FF3.7+ */;
    -o-transition: all 0.3s ease-out; /* Opera 10.5 */;
    -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */;
    font-family:verdana;
    color:#444;
    font-weight: normal;
}
input:focus, textarea:focus {
    background-color: #fff;
}
input.medium {
    width: 300px;
}
input.long {
    width: 500px;
}
input.full-width {
    width: 98%;
}
textarea.large {
    width: 500px;
}
.display-none {
    display: none;
}
.formError {
    position:absolute;
    top:300px; 
    left:300px;
    padding-bottom:13px;
    display:block;
    z-index:5000;
    cursor:pointer;
}

.formError .formErrorContent {
    width:100%;
    background:#36588E;
    color:#fff;
    width:150px;
    font-family:tahoma;
    font-size:11px;
    border:2px solid #ddd;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    padding:4px 10px 4px 10px;
    /*    border-radius: 6px;*/
    /*    -moz-border-radius: 6px;
        -webkit-border-radius: 6px;*/
}
.greenPopup .formErrorContent {background:#3d99b0;}

.blackPopup .formErrorContent {background:#3d99b0;color:#FFF;}

.formError .formErrorArrow{
    width:15px;
    margin:-2px 0 0 13px;
    z-index:5001;
}
.formError .formErrorArrowBottom{top:0;margin:-6px;}

.formError .formErrorArrow div{
    border-left:2px solid #ddd;
    border-right:2px solid #ddd;
    box-shadow: 0px 2px 3px #444;
    -moz-box-shadow: 0px 2px 3px #222;
    -webkit-box-shadow: 0px 2px 3px #222;
    font-size:0px; 
    height:1px; 
    background:#36588E;
    margin:0 auto;
    line-height:0px;
    font-size:0px; 
    display:block;
}
.formError .formErrorArrowBottom div{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.formError .formErrorArrow .line10{width:15px;border:none;}
.formError .formErrorArrow .line9{width:13px;border:none;}
.formError .formErrorArrow .line8{width:11px;}
.formError .formErrorArrow .line7{width:9px;}
.formError .formErrorArrow .line6{width:7px;}
.formError .formErrorArrow .line5{width:5px;}
.formError .formErrorArrow .line4{width:3px;}
.formError .formErrorArrow .line3{width:1px;
                                  border-left:2px solid #ddd;
                                  border-right:2px solid #ddd;
                                  border-bottom:0px solid #ddd;}
.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}


div.pagination {
    margin-top: 10px;
    float: right;
}
.pagination a {
    margin: 0 3px;    
    text-decoration: none;
}
.pagination a.number {
    padding: 2px 5px;
    margin: 0;
}
.pagination a.number:hover {
    text-decoration: none;
    -moz-box-shadow: 1px 1px 1px #fff; /* FF3.5+ */;
    -webkit-box-shadow: 1px 1px 1px #fff; /* Saf3.0+, Chrome */;
    box-shadow: 1px 1px 1px #fff; /* Opera 10.5, IE 9.0 */;
    -moz-border-radius: 4px; /* FF1+ */;
    -webkit-border-radius: 4px; /* Saf3-4 */;
    /*    border-radius: 4px;  Opera 10.5, IE 9, Saf5, Chrome ;*/
    background-color: #36588E;
    cursor: pointer;
    color: #ffffff;
}
.pagination a.disabled-page {
    color: #777;
}
.pagination a.disabled-page:hover {
    text-decoration: none;
    cursor: default;
}
.pagination a.current {
    -moz-box-shadow: 1px 1px 1px #fff; /* FF3.5+ */;
    -webkit-box-shadow: 1px 1px 1px #fff; /* Saf3.0+, Chrome */;
    box-shadow: 1px 1px 1px #fff; /* Opera 10.5, IE 9.0 */;
    background-color: #36588E;
    -moz-border-radius: 4px; /* FF1+ */;
    -webkit-border-radius: 4px; /* Saf3-4 */;
    /*    border-radius: 4px;  Opera 10.5, IE 9, Saf5, Chrome ;*/
    cursor: pointer;
    font-weight: bold;
    padding: 2px 5px;
    margin: 0 3px;
    color: #FFFFFF;
}

.fotogaleri{
    float: left;
    width:770px;
}
