/* 	
	CSS for content pages eg destination 
 	overrides the global.css where necessary.
 	Jim Copas - started this on 20070102 
*/


/* basic elements */

p { 
	font-family: verdana,arial,helvetica,sans-serif; 
	color: black; 
	font-size : 11px; 
	margin: 10px 0 10px 0;
}

strong {
	font-family: verdana,arial,helvetica,sans-serif; 
	color: black; 
	font-size : 11px; 
	font-weight: bold;
}

h1 {
	font-weight: bold;
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 14px;
	color: #008fde;
	padding: 0px;
	margin: 10px 0 0 0;
	float: none;
}

h2 {
	font-weight: bold;
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 12px;
	color: #008fde;
	padding: 0px;
	margin: 0px;
	float: none;
}

h3 {
	font-weight: normal;
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 11px;
	color: #008fde;
	text-transform: none;
	padding: 0px;
	margin: 0px;
	float: none;
}

li { 
	font-family: verdana,arial,helvetica,sans-serif; 
	color: black; 
	font-size : 11px; 
	margin: 10px 0 10px 0;
}


/* class modifications for positioning */

.leftMargin {
	margin-left: 20px;
}

.topMargin {
	margin-top: 20px;
}

.bottomMargin {
	margin-bottom:20px;
}

.noMargin {
	margin: 0px !important;
}


/* stylin'  !!!  */

span.smallText {
	font-weight: normal;
	font-size:7pt; 
}

div.superHeader {
	height: 16px;
	width:100%;
}

div.superHeader h2,
div.superHeader h3 {
	float:left;
}

div.superHeader span  {
	float:right;
	height: 16px;
	padding-right:20px;
	background: url('../images/blue_arrow_right.gif') right no-repeat ;	
}

/* expandable block css */

div.expandableBlock .expandableHead {
	height: 16px;
	width: 100%;
}

div.expandableBlock .expandableHead h2,
div.expandableBlock .expandableHead h3 {
	float:left;
}

div.expandableBlock .expandableHead span {
	color: #003798;
	float:right;
	height: 16px;
	padding-right:20px;
	cursor: pointer;
}
div.expandableBlock .expandableHead .controlText_openIt{
	background: url('../images/blue_plus.gif') right no-repeat ;	
}

div.expandableBlock .expandableHead .controlText_closeIt{
	background: url('../images/blue_minus.gif') right no-repeat ;	
}


div.expandableBlock .expandableContent {
	display: none;

}

div.expandableBlock table {
	width: 450px;
	margin-left:30px
}

div.expandableBlock table.topRow td {
	font-weight: bold;
}

/* right now popup customisation */

ol {
	margin: 0px;
	padding: 0 0 0 16px;
}







