﻿/* MENU BOX STYLES --> BAR LEFT */
.menubox1_header { background-color: #4BA0D7; color: white; font-size: 12px; font-weight:bold; }
.menubox1 { background-color: white; color: black; border: 1px solid #0066CC; padding: 7px;	font-size: 11px; }
.menubox1 a:link { font-size: 12px; color: #0066CC; font-weight: normal;}
.menubox1 a:visited { font-size: 12px; color: #6633CC; font-weight: none; }
.menubox1 a:hover { font-size: 12px; color: #CC0000; }
.menubox1 a:active { font-size: 12px; color: #CC0000; }
.menubox1 li { padding-right:3px; list-style-image: url("/imagens/icons/li-square.gif"); }

.menubox2_header { background-color: #0070AA; color: white; font-size: 12px; font-weight:bold; }
.menubox2 { background-color: white; color: black; border: 1px solid #0070AA; padding: 5px;	font-size: 11px; }
.menubox2 a:link, .box2 a:visited, .box2 a:active, .box2 a:hover { color: #0070AA; }
.menubox2 li { padding-right:3px; list-style-image: url("/imagens/icons/list-image.gif"); }

.menubox3_header { background-color: #62A2A4; color: white; font-size: 12px; font-weight:bold; }
.menubox3 { background-color: white; color: black; border: 1px solid #62A2A4; padding: 5px;	font-size: 11px; }
.menubox3 a:link, .box3 a:visited, .box3 a:active, .box3 a:hover { color: #62A2A4; }
.menubox3 li { padding-right:3px; list-style-image: url("/imagens/icons/list-image.gif"); }

.menubox4_header { background-color: #F7A01B; color: white; font-size: 12px; font-weight:bold; }
.menubox4 { background-color: white; color: black; border: 1px solid #F7A01B; padding: 5px;	font-size: 11px; }
.menubox4 a:link, .box4 a:visited, .box4 a:active, .box4 a:hover { color: #F7A01B; }
.menubox4 li { padding-right:3px; list-style-image: url("/imagens/icons/list-image.gif"); }

.menubox5_header { background-color: #D6B756; color: white; font-size: 12px; font-weight:bold; }
.menubox5 { background-color: white; color: black; border: 1px solid #D6B756; padding: 5px;	font-size: 11px; }
.menubox5 a:link, .box5 a:visited, .box5 a:active, .box5 a:hover { color: #D6B756; }
.menubox5 li { padding-right:3px; list-style-image: url("/imagens/icons/list-image.gif"); }

/* GLOBAL STYLE -- PAGE BODY */
a:link { color: #0066CC; font-weight: normal; text-decoration: none; }
a:visited { color: #6633CC; font-weight: normal; text-decoration: none; }
a:hover { color: #CC0000; text-decoration: none; }
a:active { color: #CC0000; text-decoration: none; }

h3 { color: #0066CC; font-size: 15px;}
.body { background-color: white; color: black; }
.body, td { font-size: 13px ; font-family:Arial,Verdana,Tahoma,Helvetica; }
.body_vertical_separator { background-image: url("./imagens/vertical-separator-blue.gif"); }