body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.layouttable, .layouttable td
    {
        border:0;
        padding:0;
        margin:0;
        border-collapse:collapse;
        vertical-align:top;
       
    }
    .magcoverhomepage
    {
        padding: 0px 10px 10px 10px;
    }

	.lineheight
	{
		line-height:1.3em;
	}
	
	.organisations
	{
		display:none;
	}


	.alert
	{
		font-weight:bold;
		color:Red;	
				
	}


	.bluehead
	{
		margin: 0 0 8px 0;
		padding: 0 0 0 3px;
		color:#000000;
		font-weight:bolder;
		line-height: 23px;
	}


	.orangehead
	{
	    padding: 6px 12px;
	    color: #000000;
	    font-size: 12px; 
	}

	.greyhead
	{
		margin: 0 0 8px 0;
		padding: 0 0 0 2px;
		font-weight:bolder;
		line-height: 23px;
	}


	.ULHeadBlue
	{
		font-weight:bold;
		padding-bottom:3px;
		border-bottom:1px solid #cccccc;
		margin:10px 5px 0px 0px;		
		color:#333333;
	}

    strong /*done to get rid of odd grey line on logout text bold tag*/
    {
        border:none!important;
    }

/* Page layout */

	.leftcol
	{
	margin-top:5px;
	margin-right:4px;
	float:left;
	width:100%;
	display:block;
	}

    .rightmaincol
    {
	float:left;
	width:100%;
	display:block;
    }

    .midcol
    {
	margin-top:5px;	
	margin-right:5px;
	margin-bottom:10px;
	float:left;
	width:100%;
	display:block;
    }	

    .rightcol
    {
	margin-top:5px;	
	margin-left:3px;
	float:left;
	width:300px;
	display:block;
    }

    .widecol
    {
	margin-top:5px;
	float:left;
	width:100%;
	display:block;
    }
    .widecol li
    {
    list-style-type:square; 
	list-style-position:inside; 
	line-height:24px;
	color:#444;
	font-size:12px;
	}
	
	#Main
	{
	    width: 100%;
		margin:0 auto;
		text-align:left;
		padding:0;

	}
	#Main h1
	{
	font-size: 20px;
	color: #000;
    margin: 0 0 10px 0;
    border-bottom:1px solid #ebebeb;
    padding-bottom:10px;
    }

	.thismonth_left
    {
	margin-top:5px;
	margin-right:4px;
	float:left;
	width:100%;
	display:block;
	color:#000;
    }

    .thismonth_middle
    {
	margin-top:5px;	
	margin-right:5px;
	margin-bottom:10px;
	float:left;
	width:100%;
	display:block;
	color:#444;
    }

    .thismonth_right
    {
	margin-top:-45px;	
	margin-left:3px;
	float:left;
	width:100%;
	display:block;
	color:#444;
    }
    .thisweek_rightmain
    {
        width:100%;
        float:left
    }

	.storyheadcol
	{
		margin-left:2px;
		margin-right:2px;
		margin-bottom:10px;
		float:left;
		width:70%;
		display:block;
	}

	.storyrightcol
	{
		float:right;
		width:20%;
		border:1px solid #cccccc;
		border-right:0;
		padding:0;
		background-color:#ebebeb;
		margin-right:5px;
	}
	.storyrightcol h3
	{
		background: #d7d7d7 url(../images/boxwithheaderback.jpg) top left repeat-x;
	    padding: 6px 12px;
	    color: #333;
	    font-size:12px; 
	}

	.storyrightcolInner
	{
		font-size:12px;
		margin:5px 0 5px 5px;
	}

	.storyrightcolInner a
	{
		display:block;	
		width:197px;
		padding-top:5px;
		clear:left;
	}

	#storyBody
	{
	    float:left;text-align:left;
	    width:70%;	
		
	}
	
	#storyBody p
	{
		font-size:12px;	
		
	}
	
	#storyBody H1
	{
		display:none;	
		
	}
	
	#storyBody H3
	{
		font-size:1.0em;	
		
	}
	
	#forthcomingfeatures
	{
		padding-bottom:3px;
		background-color:#ffffff;
		width:100%;
		float:left; 
		width:100%; 
		margin-top:10px; 
	}
	#forthcomingfeatures h3
	{
	    padding: 6px 12px;
	    color: #000;
	    font-size: 12px; 
	}

/* Footer/copyright bar */

	.footer
	{
		display:none;
	}

	#copyright
	{
		background-color:#e0e0e0;
		text-align:center;
		margin:5px;
	}

	#copyprint
	{
		display:none;
		
	}
	

