﻿*
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.SPCCPanel *
{
	font-size: 8pt !important;
}

body 
{
	margin: 0px; 
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none;
	height: 100%;
}

body form
{
	height:100%;
}

.Login
{
	position: fixed;
	top: 30%;
	left: 40%;
}

.TabNormal
{
	background-image: url(../Images/Nav.gif);
}

.TabCurrent
{
	background-image: url(../Images/Nav_Current.gif);	
}

.gvHeader
{
	background-image:url(../images/GridviewHeaderBG.png);	
}

.gvHeader td
{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-weight: bold; 
	font-size:8pt;
}

.Content
{
	font-size:8pt;
	color: 	#727272;
	height: 100%;
	vertical-align: top;
}

.SampleDataHeader td
{
	border-right: #f0f0f0; 
	border-top: #f0f0f0; 
	border-left: #f0f0f0;
    border-bottom: #f0f0f0; 
    background-color: transparent;
    text-align: center;
    white-space:nowrap;
    font-family:Verdana, Arial;
    font-size: 10pt;
    font-weight:bold;
}

.SampleData td
{
	border-right: #f0f0f0; 
	border-top: #f0f0f0; 
	border-left: #f0f0f0;
    border-bottom: #f0f0f0;
    background-color: transparent;
    text-align: center;
    font-family:Verdana, Arial;
    font-size: 10pt;
    white-space:nowrap;
}
