@import url(top_menu_nav.css);

* {
 padding: 0px;
 margin: 0px;
 }
 
body {
		background: #DDE6ED;
		margin:0; 
		padding:0;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	p { margin: 0 0 }
	
	td{
		vertical-align: top;
	}
	
	.green{
		color: Green;
	}
	
	.greenHighlight{
		color: Green;
		font-weight: bold;
	}
	
	.red{
		color: #991A1D;
	}
	
	.redHighlight{
		color: #991A1D;
		font-weight: bold;
	}
	
	.strikethrough{
		text-decoration: line-through;
	}
	
	.smalltext{
		font-size: 80%;
	}
	
	.bigtext{
		font-size: 120%;
	}
	
	.orange{
		color: #FF9900;
	}
	
	ul{
		list-style-type: none;	
		padding:5px 0px 5px 2px;
		margin: 0px;
	}

	ul li{
		padding-left:10px;
		padding-bottom: 7px;
		background-image: url(/demo/images/ocecpr/bullet_sm_orange.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	.imgButton{
		float: left;
		padding: 0px;
		margin: 3px 0 3px 0;
		background: url(/demo/images/ocecpr/button_back_left.gif) no-repeat top left;
}

	td.centeraligned{
		text-align:center;
	}
	
	img.leftNoBorder{
		float:left;
		border:none;
		margin-right:3px;
		margin-bottom: 3px;
	}
		
	img.rightNoBorder{
		float:right;
		border:none;
		margin-left:3px;
		margin-bottom: 3px;		
	}
	
	table.FlowHide{
		table-layout:fixed;
	}
	
	#content td.tdFlowHide{
		overflow:hidden;
	}
	
	.imgButton button{
	margin: 0;
	padding: 0 4px 0 4px;	
	background-color: transparent;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: white;
	border: 0px solid #A2A2A2;
	height: 20px;
	background: url(/demo/images/ocecpr/button_back_right.gif) no-repeat top right;	
}	
	#content td, table{
		font-size: 100%;
	}
	
	#content th{
		font-size: 110%;
		border-bottom:solid 1px #C6C6AE;
		padding: 5px;
		margin-bottom: 5px;
		margin-top: 10px;
	}

	#content th.light{
		font-size: 90%;
		border-bottom:solid 0px #C6C6AE;
		text-align:left;
		vertical-align: top;
		padding-top:0px;
	}
	
	a:link,a:visited {
		color: #333399;
	}
	
	a:hover{
		color: blue;
	}

	a.readMore{
		background-image: url(/demo/images/ocecpr/bullet_arrow.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		padding-left: 15px;
	}

	a.wordFile{
		background-image: url(/demo/i/icon_word.gif);
	}

	a.excelFile{
		background-image: url(/demo/i/icon_excel.gif);
	}

	a.rtfFile{
		background-image: url(/demo/i/icon_rtf.gif);
	}
			
	a.pdfFile{
		background-image: url(/demo/i/icon_pdf.gif);
	}
	
	a.pptFile{
		background-image: url(/demo/i/icon_ppt.gif);
	}
		
	a.zipFile{
		background-image: url(/demo/i/icon_zip.gif);
	}		
	
	a.textFile{
		background-image: url(/demo/i/icon_text.gif);
	}	
	
	a.otherFile{
		background-image: url(/demo/i/icon_other.gif);
	}
	
	a.wordFile,a.excelFile,a.rtfFile,a.pdfFile,a.pptFile,a.zipFile,a.textFile,a.otherFile{
		background-repeat: no-repeat;
		white-space: normal;
		background-position: 0px 3px;
		padding: 0px 0px 5px 20px;
		line-height: 20px;	
		/*show icon in explorer 6
		_clear: left;	
		_display: inline-block;		*/	
	}
	
	/*html>body a.wordFile,a.excelFile,a.rtfFile,a.pdfFile,a.pptFile,a.zipFile,a.textFile,a.otherFile{
		clear: none;	
		display: inline;	
	} */
		
	#outer{
		width:778px;
		background: White;
		border: solid 1px #CCCCCC;
		background-image: url(/demo/images/ocecpr/bg_outer.gif);
		background-repeat: repeat-y;
		margin:0 auto; /*Align center*/
		padding:0;		
	}
		
	#headerOuter{
		padding:0;
		margin: 0;
		background-color: White;
		font-size:70%;
	}

	#header{
		float: left;
		margin: 0px;
		padding-left:0px;
		padding-right:0px;
		background-image: url(/demo/images/ocecpr/bg_header.png);
		background-repeat: repeat-y;
		background-position: top;
		width:778px;
		height: 69px;
	}

	#headerOuter a:link,#headerOuter a:visited {
		color:#666666;
	}
	
	#logo, #logo_en {
		margin: 0px;
		padding-top: 8px;
		padding-bottom: 0px;
		padding-left: 2px;
		width: 155px;
		height: 65px;
		float:left;
		background-repeat: no-repeat;
		background-position: 2px 8px;
		background-color: white;
	}

	#logo {
		background-image: url(/media/logo/ocecpr.png);
	}
		
	#logo_en {
		background-image: url(/media/logo/ocecpr_en.png);
	}
	
	#logo img, #logo_en img {
		border: 0px;
	}
	
	#imageStrip {
		padding: 0;
		margin: 0;
		height:83px;
		width:778px;
		background-repeat:no-repeat;
		clear:left;
		margin-bottom: 6px;
		
	}
	
	#textOnly {
		text-align: right;
		font-weight: bold;
		padding-right: 2px;
	}
	
	#textLinks{
		float:right;
		margin-top:11px;
		width:2px;
		height:20px;
		color: #666666;
		display:none;
		visibility:hidden;
	}
	
	.skipNav{
		display:none;
		visibility:hidden;
	}
	
	#logoTextOuter{
		float:right;
		padding:0px;
		margin:0px;
		width: 619px;
	}
		
	#logoText, #logoText_en{
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		width: 442px;
		height: 49px;
		float:left;
		background-repeat: no-repeat;
		background-position: 6px 18px;
	}
	
	#logoText{
		background-image: url(/demo/images/ocecpr/logo_text.png);
	}	

	#logoText_en{
		background-image: url(/demo/images/ocecpr/logo_text_en.png);
	}
	
	#logoText img, #logoText_en img {
		border: 0px;
	}
	
	#langSelectOuter{
		float: right;
		font-size: 9px !important;
		text-align: right;
		margin: 26px 8px 0 0;
		padding: 4px 6px 2px 6px;
		width: 132px;
		background-image: url(/demo/images/ocecpr/bg_langSelect.png);
		background-repeat: no-repeat;
		background-position: right top;
	}
	
	#langSelect{
		text-align: center;
		margin: 0;
		padding-left: 10px;
		height:17px;
	}		
	
	#langSelectLink{
		text-align: center;
		background-image: url(/demo/images/ocecpr/lang_bullet.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}			
	
	#langSelectLink a{
		padding-left: 10px;
	}		
		
	#globalNav{
		float:left;
		padding:0px;
		margin:0px;
		width: 619px;
		height: 23px;
		background-image: url(/demo/images/ocecpr/bg_globalNav.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		/*margin-top:-10px; */		
		/*mac hack - the following is visible in non macs\*/
		/*margin-top:10px; */
		text-align:right;
		/*end of hack*/
	}
	
	#globalNav ul {
		padding: 4px 0px 0px 0px;
		margin: 0;
	}
	
	#globalNav li {
		display: inline;
		margin: 0;
		padding: 0;
		padding-right:3px;
		padding-left:8px;
		height:10px;
		background-image: url(/demo/images/ocecpr/bullet_sm_globalnav.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}

	#globalNav a:link,#globalNav a:visited {
	}

	#globalNav a:hover {
		text-decoration: underline;
		color: Black;
	}
	
	#globalNav .first{
		background-image: none;
	}
	
	#footerOuter{
		padding:0;
		margin: 0;
		width:778px;
	}

	#footer {
		padding:0;
		margin: 0;
		font-size: 70%;
		padding-top: 5px;
	}
	
	.lastUpdate{
		padding-right:10px;
		padding-bottom:5px;
		margin: 0;
		text-align: right;
		color: #666666;
	}
	
	#footerNav{
		padding:10px 10px 10px 10px;
		margin: 0;	
		border-top: 6px solid #051F4E;
		background-color: White;
	}
	
	#footerNav ul {
		padding: 0;
		margin: 0;
	}
	
	#footerNav li {
		display: inline;
		height:10px;
		padding-right:2px;
		padding-left:8px;
		background-image: url(/demo/images/ocecpr/bullet_sm_footer.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}

	#footerNav .first{
		background-image: none;
		padding-left:3px;
	}
	
	#copyOuter{
		clear: both;
		padding: 0 0 8px 0;
		margin: 0 0 0 0;
		font-size: 80%;
		color: #666666;
		width:778px;
		background-color: White;
		height: 25px;
	}
	#copy{
		float:left;
		padding-left: 15px;
		margin-top: 5px;
		font-size:85%;
	}
	
	#powered{
		float: right;
		padding-right: 10px;
		margin-top: 5px;
		background-image: url(/demo/images/ocecpr/bg_powered.gif);
		background-repeat: no-repeat;
		width: 172px;
		height: 19px;
	}

	#contentInner1{
		background-color: White;
	}
	
	#contentInner1 p{
		margin: 0;
		margin-bottom:10px;
	}
		
	#leftColumnWideOuter {
		padding: 0;
		margin: 0;
		float: left;
		width: 271px;
	}
	
	#leftColumnWide {
		margin-left: 6px;
		padding-left:5px;
		
	}
	
	#rightColumnNarrowOuter{
		padding: 0;
		margin: 0;
		float: left;
		width: 493px;
	}

	#rightColumnNarrow {
		padding-left:0px;
		padding-right: 0px;
		margin-top: 16px;
	}	
	
	#leftColumnNarrow {
		margin-left: 0px;
		padding-left:0px;
	}

	
