root { 
    display: block;
}

body {
    font-size: 11px;
    font-family:sans-serif;
    background-color:#FFF;
}

a {
    color: #00F;
}

textarea {
    width: 400px;
}

th {
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    text-wrap:avoid;
}


.data_table_form0 {
    background-color:#dfeffc;
    width: 100%;
}

.data_table_form0 table {
    border: 0px solid #006;
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

.data_table_form0 table tbody .columns {
    background: url("../images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
    border: 1px solid #AAAAAA;
    color: #222222;
    font-weight: bold;
}


.data_table_form0 table tbody .even {
   background-color: #ECECEC;
}

.data_table_form0 table tbody .odd {
    background-color: #FFFFFF;
}

.data_table_form0 table tbody tr {
    height: 29px;
}

.data_table_form0 table tbody tr th {
    text-align: left;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #999999;
    padding: 4px;
}

.data_table_form0 table tbody tr th a {
    color: #1F1FD1;
    margin-right: 1px;
    font-weight:bolder;
}

.data_table_form0 table tbody tr td {
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #999999;
    /*text-align: left;*/
}

.data_table_form0 .grid_button {
    text-align: left;
}

.data_table_form0 table tbody tr td a {
    text-decoration: none;
}

.pagination_div_form0 {
    
}

.pagination_div_form0 a {
    text-decoration: none;
    color: #2522D1;
    padding: 3px;
}

.text_hover {
    border-collapse: collapse;
    border: 1px solid #00F;
}

.text_box {
    width:175px;
}

.panel_footer_div {
    font-size: 9px;
    font-weight: bolder;
}

.panel_header_div {
    font-size: 12px;
    font-weight: bolder;
    color: #00F;
}

.updateOK {
    color: #145E14;
}

.updateFail {
    color: #F00;
}

.item_div img {
    vertical-align:middle;
}


#accordion {
    /*font-size: 11px;*/ 
    width: 240px;
}

#accordion a:link {text-decoration:none;}
#accordion a:visited {text-decoration:none;}
#accordion a:hover {text-decoration:underline;}
#accordion a:active {text-decoration:underline;}

.left {
    vertical-align: top;
    width: auto;
    
}

.center {
    vertical-align: top;
    padding:3px;
}

.internal_main_table {
    width:100%;
    min-height: 100%;
}

html {
	height: 100%;
}

#loading_div {
    position: absolute;
    display: none;
    border: 0px none;
    padding: 2px;
    background-image: url('images/loading.gif');
    color: #000;
    opacity: 0.90;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 200px;
    height: 60px;
    text-align: center;
    z-index: 100000;
}

#loading_div img {
    text-align: center;
}

.CSS_FORM_LABEL {
        color: #007700;
}

