﻿body 
{
	font-family:Arial;
	font-size:10pt;
}

.toolbar
{
	display:block;
	border:solid 1px #e3e3e3;
	color:Gray;
	text-decoration:none;
	width:180px;
	height:25px;
	float:left;
	line-height:25px;
	text-align:center;
	background-color:#f6f6f6;
	margin-right:10px;
}

input[type=text]
{
	border:solid 1px gray;	
	font-family:Arial;
	font-size:11pt;
}

input[type=password]
{
	border:solid 1px gray;	
	font-family:Arial;
	font-size:10pt;
}

input[type=submit]
{
	border:solid 1px gray;	
	background-color:#f6f6f6;
	color:Gray;
	font-family:Arial;
	font-size:10pt;
	cursor:pointer;
}

.gridview
{
	font-size:10pt;
}

.gridview td
{
	border:solid 1px #f6f6f6;	
	height:25px;
	font-size:9pt;
}

.gridview th
{
	border-bottom:solid 1px #f6f6f6;	
	border-top:solid 1px transparent;
	border-left:solid 1px transparent;
	border-right:solid 1px transparent;
	height:25px;
}


#TablePleaseWait
{
    position:absolute;
    top:100px;
    left:50%;
    width:220px;
    z-index:101;
    background-color:White;
    margin-left:-110px;
    border:solid 1px gray;
    border-radius:8px;    
}

#TablePleaseWait td
{
	height:25px;
}

.modal_background
{
    position:fixed;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-color:Gray;
    opacity:0.4;
    filter:alpha(opacity=40);    
    z-index:100;
    display:none;
    cursor:pointer;
}

.title
{
	font-weight:bold;
	padding-left:5px;
	height:25px;	
	text-align:left;
}

.bordered
{
	border:solid 1px #e3e3e3;	
}

.roundBordered
{
	border:solid 1px #e3e3e3;	
	border-radius:5px;
}