.table_form {
    border: none; 
    width: 100%; 
    height: 100%;
}

.table_form .ui_header {
    padding: 1px;
    vertical-align: top;
    height: 50px;
}
.table_form .ui_header .t {
    border: none;
    width: 100%;
    height: 50px;
    table-layout: fixed;
}
.table_form .ui_header .t .td_icon {
    width: 50px; 
    padding: 5px;
}
.table_form .ui_header .t .td_header {
    width: 400px; 
    vertical-align: middle;
}
.table_form .ui_header .t .td_actions {
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
}

.table_form .ui_fsep {
    width: 100%; 
    height: 1px;
    background-color: #006EC6;
}

.table_form .ui_content {
    vertical-align: top;
    width: 100%; 
    padding: 0px;
}
.table_form .ui_content .ctx {
    border: none; 
    width: 100%; 
    height: 100%; 
    table-layout: fixed;
}
.table_form .ui_content .ctx .td_content {
    padding: 10px;
    vertical-align: top;
}

.table_form .ui_footer {
    width: 100%;
    height: 35px;
    background: url(background.tabs.gif);
    padding: 0px;
}
.table_form .ui_footer .t {
    border: none;
    width: 100%;
    height: 35px;
}
.table_form .ui_footer .t .td_tabs {
    padding: 0px 0px 0px 15px;
    margin: 0px;
    width: 50%;
    vertical-align: top;
}
.table_form .ui_footer .t .td_tabs .f_tab {
    height: 23px;
    float: left;
    margin: 0px 3px 0px 0px;
    white-space: nowrap;
}
.table_form .ui_footer .t .td_tabs .f_tab img {
    float: left;
    border: none;
}
.table_form .ui_footer .t .td_tabs .f_tab .limg {
    background: url(tabbutton.left.gif) top repeat-x;
}
.table_form .ui_footer .t .td_tabs .f_tab.tabact .limg {
    background: url(tabbutton.lefta.gif) top repeat-x;
}
.table_form .ui_footer .t .td_tabs .f_tab.tabdis .limg {
    background: url(tabbutton.leftd.gif) top repeat-x;
}
.table_form .ui_footer .t .td_tabs .f_tab .rimg {
    background: url(tabbutton.right.gif) top repeat-x;
}
.table_form .ui_footer .t .td_tabs .f_tab.tabact .rimg{
    background: url(tabbutton.righta.gif) top repeat-x;
}
.table_form .ui_footer .t .td_tabs .f_tab.tabdis .rimg{
    background: url(tabbutton.rightd.gif) top repeat-x;
}
.table_form .ui_footer .t .td_tabs .f_tab .bimg {
    background: url(tabbutton.center.gif) top repeat-x;
}
.table_form .ui_footer .t .td_tabs .f_tab.tabact .bimg{
    background: url(tabbutton.centera.gif) top repeat-x;
}
.table_form .ui_footer .t .td_tabs .f_tab.tabdis .bimg{
    background: url(tabbutton.centerd.gif) top repeat-x;
}
.table_form .ui_footer .t .td_tabs .f_tab .a_link {
    height: 23px;
    float: left;
    font-weight: bold;
    padding: 4px 10px 0px 4px;
    cursor: pointer; 
    cursor: hand;
    color: #FFFFFF;
}
.table_form .ui_footer .t .td_tabs .f_tab .a_link {
    background: url(tabbutton.center.gif) top repeat-x;
}
.table_form .ui_footer .t .td_tabs .f_tab.tabact .a_link {
    background: url(tabbutton.centera.gif) top repeat-x;
    color: #006EC6;
}
.table_form .ui_footer .t .td_tabs .f_tab.tabdis .a_link {
    background: url(tabbutton.centerd.gif) top repeat-x;
    color: #006EC6;
}

.table_form .ui_footer .t .td_buttons {
    text-align: right;
    padding-right: 10px;
    width: 50%;
}
.table_form .ui_footer .t .td_buttons .f_but {
    display: inline;
    height: 25px;
    float: right;
    margin: 5px 3px 0px 0px;
    white-space: nowrap;
}
.table_form .ui_footer .t .td_buttons .f_but img {
    float: left;
    border: none;
}
.table_form .ui_footer .t .td_buttons .f_but .limg {
    background: url(footerbutton.left.gif) top repeat-x;
}
.table_form .ui_footer .t .td_buttons .f_but .rimg {
    background: url(footerbutton.right.gif) top repeat-x;
}
.table_form .ui_footer .t .td_buttons .f_but .a_link {
    height: 25px;
    float: left;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
    cursor: pointer; 
    cursor: hand;
}
.table_form .ui_footer .t .td_buttons .f_but .a_link {
    background: url(footerbutton.center.gif) top repeat-x;
}

