/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08-Mar-2016, 12:30:32
    Author     : Rem
*/
html,body { height:100%; }

.black_button, .white_button, .red_button, .green_button, .blue_button {
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    border-radius:5px;
    border:0px;
    outline:0px;
    box-shadow:0px;
    padding:6px 10px 6px 10px;
}

.header {
    background-color: #009999;
    color:#fff;
    height:20px;
    width:200px;
    line-height:20px;
    margin-left:5px;
    padding-left:10px;
    margin-top:20px;
    font-size:12px;
}

.block {
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    border-radius:5px;
    border:#009999 1px solid;
    padding:6px 10px 6px 10px;
    width:90%;
}

.blue_button {
    background-color:#003399;
    color:#fff
}
.black_button {
    background-color:#000;
    color:#fff
}
.green_button {
    background-color:#009999;
    color:#fff
}
.white_button {
    background-color:#fff;
    border:#009999 1px solid;
}
.red_button {
    background-color:#ff0000;
    color:#fff
}
.green_button:hover,.blue_button:hover,.white_button:hover,.red_button:hover  {
    opacity:0.8;
}
.green_button:active,.blue_button:active,.white_button:active,.red_button:active {
    opacity:1.0;
}

.unselected_menuitem {
    text-decoration:none;
    color:#003399;
}

.selected_menuitem {
    text-decoration:none;
    border-bottom:#003399 3px solid;
    color:#003399;
}

.menuitem_container {
    background-color:#fff;
    position:absolute;
    top:0px;
    width:180px;
    height:40px;
    /*z-index:200*/
}

input[type="text"], input[type="password"], textarea {
     width: 100%; 
     font-family:Arial;
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}
select {
     width: 100%; 
     font-family:Arial;
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}
#user_panel {
    position:absolute;
    top:10px;
    right:10px;
    width:400px;
    font-family:Arial;
    font-size:12px;
    font-style:italic;
    z-index:200;
    background-color:#fff;
    border-radius: 5px;
    padding:5px;
}

#title_text {
    font-size:20px;
    font-family:Arial;
    color:#fff;
}
#banner {
    position:absolute;
    left:0px;
    top:0px;
    background-color:#000;
    width:100%;
    z-index:10;
}

#menu {
    font-family:Arial;
    margin-left:20px;
    z-index:10px;
}

#title_bar {
    position:absolute;
    height:60px;
    left:0px;
    top:60px;
    width:100%;
    font-size:16px;
    line-height: 50px;
    font-family:Arial;
    color:#000;
    font-weight:bold;
    background-color:#fff;
    z-index:10;
}

#submenu {
    position:absolute;
    top:110px;
    left:0px;
    width:220px;
    bottom:0px;
    /*line-height:14px;*/
    font-size:14px;
    color:#fff;
    font-family:Arial;
    background-color:#000;
}

#submenu_content {
    position:absolute;
    top:120px;
    left:240px;
    right:10px;
    bottom:10px;
    font-family:Arial;
}

#submenu a {
    line-height:30px;
    margin-left:10px;
    text-decoration:none;
    color:#fff;
}

#single_content {
    position:absolute;
    top:120px;
    left:10px;
    right:10px;
    bottom:0px;
    font-family:Arial;
}

.table_heading {
    background-color:#000;
    color:#fff;
    font-size:12px;
    line-height:20px;
    height:30px;
    font-family:Arial;
    font-weight:bold;
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
}
