/*
 $Id: Pablo.css,v 1.4 2005/02/28 17:21:34 gbiersteker Exp $
 Pablo | http://www.pabloweb.nl/
 Copyright (C) 2004 Auxilium Software Development.
 http://www.auxilium-sd.nl
*/


.pablo_button {
	border: 1px #1B1B3C solid;
	color: #1B1B3C;
	background-color: #E9EBF1;
	font-family: Arial, Helvetica, Sans-serif;
}

.pablo_text {
	width:300px;
	border: 1px #1B1B3C solid;
	color: #1B1B3C;
	background-color: #E9EBF1;
	font-family: Arial, Helvetica, Sans-serif;
}

#admin IMG{
	vertical-align:middle;
}

#message_error {
	font-family:arial;
	font-size:13px;
	border-collapse:collapse;
	margin: 2px;
}
#message_error th {
	background-color: #FF0000;
    font-weight: bold;
    color: white;
    text-align: left;
    background-image: url(images/s_error.png);
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding: 2px 2px 2px 25px;
    margin: 0px;	
}

#message_error td {
    border: 1px solid #FF0000;
    background-color: #FFFFCC;
	color:black;
	padding: 2px 2px 2px 2px;
}

#message_attention {
	font-family:arial;
	font-size:13px;
	border-collapse:collapse;
	margin: 2px;
}
#message_attention th {
	background-color: #FF0000;
    font-weight: bold;
    color: white;
    text-align: left;
    background-image: url(images/s_attention.png);
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding: 2px 2px 2px 25px;
    margin: 0px;	
}

#message_attention td {
    border: 1px solid #FF0000;
    background-color: #FFFFCC;
	color:black;
	padding: 2px 2px 2px 2px;
}


#message_info {
	font-family:arial;
	font-size:13px;
	border-collapse:collapse;
	margin: 2px;
}
#message_info th {
	background-color: #0000FF;
    font-weight: bold;
    color: white;
    text-align: left;
    background-image: url(images/s_info.png);
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding: 2px 2px 2px 25px;
    margin: 0px;
}

#message_info td {
    border: 1px solid #0000FF;
    background-color: #CCFFFF;
	color:black;
	padding: 2px 2px 2px 2px;
}
