/* 
================================
 Container Styles 
================================
*/   
.dialogtitle1{ FONT-SIZE: 16px; font-family:Arial; COLOR: #ffffff; FONT-WEIGHT: bold;}
.dialogtitle2{ FONT-SIZE: 16px; font-family:Arial;COLOR: #ffffff; FONT-WEIGHT: bold;}
.dialogtitle3{ FONT-SIZE: 16px;font-family:Arial; COLOR: #0169b2; FONT-WEIGHT: bold;}
.dialogtitle4{ FONT-SIZE: 16px;font-family:Arial; COLOR: #333333; FONT-WEIGHT: bold;}

.content {
	padding:5px;
}

/* blue container css */
.blue_container {
	background:#0169b2;
	width:200px;
	padding:0px;
}

/* lightblue container css */
.lightblue_container {
	background:#7eb2d7;
}

