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

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
font-size:20px;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
margin: 0 15px;
font-size:20px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
color:#315B0B; /*navy;*/
background-color: white;
font-size:20px;
}


.paginationstyle a:hover, .paginationstyle a.selected{
color: #F26703; /*000*/
font-size:20px;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #F26703;/*#000;*/
font-size:20px;
}

.flatview  {
font-size:20px;
}
.flatview a {
font-size:20px;
}
.flatview a:link  a:visited a:active a:hover {
font-size:20px;
}
#flatview0, #flatview1  , #flatview2 {
font-size:20px;
}
.formsubtitle {
font-size :15px;
font-weight:bold;
color:#315B0B;
}

.formsubtitle a , .formsubtitle a:hover{
font-size :15px;
}
div.formsubtitle a , div.formsubtitle a:hover{
font-size :15px;
}
.orange{
color:#F26703;

}

.regformintro a.regformintro, a.regformintro:hover{
font-size:11px;
font-weight:bold;
}

div.regformintronormal {
font-size:11px;
font-weight:bold;
}
