/*HTML tags*/
a 
{ 
    color: #036;
}

a:hover 
{ 
    color: #79a496;
}

a img 
{
    border: 0; 
}

a.title
{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

a.title:hover
{
    color: red;
}

h1 
{ 
    margin: 0 0 10px 0;
    padding: 0;
    font-family: Tahoma;
    font-size: 26px;
    font-weight: normal; 
    color: black;
    line-height: 30px;
}

h1.page_title 
{ 
    margin: 0 0 30px 0; 
}

h2                                
{ 
    margin: 20px 0 5px 0;
    padding: 0;
    font-family: Tahoma;
    font-size: 18px; 
    line-height: 22px;
    font-weight: bold; 
    color: #036;
}

h1 + h2
{
    margin-top: 20px;
}

h3 
{ 
    margin: 14px 0 2px 0;
    padding: 0;
    font-size: 14px; 
    font-weight: bold;
}

p
{
    margin: 0 0 10px 0;
    padding: 0;
    font-family : Arial;
    font-size: 16px;
    line-height: 22px;
}

h1 + p
{
    margin-top: 20px;
}

ul, ol 
{
    margin: 0.5em 2em 0.5em 2em; 
    padding: 0; 
}

h1 + ul, h1 + ol
{
    margin-top: 20px;
}

ol li, ul li
{ 
    line-height: 1.25em; 
    margin: 0;
    padding: 0 0 0.5em 0; 
}

ul li li
{ 
    list-style-type: circle; 
}

button
{
    font-family: Arial;
    font-size: 16px;
    padding: 5px 10px;
}

table.regular 
{
    background-color: #e0e0e0;
    margin: 10px 0 5px 0;
    font-size: 12px;
    width: 100%;
    text-align: left;
}
    
    table.regular th
    {
        background-color: white;
        border: 1px solid #ffffff;
        font-size: 12px;
        font-weight: 800;
        color: #369;
        padding: 4px;
        vertical-align: top;
        text-align: left;
    }

    .rtl table.regular th 
    {
        text-align: right;
    }

    table.regular thead tr .header 
    {
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.regular tbody td 
    {
        color: #3D3D3D;
        padding: 4px;
        background-color: #FFF;
        vertical-align: top;
        text-align: left;
    }

    .rtl table.regular tbody td 
    {
        text-align: right;
    }


    table.regular tbody tr.odd td 
    {
        background-color:#F0F0F6;
    }

    table.regular tfoot td 
    {
        background-color: #8dbdd8;
        padding: 4px;
    }

    table.regular tbody tr.odd td
    {
        background-color: #eeeeee; 
    }

    table.regular tbody tr.even td
    {
        background-color: #dddddd; 
    }

    table.regular tbody tr.hover td
    {
        background-color: #fefda2; 
    }

    table.regular tr.mark td 
    {
        background-color: #FAF982; 
    }

    table.regular img
    {
        vertical-align: middle;
        margin: -3px 10px 0 10px;
    }

    table.regular input
    {
        width: 60px;
    }
    
    .rtl table.regular.sortable th
    {
        /*padding-right: 20px;*/
    }
    
h1 + table.regular
{
    margin-top: 20px;
}

form 
{ 
    padding: 0; 
    margin: 0; 
}

h2+form 
{ 
    margin-top: 20px; 
}

    h1 + form
    {
        margin-top: 20px;
    }

    .form_item 
    { 
        float: none;
        clear: both;
        padding: 0;
        margin: 0 0 6px 0;
        overflow: auto; width: 100% /* These two are needed to make margin work when all items within it are floated. Read http://www.quirksmode.org/css/clearing.html */
    }
    
    h2+.form_item
    { 
        margin-top: 20px; 
    }

        .form_item label 
        {
            width: 70px;
            padding: 0 10px;
            font-weight: bold;
            color: #666666;
        }

        .wide .form_item label 
        {
            width: 180px;
        }
        
        .form_item input+label
        {
            width: auto;
        }

        .rtl .form_item input+label
        {
            padding: 0 0 0 20px;
        }

        .ltr .form_item input+label
        {
            padding: 0 20px 0 0;
        }

            .form_item label.must
            {
                background-image: url(images/bullet_field.gif);
                background-repeat: no-repeat;
            }

            .rtl .form_item label.must
            {
                background-position: center right;
            }

            .ltr .form_item label.must
            {
                background-position: center left;
            }

            .form_item label.disabled
            {
                color: #bbb;
            }

        .form_item button
        { 
            font-family: Arial;
        }

        .rtl .form_item button
        { 
            margin: 1px 0 10px 10px; 
        }

        .ltr .form_item button
        { 
            margin: 1px 10px 10px 0; 
        }

        .form_item .button_message
        { 
            margin: 2px 15px 0 15px;
        }
        
        .form_item .middle
        {
            padding-top: 5px; /*to align text beside a button*/
        }

    .form_item .error
    { 
        font-weight: bold; 
        color: red;
    }

    .form_item input, .form_item textarea, .form_item select 
    { 
        width: 270px;
        padding: 0 0 3px 0; 
        border: 1px solid #316394; 
        background-color: white;
        font-size: 16px; 
    }

    .rtl .wide input, .rtl .wide textarea, .rtl .wide select
    {
        margin-right: 0;
        margin-left: 10px;
    }

    .ltr .wide input, .ltr .wide textarea, .ltr .wide select
    {
        margin-right: 10px;
        margin-left: 0;
    }

    .form_item input 
    {                    
        line-height: 15px;
    }

        input.cb 
        { 
            float: none;
            border:0; 
            width: 20px; 
            background-color: transparent;
            padding: 0;
        }

        .rtl input.cb 
        { 
            margin: 4px -3px 0 3px;
        }
        
        .ltr input.cb 
        { 
            margin: 4px 3px 0 -3px;
        }

    .form_item textarea 
    { 
        height: 80px;
        padding: 0; /* Chrome width bug workaround. See http://code.google.com/p/chromium/issues/detail?id=9362 */
    }

    .form_item.big
    {
    }
        .form_item.big button
        {
            font-size: 20px;
        }

        .rtl .form_item.big button
        {
            margin: 10px 0 0 10px; 
        }

        .ltr .form_item.big button
        {
            margin: 10px 10px 0 0; 
        }

        .form_item.big textarea
        {
            width: 700px; 
            height: 300px; 
            font-size: 16px;
        }

        button img
        {
            float: left;
            margin: 0;
            padding: 0;
        }

    .rtl .form_item label, 
    .rtl .form_item .cb, 
    .rtl button *
    {
        float: right;
    }

    .ltr .form_item label, 
    .ltr .form_item .cb,
    .ltr button *  
    {
        float: left;
    }

    .form_item p
    {
        margin: 0;
        padding: 0;
    }

    .rtl .form_item p
    {
        float: right;
    }

    .ltr .form_item p
    {
        float: left;
    }

        .form_item p label
        {
            margin-top: 0;
        }

/*Classes*/
.google_ad
{
    margin: 15px 0 0 0;
}

.ltr
{
    text-align: left;
    direction: ltr;
}

.link 
{ 
    color: #036; 
    text-decoration: underline;
    cursor: pointer;
}

.disabled_link 
{ 
    color: #aaa; 
    text-decoration: underline; 
    cursor: pointer; 
}

.code
{
    font-family: Courier new;
    font-size: 1.11em;
}    

p.code
{
    margin: 20px 0 20px 0px;
    padding: 20px;
    line-height: 1.3em;
    color: #258;
}

.message
{ 
    padding: 0 0 0 10px;
}

.bold
{
    font-weight: bold;
}

.rtl .message
{ 
    padding: 0 10px 0 0;
}

.small
{
    font-size: 0.9em;
}

h1 .small
{
    font-size: 0.6em;
}

.error 
{ 
    color: #cc0000; 
}

.hidden
{
    display: none;
}

.help
{
    background-image: url(images/help.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 0 20px 0 0;
}

.rtl .help
{
    background-position: top left;
    padding: 0 0 0 20px;
}

img.icon
{
    padding: 0 10px;
    margin-top: 2px;
}

.ltr img.icon
{
    padding: 0 10px 0 0;
}

.rtl img.icon
{
    padding: 0 0 0 10px;
}

.formbox
{
    margin: 20px 0;
    padding: 15px 10px 5px 10px;
    border: 1px solid #ccc;
}

/*Layout objects*/
html 
{ 
    margin: 0; 
    padding: 0;
}

body                                                          
{
    margin: 0; 
    padding: 0; 
    font-family: Arial;
    font-size: 16px;
    line-height: 16px;
    color: #303030;

    width: 980px; /* Centering the page */
    margin-left: auto;
    margin-right: auto;
    
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fefefe;
    background-attachment: fixed;
}

#container 
{ 
    margin: 0; 
    padding: 0;
    text-align: left; 
}

.rtl #container
{
    direction: rtl;
    text-align: right;
}

#site_banner
{
    width: 980px;
    margin: 0;
    padding: 0;
}

    #site_banner h1
    {
        padding: 20px 0 0 0;
        font-size: 28px;
    }

    #site_banner h2
    {
        padding: 0;
        font-size: 20px;
    }

    #site_banner h1, 
    #site_banner h2
    {
        font-family: Arial;
        float: none;
        margin: 0;
        padding-right: 0;
        padding-left: 30px;
        font-weight: bold;
        color: #333;
    }

    .rtl #site_banner h1, 
    .rtl #site_banner h2
    {
        padding-right: 30px;
        padding-left: 0;
    }

#site_title
{
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 30px;
    font-family: Tahoma;
    color: black;
}

#main
{
    min-height: 700px; height:auto !important; height:700px; 
    width: 520px;
}

.rtl #main
{
    margin: 0 15px 0 10px;
    float: right;
}

.ltr #main
{
    margin: 0 10px 0 15px;
    float: left;
}

#side
{
    /*width: 370px;*/
    margin: 10px 0 0 0;
}

.rtl #side
{
    float: left;
    padding: 0 25px 0 15px;
}

.ltr #side
{
    float: right;
    padding: 0 15px 0 25px;           
}

#pre_footer
{
    height: 30px;
    clear: both;
    float: none;
}

#footer
{
    clear: both;
    float: none;
    margin: 0 0 40px 0; 
    padding: 0 10px;
    font-size: 12px;
}

#footer_top
{
    padding-bottom: 10px;
    border-bottom: 1px dotted #888;
}
    #footer_title
    {
        font-size: 12px;
    }
    
    .ltr #footer_title
    {
        float: left;
    }

    .rtl #footer_title
    {
        float: right;
    }

    .ltr #footer_links
    {
        float: right;
    }

    .rtl #footer_links
    {
        float: left;
        text-align: left;
    }

    #footer_links a
    {
        display: inline-block; /* IE7 bug: padding anchor */
        text-decoration: none;
        font-size: 12px;
    }

    .ltr #footer_links a
    {
        padding: 0 0 0 12px;
    }

    .rtl #footer_links a
    {
        padding: 0 12px 0 0;
    }

    #footer_links a img.icon
    {
    }
    
    .ltr #footer_links a img
    {
        padding: 0 3px 0 0;
    }

    .rtl #footer_links a img
    {
        padding: 0 0 0 3px;
    }

#footer_bottom
{
    clear: both;
}

    .ltr #locali_logo
    {
        float: left;
    }

    .rtl #locali_logo
    {
        float: right;
    }
        #locali_logo a
        {
            font-size: 12px;
            font-weight: bold;
            color: #ff9212;
            text-decoration: none;
        }
        
        #locali_logo a span
        {
            margin: 2px -10px 0 0;
        }
        
    .ltr #edit_site_link
    {
        float: right;
    }

    .rtl #edit_site_link
    {
        float: left;
    }

    
    
.mblock
{
    margin: 0 0 30px 0;
    padding: 0;
}

.mblock_title
{
    height: 20px;
    padding: 28px 5px 4px 5px;
    margin: 0 0 5px 0;

    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
    
    border-bottom: 5px solid #e4e4e4;

    background-repeat: no-repeat;
}

.rtl .mblock_title
{
    text-align: right;
    background-position: top left;
}

.ltr .mblock_title
{
    text-align: left;
    background-position: top right;
}

.blank_title .mblock_title
{
    background-image: none;
    border: none;
    margin-top: -25px;
}

.rss
{
    margin: 0 0 30px 0;
    padding: 0;
    overflow: hidden;
}

    .rss .rss_title
    {
        margin: 20px 0 5px 0;
        padding: 0;
        font-family: Tahoma;
        font-size: 18px; 
        line-height: 22px;
        font-weight: bold; 
        color: #036;
    }

    .rss .rss_item_title
    {
        font-weight: bold;
        margin: 0 0 3px 0;
        padding: 0;
    }

        .rss .rss_item_title a
        {
            color: black;
            font-weight: bold;
            text-decoration: none;
        }

        .rss .rss_item_title a:hover
        {
            color: #369;
        }

    .rss .rss_item_date
    {
        font-size: 0.8em;
        font-weight: bold;
        margin: -5px 0 5px 0;
        padding: 0;
    }

    .rss .rss_item_body
    {
        margin: 0 0 25px 0;
        cursor: pointer;
    }
    
    .rss img
    {
        width: 60px;
        height: 60px;
        padding: 5px;
        border: 1px solid #ccc;
    }

    .rtl .rss img
    {
        margin: 5px 0 0 15px;
    }

    .ltr .rss img
    {
        margin: 5px 15px 0 0;
    }

    

#pages_menu
{           
    margin: 0px 0 20px 0; 
    padding: 10px 0 0 0; 
    width: 100%;
    float: left;
    height: 29px;
}

.rtl #pages_menu
{ 
    float: right;
}

    #pages_menu ul 
    {           
        margin: 0; 
        padding: 0;
    }

    #pages_menu li 
    { 
        margin: 0 0 10px 0; 
        padding: 0 14px 0 16px;
        display: inline;
        float: left;
    }

    .rtl #pages_menu li 
    { 
        float: right;
        padding: 0 16px 0 14px;
        background-position: top right;
    }
        #pages_menu li.home 
        { 
            background-image: none;
        }

        #pages_menu li:hover
        {
            margin: 2px 0 8px 0;
        }

        #pages_menu li.freezed
        {
            color: #999;
        }

        #pages_menu li a
        {
            text-decoration: none;
            color: black;
        }

        #pages_menu li a.selected
        {
            font-weight: bold;
        }

        .forums_menu
        {
            margin: 0 0 20px 0;
        }
                
        .forums_menu li
        {
            padding: 0 16px 0 16px;
            width: auto;
            font-size: 0.9em;
        }
        
        .rtl .forums_menu li
        {
            padding: 0 16px 0 16px;
        }
    
#page_env
{
    margin: 20px 0 0 0;
}

    #page_env ul
    {
        list-style: none;
        margin: 0;
    }

    #page_env li
    {
        margin: 0 0 30px 0;
    }

        #page_env li h2
        {
            margin: 0 0 5px 0;
            padding: 0;
            line-height: 22px;
            font-family : Arial;
            font-size: 16px;
            font-weight: bold;
            color: black;
        }

        #page_env li .more_info
        {
            padding: 0 0 0 10px;
        }

        .rtl #page_env li .more_info
        {
            padding: 0 10px 0 0;
        }

.page_text p
{
    text-align: justify; 
    text-justify: distribute;    
}

#ul_page_env li
{
    text-align: justify; 
    text-justify: newspaper;    
}

.sitemap
{
    margin: 30px 40px 0 40px;
}

    li.page-regular
    {
        list-style-image: url(images/page_regular.gif);  
    }

    li.page-hidden
    {
        list-style-image: url(images/page_hidden.png);  
    }

.slideshow 
{ 
    /*width: 370px;*/ 
    /*height: 330px;*/ 
    margin: auto;
    vertical-align: middle;
    text-align: center;
}

    .slideshow .box
    { 
        width: 370px;
        text-align: center;
    }

    .slideshow .box p.image_title
    { 
        height: 22px; 
        margin: 0; 
        padding: 3px 0 0 0;
        vertical-align: middle;        
        font-size: 14px;
    }

    .slideshow .box p.image
    { 
        /*height: 305px;*/
    }
    
.gallery 
{
    margin-top: 10px;
}

.gallery a img 
{
    width: 80px;
    height: 80px;
    margin: 0 10px 15px 10px;
    padding: 5px;
    border: 1px solid #999;
}
    
.links_list {}

    .links_list li 
    {
        list-style-image: url(images/bulllet.png);
    }

#main .page_text img
{
    padding: 5px 5px 9px 5px;
    background: white url(images/image_shadow_bottom.png) repeat-x bottom left;
    border-top: 1px solid #efefef !important;
    border-right: 1px solid #dcd7c8 !important;
    border-left: 1px solid #dcd7c8 !important;
}

#main .page_text img.no_frame 
{
    padding: 0;
    border: 0 !important;
    background: none;
    vertical-align: middle;
}

p.forum_msg_file
{
    margin: 20px 0 0 0; 
    text-align: center;
}

    p.forum_msg_file img
    {
        border: 1px solid #ccc;
    }

#box_forum 
{ 
    width: 100%;
    clear: both;
    margin: 10px 0 30px 0; 
}

    #box_forum #forum_links 
    { 
        margin: 10px 0px 5px 0px; 
        padding: 0; 
        vertical-align: top; 
    }    

    #box_forum #form_add_forum_msg_title
    {
        font-weight: bold;
        color: #666666;
    }
    
    #box_forum .forum_msg_border 
    { 
        height: 0; 
        width: 100%; 
        margin: 20px 0 10px 0; 
        border-bottom: 1px dotted #999; 
    }

    #box_forum .forum_msg_regular
    { 
        margin: 5px 0 10px 0; 
    }
    
    #box_forum .forum_msg_head
    { 
        margin: 15px 0 10px 0;
    }
    
    #box_forum .forum_msg_aux_data
    { 
        font-size: 0.7em; 
        color: #555;
    }
    
    .forum_msg_text 
    { 
        margin: 5px 0 20px 0; 
        padding: 8px 8px 5px 8px; 
        background: #fafafa; 
        border: 1px solid #ddd;
        line-height: 22px; 
    }
    
        .forum_msg_text p 
        { 
            margin: 0 0 10px 0; 
            padding: 0; 
        }
        
    #box_forum .forum_top_menu { font-size: 0.9em; font-weight: normal; color: black; unicode-bidi: embed; }
    #box_forum .forum_bottom_menu { margin: 25px 0 20px 0; padding: 20px 0 5px 0; border-top: 1px dotted #999; }
    #box_forum .forum_msg_no_text { font-size: 12px; font-weight: bold; }
    #box_forum .forum_msg_footer { margin: 20px 0 2px 0; font-size: 0.9em; }
    #box_forum p.aligned-image-workaround { clear: both; line-height: 1px; font-size: 1px; padding: 0; margin: 0; }  /* used at forum messages */
    
    
.latest_items 
{
    margin: 0 0 30px 0;    
}

    .latest_items .writer 
    {
        padding: 0 10px;
        color: #555;
        font-size: 0.9em;
    }

    .latest_items img 
    {
        width: 500px;
    }

#page_util_links
{
    margin: 40px 10px 40px 0;
    font-size: 1.2em;    
}

.rtl #page_util_links
{
    margin: 40px 0 50px 10px;
    font-size: 1.2em;    
}

#page_util_links p
{
    margin: 0 0 15px 0;
    padding: 4px 0 0 44px;
    background-position: top left;
    background-repeat: no-repeat;
}

.rtl #page_util_links p
{
    padding: 4px 44px 0 0;
    background-position: top right;
}

#to_the_page
{
    background-image: url(images/back.png);
}
#print_this_page
{
    background-image: url(images/print.png);
}

#print_logo
{
    margin: 0 0 30px 0;    
}
    
.mblock input, .mblock select, .mblock textarea
{
    width: 265px;
}

.block_contact
{
    padding-top: 15px;
    /*border-top: 1px solid #007;*/
}

    .block_contact input , .block_contact textarea
    {
        background-color: #fdfdfd;
        border: 1px solid #ccc;
        font-size: 18px;
    }
    
.facebook
{
    background-image: url(images/facebook.png);
    background-position: top left;
    background-repeat: no-repeat;
    
    padding: 0 0 0 20px;
}
    
.rtl .facebook
{
    background-image: url(images/facebook.png);
    background-position: top right;
    background-repeat: no-repeat;
    
    padding: 0 20px 0 0;
}
    
.facebook_ilike
{
    margin: 40px 0 30px 0;
}

.media_form 
{
    border: 5px solid #eee;
    padding: 5px 10px;
}   

    .media_form.rtl * 
    {
        direction: rtl;
        text-align: right;
    }   
    
    .media_form.rtl .ltr 
    {
        direction: ltr;
        text-align: left;
    }   
    
    .media_form h2
    {
        margin: 5px 0 10px 0; 
        padding: 4px 10px;
        background-color: #ccccff;
    }    
       
    .media_form label
    {
        width: 130px;
        margin-top: 3px;
    }    
       
    .media_form input, .media_form select, .media_form textarea
    {
        width: 290px;
    }    
       
    .media_form input.cb
    {
        width: 20px;
    }  
    
    .media_form button
    {
        height: 35px;
        font-size: 16px;
    }  
    
        .media_form .form_item button
        {
            margin-top: 15px;
        }
        
    .media_form .explain
    {
        margin: 25px 0 5px 0;
        padding: 0 0 5px 0;
        border-bottom: 3px solid #eee;
    }  
    
.modal 
{
    background-color:#fefefe;
    display:none;
    width:350px;
    padding:15px;
    text-align:left;
    border:2px solid #333;

    opacity:1;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

    .modal .close
    {
        background-image:url(images/close.png);
        position:absolute;
        right:-15px;
        top:-15px;
        cursor:pointer;
        height:35px;
        width:35px;        
    }

a.modal_input
{
    text-decoration: underline;
    cursor: pointer;
}

span.modal_input
{
    color: black;
    cursor: pointer;
}

span.modal_input:hover
{
    color: red;
}