/*Inside pages */
	#leftColumnNarrowOuter {
		padding: 0;
		margin: 0;
		float: left;
		width: 211px;
	}

	#rightColumnWideOuter{
		padding: 0;
		margin: 0;
		float: left;
		width: 553px;
		font-size: 80%;
	}

	#breadcrumbOuter{
		width:553px;
		margin: 0px;
		padding: 0px;
	}	
	
	#breadcrumbInner{
		padding: 0px;
		margin: 0px;
		font-size:85%;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 5px;
	}
	
	#breadcrumbInner ul {
		padding: 0px;
		margin: 0px;
		display: list-item;
		float: left;
	}
	
	#b1readcrumbInner li {
		float: left;
	}
	
	#breadcrumbInner li {
		display: inline;
		padding-right:2px;
		margin-left:0px;
		height:10px;
		background-image: url(/demo/images/ocecpr/slash.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		font-weight: bold;
		line-height: 1.6;
	}
			
	#breadcrumbInner a:link,#breadcrumbInner a:visited {
		text-decoration: underline;
		font-weight: normal;
	}

	#breadcrumbInner a:hover {
		text-decoration: underline;
	}
	
	#breadcrumbInner .first{
		border: none;
		background-image: none;
		padding-left: 0px;
		font-weight: normal;
		
		list-style-image: none;
		list-style-position: none;
		list-style-type: none;		
	}	
	
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0;
		padding:0;
		background:transparent;
	}

