body,html {
    margin:0;
    padding:0;
    background:#eeeeee;
    color:#666;
    font-family: Tahoma, Verdana, sans-serif;
    font-weight: normal;
    font-size: 12px;
    overflow-x: hidden;
}
.wrapper {
    margin: 0px auto;
    background: #fff;
    width: 100%;
    text-align: left;
    padding: 0px;
    max-width: 1024px;
}
.wrapper_wide {
    max-width: 1400px;
}
img {
    border-width: 0px;
}
/***********************HEADER***********************/
div.header
{
    background: #fff no-repeat 0px 2px;
    height: 84px;
    padding: 0px;
    margin: 0px 0px 0px 2px;
    font-weight: bold;
    color: #069;
    text-align: right;
}
div.headerfunctions
{
    float: right;
    font-size: 11px;
}
div.headerfunctions a
{
    color: #069;
    text-decoration: none;
}
div.headerfunctions a:hover
{
    text-decoration: underline;
}
/*********************** NAVIGATION BAR***********************/
/***********************TEXT DEFAULTS***********************/
table
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}
tr
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}
td
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}
form
{
    padding: 0px;
    margin: 0px;
}
input.any
{
    font-size: 11px;
    color: #777;
    background-color: #fff;
    border: 1px solid #999;
    padding: 0px;
    margin: 0px;
}
input.mytextbox
{
    width: 200px;
    height: 21px;
    padding: 1px;
    font-size: 11px;
    color: #777;
    background-color: #fff;
    border: 1px solid #999;
    margin: 0px;
}
input.commit_button
{
    border: 2px solid #999;
    background: #f3f3f3;
    font-weight: bold;
    font-size: 11px;
    padding: 1px 5px 1px 5px;
    height: 21px;
}
select.myselect
{
    border: 1px solid #999;
    background: #fff;
    font-weight: normal;
    font-size: 11px;
    padding: 1px;
    height: 21px;
}
a
{
    color: #069;
    text-decoration: none;
}
a:hover
{
    color: #999;
    text-decoration: underline;
}
h1{
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 12px;
    padding: 0px;
    color: #069;
}
h2{
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 0px;
    color: #069;
}
h3, h4 ,h5, h6{
    font-size: 1em;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 8px;
    padding: 0px;
    color: #069;
}
p{
    line-height: 1.5em;
    margin-top: 4px;
    margin-bottom: 6px;
    text-align: justify;
}
p.date
{
    color: #777;
    font-size: 10px;
}
ol{
    list-style-type: lower-alpha;
    margin-top: 4px;
    margin-bottom: 6px;
    line-height: 1.5em;
}
ol li{
    list-style-type: lower-alpha;
    margin-top: 0px;
    line-height: 1.5em;
    margin-bottom: 0px;
}
ul{
    list-style-type: square;
    margin-top: 4px;
    margin-bottom: 6px;
    line-height: 1.5em;
}
ul li{
    list-style-type: square;
    margin-top: 0px;
    line-height: 1.5em;
    margin-bottom: 0px;
}
hr
{
    height: 1px;
    border-top: 1px solid #375D81;
    border-bottom: 1px solid #C6DBEE;
    border-left: 0px;
    border-right: 0px;
}
/***********************COLUMN STYLES CONTENT***********************/
div.right_column {
    margin-left: 180px;
}
div.innerwrapper
{
    float: none;
    border: 0;
    background: #fff repeat-x top;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.menuToggleBtn {
    position: absolute;
    top: 10px;
    left: -15px;
    height: 15px;
    width: 15px;
    cursor: pointer;
    background: #f3f3f3 no-repeat center center;
}
.menuToggleBtnClosed {
    background: #f3f3f3 url(../pics/left.png) no-repeat center center;
}
#mainmenu{
    width: 170px;
    padding: 0px;
    border: 0;
    margin: 0px auto;
    float: left;
    display: block;
    font-size: 1em;
}
#maincontent{
    width: 100%;
    padding: 10px 5px 5px 5px;
    border: 0;
    margin: 0px auto;
    padding-bottom: 2px;
    display: block;
    font-size: 1em;
}
#maincontent div.funcdesc{
    width: 790px;
    padding: 10px 5px 5px 5px;
    border: 0px solid #0f0;
    margin: 0px auto;
    padding-bottom: 2px;
    float: left;
    font-size: 1em;
}
#maincontent table
{
    font-size: 10px;
    border: 0px solid #f00;
    border-collapse: collapse;
    margin: 4px;
}
#maincontent table.checkbox_filter_table
{
    width: 660px;
}
#maincontent table a
{
    font-size: 10px;
}
#maincontent table a:hover
{
    font-size: 10px;
}
#maincontent table tr td.first_new
{
    border-left: 2px solid #000;
    border-bottom: 1px solid #ccc;
}
#maincontent table tr td.last_new
{
    border-right: 2px solid #000;
    border-bottom: 1px solid #ccc;
}
#maincontent table tr.connected_first td.first_new
{
    border-left: 2px solid #000;
    border-bottom: 1px solid #ccc;
    padding-left: 2px;
}
#maincontent table tr.connected_first td.last_new
{
    border-right: 2px solid #000;
    border-bottom: 1px solid #ccc;
}
#maincontent table tr.connected_last td.first_new
{
    border-left: 2px solid #000;
    border-bottom: 2px solid #f90;
    padding-left: 2px;
}
#maincontent table tr.connected_last td.last_new
{
    border-right: 2px solid #000;
    border-bottom: 2px solid #f90;
}
#maincontent table tr.connected_first td
{
    background: #f3f3f3;
    border: 0px solid #0f0;
    border-top: 2px solid #f90;
    border-bottom: 1px solid #ccc;
}
#maincontent table tr td
{
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}
#maincontent table tr td.con_change
{
    background-color: #fcc;
}
#maincontent table tr td.sta_change
{
    background-color: #cfc;
}
#maincontent table tr td.file_change
{
    background-color: #aff;
}
#maincontent table tr td.pal_change
{
    background-color: #eee8aa;
}
#maincontent table tr td.pal_change_was
{
    background-color: #fef8ba;
}
#maincontent table tr.change_group_first
{
    vertical-align: top;
    border-top: 2px solid #999;
}
#maincontent table tr.change_group_last
{
    vertical-align: top;
    border-bottom: 2px solid #999;
}
#maincontent table tr td.change_group
{
    background: #ddd;
}
#maincontent table tr.connected_first td.first
{
    border-left: 2px solid #f90;
    border-bottom: 1px solid #ccc;
    padding-left: 2px;
}
#maincontent table tr.connected td.first
{
    border-left: 2px solid #f90;
    border-bottom: 1px solid #ccc;
    padding-left: 2px;
}
#maincontent table tr.connected_last td.first
{
    border-left: 2px solid #f90;
    padding-left: 2px;
}
#maincontent table tr.connected_first td.last
{
    border-right: 2px solid #f90;
    border-bottom: 1px solid #ccc;
}
#maincontent table tr.connected td.last
{
    border-right: 2px solid #f90;
    border-bottom: 1px solid #ccc;
}
#maincontent table tr.connected_last td.last
{
    border-right: 2px solid #f90;
}
#maincontent table tr.connected td
{
    background: #f3f3f3;
    border:0px solid #0f0;
    border-bottom: 1px solid #ccc;
}
#maincontent table tr.connected_last td
{
    background: #f3f3f3;
    border: 0px solid #0f0;
    border-bottom: 2px solid #f90;
}
/*#maincontent table tbody
{
   height: 300px;
   overflow: auto;
}*/
#maincontent form.storage_action
{
    margin: 0px;
    padding: 0px;
    display: inline;
}
#maincontent form.storage_action div
{
    margin: 0px;
    padding: 0px;
    display: inline;
}
#maincontent form.storage_action select
{
    display: inline;
}
#maincontent form.storage_action input.commit_button
{
}
/***********************MENU COLUMN STYLE***********************/
#mainmenu div.menugroup
{
    margin: 10px 5px 5px 5px;
    padding: 5px;
    background: #f3f3f3;
}
#mainmenu h2
{
    color: #f90;
    padding: 0px;
    margin: 2px 0px 4px 0px;
}
#mainmenu ul
{
    margin: 0px;
    padding: 0px;
}
#mainmenu ul li
{
    list-style-type: none;
    padding: 0px 0px 0px 5px;
    border: 0px;
    border-bottom: 1px dashed #ccc;
}
#mainmenu a{
    color: #069;
    font-size: 11px;
    text-decoration: none;
}
#mainmenu a:hover{
    color: #666;
    text-decoration: underline;
}
/***********************MAIN CONTENT STYLE***********************
************************       AND        ***********************
************************TINYMCE CONTENT STYLE********************/
#maincontent div.facilities
{
    border: 1px dashed #ccc;
    padding: 5px;
    margin-bottom: 5px;
    background: #f3f3f3;
    width: 350px;
}
#maincontent div.connected_storages
{
    border: 1px dashed #ccc;
    background: #f3f3f3;
    padding: 5px;
    margin: 5px 0px 5px 0px;
    width: 90%;
}
#maincontent p
{
    font-size: 12px;
    font-style: normal;
    padding: 2px 0px 2px 0px;
}
#maincontent address
{
    font-size: 12px;
    font-style: italic;
}
#maincontent pre
{
    font-size: 11px;
    font-weight: bold;
}
#maincontent h1
{
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    padding: 4px 0px 10px 0px;
}
#maincontent h2
{
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0px 6px 0px;
}
#maincontent h3
{
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0px 6px 0px;
}
#maincontent h4
{
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0px 4px 0px;
}
#maincontent h5
{
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0px 2px 0px;
}
#maincontent h6
{
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0px 2px 0px;
}
#maincontent .mypage img, #maincontent .article img, #maincontent .news img, #maincontent .gallery img
{
    padding: 2px;
    margin: 2px;
    border: 0px solid #fff;
}
#maincontent img.adminoption
{
    padding: 0px;
    margin: 0px;
    border: 0px solid #fff;
}
#maincontent img
{
    padding: 0px;
    margin: 0px;
    border: 0px solid #fff;
}
#maincontent a
{
    text-decoration: none;
    color: #00f;
    font-size: 12px;
}
#maincontent a:hover
{
    text-decoration: underline;
    color: #d98200;
    font-size: 12px;
}
#maincontent ol
{
    list-style-type: decimal;
}
#maincontent ol li
{
    font-size: 12px;
}
#maincontent ul
{
    list-style-type: square;
}
#maincontent ul li
{
    font-size: 12px;
}