.ui_simple_table {
    border: none;
    width: 100%;
    font-family: verdana, sans-serif;
    font-size: 11px;
}
.ui_simple_table .st { 
    width: 100%;
    padding-left: 10px; 
    padding-bottom: 4px;
}
.ui_simple_table .rg {
    padding-left: 20px;
}
.ui_simple_table .rg .tc {
    width: 100%;
    height: 100%;
    border: 1px solid #C9CFD7;
    border-collapse: collapse;
    background: #EDF3FB;
}
.ui_simple_table .rg .tc .h {
    border: 1px solid #C9CFD7;
    padding: 0px 5px 0px 5px;
    height: 24px;
    color: #6B758C;
    text-align: center;
    font-weight: bold;
}
.ui_simple_table .rg .tc .r {
    border: 1px solid #C9CFD7;
    padding: 0px 5px 0px 5px;
    height: 24px;
    color: #6B758C;
    text-align: center;
}
.ui_simple_table .ar {
    padding: 2px 0px 0px 40px; 
    text-align: left;
}
.ui_simple_table .ar .stx {
    border: none;
    width: 100%;
}
.ui_simple_table .ar .stx .multi {
    width: 80%;
}
.ui_simple_table .ar .stx .total {
    text-align: right;
    width: 20%;
}
.ui_simple_table .ar .stx .multi .arrow {
    background: url(common.arrow.gif) 0px 3px;
    width: 26px;
    height: 26px;
    border: none;
}
.ui_simple_table .nr {
    padding: 2px 0px 0px 70px; 
    text-align: left;
}
.ui_simple_table .nr .stx {
    border: none;
}
.ui_simple_table .nr .stx .td {
    text-align: center;
    vertical-align: middle;
}
.ui_simple_table .nr .stx .tdx {
    width: 145px;
    text-align: center;
    vertical-align: middle;
}
.ui_simple_table .nr .stx .td20 {
    width: 20px;
    text-align: center;
    vertical-align: middle;
}
.ui_simple_table .nr .stx .td100 {
    width: 100px;
    text-align: right;
    vertical-align: middle;
}
.ui_simple_table .nr .stx .button {
    border: none; 
    width: 15px; 
    height: 15px:
    vertical-align: absmiddle;
}
.ui_simple_table .fr {
    padding: 2px 0px 0px 10px; 
    text-align: left;
}

.lightbox_selected {
    background: url(resourcesmanager.lightboxselected.gif); 
    background-repeat: repeat-x;
    background-position: top left;
}
.lightbox_add {
    background: url(resourcesmanager.lightboxadd.gif); 
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 25px;
}
.lightbox_remove {
    background: url(resourcesmanager.lightboxremove.gif); 
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 14px;
}

.ui_editors {
}
.ui_editors .td_panel {
    width: 50%; 
    height: 100%;
}
.ui_editors .td_vsep {
    width: 10px;
}
.ui_editors .td_vsep img {
    width: 10px;
    height: 1px;
    boder: none;
}
.ui_editors .td_panel .td_cell {
    background-color: #EDF3FB;
    width: 35%;
    border-bottom: 1px solid #C9CFD7;
    border-right: 1px solid #C9CFD7;
    border-top: 1px solid #EDF3FB;
    padding: 4px;
    text-align: right;
}
.ui_editors .td_panel .td_control {
    width: 65%;
    border-bottom: 1px solid #C9CFD7;
    border-right: 1px solid #C9CFD7;
    border-top: 1px solid #EDF3FB;
    padding: 4px;
}

.ui_attachment { }
.ui_attachment .buttons { padding: 10px 0px 0px 0px; }

.ui_legend {
    margin: 4px 0px 4px 0px;
    /margin: 4px 2px 4px 2px;
    /width: 100%;
    border: 1px solid #C9CFD7;
}
.ui_legend table td {
    padding: 4px;
}
.ui_legend table td.icon {
    width: 16px; 
    text-align: center;
}
.ui_legend table td.icon img {
    border: none;
    width: 10px;
    height: 15px;
}

