/* @author 	z.rickard@ulyssit.de
*  @created	10.12.09	
*
* --------------------------------------------------------*/
div.teaserbild_left {
	margin:0px auto; 
	text-align:center;
	height:400px;
}

div.teaserbild_right {
	margin:10px auto; 
	text-align:center;	
	height:400px;
}

/* table resultset */
table.resultset {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

table.resultset th {
	padding-left: 5px;
	line-height: 1.5em;
	text-align: left;
	color: #ffffff;
	font-size: 80%;
	border-bottom: 1px solid #31a59b;
	background-color: #31a59b;
	font-weight: normal;
}

table.resultset td {
	vertical-align: text-top;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #31a59b;
	font-size: 90%;
}

td.resultaction{
  white-space:nowrap;
}

td.resultaction a:link, td.action a:visited, td.action a:hover, td.action a:active{
  background-color: transparent;	
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 0px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}
#system-message dd ul li { 	padding-left: 0px; margin-left:30px; background: none; line-height:100%;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}


/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* System Standard Messages */
#system-message dd.message ul { background: #C3D2E5 url(../images/login/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../images/login/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../images/login/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}


