body {
    margin: 0px; 
    padding: 0px;
    width: 100%; 
    height: 100%;
    background: #FFFFFF;
}
body form {
    width: 100%; 
    height: 100%;
}
body, p, span, div, td, a, ul, li {
    font-family: verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
pre {
    font-family: courier new;
    font-size: 9px;
}
table {
    border-collapse: collapse;
    border: none;
    width: 100%;
}
table td { padding: 0px; }
img { border: none; }

a { color:#006EC6; text-decoration: none; }
a.external_link {
    background: url(common.externallink.gif) 1px left no-repeat; 
    margin-left: 5px;
    padding-left: 16px;
}

li { list-style: square; }

h1 {
    font-family: tahoma, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #929AAB;
    margin: 0px; padding: 0px;
}
h2 {
    font-family: tahoma, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0px; padding: 0px;
}

input, select, textarea {
    font-size: 11px;
    color: #000000;
}
select.textbox {
    width: 100%; 
    height: 19px;
    border: solid 1px #7f9db9;
}
select.textbox_error {
    width: 100%; 
    height: 19px;
    color: red;
    background-color: #FFFFD0;
    border: solid 1px #7f9db9;
}
select.dropdown {
    width: 100%; 
    height: 19px;
    border: solid 1px #7f9db9;
}
input.textbox {
    width: 100%; 
    height: 19px;
    border: solid 1px #7f9db9;
}
input.textbox_error {
    width: 100%; 
    height: 19px;
    color: red;
    background-color: #FFFFD0;
    border: solid 1px #7f9db9;
}
input.button {
    font-size: 10px; 
    color: #1c5180;
    width: 84px; 
    height: 19px;
    border: solid 1px buttonshadow;
    background: buttonface;
    border: solid 1px #7f9db9;
}

.console {
    font-family: courier new; font-size: 9pt;
}

#pm_div {
    position: absolute; 
    left: 0; 
    top: 0; 
    z-index: 255; 
    display: none; 
    background-color: #F0F0F0; 
    padding: 2px; 
    border: 1px solid #006EC6; 
    width: 120px;
}

.ui_preloader {
    display: none;
    position: absolute; 
    left: 0px; 
    top: 0px; 
    background-color: #FFFFFF; 
    height:100%; 
    width:100%; 
    z-index: 100;
}
.ui_preloader .box {
    position: absolute; 
    left: 10px; 
    top: 10px; 
    background-color: #FFFFFF; 
    height: 30px; 
    width: 200px; 
    border: 1px solid black;
}
.ui_preloader .box table {
    width: 100%;
}
.ui_preloader .box table td {
    padding: 6px;
}
.ui_preloader .box table td img {
    border: none;
    width: 11px; 
    height: 17px;
}

.ui_progress {
    position: absolute; 
    left: 10; 
    top: 10; 
    background-color: #FFFFFF; 
    height: 30px; 
    width: 200px; 
    border: 1px solid black;
}
.ui_progress table {
    width: 100%;
}
.ui_progress table td {
    padding: 6px;
}
.ui_progress table td img {
    border: none;
    width: 11px; 
    height: 17px;
}

.ui_actionbutton { 
    display: block; 
    float: right; 
    background: url(actionbutton.center.gif) repeat-x 0 0; 
    margin-right: 3px; 
    line-height: 21px;
}
.ui_actionbutton .in1 { 
    display: block; 
    padding-left: 25px; 
}
.ui_actionbutton .in2 { 
    display: block; 
    background: url(actionbutton.right.gif) no-repeat right top;
    padding-right: 10px; 
}
.ui_actionbutton .in3 {
    position:relative;
    top:-1px;
    font-weight: bold;
}

.ui_contentbutton { 
    display: block; 
    float: left; 
    background: url(contentbutton.center.gif) repeat-x 0 0; 
    margin-right: 3px; 
    line-height: 21px;
}
.ui_contentbutton .in1 { 
    display: block; 
    padding-left: 9px; 
}
.ui_contentbutton .in1.d1 { background: url(contentbutton.leftd.gif) no-repeat left top; }
.ui_contentbutton .in1.w1 { background: url(contentbutton.leftw.gif) no-repeat left top; }
.ui_contentbutton .in2 { 
    display: block; 
    padding-right: 10px; 
}
.ui_contentbutton .in2.d2 { background: url(contentbutton.rightd.gif) no-repeat right top; }
.ui_contentbutton .in2.w2 { background: url(contentbutton.rightw.gif) no-repeat right top; }
.ui_contentbutton .in3{
    position:relative;
    top:-1px;
    font-weight: bold;
}

.ui_flatbutton {
    margin: 3px 0px 3px 0px;
    white-space: nowrap;
}
.ui_flatbutton img {
    width: 20px;
    height: 20px;
    border: none;
    margin: 0px 2px 0px 0px;
}

.ui_tree_panel_ie {
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    padding-top: 2px; 
    padding-bottom: 2px;
}
.ui_tree_panel_gecko {
    overflow: auto; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    padding-top: 2px; 
    padding-bottom: 2px;
}
#TreeView {
    padding: 4px 0px 0px 4px; 
    width: 100%;
    height: 100%;
}
#TreeView .t_node {
    table-layout: fixed;
}
#TreeView .i {
    border: none;
    width: 16px;
    height: 16px;
}
#TreeView .sp {
    width: 1px;
} 
#TreeView .sp img {
    border: none;
    width: 1px; 
    height: 1px;
}
#TreeView .td_st {
    white-space: nowrap;
    padding-right: 8px;
}
#TreeView .td_c {
    vertical-align: top; 
    white-space: nowrap;
}
#TreeView .i_sj {
    border: none;
    width: 16px;
    height: 2px;
}
#TreeView .td_dl {
    height: 2px;
}
#TreeView .td_dl img {
    width: 1px; 
    height: 2px;
}
#TreeView_MenuDiv {
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 255; 
    display: none; 
    background-color: #f0f0f0; 
    padding: 2px; 
    border: 1px solid #006EC6;
}
#TreeView_DragHolder {
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 255; 
    display: none; 
    background-color: #f0f0f0; 
    padding: 4px; 
    border: 1px solid #006EC6; 
    filter: alpha(opacity=40);
}