﻿body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

.mainnavblock
{
    padding-bottom: 10px;
    text-align: center;
}
.mainnav
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 5px;
    padding-left:5px;
}

a.mainnav:hover
{
    color: #FF0000;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.7;
}
.modalReportsRequired {
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.generictextbox
{
	border: 1px solid #C0C0C0;
	font-family: Tahoma;
	font-size: x-small;
	font-weight: normal;
	font-variant: normal;
    margin-left: 0px;
}

.pagebtnholder
{
    float: left;
    clear: right;
}

a.pagebutton
{
    
    font-style: normal;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('images/pages.png');
    width: 32px;
    height: 32px;
    display: block;
    text-decoration: none;
    vertical-align: bottom;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
}
a.pagebuttonactive
{
    
    font-style: normal;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('images/pagesactive.png');
    width: 32px;
    height: 32px;
    display: block;
    text-decoration: none;
    vertical-align: bottom;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
}




/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.7;
}
.modalReportsRequired {
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}