#container1 {
	background:#F7F8F3;
	border-bottom:solid 1px #C6C6AE;
	width:493px;
}

#container1b {
	background:#F7F8F3;
	border-bottom:solid 1px #C6C6AE;
	width:493px;
}

#container3 {
	width:493px;
	border-bottom:solid 1px #C6C6AE;
}

#container5 {
	width:493px;
}

#leftMenuNarrow{
	margin-top: 2px;
	border-top:solid 1px #CBC9CA;
	border-bottom:solid 1px #CBC9CA;
	border-right:solid 1px #CBC9CA;	
	padding-bottom:0px;
	background: #F5F5FE;
	width: 200px;
}

#firstLevelMenuNarrow ul{
	list-style-type: none;	
	padding:0px;
	margin: 0px;
	background: White;
	padding-top:10px;
}

#firstLevelMenuNarrow ul li{
	font-size:80%;
	font-weight: bold;
	padding-left:10px;
	padding-bottom: 7px;
	background-image: url(/demo/images/ocecpr/bg_leftnav_bottom_bullet_narrow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#firstLevelMenuNarrow ul li a{
	display:block;
	width:180px;
	text-decoration: none;
	margin-left: 0px;
	color: #1B4194;
}

#content {
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
}

#content p{
	line-height: 150%;
	margin-top:10px;
}

h1,#content h1,h2,#content h2,h3,#content h3,h4,#content h4{
	clear: both;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #051F4E;
	margin-bottom: 10px;
	margin-top: 15px;	
}

h1,#content h1 {
	font-size: 160%;
}

h2,#content h2 {
	font-size: 140%;
}

h3,#content h3 {
	font-size: 120%;
}

h4,#content h4 {
	font-size: 110%;
}

.textOnlyLink {
	display:none;
	visibility: hidden;
	text-decoration: none;	
}

#leftObjectsOuterWide {
	width: 258px;
}

#leftObjectsOuterNarrow {
	width: 200px;
	margin-top: 2px;
}

.leftObject {
	border:solid 1px #CBC9CA;
	border-left: none;
	background: white;
	margin:0 0 2px 0;
	padding: 0 5px 10px 5px;
	font-size:70%;
	background-image: url(/demo/images/ocecpr/bg_object_title.png);
	background-repeat: no-repeat;
	background-position: 0 0;	
}

.leftObject h1,.leftObject h2,.leftObject h3,.leftObject h4{
	padding:0;
	margin:0;
	margin-bottom: 10px;
	font-size:100%;
	color: #051F4E;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.leftObject h2{
	padding: 6px 8px 0 8px;
	height: 18px;
	background-color: transparent;
}

.leftObject p{	
	color: black;
	background-color: transparent;	
}

