/* Styles fuer 2-Spalter Klassik */

* {/* set all to 0 */
   margin: 0;
   padding: 0;
}

html, body {    
    margin:  0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border:  0px 0px 0px 0px;
    font-family: arial, verdana,helvetica,sans-serif;
    /*font-size: 100%;*/
    color: #000000;
    scrollbar-base-color:#E4DCDA;
    scrollbar-face-color:#E4DCDA;
}

body {
    text-align:left;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    /*font-size: 90%;*/
    background-color: #FFFFFF;
}


p {margin: 10px 0px 5px 0px;}
/********************************************************************************************************/ 
/*** Textformate ***/
/********************************************************************************************************/ 


/*
a {color:#0000FF; font-weight: normal;  text-decoration: underline;}
a:link {color:#0000FF; font-weight: normal;  text-decoration: underline;}
a:visited {color:#0000FF; font-weight: normal; text-decoration: underline;}
a:hover {color:#FF6600; font-weight: normal; text-decoration: underline;}
*/

a {color:#0000FF; font-weight: normal;}
a:link {color:#0000FF; font-weight: normal;}
a:visited {color:#0000FF; font-weight: normal;}
a:hover {color:#FF6600; font-weight: normal;}

h1 {font-size: 100%; font-size: 14px; color: #000000; text-decoration: none; font-weight: bold;}
h2 {font-size: 95%; font-size: 12px; color: #000000; font-weight: bold; text-decoration: none;}
h3 {font-size: 95%; font-size: 12px; color: #000000; text-decoration: none; font-weight: bold;}
h4 {font-size: 120%; font-size: 15px;color: #000000; text-decoration: none;}

ul {
    list-style-type: square;
    margin:  0px 0px 10px 15px;
    padding: 0px 0px 5px 5px;
    color: #000000;
    line-height: 23px;
}
table.aussen
{width:100%;
 height:100%;
 padding:0px;
 margin: 0px;
 spacing:0px;
}

table.aussen
{
    width:100%;
    padding:0px;
    margin: 0px;
    spacing:0px;
}


/* Container mit ihren Inhalten */
#wrapper {/* umschliesst alles */
          text-align: left;
          margin: 0 auto;
          background-color: #FFFFFF;
}

/* Header */
#header {
    width: 100%;
    position:relative;
    left:0px;
    top: 0px;
    bottom: 0px;
    background-color:#FF6600;
    z-index:1;
    height:98px;
}
.headerbild {
    background-image: url(images/leiste2_smc.jpg);
    background-repeat: repeat-x;
}



/* Navigation */

td.navi
{width:150px;
 height:100%;
 background-color:#CFCFCF;
 margin-top:0px;
 vertical-align: top;
}

.navi1 {
    vertical-align: top;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 25px;
    /*font-size: 90%;*/
    font-size: 13px;
}

.naviliste {
    background-color: #CFCFCF;
    list-style-type: none;
    margin:  8px 0px 0px 0px;
    padding: 0px 0px 0px 3px;
    font-weight: bold;
    /*font-size: 0.90em;*/
    line-height:19px;
    line-width: 150px;
    height: 100%;
}

.li{
    height: 30px;
    padding: 0px 0px 0px 0px;
    margin:  0px 0px 0px 0px;
}

.li-disabled {
    display: block;
    color: #AEAEAE;
    font-weight: bold;
    line-height: 19px;
    text-decoration: none;
    background-color: #ECECEC;
    padding-left: 5px;
    margin-bottom: 14px;
}

.naviliste a:link {
    display: block;
    color:#000000;
    font-weight: bold;
    line-height:19px;
    line-width: 150px;
    text-decoration: none;
    background-color:#ECECEC;
    padding-left: 5px;
}

.naviliste a:visited {
    display: block;
    color:#000000;
    font-weight: bold;
    line-height:19px;
    line-width: 150px;
    text-decoration: none;
    background-color:#ECECEC;
    padding-left: 5px;
}

.naviliste a:hover {
    display: block;
    color:#636363;
    font-weight: bold;
    line-height:19px;
    line-width: 150px;
    text-decoration:none;
    background-color:#ffffff;
    padding-left: 5px;
}



/* Content */
.content {/* mit linkem Rahmen in der Breite und BG-Color von Navigation */
          padding: 3px;
          /* background-color: #FFFFFF;*/
          font-family: arial, verdana,helvetica,sans-serif;
          /*font-size: 100%;*/
          color: #000000;
          vertical-align: top;
}

.start
{width:95%;
 height:95%;
 padding:10px;
 margin: 0px 0px 0px 5px;
 spacing:0px;
 border: 1px solid grey; /*2px dotted #FF6600;*/
}
td.start {
    margin-left:0px;
    /*font-size: 90%;*/
    font-weight: bold;
    padding-left: 5px;
}

table.content
{width:95%;
 height:95%;
 padding:0px;
 margin: 0px 0px 0px 5px;
 spacing:0px;
}
td.content {
    margin-left: 0px;
    /* font-size: 80%; /** Vorher 90*/
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
}
.mycontent {
    margin-left: 0px;
    /* font-size: 80%; /** Vorher 90*/
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
}

/* Sendeplanung */
table.sendeplan {
    width: 99%;
    padding: 0px;
    margin: 0px 0px 0px 5px;
    spacing: 0px;
}

th.sendeplan {
    vertical-align: top;
}
td.sendeplan {
    vertical-align: top;
    height: 1440px;
}
div.playlist-red {
    border: 1px solid #000000; 
    position: absolute;
    background-color: #FF0000;
    margin-left: 2px;
    margin-top: 2px;
    width: 20px;
    height: 10px;
}
div.playlist-yellow {
    border: 1px solid #000000; 
    position: absolute;
    background-color: #FFFF00;
    margin-left: 2px;
    margin-top: 2px;
    width: 20px;
    height: 10px;
}
div.playlist-green {
    border: 1px solid #000000; 
    position: absolute;
    background-color: #00FF00;
    margin-left: 2px;
    margin-top: 2px;
    width: 20px;
    height: 10px;
}
div.playlist-orange {
    border: 1px solid #000000; 
    position: absolute;
    background-color: #FFA500;
    margin-left: 2px;
    margin-top: 2px;
    width: 20px;
    height: 10px;
}
div.playlist-lightgreen {
    border: 1px solid #000000; 
    position: absolute;
    background-color: #90EE90;
    margin-left: 2px;
    margin-top: 2px;
    width: 20px;
    height: 10px;
}
div.playListPopup {
    border: 1px solid #0000FF; 
    background-color: #FFFFFF;
    position: absolute; 
    left: 0; 
    top: 0; 
    visibility: hidden;
    z-index: 999;
    width: 200px;
    font-size: 80%;
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}
.warnung {
    margin-left: 0px;
    font-size: 90%;    
    color: #FF0000;
    font-weight: bold;
}
a.warnung {
    margin-left: 0px;
    font-size: 90%;
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
}
a.warnung:hover {
    text-decoration: underline;
}
.ok {
    margin-left: 0px;
    font-size: 90%;
    color: #00FF00;
    font-weight: bold;
}

td.info 
{width:24px;
}
td.content_id {
    color: #FF6600;
    color: #2547A0;
    margin-left: 0px;
    font-size: 90%;
    padding-left: 5px;
    vertical-align: top;
}
td.content_txt {
    margin-left: 0px;
    font-size: 80%;
    padding-left: 5px;
    vertical-align: top;
}

.text {
    font-size: 0.75em;
    color: #000000;
}


/* Ausgeblendetes */




/* Styles f�r Formulare*/

#formular {
    padding: 10px 0px;
    text-align: left;
    font-size: 100%;

}
#formular p {
    margin: 0px 0px 10px 0px;
    background-color: transparent;
    color: #000000;
}

fieldset {
    margin: 20px 0px 10px 0px;
    padding: 5px 10px;
    border: 1px solid #336699;
}
legend {
    background-color: #205080;
    color: #fff;
    padding: 2px 10px;
    border: 1px solid #7f7f7f;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
}

form {
    line-height: 150%;
}
input, textarea {
    font-size: 100%;
}
.inpt {
    width: 300px;
    border: 1px solid #7f7f7f;
    background-color: #FFFFFF;
    color: #000;
    margin: 0px 0px 0px 0px;
    font-size: 105%;

}

.txt {
    width: 395px;
    border: 1px solid #7f7f7f;
    background-color: #E4E7EA;
    color: #000;
}

select {
    margin: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    color: #000;
    width:300px;
}
.senden {
    width: 100px;
    font-size: 100%;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
    padding: 2px 0px 2px 0px;
    background-color:  #7f7f7f;
    color: #FFFFFF;
}

.speichern {
    width: 170px;
    font-size: 100%;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
    padding: 2px 0px 2px 0px;
    background-color:  #7f7f7f;
    color: #FFFFFF;}

.klick {
    cursor: hand;
    voice-family: "\"}\"";
    voice-family:inherit;
    cursor: pointer;
}

.submit {
    font-size: 100%;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
    padding: 2px 0px 2px 0px;
    background-color:  #7f7f7f;
    color: #FFFFFF;
}

hr {
    height: 1px;
    color: #000;
    clear:both;
}
table.adminTable {
    border: 1px solid #666;

    width: 80%;
    margin: 20px 0 20px 0;
    font-size: 12px;
}
/*thead tr {
    background-color: #fc0;
}*/
.sortable {
    background-color: #fc0;
}
th.sorted {
    background-color: orange;
}
th a, th a:visited {
    color: black;
}
th a:hover {
    text-decoration: underline;
    color: black;
}
th.sorted a, th.sortable a {
    background-position: right;
    display: block;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}
th.sortable a {
    background-image: url(../img/arrow_off.png);
    background-repeat: no-repeat;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}
th.order1 a {
    background-image: url(../img/arrow_down.png);
    background-repeat: no-repeat;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}
th.order2 a {
    background-image: url(../img/arrow_up.png);
    background-repeat: no-repeat;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}
tr.odd {
    background-color: #fff
}
tr.tableRowEven, tr.even {
    background-color: #fea;
    background-color: #EEEEEE;
}

ul#showsource {
    float: right;
    background-color: #eee;
    border: solid 1px grey; /*  1px dotted #999; */
    padding: 2px 4px 2px 4px;
    margin: 5px;
    width:100px;
    list-style-type: none;
}


/* test styles */
table.its thead tr {
    background-color: #69c;
}
table.its tr.even {
    background-color: #def;
}

table.mars thead tr {
    background-color: #9c9;
}
table.mars tr.even {
    background-color: #ccb;
}
table.mars tr.odd {
    background-color: #eec;
}


table.simple thead tr {
    background-color: #eee;
}
table.simple tr.even {
    background-color: #fff;
}
table.simple {
    border: 1px solid #ccc;
    border-collapse: collapse;
}
table.simple td,table.simple th{
    border: 1px solid #ccc;
}

table.nocol tbody td,table.nocol tbody th{
    border-left: none;
    border-right: none;
}




table.report td, table.report th{
    font:         menu;
}
table.report th{
    background:   buttonface;
    border-width: 1px;
    border-style: solid;
    border-color: threedhighlight threedshadow threedshadow threedhighlight;
    cursor:       hand;
}
table.report idcol {
    background: buttonface;
}

table.report tr.even{
    background-color: #399;
}
table.report tbody {
    height: 100px;
    overflow: auto;
}

table.report {
    height: 120px;
    overflow: auto;
}

table.report tbody tr{
    height: 10px;
}





table.mark td.tableCellError {
    background-color: #d00;
    color: #fff;
}

table.sublist {
    margin: 0 0 0 0;
    width: 100%;
}
table.sublist td, table.sublist th {
    width: 50%;
}

div.exportlinks {
    background-color: #eee;
    border: solid 1px grey; /* border: 1px dotted #999; */
    padding: 2px 4px 2px 4px;
    margin: -10px 0 10px 0;
    width: 79%;
}

span.export {
    padding: 0 4px 1px 20px;
    display:inline; display:inline-block;
    cursor: pointer;
}

span.excel {
    background-image: url(smart-media-cms/img/ico_file_excel.png);
    background-repeat: no-repeat;
}
span.csv {
    background-image: url(smart-media-cms/img/ico_file_csv.png);
    background-repeat: no-repeat;
}
span.xml {
    background-image: url(smart-media-cms/img/ico_file_xml.png);
    background-repeat: no-repeat;
}
span.pdf {
    background-image: url(smart-media-cms/img/ico_file_pdf.png);
    background-repeat: no-repeat;
}

span.pagebanner {
    background-color: #eee;
    border: solid 1px grey; /* border: 1px dotted #999; */
    padding: 2px 4px 2px 4px;
    width: 79%;
    margin-top: 10px;
    display:block;
    border-bottom: none;
font-size: 12px;
}

span.pagelinks {
    background-color: #eee;
    border: solid 1px grey; /* 1px dotted #999; */
    padding: 2px 4px 2px 4px;
    width: 79%;
    display:block;
    border-top: none;
    margin-bottom: -5px;
    font-size: 12px;

}

table.simple td.textRed {color: #b11;}

.warning {
    color: orange;
}

#startButton{
    width: 150px;
    margin-bottom: 3px;
}

#startButton-button {
    width: 150px;
}

#dailyButton{
    width: 150px;
    margin-bottom: 3px;
}
#dailyButtonS{
    width: 150px;
    margin-bottom: 3px;
}

#dailyButton-button {
    width: 150px;
}
#dailyButtonS-button {
    width: 150px;
}

