/**********************************************************************************************************************/
div.instance-preview {
    margin: 8px 20px 6px 20px;
}
div.instance-preview iframe {
    width: 736px;
    height: 420px;
    background-color: white;
    border: solid 1px rgb(0, 31, 94);
    overflow: scroll;
}
/** Layout/Form: edit-container ***************************************************************************************/
div.edit-container {
    width: 600px;
}
/** Layout/Form: form-box *********************************************************************************************/
div.form-box {
    color: #333;
    background-color: #fff;
    border: solid 2px #9ba0a8;
    padding: 10px;
    margin: 0 0 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
div.alternate-link a {
    color: #aaa !important;
}
div.form-box form {
    padding: 10px 0;
}
div#content h3 {
    height: 26px;
    line-height: 30px;
    color: #999;
    margin: 5px;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-style: italic;
}
div#content h3 div {
    float: right;
    font-size: 90%;
    font-style: normal;
}
div#content h3 div a {
    color: #17274c;
}
div#content h3 div a:hover {
    text-decoration: underline;
}
div.form-box textarea {
    height: 50px;
    width: 250px;
}
div.form-box label {
    float: left;
    width: 160px;
    height: 25px;
    text-align: right;
    margin: 0 5px;
    padding: 0 8px;
    font-weight: bold;
    font-size: 14px;
    line-height: 48px;
}
div.form-box div textarea {
    height: 26px;
    width: 350px ;
    margin: 6px 0 6px 0;
}
div.form-box div textarea.option-textarea {
    height: 360px;
    width: 700px ;
    margin: 6px 0 6px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #9BA0A8;
    background:#F3F5FB;
}
div.form-box div select {
    height: 35px;
    width: 404px;
    padding: 3px 2px;
    line-height: 45px;
    margin: 6px 0;
}
div.form-box div select option {
    height: 18px;
    padding: 8px 12px;
    line-height: 20px;
}

div.form-box div textarea {
    width: 390px;
    height: 150px;
    padding: 5px;
}

/** Layout/Form: form-box form-info ***********************************************************************************/
.form-info {
    padding: 0 20px 5px 20px;
    font-size: 14px;
    line-height: 20px;
}

/** Layout/Form: form-box action-infos ********************************************************************************/
div#main .form-box .action-info {
    padding: 0 20px 10px 20px;
    color: red;
}
div#main .form-box .action-info h2 {
    font-size: 16px;
    color: red;
}
div#main .form-box ul {
    display: inline;
}
div#main .form-box ul li {
    font-size: 12px;
    list-style-type: square;
    line-height: 20px;
    margin-left: 20px;
}

/** Layout/Form: form-box alternate-link ******************************************************************************/
div#main .form-box .alternate-link {
    width: 385px;
    padding: 10px 0;
    height: 30px;
    float: none;
    text-align: right;
}
div#main .form-box .alternate-link a {
    font-weight: bold;
    text-decoration: underline;
    color: #001f5e;
}

/** Layout/Form: form-box login ***************************************************************************************/
div.login {
    width: 500px;
    margin: 100px auto;
}
div.login label {
    width: 100px;
}
div.login div input {
    width: 250px;
}
div.login div input[type=submit] {
    margin: 5px 0 0 288px;
}

/** Layout/Form: setting-form *****************************************************************************************/
div.setting-container {
    color: #666;
    background-color: #eee;
    border: solid 1px #999;
    padding-bottom: 10px;
    margin: 0 0 6px 0;
}
div.setting-container h3 {
    background-color: #ddd;
    color: #666;
    padding: 3px 8px;
    margin-bottom: 5px;
}

