﻿.GridViewStyle
{    
    font-family:Arial;
    font-size: 8pt;
    background-color: White;
    border-style: none;
    text-align: Left;
    
}
.GridViewRowStyle
{
    background-color: #E7E7FF;
    color: #4A3C8C;
    padding: 1px 5px 1px 5px;
}
.GridViewFooterStyle
{
    background-color: #B5C7DE;
    font-weight: bold;
    color: #4A3C8C;
    text-align: center; 
}
.GridViewSelectedRowStyle
{
    background-color: #738A9C;
    font-weight: bold;
    color: #F7F7F7;
}
.GridViewHeaderStyle a
{
    font-weight: bold;
    color: White;
}
.GridViewHeaderStyle
{
    background-color: #4A3C8C;
    font-weight: bold;
    color: #F7F7F7;
    text-align:Left ;   
}
.GridViewAlternatingRowStyle 
{
    background-color: #F7F7F7;
   color: #284775;  
   padding: 1px 5px 1px 5px;
}
.datagrid_hovcol 
{
	background-color: #C0C0C0;
	color: #006;
	padding: 10px
}
.GridViewPagerStyle
{
    background-color: #B5C7DE;
    font-weight: bold;
    color: #4A3C8C;
    text-align: center; 
}
.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}
.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
#plate
{
    position: relative;
    left: 0;
    top: 0;
    width: 302px;
    height: 151px;
    display: block;
    background-image: url('../images/standard.gif');
}
#plate p
{
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
    left: -44px;
}
#mainContent select
{
    margin-bottom: 10px;
}
#mainContent input[type=button], #mainContent input[type=reset]
{
    padding: 3px;
}
.panelborder
{
    border:1px solid black;
}
.redtext
{
    font-size:small;
    font-weight:bold;
    color:Red;
}
.blacktext
{
    font-weight:normal;
    color:black;
}
.smalltext
{
    font-size:x-small;
}
.screen-reader-text {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: black;
    color: white;
    opacity: 0;
}

    .screen-reader-text:focus {
        left: 50%;
        transform: translateX(-50%);
        opacity: 1;
    }
.AccessibleParagraph{
    line-height: 1.5;
}