/*admin_menu ******************************************************/
div.admin_menu
{
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
}
div.admin_line
{
    margin-top: 0px;
}
table.admin_menu_table
{
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0px;
}
table.admin_menu_table td
{
    font-size: 10px;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0px;
}
#maincontent a.links
{
    font-size: 12px;
    text-decoration: none;
    color: black;
}
#maincontent a.links:hover
{
    text-decoration: none;
    color: black;
}
#maincontent div.login form table {
    margin: 0px;
}
#maincontent div.login form table tr td {
    border-bottom-width: 0px;
    padding: 5px 0px;
}
/***********************CURRENT PATH STYLE***********************/
ul#currentpath{
    list-style-type: none;
    /*border: 1px solid #f00;*/
    padding: 1px 0px 1px 1px;
    margin: 0;
}
ul#currentpath li{
    display: inline;
    /*border: 1px solid #000;*/
    padding: 2px 4px 0 10px;
    background: url(../pics/list_arrows.png) no-repeat 0 7px;
}
ul#currentpath li.first{
    background: none;
    padding: 2px 4px 0px 2px;
}
ul#currentpath li.last{
}
/***********************INFO COLUMN STYLE***********************/
/*#mainmenu h1, #maincontent h1, #c3 h1{
   padding: 2px 1px 2px 1px;
   margin: 0px;
        font-size: 1em;
}
#mainmenu p, #maincontent p, #c3 p{
   padding: 1px;
   margin: 0px;
   list-style-position: inside;
   list-style-type: square;
        font-size: 1em;
}
#mainmenu ul, #maincontent ul, #c3 ul{
   padding: 3px;
   margin: 0px;
   list-style-position: inside;
   list-style-type: square;
        font-size: 1em;
}
#mainmenu ul li, #maincontent ul li, #c3 ul li{
   padding: 1px 0 1px 0;
   margin: 0px;
        font-size: 1em;
}*/
/***********************INFO BAR***********************/
div.infobar {
    color : #999999;
    font-size: 0.75em;
    padding: 6px 0px 6px 0px;
    clear: both;
    background: #999;
}
div.infobar p{
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
}