.ui_settings_children {
    padding-top: 15px;
}
.ui_settings_children .link {
    padding: 2px 0px 2px 4px;
}
.ui_settings_children .description {
    padding: 2px 0px 6px 15px;
}

.ui_hint {
    border: 1px solid #9EC1DF; 
    background-color: #FFFFD4; 
    width: 100%; 
    padding: 4px;
}
.ui_hint p {
    padding: 4px 0px 4px 0px;
    margin: 0px;
}

.ui_ars_editor {
}
.ui_ars_editor .list {
    padding: 10px;
    vertical-align: top;
}
.ui_ars_editor .list .listhead .h {
    width: 70%;
    padding: 0px 0px 4px 0px;
}
.ui_ars_editor .list .listhead .b {
    width: 30%;
    text-align: right;
}
.ui_ars_editor .list .grid {
    padding: 5px 0px 0px 0px;
    width: 100%;
}
.ui_ars_editor .list .grid table td {
    border: 1px solid #C9CFD7;
    padding: 4px;
}
.ui_ars_editor .list .edithead {
    padding: 10px 0px 5px 0px;
}
.ui_ars_editor .list .edit {
    width: 100%;
}
.ui_ars_editor .list .edit table td {
    border: 1px solid #C9CFD7;
    padding: 4px;
}
.ui_ars_editor .list .edit table td.flags table td {
    border: none;
}
.ui_ars_editor .sep {
    width: 1px; 
    background-color: #C9CFD7;
}
.ui_ars_editor .sep img {
    width: 1px; 
    height: 1px;
    border: none;
}
.ui_ars_editor .trace {
    width: 40%; 
    padding: 10px;
    vertical-align: top;
}
.ui_ars_editor .trace .tracehead {
    padding: 0px 0px 5px 0px;
}
.ui_ars_editor .trace .grid {
    padding: 5px 0px 0px 0px;
    width: 100%;
}
.ui_ars_editor .trace .grid table td {
    border: 1px solid #C9CFD7;
    padding: 4px;
}

.ui_audit_browser {
    height: 100%;
}
.ui_audit_browser .filter {
    vertical-align: top;
    height: 120px;
}
.ui_audit_browser .filter .form {
    margin: 5px 0px 0px 0px;
    height: 100px;
}
.ui_audit_browser .filter .form .sep {
    width: 15px; 
}
.ui_audit_browser .filter .form .sep img {
    width: 15px; 
    height: 1px;
    border: none;
}
.ui_audit_browser .filter .form .panel {
    width: 50%;
    vertical-align: top;
}
.ui_audit_browser .filter .form .panel table td {
    border: 1px solid #C9CFD7;
    padding: 4px;
}
.ui_audit_browser .filter .form .panel table td table td {
    border: none;
    padding: 0px;
}
.ui_audit_browser .filter .button {
    margin: 5px 0px 0px 0px;
    border: 1px solid #C9CFD7;
    padding: 6px;
    text-align: right;
    height: 21px;
    /height: 30px;
}
.ui_audit_browser .list {
    vertical-align: top;
    padding: 10px 0px 0px 0px;
}
.ui_audit_browser .list table td {
    border: 1px solid #C9CFD7;
    padding: 4px;
}
.ui_audit_browser .list table td table td {
    border: none;
    padding: 0px;
}
.ui_audit_browser .list .td20 {
    width: 20px; 
    text-align: center;
}
.ui_audit_browser .list .td20 img {
    border: 0px; 
    width: 15px; 
    height: 15px;
}
.ui_audit_browser .list .td100  {
    width: 200px;
    text-align: right;
}
.ui_audit_browser .list .td23  {
    width: 23px;
    text-align: center;
}
.ui_audit_browser .list .tdx  {
    width: 180px;
    text-align: center;
}
.ui_audit_browser .list .tdx img {
    border: 0px; 
    width: 15px; 
    height: 15px;
}