#search1Button {
    width: 150px;
    margin-bottom: 3px;
}

#search1Button-button {
    width: 150px;
}

#search2Button {
    width: 150px;
    margin-bottom: 3px;
}

#search2Button-button {
    width: 150px;
}

#createButton {
    width: 150px;
    margin-bottom: 3px;
}

#createButton-button {
    width: 150px;
}

#userButton {
    width: 150px;
    margin-bottom: 3px;
}

#userButton-button {
    width: 150px;
}


#sendeplanButton {
    width: 150px;
    margin-bottom: 3px;
}

#sendeplanButton #sendeplanButton-button {
    width: 150px;
}

#playlistButton {
    width: 150px;
    margin-bottom: 3px;
}

#playlistButton-button {
    width: 150px;
}

#sendelistenUploadButton {
    width: 150px;
    margin-bottom: 3px;
}

#sendelistenUploadButton-button {
    width: 150px;
}

#laufschritenButton {
    width: 150px;
    margin-bottom: 3px;
}

#laufschritenButton-button {
    width: 150px;
}

#lockButton {
    width: 150px;
    margin-bottom: 3px;
}

#lockButton-button {
    width: 150px;
}

#sms2tvButton {
    width: 150px;
    margin-bottom: 3px;
}

#sms2tvButton-button {
    width: 150px;
}

