/* CSS definition file containing sitestyle stylesheets */

body {
	background-color: #f8f8f8;
	background-image:url(./assets/images/page_bg.jpg);
        background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
scrollbar-arrow-color: #545F41;
scrollbar-highlight-color: #545F41;
scrollbar-face-color: #D3D6CF;
scrollbar-shadow-color: #808080;
scrollbar-darkshadow-color: #A8A8A8;
scrollbar-track-color: #D3D6CF;
}

.searchTB {font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#FFFFFF;
 width:130px;
 height:18px;
 border:0;
 background:#3d5772;
 padding-left:5px;
}

.ErrMsg {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold; 
	color: #FF0000;
	text-align: center;
}
 
.footertext {
	font-family: Arial;
	font-size: 8pt;
	color: #C7B3AE;
        line-height: 15pt;
}