.ui_banners {
}
.ui_banners .td_lvl1 {
    background-color: #EDF3FB; 
    border: 1px solid #C9CFD7;
}
.ui_banners .td_lvl1a {
    background-color: #EDF3FB; 
    border-left: 1px solid #C9CFD7;
    border-right: 1px solid #C9CFD7;
}
.ui_banners .td_lvl1 .ht {
    height: 29px;
}
.ui_banners .td_lvl1a .ht {
    height: 29px;
    border-top: 1px solid #C9CFD7;
}
.ui_banners .td_lvl1a .lvl3 {
    border-top: 1px solid #C9CFD7;
}
.ui_banners .count {
    width: 100px;
    padding: 4px;
    border-left: 1px solid #C9CFD7;
}
.ui_banners .title2 {
    width: 200px; 
    padding: 4px; 
    border-left: 1px solid #C9CFD7;
}
.ui_banners .title4 {
    width: 459px;
    padding: 4px;
    border-left: 1px solid #C9CFD7;
}
.ui_banners .td_lvl2 {
    border: 1px solid #C9CFD7; 
    border-top: none; 
}
.ui_banners .td_lvl2 .rt {
    border-bottom: 1px solid #C9CFD7;
}
.ui_banners .button {
    width: 12px;
    padding: 4px;
    text-align: center;
}
.ui_banners .button img {
    border: none;             
    width: 12px; 
    height: 12px;
}
.ui_banners .shows {
    width: 250px; 
    padding: 4px; 
    border-left: 1px solid #C9CFD7;
}
.ui_banners .shows .t {
    height: 16px; 
    display: inline;
}
.ui_banners .shows .t .td1 {  
    padding-right: 4px;
}
.ui_banners .shows .t .td2 {  
    width: 20px; 
    padding-left: 2px; 
    border: 1px solid #C9CFD7; 
    border-right: none;
}
.ui_banners .shows .t .td3 {  
    width: 9px; 
    border: 1px solid #C9CFD7; 
    border-left: none;
}
.ui_banners .shows .t .td3 table {  
    height: 16px; 
    width: 9px;
}
.ui_banners .shows .t .td3 table td {  
    height: 8px;
}
.ui_banners .shows .t .td3 table td img {  
    border: none;
    width: 9px; 
    height: 7px;
}
.ui_banners .shows .t .td4 {
    padding-left: 4px;
}
.ui_banners .updown {
    width: 100px; 
    padding: 4px; 
    border-left: 1px solid #C9CFD7;
    text-align: center;
}
.ui_banners .delete {
    width: 61px;
    padding: 4px;
    border-left: 1px solid #C9CFD7;  
    text-align: center;
}
.ui_banners .lvl3 .sp {
    border-right: 1px solid #C9CFD7; 
    background-color: #FFFFFF; 
    padding: 0px; 
    width: 20px;
}
.ui_banners .lvl3 .x {
    border-bottom: 1px solid #C9CFD7; 
    background-color: #FFFFFF;
    padding: 4px;
}
.ui_banners .lvl3 .new {
    border-bottom: 1px solid #C9CFD7; 
    padding-left: 22px; 
    padding-top: 6px; 
    padding-bottom: 6px; 
    background-color: #FFFFFF;
}
.ui_banners .lvl3 .new2 {
    padding-left: 22px; 
    padding-top: 6px; 
    padding-bottom: 6px; 
    background-color: #FFFFFF;
}
.ui_banners .newpos {
    padding-top: 6px; 
    padding-bottom: 6px;
    border-top: 1px solid #C9CFD7; 
}

.ui_constructor_list {
}
.ui_constructor_list td {
    padding: 4px;
    border: 1px solid #C9CFD7;
}
.ui_constructor_list .center {
    text-align: center;
}

.ui_constructor_legend {
    border: 1px solid #C9CFD7;
}
.ui_constructor_legend div {
    padding: 4px;
}

