/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b2 | 201101
   NOTE: THIS IS A BETA VERSION (see previous line)
   USE WITH CAUTION AND TEST WITH ABANDON */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
body { /* line-height: 1;*/ }
ol, ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Reset -------------------- */

* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #ffffff;
    background-image: url('../images/bg.png');
    background-position: -70px top;
    background-repeat: repeat-y;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #404040;
    height: 100%;
    min-width: 1000px;
}
html, body { height: 100% }
h1 { font-size: 24px }
h2 { font-size: 22px }
h3 { font-size: 18px }
h4 { font-size: 16px }
h5 { font-size: 14px }
h6 { font-size: 12px }
h1, h2, h3, h4, h5, h6 { font-weight: normal }
a {
    outline: 0;
    text-decoration: none;
    color: #404040;
}
a img {
    border: 0;
    text-decoration: none;
}
a:link, a:visited { padding: 0 }
a:hover, a:active {
    padding: 0;
    text-decoration: none;
}
table, td, tr { vertical-align: middle }
p { margin-bottom: 5px }
strong, b { font-weight: bold }
em, i { font-style: italic }
blockquote { font-style: italic }

input, option, select, button, 
input[type=text], 
input[type=submit], 
input[type=password], 
textarea { font-family: Arial, Helvetica, sans-serif !important }

input, option, select, buttin { font-size: 12px !important; }

select, button, input[type=submit], input[type=button] {
    cursor: pointer !important;
    font-family: Arial, Helvetica, sans-serif !important;
}
pre, .pre { font-family: Monaco, Andale Mono, Courier New, monospace }


/* Global -------------------- */

