/****************************************************
	P A G E L A Y O U T
	1em = 10px
****************************************************/
html {

/* ALWAYS horizontal and vertical scrollbars in both IE & FireFox	*/
/*	overflow: scroll; */

/* ALWAYS vertical scrollbar (no horizontal scrollbar) in firefox, 
   IE unaffected */
	overflow: -moz-scrollbars-vertical;  

/* No overflow property - the default behaviour of firefox 
   is to put vertical scollbar when page is overflowed 
   making the page bounce (if homepage is centered) */

}

body {
	background-color: 	#EDEEEE; /* Placed here so the content editor is not influenced */
	color: 			#606163;
	margin: 		0 25px 0 25px;
	padding: 		0;
	text-align: 		center;
}

div#PageContainerOuter {
	padding-left: 		20px; 
	padding-right: 		20px; 
	background-color: 	#FFFFFF; 
	width: 			900px; 
	margin-left: 		auto; 
	margin-right: 		auto;
}

div#PageContainer {
	display: 		block;
	margin-left: 		auto;
	margin-right: 		auto;
	position: 		relative;
	width: 			900px; /* PAGE WIDTH #1 of 2 */
}

/* if this div is located in a frontpage template */
body.FrontpageTemplate div#Page {
	padding-top: 		271px; /* HEADER HEIGHT #1 of 2 */
	text-align: 		left;
}

/* if this div is located in a non-frontpage template (make room for navigationpath ... ) */
div#Page {
	padding-top: 		300px; /* HEADER HEIGHT #1 of 2 */
	text-align: 		left;
}


/****************************************************
	H E A D E R   S T U F F
****************************************************/
div#HeaderContainer {
	font-size: 		93%;
	height: 		281px; /* HEADER HEIGHT #2 of 2*/
	left: 			0;
	top: 			0;
	position: 		absolute;
	z-index: 		2; 
	width: 			900px; /* PAGE WIDTH #2 of 2*/
}

table#HeaderToolsTable tr td.LotsOfPadding {
	padding:  		0 10px 0 10px;
}
table#HeaderToolsTable tr td.NoRightPadding {
	padding:  		0 0 0 10px;
}

div#ContentMenu {
	padding-top: 27px;

/*	display: 		block;
	height: 		28px;
	height: 30px;
	right: 8px;
	position: absolute;
	top: 220px;
	text-align: right;
	z-index: 1; */
}

div#topBar {
	background-color: 	#E0E0E0; 
	height: 		140px;
	margin-bottom: 2px;
	margin-top: 2px;
}


td#Logo img{
	margin:17px 0 24px 0;
}

/****************************************************
	F O O T E R   S T U F F
****************************************************/
/*
div#SubContent {
	font-size: 		93%;
	height: 		30px;
}
*/

div#FooterContainerOuter {
	padding-top:		5px;
}

div#FooterContainer {
	border-top: 		1px solid #EDEEEE;
	font-size:		10px;	/* we dont want this text to get larger as it ruins the design, therefore we force it to 10px */
	height: 		30px;
}

div#FooterContainer,
div#FooterContainer a {
	color: 			#A7A9AC;
}

div#CompanyInfo {
	float: 			left;
	padding: 		8px 10px 0 10px;
}

div#ToTop {
	float: 			right;
	padding: 		8px 0px 0 10px;
}

/**********************************
	M I S C
*********************************/

fieldset {
	display: 		inline;
}

form {
	margin: 		0;
	padding: 		0;
}

input.Submit {
	background-color: 	#054169;
	border: 		1px solid #002D56;
	color: 			#FFFFFF;
}

a img {
	border: 		0;
}

ul.Vertical {
	clear: 			both;
	display: 		table;
	list-style: 		none;
	margin: 		0;
	padding: 		0;
}

ul.Vertical li {
	float: 			left;
	margin: 		0;
	padding: 		0;
}

ul.Vertical li.Right {
	float: 			right;
}

div#BondSelector {
	margin-bottom: 		2em;
}

div.VideoFrame {
	margin-top: 		15px;
	display: 		table;
	width: 			1px;   
	padding: 		20px;
	border: 		1px dashed #002D56;
}


/**********************************
	I R   M O D U L E
*********************************/
table.PriceData {
	width: 			100% !important;
	font-size:		11px !important;
}

table.PriceData tr.Headings td {
	font-weight: 		bold !important;
	background-color: 	#EAEAEA !important;
	padding: 		4px !important;
	margin: 		0 !important;
	border: 		0 !important;
}
table.PriceData tr.Data td {
	width:			33% !important;
	padding: 		4px !important;
	margin: 		0 !important;
	border: 		0 !important;
}

div.Clear{
	clear:both;
	height:1px;
	overflow:hidden;
}

/****************************************************
	N O T I C E S   T O   T H E   S T O C K   E X C H A N G E
****************************************************/

div#ReleaseYear,
div.ReleaseSelectBox {
	display: 		block;
}

div.Year,
div.YearDivider {
	float: 			left;
	padding:		3px 4px 3px 4px;
}

div.YearDivider {
	color:			#A7A9AC;
}

div.YearSelected {
	background-color: 	#BD7684;
	color:			#FFFFFF;
	font-weight:		bold;
}

div.ReleaseSelectBox {
	border-top: 		1px solid #DFDFE0;
	border-bottom: 		1px solid #DFDFE0;
	padding: 		8px 0px 8px 6px;
}
 
div.ReleaseSelectBox div#Label,
div.ReleaseSelectBox div#SelecBox {
	float: 			left;
}

div.ReleaseSelectBox div#Label {
	padding-top: 		4px;
	width: 			100px;
}

div#ReleaseTitle {
	padding:		10px 0px 10px 6px;
	color:			#000000;
	font-weight:		bold;
}

div.ReleaseElementDate {
	color:			#000000;
	padding-left: 		33px;
}

div.ReleaseElementTitle {
	padding: 		2px 0 1em 33px;
}

div.ReleaseElementTitle a {
	padding-left: 		1.6em;
	background-image: 	url("/images/li_arrow_red_big.gif");
	background-repeat: 	no-repeat;
	background-position:	0.1em 0.2em;				
}

div.PropertyChildren{
	float:left;
	width:225px;
	margin:0 10px 15px 0;
}

div.PropertyChildrenInfo a{
	padding-top:1px;
	font-size:1.1em;
	font-weight:bold;
	display:block;
	background:transparent url(/images/li_arrow_red_big.gif) right 2px no-repeat;
}


