
.debug
{
background:#000;
color:#fff;
padding:10px;
border:!px dotted #fff;
margin:20px;
}



body
{
margin:0;
padding:0;
background:#333 url('/img/layout/bg.gif') repeat left top;
font-family:"Trebuchet MS", verdana, helvetica;
font-size:14px;
}

table
{
font-size:12px;
}
table th, 
table td
{
text-align:left;
vertical-align:top;
}


.clear
{
clear:both;
}
.clearLeft
{
clear:left;
}
.clearRight
{
clear:right;
}


.inlineIcon
{
vertical-align:middle;
margin:0 5px 0 0 !important;
float:none;
}




/* *** */
.message
{
background:#999 url('/img/icons/error.png') no-repeat 10px center !important;;
color:#fff;
padding:10px 10px 10px 35px;
border:1px dotted #fff;
margin:0 0 20px 0;
}
.error
{
background:#a82b2b url('/img/icons/exclamation.png') no-repeat 10px center !important;
}
.success
{
background:#9CAA5B url('/img/icons/information.png') no-repeat 10px center !important;
}

.message a:link, 
.message a:visited
{
color:#eee;
}





#foot
{
width:100%;
margin:20px auto 0 auto;
text-align:center;
text-transform:uppercase;
font-size:11px;
color:#999;
}
#foot a:link,
#foot a:visited
{
color:#999;
text-decoration:none;
}
