body {
    margin: 0 auto;
	margin-right:auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	background-image:url('/fileadmin/images/background.gif');
 
}

p {
	margin-top: 0px;
}

a {
 	color: #000080;
	 text-decoration: none;
}

h1 {
	margin: 0px;
	font-size: 16px;
}

h2 {
}

h3 {
}

h4 {
}


a:hover {
 	color:#CC6600;
	text-decoration: none;
}

td {
	 font-size: 10pt;
}

#container {
	text-align: center;
	width: 830px;
	background-color: #ffffff;

}

#container #page {
	margin: 20px;
	text-align: left;
	width: 790px;
}

#topMenu {
	text-align: center;
	
}

#datelinebox {
	text-align: right;
	color: #000080;
	padding-right: 5px;
}

#topBannerTab {

	height: 114px;
	width: 100%;
	background-image:url('/fileadmin/images/london-news-header2.jpg');
}

#topBannerTab #left{
	width: 340px;
}

#topBannerTab #borderContent{
	color: #ffffff;
	font-weight: bold;
}

#topBannerTab #borderContent a{
	color: #FF9900;
}

#contentArea {
	width: 100%;
}

#contentArea td{ 
	vertical-align: top;
}

#middleArea {
	padding: 12px 10px;

}

#rightArea {
	width: 149px;
	height: 585px;
	background-image: url('/fileadmin/images/whitenewsborder.jpg');
	background-repeat: no-repeat;
	padding: 12px;

}

#rightAreaEx {
	width: 169px;
}

#rightAreaBody {

	background-image: url('/fileadmin/images/whitenewsborder-border.jpg');
	background-repeat: repeat-y;
	padding: 0px 14px 0px 10px;;

}

#bottomArea {
	text-align: center;
}

#frontPageContent .left{
	padding-right: 5px;
}

#frontPageContent .right{
	padding-left: 5px;
}

#frontPageContent td{
	width: 50%;
}

#frontPageContent h3{
	color: #cc6600;
	margin: 0px;
}

#rightAreaEx h3{	
	color:#CC6600;
	margin-bottom: 5px;
	
}

#rightArea h3{	
	color:#CC6600;
	margin-bottom: 5px;
	
}


.newsItem {
	padding-bottom: 10px;
}


.newsItem .title{
	padding-top: 2px;
}

.newsItem .title a{
	color:#555555;
	font-weight: bold;
	font-size: 11px;

}

.newsItem .text{
	color:#555555;
	font-size: 10px;
}



#newsStory {
    margin: 10px;
}

#newsStory #newsHeader { 
    padding: 5px;
    font-size: 12px;
    
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 5px;
}

#newsStory #newsHeader #newsTitle {
    font-weight: bold;
}

#newsStory #newsHeader #newsDate {
    font-style: italic;
}


#newsStory #newsContentArea { 
    padding: 0px 5px;
    margin-bottom: 20px;
}

#newsStory #newsContentArea #newsImageContainer {
    margin: 5px;
    float: right;
}

#newsStory #newsContentArea #newsImageContainer .newsImage {
    border: 1px solid black;
}

#videoNewsContent {
  margin-bottom: 70px;
 margin-top: 20px;
}



/* FORMS */
form { margin: 0; }
textarea { margin: 5px 0; width: 500px; font-family: arial, helvetica, "Nimbus Sans L", sans-serif; font-size: 100%; }
select, input[type="text"], input[type="password"] { margin: 3px 0; }
input.hint, textarea.hint { color: #999 !important; }
div.btn input { margin-bottom: 5px; }
h2.formhdr { font-size: 135%; font-weight: normal; margin-bottom: 5px; color: #333; }
div.formblock { padding: 0 0 15px 30px; border-bottom: 1px solid #CCC; }
div.formblock p { margin: 3px 0; color: #666; }
div.formblock p.helper { font-size: 92%; }
div.formblock p.btn { margin: 10px 0; }
div.formblock p strong.hdr { color: #000; font-size: 120%; }
div.formblock span.helper { color: #666; }
div.formblock textarea { margin-bottom: 0; }
div.formblocknb { border: 0; }
div.feedback div.formblock { padding: 10px 0 15px 40px; }
div.feedback div.formblock p { text-indent: -23px; margin: 0 0 2px; color: #000; font-size: 100%; }
div.feedback div.formblock p input { position: relative; }
fieldset { border: 1px solid #CCC; padding: 0 10px 10px; margin-bottom: 20px; }
fieldset div { padding-left: 15px; }
fieldset .first { margin-top: 5px; }
legend { font-weight: bold; color: #666; }
span.formhelp { font-size: 92%; color: #56BAEC; }
input#faker { width: 0; height: 0; margin: 0; padding: 0; border: 0; }
.btn-primary { background: #39C url(/img/bg/bg_btn_blue_500x50.gif) no-repeat; border: 1px solid #069; padding: 2px 8px 1px; color: #FFF; font: bold 92% arial, helvetica, "Nimbus Sans L", sans-serif; overflow: visible; vertical-align: middle; }
input.btn-primary[disabled] { background: #99cce5 url(/img/bg/bg_btn_blue_disabled_500x50.gif) no-repeat; border-color: #7fb2cc; }
input.btn-second[disabled], input.btn-secondary[disabled] { background-color: #eee; color: #aaa; border-color: #ccc; }
