@CHARSET "UTF-8";
/**
 * Main settings
 */
body, p, td, ul, li, form { font: normal 16px Arial, Helvetica, sans-serif; padding:0; margin:0; }
body { background:#ffffff; margin:0 8px; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
a:link, a:active { color:#044e8e; text-decoration:none; }
a:visited { color:#6f7887; text-decoration:none; }
a:hover { text-decoration: underline; }
img, fieldset { border:0; }
p { padding-top: 5px; }
ul { padding: 5px 0 0 25px; }
/**
 * Message Boxes
 */
.messageError { background: #ffb3b5; border-top: 1px solid #cc3300; border-bottom: 1px solid #cc3300; margin-top: 5px; padding: 5px 5px 0 40px; }
.messageSuccess { background: #99ff00; border-top: 1px solid #669900; border-bottom: 1px solid #669900; margin-top: 5px; padding: 5px 5px 0 40px; }
.messageInformation { background: #ffffde; border-top: 1px solid #6699cc; border-bottom: 1px solid #6699cc; margin-top: 5px; padding: 5px 0 5px 40px; }
.messageWarning { background: #ffe5de; border-top: 1px solid #9f0000; border-bottom: 1px solid #9f0000; margin-top: 5px; padding: 5px 0 5px 40px; }
/**
 * Page settings
 */
div.head { background-color: #CAEBD6; padding: 5px 0; }
table.head01 a:link, table.head01 a:visited, table.head01 a:link :hover { text-decoration: none; clear: both; display: block; }
table.head01 a:hover { background-color: #009933; color: #FFFFFF; padding: 2px 10px; margin: -2px -10px; }
table.head01 td { background-color: #CCFFCC; text-align: Center; font-weight: Bold; padding: 2px 10px; }
table.head02 { width: 150px; }
table.head02 td { background-color: #F0F0F0; font-weight: Bold; padding: 2px 0; }
td.head00 { padding-left: 10px; padding-right: 10px; }
td.head05 { font-size: 180%; text-align: Center; }
td.LeftMenu { background-color: #f5f7f7; vertical-align: top; padding-left: 10px; padding-top: 5px; width: 190px; }
td.Center { padding-top: 5px; padding-left: 20px; padding-right: 10px; padding-bottom: 5px; vertical-align: top; }
#idFooter { background:#fff; font-size:11px; text-align:left; border-top:1px solid #d5dade; margin:10px auto; padding:7px 5px 15px 5px; clear:both; position:relative; }
#idFooter .copyright { color:#252525; text-decoration: none; margin-right:2px; padding:0px; float:right; }
#idFooter .copyright a:link, #idFooter .copyright a:visited, #idFooter .copyright a:hover { color:#252525; font-weight: bold; text-decoration:none; padding:0px; }
#idFooter .copyright a:hover { text-decoration:underline; }
/**
 * Others settings
 */
.BackArrow { padding: 5px 0; }
.BackArrow a { background:#ffffff url(/images/backarrow.gif) no-repeat left center; padding-left: 20px; }
a.previous { background: url(/images/icon/go-previous.png) no-repeat left center; padding-left: 20px; }
.Menu { background:#fafaf0; width:190px; }
.Menu ul { list-style:none; padding: 0; }
div.Menu { position:relative; }
.Menu ul:first-child { border-top: 1px solid #000; }
.Menu a { border-bottom: 1px solid #000; padding: 5px 0 5px 10px; clear: both; display: block; }
.Menu a:hover { background:#faf0f0; text-decoration:none; display:block; }