div.infobar ul{
    list-style-type: none;
    padding: 5px 1px 1px 1px;
    margin: 0;
}
div.infobar ul li{
    display: inline;
    padding: 2px 4px 0 10px;
    background: url(./img/menu_dot.png) no-repeat 0 8px;
}
div.infobar ul li.first { background-image: none;   padding: 2px 4px 0 0px; }
div.infobar a{
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
div.infobar a:visited{
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
div.infobar a:hover{
    color: #FFCC33;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
div.infobar a:active{
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
}
/***********************FOOTER***********************/
#footer {
    color: #999999;
    font-size: 0.75em;
    padding: 0px;
    clear: both;
    background: #ffffff;
    width: 100%;
}
#footer ul.menu_footer{
    list-style-type: none;
    padding: 5px 1px 1px 1px;
    margin: 0;
}
#footer ul.menu_footer li{
    display: inline;
    padding: 2px 4px 0 14px;
    background: url(../pics/menufooter_dot.png) no-repeat 6px 8px;
}
#footer a{
    font-size: 10px;
    color: #999;
}
#footer p{
    padding: 0px;
    margin: 0px;
    color: #999999;
    font-size: 10px;
}
/***********************FORMS*STYLE****************************/
div.login
{
    background: #fff;
    padding: 10px 3px 10px 3px;
}
table.loginstatus_table
{
    background: #fff;
    border-collapse: collapse;
    border: 1px solid #ddd;
}
table.loginstatus_table td
{
    border: 1px solid #ddd;
    font-size: 12px;
}
table select
{
    display: block;
}
.searchform
{
    font-family: verdana;
    font-size: 10px;
    background-color: #dddddd;
    border: 1px solid #666666;
    width: 150px;
}
.existing
{
    border: 1px solid #ccc;
}
.save
{
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    background-color: #ddd;
    border: 1px solid #666;
}
.usersave
{
    font-family: verdana;

    font-weight: bold;
    background-color: #ddd;
    border: 1px solid #666;
    width: 120px;
}
input[disabled]
{
    background-color: #ffdddd;
}
/*****************************Filemanager_style***********************************/
table.filemanager_table
{
    font-family: verdana;
    font-size: 12px;
    background: #eee;
    border-collapse: collapse;
    border: 1px solid #fff;
    width: 320px;
}
table.filemanager_table th
{
    background: lightblue;
}
table.filemanager_table tr
{
    background: lightyellow;
}
/*****************************Base_Filemanager_style***********************************/
table.base_filemanager_table
{
    font-family: verdana;
    font-size: 12px;
    background: #eee;
    border-collapse: collapse;
    border: 1px solid #fff;
    width: 480px;
}
table.base_filemanager_table th
{
    background: lightblue;
}
table.base_filemanager_table tr
{
    background: lightyellow;
}
/*****************************Info_style*****************************************/
table.infomanager_table
{
    width: 660px;
    background: #fff;
    border-collapse: collapse;
    border: 0px solid #ccc;
}
table.infomanager_table tr th
{
    padding: 0px 0px 1px 3px;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    background: #999;
}
table.infomanager_table tr td
{
    padding: 0px 0px 1px 3px;
    font-size: 12px;
    border-right: 1px dotted #999;
    border-bottom: 1px solid #fff;
}
table.infomanager_table tr.even td
{
    background: #fff;
}
table.infomanager_table tr.odd td
{
    background: #ddd;
}
.infomanager_text
{
    background-color: white;
    width: 20px;
    height: 20px;
}
.infomanager_year
{
    background-color: white;
    width: 35px;
    height: 20px;
}
.disabled_class
{
    background-color: lightyellow;
    width: 20px;
    height: 20px;
}
/*newsletter********************************************************/
table.newsletter_table
{
    width: 660px;
    background: #fff;
    border-collapse: collapse;
    border: 0px solid #ccc;
}
table.newsletter_table tr th
{
    padding: 0px 0px 1px 3px;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    background: #999;
}
table.newsletter_table tr td
{
    padding: 0px 0px 1px 3px;
    font-size: 12px;
    border-right: 1px dotted #999;
    border-bottom: 1px solid #fff;
}
table.newsletter_table tr.even td
{
    background: #fff;
}
table.newsletter_table tr.odd td
{
    background: #ddd;
}
table.integrity tr td a
{
    text-decoration: none;
    font-size: 10px;
}
/*list_user**************************************************************/
div.user_list
{
    width: 660px;
    height: 450px;
    padding-top: 10px;
    margin: auto;
    overflow: auto;
    /* scrollbar-base-color: #999; */
}
table.user_table
{
    /*width: 660px;*/
    background: #fff;
    border-collapse: collapse;
    border: 0px solid #ccc;
}
table.user_table tr th
{
    font-size: 10px;
    background: #999;
}
table.user_table tr td
{
    text-align: center;
    font-size: 10px;
    border-right: 1px dotted #999;
}
table.user_table tr.even td
{
    background: #fff;
}
table.user_table tr.odd td
{
    background: #ddd;
}
table.user_filtering_table
{
    width: 500px;
    background: #fff;
    border-collapse: collapse;
    border: 0px solid #ccc;
}
table.user_filtering_table tr td
{
    text-align: left;
    font-size: 10px;
}
table.user_filtering_table tr.submit td
{
    padding-top: 10px;
    text-align: center;
}
.user_id
{
    font-size: 10px;
    background-color: white;
    width: 23px;
    height: 20px;
}
.user_name
{
    font-size: 10px;
    background-color: white;
    width: 80px;
    height: 20px;
}
.user_check
{
    font-size: 10px;
    background-color: white;
    width: 60px;
    height: 20px;
}
.user_reg
{
    font-size: 10px;
    background-color: white;
    width: 80px;
    height: 20px;
}

