﻿
.PageBtn:link, .PageBtn:visited, .PageBtn {
    background-color: #777777;
    border: solid 1px black;
    color: White;
    display: inline-block;
    font-size: 12px;
    max-width: 150px;
    min-width: 90px;
    padding: 0px 5px 0px 5px;
    text-align: center;
    text-decoration: none;
    /*float: right;*/
}

.PageButton:link, .PageButton:visited, .PageButton {
    background-color: #777777;
    border: solid 1px black;
    color: White;
    display: inline-block;
    font-size: 12px;
    max-width: 90px;
    min-width: 90px;
    padding: 0px 5px 0px 5px;
    text-align: center;
    text-decoration: none;
    width: 90px;
    /*float: right;*/
}

.PageButton:hover,.PageBtn:hover
{
	background-color:#AAAAAA;
	font-weight:bold;
}

.PageButton:active {
	background-color:#777777;
	border:solid 1px black;
	color:White;
	display: inline-block;	
	font-size:12px;	
	max-width:100px;
	min-width:90px;
	padding:0px 5px 0px 5px;
	text-align:center;
	text-decoration:none;
	width:100px;	
}

.PageBtn:active {
        background-color: #777777;
        border: solid 1px black;
        color: White;
        display: inline-block;
        font-size: 12px;
        max-width: 160px;
        min-width: 90px;
        padding: 0px 5px 0px 5px;
        text-align: center;
        text-decoration: none;
        width: 160px;
    }
.PageButton:disabled {
        cursor: not-allowed;
        opacity: 0.3
}

.PageBtn:disabled {
    cursor: not-allowed;
}


Content
{
	width:960px;
	max-width:960px;
	min-width:960px;
	padding:20px 5px 20px 5px;
	font-size:10pt;
}

PageFieldSet
{
	border:solid 1px #777777;
	padding-top:10px;
	white-space:nowrap;
	width:930px;
}

Legend
{
	color:#777777;
	font-size:13pt;
}

.PageTable
{
	width:100%;
}

th
{
	padding-top:10px;
}

.PagePanel
{
	margin-top:10px;
	text-align:right;
	white-space:nowrap;
	width:952px;
}

.Validator
{
	font-size:10pt;
	margin-left:10px;
}

.ReportViewer
{
	width:960px;
}

p, ul
{
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
}

ul
{
	padding-left:15px;
}