/* 
    Document   : pagination
    Created on : 3-Nov-2011, 12:13:44 PM
    Author     : kgonzales
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.RecordListTable-Header {
	background-color: #A2BF6A;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
}

.RecordListTable-Pagination {
	border-spacing: 0px 3px;
	font-size: 10px;
}

.ajaxCover {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	margin: 0px;
	left: 0px;
	display: none;
}

.imgLoader{
    position: absolute;
    /*top:150px;*/
    margin-bottom:200px;
    margin-left:250px;
    margin-right:200px;
    margin-top:220px;
    
    left: 20px;
    
}
.msgLoader{
    position: absolute;
    top:150px;
    margin: 150px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    
    
}
