﻿table.detailview {
    background-color: #F1F1F1;
    width: 100%;
    table-layout: fixed;
    border-left: solid 1px #808080;
    border-right: solid 1px #808080;
    border-bottom: solid 1px #808080;
}

table.DetailViewToggleMenu {
    /*background-color: #CBCBCB;*/
    background-color: #EDEDED;
    border-left: 1px solid #C8C8C8;
    border-right: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
}

table.DetailViewToggleMenu a:link {   
    color : #000000;
    font-family: Arial;
    font-size: 10px;
    text-decoration: none;    
}

table.DetailViewToggleMenu a:hover {    
    color : #000000;
    font-family: Arial;
    font-size: 10px;    
    text-decoration: none;    
}

tr.DetailViewHeader {
    background-image: url(../../App_Themes/Silver/Images/ZoneLayout/GridVewHeaderBackground.jpg);
    background-repeat: repeat-x;
    background-position: top;
    border-bottom: solid 1px silver;
}

td.DetailView {
    padding: 10px 10px 10px 10px;
}

ol.Left {
    border-right: dashed 1px #D7D7D7;
    float: left;
    margin: 0px 0px 18px 0px;
    padding: 0px 20px 3px 20px;
    width: 49%;
}

ol.Left li {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    list-style-type: none;
    padding: 3px 0px 0px 0px;
}

ol.Left li label, ol.Left li span {
    position: relative;
    top: -3px;
    width: 110px;
}

ol.Right {
    border-right: none 1px #D7D7D7;
    float: right;
    margin: 0px 0px 18px 0px;
    padding: 0px 20px 3px 20px;
    width: 49%;
}

ol.Right li {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    list-style-type: none;
    padding: 3px 0px 0px 0px;
}

ol.Right li label, ol.Right li span {
    position: relative;
    top: -3px;
    width: 110px;
}