.clear { clear: both }
.overflow-hidden { overflow: hidden }
.display-none { display: none !important }
.valginTop { vertical-align: top !important }
.valginBottom { vertical-align: bottom !important }
.list-error { border-color: #F2BCBC !important }
.float-left { float: left }
.float-right { float: right }
.text-left { text-align: left }
.text-right { text-align: right }
.text-center { text-align: center }
.text-justify { text-align: justify }
.bold { font-weight: bold }
.italic { font-style: italic }
.underline { border-bottom: 1px solid }
.highlight { background: #ffc }
.nopadding { padding: 0 }
.noindent {
    margin-left: 0;
    padding-left: 0;
}
.nobullet {
    list-style: none;
    list-style-image: none;
}
.margin-top-10 { margin-top: 10px !important}
.margin-right-10 { margin-right: 10px }
.margin-bottom-10 { margin-bottom: 10px }
.margin-left-10 { margin-left: 10px }
.margin-top-20 { margin-top: 20px }
.margin-right-20 { margin-right: 20px; }
.padding-top-10 { padding-top: 10px }
.padding-bottom-10 { padding-bottom: 10px }
.color-orange { color: #FDAB1B }
.color-grey { color: #ACACB5 }
.color-blue { color: #5C8DC4 }

.divider {
    border-top: 1px #ccc solid;
    margin: 0px 0px 10px 0px;
}
.small {
    color: #ACACB5;
    font-size: 11px;
    font-style: italic;
}
#loading, .loading-stats, .load-system {
    background-image: url('../flexigrid/css/images/load.gif');
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    display: none;
}

input.error,
select.error,
textarea.error {
    background-color: #fee !important;
}

.loading-stats {
    display: block;
    width: 347px;
    height: 115px; 
}

.load-system { display: block; }

.info-message {
    border-left: 1px solid #eedc94;
    border-right: 1px solid #eedc94;
    border-top: 1px solid #eedc94;
    border-bottom: 1px solid #e4c652;
    height: auto;
    width: 318px !important;
    padding: 8px 10px;
    float: left;
    margin: 20px 0 0 0;
    font-weight: bold;
    background-color: #eedc94;
    background-repeat: repeat-x;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    background-color: #eedc94;
    background-repeat : repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
    background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
    background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
    background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
    background-image: -o-linear-gradient(top, #fceec1, #eedc94);
    background-image: linear-gradient(top, #fceec1, #eedc94);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
}
.info-message.error {
    color: #ffffff;
    background-color: #c43c35;
    background-repeat: repeat-x;
    background-image : -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
    background-image : -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #c43c35 #c43c35 #882a25;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/* Input */
.width-80 { width: 80px }
.width-100 { width: 100px }
.width-120 { width: 120px }
.width-140 { width: 140px }
.width-160 { width: 160px }
.width-180 { width: 180px }
.width-200 { width: 200px }
.width-220 { width: 220px }
.width-240 { width: 240px }
.width-280 { width: 280px }
.width-400 { width: 400px }
.width-480 { width: 480px }

/* Table */
.col-80 { width: 80px }
.col-120 { width: 120px }
.col-140 { width: 140px }
.col-160 { width: 160px }
.col-180 { width: 180px }
.col-200 { width: 200px }
.col-220 { width: 220px }
.col-240 { width: 240px }
.col-280 { width: 280px }
.col-400 { width: 400px }
.col-480 { width: 480px }

/* Height */
.height-80 { height: 80px }
.height-120 { height: 120px }
.height-140 { height: 140px }
.height-160 { height: 160px }
.height-180 { height: 180px }


/* Mail preview -------------------- */

body.mail-preview {
    background-image: none;
    background-position: left top;
	background-repeat: repeat-x;
}
.mail-preview #divForm {
    padding: 20px;
    width: 1000px;
    margin: 0px auto;
}
.mail-preview h5 {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.mail-preview .tbForm {
    font-weight: normal;
    margin: 10px;
}
.mail-preview .tbForm td {
    vertical-align: middle;
    padding: 4px 0;
}
.mail-preview #divMsg {
    width: 320px;
    margin: 20px auto;
}


/* Login -------------------- */

body.login {
    background-image: url('../images/bg-header.png');
    background-position: left top;
    background-repeat: repeat-x;
}
#login-main {
    width: 340px;
    height: 100%;
    margin: 0px auto;
}
body.login div {
    height: auto;
    width: 340px;
}
body.login div:after { clear: both }
#login-main .logo {
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: -10px center;
    height: 80px;
    float: left;
}
#login-main .logo h1 {
    display: block;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin: 32px 0 0 0;
}
#login-main .login-content {
    width: 298px;
    float: left;
    padding: 20px;
    margin: 20px 0 0 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
}
#login-main .login-content div {
    float: left;
    margin: 0 0 8px 0;
    width: 298px;
}
#login-main .login-content label {
    display: block;
    width: 100px;
    float: left;
    padding: 4px 0 0 0;
}
#login-main .login-content div.inputs input, .ddl-language {
    float: right;
    width: 180px;
}
#login-main .login-content div.buttons { margin: 0 0 25px 0 }
#login-main .login-content div.buttons input {
    float: right;
    margin: 0 0 0 5px;
}
#login-main .login-content a.login-options {
    font-size: 14px;
    font-weight: bold;
    color: #404040;
    margin: 0 0 8px 0;
    display: block;
    float: left;
}
#login-main .login-content .options { margin: 0 }
#login-main .login-content .options div.links { margin: 0 }
#login-main .login-content .options a {
    font-size: 11px;
    display: block;
    float: left;
    text-align: right;
    width: 100%;
    text-decoration: none;
    color: #5C8DC4;
}
#login-main .login-content .options a:hover { text-decoration: underline }


/* Help -------------------- */

body.help {
    width: auto;
    min-width: 0;
    padding: 0;
    margin: 0;
    height: 100%;
}
body.help #main {
    width: 574px;
    min-width: 574px;
    height: 100%;
}
.helpContent {
    width: 574px;
    height: 100%;
}
.helpContent h1, .helpContent h2, 
.helpContent h3, .helpContent h4, 
.helpContent h5, .helpContent h6 {
    font-weight: bold;
    display: block;
}
.helpContent h1 { font-size: 18px; padding: 8px 0 0 0; }
.helpContent h2 { font-size: 16px; padding: 8px 0 0 0; }
.helpContent h3 { font-size: 14px; padding: 14px 0 0 0; }
.helpContent h4 { font-size: 12px; font-style: italic; padding: 8px 0 4px 0; }
.helpContent h5 { font-size: 11px; font-style: italic; padding: 4px 0 4px 0; }

