a:focus 
{ 
	outline: none; 
}

a img 
{
	border: none;
}


/* Visualizer Form */

div.form
{
	margin: 0 auto;
	width: 100%;
}

form p
{
	margin: 2ex;
}

fieldset
{
	margin: 2ex 0 2ex 0;
	padding: 2ex;
	border: 1px solid Gainsboro;
}

legend
{
	color: Gray;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	padding: 0.5ex 1ex 0.5ex 1ex;
}

* html legend
{
	margin-bottom: 2ex;
}


/* Elements Form */

.groups
{
	float: left;
}

.check_button
{
	float: left;
	margin-right: 1ex;
}

.formbox
{
	float: left;
	margin: 2ex;
}

label.label_card, label.label_left
{
	font-size: 95%;
	font-weight: bold;
}

label.label_left
{
	width: 40ex;
	float: left;
}

label.label_right
{
	float: left;
	max-width: 95%;
}

label.label_warning
{
	color: red;
}

.remark
{
	border: 1px dotted Silver;
	padding: 4px;
	font-size: 90%;
	font-style: italic;
	text-align: center;
}

span.warn 
{
	color: Red;
}

.critical 
{
	font-size: 85%;
}

span.error 
{
	background-color: Red; 
	padding: 2px;
	margin-left: 2ex;
	color: White; 
	font-size: 60%; 
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.required_field 
{
	font-size:75%;
}


/* ModalBox message */

.MB_errors, .MB_messages, .MB_contentFrame
{
	margin: 8px 0;
	font-weight: bold;
}

.MB_messages
{
	font-size: 90%;
	text-align: center;
}

.MB_errors_left
{
	float: left;
	width: 25ex;
	color: maroon;
}

.MB_button
{
	text-align: center;
}


/* Content */

h6 
{
	font-size:12px;
	font-weight:bold;
}

span.source
{
	color: #939393;
	font-weight: bold;
	font-size: 90%;
}

hr.separator 
{
	border: none;
	color: #dcd6c5;
	background-color: #dcd6c5;
	height: 1px;
	margin:8px 0 10px 0;
}


/* Pagelinks */

.pagelinks 
{
	text-align:center;
	vertical-align: top;
	font-size: 12px;
	font-weight:bold;
	color:#ffffff;
	width:100%;
}

.pagelinks a.pagelink
{
	text-decoration:none;
	color:#ffffff;
}

.pagelinks a.pagelink:hover
{
	text-decoration:none;
	color:#ffffff;
}

.pagelinks a span
{
	padding:3px 6px 0 6px;
	background:#6b8e9e;
	height:17px;
	margin:0 1px 0 1px;
	cursor:pointer;
	vertical-align: top;
	width: 2ex;
	display: inline-block;
}

.pagelinks a:hover span
{
	padding:3px 6px 0 6px;
	background:#b1c7d1;
	height:17px;
	margin:0 1px 0 1px;
	cursor:pointer;
	vertical-align: top;
	width: 2ex;
	display: inline-block;
}

.pagelinks .active
{
	padding:3px 6px 0 6px;
	background:#d10000;
	height:17px;
	margin:0 1px 0 1px;
	cursor:pointer;
	vertical-align: top;
	width: 2ex;
	display: inline-block;
}

.pagelinks .extreme 
{
	margin:0 2px 0 2px;
}

/* eCards */

.thumbcard
{
	padding-bottom: 10px;
}

.thumbcard_background
{
	float: left;
	background-image: url(../images/thumb/thumbcard.gif);
	background-repeat: no-repeat;
	width: 306px;
	height: 220px;
}

.thumbcard_radio
{
	float: left;
	padding-right: 8px;
}

.thumbcard_img
{
	padding: 10px;
}

div.ecard_img
{
	width: 360px; 
	height: 400px; 
	float: left;
}

img#ecard
{
	padding: 12px;
}

div.ecard_text
{
	padding-top: 125px; 
	float: left;
}