/** Setting-Form ******************************************************************************************************/
h3.setting-head {
    padding: 4px 0 0 0;
    height: 26px;
    line-height: 26px;
    margin: 10px 0 0 7px;
    background-color: #333;
    width: 553px;
    font-size: 13px;
    padding: 3px 15px;
    color: white;
}
div.setting-form {
    width: 543px;
    height: 126px;
    height: auto;
    margin: 0 0 0 7px;
    padding: 20px;
    text-align: center;
    background-color: rgb(102, 12, 102);
}
div.setting-form label {
    float: left;
    font-weight: bold;
    font-size: 13px;
    width: 180px;
    padding: 3px 15px;
    text-align: left;
    color: white;
}
div.setting-form input[type=text] {
    margin: 0;
    height: 22px;
    width: 520px;
    padding: 1px 10px;
}
div.setting-form textarea {
    width: 520px;
    height: 140px;
}
div.setting-form select {
    margin: 0;
    width: 300px;
    border: 1px solid #999;
    padding: 1px 0px;
}
div.setting-form-footer {
    width: 563px;
    height: 22px;
    text-align: right;
    margin: 0 0 0 7px;
    padding: 10px;
    background-color: #333;
}
div.setting-form-footer input[type=submit] {
    width: 50px;
    height: 22px;
    background-color: #aaa;
    margin: 0px 5px;
}
table.config-values {
    width: 750px;
    margin: 0 0 0 -7px;
}
table.config-values td {
    height: 35px;
    padding: 0 10px;
    color: #333;
}
table.config-values td.left {
    text-align: right;
    width: 200px;
    line-height: 24px;
}
table.config-values tr {
    background-color: #dde4f3;
    color: #333;
}
table.config-values tr.result {
    background-color: #ccc;
    height: 26px;
    font-weight: bold;
}

/** Layout/Navigation: list-links *************************************************************************************/
ul.subnav {
    margin: 6px  0;
    border-bottom: solid 3px #001f5e;
}
ul.subnav li {
    display: inline;
    padding-right: 4px;
}
ul.subnav li a {
    padding: 5px 14px;
    line-height: 26px;
    color: #ffffff;
    background-color: #001f5e;
    border-bottom: solid 3px white;
}
ul.subnav li a.active {
    border-bottom: solid 3px #001f5e;
}

/** Layout/Tablist *************************************************************************************/
div.tablistframe {
    border-bottom: solid 3px #001f5e;
    margin: 6px 0 0 0;
}
ul.tablist {
    height: 30px;
}
ul.tablist li {
    display: inline;
    padding-right: 4px;
}
ul.tablist li a {
    position: relative;
    top: 3px;
    display: block;
    float: left;
    margin-right: 5px;
    padding: 3px 14px 4px 14px;
    line-height: 20px;
    height: 20px;
    color: #ffffff;
    background-color: #001f5e;
}
ul.tablist li a.active {
    height: 23px;
    top: 0;
}

div.tablistwrap ul.tablist li a.back-tab {
    height: 19px;
    width: 6px;
    top: 3px;
    font-size: 0;
    background: url(img/back_button.gif) 0 0 no-repeat #f3f5fb;
}
div.tablistwrap ul.tablist li a.back-tab:before {
    content:none;
}
div.tablistwrap ul.tablist li a.back-tab:hover {
    background: url(img/back_button.gif) 0 -27px no-repeat #d2d7e3;
}

/** Layout/Navigation: objectinfo *************************************************************************************/
div.objectinfo {
    border: dotted #001f5e 1px;
    padding: 4px;
    margin-bottom: 6px;
}
div.objectinfo a {
    display: block;
    color: #001f5e;
    padding: 0 5px;
    border-left: 19px #001f5e solid;
    height: 19px;
    font-weight: bold;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 1px;
}
div.objectinfo a:hover {
    background-color: #eef;
    text-decoration: none;
}

