﻿pre {text-indent: 30px} 

#tabmenu { 
color: #000; 
/* border-bottom: 1px solid #b5b5b5;  */
    margin: 12px 0px 0px 0px; 
    z-index: 1; 
    padding: 0px 0px 3px 8px;
    font-weight: bold; 
    font-size: 14px;    
    color: #000; 
} 

#tabmenu li { 
display: inline; 
overflow: hidden; 
list-style-type: none; } 

#tabmenu a, a.active { 
color: #aaaaaa; 
background: #e7e7e7; 
border: 1px solid #CCC; 
padding: 2px 10px 3px 10px; 
text-decoration: none;
cursor:hand; } 

#tabmenu a.active { 
color: #FFF;
background:url(/images/PT/top_column.png) repeat-x;
border: 1px solid #CCC; 
/* to give bot a diff border type 
border-bottom: 1px solid #e4e9e8; */
} 

#tabmenu a.active:visited { 
color: #FFF;
background:url(/images/PT/top_column.png) repeat-x;
border: 1px solid #CCC; 
/* to give bot a diff border type 
border-bottom: 1px solid #e4e9e8; */
} 


#tabmenu a.active:hover { 
background:url(/images/PT/top_column.png) repeat-x;
color: #DEDECF; 
} 

#tabmenu a:visited { 
    color: #E8E9BE; 
    background: #e7e7e7; 
} 

#tabmenu a:hover { 
color: #000; 
background: #e4e9e8;
cursor: pointer;
} 

#tabmenu a:active { 
color: #E8E9BE; 
background: #e4e9e8;
} 


#content {
    margin: 0px 20px 10px 0px;
    z-index: 2; 
} 

.title19 {
    color: #434A56;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px;
}

