@charset "utf-8";
/* CSS Document */
.style2 {
	font-size: 20px;
	font-family: 'Passion One', sans-serif;
	color: #6CA4BE;
	font-weight: bold;
}
.style3 {font-size: 90%}
body
{
	font-family: 'Lato', sans-serif;
}
table.data {
	font-family: 'Lato', sans-serif;
	font-size:80%;
	border-top: 1px #7b7b7b;
	border-left: 1px #7b7b7b;
}
table.data td {
	border-left: 1px #7b7b7b;
	border-top: 1px #7b7b7b;
	border-bottom: none;
	border-right:none;
	border-collapse:collapse;
	}
	
div.border
{
font-family:'Lato', sans-serif;
font-size:18px;
font-weight:400;
height:50px;
border-right:medium;
border-right-style:solid;
border-right-color:#6CA4BE;
}

/*.tdpaws {background:url(<img src="../images/paws_sm.gif" alt="paws" />) repeat-y} */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

table.form {
	background-color:#cfc;
	border:thin solid green;
	padding:5px;
}

table.filter {
	background-color:#ccf;
	border:thin solid blue;
	padding:5px;
}
/*
table.data {
	background-color:#cff;
	border:thin solid green;
	padding:5px; 
}
*/
fieldset {
	border:1px solid;
	/*border-radius:25px 25px 25px 25px;*/
	/* xborder:none !important;*/
	padding:2em;
	padding-top:1em;
	background-color:#fffdec;opacity:0.9;
	/* filter:alpha(opacity=90); */ 
	box-shadow: 3px 3px 1.5px #c0bda7;
}
fieldset.highset {
	margin-top:-90px;
}
fieldset.listing2 {
	margin-top:-90px;
	margin-left:-15px;
}
table.highset {
	margin-top:-90px;
}
legend {
	display:inline;
	font-size:smaller;
	font-weight:bold; 
	background-color:#eee;
	border:2px solid;border-radius:25px;
	padding:4px; 
	margin-bottom:1em;
	margin-right:1em;
	padding-left:15px;
	padding-right:15px;
	box-shadow: 5px 5px 2.5px #666;
}

div.notice {
	border: thin solid red;
	border-radius:25px;
	background-color: white;
	padding:1em; 
	font-size:75%;
	color:#333;
	width:75%;
	box-shadow: 5px 5px 2.5px #666;
}
div.popup {
	position:absolute;
	top:200px;
	left:200px;
	border:thin solid black;
	width:500px;
	box-shadow: 5px 5px 2.5px #666;
}
div.popup_title {
	text-align:right;
	font-size:150%;
	background-color:silver;
	padding-right:5px;
}
div.popup_title a {
	color:black;
	font-weight:bolder;
	text-decoration:none;
}
div.popup_body {
	padding:10px;
	background-color:white;
}
@media print {
	#company,
	.notPrinted {
		display:none;
	}
	fieldset {
		border:none;
		padding:0;
		box-shadow: none;

	}
	fieldset.listing2 {
		margin:0;
		padding:0;
	}
	legend {
		display:inline;
		background-color:inherit;
		border:none;
		padding:0;
		margin:0;
		box-shadow: none;
	}
}