
/* Containers' Main Frames */

.container_blank
 {
	width: 100%;
	background: transparent;
	padding: 0px 0px 10px 0px; 
	margin: 0px 0px 20px 0px;
 }
 
 .container_with_title
 { 	
	width: 100%;
	background: transparent;
	border: none;
	padding: 0px;
	margin: 0px 0px 20px 0px; /* negative bottom compensates for extra high <p> */
 }
 
 
 .container_with_title_border_left
 { 	
	width: 100%;
	background: transparent;
	border-left: 1px dotted #7E7E7E;
	padding: 0px; 
	margin: 0px 0px 20px 0px; /* negative bottom compensates for extra high <p> */
 }
 
 .container_with_border
 { 	
	width: 100%;
	background: transparent;
	border: 1px #7E7E7E dotted;
	padding: 0px;
	margin: 0px 0px 20px 0px;
 }

 
.container_bg_orange
 { 	
	width: 100%;	
	padding: 0px 0px 10px 10px;
	margin: 0px 0px 20px 0px;
	background: #fdf8ea;
	border: 1px solid #FEF0D3;
 }

.container_bg_blue
 { 	
	width: 100%;
	padding: 0px 0px 10px 10px;
	margin: 0px 0px 20px 0px;
	background: #f2f7fb;
	border: 1px solid #DEEBF4;
 }
 
 
 
/* Content areas within the container (under the title) */ 
 
 .content_in_titled_containers {
 	padding: 5px 3px 0px 5px;	
	
 }
 
 .content_in_border_left_container {
 	padding: 5px 3px 0px 15px;	
	
 }
 
 .content_in_border_containers {
 	padding: 1px 5px 1px 10px;
 }
 
 .content_in_blank_container {
 	padding: 2px 0px 0px 5px;	
 }
 
 
 /* Styles of Titles */
 
.HeadRedTitle
 {
 	color: #b61900;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;	
	padding: 0px 0px 0px 5px;
	height: 21px;
 }

 
.HeadGreyTitle
 {
 	color: #404040;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;	
	padding: 0px 0px 0px 5px;
	height: 21px;
 }
 
 .HeadBlueTitle
 {
 	color: #005A93;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;	
	padding: 0px 0px 0px 5px;
	height: 21px;
 }
 
.HeadTitle_LeftBorderContainer
 {
 	color: #005A93;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;	
	padding: 0px 0px 0px 15px;
	height: 21px;
 }
 
.actions_in_titled_containers {
	text-align: right;
	padding-right:10px;
}



