/***********************************************
* Virtual Pagination script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none; font-weight:bold; text-decoration:none
}

.paginationstyle{ /*Style for demo pagination divs*/
text-align: center;
margin: 10px 0; font-weight:bold; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid #000080;
margin: 0 15px; color:#333300; font-weight:bold; text-decoration:none; font-family:serif; font-size:10pt
}

.paginationstyle a{ /*Pagination links style*/
border: 1px inset #FFE1D7;
font-weight:bold; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0; background-image:url('http://www.athoscompanny.com.br/images/maroon_3dsh_nblack.png'); color:#FFF2E1; text-decoration:none; font-size:10pt; font-family:serif
}

.paginationstyle a:hover, .paginationstyle a.selected{
font-weight:bold; text-decoration:none; font-size:10pt; color:#FFF2E1; font-family:serif; background-color:#CCCCCC /*image:url('http://www.athoscompanny.com.br/images/maroon_3dsh_n2.png')*/
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0 none;
padding: 0; color:#800000; font-weight:bold
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0 none;; color:#800000; font-weight:bold
}

.paginationstyle a.imglinks a:hover{
background: none; color:#800000; font-weight:bold; font-size:10pt; text-decoration:none; font-family:serif
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
font-weight:bold; text-decoration:none; font-family:serif; font-size:10pt

}
h1 { font-size: 1em; text-decoration: none; font-weight: bold }
h2 { font-family: serif; font-size: 1em; font-weight: bold }