.ui_constructor_relations {
    table-layout: fixed;
}
.ui_constructor_relations img {
    border: none;
    width: 1px;
    height: 1px;
}
.ui_constructor_relations table {
    table-layout: fixed;
}
.ui_constructor_relations .p1 { 
    width: 65%;
}
.ui_constructor_relations .p1 .p_title {
    padding: 2px; 
    text-align: right; 
}
.ui_constructor_relations .p1 .p_rel {
    padding: 1px;
}
.ui_constructor_relations .p1 .p_rel div {
    width: 100%; height: 100%; 
    padding: 4px; 
    border: 1px solid #c9cfd7;
    text-align: right; 
}
.ui_constructor_relations .p1 .p_sep {
    width: 20px; 
    height: 100%; 
}
.ui_constructor_relations .p1 .p_sep table {
    height: 100%;
}
.ui_constructor_relations .p1 .p_sep table .t {
    height: 50%;
}
.ui_constructor_relations .p1 .p_sep table .r {
    border-right: 1px solid #c9cfd7;
    height: 50%;
}
.ui_constructor_relations .p1 .p_sep table .b {
    border-right: 1px solid #c9cfd7;
    border-top: 1px solid #c9cfd7;
    height: 50%;
}
.ui_constructor_relations .p1 .p_sep2 {
    height: 2px; 
    border-right: 1px solid #c9cfd7;
}
.ui_constructor_relations .p1 .p_new {
    padding: 2px;
    text-align: right; 
}
.ui_constructor_relations .p1 .p_sep3 {
    border-right: 1px solid #c9cfd7;
}
.ui_constructor_relations .p1 .p_sep4 {
    height: 6px; 
    border-right: 1px solid #c9cfd7;
}
.ui_constructor_relations .p1 .t_title {
    text-align: center; 
    border: 1px solid #c9cfd7;
    padding: 4px;
}
.ui_constructor_relations .p1 .t_sep {
    background-color: #c9cfd7;
}
.ui_constructor_relations .p1 .c_blank {
    width: 30%;
}
.ui_constructor_relations .p1 .c_rels {
    width: 70%;
    padding-right: 15px;
}
.ui_constructor_relations .p1 .c_rels .c_sep {
    height: 4px; 
    width: 20px; 
    border-left: 1px solid #c9cfd7;
}
.ui_constructor_relations .p1 .c_rels .c_sep2 {
    height: 4px;
} 
.ui_constructor_relations .p1 .c_rels .c_sep3 {
    width: 20px; 
    border-left: 1px solid #c9cfd7;
}
.ui_constructor_relations .p1 .c_rels .c_title {
    padding: 2px;
}
.ui_constructor_relations .p1 .c_rels .c_sep4 {
    width: 20px; 
    height: 100%;
}
.ui_constructor_relations .p1 .c_rels .c_sep4 table {
    height: 100%;
}
.ui_constructor_relations .p1 .c_rels .c_sep4 table .t {
    border-left: 1px solid #c9cfd7; 
    height: 50%;
}
.ui_constructor_relations .p1 .c_rels .c_sep4 table .b {
    border-top: 1px solid #c9cfd7; 
    height: 50%;
}
.ui_constructor_relations .p1 .c_rels .c_sep4 table .l {
    border-top: 1px solid #c9cfd7; 
    border-left: 1px solid #c9cfd7;
    height: 50%;
}
.ui_constructor_relations .p1 .c_rels .c_rel {
    padding: 1px;
}
.ui_constructor_relations .p1 .c_rels .c_rel div {
    width: 100%; 
    height: 100%; 
    padding: 4px; 
    border: 1px solid #c9cfd7;
}
.ui_constructor_relations .p1 .c_rels .c_blank2 {
    width: 20px; 
}
.ui_constructor_relations .p1 .c_rels .c_new {
    padding: 2px; 
}
.ui_constructor_relations .p2 { 
    width: 35%;
    vertical-align: top;
}
.ui_constructor_relations .p2 .t { 
    height: 100%;
}
.ui_constructor_relations .p2 .t .t1 { 
    width: 20px; 
}
.ui_constructor_relations .p2 .t .t1 table { 
    height: 100%;
}
.ui_constructor_relations .p2 .t .t1 table .a { 
    height: 50%;
}
.ui_constructor_relations .p2 .t .t1 table .b { 
    height: 50%;
    border-top: 1px solid #c9cfd7; 
    border-left: 1px solid #c9cfd7;
}
.ui_constructor_relations .p2 .t .t2 { 
    width: 20px; 
}
.ui_constructor_relations .p2 .t .t2 table { 
    height: 100%;
}
.ui_constructor_relations .p2 .t .t2 table .a { 
    border-left: 1px solid #c9cfd7;
    height: 50%;
}
.ui_constructor_relations .p2 .t .t2 table .b { 
    height: 50%;
    border-top: 1px solid #c9cfd7; 
}
.ui_constructor_relations .p2 .t .s {
    height: 100%;
}
.ui_constructor_relations .p2 .t .s .s_sep {
    width: 20px; 
    height: 20px;
}
.ui_constructor_relations .p2 .t .s .s_title {
    padding: 2px;
    height: 20px;
}
.ui_constructor_relations .p2 .t .s .s_sep2 {
    width: 20px; 
}
.ui_constructor_relations .p2 .t .s .s_sep2 table {
    height: 100%;
}
.ui_constructor_relations .p2 .t .s .s_sep2 table .f {
    height: 50%;
}
.ui_constructor_relations .p2 .t .s .s_sep2 table .nf {
    border-left: 1px solid #c9cfd7;
    height: 50%;
}
.ui_constructor_relations .p2 .t .s .s_sep2 table .l {
    border-top: 1px solid #c9cfd7;
    height: 50%;
}
.ui_constructor_relations .p2 .t .s .s_sep2 table .nl {
    border-top: 1px solid #c9cfd7; 
    border-left: 1px solid #c9cfd7;
    height: 50%;
}
.ui_constructor_relations .p2 .t .s .s_rel {
    padding: 1px;
}
.ui_constructor_relations .p2 .t .s .s_rel div {
    width: 100%; 
    height: 100%; 
    padding: 4px; 
    border: 1px solid #c9cfd7;
}
.ui_constructor_relations .p2 .t .s .s_new {
    padding: 2px; 
}
.ui_constructor_relations .p2 .t .m {
    height: 100%;
}
.ui_constructor_relations .p2 .t .m .m_sep {
    width: 20px; 
    height: 20px;
}
.ui_constructor_relations .p2 .t .m .m_title {
    padding: 2px;
    height: 20px;
}
.ui_constructor_relations .p2 .t .m .m_sep2 {
    width: 20px; 
}
.ui_constructor_relations .p2 .t .m .m_sep2 table {
    height: 100%;
}
.ui_constructor_relations .p2 .t .m .m_sep2 table .f {
    height: 50%;
}
.ui_constructor_relations .p2 .t .m .m_sep2 table .nf {
    border-left: 1px solid #c9cfd7;
    height: 50%;
}
.ui_constructor_relations .p2 .t .m .m_sep2 table .l {
    border-top: 1px solid #c9cfd7;
    height: 50%;
}
.ui_constructor_relations .p2 .t .m .m_sep2 table .nl {
    border-top: 1px solid #c9cfd7; 
    border-left: 1px solid #c9cfd7;
    height: 50%;
}
.ui_constructor_relations .p2 .t .m .m_rel {
    padding: 1px;
}
.ui_constructor_relations .p2 .t .m .m_rel div {
    width: 100%; 
    height: 100%; 
    padding: 4px; 
    border: 1px solid #c9cfd7;
}
.ui_constructor_relations .p2 .t .m .m_new {
    padding: 2px; 
}

