<style>

/**
 * Messages
 	*/
 		.invalid {
		   font-weight: bold;
		}
 
		.bold {
		   font-weight: bold;
		}

		.mark_box {
		   font-weight: bold;
		   color:black;
		   background-color:#EDF7FB;
		}
		
		.title {
		   font-weight: bold;
		   color:green;
		}

		.boldButton {
		   font-weight: bold; 
		   width:160px;
		   height:40px;
		}
		
		.inLineButton {
		   font-weight: bold; 
		   width:160px;
		}
		
		.info{
			color: #347C17;
			font-weight: bold;
			border: solid 1px #347C17;
			padding-top: 4px;
			padding-bottom: 4px;
			padding-left: 35px;
			padding-right: 4px;
			background-image: URL("/sisgepel/images/ico_info.gif");
			background-color: #ecf8ed;
			background-position: 3px 3px;
			max-width: 728px;
			white-space: normal;
			display: block;
			background-repeat:no-repeat;
		}
		
		.success {
			color: #347C17;
			font-weight: bold;
			border: solid 1px #347C17;
			padding-top: -2px;
			padding-bottom: 2px;
			padding-left: 25px;
			padding-right: 2px;
			background-image: URL("/sisgepel/images/ico_ok.gif");
			background-color: #ecf8ed;
			background-position: 3px 3px;
		/*	max-width: 728px; */
			white-space: normal;
			display: block; 
			background-repeat:no-repeat;
		}
		
/* 		.error { */
/* 			color: red; */
/* 			font-weight: bold; */
/* 			border: solid 1px #C11B17; */
/* 			padding-top: 4px; */
/* 			padding-bottom: 4px; */
/* 			padding-left: 25px; */
/* 			padding-right: 4px; */
/* 			background-image: URL("/sisgepel/images/ico_error.gif"); */
/* 			background-color: #fbf3ed; */
/* 			background-position: 3px 3px; */
/* 			max-width: 728px; */
/* 			white-space: normal; */
/* 			display: block; */
/* 			background-repeat:no-repeat; */
/* 		} */
		 
		.warm{
			color: #C11B17;
			font-weight: bold;
			border: solid 1px #C11B17;
			padding-top: 4px;
			padding-bottom: 4px;
			padding-left: 35px;
			padding-right: 4px;
			background-image: URL("/sisgepel/images/ico_warn.gif");
			background-color: #fbf3ed;
			background-position: 3px 3px;
			/*max-width: 728px;*/
			white-space: normal;
			display: block;
			background-repeat:no-repeat;
		}
		
		.green_message{	
			color: green;
			font-weight: bold;
		} 
	
		.red_message{	
			color: red;
			font-weight: bold;
		} 
		
		.empty{	
			color: gray;
			font-style: italic;
			font-size:10; 
		}
		
		.red_text{
			color: red;
		} 
		
		.red_label{
			color: red;
			font-weight: bold;
			font-size:11px; 	
		}
		.blue_label{
			color: blue;
			font-weight: bold;
			font-size:11px; 
			
		}
		
		/*
		.GridLayoutNoBorder tr.z-row td.z-row-inner, tr.z-row .z-cell,div.z-grid
		{
			border: none;
			overflow: hidden;
			zoom: 1;
			background: white;
			border-top: none;
			border-left: none;
			border-right: none;
			border-bottom: none;
		} 
		*/
</style>