.leftObject li{	
	color: black;
}
.containerContent {
	padding:10px;
	padding-top: 5px;
	font-size:70%;
}

.containerContent h1,.containerContent h2,.containerContent h3,.containerContent h4,.containerContent h5,.containerContent h6{
		color:#5B5B59;
		margin-top: 0;
		margin-bottom: 5px;
		font-weight: bold;
		font-size:100%;
}

.containerContent p{
		line-height: 150%;
		padding-bottom:3%;
		
}

.containerContent ul{
	margin:0;
	padding: 0px;
	list-style-image: url(/demo/images/ocecpr/bullet_small.gif);
	padding-left: 0px;		
	margin-left: 20px;
}

.containerContent ul li{
	margin-top: 4px;
	margin-bottom: 4px;
}

.containerContent img{
border: 1px solid white;
margin-left:3px;
margin-right:3px;
margin-top:0px;
margin-bottom:3px;
}

#content a:link,#content a:visited {
	color: #333399;
}

#content a:hover {
	color: blue;
}

#contactsinarticle {
	padding: 0;
	margin: 0;
}

#contactsinarticle p {
	line-height: 100%;
}

#contactsinarticle h2 {
	padding: 0;
	margin: 0;
	margin-top:35px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C6C6AE;
}

#contactsinarticle .contactsdetails{
	padding-left: 0px;
}

#contactsinarticle .contactsdetails h3 {
	background-image: url(/demo/images/ocecpr/bullet_small_black.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 10px;
	margin-left: 10px;
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom: 0px;
	color: #4C4C4C;
	font-size: 100%;
}

#contactsinarticle .contactsdetails p {
	padding-top: 0px;
	padding-left: 20px;
	line-height: 100%;
}

#contactsinarticle .contactsdetails a {
	font-weight: normal;
}

#childrenArticles ul{
	list-style: none;	
	padding: 0;
	margin: 0;
	padding-left: 0px;
	margin-left: 0px;
}

#childrenArticles h2 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	margin-top:20px;
	padding-top: 10px;
	border-top: solid 1px #CCCCCC;
	color: #051F4E;
	font-size: 140%;
	font-weight: bold;
}

#childrenArticles li {
	background-image: url(/demo/images/ocecpr/bullet_small_orange.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 110%;
}

#relatedarticles ul{
	list-style: none;	
	padding: 0;
	margin: 0;
	padding-left: 0px;
	margin-left: 0px;
}

#relatedarticles h2 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	margin-top:20px;
	padding-top: 10px;
	border-top: solid 1px #CCCCCC;
	color: #051F4E;
	font-size: 140%;
	font-weight: bold;
}

#relatedarticles li {
	background-image: url(/demo/images/ocecpr/bullet_small_blue.png);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 110%;
}

#faqListing ul{
	list-style: none;	
	padding: 0;
	margin: 0;
	padding-left: 0px;
	margin-left: 0px;
}

#faqListing h2 {
	padding: 0;
	margin: 0;
	margin-top:35px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C6C6AE;
}

#faqListing li {
	background-image: url(/demo/images/ocecpr/bullet_arrow.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 150%;
}

#newsListing ul{
	list-style: none;	
	padding: 0;
	margin: 0;
	padding-left: 0px;
	margin-left: 0px;
}

#newsListing li {
	background-image: url(/demo/images/ocecpr/bullet_square.png);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 150%;
}
.xbdList{
		font-size: 11px !important;
}

.xbdList th {
	background-color: #E9E8FD;
	padding: 4px 10px 4px 10px;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	white-space: nowrap;
	font-size: x-small;
}

.xbdList th a{
	font-size: 100%;
}

.xbdList td{
	margin: 0px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #F7F7F7;
	font-size: 12px;	
}

.xbdList .filters td{
	border-bottom: 1px solid white;	
}
.xbdList table.xdbPaging{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.xbdList table.xdbPaging td{
	border-bottom: 1px solid white;
}

.xbdList table.xdbPaging .xdbPrevious{
	text-align: left;
	white-space: nowrap;
	width: 170px;	
}

.xbdList table.xdbPaging .xdbNext{
	text-align: right;
	white-space: nowrap;
	width: 170px;
}

.xbdList table.xdbPaging .xdbResults{
	text-align: center;
	width: 200px;
}

.events{
	margin: 0px;
	padding: 5px 5px 5px 10px;
	border: 1px solid #F7F8F3;
}

.eventsTitle{
	background-color: white;
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #bbbbbb;
}

.eventsCalendar td{

}

#formContent h2{
 	background-color: #f7f7f7;
	padding-top: 4px;
	padding-bottom : 4px;
	margin-bottom: 4px;
}

.error{
	color: #CC0000;
}

#SiteMap{
	margin-bottom : 0;
	margin-top : 0;
}