.ui_constructor_rel_form {
}
.ui_constructor_rel_form .list {
    vertical-align: top;
    height: 1px;
}
.ui_constructor_rel_form .spacer {
    height: 25px;
}
.ui_constructor_rel_form .spacer img {
    border: none;
    width: 1px;
    height: 1px;
}
.ui_constructor_rel_form .form {
    vertical-align: top;
}
.ui_constructor_rel_form .na {
    vertical-align: top;
    border: 1px solid #C9CFD7; 
    padding: 10px;
}

.ui_constructor_templates .template {
    padding: 2px;
    width: 50%;
}
.ui_constructor_templates .template .t {
    height: 100%;
}
.ui_constructor_templates .template .f {
    width: 8px; 
    background-color: #006EC6;
}
.ui_constructor_templates .template .f img {
    border: none;
    width: 1px;
    height: 1px;
}
.ui_constructor_templates .template .c {
    border: 1px solid #006EC6; 
    padding: 1px;
}
.ui_constructor_templates .template .c table {
    height: 100%;
}
.ui_constructor_templates .template .c table td {
    padding: 4px;
}
.ui_constructor_templates .template .c .title {
    background-color: #EDF3FB;
}

.ui_constructor_template .control { 
    padding: 2px;
}
.ui_constructor_template .control table { 
    height: 100%;
}
.ui_constructor_template .control .t { 
    border: 1px solid #006EC6; 
    padding: 1px;
}
.ui_constructor_template .control .t table td {
    padding: 4px;
}
.ui_constructor_template .control .t .title { 
    background-color: #EDF3FB;
}

.ui_constructor_template2 td {
    padding: 2px;
}
.ui_constructor_template2 .i {
    width: 20px; 
    padding-right: 4px;
}
.ui_constructor_template2 .i img {
    border: none;
    width: 16px;
    height: 16px;
}