/** Gallery: image-list ***********************************************************************************************/
div.image-item {
    height: 150px;
    border: 1px solid #aaa;
    background-color: #eee;
    margin: 0 3px 6px 3px;
}
div.image-item h3 {
    width: 120px;
    height: 22px;
    overflow: hidden;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
ul.edit-buttons li a {
    display: block;
    width: 110px;
    height: 22px;
    background-color: #666;
    color: white;
    margin: 2px 0;
    padding: 2px 5px 0 5px;
}
ul.edit-buttons li a:hover {
    text-decoration: none;
}

/** Itemlist: list-head ***********************************************************************************************/
div.list-head {
    height: 26px;
    color: #eee;
    background-color: #888;
    border: solid 1px #555;
    margin: 0 0 6px 0;
    text-decoration: none;
    font-size: 20px;
}
div.list-head a {
    display: block;
    float: left;
    width: 200px;
    font-size: 13px;
    color: #eee;
    padding: 3px 10px;
    background-color: #555;
    text-decoration: none;
    height: 20px;
    margin-right: 5px;
}
div.list-head a b {
    padding-right: 5px;
}
div.list-head a:hover {
    background-color: #333;
    color: #fff;
}
div.list-head form,
div.list-head form fieldset {
    float: left;
}
div.list-head form fieldset {
    margin-right: 5px;
    background-color: #555;
    padding: 2px 5px 0 5px;
    height: 25px;
}
div.list-head form fieldset select {
    width: 210px;
}

/** Itemlist: list-box ************************************************************************************************/
div.list-box {
    color: #666;
    background-color: #eee;
    border: solid 1px #999;
    padding-bottom: 20px;
    margin: 0 0 6px 0;
}
div.list-box h3 {
    background-color: #ddd;
    color: #666;
    padding: 3px 10px;
    margin-bottom: 5px;
}
div.list-box a {
    display: block;
    background-color: #ddd;
    color: #666;
    padding: 3px 10px;
    margin: 0 4px 4px 4px;
    text-decoration: none;
    border: solid 1px #999;
    border-left: solid 10px #999;
}
div.list-box a:hover {
    background-color: #ccc;
}

/** Itemlist: list-links **********************************************************************************************/
ul.list-links {
    height: 26px;
}
ul.list-links li {
    display: inline;
}
ul.list-links li a {
    padding-left: 1px;
    color: #666;
    font-weight: bold
}

/** Itemlist: list-big ************************************************************************************************/
/** Layout/Table ***********************************************************************************************/
div.table-tab {
    position: relative;
    left: 6px;
    color: #001f5e;
    height: 46px;
    line-height: 20px;
    font-weight: bold;
    margin-left: -5px;
    margin-bottom: 5px;
    width: 753px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
div.table-tab a {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: none;
    background: #dfdfdf;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    height: 25px;
    line-height: 25px;
    width: inherit;
    max-width: 200px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    margin: 5px 8px;
}
div.table-tab a:hover {
    background: #efefef !important;
}
div.table-tab a:active {
    position: relative;
    top: 1px;
}
div.table-tab a {
    clear: right;
}
div.table-tab a,
div.table-tab form {
    padding: 5px 8px;
}
div.table-tab form, div.table-tab form fieldset {
    width: auto;
    display: inline;
    float: right;
}
div.table-tab form select {
    width: 120px;
    float: right;
}
div.table-tab a:hover {
    background-color: white;
}
.mega tr td {
    height: 80px;
    vertical-align: top;
}
.treetable tr td.functions {
    padding: 0;
}
.treetable tr td p {
    color: #001f5e;
    text-decoration: none;
    padding: 2px 5px;
    line-height: 29px;
}
table.mega tr td p {
    color: #001f5e;
    text-decoration: none;
    padding: 0px 5px 5px 5px;
    line-height: 18px;
}
.treetable tr td a, .treetable tr td a:visited {
    text-decoration: underline;
    color: #333;
    display: block;
    text-decoration: none;
    padding: 2px 5px;
    height: 28px;
    line-height: 29px;
	font-weight:500;
}
.treetable tr td.functions a {
    float: left;
}
.treetable tr td a:hover {
    color: #000;
}
.treetable tr th.itemid {
    width: 30px;
    text-align: right;
    padding-right: 8px;
}
.treetable tr td.itemid {
    font-size: 80%;
    text-align: right;
    padding-right: 8px;
}
.treetable tr td.link {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.025em;
    padding: 0;
}
.treetable tr td.link a {
    display: block;
    text-decoration: none;
    font-size: 120%;
    padding: 2px 10px;
    height: 28px;
    line-height: 29px;
}
.treetable tr td.link a:hover {
    color: #666 !important;
}
.treetable tr th.level,
.treetable tr td.level {
    width: 30px;
    border-left: none;
}
.treetable tr td.type div {
    width: 20px;
    height: 20px;
    margin: 4px;
}
.treetable tr td.type1 div {
    background-color: #001f5d;
}
.treetable tr td.type2 div {
    background-color: green;
}

/** Navigation: list-links ********************************************************************************************/
div#navigation ul li {
    display: inline;
}
div#navigation ul li a {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 15px 8px 15px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
}
div#navigation ul li a:hover {
    background-color: rgba(255,255,255,0.1);
}
div#navigation ul li a.sel {
    border-bottom: #fff solid 6px;
}
div#navigation ul li a.logout {
    margin-right: 6px;
    float: right;
}

