﻿body, html
{
    width:100%;
    height:100%;
    font-family:Arial;
    font-size:10pt;
}

input[type=text], input[type=password]
{
    font-family:Arial;
    font-size:10pt;
    border:solid 1px #e3e3e3;    
    width:200px;
    height:20px;
}

input[type=submit], input[type=button] {
    border:solid 1px #f6f6f6;
    background-color:#5081e8;
    height:30px;
    cursor:pointer;
    color:white;
}

input[type=submit]:hover, input[type=button]:hover{
    color:Orange;
}

input[type=file]
{
    font-family:Arial;
    font-size:10pt;
    height:28px;
    width:825px;
    border:solid 1px #e3e3e3;
}

select
{
	border:solid 1px #e3e3e3;	
}


td
{
    height:30px;
    padding-left:5px;    
}

.bordered
{
	border:solid 1px #e3e3e3;	
	border-radius:5px;
	box-shadow:3px 2px 2px gray;
}

.bottomBordered
{
    border-bottom:solid 1px #e3e3e3;    
}

.topBordered
{
    border-top:solid 1px #e3e3e3;    
}

.gridview
{
	border:solid 1px #e3e3e3;	
}

.gridview td
{
	border:solid 1px #e3e3e3;
	/*cursor:pointer;*/
	padding-left:5px;
}

.gridview th
{
	border:solid 1px #e3e3e3;
	height:20px;
	padding-left:5px;
}


#ModalBackground
{
	background-color:Gray;
	opacity:.5;
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;	
	display:none;
	cursor:pointer;
}

#ModalPopup
{
	position:absolute;
	left:50%;
	z-index:100;
	display:none;	
	background-color:White;
	top:50%;
	border:solid 1px #e3e3e3;
}


#ModalPopup iframe
{
    border-width:0px;
}