
span {
	display:inline;
}

body {
    font: 82% Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: left;
    margin:0px 0px 0px 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #0066FF;
}

a:hover {
    text-decoration: underline;
}

.main_table {
    border-collapse: collapse;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.main_table #left_menu_td {
    width: 150px;
    vertical-align: top;
    background-color: #99CC99;
    height: 100%;
}
@media print {
    .main_table #left_menu_td {
        display: none;
    }
}

.main_table #left_menu_div {
    margin-top:30px;
}

.main_table #main_td {
    vertical-align: top;
    background-color: #DFDFDF;
    padding-left: 10px;
}
.main_table #third_td {
    width: 150px;
    background-color: #DFDFDF;
    background-color: #EFEFEF;
    vertical-align: top;
}

.third_div {
    width:98%;
    vertical-align: top;
    margin-top: 30px;
    margin-left:3px;
    height: 100%;
    overflow: auto;
}

.field label {
    font-weight: bold;
}

.header {
    text-align: left;
    background-color: #669966;
    height: 2.4em;
    width: 100%;
    font-size: 20px;
}

.header #header_text {
    padding-top: 0.4em;
    margin-left: 30px;
}

.header #header_text a {
    color: black;
}

.header #language_box {
    font-size: 14px;
    margin-right: 10px;
    margin-top: 10px;
    float: right;
    text-decoration: none;
}

@media print {
    .header #language_box {
        display: none;
    }
}

.header #abi_url {
    font-size: 14px;
    margin-right: 10px;
    margin-top: 10px;
    float: right;
    text-decoration: none;
}

.user_menu {
    margin-left: 0px;
}

.user_menu #username,#password{
    width:7em;
}
#login {
    width: 5em;
}

.simple_list {
    list-style : none;
    margin-left: 4px;
    padding-left:0em;
}

.simple_list_hor {
    list-style: none;
    white-space: nowrap;
    padding: 0px;
    margin: 7px;
    height: auto;
    line-height: normal;
}

.simple_list_hor li {
    display: inline;
    margin-left: 30px;
}

.contextMenu {
    margin-top: 10px;
    border-bottom: 1px solid gray;
}

.text_content {
    margin-left: 15px;
    width: 80%;
    line-height: 1.5em;
    vertical-align: top;
}
.text_content td {
    vertical-align: top;
}

.mouseenabled {
    background: transparent url(++resource++images/triip.png) 0px 1.1em no-repeat;
}

.stats_table {
    width: 80%;
    border: 1px solid black;
    border-collapse: collapse;
}

.stats_table td {
    border: 1px solid black;
}

.stats_table th {
    border: 1px solid black;
}

.redWarning {
    border: 1px solid red;
    margin: 20px;
    text-align: center;
    width:60%;
}

.redWarning:before {
    content:"!";
    font-size: 40px;
    color: red;
}

.infoBox {
    border: 1px solid gray;
    height: 2.5em;
    width: 100%;
}

.inlineMark {
    display: inline;
    color: red;
}

.attachedCodes {
    font-size: 12px;
    height: 250px;
    overflow:auto;
}

.mark:before {
    content:" - ";
}
.mark  {
    text-indent: 10px;
}

.documentMarks {
    height: 250px;
    width:100%;
    overflow: auto;
}

.contentDiv {
    width: 99%;
    height: 100%;
    overflow: auto;
}

.hilightMe {
    display: inline;
    color: red;
}

.navigation {
    width: 99%;
    text-align:center;
    background-color:#EFEFEF;
}

.addNewMarkForm {
    width: 300px;
}

.addNewMarkForm th {
    background-color: #CFCFCF;
    text-align:center;
}

.addNewMarkForm #left {
    width:30%;
    text-align: left;
}

.addNewMarkForm #right {
    width: 70%;
    text-align:left;
}

.addNewMarkForm #right input {
    width: 98%;
}

.page {
    margin-top:30px;
    margin-left:10px;
}

.statsField {
    width: 35%;
    position: relative;
    float: left;
    border-collapse: collapse;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: white;
}

.statsField td {
    border-top: 1px dashed gray;
}

.statsField .statsHeader {
    background-color: gray;
}

.viewPoint td {
    background-color: #669966;
}

@media print {
    #changePage {
        display: none;
    }
}

.unifyTable {
    margin-top: 20px;
    border-collapse: collapse;
    width: 80%;
}
.unifyTable thead td {
    border-bottom: 1px solid black;
}
.unifyTable tfoot td {
    border-top: 1px solid black;
}
.unifyTable tbody td {
    border-bottom: 1px dashed black;
}