/*  LOGIN PAGE */


    .loginvalue
    {
        width:80%;
    }

    .valuelabel
    {
        width:75%;
        color:#8A8A8A;
    }

    .value
    {
        width:75%;
    }

    .loginboxleft {
	    width: 340px;
	    float: left;
	    margin-right: 10px;
	    height:330px;
        background-color:#ebebeb;	
    }

    .loginboxright {
	    width: 340px;
	    float: left;
	    height:330px;
        background-color:#ebebeb;		
    }

    .loginboxleft h3 , .loginboxright h3 {
	    background: #d7d7d7 url(../images/boxwithheaderback.jpg) top left repeat-x;
	    padding: 6px 12px;
	    color: #333;
	    font-size: 12px;
    }
      

    .loginboxleft p,.loginboxright p {
	    margin: 5px;
    }


    .loginboxleft a,.loginboxright a {
	    font-weight:normal;
    }
    .PasswordHelp
    {
    font-family:Arial;
    vertical-align:super;
	font-size:10px;
    }

/* END LOGIN PAGE */
/* Login */



    .loginmessage
    {
	    display:none;
    }

    .loginbutton
    {
	    display:none;

    }

    .logstatus
	{
		display:none;
	}

	.login
	{
		border:1px solid black;	
		
	}

	.loginlabel
	{
		font-weight:bold;
	}



/* Other */

	#SignUps
	{
        display:none;
	}
	#SignUps h3 
	{
	    display:none;
	}

	.SignUpSection
	{
		display:none;
	}

	.SignUpSection a
	{
		display:none;
	}

	.SignUpSectionImage
	{
		display:none;
	}
	#organisations
	{
        display:none;
	}
	#organisations h3 
	{
	    display:none;
	}




	#EventsDiary
	{
		clear:both;
		margin-top:15px;
		padding-bottom:3px;
		background-color:#ffffff;
		float:left;
		width:100%;
	}
	
	#EventsDiary p
	{
		
	}
	
	#EventsDiary a
	{
		font-weight:normal;
		color:#307ee9;
	}
	#EventsDiary h3 
	{
	    background: #d7d7d7 url(../images/boxwithheaderback.jpg) top left repeat-x;
	    padding: 6px 12px;
	    color: #333;
	    font-size: 12px;
	}
		
	.topadverts
	{
		display:none;
	}



.strapline
{
	display:none;
}




.subheadbar td
{
	padding:0;
	margin:0;
	font-weight:bold;
	border-collapse:collapse;
}


.subheadbar
{
	padding:0px;	
	width:100%;
	height:30px;
	display: block;
	border-bottom:1px solid black;	
	float:left;
	clear:both;
}


.welcome
{
    display:none;
}


/* HEAD SECTION */

	#header
	{
	    display:none;
	}
	.header 
	{	
	    display:none;
	}

	.header-1 
	{	
	    width:960px;
		height:68px;
		margin-bottom:5px;
		margin-top:5px;
		background-color:#307ee9;
		background-image:url(../images/dpc_header.gif);
		background-repeat:no-repeat;
		background-position:bottom left;
	}

	.ad 
	{
		display:none;
	}
	.housead
	{
		display:none;
	}
	
	.bannerad
	{
	 display:none;
	}
	



    .searchtable, .searchtable td
    {

     border-collapse:collapse;
     margin:0;
     padding:0;
     background-color:#fff;
    }
    .searchtable td
    {
     margin:0;
     padding:0;    
     vertical-align:top;

    }

    .searchbar
    {
	    float:right;
	    margin-right:5px;
	    background-color:transparent;
	    padding:35px 3px 0 3px;
	    display:block;

    }

    .searchboxtext
    {
        width:100px;
        color:#8A8A8A;
	    border:1px solid #fff;
	    margin:0;
    }

    .searchbox
    {
        width:100px;
	    border:1px solid #fff;
	    margin:0; 

    }

    .searchbutton
    {

	    border:0;
	    margin:0;
	    background-color:Transparent;
	    background-image: url(../images/searchButton.png);
	    background-repeat: no-repeat;
	    background-position: right;	
        color:#8A8A8A;    
	    text-decoration: none;
	    cursor: pointer;
	    height:20px;
	    width:18px;
	    position:relative;
	    top:0px; 
    }

    .searchbuttonover
    {

	    border:0;
	    margin:0;
	    background-color:Transparent;
	    background-image: url(../images/searchButton.png);
	    background-repeat: no-repeat;
	    background-position: right;	
        color:#8A8A8A;    
	    text-decoration: none;
	    cursor: pointer;
	    height:20px;
	    width:18px;
	    position:relative;
	    top:1px; 
    }


    #searchvalue, #searchfield
    {
	    margin:0;
    }
	
	
