﻿ul
{
    list-style-type:disc;
    font-family: 'CartoGothicStd',Arial,Sans-Serif;
 font-size: 10pt; 
 /*color: #000000;*/
 text-indent: 0;
 margin: 0 10px 0 20px;
 padding: 0 0 0px 10px;
}
ul ul
{
    list-style-type:square;
    font-family: 'CartoGothicStd',Arial,Sans-Serif;
 font-size: 10pt; 
 /*color: #000000;*/
 text-indent: 0;
 margin: 0 10px 0 20px;
 padding: 0 0 0px 10px;
 text-transform:none;
    
    
}
ul ul ul
{
    list-style-type:circle;
    font-family: 'CartoGothicStd',Arial,Sans-Serif;
 font-size: 10pt; 
 /*color: #000000;*/
 text-indent: 0;
 margin: 0 10px 0 10px;
 padding: 0 0 0px 10px;
 text-transform:none;
}

OL
{
 font-family: 'CartoGothicStd',Arial,Sans-Serif;
 font-size: 10pt; 
 /*color: #000000;*/
 text-indent: 0;
 list-style-type:decimal;
 margin: 0 10px 0 20px;
 padding: 0 0 0px 10px;
}

ol ol
{
 font-family: 'CartoGothicStd',Arial,Sans-Serif;
 font-size: 10pt; 
 /*color: #000000;*/
 text-indent: 0;
 list-style-type:  lower-latin;
 margin: 0 10px 0 20px;
 padding: 0 0 0px 10px;
 text-transform:none;
}

ol ol ol
{
 font-family: 'CartoGothicStd',Arial,Sans-Serif;
 font-size: 10pt; 
 /*color: #000000;*/
 text-indent: 0;
 list-style-type:  lower-roman;
 margin: 0 10px 0 10px;
 padding: 0 0 0px 10px;
 text-transform:none;
}

p
{  
    font-family: 'CartoGothicStd',Arial,Sans-Serif;
 font-size:10pt;
 margin-bottom:5pt;
 margin-top:0pt;
}

.customAnnotationContentRadEditor
{
    height:475px !important;
    width:680px !important;
    min-height:475px !important;
    min-width:680px !important;
    padding-bottom:10px;            
    overflow-x:scroll;
    }    

.customAnnotationContentRadEditor .reContentCell
{    
    height:230px!important; 
    padding:0px!important; margin:0px!important;
    color:Black!important; 
    overflow:auto;
}

.Default.RadEditor input {
    background-color: white;
    border-color: #8E8E8E #B8B8B8 #B8B8B8 #8E8E8E;
    border-style: solid;
    border-width: 1px;
    width: 20px;
}

.Default.RadEditor .reModule {
    padding-top: 10px;
}