﻿.centerBlock {
    float: left;
    position: relative;
    left: 50%;
}

.centerBlockContent {
    float: left;
    position: relative;
	    left: -50%;
}

.text-small-black, 
.text-small-black:link {
	font-size: small;
	color: black;   
}

.text-small-black:disabled {/*fix disabled control does not grayout in chrome problem*/
    font-size: small;
	color: black;
    background-color: lightgray;
}
.greenBG {
	background-color: #8aca00;
	font-weight: bold;
}

.chkbox label {
    margin-left:2px;
    margin-right: 15px;
    font-size:small; 
    vertical-align:central;
    font-weight:normal;
}

.validationSummary
{
	color: red;
	font-weight: bold;
}

.reportViewerStyle
{
    padding-left:5px;
	position:relative;
}
.reportViewerStyle1
{
    padding-left:-5px;
	position:relative;
}

.reportViewerStyle_Left
{
	left: 5px;
	position: absolute;
}