/* 
    Document   : errorvalidation
    Created on : Nov 16, 2009, 1:12:45 PM
    Author     : tjloh
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* STANDARD TAG  					*/
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial,
		Helvetica, sans-serif;
	font-size: 12px;
}

/*
body{
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
}*/
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px;
	width: 700px;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	font-size: 13px;
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	font-size: 13px;
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	font-size: 13px;
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	font-size: 13px;
	background-image: url(images/error_icon1.gif);
}

.validation {
	color: #00529B;
	background-color: #BDE5F8;
	font-size: 13px;
	font-weight: bold;
	background-image: url('images/KnobInfo.png');
}

/* --------------------------------- */
/*CONTAINER		  					*/
#container {
	margin: 0 auto;
	margin-top: 40px;
	width: 260px;
}

/* --------------------------------- */
/* TOOLTIPS				  		 	*/

/* ---------------------------------------------------------------------- */
.tooltips-gray {
	background: #444444;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
}

.tooltips-gray div {
	background: url('tips_gray.png') left bottom no-repeat;
	padding-top: 4px;
	height: 18px;
}
/* ---------------------------------------------------------------------- */