#SiteMap ul{
	margin : 0 0 0 20px;
	padding:0px;
}

#SiteMap li{
	background-image: url(/demo/images/ocecpr/bullet_grey.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding : 0 0 2px 10px;
}

#SiteMap li .branch1{

}

#SiteMap li .branch2{

}

input,textarea,select{
	color: #000000;
	border: 1px solid #A2A2A2;
}

button{
	margin: 4px 0 4px 0;
	background-color: #EFF0EA;
	color: #000000;
	border: 1px solid #A2A2A2;
	padding-right: 6px;	
	padding-left: 6px;
}

.calendarButton{
	margin: 4px 0 2px 0;
	font-size: 90%;
	font-weight: bold;
	background-color: #EFF0EA;
	color: #000000;
	border: 1px solid #A2A2A2;
	padding-right: 6px;	
	padding-left: 6px;
	padding-bottom: 0px;
	text-decoration: none;	
}

td calendarPreviousMonth{
	text-align: left;
}

td calendarNextMonth{
	text-align: right;
}

.objectCalendarParagraphOuter{
	width: 100%;
	text-align: center;
}

.objectCalendarParagraphOuter table{
	margin: 0 auto;
}

#objectCalendarOuter{
	margin-bottom:5px;
}

#objectCalendar{
	border:1px solid #bbbbbb;
	font-size: 100%;
	text-align: center;
	background-color: #E9E8FD;
}

#topNavOuter{
	width:778px;
	padding: 0;
	margin: 0;
}

#topNav{
	padding-left: 12px;
	padding-right: 12px;	
}

#topNavBar1{
	float: left;
	width: 753px;
	/*background: #eeeee5 url(/demo/images/ocecpr/t2opNavBar1_back.gif) repeat-x bottom;	*/
}

#topNavBar1 ul {
	margin:0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

#topNavBar1 li {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom: 0px solid #eeeee5;
	background: url(/demo/images/ocecpr/topNavBar1_button_left.gif) repeat-x top left;	
}

#topNavBar1 a {
	color: black;
	float:left;
	display:block;
	padding:9px 12px 3px 12px;
	text-decoration: none;
	font-size: 80%;
	background: url(/demo/images/ocecpr/topNavBar1_button_right.gif) no-repeat top right;	
}  

#topNavBar1 a:hover {
	color: #333399;
}

.moreLink {
}

.moreLink a:link,.moreLink a:visited{
	background-image: url(/demo/images/ocecpr/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 12px;
}

.moreLinkRight {
float:right;
}

.moreLinkRight a:link,.moreLinkRight a:visited{
	background-image: url(/demo/images/ocecpr/bullet_arrow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 15px;
	display: block;
}

#tabbedMenuNarrow {
	padding: 0px;
	margin: 0;
	font-size: 70%;
}

#tabbedMenuNarrow ul{
	list-style-type: none;	
	padding:0px;
	margin: 0px;
}

#tabbedMenuNarrow ul li{
	margin: 0;
	padding: 0;
	background-color: #1817AD;
	background-image: none;
}

#tabbedMenuNarrow ul li a{
	color:white;
	font-weight: bold;
	display:block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left:20px;
	background-image: url(/demo/images/ocecpr/bg_leftnav_down_bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	/*width: 190px;*/
	/* ie5win fudge ends */
}

html > body #tabbedMenuNarrow ul li  a{}	

#tabbedMenuNarrow ul li a:hover {
	color: white;
}

#tabbedMenuNarrow ul li ul {
	list-style-type: none;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#tabbedMenuNarrow ul li ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	border-bottom: solid 1px white;	
}

/*First level*/
#tabbedMenuNarrow ul li ul li a{
	color:#333399;
	font-weight: normal;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-right: 3px;	
	padding-left:25px;
	background-image: url(/demo/images/ocecpr/bg_leftnav_square_filled_bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	background-color: #F5F5FE;	
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	/*width: 200px;*/
	/* ie5win fudge ends */
}

#tabbedMenuNarrow ul li ul li a:hover {
	color: black;
	background-color: #E9E8FD;
}

html > body #tabbedMenuNarrow ul li ul li a{}	

#tabbedMenuNarrow ul li ul li #sectionLinkSelected a{
	font-weight: bold;
	background-image: url(/demo/images/ocecpr/bg_leftnav_bullet_selected.gif);
}



/*2nd level*/
#tabbedMenuNarrow ul li ul li ul li a{
	font-weight: normal;
	width:190px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:35px;
	background-image: url(/demo/images/ocecpr/bg_leftnav_bullet_second_level.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 165px;
	/* ie5win fudge ends */
}

html > body #tabbedMenuNarrow ul li ul li ul li a{}	

