/* main.css */

body { font-family: Arial; background-color: #F6F6F6; color: black; font-size: 12px }
hr { width: 100%; height: 2px; background-color: black; color: black; border: 0px }
a { color: blue; text-decoration: none; }
a:hover { text-decoration: underline; }
li { padding-bottom: 6px; }

.langs { width: 100%; text-align: right; margin-bottom: 6px; }
.title { font-size: 14px; font-weight: bold; }
.title a { color: black; text-decoration: none; }
.title a:hover { text-decoration: underline; }

.subtitle { background-color: #AAAAAA; font-size: 14px; font-weight: bold; padding-top: 6px; padding-bottom: 6px; margin-top: 12px; }
.quote { font-weight: bold; font-style: italic; }
.lightquote { font-style: italic; }
.warning { font-weight: bold; color: red; }

.indent { margin-left: 16px; margin-top: 6px; margin-bottom: 6px; }

input { font-family: Arial; color: black; font-size: 12px }
select { font-family: Arial; color: black; font-size: 12px }
textarea { font-family: Arial; color: black; font-size: 12px }
.button { font-family: Arial; background-color: black; color: white; font-size: 12px; font-weight: bold }


/*** TABLE ***/

table { border: 1px solid #999999; margin-top: 16px; margin-bottom:16px; padding: 0px; border-spacing: 0px; border-collapse: collapse; }

table thead tr td { background-color:#000000; font-family: Arial; font-size: 12px; color: #FFFFFF;padding-left:8px;padding-right:8px; padding-top: 2px; padding-bottom: 2px; }

table tbody tr td { background-color:#FFFFFF;font-family: Arial; font-size: 12px; color: #000000;padding-left:8px;padding-right:8px; padding-top: 1px; padding-bottom: 1px; }
