/* BASIC */
HTML,BODY {padding:0px;margin:0px;width:100%;height:100%;}
BODY, TD, INPUT, TEXTAREA, SELECT {/*font-family:Arial,sans-serif;*/font-family:Tahoma,serif;font-size:14px;color:#7f7f7f;}
A { color: #523e13; text-decoration: none; }
A IMG { border: none;outline:none; }
A.red   {color:#900;}
A.green {color:#789504;}
A.blue  {color:#096B90;}
.eleven {font-size: 11px;}
.strong {font-weight: bold;font-weight:700;}
b,strong {font-weight:bold;font-weight:700;}
italic,em {font-style:italic;}
p {margin:0;line-height:18px;}

h1 {color:#575757;font-size:18px;font-weight:700;text-transform:uppercase;}
h2 { margin-top: 2px; margin-bottom: 10px; }
h3 { color: #575757; }
html {height:100%;}
body,html {min-height:100%;}
table {border-collapse:collapse;}

div.notif_error > div { border: 1px solid #ee2727; border-top: 0; color: #ee2727; padding: 4px; float: left; border-radius: 0px 0px 10px 10px; margin-left: 5px; background: #fff; }
div.notif_report > div { border: 1px solid #008A00; border-top: 0; color: #008A00; padding: 4px; float: left; border-radius: 0px 0px 10px 10px; margin-left: 5px; background: #fff; }

.cf {clear:both;}
.sprite {background:url(../images/sprite.png) no-repeat;}
#WRAPPER {width:987px;margin: 0 auto;background:#fff;min-height:100%;height: auto !important;height:100%;position:relative;z-index:500;}

.stddiv {padding:8px;}