﻿
/*###################################
    FormRequest
###################################*/
.FormRequestSuccess
{
	background-color: #84be44;
	border:solid 1px #79b13b;
	height:91px; 
	width:253px;
	position:absolute;
	left:0px;
	bottom:44px;
}
.FormRequestError
{
	background-color:#c70724;
	border:solid 1px #ad041e;
	height:91px; 
	width:253px;
	position:absolute;
	left:0px;
	bottom:44px;
}
.FormRequestInside
{
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 20px;	
}
.FormRequestInsideError
{
	padding-left: 22px;
	float: left;
	padding-right: 11px;
	padding-top: 2px;
}
.FormRequestHeader
{
	 font-size:19px;
	 line-height: 22px;
	 color:#FFFFFF;
	 font-family:Arial;
	 text-align:center;
}
.FormRequestHeaderError
{
	 font-size:21px;
	 line-height: 24px;
	 color:#FFFFFF;
	 font-family:Arial;
	 text-align:center;
	 padding-top: 1px;
}
.FormRequestTxt
{
	font-size:14px;
	color:#FFFFFF;
	font-family:Arial;
	line-height:17px;
	text-align:center;
	padding-top:8px;
}
/*
###################################
	View / Hide
###################################
*/
.Hide
{
	display: none;
}
/*
###################################
	Clear
###################################
*/ 
.DisplayBlock
{
	display: block;
}  
.Clear
{
	clear: both;
}

.ClearLeft
{ 
    clear: left;
    line-height: 0px;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    height: 0px;
    width: 0px;
}
.ClearRight
{ 
    clear: right;
    line-height: 0px;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    height: 0px;
    width: 0px;
}
.ClearBoth
{ 
    clear: both;
    line-height: 0px;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    height: 0px;
    width: 0px;
}
.NoFloat
{
	float: none;
}  

table{margin:0px; padding:0px; border-collapse:collapse;border-spacing:0;}
.CursorPointer{cursor:pointer;}
/*
###################################
	Float
###################################
*/   
.FloatLeft
{
	float: left;
} 
.FloatRight
{
	float: right;
} 

.AlignRight
{
    text-align:right;
}

/*
###################################
Paging
###################################
*/
.Paging
{
	position: relative;
	height: 38px;
	width: 478px;
	font-size:11px;
}
.PagingPrev
{
	position: absolute;
	width: 100px;
	height: 30px;
	top: 8px;
}
.PagingLinks
{
	padding-top: 8px;
	width: 307px;
	text-align: center;
	position: absolute;
	left: 95px;
}
.PagingNext
{
	position: absolute;
	width: 62px;
	height: 30px;
	top: 8px;
	right: -1px;
}
.PagingItem
{
	display: inline-block;
	padding-left: 5px;
	padding-right: 6px;
	font-size: 11px;
	line-height: 16px;
}

.NoRowsPlate
{
	color: #78b03a;
	padding: 0px;
	padding-top: 10px;
	font-style: italic;
}
.PagingDisposed
{
    color:#898989;    
}

/*
###################################
	Padding
###################################
*/
.NoBottomPadding, .NoBottomPadding .RightBox
{
	padding-bottom: 0px;
}