.loading_unit_table_div {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
#maincontent table.loading_unit_table
{
    border-collapse: collapse;
    margin: 4px 0px;
}
#maincontent table.loading_unit_table tr td
{
    padding: 2px 4px;
    text-align: left;
    vertical-align: middle;
}
#maincontent table.loading_unit_table tr th
{
    background: #c6dbee;
    border-top: 3px solid #375d81;
    border-bottom: 1px solid #375d81;
    color: #183152;
    font-size: 10px;
    padding: 2px 4px;
    font-weight: bold;
}
#maincontent table.loading_unit_table tr td img
{
    display: block;
    margin: 0px auto;
    vertical-align: middle;
}
#maincontent table.loading_unit_table tr td a
{
    font-size: 11px;
}
#maincontent table.field_change_table
{
    border-collapse: collapse;
}
#maincontent table.field_change_table tr td
{
    padding: 3px 6px;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
}
#maincontent table.field_change_table tr th
{
    background: #c6dbee;
    border-top: 3px solid #375d81;
    border-bottom: 1px solid #375d81;
    color: #183152;
    font-size: 11px;
    padding: 3px 6px;
    font-weight: bold;
}
#maincontent table.field_change_table tr td img
{
    display: block;
    margin: 0px auto;
    vertical-align: middle;
}
#maincontent table.field_change_table tr td a
{
    font-size: 11px;
}
#readablebydriver ul li, #readablebydriver ul li input {
    font-size: 10px;
}