/* END HEAD SECTION */


/*Login/out bar */

	#loginbar
	{
		
    	display:none;
	}

	.loginbartext
	{
		display:none;
	}



/* Headline News Control */

	
	.topstoryimage
	{
    margin-left:3px; 
    float:right;
	}
	
	.topstoryimage img
	{
		margin-bottom:15px;	
		margin-right:5px;			
		border:1px solid #e0e0e0;
	}
	
	.topstoryheadline
	{
        margin-bottom:7px; 
        font-size:14px; 
        font-weight:bold;
        clear:left;
        padding-left:0px;
	}
	#topstories
	{
	    width:100%;
	    float:left;
	}
	.topstory
	{
	    margin-bottom:20px;
        padding-bottom:10px;
        border-bottom:1px solid #ebebeb;
        display:block;
        float:left;
        clear:both;
        width:100%;
	
	}
	
	.topstory1
	{
		margin-top:5px;
		padding: 5px 0 5px 2px;
		border-bottom: 1px #999999 solid;
	}


	.topstoryheadline a
	{
		font-weight: bold;
		color:#307ee9;
		text-decoration:none;
	}
	
	.topstoryheadline a:hover
	{
		
		font-weight: bold;
		color:#307ee9;
		text-decoration:underline;		
	}
	
	.topstorybody
	{
        font-size:12px;
        line-height:18px;
        padding-bottom:5px;
        color:#444;
        padding-left:0px;
	}
	
	.topstorydate
	{
	    font-size:11px;
	    color:#999999;
	}
	
	.topstorydate p 
	{
		 vertical-align: middle;
		 line-height: 20px;
	}





	.otherstory
	{
		float:left;
		margin-top:20px;
	}

	.otherstorysection
	{
		margin-top:3px;
		padding-bottom:10px;
		border-bottom:1px solid #e0e0e0;
		width:100%;
		float:left;
	}

	.otherstoryheadline
	{
		float:left;
		width:50%;

	}
	.otherstoryheadline a
	{
		font-weight: bold;
		color:#307ee9;
		text-decoration:none;
		margin-left:0px;

	}	
	
	.otherstorydate
	{
		color:#666666;
		text-decoration:none;
		margin-bottom:5px;
		float:left;
	}


/* Headline News Control End */	

/*Latest Issue Control  */

	#latestIssue
	{
		text-decoration:none;
		margin:0 5px 0 5px;
	}

	.latestIssueItem
	{
		margin-bottom:10px;
	}

	.latestIssuehead
	{
		font-weight: bold;
		color:#4E78A0;
		text-decoration:none;
	}
	
	.LatestIssueLink
	{
		color:#4E78A0;
		text-decoration:none;
		width:95%;
		border-bottom:1px solid silver;
		text-align:left;
		margin-top:3px;
		margin-left: 5px;
	}
	
	.LatestIssueLink a
	{
		color:#307ee9;
		font-weight: bold;
		text-decoration:none;
		cursor:pointer;
	}
	
	.LatestIssueLink a:hover
	{
		color:#307ee9;
		font-weight: bold;
		text-decoration:underline;
		cursor:pointer;
	}

	.LatestIssueImage
	{
		float:left;
		width:150px;
		height:212px;
		margin-right:10px;
		margin-top:10px;
		display:inline-block;
	}
	
	.LatestIssueImageThumbnail
	{
		float:left;
		width:180px;
		height:212px;
		margin-right:10px;
		margin-top:10px;
		display:inline-block;

	}
		
	
	.LatestIssueNews
	{
		float:left;
		width:55%;
		vertical-align:top;
		margin-bottom:10px;
	}

	.LatestIssueList
	{
		margin:0;
		padding-top:0;
		font-weight:bold;
	}
	

	.fakelist a, .fakelistarrow a
	{
		padding-bottom:6px;
		padding-left:0px;
		display:block;
		font-weight:normal;
		margin-right:5px;
		line-height:1.5em;
	}	
	
	.fakelist p, .fakelistarrow p
	{
		padding-bottom:6px;
		padding-left:0px;
		display:block;
		margin:0;
		margin-bottom:1px;	
	}	
	
	.fakelistarrow a, .fakelistarrow p
	{
	}
	
		
	.whitebox	
	{
		padding-bottom:10px;
		float: left; 
		margin-bottom: 10px; 
	}
	
	
	.Greybox
	{
		background-color:#ffffff;
		padding-bottom:10px;

	}
	
	.GreyBox a
	{
		font-weight:normal;
		display:block;
	}
	

	
	.ForthcomingFeatures h1
	{
		margin-bottom:1px solid #ebebeb;
		
	}	
	
	.ForthcomingFeaturesFooter p
	{
		margin:10px 5px 5px 5px;	
		
	}
	
	.ForthcomingFeaturesFooter a
	{
		
		font-weight:bold;
		margin:10px 5px 5px 5px;
		padding-bottom:5px;
	}	