#newsButton {
    width: 150px;
    margin-bottom: 3px;
}

#newsButton-button {
    width: 150px;
}

#contactButton {
    width: 150px;
    margin-bottom: 3px;
}

#contactButton-button {
    width: 150px;
}


#logoutButton {
    width: 150px;
    margin-bottom: 3px;
}

#logoutButton-button {
    width: 150px;
}

#planButton {
    width: 170px;
}

#downloadButton {
    width: 170px;
}

#planButton-button {
    width: 170px;
}

#downloadButton-button {
    width: 170px;
}

#transmitButton  {
    width: 170px;
}
#transmitButton-button  {
    width: 170px;
}

table.playlistTable {
    position: relative;
    top: 0px;
    border-color: #7d98b8;
    border-style: solid;
    border-width: 1px;
    border-spacing: 0px;
    border-collapse: collapse;
}

table.playlistTable td {
    -moz-border-radius: 0px 0px 0px 0px;
    border-color: #7d98b8;
    border-style: solid;
    border-width: 1px;
}

table.playlistTable th {
    -moz-border-radius: 0px 0px 0px 0px;
    border-color: #7d98b8;
    border-style: solid;
    border-width: 1px;
}

table.dailyStatus {
    border-style: none;
}
table.dailyStatus td {
    border-style: none;
}

.fileServerStatusSoll {
    float: left;
}
.fileServerStatusIstFail {
    color: orange;
    float:right;
    display:inline-block;
    margin:  0px 5px 0px 0px;
    padding: 0px 0px 0px 0px;
    spacing:0px;
}
.fileServerStatusIsPermanentFail {
    color: red;
    font-weight: bold;
}
.fileServerStatusIstOk {
    color: green;
    float:right;
    display:inline-block;
    margin:  0px 5px 0px 0px;
    padding: 0px 0px 0px 0px;
    spacing:0px;
}

div.ui-datepicker, .ui-datepicker td{
 font-size:10px;
}

div.ui-dialog-titelbar {
    font-size:10px;
}
.ui-button-text {
    font-size: 62.5%;
}

.playListTitleLeft {
    float:left;
    display:inline-block;
    margin:  0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
    spacing:0px;
}

.playListTitleRight {
    float:right;
    display:inline-block;
    margin:  0px 5px 0px 0px;
    padding: 0px 0px 0px 0px;
    spacing:0px;
    font-size: 10px;
}
