@CHARSET "UTF-8";

div.popupcard {
	position: absolute;
	z-index: 10;
}

table.card {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

table.card td.cardcontent {
	vertical-align: top;
	background-color: #f5f6f6;
}

table.card td.boxcontent, table.card td.boxcontent div, table.card div.tabcontent {
	background-color: #ffffff;
}

table.card img.button {
	cursor: pointer;	
}

table.card td, table.card th {
	vertical-align: middle;
}

table.card td.cardcontent h2 {
	color: #60bceb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 0.4em;
}

table.card td.cardcontent h3 {
	color: #60bceb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 0.4em;
}

table.card td.cardcontent, table.card td.cardcontent p {
	color: #222222;
	font-size: 11px;
	margin-bottom: 0.8em;
	text-align: justify;
	vertical-align: middle;
	overflow: auto;
}

table.card td.cardcontent a, table.card td.cardcontent p a {
	color: #60bceb;
	text-decoration: underline;
}

table.card td.cardcontent input, table.card td.cardcontent textarea {
	font-family: verdana,tahoma,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size: 11px;
}

table.card td.cardcontent div.footnote, table.card td.cardcontent div.footnote p {
	margin-top: 20px;
	font-style: italic;
	color: #666666;
	text-align: center;
}

table.card td.cardcontent img.icon {
	margin-right: 20px;
}

table.card td.cardcontent span.error {
	color: #ff0000;
	font-style: italic;
}

table.card table.box td {
	height: 100%;
}