#editablebydriver ul li, #editablebydriver ul li input {
    font-size: 20px;
}
/********************manager_table*************/
div.manager_wrapper
{
    /*width: 804px;*/
    overflow-x: hidden;
    position: relative;
    padding: 20px 0px 45px 0px;
}
div.manager_inner
{
    /*width: 804px;*/
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0px 0px 10px 0px;
}
div.manager_table_title
{
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #006699;
    margin: 5px 0px 0px 0px;
}
div.display_inactive_partners_div
{
    position: absolute;
    top: 0px;
    right: 70px;
    font-size: 12px;
    font-weight: bold;
    color: #006699;
    margin: 1px 0px 0px 0px;
}
select.elements_countselector
{
    width: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 11px;
    border: 1px solid #375d81;
}
table.manager_table, #maincontent table.manager_table
{
    border-collapse: collapse;
    margin: 0px;
    width: 100%;
    padding: 0px;
}
table.manager_table tr th, #maincontent table.manager_table tr th
{
    background: #c6dbee;
    border-top: 3px solid #375d81;
    border-bottom: 1px solid #375d81;
    padding: 3px;
    font-weight: bold;
    color: #183152;
    font-size: 11px;
}
table.manager_table tr.odd, #maincontent table.manager_table tr.odd
{
    background: #f6f7fd;
}
table.manager_table tr.even, #maincontent table.manager_table tr.even
{
    background: #f0ede8;
}
table.manager_table tr.inactive, #maincontent table.manager_table tr.inactive
{
    background: #fcdcdc;
}
table.manager_table tr td, #maincontent table.manager_table tr td
{
    border-bottom: 1px solid #ccc;
    padding: 3px;
    font-weight: normal;
    color: #183152;
    font-size: 10px;
    vertical-align: middle;
}
table.manager_table tr td.noborder, #maincontent table.manager_table tr td.noborder
{
    border: 0px;
}
table.manager_table tr td.edit_col, #maincontent table.manager_table tr td.edit_col
{
    width: 60px;
    /*background: #eaedfa;*/
    background: #d5d7ed;
}
table.manager_table tr.add_new td, #maincontent table.manager_table tr.add_new td
{
    background: #fefae4;
    /*background: #fff9d5;*/
}
table.manager_table tr.add_new td.edit_col, #maincontent table.manager_table tr.add_new td.edit_col
{
    background: #fef2ad;
}
div.pager
{
    width: 100%;
    height: 20px;
    line-height: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: absolute;
    bottom: 10px;
    left: 0px;
    background: #f6f7fd;
}
div.replay_message_div
{
    min-width: 480px;
    float: left;
    padding: 10px;
    margin: 0px 0px 15px 0px;
    border: 1px solid #375d81;
    background: #f6f7fd;
}
div.clear
{
    clear: both;
}
/*************navigator************/
div.nav_wrapper
{
    width: 500px;
    margin: 0px auto;
}
#maincontent div.nav_wrapper a, #maincontent div.nav_wrapper a:hover
{
    color: #375d81;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}
div.nav_first, div.nav_next, div.nav_prev, div.nav_last, div.nav_page
{
    width: 100px;
    float: left;
    text-align: center;
}
/***************form design******************/
div.admin_form_title
{
    color: #006699;
    font-weight: bold;
    font-size: 11px;
    margin: 0px 0px 3px 0px;
}
div.admin_form_title_required
{
    color: #930101;
    font-weight: bold;
    font-size: 11px;
    margin: 0px 0px 3px 0px;
}
div.admin_form_input
{
    margin: 0px 0px 20px 0px;
}
input.admin_input
{
    width: 350px;
    background: #fff;
    border: 1px solid #a5a5a5;
    font-size: 11px;
    padding: 3px;
}
select.admin_select
{
    width: 357px;
    background: #fff;
    border: 1px solid #a5a5a5;
    font-size: 11px;
    padding: 2px;
}
textarea.admin_textarea
{
    font-family: Tahoma, Verdana, sans-serif;
    width: 350px;
    background: #fff;
    border: 1px solid #a5a5a5;
    font-size: 11px;
    padding: 3px;
}
input.admin_save
{
    background: #F6F7FD url(../pics/save.png) no-repeat 3px 3px;
    padding: 3px 3px 3px 23px;
    color: #183152;
    border: 3px double #375D81;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    margin: 0px 15px 0px 0px;
}

input.admin_save_single
{
    padding: 3px;
    color: #183152;
    border: 1px solid #375D81;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    margin: 0px 15px 0px 0px;
}

table#gate_table {
    border-collapse: separate;
    border-spacing: 3px;
}

