html
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

form
{
	height: 100%;
}

TEXTAREA
{
	behavior: url(javascript/maxlength.htc) url(../javascript/maxlength.htc) url(../../javascript/maxlength.htc)
}

GridViewStyle
{    
    border: 1px solid Gray;
}

.GridViewHeaderStyle
{
    background-color: #EDE8BA;
}

.GridViewAlternatingRowStyle 
{
    background-color: #EFF3F8;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td, .GridViewHeaderStyle th, .GridViewSelectedRowStyle td
{
    border: 1px solid Gray;
    padding: 4px;
}


.PopupBackground
{
	background:#000000;
	border:1px solid #cecece;
}

.Popup
{
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:20px;
	font-size:13px;
}

.PopupClose
{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	color:#6fa5fd;
	font-weight:700;
	cursor: pointer;
}

.FlatButton {
	border: 1px solid gray;
	color: black;
	background-color: #eee;
	display: block;
	width: 100%;
	height: 100%;
    min-width: 120px;
}

	.FlatButton:hover {
		border: 1px solid gray;
		color: black;
		background-color: #bbb;
		display: block;
		width: 100%;
		height: 100%;
        min-width: 120px;
}

.MassCheck {
	width: 20px;
	margin: auto;
	display: block;
}

.MassApprovalLink {
	font-weight: normal;
	color: blue;
	text-decoration: underline;
	font-style: italic;
	font-size: 9px;
}

.LoginMethodRow {
    font-size: 14px;
    font-weight: bold;
}

.ChooseLoginMethod {
    font-size: 14px;
}