#tabbedMenuNarrow ul li ul li ul #sectionLinkSelected a{
	font-weight: bold;
	background-image: url(/demo/images/ocecpr/bg_leftnav_bullet_second_level.gif);
}

#sectionNavTabbedMenuNarrow{
	font-size: 70%;
	padding:0px;
	margin: 0px;
}
	
#sectionNavTabbedMenuNarrow ul{
	list-style-type: none;	
	padding:0px;
	margin: 0px;
	background: White;
	padding-top:0px;	
}

#sectionNavTabbedMenuNarrow ul li{
	padding-left:10px;
	padding-bottom: 0px;
	background-image: none;
}

#sectionNavTabbedMenuNarrow ul li a{
	color:#333399;
	display:block;
	width:180px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left:10px;	
	background-image: url(/demo/images/ocecpr/bg_leftnav_back_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px;

	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px;
	/* ie5win fudge ends */
}

#sectionNavTabbedMenuNarrow ul li a:hover{
	color:black;
}

html > body #sectionNavTabbedMenuNarrow ul li a{}	

.searchButtonOuter{
	float: right;
}

#searchObject{
	width: 170px;
}

#searchObject form{
	margin:0;
	padding:0;
}

#searchObject .textBox, #searchObject .textBoxHome{
	float: left;
	margin: 0px;	
	padding: 0px;
}

#searchObject .textBox input{
	padding: 0 4px 0 4px;
	font-size: 100%;
	margin-left: 12px;	
	margin-right: 0px;
	width: 156px;
	background-color: #F5F5F5;
}

#searchObject .textBoxHome input{
	width: 160px;
	padding: 2px;
	font-size: 80%;
	margin-right: 5px;
}

#searchObject #goButton input{
	border: 0px;
}


#postcodeObject{

}

#postcodeObject form{
	margin:0;
	padding:0;
}

#postcodeObject .textBox, #postcodeObject .textBoxHome{
	float: left;
	margin: 0px;	
	padding: 0px;
}

#postcodeObject .textBox input{
	padding: 2px;
	font-size: 80%;
	margin-right: 5px;
}

#postcodeObject .textBoxHome input{
	width: 160px;
	padding: 2px;
	font-size: 80%;
	margin-right: 5px;
}

#postcodeObject #goButton input{
	border: 0px;
}


#searchresults ul{
	list-style: none;	
	padding: 0;
	margin: 0;
	padding-left: 0px;
	margin-left: 0px;
}
#searchresults li{
	background-image: url(/demo/images/ocecpr/bullet_small_blue.png);
	background-position: 0px 11px;
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:20px;
	line-height: 120%;
}

.searchresultsSummary{
	font-size: 85%;
}

.searchresultsBreadCrumb{
	font-size: 85%;
	color: #737370;
	padding-top: 3px;
}

#helpLinks form{
	margin: 0;
	padding: 0;
}

#helpLinks select{
	float: left;
	width:160px;
	font-size:85%;
	background-color: #F6F6F3;
	color: #444444;
	clear: both;
	margin-top: 3px;
	margin-right: 2px;
}

#helpLinks .submitButton{
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 12px;
}

#helpLinks .submitButton input{
	border: 0px;
}

#container2 {
	width: 493px; 
	padding: 0; 
	margin: 0; 
	border-bottom: solid 1px #C6C6AE; 
	background: url(/demo/images/ocecpr/bg_home_cont_2.gif); 
	background-repeat:repeat;

}

#container2-1{
	float:right;width:193px;padding:0;margin:0;


}

#container2-2{
	float:left;width: 300px;padding:0;margin:0;

}

#container2-2 #events {
	border-bottom: solid 1px #C6C6AE;
}

#container4-1{
	float:left;width:150px;padding:0;margin:0;
}

#container4-2{
	float:left;width:150px;padding:0;margin:0;
}

#container4-3{
float:left;width:170px;padding:0;margin:0;	
}

.printHeader{
	display: none;
	visibility: hidden;

}
.printHeader h1{
	display: none;
	visibility: hidden;
}

#logoLink {
	padding: 0;
	margin: 0;
	width:155px;
	height:45px;
} 

#logoLink a:link,#logoLink a:visited{
	display:block;
	width:155px;
	height:45px;
	text-decoration:none;
}

#powered a:link,#powered a:visited {
	display:block;width:172px;height:19px;text-decoration:none;
}

.articledownloaddoc{
	clear: both;
	margin:0px 0px 0px 0px;
	padding-bottom:20px;
}