table#gate_table tr td {
    border: 3px solid black;
    background-color: rgb(255,204,153);
    color: black;
}

#gate_table tr td.blue8 {
    background-color: rgb(153,204,255);
}

#gate_table tr td div table tr td {
    border-width: 0px;
    background-color: transparent;
}

#gate_table tr td.desc {
    background-color: transparent;
    border-width: 0px;
}

table#gate_table2 {
    border-collapse: separate;
    border-spacing: 3px;
}

table#gate_table2 tr td {
    border: 3px solid black;
    background-color: rgb(255,204,153);
    color: black;
}

#gate_table2 tr td.blue8 {
    background-color: rgb(153,204,255);
}

#gate_table2 tr td div table tr td {
    border-width: 0px;
    background-color: transparent;
}

#gate_table2 tr td.desc {
    background-color: transparent;
    border-width: 0px;
}
/**************/
div.select_hour
{
    width: 84px;
    padding: 2px;
    margin: 2px 0px 2px 0px;
    border: 1px solid #ddd;
    text-align: center;
    display: inline-block;
}
div.selectable_hour
{
    border-color: #8f8;
    cursor: pointer;
    margin-left: 10px;
}
/****************/
div.reg_form_div
{
    padding: 5px;
    width: 550px;
    margin: 15px 0px;
    border: 1px solid #375D81;
    background: #F6F7FD;
}
#maincontent table.admintable
{
    border-collapse: collapse;
    margin: 0px;
}
#maincontent table.admintable tr td
{
    padding: 2px 12px 2px 0px;
    margin: 0px 0px 8px 0px;
    border: 0px;
}
#maincontent table.admintable tr td.row_title
{
    font-size: 11px;
    padding: 8px 12px 0px 0px;
    margin: 0px;
}
/************/
div.password_changer_div
{
    display: none;
    width: 200px;
    border:1px solid #900;
    padding: 4px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
}