.helpContent p {
    line-height: 22px;
}
.helpContent ul {
    margin: 0 0 0 15px;
}
.help .button {
    font-size: 12px;
    font-style: italic;
    text-decoration: underline;
}
.helpContent li {
    font-size: 11px;
    line-height: 18px;
    list-style: square;
}
.help dt { font-size: 11px; font-weight: bold; font-style: italic; line-height: 18px; }
.help dd { font-size: 11px; line-height: 18px; }
.helpContent blockquote { margin: 0 0 0 15px; }
.helpContent blockquote p { font-style: normal; }


/* Error page --------------------*/

body.error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #000;
    background-color: #fff;
    background-image: url('../images/bg-header.png');
    background-position: left top;
    background-repeat: repeat-x;
}
.errorContent {
    width: 500px;
    height: 100%;
    min-height: 100px;
    margin: 50px auto;
    padding: 0px 0px 0px 20px;
    font-size: 14px;
}
.errorContent p { line-height: 24px }
.errorContent h1 {
    font-size: 58px;
    font-weight: bold;
    color: #FDAB1B;
    display: block;
    margin-bottom: 20px;
}
.errorContent h2 {
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    display: block;
    margin-bottom: 10px;
    color: #BABABA;
}
.errorContent a {
    text-decoration: none;
    color: #5C8DC4;
}
.logo {
    margin: 0px auto;
    width: 500px;
    height: 80px;
}
.logo table {
    width: 500px;
    height: 80px;
}


/* Header -------------------- */

#header {
    background-image: url('../images/bg-header.png');
    background-repeat: repeat-x;
    background-position: left top;
    width: 100%;
    height: 80px;
    color: #fff;
    float: left;
}
#header .logo {
    width: 180px;
    height: 80px;
    float: left;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: left center;
}
#header .sitemap {
    width: 440px;
    height: 50px;
    float: left;
    padding: 30px 0px 0px 20px;
}
#header .sitemap h5 {
    color: #FDAB1B;
    margin: 0;
    font-weight: bold;
}
#header .user-bar {
    width: auto;
    max-width: 323px;
    height: 55px;
    padding: 25px 10px 0px 27px;
    float: right;
    background-image: url('../images/user.png');
    background-repeat: no-repeat;
    background-position: left center;
}
#header .user-bar a { font-weight: bold }
#header .user-bar a:hover, #header .user-bar a:active { text-decoration: underline }
#header .user-bar-log { margin: 0 }


/* Wrapper & Header -------------------- */

#wrapper {
    float: left;
    position: relative;
    width: 100%;
}

#header {
    background-image: url('../images/bg-header.png');
    background-repeat: repeat-x;
    background-position: left top;
    width: 100%;
    height: 80px;
    color: #fff;
    float: left;
}
#header .logo {
    width: 180px;
    height: 80px;
    float: left;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: left center;
}
#header .sitemap {
    width: 440px;
    height: 50px;
    float: left;
    padding: 30px 0px 0px 20px;
}
#header .sitemap h5 {
    color: #FDAB1B;
    margin: 0;
    font-weight: bold;
}
#header .user-bar {
    width: auto;
    max-width: 323px;
    height: 55px;
    padding: 25px 10px 0px 27px;
    float: right;
    background-image: url('../images/user.png');
    background-repeat: no-repeat;
    background-position: left center;
}
#header .user-bar a { font-weight: bold }
#header .user-bar a:hover, #header .user-bar a:active { text-decoration: underline }
#header .user-bar-log { margin: 0 }


/* Navi -------------------- */

