/* -------------------------------- prison_style.css ------------------------------- */
/* ---------- For use on all of the WHO Prison site public facing site pages ------- */

/* GENERAL ITEMS */

body {margin:0;}
form {margin:0;padding:0;}
.text_fields {
	background-color:#FFFFFF;
	font-family:sans-serif;
	font-size:11px;
	color=#003366;
	border-style: solid;
	border-width:1px;
	border-color:#003366;
	size=8;
	height:17px;
	}
	

/* HEADER */

.main_title {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #FFFF00;
	}
	
/* SIDE MENU */

.side_menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: 1E30AE
	}
	
/* ICON PANEL */


.icon_panel_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight:normal;
	color: 1E30AE
	}
	
/* BROWSER PANEL */

.browser_panel_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight:bold;
	color: 1E30AE
	}


/* TABLE HEADER */

.header_menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: 1E30AE
	}

	
/* MAIN CONTENT  */

.content_body,p,body,tr { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 3A3A54;
 } 
 
 .content_title { 
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-weight:bold;
 	color: 3A3A54;
 }
 
 .content_bread {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	color: 3a3a54;
; font-weight: bold
	}
