
/* Main layout */
/***********************************************/

body {
	margin: 0px;
	padding: 0px;
	margin-left:1px;
	background-color: #fff;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-y;
}


.head {
	background-repeat: no-repeat;
}


#content {
	margin: 31px 23px;
	width: 520px;
}


h2 {
	font-family: Helvetica Neue Roman, Arial, sans-serif;
	font-size: 14px;
	color: #4d4d4e;
	margin-top: 0;
}


.red {
	color: #fd0013;
}


.ft {
	line-height: 16.25px;
}


.fileinfo {
	color:			#666;
	font-size:		10px;
	white-space: 	nowrap;
	padding-left:	0.5em;
}


a {
	color: #fd0013;
	text-decoration: underline;
}


a:hover, a:active {
	color: #000;
}

p.link {
	margin-bottom: 30px;
}

p.link a {
	color: #000;
	text-decoration: none;
}

p.link img {
	padding-bottom: 6px;
	border: 0;
}



/* Text */
/***********************************************/

body, td, th, input, textarea {
	font-family: Helvetica Neue Roman, Arial, sans-serif;
	color: #000;
	font-size: 12px;
}


/* Id's */
/***********************************************/

/*
#footer {
    position: absolute;
    bottom: 8px;
	padding-left: 20px;
}

#footer a {
	font-size: 9px;
	color: #4D4D4E;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
}


/* Classes */
/***********************************************/

td.nav_fp {
	height: 491px;
	width: 183px;
	background-image: url(../images/bg_nav2.jpg);
	background-repeat: no-repeat;
}



table.with_border {
	border-collapse: collapse;
}

table.with_border td {
	border: 1px solid #ccc;
}

/* HERMES */
/***********************************************/
table.hermes-formtable td {
	padding: 0.5em 2em 0.5em 0;
}

table.hermes-formtable tr.error td {
	padding: 0.25em 2em 0 0;
}

table.hermes-table td {
	padding: 0.5em 2em 0.5em 0;
}

table.hermes-table tr.error td {
	padding: 0.5em 2em 0em 0;
}

.success_msg {
	color: green;
	font-weight: bold;
}

.error_msg {
	color: red;
	font-weight: bold;
}

/* HERMES */
/***********************************************/
table.gratulationsliste {
	border-collapse:collapse;
}
table.gratulationsliste td {
	border: 1px solid #ccc;
	/* font-size:11px; */
	vertical-align:top;
}

table.gratulationsliste-simplelist {
	border-collapse:collapse;
}
table.gratulationsliste-simplelist td.th {
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid black;
	padding:2px;	
}
table.gratulationsliste-simplelist td {
	vertical-align:top;
	padding:2px;
}
table.gratulationsliste-simplelist tr.odd td {
	background-color:white;
}
table.gratulationsliste-simplelist tr.even td {
	background-color:#f6f6f6;
}