*{
    margin: 0px;
}

root {
    display: block;
}

html, body {
    height: 100%;
}

img{
    border: 0px;
}

body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.center { text-align: center;}
.left   { text-align: left;}
.right  { text-align: right;}
.justify { text-align: justify;}
.nowrap {white-space: nowrap; }

div.access_denied
{
    width: 80%; height: 25px; font-family: arial; font-size: 18px;
    border: 2px #c33 solid; background-color: #ffcccc; margin-top: 120px;
    margin-left: auto; margin-right: auto;
    text-align: center; color: #c33; font-weight: bold; padding: 15px;
}

div.form_error { font-family: arial; font-size: 11px; font-weight: bold; color: red; }
div.validation_error  { font-family: arial; font-size: 10px; color: red; }

.info		{ color: #103FFF; background: #CFE4FF; border: #103FFF 1px solid; }
.error		{ color: #cc3333; background: #ffcccc; border: #cc3333 1px solid; }
.success	{ color: #669933; background: #dcffb9; border: #669933 1px solid; }

.flash {
    width: 80%; margin: -25px auto 30px; padding: 15px; cursor: pointer;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.flash.info {
    color: #103FFF; border: none; background: #CFE4FF;
    box-shadow: 0 0 10px #103FFF; -moz-box-shadow: 0 0 10px #103FFF; -webkit-box-shadow: 0 0 10px #103FFF;
}
.flash.error {
    color: #c33; border: none; background: #ffcccc;
    box-shadow: 0 0 10px #c33; -moz-box-shadow: 0 0 10px #c33; -webkit-box-shadow: 0 0 10px #c33;
}
.flash.success {
    color: #693; border: none; background: #dcffb9;
    box-shadow: 0 0 10px #693; -moz-box-shadow: 0 0 10px #693; -webkit-box-shadow: 0 0 10px #693;
}

a, a:link, a:visited {color: #2A846A; text-decoration: none;}
a:hover {text-decoration: underline;}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
}

#wrapper_inner {
    padding: 0px;
}

#header
{
    white-space: nowrap; margin: 0px; padding: 0px; height: 100px;
    background-color: #fff;
    text-align: left;
    min-width: 1030px;
}

#header img {vertical-align: top; height: 100px;}

#header_logo
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    height: 100px;
    width: 150px;
}

#header_title
{
    float: left;
    position: relative;
    white-space: nowrap;
    font-size: 36px;
    font-family: Courier New, Courier, monotype;
    font-weight: bold;
    font-style: italic;
    color: #444;
    padding-top: 25px;
    padding-left: 15px;
    position: relative;
}

#header_user_name_info
{
    text-align: left;
    height: 77px;
    position: relative;
    float: right;
    right: 60px;
}

#admin_box
{
    margin-left: 30px;
    float: left;
}

#admin_box a
{
    font-size: 16px;
}

#admin_box_name
{
    position: relative;
    float: none;
    /*height: 30px;*/
}

#user_boxs
{
   position: relative;
   margin-top: 10px;
   margin-left: 20px;
   padding: 5px;
    width: 100%;
    float: left;
     background-color: white;
    -webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
       -moz-border-radius: 4px; /* FF1-3.6 */
            border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

    -webkit-box-shadow: 0px 0px 10px #acacac; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 10px #acacac; /* FF3.5 - 3.6 */
    box-shadow: 0px 0px 10px #acacac; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

#user_box
{
 position: relative;
 margin-top: 0px;
}

#logout_box
{
    height: 15px;
    position: relative;
    margin-left: 65px;
    margin-top: 5px;
}

#logout_box a
{
    color: #00aeff;
    font-size: 11px;
}

#footer, #push {
    height: 30px;
    text-align: center;
}

#footer_inner {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #006A00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#006A00), to(#005F01)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #006A00, #005F01); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #006A00, #005F01); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #006A00, #005F01); /* IE10 */
    background-image:      -o-linear-gradient(top, #006A00, #005F01); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #006A00, #005F01);
    text-align: center;
    padding: 5px;
    color: white;
    margin: 0px;
}

#breadcrumbs
{
    font-family: Arial, Helvetica, sans-serif; margin: 0px 0px 30px 0px; padding: 15px 10px 15px 10px;
    color: #72787E;

    background-color: #DDD;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C2C2C2), to(#FFF)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #C2C2C2, #FFF); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #C2C2C2, #FFF); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #C2C2C2, #FFF); /* IE10 */
    background-image:      -o-linear-gradient(top, #C2C2C2, #FFF); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #C2C2C2, #FFF);
}

#breadcrumbs a:link, #breadcrumbs a:visited  {color: #72787E; text-decoration: none; font-weight: bold;}
#breadcrumbs a:hover {text-decoration: underline; }


#main_menu { width: 100%; height: 40px; text-align: left; font-size: 12px;
              background-color: #006A00;
              background-image: -webkit-gradient(linear, left top, left bottom, from(#006A00), to(#005F01)); /* Saf4+, Chrome */
              background-image: -webkit-linear-gradient(top, #006A00, #005F01); /* Chrome 10+, Saf5.1+, iOS 5+ */
              background-image:    -moz-linear-gradient(top, #006A00, #005F01); /* FF3.6 */
              background-image:     -ms-linear-gradient(top, #006A00, #005F01); /* IE10 */
              background-image:      -o-linear-gradient(top, #006A00, #005F01); /* Opera 11.10+ */
              background-image:         linear-gradient(top, #006A00, #005F01);
}
#main_menu a.menu_different {color: #ddf;}
#menu_box {font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; padding-top: 8px; padding-bottom: 8px;}


#context_text { width: 100%; }
#context_box
{
    background-color: #D5D3D4; margin: 15px; padding: 15px;
    border-radius: 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0;
    min-height: 390px;
    background-image: -moz-linear-gradient(center top , #dfdfdf, #ffffff);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#ffffff)); /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #dfdfdf, #ffffff); /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image:    -moz-linear-gradient(top, #dfdfdf, #ffffff); /* FF3.6 */
      background-image:     -ms-linear-gradient(top, #dfdfdf, #ffffff); /* IE10 */
      background-image:      -o-linear-gradient(top, #dfdfdf, #ffffff); /* Opera 11.10+ */
      background-image:         linear-gradient(top, #dfdfdf, #ffffff);
    _height: 390px;
}


/* FILTER */
.filter_order_asc
{
    background-image: url("../images/filter/asc.gif");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
}

.filter_order_desc
{
    background-image: url("../images/filter/desc.gif");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
}

table.table_filter { border: 0px; width: 100%; border-collapse: collapse; }
table.table_filter th { text-align: center; }
table.table_filter td { border: 0px; text-align: center; }


input.filter { width: 103px; height: 16px}
select.filter {}
input.filterbutton {}

.filter_box{ display: block; padding: 10px; text-align: center; font-family: arial;}
.filter_item{display: inline-block; float: left; padding-right: 5px; min-height: 46px ; text-align: center; color: #808080}
.filter_container input{background: url('../images/filter/filter-input-background.gif') no-repeat; border: 1px solid #ccc}
.filter_container{ display:inline-block; min-height: 46px ;}
.order_container{display: block; background: url('../images/filter/filter_sort-background.png'); width: 416px; height: 68px; margin: auto;}
.order_container-inner{padding: 15px 0px 0px 20px;}
.filter_space{display: block; background: url('../images/filter/filter-up-bacground.png') bottom; width: 1113px; height: 21px; margin: 0 auto;}

table.table_filter { border: 0px; width: 100%; border-collapse: collapse; }
table.table_filter th { text-align: center; }
table.table_filter td { border: 0px; text-align: center; }

/**********************************************************/
.detailbox {width: 100%; clear: both; vertical-align: top; margin-bottom: 20px;}
.leftbox
{
    /*width: 50%; */
    padding: 20px 50px 20px 50px;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.rightbox { width: 50%; display: block; float: left; }

/**********************************************************/

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-autocomplete-loading {
    background-color: white;
    background: url('../images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.autocomplete_input_ok {
    background-color: #afa;
}

  /**********************************************************/

.highlight_row td
{
    background: #AACCFF !important;
    background-color: #AACCFF !important;
}

#printlinks
{
    position: relative;
    float: right;
}