/**********************************************************************************************************************/
div.instance-preview {
    margin: 8px 0px 6px 0px;
}
div.instance-preview iframe {
    width: 736px;
    height: 420px;
    background: url(img/iframe_bg.gif);
    border: solid 1px #ddd;
    overflow: scroll;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

/** Layout/Layout: Head ***********************************************************************************************/
div#head {
    width: 410px;
    height: 60px;
    margin: 0 auto;
    padding: 43px 20px 10px 370px;
    background-color: white;
    background-position: 25px 28px;
    background-repeat: no-repeat;
}
div#head h1 {
    margin: 13px 0 0 0;
    text-align: right;
    font-size: 28px;
    color: #001f5e;
}
div#head p {
    margin: 8px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #001f5e;
}
div#head p.userinfo {
    margin: 12px 0 0 0;
    text-align: right;
}
div#navigation {
    width: 800px;
    height: 50px;
    margin: 0 auto;
    background-color: #001f5e;
}

/** Layout/Layout: Main ***********************************************************************************************/
div#main {
    width: 780px;
    min-height: 600px;
    margin: 0 auto;
    padding: 10px;
    background-color: white;
}
div#main h2 {
    margin: 10px 0 5px 0;
    font-size: 16px;
    color: #001f5e;
}
div#main h2 a {
    font-size: 16px;
    color: #001f5e;
}

/** Layout/Form: edit-container ***************************************************************************************/
div.edit-container {
    width: 600px;
}

/** Layout/Form: form-box form-info ***********************************************************************************/
.form-info {
    padding: 0 20px 5px 20px;
    font-size: 14px;
    line-height: 20px;
}

/** Layout/Form: form-box action-infos ********************************************************************************/
div#main .form-box .action-info {
    padding: 0 20px 10px 20px;
    color: red;
}
div#main .form-box .action-info h2 {
    font-size: 16px;
    color: red;
}
div#main .form-box ul {
    display: inline;
}
div#main .form-box ul li {
    font-size: 12px;
    list-style-type: square;
    line-height: 20px;
    margin-left: 20px;
}

/** Layout/Form: form-box alternate-link ******************************************************************************/
div#main .form-box .alternate-link {
    width: 385px;
    padding: 10px 0;
    height: 30px;
    float: none;
    text-align: right;
}
div#main .form-box .alternate-link a {
    font-weight: bold;
    text-decoration: underline;
    color: #001f5e;
}

/** Layout/Form: form-box login ***************************************************************************************/
div.login {
    width: 500px;
    margin: 100px auto;
    background: #eee;
}
div.login label {
    width: 100px;
}
div.login div input {
    width: 250px;
}
div.login div input[type=submit] {
    margin: 5px 0 0 0;
    position:relative;
    width:120px;
}

