/*******************************************************************************
#-------------------------------------------------------------------------------
# CSS VOOR ERRORS CLASS
#-------------------------------------------------------------------------------
#
# author:    HRtV
# date:      03-01-2014
# version:   0.1
#
#-------------------------------------------------------------------------------
# History:
# 0.1:       Eerste versie
#
#
#
#
#-------------------------------------------------------------------------------
*******************************************************************************/

div#diverror, div#divwarning, div#divinfo, div#divstat {
  font-family:      Tahoma, Sans-Serif;
  background-color: #DDD;
  border-style:     solid;
  border-width:     1px 1px 1px 1px;
  border-color:     #BBB;
  margin:           10px auto 0px auto;
  width:            90%;
}

div#divdebug {
  font-family:      Tahoma, Sans-Serif;
  background-color: #DDD;
  border-style:     solid;
  border-width:     1px 1px 1px 1px;
  border-color:     #BBB;
  display:          block;
  width:            90%;
  margin:           10px auto;
}

div#diverror:hover, div#divwarning:hover, div#divinfo:hover, div#divstat:hover, div#divdebug:hover {
  background-color: #DDD;
}

img#imgerror, img#imgwarning, img#imginfo, img#imgstat {
  height:           32px;
  margin:           5px;
}

img#imgdebug {
  height:           24px;
  margin:           5px;
}

span#msghdebug {
  margin-left:       5px;
  padding:           5px;
  font-size:        12px;
  vertical-align:   12px;
}

span#msgherror {
  color:            #F00;
}

span#msghwarning {
  color:            #C90;
}

span#msghinfo {
  color:            #58F;
}

span#msghstat {
  color:            #578;
}

span#msghdebug {
  color:            #808;
}

span#msgherror, span#msghwarning, span#msghinfo, span#msghstat, span#msgterror, span#msgtwarning, span#msgtinfo, span#msgtstat {
  margin-left:       5px;
  padding:           5px;
  vertical-align:   16px;
  font-size:        14px;
}

span#msgtdebug {
  padding:           5px;
  font-size:        12px;
  vertical-align:   12px;
}