/*Latest Issue Control End */

/* Magazine Sections */

	.covertitle
	{
		font-weight:bold;
		padding-bottom:5px;
		border-bottom:1px solid #ebebeb;
		margin:10px 3px 5px 0px;		
		color:#000000;
	}
	
	.Feature
	{
		margin: 10px 3px 10px 0;
		padding-bottom:5px;
		border-bottom:1px solid #ebebeb;
		text-align:left;
		line-height:20px;
	}
	.Feature a
	{
		font-weight:normal;
	}

	.FeaturesTitle
	{
		
		color: #000000;
		font-weight:bold;
	}
	
	.FeaturesTitle a
	{
		font-size:1.0em;
		font-weight:normal;
		margin-left:3px;
		width:100px;
	}

	.FeaturesName
	{
		
		font-weight:bold;
		margin-bottom:3px;
		line-height:1.6em;				
	}
	.lineheight
	{
	    line-height:20px;		
	}
	
	#WorldNews
	{
		margin:0 3px 10px 3px;
		border-bottom:1px solid #999999;
		padding-bottom:10px;
		line-height:16px;
	}
	
	.WorldNews
	{
		
		font-weight:normal;
		line-height:22px;
	}
	
	.EdComment
	{
		margin-right:10px;
	}

	.EdComment a
	{
				
		font-weight:normal;
		display:block;
	}	
	
	.reglist
	{
		margin-bottom:10px;
	}
	
	.reglist a
	{
		
		font-weight:normal;
	}	
	
	.regtable
	{
		margin:0;
		padding:0;
		border-collapse:collapse;
	}
	
	.regtable td
	{
		vertical-align:top;
		width:195px;
	} 
	
	#tblEditor
	{
		margin:0;
		padding:0;
		border-collapse:collapse;	
		margin-top:0px;
	}
	#tblEditor td
	{
		color: #333333;
		font-weight:bold;
		font-size:12px;
	} 

	#tblEditor a 
	{
		font-size:12px;	
	} 
/* Features End */

    #widgetdiv
    {
    display:none;
    }
    #widgetdiv h3
    {
	display:none;
	}
	
	.widgetStoryPub
	{
	    padding-top:3px;   
	}
    .widgetStoryHead
    {
     padding-left:25px;   
     margin-bottom:1px;
    }



/* POM */
    #pomouter
	{
	display:none;
	}
	#pomouter h3
	{
	background: #d7d7d7 url(../images/boxwithheaderback.jpg) top left repeat-x;
	padding: 6px 12px;
	color: #333;
	font-size: 12px; 
	}

    .pom
    {
	    width:100%;
	}
	
	
	.pom a
	{
	    font-size:12px;	
	    font-weight:bold;
	}
	.pomlink
    {
	    text-align:left;
	    margin-top:0px;
	    margin-left:5px;
	    margin-bottom:8px;	
    }
	
    .pomlink a
    {
	    font-weight: normal;
	    text-decoration:none;
	    cursor:pointer;
    }
    	
    .pomlink a:hover
    {
	    font-weight: normal;
	    text-decoration:underline;
	    cursor:pointer;
    }
	
	#POMImage
	{
		float:left;
		width:100px;
		margin-top:10px;
		display:inline-block;
	}
	


/* POM End*/

/*  Photo of the Month Image style  */

.pomimage, .PomImage
{
border:none;
float:right;
margin-right:5px;

}		


	#chuffimage
	{
		float:left;
		display:block;		
		margin-right:10px;
	}


	#chuffsummary
	{
		font-size:12px;		
		display:inline-block;
		padding-bottom:5px;
		color:#444;
		line-height:18px;
	}
	
	#chuffsummary P
	{
		font-size:12px;		
	}	

	#chuffbody
	{
		font-size:12px;
		font-weight: normal;
		color: #444;
		text-align:left;
		padding-right:10px;
	}
	
	.subphoto
	{
		float:left;
		width:24.5%;
		text-align:center;
		margin-bottom:10px;
	}
	

/*  END--Photo of the Month Image style---END  */
	
	
	.CoverReportsHeader
	{
		font-weight:bold;
		padding-bottom:5px;
		margin-bottom:10px;
		border-bottom:1px solid #e0e0e0;
	}

	
	.CoverReportsTitle
	{
		font-weight:bold;
		padding-bottom:5px;
		display:block;
	}

	.CoverReports
	{
		width:100%;
		padding-bottom:3px;	
	}
	
	.CoverReportsSeeMore
	{
		font-weight:bold;
	}
	

