body {
	background-color: #FFF;
}
.StandardText { 
	font-family: 'digital-serial_dbregular', Verdana, Tahoma;
	cursor: default;
}
.ReadingText { 
	font-family: Arial;
	cursor: default;
}
.MainTitleText {
	color: #626262;
	font-size: 48px;
}
.SubTitleText {
	color: #626262;
	font-size: 19px;
}
.MainButtonDiv {
	color: #626262;
	font-size: 48px;
}
.LeadingContentText {
	color: #333;
	font-size: 26px;
}
.LeadingContentTextWhite {
	color: #FFF;
	font-size: 26px;
}
@font-face {
    font-family: 'digital-serial_dbregular';
    src: url('../fonts/digital-serial-regular_db-webfont.eot');
    src: url('../fonts/digital-serial-regular_db-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/digital-serial-regular_db-webfont.woff') format('woff'),
         url('../fonts/digital-serial-regular_db-webfont.ttf') format('truetype'),
         url('../fonts/digital-serial-regular_db-webfont.svg#digital-serial_dbregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#MainRelinkTxt {
	position: absolute;
	font-family: 'digital-serial_dbregular', Verdana, Tahoma;
	bottom: 25px;
	right: 25px;
	color: black;
	font-size: 24px;
	display: none;
	cursor: pointer;
}
#MainLoginScreen {
	position: absolute;
	top: 75px;
	left: 50%;
	width: 437px;
	height: 145px;
	margin-left: -213px;
}
#MainLoginScreen td input {
	width: 260px;
}
.FormButton, .Button {
	background-color: #626262;
	border: none;
	color: #FFF;
	font-size: 26px;
	font-family: 'digital-serial_dbregular', Verdana, Tahoma;
	cursor: pointer;
	border-radius: 5px;
}
.FormButton:hover, .Button:hover {
	background-color: #333;
}
.FormInput {
	background-color: #626262;
	color: #FFFFFF;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	border: none;
	border-radius: 5px;
}
.FormInputHome {
	background-color: #626262;
	color: #FFFFFF;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	border: none;
}
#LoginButton {
	width: 391px;
	height: 45px;
}
#MainLoginButton {
	position: absolute;
	top: 135px;
	right: 0px;
}
#MainPITitle {
	position: relative; 
	top: 0px; 
	left: 44px;
	width: 391px;
	text-align:justify;
	text-justify:inter-word;
}
#MainContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
#ProjectTitle {
	position: fixed;
	top: 10px;
	left: 10px;
}
#ProjectIDTitle {
	position: fixed;
	top: 55px;
	left: 13px;
}
#MainMenuButtonList {
	position: fixed;
	top: 95px;
	left: 13px;
}
.LeftMenuButton {
	width: 239px;
	height: 35px;	
}
#ContainerLoader {
	position: absolute;
	top: 95px;
	left: 265px;
	height: 100%;
}
.FormInputAdd {
	width: 250px;
}
.costscontenttd td {
	font-family: arial;
	font-size: 16px;
	line-height: 18px;
	padding: 5px;
	background-color: #FFF;
}
.costscontentth td {
	font-family: arial;
	font-size: 16px;
	line-height: 18px;
	padding: 5px;
	background-color: #CCC;
	font-weight: bold;
}
#PrintContainer {
	position: absolute;
	top: 0px;
	margin-top: 110px;
	left: 0px;
	width: 100%;
}
#PrintDateTitle {
	position: fixed;
	top: 55px;
	right: 13px;
}
#PrintMaxmakesLogo {
	position: fixed;
	top: 12px;
	right: 2px;
}