.articledownloaddoc h3{
	background-image: url(/demo/images/ocecpr/bullet_small_black.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	margin: 2px 0 0 10px;
	padding: 0px 0 0px 10px;
	color: #4C4C4C;
	font-size: 100%;
}

.articledownloaddoc p{
	margin: 0;
	padding: 0px 0px 0px 18px;
}

.articledownloaddoc ul{
	list-style: none;
	margin:0px;
	padding: 0px 0px 0px 0px;
}

.articledownloaddoc li {
	/*float:left; */
	margin:0px;
	padding:0px 15px 0px 0px;
}

#docsHelp{
	clear: both;
	margin: 0px;
	padding: 8px 0 0px 10px;
}

#museumCollection {
	margin-left:0px;
	padding-left:0px;
}

#museumCollection ul {
	margin-left:0px;
	padding-left:0px;
	list-style:none;
}

#museumCollection ul li{	
	width:250px;
	height:100px;
	float:left;
	padding:0px;
	text-align:center;
	margin:5px 0px 0px 0px;
}

#museumCollection ul li a{
	background-repeat:no-repeat;
	background-position: top left;
	/* mac hack\*/
	background-position: top center;
	/*end of hack*/
	width:250px;
	float:left;
	padding:75px 0px 0px 0px;
	margin:0px;


}

/*#museumCollection ul li p{
	padding:0px;
	margin:0px;
	padding-left:100px;
}*/



#museumSearchCriteria {

}

#museumSearchCriteria form{
	margin:0px;
	padding:0px;
}

#museumSearchCriteria h3{
	clear:both;
	margin:10px 0 4px 0;
	padding:0px;	
}

#museumSearchCriteria p {
	clear:both;
	margin:0px;
	padding:0px;
}

#museumSearchResults {

}

#museumSearchResults form {
	margin:0px;
	padding:0px;
}

#museumSearchResults #pageLinks {
	clear:both;
	margin-top:10px;
	padding-bottom:20px;
}

#museumSearchResults #pageLinks #recordText{
	float:left;
	font-weight:bold;
}

#museumSearchResults #pageLinks #linksText{
	text-align:right;
	float:right;
}

#museumSearchResults #pageLinks .linksText{
	text-align:right;
	float:right;
}

#museumSearchResults #resultItem {
	width:533px;
	border-bottom:1px solid #C6C6AE;
	margin-top:5px;
	margin-bottom:5px;	
	height:100px;
	
}

#museumSearchResults #resultItem #description{
	width:433px;
	float:left;
}

#museumSearchResults #resultItem #description p{
	margin:0;
	padding: 0 10px 0 0;
}

#museumSearchResults #resultItem #image{
	margin-bottom:5px;	
	text-align:left;	
	/*mac hack\*/
	float:left;
	/*end mac hack*/
	width:100px;
	height:100px;

}

#museumSearchResults #resultItem #image a{
	background-repeat:no-repeat;
	background-position: top center;
	width:100px;
	padding-top:100px;
	float:left;
}

#museumItemImages {
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}

#museumItemImages p{
	padding:10px 0px 4px 5px;
}

#museumItemImages ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#museumItemImages ul li{
	text-align:center;
	margin: 2px;
	padding:5px 0 0 0;
	border:1px solid #C6C6AE;
	float:left;	
	width:250px;
	height:210px;
}


#museumItemImages ul li a{
	background-repeat:no-repeat;
	background-position: top center;
	float:left;	
	width:250px;
	height:210px;
}


#accommodationSearchCriteria {

}

#accommodationSearchCriteria form{
	margin:0px;
	padding:0px;
}

#accommodationSearchCriteria h3{
	clear:both;
	margin:10px 0 4px 0;
	padding:0px;	
}

#accommodationSearchCriteria p {
	clear:both;
	margin:0px;
	padding:0px;
}

#accommodationSearchResults {
	padding-bottom: 20px;
}
	
#accommodationSearchResults form {
	margin:0px;
	padding:0px;
}

#accommodationSearchResults .pageLinks {
	clear:both;
	margin-top:10px;
	padding-bottom:20px;
}

#accommodationSearchResults .pageLinks .recordText{
	float:left;
	font-weight:bold;
}

#accommodationSearchResults .pageLinks .linksText{
	text-align:right;
	float:right;
}

#accommodationSearchResults .pageLinks .linksText{
	text-align:right;
	float:right;
}

#accommodationSearchResults ul{
	float: left;
	margin: 0;
	padding: 0;
	width: 520px;
	list-style: none;
}
#accommodationSearchResults #resultItem {
	float: left;
	width:170px;
	margin-top:5px;
	margin-bottom:5px;	
	border-bottom:1px solid #C6C6AE;	
	
}

#accommodationSearchResults .cleaner {
	float: left;
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}

#accommodationSearchResults #resultItem #name{
	width:170px;
	float:left;
	height: 40px;
}

#accommodationSearchResults #resultItem #name p{
	float: left;
	margin:0;
	padding: 0 10px 0 0;
}

#accommodationSearchResults #resultItem #town{
	clear: both;
	width:170px;
	float:left;
	height: 30px;
}

