@charset "UTF-8"

/* basic */
* {
   margin: 0;
   padding: 0;
   border: none;
   list-style-type: none;
   font-style: normal;
   font-weight: normal;
   font-size: 100%;
   text-align: left;
}

body {
    line-height: 1.4;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 0.9em;
}

html {  
    overflow-y: scroll;  
}  

h1, h2, h3, h4, h5 {
    background: url(./images/th.jpg) repeat-x bottom;
    margin-bottom: 0.1em;
    border-style: solid;
    border-color: #DDD;
}
h1 {
    border-width: 5px 1px 1px 20px;
    padding: 0.4em 0.4em
}
h2 {
    border-width: 4px 1px 1px 10px;
    padding: 0.2em 0.4em
}
h3 {
    border-width: 3px 1px 1px 5px;
    padding: 0.2em 0.4em
}
h4 {
    border-width: 2px 1px 1px 3px;
    padding: 0.1em 0.4em
}
h5 {
    border-width: 1px 1px 1px 1px;
    padding: 0.1em 0.4em
}
p,li,dt,dl {  
    line-height: 1.6;  
}  
p {  
    margin: 0 0 1em 0;  
}  
img {
    border: 0;
}
.clear {  
    clear: both;  
}  

/* link color*/
a:link {  
    color: #078D00;  
    text-decoration: none;  
}  
a:visited {  
    color: #189B12;  
    text-decoration: none;  
}  
a:hover {  
    text-decoration: underline;  
}  
a:active {  
    color: #666;  
}  

/* table */
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
    border: 1px solid #DDD;
}
th, td {
    padding: 10px 20px;
    color: #1D5C79;
}
th {
    background: url(./images/th.jpg) repeat-x bottom;
    border: 1px solid #DDD;
    color: #333;
}
td {
    border: 1px solid #DDD;
    color: #333;
}

/* output on the terminal */
pre.term {
    background-color: black;
    border: solid 2px ActiveBorder;
    color: white;
    font-family: "MSƒSƒVƒbƒN";
    font-size: 100%;
    padding: 4px;
}

/* code title */
p.ctitle{
    background: url(./images/th.jpg) repeat-x bottom;
    border:dotted #CCCCCC;
    border-width:1px 0px 0px 1px;
    padding: 0px 0px 0px 10px;
    margin-bottom: -14px;
}

/* blockquote */
blockquote {
   background : #eeeeff;
   color : #000000;
   padding : 5px;
   border : 2px dotted #DDD;
   width : auto;
}

/* link icon */
a[href$='.pdf'] { 
    padding-right: 18px;
    background: transparent url(./images/pdf.gif) no-repeat center right;
}
a[rel='pdf'] { 
    padding-right: 18px;
    background: transparent url(./images/pdf.gif) no-repeat center right;
}
a[rel*='pdf'] { 
    padding-right: 18px;
    background: transparent url(./images/pdf.gif) no-repeat center right;
}
a[rel~='pdf'] { 
    padding-right: 18px;
    background: transparent url(./images/pdf.gif) no-repeat center right;
}
a[href^="mailto:"] {
    padding-right: 18px;
    background: transparent url(./images/mailto.gif) no-repeat center right;
}
a[class="popup"] {
    padding-right: 18px;
    background: transparent url(./images/popup.gif) no-repeat center right;
}
a[href$='.doc'] { 
    padding-right: 18px;
    background: transparent url(./images/doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
    padding-right: 18px;
    background: transparent url(./images/xls.gif) no-repeat center right;
}
a[href^='http'] {
    padding-right: 18px;
    background: transparent url(./images/external.gif) no-repeat center right;
}
