﻿body
{
    font-size: .85em;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #005caa;
    margin: 0;
    padding: 0;
}

header, footer, nav, section
{
    display: block;
}

#main
{
    /*margin: 15px 2% 15px 2%;*/    
    /*padding: 15px 15px 15px 15px;*/
    
    clear: both;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    display: block; 
    border-spacing: 0; 
    height: 10%; 
}

.page
{
    width: 94%;
    /*top: 122px; 
    position: fixed; */
    margin: 25px 3% 30px 3%; 
    /*margin-left: auto;
    margin-right: auto;*/
}

footer, #footer
{
    margin: 15px 2% 15px 2%;
    background-color: #005caa;
    color: #999;
    text-align: center;
    line-height: normal;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

#pageTitle
{
    background-color: #e8eef4;
    color: #000;
    text-align: center;
    font-size: 1.5em;
    border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    margin-bottom: 5px;
}

/* TAB MENU   
----------------------------------------------------------*/

ul#menu
{
    padding: 0 0 0 0;
    border-spacing: 0;
    border-bottom: 0;
    position: relative;
    margin: 0;
    text-align: left;
}

ul#menu li
{
    padding-bottom: 0;
    border-spacing: 0;
    display: inline;
    list-style: none;
}

/*ul#menu li a
{
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 3em;
    background-color: #FFFFFF;
    color: #9CC525;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;    
}*/

ul#menu li a:hover
{
    background-color: #E8E8E8;
    text-decoration: none;
}

.liActive
{
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 3em;
    background-color: #ffffff;
    color: #000080;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;  
}

.liInActive
{
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 3em;
    background-image: url(../../Content/Images/tlo_zakladki.png);
    background-repeat:repeat-x;    
    color: White;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;  
}


nav, #menucontainer
{
    clear: both;
    float: left;
    margin: 0 2% 0 2%;
}


a.actionLink { color: #333333 }
a.actionLink:active { color: #666666 }
a.actionLink:link { color: #999999 }
a.actionLink:visited { color: #CCCCCC }

.yellowLink
{
    color: Yellow;
}
/*

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

*/


/* Styles for basic forms
-----------------------------------------------------------*/

fieldset
{
    border: 0px;
    /*border: 1px solid #FFFFFF;*/
    /*padding: 0 1.4em 1.4em 1.4em;*/
    /*margin: 0 0 1.5em 0;*/
}

legend
{
    font-size: 1.2em;
    color: White;
    background-color: #005caa;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

.editor-label
{
    margin: 1em 0 0 0;
}

.editor-field
{
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;    
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;    
}

.vlLogOn
{
    font-weight: bold;
    color: #ffff00;
}

.validation-summary-valid
{
    display: none;
}

/* logindisplay
-----------------------------------------------------------*/

#logindisplay
{
    font-size: 1.3em;
    display: block;
    text-align: right;
    margin: 10px 0 10px 10px;
    color: white;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}


/* TABLE
----------------------------------------------------------*/

.table
{
    border: solid 2px #005caa ;
    border-collapse: collapse;
}

.table td
{
    padding: 5px;
    border: 2px solid #005caa;
}

.table th
{
    padding: 5px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 2px #005caa;
}

#loginFooterTable
{
    width: 100%;
    border: 0;
    padding: 0;
    border-spacing: 0;
    
}

/* 
-----------------------------------------------------------*/

.display-label-table-required, .editor-label-table-required
{
    margin: 1em 0 0 0;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

.editor-label-table-required-right
{
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    float: right;
    padding-right: 0.4em;
}

.display-label-table, .editor-label-table
{
    margin: 1em 0 0 0;
    display: table-cell;
    vertical-align: middle;
}

.display-label-table-background
{
    background-color: #E8E8E8;
}

.editor-field-table
{   
    margin-top:0.4em;
    text-align:left;
}

/* 
-----------------------------------------------------------*/

ul.ui-autocomplete
{
    list-style-type: none;
    overflow: auto;
    width: 168px;
}
ul.ui-autocomplete a.ui-corner-all
{
    background-color: #EEEEEE;
    display: block;
}
ul.ui-autocomplete a.ui-state-hover
{
    background-color: #0A246A;
    color: #ffffff;
    cursor: pointer;
    display: block;
}
