﻿
.editor-table {
    font-size:12px;
    width: 100%;
    text-align:center;
}
.editor-table th {
    text-align:Left;
    background: #1B78C4;
    border: 1px solid #000000;
    font-size: 16px;
}
.editor-table td {
    border-bottom: 1px solid #000000;
    height: 40px;
}
.editor-table .edit-th1 { border-right: none;}
.editor-table .edit-th2 { border-left: none;}

.edit-element { border-bottom: none;  }
.namevalues { width: 150px;}
#edit-links { 
    color: #1B78C4; 
    margin-top:10px;
    text-decoration: underline;
}

.lg-txtarea { 
    width: 550px;
    height:200px;    
}
.lg-box { width:550px;

}
/*Editor Helper*/
h1,h2,h3,h4,h5 {margin: 5px 0px;}

.help-page { 
    position: relative;
    display: block;
}
.edit-helper-table {
    text-align:center;
    max-width: 700px;
}
 .edit-helper-table th{ border-bottom: 3px solid #5C78C4;  }
 .edit-helper-table td{ border: 1px solid #000000;  }
 .class-abb { background:#84D7D9; }
 .popup{ 
     cursor: pointer; 
     color:#ff6a00;     
     text-decoration: underline;
 }

.edit-help{display: none;}
#l2-help { background: rgba(255, 216, 0, .1);}
#staff-help {background: rgba(255, 0, 0, .1); }
#questions-help {background: rgba(0, 148, 255, .1); }
#pages-help {background: rgba(255,128,0,.1); }

.help-selector{cursor:pointer; border-bottom: 2px solid #000000;}
#l2- {background:#ffd800; }
#staff- {background:#ff0000; }
#questions- {background:#0094ff;}
#pages- { background: #FF8000;}

.edit-title { width: 60%; text-align:left;}