a:link, a:visited, a:active {
     color: #132963;
}
 #header, input.defaultButton {
     background-color: #132963;
}
 body, table.listing tr.fastTracked, a:hover {
     background-color: #eee;
}
 ::selection {
     background: #ccc;
}
 ::-moz-selection {
     background: #ccc;
}
 html img {
     -moz-user-select: none;
     -webkit-user-select: none;
     user-select: none;
}
 */
 a:link {
     color: #000000;
}
 a:hover {
     color: #FFFF;
     background: rgba(0,0,0,0);
     text-shadow: 0px 0px 2px #132963;
}
 a:active {
     color: #132963 
}
 a:visited {
     color: #132963;
}
/*codigo do banner*/
 #header {
 	background-color: #132963;
     /*background: rgba(0, 0, 0, 0);*/
     height: 200px;
}
 #headerTitle {
     text-align: center ! important;
}
 #header h1 {
     padding: 0;
}
 body {
     background-image: #287BAD;
     background-color: rgba(214, 169, 49, 0.39);
}
 #container {
     width: 960px ! important;
     box-shadow: 0 0 10px rgba(1,1,1,1.1);
     border: 1px solid #f1f1f1;
}
 #navbar {
     position: absolute;
     width: 960px;
     top: 156px;
     margin-left: -225px;
     background-color: #132963;
     /*background: linear-gradient(to bottom, #4C91C2 , #4C91C2 , #4C91C2 , #4C91C2 , #4C91C2);*/
     border: 1px solid #f1f1f1;
     border-bottom: none;
     height: 33px;
}
 #navbar a:link {
     color: #fff;
     padding: 16px 11px;
     
}
 #navbar a:hover {
     color: #fff;
     background: linear-gradient (to bottom, #4C91C2 , #4C91C2 , #4C91C2 , #4C91C2 , #4C91C2);
     box-shadow: 0px 2px 3px rgba(0,0,0,.2);
     border: 1px solid #f1f1f1;
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
}
 #navbar a:visited {
 	border: 1px solid #f1f1f1;
     color: #fff;
}
 ul.menu {

     position: relative;
     top: 10px;
}
 ul.menu li {
     padding: 0;
}
 #main {
     float: right;
     width: 720px;
     margin-left: 0%;
     padding: 0px 15px;
}
 #rightSidebar {
     float: left;
     width: 190px;
     padding: 0px;
     font-size: 0.65em;
     height: 100%;
     margin-right: 0%;
     margin-left: 0%;
}
 #sidebar div.block {
     font-size: 1.2em;
     width: 180px;
     padding: 10px;
     padding-bottom: 33px;
     margin-bottom: 10px;
     border: 1px solid #FFF;
     background: #FFF;
     box-shadow: 1px 1px 5px rgba(142,142,142,1);
}
 #sidebar div.block#sidebarDevelopedBy {
     text-align: center;
     padding: 10px;
}
 #sidebar div.block#sidebarHelp {
     text-align: center;
     padding: 10px;
}
 #sidebar div.block span.blockTitle {
     display: block;
     font-weight: bold;
     text-align: center;
     color: #FFF;
     padding: 7px;
     position: relative;
     left: -10px;
     margin-top: -10px;
     width: 186px;
     height: 12px;
     margin-bottom: 10px;
     font-size: 1em;
     letter-spacing: 0em;
     text-transform: uppercase;
     background: linear-gradient(to bottom, #132963 , #132963 , #132963 , #132963 , #132963 , #132963 , #132963 , #132963 , #132963);
}
 #sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
     border-top-left-radius: 14px;
     border-bottom-right-radius: 14px;
     border-top: 2px solid #A3A3A3;
     border-left: 2px solid #A3A3A3;
     border-bottom: 2px solid #A3A3A3;
     border-right: 2px solid #A3A3A3;
     background: #FFF;
}
 input.defaultButton {
     color: #FFFFFF;
     font-weight: bold;
}
 