.ui_test_suite {
    float: left;
    padding: 2px;
    width: 200px;
}
.ui_test_suite .t {
    height: 100px; 
    width: 200px;
}
.ui_test_suite .t .title {
    border-bottom: 1px solid black; 
    background-color: #F0F0F0; 
    height: 20px;
    padding: 2px;
}
.ui_test_suite .t .links {
    vertical-align: top;
    padding: 2px;
}

.ui_start {
    height: 100%;
}
.ui_start .column {
    width: 33%;
    padding: 2px;
}
.ui_start .column .border {
    height: 100%;
    padding: 4px;
}
.ui_start .part {
    margin: 0px 0px 12px 0px;
}
.ui_start .part .header {
    height: 24px;
}
.ui_start .part .header table {
    height: 24px;
}
.ui_start .part .header table .left {
    background: url(part.left.gif) no-repeat; 
    width: 13px;
}
.ui_start .part .header table .left img {
    border: none;
    width: 13px;
    height: 24px;
}
.ui_start .part .header table .icon {
    background: url(part.title.gif) repeat-x; 
    width: 24px;
    height: 24px;
}
.ui_start .part .header table .icon img {
    border: none;
    width: 24px;
    height: 24px;
}
.ui_start .part .header table .title {
    background: url(part.title.gif) repeat-x; 
    color: #FFFFFF;
    font-weight: bold;
    padding: 0px 0px 0px 4px;
    width: 40px;
}
.ui_start .part .header table .right {
    background: url(part.right.gif) repeat-x; 
    width: 11px;
}
.ui_start .part .header table .right img {
    border: none;
    width: 11px;
    height: 24px;
}
.ui_start .part .header table .controls {
    text-align: right;
    height: 24px;
}
.ui_start .part .header table .controls img {
    border: none;
    width: 15px;
    height: 24px;
}
.ui_start .part .content {
    border: 1px solid #326CC2;
}
.ui_start .part .content .bg {
    background: url(start.backgroundlarge.gif) repeat-x; 
    margin: 2px;
    padding: 4px;
}
.ui_start .saveoptions {
    text-align: right;
    padding: 0px 0px 10px 0px;
    height: 24px;
    border-bottom: 1px solid #326CC2;
}
.ui_start .newpart {
    padding: 10px 0px 0px 0px;
    text-align: right;
}
.ui_start .newpart .title { 
    text-align: right;
    padding: 0px 4px 0px 0px;
}
.ui_start .newpart .list {
    width: 160px;
}
.ui_start .newpart .button {
    padding: 4px 0px 0px 4px;
}
.ui_start .zone .empty {
    border: 1px solid #326CC2;
    padding: 4px;
    margin: 0px 0px 10px 0px;
}

.ui_start .rc_browse {
    width: 100%;
    padding: 2px;
}
.ui_start .rc_browse table td {
    padding: 3px;    
    border: 1px solid #C9CFD7;
}
.ui_start .rc_browse .links {
    padding: 8px 4px 2px 4px;
}
.ui_start .rc_browse .links a {
    margin: 0px 10px 0px 0px;
}
.ui_start .rc_design {
    width: 100%;
}
.ui_start .rc_design td {
    padding: 4px 2px 4px 2px;
}
.ui_start .rc_design .ft {
    width: 100px;
}
.ui_start .rc_design .dropdown {
    width: 100%;
}

.ui_related {
    width: 100%; 
    padding: 15px 0px 5px 2px;
}
.ui_related .rt_title {
    width: 50%; 
    vertical-align: bottom;
}
.ui_related .rt_title .tg {
    width: 19px; 
    padding-top: 2px;
}
.ui_related .rt_title .tg img {
    border: none; 
    width: 13px; 
    height: 13px;
}
.ui_related .rt_actions {
    width: 50%; 
    text-align: right;
}
.ui_related .rt_control {
    padding-top: 5px;
}
.ui_related .rct .text {
    width: 300px; 
    text-align: right; 
    padding: 4px;
}
.ui_related .rct .progress {
    text-align: center; 
    padding: 4px;
}
.ui_related .rct .count {
    width: 50px; 
    text-align: left; 
    padding: 4px;
}

.ui_attached_objects {
}
.ui_attached_objects .empty {
    padding-left: 20px;
    font-weight: bold;
}
.ui_attached_objects .list {
    padding-left: 20px;
}
.ui_attached_objects .list .item {
    border: 1px solid #c9cfd7;
    padding: 4px;
    text-align: center;
    width: 25%;
}