#accommodationSearchResults #resultItem #town p{
	float: left;
	margin:0;
	padding: 0 10px 0 0;
}

#accommodationSearchResults #resultItem #image{
	margin-bottom:5px;	
	text-align:left;	
	/*mac hack\*/
	float:left;
	/*end mac hack*/
	height:80px;
	clear: both;

}

#accommodationSearchResults #resultItem #image a{
	background-repeat:no-repeat;
	background-position: top center;
	width:100px;
	padding-top:70px;
	float:left;
}

#accommodationItemDetailsOuter{
	padding-bottom: 20px;
}

#accommodationItemDetails{
	float: left;
	width: 320px;
}

#accommodationItemDetails th{
	border: 0;
	text-align: right;
	font-size: 100%;
	vertical-align: top;
}

#accommodationItemImages {
	float: left;
	padding:0px 10px 0px 0px;
	margin:0px 0px 10px 0px;
	width: 200px;
}

#accommodationItemImages #ItemImage{
	background-repeat:no-repeat;
	background-position: top left;
	height:140px;
}

fieldset {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:10px;
	border: 1px solid #c6c6ae;

}

fieldset legend {
	font-weight: bold;	
	margin-bottom: 10px;

}

table.objectsTable160{
	/*caption:Full width table 160 pixels for left and right objects;*/
	width:160px;
}

table.tableFullSize{
	/*caption:Full width table 470 pixels for home page center objects;*/
	width:530px;
	border: 1px solid #BBBBBB;
	font-size: 11px;
	table-layout:fixed;
}

table.tableFullSize td{
	border: 1px solid #F5F5F5;
	margin: 0px;
	padding: 2px 8px 2px 8px;
	vertical-align: top;
	width: 1%;	
}

table.tableFullSize th{
	border: 1px solid #F5F5F5;
	margin: 0px;
	padding: 2px;
	background-color: #F5F5FE;
	font-size: 12px;
	vertical-align: middle;
	width: 1%;
}

td.centeraligned {
	/*caption:Center aligned cell text;*/
	text-align:center;
}

img.rightNoBorder{
	/*caption: Right aligned image without border;*/
	float:right;
	border:none;
	margin-left:3px;
}

.containerHomeObjectOuter{
	float: left;
	margin-bottom: 10px;
	background-image: url(/demo/images/ocecpr/bg_home_objects_verline.gif);
	background-repeat: repeat-y;
	clear: both;
	width: 560px;
}

.borderObjects{
	clear: both;
	border-top: 1px solid #cccccc;
	background-color: white;
	height: 1px;
	font-size:1px;
	padding-top: 5px;
}

.containerHomeObjectInnerNarrowLeft{
	margin: 0 8px 0px 0;
	padding: 0;
	width: 265px;
	float: left;
}

.containerHomeObjectInnerNarrowRight{
	margin: 0 0 0px 15px;
	padding: 0;
	width: 265px;
	float:left;
	background: transparent;
}

.containerHomeObjectOuterWide{
	margin-bottom: 0px;
	padding-bottom: 10px;
	clear: both;
	background-image: none;
}

.containerHomeObjectInnerWide{
	background-image: none;
}

.cleanObjects{
	clear: both;
}

.containerHomeObjectInnerWide p, .containerHomeObjectInnerNarrowLeft p, .containerHomeObjectInnerNarrowRight p{
	margin-bottom: 10px;
}

.containerHomeObjectInnerWide h2, .containerHomeObjectInnerNarrowLeft h2, .containerHomeObjectInnerNarrowRight h2, .containerHomeObjectInnerWide h3, .containerHomeObjectInnerNarrowLeft h3, .containerHomeObjectInnerNarrowRight h3, .containerHomeObjectInnerWide h4, .containerHomeObjectInnerNarrowLeft h4, .containerHomeObjectInnerNarrowRight h4{
		color:#051F4E;
		font-size: 140%;
		margin-top: 0;
		margin-bottom: 5px;
		font-weight: bold;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.containerHomeObjectInnerWide h4, .containerHomeObjectInnerNarrowLeft h4, .containerHomeObjectInnerNarrowRight h4{
		color:#051F4E;
		font-size: 120%;
		margin-top: 0;
		margin-bottom: 5px;
		font-weight: bold;
}	

.containerHomeObjectInnerWide h5, .containerHomeObjectInnerNarrowLeft h5, .containerHomeObjectInnerNarrowRight h5{
		color:#051F4E;
		font-size: 100%;
		margin-top: 0;
		margin-bottom: 5px;
		font-weight: bold;
}

#glossaryLetterList{
	font-size:11px;
	text-align:left;
	margin-bottom:10px;
}
div.justify{
	text-align: justify;
}



