body {
	color:#5f6062;
	background-color:#F8F8F8;
	background-image:url('../images/body-bg.png');
	/* background-image:url('../images/alen_background_grey.jpg'); */
	/* background-repeat:repeat-x; */	
}

table {
	color:#5f6062;
}

html, form {
	height:100%;
}

body {
	height: 95%;
}

input, select {
	font-size:13px;
	color:#5f6062;
	border:1px solid #CCCCCC;
	border-radius: 3px;
}

.mainDiv {
	background-color:#ffffff;
	color:#5f6062;
	padding:0px 7px 25px 5px;
		/*
	border-style: solid;
    border-width: 1px; 
	border-color: #D2D2D2;
	padding:15px;
	border-bottom-width: 2px;
	border-bottom-color: #787878;
	border-right-width: 2px;
	border-right-color: #787878;
	border-top-width: 1px;
	border-top-color: #C1C1C1;
	border-left-width: 1px;
	border-left-color: #C1C1C1;
	*/
	-webkit-box-shadow: 6px 7px 10px -6px rgba(0,0,0,0.56);
	-moz-box-shadow: 6px 7px 10px -6px rgba(0,0,0,0.56);	
	box-shadow: 6px 7px 10px -6px rgba(0,0,0,0.56);
	-o-box-shadow: 6px 7px 10px -6px rgba(0,0,0,0.56);		
	
}

.errorMsg {
	color: #EB5D5F;
	font-size: 12px;
	font-weight: bold;
}

.loadingDiv {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-color:rgba(0,0,0,0.5);
	text-align: center;
}

.loadingSpan {
	border: 1px solid #999999;
	border-radius: 0px 0px 5px 5px;
	background-color:#FFFFFF;
	position:relative;
	top: -1px;
	width: 300px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}

.loadingImg {
	display: inline-block;
	padding-top: 2px;
}

.loadingText {
	color: #5f6062;
	font-weight: normal;
	font-size: 12px;
	display: inline-block;
}

.loadingTextPos {
	position: relative;
	top: -12px;
}

#showChecks:hover {
	color: #4B8AD6;
}
