﻿body,html 
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	
}

.GridViewStyle
{       
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
    
}

.RowStyle
{   
    border-color:Gray;
    border-top-style:none;
    border-right-style:none;
    border-bottom-style:solid;
    border-left-style:none;
    border-width:1px;
    
}

.PageTextStyle
{   
   font:bold 12px arial;
    
}

.ContainerHeaderStyle 
{
	background-image:url('/Images/ContainerTopMiddle.jpg'); 
	background-repeat:repeat-x; 
	text-align:left; 
	vertical-align:bottom; 
	padding-bottom:3px;
	font-family: Verdana;
	font-size:small;
	font-weight: bold;
	color: white;
}

.ContainerFooterStyle 
{
	background-image:url('/Images/ContainerBottomMiddle.jpg'); 
	background-repeat:repeat-x;
}

.ContainerStyle
{
	font-family: Verdana;
	font-size: small;
	color: Black;
}

.ReportStatus
{
	position:fixed;
	top: 400px;
	left: 300px;
	background-color: White;
	border-style:inset;
	border-color: black;
}

.LinkStyle
{
    font-family: Verdana;
	font-size: smaller;
	color: Black;

}

.button 
{
	cursor:pointer;
}