/** Layout/Form: setting-form *****************************************************************************************/
div.setting-container {
    color: #666;
    background-color: #eee;
    border: solid 1px #999;
    padding-bottom: 10px;
    margin: 0 0 6px 0;
}
div.setting-container h3 {
    background-color: #ddd;
    color: #666;
    padding: 3px 8px;
    margin-bottom: 5px;
}

/** Layout/Navigation: list-links *************************************************************************************/
ul.subnav {
    margin: 6px  0;
    /*height: 29px;*/
    border-bottom: solid 3px #001f5e;
}
ul.subnav li {
    display: inline;
    padding-right: 4px;
}
ul.subnav li a {
    padding: 5px 14px;
    line-height: 26px;
    color: #ffffff;
    background-color: #001f5e;
    border-bottom: solid 3px white;
}
ul.subnav li a.active {
    border-bottom: solid 3px #001f5e;
}

/** Layout/Navigation: objectinfo *************************************************************************************/
div.objectinfo {
    border: dotted #001f5e 1px;
    padding: 4px;
    margin-bottom: 6px;
}
div.objectinfo a {
    display: block;
    color: #001f5e;
    padding: 0 5px;
    border-left: 19px #001f5e solid;
    height: 19px;
    font-weight: bold;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 1px;
}
div.objectinfo a:hover {
    background-color: #eef;
    text-decoration: none;
}

/** Gallery: image-list ***********************************************************************************************/
div.image-item {
    height: 150px;
    border: 1px solid #aaa;
    background-color: #eee;
    margin: 0 3px 6px 3px;
}
div.image-item h3 {
    width: 120px;
    height: 22px;
    overflow: hidden;
}
ul.edit-buttons li a {
    display: block;
    width: 110px;
    height: 22px;
    background-color: #666;
    color: white;
    margin: 2px 0;
    padding: 2px 5px 0 5px;
}
ul.edit-buttons li a:hover {
    text-decoration: none;
}

/** Itemlist: list-head ***********************************************************************************************/
div.list-head {
    height: 26px;
    color: #eee;
    background-color: #888;
    border: solid 1px #555;
    margin: 0 0 6px 0;
    text-decoration: none;
    font-size: 20px;
}
div.list-head a {
    display: block;
    float: left;
    width: 200px;
    font-size: 13px;
    color: #eee;
    padding: 3px 10px;
    background-color: #555;
    text-decoration: none;
    height: 20px;
    margin-right: 5px;
}
div.list-head a b {
    padding-right: 5px;
}
div.list-head a:hover {
    background-color: #333;
    color: #fff;
}
div.list-head form,
div.list-head form fieldset {
    float: left;
}
div.list-head form fieldset {
    margin-right: 5px;
    background-color: #555;
    padding: 2px 5px 0 5px;
    height: 25px;
}
div.list-head form fieldset select {
    width: 210px;
}

/** Itemlist: list-box ************************************************************************************************/
div.list-box {
    color: #666;
    background-color: #eee;
    border: solid 1px #999;
    padding-bottom: 20px;
    margin: 0 0 6px 0;
}
div.list-box h3 {
    background-color: #ddd;
    color: #666;
    padding: 3px 10px;
    margin-bottom: 5px;
}
div.list-box a {
    display: block;
    background-color: #ddd;
    color: #666;
    padding: 3px 10px;
    margin: 0 4px 4px 4px;
    text-decoration: none;
    border: solid 1px #999;
    border-left: solid 10px #999;
}
div.list-box a:hover {
    background-color: #ccc;
}

/** Itemlist: list-links **********************************************************************************************/
ul.list-links {
    height: 26px;
}
ul.list-links li {
    display: inline;
}
ul.list-links li a {
    padding-left: 1px;
    color: #666;
    font-weight: bold
}

/** Itemlist: list-big ************************************************************************************************/

/** Layout/Layout: Footer *********************************************************************************************/
div#footer {
    position: relative;
    left: 50%;
    margin-left: -384px;
    width: 768px;
    height: 60px;
    padding: 4px 0;
    text-align: center;
}
div#footer ul {
    width: 700px;
    text-align: center;
    margin: 5px auto;
}
div#footer ul li {
    display: inline;
}
div#footer ul li a {
    color: #444;
    padding: 1px 5px;
}

