/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23.01.2017, 09:43:17
    Author     : Timo.Pruessing
*/

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09.06.2016, 10:52:28
    Author     : Timo.Pruessing
*/

#typo3-messages {
  margin-bottom: 10px;
  font-family: arial, sans-serif; }

.typo3-message {
  margin-bottom: 4px;
  padding: 12px;
  padding-left: 36px; }

.typo3-message ul, .typo3-message ol {
  padding-left: 16px; }

.typo3-message .message-header {
  display: block; }

 
.typo3-message {
  border: 1px solid;
  background-position: 10px 12px;
  background-repeat: no-repeat; }

.typo3-message a {
  text-decoration: underline; }

.typo3-message li {
  margin-bottom: 10px;
  list-style: disc; }

.typo3-message .message-header {
  font-size:15px;
  font-weight: bold; }

.message-notice {
  color: #777;
  background-color: #f6f7fa;
  background-image: url("/typo3/sysext/t3skin/icons/gfx/notice.png");
  border-color: #c2cbcf; }

.message-notice a {
  color: #777; }
/*typo3/sysext/t3skin/icons/gfx/*/
.message-information {
  color: #4c73a1;
  background-color: #eaf7ff;
  background-image: url("information.png");
  border-color: #c5dbe6; }

.message-information a {
  color: #4c73a1;
}

.message-ok {
  color: #3b7826;
  background-color: #cdeaca;
  background-image: url("ok.png");
  border-color: #58b548;
}

.message-ok a {
  color: #3b7826; 
}

.message-warning {
  color: #9e7d4a;
  background-color: #fbf6de;
  background-image: url("warning.png");
  border-color: #b1905c; }

.message-warning a {
  color: #9e7d4a; }

.message-error {
  color: #aa0225;
  background-color: #f6d3cf;
  background-image: url("error.png");
  border-color: #d66c68; }

.message-error a {
  color: #aa0225; }