* {
    margin: 0;
    padding: 0;
}

body {
    /*font-family: "Arial","Helvetica","Verdana","sans-serif";*/
    /*background: url("images/body_bg.jpg") no-repeat scroll center top transparent;*/
    font-family: "Verdana","Arial","Helvetica","sans-serif";
    font-size: 11px;
    margin: 0;
    padding: 0;
    min-height: 100%;
}

#header_outside {
    background: url("../images/header_bg.png") repeat-x scroll center bottom #393430;
}
#header_inside {
    height: 42px;
}

#logo1 {
/*    background: url("../images/logo_small.png") no-repeat scroll center top transparent;
    border: 0 dashed #DDDDDD;
    float: left;
    margin-left: 10px;
    width: 140px;
    height: 50px;
*/
 background: url("../images/logo_small.png") no-repeat scroll center top transparent;
    border: 0 dashed #DDDDDD;
    float: left;
    height: 60px;
    margin-left: 0;
    margin-top: 2px;
    width: 140px;
}
#header_logged {
    border: 0 dashed #DDDDDD;
    float: left;
    position: absolute;
    margin: 2px 0 0 155px;
    width: 85px;
    height: 42px;
}
#header_buttons {
    border: 0 dashed #DDDDDD;
    min-height: 35px;
}

#header_buttons ul {
    list-style-position: inside;
    list-style-image: none;
    list-style-type: none;
    float: right;
}

#header_buttons li {
    float: left;
    display: block;
    list-style-position: inside;
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    padding: 1px;
}

#content_outside_login, #content_outside_menu, #content_outside_parameters {
    margin:0;
}
#content_inside_login {
    background: url("../images/od_web_view_icon.png") no-repeat scroll center 25px transparent;
    margin: 0 auto;
    padding: 100px 0 30px;
}
#content_inside_menu {
    background: url("../images/od240wm.png") no-repeat scroll center center transparent;
    padding: 25px 0 20px;
    margin: 0 auto;
    min-height: 200px;
}
#content_inside_parameters {
    background: none repeat scroll 0 0 transparent;
    padding: 5px 0 5px;
    margin: 0 auto;
}

#content_title {
    width: 100%;
}

#content_parameters {
    padding: 10px 0
}
#content_parameters_bottom {
    width: 100%;
}
#content_parameters_button {
    width: 100%;
    float: left;
}
#content_parameters_msg {
    width: 100px;
    float: left;
}

#content_msgbox_login {
    position: absolute;
    float: right;
    width: 100%;
    margin-top: 5px;
}

#content_text {
    width: 100%;
    margin: 20px auto;
}

#bottom_outside {
    background: none repeat scroll 0 0 #96AEBE;
    position: relative;
}
#bottom_inside p {
    color: #EEEEEE;
    font-size: 0.9em;
    margin: 0;
    padding: 5px;
    text-align: center;
}
#bottom_inside a:link, #bottom_inside a:visited {
    color: #EEEEEE;
    text-decoration: none;
}

.container1 {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
}

.odw_button, .odw_button_submit, #btn_submit {
    display: block;
    padding: 3px;
    font-size: 13px;
    margin-top: 2px;
    border: 0;
    background: #036;
    color: #FFF;
    cursor: pointer;
    border-radius: 5px;
}

.odw_button:hover, .odw_button_submit:hover, #btn_submit:hover {
    background: #005070;
}

.odw_button_submit, #btn_submit {
    float: right;
    width: 90px;
}

.odw_hello {
    font-size: 8px;
}
.odw_user {
    font-size: 11px;
}
.odw_logout {
    font-size: 11px;
}

.odw_title {
    background: #ffd;
    border: 2px solid #c93;
    border-radius: 5px;
    padding: 3px;
    width: 96%;
    display: block;
    text-align: center;
}

.odw_section {
    font-size: 1.1em;
}

.odw_msg_processing {
    background: #ffd;
    border: 1px solid #c93;
    display: block;
    margin-top: 2px;
    padding: 3px;
    width: 70%;
    height: 15px;
}

.odw_msgbox {
    position: absolute;
    border: 1px solid #c93;
    background: #ffd;
    padding: 3px;
}
.odw_msgboxok {
    position: absolute;
    border: 1px solid #349534;
    background: #C9FFCA;
    padding: 3px;
    font-weight: bold;
    color: #008000;
}
.odw_msgboxerror {
    position: absolute;
    border: 1px solid #CC0000;
    background: #F7CBCA;
    padding: 3px;
    font-weight: bold;
    color: #CC0000;
}

form {
    width: 100%;
    margin: 0 auto;
    /*background: #fff;*/
}
form fieldset {
    border:0;
}

form fieldset legend {
    font-size: 18px;
    color: #036;
    padding: 10px
}

form label {
    display: block;
    padding: 3px 0;
}

form label span {
    display: block;
    color: #036;
    font-size: 11px;
    font-weight: bold;
}
input, select, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
form label input, form label select, form label textarea {
    font-weight: normal;
    padding: 3px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}
form label input {
    font-size: 11px;
}
form label select {
    font-size: 11px;
}
form label textarea {
    font-size: 11px;
}
form label input[type="checkbox"] {
    float: left;
    width: 15px;
}

ul#menu, ul#menu_accordion {
    background: none repeat scroll 0 0;
    list-style-type: none;
    margin: 10px 0 10px 0;
    padding: 0;
    width: 100%;
}
ul#menu li, ul#menu_accordion li {
    border-bottom: 1px solid #96AEBE;
    padding: 0px;
}
ul#menu li a:link, ul#menu li a:visited, ul#menu_accordion li a:link, ul#menu_accordion li a:visited {
    display: block;
    height: 1%;
    text-decoration: none;
    font-size: 10px;
    padding: 3px 0 3px 5px;
}
ul#menu li a:hover, ul#menu_accordion li a:hover {
    background-color: #77AABE;
    border-radius: 5px;
    /*color: #DAA520;*/
    /*border-left: 10px solid #77AABE;*/
    border: 10px;
}
.odw_nofocus {
    background-color: #eee;
}
.odw_button_aux {
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    height: 22px;
}