.NewsSection
{
	width:100%;
	border-bottom:1px solid #ebebeb;
	margin-bottom:15px;	
	padding-bottom:15px;		
}

.NewsSection a
 {
	
	color: #307ee9;	
	text-decoration:none;
	font-weight:bold;
	margin-bottom:10px;

 }

.NewsSection a:hover
 {
	color:#307ee9;
	text-decoration:underline;
 }

.SpecReportsTitle
{
	font-weight:bold;
	padding-bottom:10px;
	display:block;
}

.SpecReports,.CompaniesNews,.Newswatch,.Profile,.CoverStory
{
	width:100%;
	border-bottom:1px solid #ebebeb;
	margin-bottom:10px;	
		
	padding-bottom:10px;	
}

.CompaniesNews a
{

	vertical-align:top;
}

.CoverStory,.Profile
{
	border-bottom:0;
}

.SpecReports a,.CompaniesNews a, .Newswatch a,.Profile a,.CoverStory a
 {
	
	color: #307ee9;	
	text-decoration:none;
	font-weight:bold;
	margin-bottom:10px;

 }
 
.SpecReports a:hover,.CompaniesNews a:hover, .Newswatch a:hover,.Profile a:hover,.CoverStory a:hover
 {
	color:#307ee9;
	text-decoration:underline;
 }

.Regulars
{
	width:100%;
	margin-bottom:10px;
	border-bottom:1px solid #ebebeb;
	padding-bottom:10px;
}

.Regulars a
 {
	color: #307ee9;	
	text-decoration:none;
	font-weight:bold;

 }
 
.Regulars a:hover
 {
	color:#307ee9;
	text-decoration:underline;
 }

.RegularsTable
{
	width:100%;
		
}

.RegularsTable a
 {
	color: #307ee9;	
	text-decoration:none;
	font-weight:bold;

 }
 
.RegularsTable a:hover
 {
	color:#307ee9;
	text-decoration:underline;
 }
 .RegularsTable1
{
	float:left;
	width:49%;
	
}

.RegularsTable1 a
 {
	color: #307ee9;	
	text-decoration:none;
	font-weight:bold;

 }
 
.RegularsTable1 a:hover
 {
	color:#307ee9;
	text-decoration:underline;
 }

/*Latest Issue Control End */



/* SEARCH BACKISSUES CONTROL */

	#tblIssueSearch
	{
		width:50%;
		border:1px solid #ebebeb;
		border-collapse:collapse;
	}

	#tblIssueSearch td
	{
		border:1px solid #ebebeb;
		text-align:left;
	}

	#tblIssueSearch td a
	{
		
		font-weight: bold;
		color:#307ee9;
		text-decoration:none;
		margin-bottom:5px;
	}
	
	#tblIssueSearch td a:hover
	{
		font-weight: bold;
		color:#307ee9;
		text-decoration:underline;		
	}	

/* BACKISSUES  continued*/

	.tblBackIssues
	{	width:100%;
		border-collapse:collapse;
	}
	
	.tblBackIssues tr
	{

	}
	

	
	.tblBackIssues	td a
	{
		font-weight: bold;
		color:#307ee9;
		text-decoration:none;
		display:block;
	}
	
	.tblBackIssues	td a:hover
	{

		font-weight: bold;
		color:#307ee9;
		text-decoration:underline;		
	}	
	
	.tblBackIssues	td
	{
		width:20%;
		vertical-align:top;
		border-bottom:1px solid #cccccc;
		padding-left:20px;	
		padding-bottom:5px;
	}

	
	.monthheader
	{	border: 1px solid #cccccc;
		border-bottom:none;
		font-weight:bold;
		background-color:#EEEEEE;
		padding:5px 0 5px 0;
		
	}
	.DownloadPanel
	{
		border:1px solid red;	
		
	}

	.archivedate td
		{
		background-color:#FFFFFF;
		text-align:left;
		}
	
	.archivedate a, .archivedate a:link
		{
		border-bottom:1px #CCCCCC solid;
		text-align:left;
		width:100%;
		display:block;
		padding-top:3px;
		}
		
	.archivedate a:hover
		{
		background-color:#cccccc;
		width:100%;
		text-align:left;
		color:#307ee9;
		}
		
		
