body {
    margin: 0px;
    padding: 10px;
    background-color: #F1F4E9;
}

body, div, table, tr, th, td, p, a {
    font: 11px Verdana;
    color: #333333;
}

div.top_content {
    height: 33px;
    background: url(img/menu_bg.jpg) bottom left repeat-x #007BC1;
}

div.path {
    text-align: left;
    font-style: italic;
    clear: both;
    margin-top: 5px;
}

ul.menu {
    margin: 0px;
    padding: 0px;
    clear: both;
}

ul.menu li {
    list-style: none;
    float: left;
    margin: 0px;
    white-space: nowrap;
}

ul.menu li a {
    display: block;
    padding: 10px;
    float: left;
    font: 11px Verdana;
    color: #FFFFFF;
}

ul.menu li a:link {
    text-decoration: none;
    border: none;
    color: #FFFFFF;
    font-weight: normal;
}

ul.menu li a:visited {
    text-decoration: none;
    border: none;
    color: #FFFFFF;
    font-weight: normal;
}

ul.menu li a:hover {
    text-decoration: none;
    border: none;
    color: #FFCC00;
    font-weight: normal;
}

div.left_content {
    float: left;
    width: 225px;
    margin-top: 8px;
}

div.right_content {
    /*background: #FFFFFF;
    border: 1px solid #000;*/
    margin-left: 235px;
    margin-top: 8px;
    border-left: 1px solid #D5D2C1;
    padding: 0px 0px 0px 10px;

}

div.left_content ul {
    line-height: 1.5em;
    margin: 5px 0px 5px 0px;
    padding: 0px;
}

div.right_content ul {
    line-height: 1.5em;
    margin: 5px 0px 5px 0px;
    padding: 0px;
}

label {
    cursor: pointer;
}

input.text, textarea.textarea, select.select, select {
    margin: 0;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    background-color: #FFFFFF;
    font: 12px Tahoma;
    color: #333333;
}

option {
    font-size: 12px;
}

input.text {
    padding: 2px;
}

input.checkbox, input.radio {
    padding: 0px;
    margin: 0px;
    border: none;
    background-color: transparent;
}

.button {
    margin-left: 5px;
    font: 11px Verdana;
}

.submit {
    margin-right: 5px;
    font: 11px Verdana;
}

.delete {
    margin-right: 5px;
    font: 11px Verdana;
}


.hint {
    margin: 5px 0px 5px 0px;
    line-height: 1.5em;
    color: #666666;
    font: 10px Verdana;
    width: 300px;
}

.submit, .delete, .button {
    background-color: #FFE57F;
    border: 1px solid #888888;
    color: #444444;
    cursor: pointer;
}

.error, .required {
    color: #CC0000;
}

.noborder {
    border: none;
    padding: 0px;
    margin: 0px;
}

a:link {
    color: #3B5F9B;
    text-decoration: none;
    border-bottom: 1px solid #dddddd;
}

a:visited {
    color: #3B5F9B;
    text-decoration: none;
    border-bottom: 1px solid #dddddd;
}

a:hover {
    color: #FF6600;
    text-decoration: none;
    border-bottom: 1px dashed #FF6600;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

.clearL {
    clear: left;
}

.clearR {
    clear: right;
}

h1 {
    font: 16px 'Trebuchet MS';
    font-weight: bold;
}

ul.error_list {
    margin: 5px 0px 5px 0px;
    padding: 10px;
    text-align: left;
}

li.error_list_title {
    list-style-type: none;
    margin-bottom: 5px;
    color: #CC0000;
    clear: left;
}

li.error_list {
    margin-left: 20px;
    list-style-type: square;
    color: #555;
    margin-top: 3px;
    clear: left;
}

li.error_list span {
    color: #333333;
}

.datatable {
    border-bottom: #D5D2C1 solid 3px;
    border-collapse: collapse;
    width: 100%
}

.datatable td {
    padding: 5px;
    border: #D5D2C1 solid 1px;
}

.datatableHeader {
    background-color: #ECEADB;
}

.datatableHeader td {
    border-bottom: #D5D2C1 solid 3px;
    text-align: center;
    padding: 5px;
}

.datatableHeader td a img {
    border: none;
}

pre {
    font-size: 10pt;
}

.detail_td {
    text-align: left;
    padding: 3px 5px 3px 5px;
    width: 20%;
}

.detail_table {
    border: #C0C0A9 solid 1px;
    background: url(img/fader.jpg) top left repeat-x #F5F5F5;
}

table.profile_list {
    border: 1px solid #CCC;
    margin-top: 10px;
}

table.profile_list td {
    border: 1px solid #ccc;
}

div.comment {
    width: 320px;
    color: #666;
    line-height: 1.2em;
    margin-top: 3px;
    font: 10px Verdana;
    margin-left: 0px;
    padding: 3px;
}

a.left_menu {
    display: block;
    padding: 10px;
}

/************* stat ****************/
div.stat_header {
    font: bold 12px Tahoma;
    color: #007BC1;
    margin-bottom: 10px;
}

table.stat_table {
}

table.stat_table td {
    padding: 3px;
    border: 1px solid #999999;
    color: #333333;
    font: 12px Verdana;
}

#stitle {
    background-color: #007BC1;
    color: #FFF;
}

#stitle1 {
    background-color: #DDD;
    color: #000000;
}

.stat1 td {
    border: 1px solid #CCC;
}

tr.qwe {
    background-color: #CCCCCC;
}

tr.qwe1 {
    background-color: #F1F4E9;
}

.ico_chrome {
    background: url('img/Chrome-icon.png') no-repeat;
    padding-left: 27px;
    line-height: 24px;
    display: inline-block;
    height: 24px;
}

.ico_opera {
    background: url('img/Opera-icon.png') no-repeat;
    padding-left: 27px;
    line-height: 24px;
    display: inline-block;
    height: 24px;
}

.ico_firefox {
    background: url('img/Mozilla-Firefox-icon.png') no-repeat;
    padding-left: 27px;
    line-height: 24px;
    display: inline-block;
    height: 24px;
}

.ico {
    cursor: pointer
}

.ico:hover {
    font-weight: bold
}

.wyszukiwarka_szkol {
    font-size: 9px;
    border: 1px solid #666;
    margin: 0px;

}

.inline{
    display: inline;
}