/* common styles */
html, body {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 11px;
    text-align: center;
}
form {
    display: inline;
}
input, select {
    background-image: url('images/bg-input.gif');    
    font-size: 1em;
    border: solid 1px #666666;
    width: 150px;
}
textarea {
    background-image: url('images/bg-input.gif');    
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 1em;
    border: solid 1px #666666;
    width: 375px;
    height: 75px;
}
.button {
    border: solid 1px #333333;
    background-image: none;
    background-color: #666666;
    color: #f7941d;
}
.checkbox {
    background-image: none;
    font-size: 1em;
    width: 25px;
}
span.checkbox input {
    background-image: none;
    font-size: 1em;
    width: 20px;
    text-align: left;
    border: 0;
    height: 1.4em;
}
div.content {
    position: relative;
    width: 1002px;
    border: solid 1px #ccc;
    text-align: left;
    margin: 0px auto;
}
div.header {
    position: relative;
    text-align: left;
    height: 30px;
    background-color: #666666;
    color: #f7941d;
    line-height: 30px;
    padding-left: 20px;
    font-size: 1.4em;
    font-weight: bold;
}
div.footer {
    position: relative;
    text-align: left;
    height: 20px;
    line-height: 20px;
    color: #333333;
    background-color: #f7941d;
    border-top: solid 1px #333333;
    padding-left: 20px;
}
div.top-menu {
    position: relative;
    text-align: left;
    height: 20px;
    background-color: #f7941d;
    color: #666666;
    line-height: 20px;
    padding-left: 20px;
    font-size: 1em;
    font-weight: bold;
    border-bottom: solid 1px #333333;
}
div.top-menu a {
    color: #666666;
    text-decoration: none;
    padding: 0px 10px 0px 0px;
}
div.top-menu a:hover {
    color: #666666;
    text-decoration: underline;
    padding: 0px 10px 0px 0px;
}
.error-message {
    width: 100%;
    font-size: 0.9em;
    text-align: center;
    color: #ff0000;
    padding: 2px;
}
fieldset.fset-info 
{
    width: 970px;
    margin: 10px 10px 10px 10px;
}
fieldset.fset-info legend
{
    margin: 10px 0px 10px 0px;
}
ul.adm-more-options {
    list-style: none;
    margin: 10px 0px 10px 10px;
    font-size: 1.1em;
    font-weight: bold;
    color: #666666;
}

ul.adm-more-options li {
    padding: 2px 0px 0px 10px;
    font-size: 0.9em;
    font-weight: normal;
}
ul.adm-more-options a {
    text-decoration: underline;
    color: #f7941d;
}
ul.adm-more-options a:hover {
    text-decoration: underline;
    color: #f7941d;
}
/* frm-login */
div.content-login {
    width: 100%;
    text-align: center;
    padding: 100px 0px 20px 0px;
}
div.box-login {
    width: 320px;
    border: solid 1px #333333;
    text-align: left;
    margin: 0px auto;
    padding: 10px 10px 10px 10px;
}
/* DIV form */
div.frm-form-line {
    width: 100%;    
    clear: both;
    padding: 2px 2px 2px 2px;
}
div.frm-form-label {
    width: 19%;
    float: left;
}
div.frm-form-element {
    width: 79%;    
    float: right;
}
div.frm-form-colspan {
    width: 100%; 
    text-align: center;
}

