@charset "utf-8";
/* CSS Document */

html,body,#container {
height:100%;
	background-color: #FFFFFF;

}
#update {
	text-align: center;
}
.bold {
	font-weight: bold;
}
:active {outline: none;  -moz-outline-style: none;} :focus { -moz-outline-style: none;outline: none;} 
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ajax-loading {
	background-image: url(../images/loading/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
}


 #MainContent {
	margin-top: 2%;
	background-color: #FFFFFF;
	padding: 20px;
}

.close_win {
	text-align: center;
}

#c_Center {
	background-image: none;
	padding: 0px;
}

.no_print {
	display: none;
}