/* SEARCH RESULTS FULL CONTROL */

	.navlabel
	{
		font-size:1.1em;
		font-weight:bolder;
	}

	.SearchHeaderTable
	{
		width:100%;		
        border:1px solid #ebebeb;
		border-collapse:collapse;
		padding:3px;
		background-color:#ebebeb;

	}
	


	 .SearchHeaderTable td
	{
		font-size: 12px;	
		font-weight:bold;
		color:#000000;
		vertical-align:middle;
		padding:2px;
	}
	

	.highlight
	{background-color:#FFEC8B;
	}
		
	input.btnSort
	{
		font-family:arial;		
		font-size:12px;		
		font-weight:bold;
		text-decoration: underline;
		padding: 0;
		background-color:transparent;
		border:0;
		cursor:pointer;
	}

	.ListTable
	{

		
		border:1px solid red;	
	}

	.ListTable
	{
		border-collapse:collapse;
		border:1px solid #cccccc;
		background-color:#ebebeb;
		width:100%;		
	}

	.ListTable th
	{
		font-weight:bold;				
		background-color:#ebebeb;
		padding:5px 0px 5px 0px;
	}	

	.ListTable td
	{
		border:1px solid #cccccc;

	}	
		
	.ListTableNav
	{
		vertical-align:top;
		float:left;
		clear:both;	
		border-collapse:collapse;	
	}	

	.ListTableNav td
	{
		
		margin:0;
		padding:0;
	}
	.ItemTemplateSmall
	{
		background:#FBFAF5;
		padding:5px;
		border:1px solid #cccccc;	
		font-family:arial;
		line-height:18px;
	}	
	
	/* SEARCH RESULTS FULL CONTROL END */
	
.articleHeadline
{
	font-family:Arial;
	clear:both;
	margin-bottom:15px;
	font-size: 18px;
	color: #858585;
}


#dredgertable
{
	clear:both;
	border-collapse:collapse;
	border:1px solid black;
	width:650px;	
	
}

#dredgertable th
{
	font-weight:bold;				
	border:1px solid black;
}	

#dredgertable td
{
	border:1px solid black;

}	

	/*Magazine Article Display Start*/
	
	.MagArticleBody table
	{
		width:100%;		
		border-top:#ffffff solid 1px;
		border-bottom:#C1C1C1 solid 1px;
		background-color:#DCDCDC;
		border-collapse:collapse;
	}
	 .MagArticleBody
	{
		
	}	
	
	 .MagArticleBody p
	{
		font-size:1.0em;
	}	
	
	 .MagArticleBody td
	{
		border:1px solid white;
		font-size: 0.7em;
		padding:5px 3px 5px 2px;
	}	
	
	 .MagArticleBody  li
	{
	
	}	
	
	 .MagArticleBody  h1
	{
	
	}
	
	 .MagArticleBody  h2
	{
		background-color:Transparent;
		font-weight:bold;
		font-size:1.1em;
		padding-bottom:5px;
		border-bottom:1px solid #CC6600;
		margin:10px 5px 5px 0px;		
		color:#CC6600;
	}
	
	 .MagArticleBody  h3
	{
		background-color:Transparent;		
		font-weight:bold;
		font-size:1.1em;
		padding-bottom:5px;
		border-bottom:1px solid #CC6600;
		margin:10px 5px 5px 0px;		
		color:#CC6600;
	}
	
	 .MagArticleBody  h4
	{
		background-color:Transparent;		
		font-weight:bold;
		font-size:1.1em;
		padding-bottom:5px;
		border-bottom:1px solid #CC6600;
		margin:10px 5px 5px 0px;		
		color:#CC6600;
	}			
	
	
	.ThreadHead
	{
		float:left;
		display:block;
		margin-bottom:10px;
		padding-bottom:30px;
		border-bottom:2px solid #444444;
	}

	.ThreadHeadSummary
	{
		margin:10px;
	}

	.ThreadHeadTable
	{
		margin:5px;
		border-collapse:collapse;
		border:none;
	}
	
	.ThreadHeadTable td
	{
		background-color:white;	
		
		border:none;
	}
	
	

	.br {background: url(../images/speech_right.gif) 100% 100% no-repeat;}
	.tl {background: url(../images/speech_left.gif) 0 0 no-repeat;position:absolute }

	

/* Magazine Article Display End */

/* Dredging Details */

	.tblLayout
	{
		border:1px solid #e0e0e0;
		width:100%;
		
		border-collapse:collapse;
	}
	.tblLayout th
	{
		text-align:left;
		font-weight:bold;
		background-color:#e0e0e0;
		padding:10px 3px 10px 3px ;
		
	}
	.tblLayout td
	{
		border:1px solid #e0e0e0;		
	}

	.LayoutLabel
	{
		padding:3px 3px 3px 3px ;		
		font-weight:bold;
		
	}
	
	.LayoutData
	{
		padding:3px 3px 3px 3px ;
	}
	
	
