/* This CSS stylesheet defines styles used by required elements in a flex application page that supports browser history */
#ie_historyFrame { width: 0px; height: 0px; display:none }
#firefox_anchorDiv { width: 0px; height: 0px; display:none }
#safari_formDiv { width: 0px; height: 0px; display:none }
#safari_rememberDiv { width: 0px; height: 0px; display:none }

/* htmlstyles.css on PubDev */
body {
 font-family: Verdana, Geneva, sans-serif;
 font-size: 12px;
}
.item{
 margin-bottom:10px; 
}
.item1{
 font-size:12px;
}
.item2{
 font-size:10px; 
}
.item3{
 font-size:8px; 
}

table
{
    border-color: #600;
    border-width: 0 0 1px 1px;
    border-style: solid;
}
table
{  
border-bottom: 1px solid #999999;
border-right: 1px solid #999999;
} 

table td table 
{ 
border: 0;
} 
 
td
{ 
border-left: 1px solid #999999;  
border-top: 1px solid #999999;
padding-left: 8px;
padding-top:2px;
padding-bottom:2px;
text-indent: -8px;
} 
td table td
{ 
border: 0;
}
td table td table
{ 
border: 0;
}
th {border-top: 1px solid #999999; 
border-bottom: 0; 
border-left: 1px solid #999999;
font-weight: normal;}
th table {border: 0; font-weight: normal;}
.number {border: 1px solid #9eb710; background-color:#426318; color:#FFF; text-align: center; font-weight: bold; padding: 2px; margin: 5px; font-size: 11px;}
td.help{border: 1px solid #9eb710; background-color:#426318; color:#FFF; text-align: center; font-weight: bold; padding: 1px;}
.anc_h41back{
 border:none; 
}
.btnBackArrow_top{
 border:none;
 margin-bottom:5px;
}
.btnBackArrow_bottom{
 border:none;
 margin-top:5px;
}
th:first-child {text-align: left;}