#tiny_div table {
    margin: 0px;
}

#tiny_div table tr td {
    border-bottom: 0px;
}

#gate_table, #gate_table table {
    font-size: 12px;
}
/********************user keresés**************************/
div.user_search_form_div
{
    padding: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #F0EDE8;
    margin: 5px 0px 5px 0px;
}
#maincontent table.user_search_table
{
    border-collapse: collapse;
    margin: 0px;

}
#maincontent table.user_search_table tr td
{
    border: 0px;
    padding: 3px 10px 3px 0px;
}
#maincontent table.user_action_table
{
    border-collapse: collapse;
    float: left;
    width: 350px;
    border: 1px solid #ccc;
    background: #fff;
}
#maincontent table.user_action_table tr th
{
    background: #c6dbee;
    border-top: 3px solid #375d81;
    border-bottom: 1px solid #375d81;
    padding: 3px;
    font-weight: bold;
    color: #183152;
    font-size: 11px;
}
#maincontent table.user_action_table tr td
{
    border: 0px;
    padding: 5px;
}
#maincontent table.user_action_table tr td div.user_action_table_inner_div
{
    margin: 0px;
    padding: 0px;
    display: none;
}
div.replay_div
{
    font-size: 10px;
    color: green;
}
input.user_manager_submit_button
{
    border: 1px solid #ccc;
    font-size: 10px;
    padding: 2px;
    cursor: pointer;
}

#maincontent .filter_table td {
    padding: 5px;
    border-width: 0px;
    vertical-align: middle;
}

form#ratio_form table tbody tr td input{
    width: 3em;
}

form#ratio_form table tbody tr td{
    padding: 10px;
}
.disinput{
    background-color: #FFDDDD !important;
}

/********************* login *************************/

.test_url {
    border: 0px none !important;
    vertical-align: middle !important;
    text-align:center;
}

.test_url, .test_url a {
    font-size: 16px !important;
}

.full-width {
    width:100%;
}

.half-width {
    width: 50%;
    border: 0px none !important;
}

#form_hidden {
    display:none;
    background: rgba(0,0,0,0.5);
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}

#form_hidden div {
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    margin:auto;
    width:280px;
    height:80px;
    line-height:80px;
    background:white;
    border:1px solid black;
    color:black;
    text-align:center;
    color:black;
    font-size:23px;
}