/*Ports Search Page */
	.SearchBox
	{
		font-weight:bold;		
		width:350px;
		text-align:left;
		color:#333;
	}
	
	.LongBox 
	{
		width:200px;
		margin-top:5px;
	}
	
	.LongDropDown
	{
		width:200px;
		margin-top:5px;
		margin-left:5px;	
	}	
	.portsearchbutton
	{
	width: 350px; 
	margin-left:62px;
	margin-top:15px;
	text-align:left;
	}
	
	
/* Ports List Page */

	.tblResults
	{
		text-align:left;
		border-collapse:collapse;
		margin-left:0px;
		border:1px solid #ebebeb;

	}


	.tblResults th
	{
		
		border-bottom:1px solid #e0e0e0;
		width:300px;
		background-color:#ebebeb;
		padding:3px;
	}

	.tblResults td
	{
			
		padding-right:15px;
		border-bottom:1px solid #e0e0e0;
		padding:3px;
	}
	
	.tblNav
	{
		width:600px;
		border:1px solid #ebebeb;
		border-collapse:collapse;
	}

	.tblNav td
	{
		
		font-weight:bold;
		border:2px solid #ebebeb;	
	}
	
	
	
/*Port Detail Page*/
	#tblPortOverview
	{	
		text-align:left;
		border-collapse:collapse;
	}

	#tblPortOverview th
	{
		border-bottom:1px solid #ebebeb;
		text-align:left;
		width:300px;
		padding:3px 0 3px 0;
	}


	#tblPortOverview td
	{
		border-bottom:1px solid #ebebeb;
		width:300px;
		padding:2px;
	}
	
	.returnbutton
	{
		 
		font-weight:bold;
		padding-bottom:6px;
		display:block;
	}	

	.navlist2Item
	{
		
		
	}
	
	.tblAd
	{
		width:100%; 
		
		border-collapse:collapse;
	}
	
	.tblAd td
	{
		border:1px solid #e0e0e0;
	}	
	
	.tblAd th
	{
		border:1px solid #e0e0e0;	
		margin: 0 0 8px 0;
		padding: 0 0 0 2px;
		background-image: url(../images/orange_head.jpg);
		background-repeat:repeat-x;			
		color:#ffffff;
		font-weight:bolder;
		line-height: 23px;
	}
	
	.AdSubHead
	{
		background-color:#cccccc;
		font-weight:bold;
	}
	
	.indexMonth
	{
		font-weight:bold;
		padding-right:5px;
		color:#003F87;
	}
	
	.indexYear
	{
		font-weight:bold;
		font-size:12px;
		border-bottom:1px solid #ebebeb;
		margin:15px 0px 0px 0px;		
		color:#333333;
	}
	.indexdate
	{
		color:#999999;
		
	}
	.indexstory
	{
		
		line-height:1.8em;
		margin-left:10px;
		padding-left:20px;
		line-height:1.5em;
	}
	
/*Dredgers Directory Page */


	.tblControls
	{
		text-align:left;
		border-collapse:collapse;
		margin-left:5px;

	}

	.tblControls th
	{
		
		width:300px;
	}

	.tblControls td
	{
			
		padding-right:15px;
	}
	



	
	
	
	
	
/*  Free trial page buttons  */
	.button{
		float:left;
		margin-left:5px;
		background-image:url(../images/button.gif); 
		background-repeat:no-repeat; 
		width:170px; 
		height:35px;
	}

	.button:hover{
		background-image:url(../images/button_hover.gif);
		background-repeat:no-repeat;
		width:170px; height:35px; 
		text-decoration:none;
		color:#ffffff;

	}

	.buttontext{
		text-align:center; 
		margin-top:2px; 
		 
		font-weight:bold;

	}
	

/*  END Free trial page buttons  */


/* footer links section */

#tblsitemap
{
	width:915px;
	text-align:left;
	padding:0;
	font-family:Verdana, Sans-serif;
	
	margin-bottom:10px;
	color:#2F3567;
	border-bottom:1px solid #cc6600;
}
.tblsitemaphead
{
	font-weight:bold;
	font-size:1em;
	padding-bottom:5px;
	border-bottom:1px solid #D9D9D9;
	margin:5px 5px 5px 0px;		
	color:#cc6600;
}

#tblsitemap a, #tblsitemap a
 {
	color:#336699;
	text-decoration:none;
	line-height:1.5em;
 }
 
#tblsitemapt a:hover, #tblsitemap a:hover
 {
	text-decoration:underline;
	color:#307ee9;
 }

