﻿.HyperLink
{
	color:#003399;
}
.PlusSign
{
	font-size:16;
	color:Black;
	font-weight:bold;
	padding:3px 3px 3px 3px;
	cursor:hand;
}
.InvisiblePanel
{
	position:absolute;
	top:-2000px;
}
.VisiblePanel
{
	position:absolute;
	top:50px;
	left:200px;
	border:solid 1px black;
}
.InvisibleButton
{


}
.ImageLink
{
	cursor:hand;
	width:25px;
}

.GridRow {font-size: 10pt; color: black; font-family: Arial; 
             background-color:#ffffff; height:35px;}
.GridAltRow {font-size: 10pt; color: black; font-family: Arial; 
             background-color:#eeeeee; height:35px;}
.GridViewSubTotalRow
{
	background-color: #ffcc00;
	color:White;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family:Arial;
}
.GridViewTitleRow
{
	background-color: Silver;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-align: center;
	font-family:Arial;
}
.EmptyDataRow
{
	font-family:Arial;
	font-size:12px;
	padding:5px 5px 5px 5px;
	border:solid 1px #cccccc;
}
.GridviewRow
{
	background-color:white;
	font-family:Arial;
	font-size:12px;
	padding:5px 5px 5px 5px;
}
.GridviewAlternatingRow
{
	background-color:white;
	font-family:Arial;
	font-size:12px;
	padding:5px 5px 5px 5px;
}
.GridviewHeader
{
	background-color:Teal;
	font-family:Arial;
	font-size:12px;
	color:White;
	font-weight:bold;
	padding:5px 5px 5px 5px;
	
	
}
.Gridview
{
	padding:5px 5px 5px 5px;
	border-top:solid 1px #cccccc;
	border-bottom:outset 3px #cccccc;
	border-right:outset 3px #cccccc;
	border-left:solid 1px #cccccc;
}
.modalImage
{
    background-color: White;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
    padding: 1px;
    width: 500px;
    height: 450px;
   }

.modalimheader
{
    background-color:Black;
    height: 20px;
    color: White;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
