/* * RESET DEFAULT VALUES FOR ALL BROWSERS */ html {	overflow-y: 				scroll;}a {	color: 						#0068cc;		text-decoration: 			none;}a:hover {	color: 						#2695ff;		text-decoration: 			none;	}p {	padding: 					5px;		margin: 						0;		border: 						0;}div {	padding: 					0;		margin: 						0;		border: 						0;}form {	margin:						0;		padding:						0;		display: 					inline;}input {	font-size: 					0.9em;}select {	font-size: 					0.9em;}textarea {	font-size: 					0.9em;	font-family:				Tahoma;}submit {	font-size:					1.0em;	font-family:				Tahoma;}body {	padding: 					0;		margin: 						0;		border: 						0;		font-family: 				Helvetica;	font-size: 					0.8em;		text-align:					center;		background-image: 		url(../img/background.jpg);	background-repeat: 		repeat;}table {	border:						0;	margin: 						0;	padding: 					5px;}th {}td {	}td.contractType {	width: 						110px;	padding-bottom:			5px;		vertical-align: 			top;}ul {	margin: 						0;	margin-left:				35px;		padding:						0;	padding-bottom:			5px;}li {	margin: 						0;		padding:						0;	padding-top:				5px;		list-style: 				square;}hr {	background-color: 		silver;		border: 						none;}img {	border: 						0;		display:						block;}img.screenshot {	border-width:				1px;	border-style: 				solid;}img#brush {	position:					inherit;	margin-left: 				190px;}img#drops {	position:					inherit;		margin-top:					27px;}img#logo {	margin-top:					61px;	margin-left:				132px;		cursor: 						pointer;}.clear {	clear:						both;}.underline {	text-decoration: 			underline;}.bold {	font-weight: 				bold;}.title {	font-weight: 				bold;	font-size: 					2.0em;		color: 						#2c2c2c;}.infoTitle {	color: 						white;}.subtitle {	font-weight:				bold;	font-size:					1.4em;		margin-bottom:				-5px;		color:						#89b12d;}.infoSubtitle {	color: 						white;}#container {	width:						1024px;		min-height: 				750px;		margin:						0 auto;		text-align: 				left;}#background {	position: 					absolute;		z-index: 					-1;}#header {	width:						740px;	height:						172px;}#headerLeft {	height:						inherit;	width: 						377px;		float: 						left;}#headerRight {	height:						inherit;}.headerMenuItem {	background-image:			url(../img/menu-unselected.png);	background-repeat: 		no-repeat;	/*	display: 					table-cell;*/	display:						block;	width: 						121px;	height: 						inherit;		float: 						left;}.headerMenuItem img {	padding-left: 				24px;	padding-top:				75px;}.headerMenuItem:hover {	background-image:			url(../img/menu-hover.png);	background-repeat: 		no-repeat;		cursor: 						pointer;}#headerMenuItemSelected {	background-image:			url(../img/menu-selected.png);	background-repeat: 		no-repeat;}.headerMenuItemLink {	padding-top:				7px;	font-family: 				Helvetica;	font-size: 					1.3em;	font-weight:				bold;	color: 						#2c2c2c;		text-align: 				center;}#box {	width:						640px;		margin-left:				115px;		font-size:					1.0em;}#boxTop {	background-image: 		url(../img/box-top.png);	background-repeat: 		no-repeat;		height: 						9px;}#boxContent {	background-image: 		url(../img/box-background.png);	background-repeat: 		repeat-y;		min-height: 				250px;		padding: 					10px;	padding-top:				25px;}#boxBottom {	background-image: 		url(../img/box-bottom.png);	background-repeat: 		no-repeat;		height: 						9px;}#boxInformation {	width: 						242px;		margin-right: 				11px;		float:						right;}#boxInformationTop {	background-image: 		url(../img/boxinfo-top.png);	background-repeat: 		no-repeat;		height: 						25px;}#boxInformationContent {	background-image: 		url(../img/boxinfo-background.png);	background-repeat: 		no-repeat;		padding: 					10px;	padding-top: 				9px;		min-height:					57px;	background-color: 		#83a1da;		color: 						white;}#boxInformationBottom {	background-image: 		url(../img/boxinfo-bottom.png);	background-repeat: 		no-repeat;		height: 						9px;}#footer {/*	clear: 						both;*/	width:						100%;		margin-top: 				20px;	margin-bottom:				40px;		font-size: 					0.8em;}div#footerText {	padding-left:				130px;}/* * ERROR-BOX */div#error {	border-style:				solid;	border-width: 				2px;		padding:						10px;		margin:						10px 5px 10px 5px;		text-align: 				left;		border-color: 				red;		background-color: 		#ffdfd7;		color:						red;} /* * SUCCESS-BOX */div#success {	border-style:				solid;	border-width: 				2px;		padding:						10px;		margin:						10px 5px 10px 5px;		text-align: 				left;		border-color:				green;		background-color: 		#c8ffc8;		color:						green;}