#tblsitemap td.tblsitemap-columnleft
{
	vertical-align:top;	
	padding-left:3px;
	margin-top:10px;
	border-left:none;
}

#tblsitemap td
{
	vertical-align:top;	
	padding-left:10px;
	margin-top:10px;
	border-left:1px solid #D9D9D9;
}

#tblsitemap th
{
	background-color:#D9D9D9;
	padding:5px 0px 5px 3px;
	border-top:1px solid #003366;
	border-bottom:1px solid #cc6600;
}


.SiteMap
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*Sitemap headings section */
.RootNode
{
	width:100%;	
	color: #000000; 
	font-size: 0.9em;
	font-weight: bold;
	font-variant:small-caps;
	text-decoration: none; 
	margin-left:2px; 		
}
.RootNode a 
{
	width:100%;		
	font-size: 0.9em;
	font-weight:bold;
	padding: 2px 0px 2px 0px;	
}

/*Sitemap headings section end*/


.LeafNode, .LeafNode a
{
	color: #000000; 
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none; 
	margin-left:2px; 	
}

.LeafNode a:hover
{
	color: #000000; 
	text-decoration: underline; 
}

.LeafNodeDescription
{
	color: #000000; 
	font-size: 0.8em;
	font-weight: normal
}

.ChildNode, .ChildNode a
{
	font-size: 0.8em;
	font-weight:normal;
	color: #000000; 
	text-decoration: none; 
	margin-left:2px; 	
}

.ChildNode a:hover
{

	text-decoration: underline; 
}

.ChildNodeDescription
{
	color: #000000; 
	font-size: 0.8em;
	font-weight: normal
}

#rightimage 
{
	float: right;

}

#rightimage a
{
	color:#ffffff;
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;
}

#rightimage a:hover
{
	color:yellow;	
}


.whitelinks
{
	float:right;
	
	margin-top:4px;
}

.whitelinks a
{
	color:White;
}


.whitelinks a:hover
{
	color:yellow;

}

#TableControls
{
	clear:both;	
}


.contactLabel
{
	font-weight:bold;
		
}

#litPorts a
{
	
	border:1px solid red;
}

.subheader
{
	
}
/* styles for Marine Information centre*/
.datalist
{
	list-style-type:square; 
	list-style-position:inside; 
	line-height:24px;
	color:#444;
	margin:15px;
	font-size:12px;
}
.datalist li
{
	color:#444;
}
.MICbox{
	width:100%;
	float:left;
	margin-bottom:15px;
	border:#ebebeb solid 1px;
	line-height:18px;

}

.MICboxleft{
	width:48%;
	float:left;
	margin-bottom:15px;
	line-height:18px;

}

.MICboxright{
	width:48%;
	float:right;
	margin-bottom:15px;
	line-height:18px;

}

.MIC
{
	background-color:#ebebeb;
	color:#000000;
	padding-left:5px;
	line-height:18px;
}
.pagetitle
{
	color:#000000;
	font-size:20px;
	font-weight:bold;
	padding-bottom: 12px;
	border-bottom:1px solid #ebebeb;
}

.regionpagetitle
{
	color:#000000;
	font-size:20px;
	font-weight:bold;
	padding-bottom: 6px;
	border-bottom:1px solid #ebebeb;
    margin:0!important;	
}

.subtitle
{
	color:#000000;
	font-weight:bold;
	font-size:12px;
}
.categorytitle
{
	font-weight:bold;
	color:#858585;
	font-size:20px;
	padding-bottom:12px;
}
.miclink{
	text-decoration:none;
	font-size:12px;
	line-height:1.5em;
	border-bottom:1px solid #ebebeb;
	text-align:left;
	margin-top:3px;
	padding-left:2px;
	padding-bottom:5px;
}
	
.miclink a
{
	color:#307ee9;
	text-decoration:none;
	cursor:pointer;
}
	
.miclink a:hover
{
	color:#3366ff;
	text-decoration:underline;
	cursor:pointer;
}

.TopAdSection
{
 margin-bottom:2px; 
 margin-top:5px;  
}

.advertiselink{
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	line-height:1.5em;
	text-align:left;
	border-bottom:1px solid #ebebeb;
	margin-top:3px;
	padding-left:15px;
	padding-bottom:5px;
}
	
.advertiselink a
{
	color:#307ee9;
	text-decoration:none;
	cursor:pointer;
}
	
.advertiselink a:hover
{
	color:#3366ff;
	text-decoration:underline;
	cursor:pointer;
}
/*  END stlyes for Maritime Information Centre  */

#StoryImage
{
    margin-right:10px;
}