/* DIV form */
div.frm-el-line {
    width: 100%;    
    clear: both;
    padding: 2px 2px 2px 2px;
}
div.frm-el-line a {
    text-decoration: underline;
    color: #f7941d;
    padding: 0px 0px 0px 10px;
}
div.frm-el-line a:hover {
    text-decoration: underline;
    color: #f7941d;
    padding: 0px 0px 0px 10px;
}
div.frm-el-label {
    width: 49%;
    float: left;
}
div.frm-el-element {
    width: 49%;    
    float: right;
}
div.frm-el-colspan {
    width: 100%; 
    text-align: center;
}
/* grid item */
.grd_grid 
{
    font-size: 1em;
    margin: 5px 5px 5px 20px;
}
.grid_header 
{
    background-color: #666666;
    text-indent: 2px;
    color: #f7941d;
}
.grid_header a
{
    color: #f7941d;
    text-decoration: none;
}
.grid_header a:hover
{
    color: #f7941d;
    text-decoration: underline;
}
.grid_item 
{
    background-color: #ffffff;
    text-indent: 2px;
}
.grid_item a
{
    color: #f7941d;
    text-decoration: none;
}
.grid_item a:hover
{
    color: #f7941d;
    text-decoration: underline;
}
.grid_altitem 
{
    background-color: #999999;
    text-indent: 2px;
}
.grid_altitem a
{
    color: #f7941d;
    text-decoration: none;
}
.grid_altitem a:hover
{
    color: #f7941d;
    text-decoration: underline;
}
.grid_footer 
{
    color: #666666;
    text-indent: 2px;
}
.grid_pager td, span
{
    font-size: 10px;
    color: #666;
}
.grid_pager a
{
    font-size: 10px;
    color: #f7941d;
    text-decoration: none;
}
.grid_pager a:hover
{
    color: #f7941d;
    text-decoration: underline;
}
/* frm-template */
div.content-template {
    width: 100%;
    text-align: center;
    padding: 50px 0px 20px 0px;
}
div.box-template {
    width: 800px;
    border: solid 1px #333333;
    text-align: left;
    margin: 0px auto;
    padding: 10px 0px 10px 0px;
}
/* frm-template */
div.content-newsletter {
    width: 100%;
    text-align: center;
    padding: 50px 0px 20px 0px;
}
div.box-newsletter {
    width: 400px;
    border: solid 1px #333333;
    text-align: left;
    margin: 0px auto;
    padding: 10px 0px 10px 0px;
}
div.box-contact {
    width: 500px;
    border: solid 1px #333333;
    text-align: left;
    margin: 0px auto;
    padding: 10px 0px 10px 0px;
}
div.box-contact input, div.box-contact select {
    width: 200px;
}
div.box-contact div.frm-el-element {
    text-align: left;
}
div.box-contact div.frm-el-label {
    text-align: right;
}
/* newsletter-config */
div.content-newsletter-config {
    width: 100%;
    text-align: center;
    padding: 20px 0px 20px 0px;
}
div.box-newsletter-config {
    width: 650px;
    border: 0px;
    text-align: left;
    margin: 0px auto;
    padding: 10px 0px 10px 0px;
}
span.span-par-ok 
{
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    color: #339900;    
}
span.span-par-err
{
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    color: #cc0000;    
}
/* */
/* newsletter-config */
div.content-newsletter-recepients {
    width: 100%;
    text-align: center;
    padding: 20px 0px 20px 0px;
}
div.box-newsletter-recepients {
    width: 800px;
    border: 0px;
    text-align: left;
    margin: 0px auto;
    padding: 10px 0px 10px 0px;
}
.add-recepients 
{
    width: 750px;
    height: 300px;    
}
a.shortlink
{
    color: #f7941d;
    text-decoration: none;
    font-size: 1.1em;
}
a.shortlink:hover
{
    color: #f7941d;
    text-decoration: underline;
    font-size: 1.1em;
}
/* newsletter-anchors */
div.content-newsletter-anchors {
    width: 100%;
    text-align: center;
    padding: 20px 0px 20px 0px;
}
div.box-newsletter-anchors {
    width: 600px;
    border: 0px;
    text-align: left;
    margin: 0px auto;
    padding: 10px 0px 10px 0px;
}
/* newsletter-attachments */
div.content-newsletter-attachments {
    width: 100%;
    text-align: center;
    padding: 20px 0px 20px 0px;
}
div.box-newsletter-attachments {
    width: 600px;
    border: 0px;
    text-align: left;
    margin: 0px auto;
    padding: 10px 0px 10px 0px;
}
/* newsletter-send-test */
div.content-send-test {
    width: 250px;
    text-align: center;
    padding: 20px 0px 20px 0px;
}
div.box-send-test {
    width: 200px;
    border: 0px;
    text-align: left;
    margin: 0px auto;
    padding: 10px 0px 10px 0px;
}
/* ovladaci prvky */
.bordered-frame {
    width: 950px;
    margin: 0px 20px 5px 20px;
    padding: 5px;
    line-height: 22px;
    border: solid 1px #999999;
}
.chbs-inline {
    width: 950px;
    margin: 0px 20px 5px 20px;
    padding: 5px;
    line-height: 22px;
    border: solid 1px #999999;
}
.chbs-inline input {
    width: 14px;
    height: 14px;
    margin: 0px 4px 0px 0px;
    border: none;
    background: none;
    line-height: 20px;
    vertical-align: middle;
}
.chbs-inline label {
    height: 19px;
    margin: 0px 10px 0px 0px;
    line-height: 17px;
}
.no-records {
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    border: solid 1px #dadada;
    padding: 5px;
}
div.content-main h4 {
    margin: 10px 20px 5px 20px;
    font-size: 1em;
    font-weight: normal;
}
div.affs-report {
    width: 950px;
    margin: 0px 20px 5px 20px;
    border: solid 0px #999999;
    text-align: center;
}
div.affs-strong {
    font-weight: normal;
}
div.affs-report input {
    background: transparent none repeat scroll 0%;
    border:medium none;
    height:14px;
    line-height:20px;
    margin:0px 4px 0px 0px;
    vertical-align:middle;
    width:14px;
}
tr.small-header {
    font-size: 10px;
    font-family: Arial;
    color: #333333;
}
tr.small-header td {
    font-size: 10px;
    font-family: Arial;
    color: #333333;
}
div.full-box {
    background-color:#9FC814;
    color:#FFFFFF;
    font-size:1.2em;
    font-weight:bold;
    line-height:1.5em;
    margin:0 auto;
    padding:5px;
    text-align:center;
    width:600px;
}
div.bordered-box {
    width: 600px;
    background-color:#D2E0F5;
    border:1px solid #7994BF;
    padding:10px;
    color: #333333;
    font-size: 11px;
}
div.bordered-box a:link, div.bordered-box a:visited {
    color: #333333;
    font-size: 11px;
    text-decoration: underline;
}
div.bordered-box a:hover {
    color: #7994BF;
    font-size: 11px;
    text-decoration: underline;
}
div.bordered-box span {
    color: #333333;
    font-size: 11px;
}
table.form-table {
    font-family: arial;
    font-size: 12px;
}

table.job {
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
}

table.job td {
    padding: 3px;
    border: solid 1px #666;
}

table.job td.bar {
    position: relative;
    color: #fff;
    width: 105px;
    min-width: 105px;
    max-width: 105px;
    height: 14px;
    min-height: 14px;
    max-height: 14px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    white-space: nowrap;
}

table.job div.pulse {
    position:absolute;
    display: block;
    height: 12px;
    min-height: 12px;
    max-height: 12px;
    background-color: #36ff00;
    z-index: 2;
}

table.job div.percentage {
    position: absolute;
    display: block;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 10px;
    line-height: 13px;
    min-height: 10px;
    max-height: 10px;
    text-align: center;
    z-index: 3;
    color: #333;
}

div.job-report {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #666;
    padding: 5px;   
}

table.job div.bg {
    position: absolute;
    display: block;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 12px;
    min-height: 12px;
    max-height: 12px;
    background-color: #c3c3c3;
    z-index: 1;
}

