@charset "utf-8";
/* CSS Document */

/* These styles are available to all content managers */

/* Content ///////////////////////////////////////////////////////////////// */

/*  Used for grouping Featureboxes tables or Navboxes tables */
.elementbox {
	float:right;
	padding: 0px 0px 10px 10px;
}

/* Used for framing sidebar content tables with a border and background  */
.featurebox {
	background: #EFF5F8;
	border: 1px solid #9FBFD0;
	font-size: 95%;
	margin: 0px 0px 10px 10px; 
	padding: 0px;
}

/* To create a set of 3rd-tier nav links in a box. Includes Title and thispage styles. ////////// */
.navbox {
	background-color: #EFF5F8; 
	border: 1px solid #9FBFD0;
	font-size: 95%;
	margin: 0px 0px 10px 10px;
	padding: 0px;	
}
.navbox-title {
	background-color: #CBDBEB;
	border: 1px solid #fff; 
	border-bottom: 1px solid #9FBFD0;
	font-weight: bold;	
	padding: 5px;
}
.navbox-title2 {
	background: #EFF5F8; /* Hack to paint over the bullet  */
	font-weight: bold;
	padding: 5px; /* 4px 0px; */
	margin: 0px 6px; 
	border-bottom: 2px solid #9FBFD0; /* 02958D */
}
.navbox-link {
	background: transparent url(/images/ui/bullet-star-red.gif) no-repeat;
	background-position: 5px 9px;
	padding: 5px 5px 5px 15px;
}
.navbox-link-thispage {
	background: transparent url(/images/ui/bullet-arrow-red.gif) no-repeat;
	background-position: 3px 7px;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
}
.navbox-title, .navbox-title a:link, .navbox-title a:visited, .navbox-title2, .navbox-title2 a:link, .navbox-title2 a:visited, .navbox-link a:link, .navbox-link a:visited, .navbox-link-thispage a:link, .navbox-link-thispage a:visited  {
	text-decoration: none; 
} 
.navbox-title a:hover, .navbox-title2 a:hover, .navbox-link a:hover, .navbox-link-thispage a:hover {
	text-decoration: underline;
}


/* Data Table - To create a 1px border for an HTML data table , i.e. never for page layout /////////////// */

.datatable  {
	margin-bottom: 15px;
}

.datatable, .datatable td, .datatable th  {
	border: 1px solid #9FBFD0; /* 02958D */
	border-collapse: collapse;
}
.datatable td, .datatable th {
	padding: 5px; 
	margin: 0px;
}
.datatable th {
	background-color: #EBF1F7; /*D2F0EF #BEE9E7; #B1E4E2; */ 
	font-weight: bold;
}
.tablelabel {
	font-size: 14px;
	margin-bottom: 0px;
}
.datatable caption {
    font-weight: bold;
    margin: 0 0 10px;
}


/* Caption Table - (flush left and right) 2-cell table with top image cell and bottom caption cell ////////// */

.image-right-captiontable {
	float: right;
	margin: 0px 0px 5px 10px;
}
.image-left-captiontable {
	float: left;
	margin: 0px 15px 5px 0px;
}
.image-left-captiontable, .image-right-captiontable {
	padding: 0px;
	border-collapse: collapse;
}
.image-left-captiontable td, .image-right-captiontable td {
	border: 1px solid #3C5E81; /* 272571 */ 
	margin: 0px;
	padding: 0px;
	background: #f5f7f7; /* EBF1F7 9FBFD0  */ 
}
.image-left-captiontable td p, .image-right-captiontable td p {
	font-size: 95%;
	padding: 0px;
	margin: 3px 5px;
}


/* Image layouts (flush left and right) ////////////////////////////////////////// */

.image-left, .image-left-noborder {
	float: left;	
	padding: 0px;
	margin: 0px 10px 10px 0px;
}
.image-right, .image-left {
	border: 1px solid #3C5E81; /* 272571 */ 
}
.image-right, .image-right-noborder {
	float: right;	
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
.image-middle {
	vertical-align: middle;
	margin-bottom: .25em;
	border: none;
}


/* Fifty percent-Fifty percent two column table layout */

.fiftyfifty, .fiftyfifty td {
	border: 1px solid #9FBFD0; /* 02958D */
	border-collapse: collapse;
}
table.fiftyfifty {
	border-width: 2px;
	border-color: #FFFFFF;
}
.fiftyfifty td {
	border-color: #fff #9FBFD0 #fff #fff; /* 02958D */
	margin: 0px;
	padding: 0px 10px 10px 10px; 
	width: 50%;
}
.fiftyfifty h2  {
	margin: 0px 0px 10px 0px;
}
.fiftyfifty ul  {
	margin: 0px 0px 0px 20px; 
	padding: 0px;
}
.fiftyfifty ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}


/* text box with borders */
.textbox td {
	border: 1px solid #9FBFD0;
	background-color: #EFF5F8; /* CBDBEB  */
	padding: 5px 10px 5px 10px;
}
.textbox p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
table.textbox {
	margin-bottom: 15px;
}