#left {
    float: left;
    width: 180px;
}
#navi {
    float: left;
    height: 100%;
    width: 180px;
}
#navi h6 {
    margin: 0;
    display: block;
    width: 179px;
}
#navi h6 a {
    padding: 12px 0px 12px 36px;
    height: 13px;
    display: block;
    color: #000;
}
#navi h6.navi-active {
    font-weight: bold;
    border-bottom: 1px solid #ACACB5;
    border-top: 1px solid #ACACB5;
    background-image: url('../images/navi-active.png');
    background-repeat: repeat-x;
    background-position: left center;
}
#navi ul {
    list-style: none;
    background-color: #E1E1E8;
    width: 179px;
    border-bottom: 1px solid #ACACB5;
}
#navi ul li { list-style: none }
#navi ul li a {
    list-style: none;
    display: block;
    width: 143px;
    padding: 6px 0px 6px 36px;
    color: #000;
    font-size: 11px;
}
#navi ul li a:hover, #navi ul li a.active {
    background-image: url('../images/navi-li-hover-2.png');
    background-repeat: repeat-x;
    background-position: left center;
    color: #fff;
}
#navi a {
    background-repeat: no-repeat;
    background-position: 10px center;
}
#navi a.navi-home { background-image: url('../images/desktop.png') }
#navi a.navi-mailserver { background-image: url('../images/server.png') }
#navi a.navi-routing { background-image: url('../images/server-arrow.png') }
#navi a.navi-smtp { background-image: url('../images/server-cast.png') }
#navi a.navi-system { background-image: url('../images/computer.png') }
#navi a.navi-about { background-image: url('../images/info.png') }
#navi a.navi-help, #navi a.navi-general { background-image: url('../images/help.png') }
#navi h6:hover { background-color: #CFCFD0 }


/* Main -------------------- */

#main {
    margin: 0px 0px 0px 180px;
    min-width: 820px;
}


/* Search -------------------- */

#search, .search {
    height: 37px;
    border-bottom: 1px solid #ACACB5;
    background-color: #EAEAEE;
    min-width: 760px;
    padding: 0px 0px 0px 20px;
}
#search .tbSearch, .search .tbSearch { height: 37px }
#search .tbSearch td, .search .tbSearch td { padding: 0px 10px 0px 0px }
#search h5 {
    font-weight: bold;
    max-width: 80px;
}
#search .input {
    width: 368px;
    padding-right: 26px;
}


/* Content -------------------- */

#content { 
	padding: 15px 20px 10px 
}
#content h5, #content h6 {
    font-weight: bold;
    margin-bottom: 8px;
}
#content .tbForm {
    margin: 0px 0px 10px 15px;
    font-weight: normal;
}
#content .tbForm td {
    vertical-align: middle;
    height: 32px;
}
#content .tbForm .add { margin-bottom: 10px }
#content .tbForm .add, #content .tbForm .remove {
    color: #FDAB1B;
    display: block;
    cursor: pointer;
}
#content .lbDomain {
    width: 240px;
    max-width: 240px;
    min-height: 120px;
    max-height: 250px;
}
#content #tbGrid { display: none }
#content #tbGridAlias tr { cursor: pointer }

span.btDelete, span.btEdit, span.btActive, span.btDeactive, span.btInfo {
    display: block;
}
.btDelete, .btEdit, .btActive, .btDeactive, .btInfo {
    background-position: left center !important;
    width: 16px !important;
    height: 16px !important;
    border: 0 !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    margin-right: 5px !important;
}
.btDelete { background-image: url('../images/cross.png') !important }
.btEdit { background-image: url('../images/edit.png') !important }
.btActive { background-image: url('../images/active.png') !important }
.btDeactive { background-image: url('../images/deactive.png') !important }
.btInfo { background-image: url('../images/info.png') !important }
.debug {
    border: 2px solid #ccc;
    padding: 10px;
    background-color: #fafafa;
}


/* Statistiken -------------------- */