/** Buttons / Img-Links *********************************************************************************************/

input.submit-ok{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    background: #ffffff url(img/ok_button.gif) 0 -2px no-repeat;
    text-indent: 0;
    border: 2px solid #63c000;
    color: #333333;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    height: 40px;
    width:130px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    text-shadow: none;
    text-align:center;
    padding:7px 10px 11px 52px !important;
    position:relative;
    top:7px;
    left: 332px; 
    cursor: pointer;
}
input.submit-ok:hover {
    border: 2px solid #83d130;
    color: #555555;
    background: #ffffff url(img/ok_button.gif) 0 -42px no-repeat !important;
}
div.submit-right {
    width: 590px;
    text-align:right;
}
div.login div.submit-right {
    width:400px;
}
div.submit-right input.submit-ok {
    left:0;
    margin-left:10px !important;
}
div.login div.submit-right a.submit-cancel {
    margin-right:15px;
}
div.submit-right a.submit-cancel {
    left:0;
    margin-left:10px !important;
}
div.submit-center {
    text-align:center; 
}
div.submit-center input.submit-ok {
    left:0;
    margin-left:10px !important;
}
div.submit-center a.submit-cancel {
    left:0;
    margin-left:10px !important;
}
a.submit-cancel {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    background: #ffffff url(img/abbr_button.gif) 0 -2px no-repeat;
    display:inline;
    text-indent: 0;
    border: 2px solid #df4e4e;
    display: inline;
    color: #333333;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    height: 30px;
    width:130px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    text-shadow: none;
    text-align:left;
    padding:9px 10px 10px 52px;
    top:7px;
    position:relative;
    left: 320px; 
}
a.submit-cancel:hover {
    border: 2px solid #fc8585;
    color: #555555;
    background: #ffffff url(img/abbr_button.gif) 0 -42px no-repeat !important;
}
div.option a.submit-cancel {
    left:0 !important;
    top:8px !important;
}
div.option input.submit-ok{
    left:0 !important;
}
div.login input.submit-ok.login-button {
    left:263px !important;
}
div.table-tab a.new {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    background: #ffffff url(img/instanz_button.gif) 0 -2px no-repeat;
    text-indent: 0;
    border: 2px solid #f2b946;
    display: inline;
    color: #333333;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    text-shadow: none;
    text-align:left;
    padding:10px 10px 10px 52px;
    position:relative;
    top:8px;
    left: -7px;
}
div.table-tab a.new:hover {
    border: 2px solid #f5c76b;
    color: #555555;
    background: #ffffff url(img/instanz_button.gif) 0 -42px no-repeat !important;
}
div.table-tab a.new-user,
div.table-tab a.new-customer {
}
div.table-tab a.new-user:hover,
div.table-tab a.new-customer:hover {
}
div.table-tab a.new-instance {
}
div.table-tab a.new-instance:hover {
}
div.table-tab a.new-permission {
}
div.table-tab a.new-permission:hover {
}
div.table-tab a.new-app,
div.table-tab a.new-basisapp {
}
div.table-tab a.new-app:hover,
div.table-tab a.new-basisapp:hover {
}
div.table-tab a.new-option,
div.table-tab a.new-basisoption,
div.table-tab a.new-configuration {
}
div.table-tab a.new-option:hover,
div.table-tab a.new-basisoption:hover,
div.table-tab a.new-configuration:hover {
}

/* Nur Admin */
div.table-tab a.new-service {
}
div.table-tab a.new-service:hover {
}

/* jQuery UI �berschrieben */
.ui-widget {
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 1.1em;
}
.ui-widget-content {
    border: none !important;
}
.ui-widget-header {
    border: none !important;
    background: #F3F3F3 !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none !important;
    border: 2px solid #ccc !important;
}