.box-stats {
    float: left;
    width: 280px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.box-stats h2 {
    font-size: 14px;
    font-weight: bold;
    display: block;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #BABABA;
    padding: 0 0 0 10px;
    background-color: #ededed;
    background-image: url('../images/chart.png');
    background-position: 253px center;
    background-repeat: no-repeat;
}
.box-stats h1 {
    font-size: 28px;
    font-weight: bold;
    display: block;
    line-height: 50px;
    float: left;
    height: 50px;
    padding: 0 0 0 10px;
}


/* JMM-Reporter -------------------- */

.tabs-container { margin: 0 0 0 15px }
ul.tabs {
    display: block;
    margin: 0;
    padding: 0;
    height: 28px;
    border-bottom: solid 1px #DDD;
}
ul.tabs li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
}
ul.tabs li a, ul.tabs li a.active {
    background: white;
    border-width: 1px 1px 0 1px;
    height: 28px;
}
ul.tabs li a {
    display: block;
    width: auto;
    height: 27px;
    padding: 0 14px;
    line-height: 28px;
    border: solid 1px #ccc;
    margin: 0 -1px 0 0;
    background: #EEE;
}
.tabs-content {
    padding: 20px 14px 14px 14px;
    border: solid 0 #ccc;
    border-width: 0 1px 1px 1px;
}
.tabs-content .tabdiv { display: none }
.tabs-content .active { display: block }
/* .tabs-content .tbForm { margin: 0 !important } */
.tabs-content-left {
    padding: 4px 0 0 0;
    border: none;
    border-width: 0;
    float: left;
    /*float: none;;
    position: absolute;
    left: 410px;
    right: 10px;*/
}
.tabs-content-left .tbForm { margin-right: 15px !important; }
ul.tabs-left {
    display: block;
    margin: 0;
    padding: 0;
    height: 28px;
    float: left;
    width: 213px;
    border: none;
    margin-right: 15px;
}
ul.tabs-left li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
}
ul.tabs-left li a,
ul.tabs-left li a.active {
    background: white;
    border-width: 1px 0 0 1px;
    height: 28px;
    background-image: url('../images/navi-li-hover-2.png');
}
ul.tabs-left li a.active { color: #fff }
ul.tabs-left li a {
    display: block;
    float: left;
    width: 180px;
    height: 27px;
    padding: 0 14px;
    line-height: 28px;
    border: none;
    margin: 0 -1px 0 0;
    background: #eee;
    font-size: 11px;
}
.jmmEditorDescription { line-height: 28px }
.editor textarea {
    height: 180px;
    max-width: 625px;
    border: 0;
    font-family: Monaco,Andale Mono,Courier New,monospace !important;
    line-height: 21px;
    background-color: transparent;
    border: none !important;
    padding: 0 10px 0 32px;
}
.editor textarea[disabled] { background-color: transparent }
.editor {
    width: 624px;
    background-image: url('../images/bg-editor.png');
    background-position: left top;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 2px 1px #ededed;
    -moz-box-shadow: 0px 0px 2px 1px #ededed;
    box-shadow: 0px 0px 2px 1px #ededed;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#FramePreview, #FrameWlcPreview {
    width: 100%;
    height: auto;
    border: none;
    padding: none;
}
.nice-list {
    border: 1px solid #CFCFD2;
    margin: 15px;
    border-bottom: none;
}
.nice-list li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #CFCFD2;
}
.nice-list li a {
    display: block;
    padding: 8px 8px 8px 32px;
    background-image: url(../images/edit.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    font-size: 12px;
    color: #5C8DC4;
}
.nice-list li a span {
    color: #ACACB5;
    margin: 0 2px;
}
.nice-list li a:hover { background-color: #fafafa }

/* asp grid -------------------- */

.asp-grid {   
    width: 100%;   
    background-color: #fff;   
    border: solid 1px #ccc;   
    border-collapse:collapse; 
    font-size: 11px;
    margin: 0 0 10px 0;
}  
.asp-grid td {   
    padding: 5px;   
    border: solid 1px #ccc;
}
.asp-grid .selected { background-color: #D2E3EC; }
.asp-grid th {   
    padding: 4px 2px;   
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */   
}  
.asp-grid .alt { background-color: #ededed; }  


/* Tooltip 
   URL: http://tutorialzine.com/2010/07/colortips-jquery-tooltip-plugin/ 
*/

.tooltip {
    position: absolute;
    display: none;
    border: 1px solid #ccc;
    float: left;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    --webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
}
.toolTipArrow, .toolTipArrowShadow {
    border: 4px solid transparent;
    bottom: 0;
    height: 0;
    left: 0;
    top: 40%;
    margin-left: -8px;
    position: absolute;
    width: 0;
    border-right-color: #fff;
}
.toolTipArrowShadow {
    border-width: 5px;
    top: 38%;
    margin-left: -10px;
    border-right-color: #ccc;
}
.tooltip i {
    display: block;
    float: left;
    width: 50px;
    color: #acacb5;
}
.tooltip .css_code {
    font-family: Monaco,Andale Mono,Courier New,monospace;
    color: #7A3E9D;
}


/* Fileupload
   URL: http://www.viget.com/inspire/custom-file-inputs-with-a-bit-of-jquery/
*/

span.file-holder {
    outline: none;
    border: none;
}
.file-wrapper {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.file-wrapper .button {
cursor: pointer;
    display: inline-block;
    padding: 8px 15px 8px 15px;
    line-height: 11px;
    font-size: 11px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #404040 !important;
    text-shadow: 1px 1px 0 #fff;
    border: 1px solid #d4d4d4;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    /*background-clip: padding-box; */ /* commented out due to Opera 11.10 bug */
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    /* IE hacks */
    zoom: 1;
    *display: inline;
}
.file-wrapper input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.file-wrapper input {
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    opacity: 0.01;
}
.file-wrapper input { font-size: 100px }


/*
 * jQuery UI Autocomplete 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
 
 .ui-autocomplete {
    position: absolute;
    cursor: pointer;
}
/* workarounds */
* html .ui-autocomplete { width: 1px } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.14
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
 
 .ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    font-size: 11px;
}
.ui-menu .ui-menu { margin-top: -3px }
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    float: left;
    clear: left;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 4px;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    color: #fff;
    background-color: #1B5CCD;
}
.ui-corner-all {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.ui-menu-item a:hover { background-color: #1B5CCD }
.ui-autocomplete {
    background-color: #333;
    color: #fff;
}
.ui-autocomplete { margin-top: 10px }
.ui-widget-content { background: #333/*bgColorContent*/; }
.ui-widget-content a { color: #fff/*fcContent*/; }

/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
 
 .ui-dialog {
    position: absolute;
    width: 300px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #AFAFAF;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
}
.ui-dialog .ui-dialog-titlebar {
    /*padding: .4em 1em;*/
    position: relative;
    padding: 10px;
}
.ui-dialog .ui-dialog-title {
    float: left;
    font-size: 14px;
    font-weight: bold;
    /*margin: .1em 16px .1em 0;*/
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 10px;
    top: 43%;
    /*margin: -10px 0 0 0;*/
    padding: 0;
    width: 7px;
    height: 7px;
    background-image: url('../images/close.gif');
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 1px;
    text-indent: -10000px;
}
.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    /*margin: 1px;*/
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
    background-position: left center;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right }
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar { cursor: move }
.ui-widget-header {
    border-bottom: 1px solid #ccc;
    background-color: #ededed;
    color: #000000;
    font-weight: bold;
}
.ui-widget-header a { color: #000000 }
.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ui-helper-clearfix { display: inline-block }
* html .ui-helper-clearfix { height: 1% }
.ui-helper-clearfix { display: block }
/* Overlays */
.ui-widget-overlay {
    background-color: #aaa/*bgColorOverlay*/; opacity: .3;
    filter: Alpha(Opacity=30)/*opacityOverlay*/;;
}
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dialog-branding h5 { margin: 5px 0px 10px 0px }
.dialog-branding p { line-height: 20px }
.dialog-branding table { margin-bottom: 10px }
.dialog-branding a {
    color: #5C8DC4;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}
.dialog-branding a:hover { text-decoration: underline }
.dialog-box {
    padding: 10px;
    background-color: #ededed;
    margin: 10px 0 10px 0;
}
.dialog-branding .file-wrapper .button {
    color: #5C8DC4 !important;
    font-weight: bold;
    border: none;
    background: none;
    padding: 0;
    margin: 2px 2px 2px 0;
    font-size: 12px;
}
.dialog-branding .direct {
    cursor: pointer;
    background-image: url('../images/arrow.png');
    background-position: 346px center;
    background-repeat: no-repeat;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-weight: bold;
}
.dialog-branding .direct a:hover { text-decoration: none }
.dialog-branding .direct-upload {
    border: 1px solid #ccc;
    background-color: #fafafa;
}
.dialog-branding .direct { padding: 10px }
.dialog-branding .direct-upload-content td { padding: 5px 10px }
.dialog-branding .direct-upload { margin-bottom: 10px }