

BODY
{
    font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
    background-color:   white;
    margin:     0px;
}

div.label
{
	float:left;
	height:40px;
    font-size: 0.9em;
    color: #1b761b; 
    font-family: Arial, Helvetica, sans-serif;
	margin-left:20px;
	margin-right:10px;
	vertical-align: text-bottom;
}

td.label
{
	height:40px;
    font-size: 0.9em;
    color: #1b761b; 
    font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	margin-right:10px;
}

div.data
{
	float:left;
	height:40px;
	font-weight:bold;
    font-size: 0.9em;
    color: #1b761b; 
    font-family: Arial, Helvetica, sans-serif;
	margin-left:0px;
	margin-right:0px;
	vertical-align: text-bottom;
}

td.data
{
	height:40px;
	font-weight:bold;
    font-size: 0.9em;
    color: #1b761b; 
    font-family: Arial, Helvetica, sans-serif;
	margin-left:10px;
}

P
{
    font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

P.Small
{
    font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

P.Version
{
    color:#666666;
    text-align:right;
    background-color:white;
    font-size:0.7em;
    padding-right:10px;
}

input.Login
{
    font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    height: 30px;
    border-right: #008A00 1px solid;
    border-top: #008A00 1px solid;
    border-left: #008A00 1px solid;
    border-bottom: #008A00 1px solid;    
}

input.Date
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 0.9em;
    border-right: #1b761b 1px solid;
    border-top: #1b761b 1px solid;
    border-left: #1b761b 1px solid;
    border-bottom: #1b761b 1px solid;    
}


input.Input
{
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 0.9em;
    //border-color: #99CCFF;  
    border-color: #1b761b;
    border-style: solid;
    border-width: 1px;
	border-radius: 4px !important;
    height:       25px;
}

input.Input:hover
{
    border-color: #008A00;
    border-width: 1px;
}

input.Input:focus
{
    border-color: #008A00;
    border-width: 1px;
}

input.Input:active
{
    border-color: #008A00;
    border-width: 1px;
}



input.LoginErr
{
    font-weight: 500;
    font-size: 0.9em;
    color: red;
}


input.ButtonBar
{
	font-weight: bold;
	font-size: 0.9em;
	color:	#1b761b;
	width:	100px;
	text-align:	center;
	cursor: pointer
}

input.Button 
{
	border-left: #1b761b 1px solid;
	border-right: #1b761b 1px solid; 
	border-bottom: #1b761b 1px solid;
	border-top: #1b761b 1px solid; 
	font-size: 0.8em;
	background-color: #1b761b;
	color: #CDF3CD;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
	height: 30px;
	width: 120px;
	border-radius: 15px !important;
	padding: 0px;
}

input.Button:hover
{
	background-color: #CDF3CD;
	color:	#1b761b;
	padding: 0px;
}

input.MainMenuButton
{
	border-left: #1b761b 1px solid;
	border-right: #1b761b 1px solid; 
	border-bottom: #1b761b 1px solid;
	border-top: #1b761b 1px solid; 
	font-size: 0.7em;
	background-color: #CDF3CD;
	color: ;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
	height: 30px;
	padding: 0px;
}


input.MainMenuButton:hover
{
	background-color: #1b761b;
	color:	#CDF3CD;
	padding: 0px;
}

textarea.Standard
{
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.0em;
    border-right: #1b761b 1px solid;
    border-top: #1b761b 1px solid;
    border-left: #1b761b 1px solid;
    border-bottom: #1b761b 1px solid;
    border-radius: 4px !important;
}

textarea.Standard:hover
{
    border-color: #008A00;
    border-width: 1px;
}



.RowInFocus
{
    font-weight: 500;
    font-size: 0.9em;
    Cursor: pointer;
    color: #1b761b;
    background-color: #CDF3CD;
}

.RowNotInFocus
{
    font-weight: normal;
    font-size: 0.9em;
    color: #1b761b;
    background-color: #ffffff;
}

.RowNotInFocus:hover
{
    Cursor: pointer;
    color: #1b761b;
    background-color: #CDF3CD;
}


hr.ContrastColour
{
    color: #1b761b;
    background-color: #1b761b;
    height: 1px;
    width: 100%;
}


hr.StandardLine
{
    color: #1b761b;
    background-color: #008A00;
    height: 1px;
    width: 100%;
}

hr.Box
{
    color: #008A00;
    background-color: #008A00;
    height: 1px;
    width: 100%;
}

hr.footer
{
    border-top: 1px dashed #f00;
    color: #fff;
    background-color: #fff;
    height: 4px;
    width: 100%;
}

Table
{
	border-collapse: collapse !important;
}

Table.NewBox
{
	border-bottom: #008A00 1px solid;
	border-top: #008A00 1px solid; 
	border-right: #008A00 1px solid; 
	border-left: #008A00 1px solid;
	background-color: #f1f1f1;
	border-collapse: collapse;
}

Table.Box
{
	border-bottom: #008A00 1px solid;
	/*border-top: #008A00 1px solid;*/
	border-right: #008A00 1px solid; 
	border-left: #008A00 1px solid;
	border-collapse: collapse;
}


TD.Box
{
	border-bottom: #008A00 1px solid;
	border-top: #008A00 1px solid; 
	border-right: #008A00 1px solid; 
	border-left: #008A00 1px solid;
	font-size: 1.0em;
}


TD.CaseTab
{
	border-bottom: #008A00 1px solid;
	border-top: black 1px solid; 
	border-right: black 1px solid; 
	border-left: black 1px solid;
    font-weight: normal;
    font-size: 0.9em;
    color: gray;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background-color: silver
}

TD.CaseTabSelect
{
	border-bottom: white 1px solid;
	border-top: black 1px solid; 
	border-right: black 1px solid; 
	border-left: black 1px solid;
    color: #1b761b; 
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #f1f1f1>;
}

TD.CaseTabSpacer
{
	border-bottom: #008A00 1px solid;
	border-top: white 1px solid; 
	border-right: white 1px solid; 
	border-left: white 1px solid;
    background-color: white;
}


TD.ColumnHeader
{
	border-bottom: #008A00 1px solid;
	border-top: #008A00 1px solid; 
	border-right: #008A00 1px solid; 
	border-left: #008A00 1px solid;
	color: #1b761b; 
	font-weight: bold;
	background-color: #ffffff;
    font-size: 0.9em;
}

TD.NewsHeadline
{
    font-weight: bold;
    font-size: 1.0em;
    color: #1b761b;
    font-family: Arial, Helvetica, sans-serif
}

TD.SampleTab
{
	border-bottom: black 1px solid;
	border-top: white 1px solid; 
	border-right: white 1px solid; 
	border-left: white 1px solid;
    font-weight: normal;
    font-size: 1.0em;
    color: gray;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background-color: silver;
    height: 50px;
}

TD.SampleTabSelect
{
	border-bottom: white 1px solid;
	border-top: #008A00 1px solid; 
	border-right: #008A00 1px solid; 
	border-left: #008A00 1px solid;
    color: black; 
    font-size: 1.0em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: white;
    height: 50px;
}

TD.DataEntry
{
    font-weight: normal;
    font-size: 0.9em;
    color: #1b761b; 
    font-family: Arial, Helvetica, sans-serif;
}

SELECT
{
	border-color:	#008A00;
	border-style:	SOLID;
	border-width:	1px;
    font-weight: normal;
    font-size: 0.9em;
    color: #1b761b; 
    font-family: Arial, Helvetica, sans-serif;
    height:       25px;
}


LI.News
{
    font-weight: normal;
    font-size: 0.8em;
    color: #1b761b; 
    font-family: Arial, Helvetica, sans-serif;

}

div#newsheader
 {
    background-image:  url(../images/tabmain_right_off.gif);
    background-position: top right;
    background-repeat: no-repeat;
	height: 30;
	text-align: center;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}


A.highlight:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
	color:	red;
	Vertical-align:	middle;
}
A.highlight:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
	color:	red;
	Vertical-align:	middle;
}
A.highlight:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: underline;
	color:	#1b761b;
	Vertical-align:	middle;
}
A.highlight:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
	color:	red;
	Vertical-align:	middle;
}



.sharesb{
	clear:both;
	position:relative;
	border:1px solid #878787;
	padding:3px;
	margin:15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em; 
}
.sharesb p {
	padding:0;
	margin:0;
}
.sharesb p a{
	position:absolute;
	top:0px;
	right:0px;
	padding:3px 5px 0 0;
}
.sharesb h3{
	padding:0 3px 0 0;
	margin:0;
	margin:0 5px 0 3px;
	font-size:0.88em;
	font-weight:normal;
}
.sharesb ul{
	text-align:center;
	list-style:none;
	margin:6px 0 4px 0;
	padding:0;
}
.sharesb ul li{
	text-align:center;
	display:inline;
	padding:0 4px 6px 0 ;
}
.sharesb ul li.delicious{
	background:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/delicious.gif") no-repeat 0 0;
}
.sharesb ul li.digg{
	background:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/digg.gif") no-repeat 0 0;
}
.sharesb ul li.reddit{
	padding:0 0 0 2px;
	background:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/reddit.gif") no-repeat 0 0;
}
.sharesb ul li.facebook{
	background:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/facebook.gif") no-repeat 0 0;
}
.sharesb ul li.stumbleupon{
	background:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/stumbleupon.gif") no-repeat 0 0;
}
.sharesb ul li a{
	padding:0 0 0 18px;
	margin:0 3px 0 0px;
}


div.IssueHeader
{
	margin: 0 auto;
    height: 30px;
    width:  90%;
	padding-left: 30px;
	padding-top: 8px;
	font-weight: bold;
    font-size: 0.9em;
	background-color: #f0ffff;
	color: black;
	cursor:	pointer;
	border: #008A00 1px solid;
}

div.IssueDetail
{
	margin: 0 auto;
    width:  90%;
    font-size: 0.9em;
    padding-left: 30px;
	padding-top: 8px;
}

/***************************************************  Navigation styles ********************************************************/
div.navContainer {
	display: none;
	position: absolute;
	left: -1px;
	top: 22px;
	border: 1px solid #1b761b;
	border-top: 0;
	z-index: 999;
	background-color: #008A00;
	padding: 4px 0 4px 5px;
}

.navContainer {
	-moz-box-shadow: #1b761b 0 8px 40px 4px;
	filter: shadow(color = #ffffff);
}

.navContainer dl {
	font-weight: normal;
	font-size: 1.0em;
	margin-bottom: 15px;
	width: 150px;
}

.navContainer dt {
	font-weight: bold;
}

.navContainer dd {
	background: transparent url(ContentImages/article-list-bullet.gif) 0 5px no-repeat;
	padding-left: 10px;
}

.navContainer dd a {
	color: #1b761b !important;
	text-decoration: none;
	padding: 0 !important;
}

.navContainer dd a:hover {
	color: #333;
	text-decoration: normal;
}




#navSearchBar {
	height: 50px;
	position: relative;
	width: 930px;
	z-index: 999;
	border: 1px solid #cccccc;
	border-radius: 10px;
}

/***************************************************  Primary Nav *****************************************************/
ul.primaryNav li {
	display: block;
	float: left;
	border-right: 1px solid #cccccc;
	position: relative;
	background-color: #fff;
}

ul.primaryNav li:hover div.navContainer {
	display: block;
}

ul.primaryNav li a {
	padding: 0 15px;
	display: block;
	color: #1b761b;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 22px;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
}

ul.primaryNav li a:hover {
	background-color: #1b761b;
	color: #ffffff;
	text-align: left;
}

ul.primaryNav li.last_item a {
	border-bottom: none;
	border-right: none;
}

/***************************************************  Secondary Nav  ***************************************************/  
ul.secondaryNav {
	float: left;
	background-color: #008A00;
	margin-right: 5px;
	padding-bottom: 10px;
}

ul.secondaryNav li { 
	/*width: 120px;*/
	width: 260px;
}

ul.secondaryNav li a {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 24px;
	display: block;
	padding: 0 10px;
	border-bottom: 1px dotted #ccc;
	margin: 4px 10px 2px 7px;
}

ul.secondaryNav li a:hover {
	text-decoration: none;
}



.clearer {
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	clear: both;
	float: none;
}

/***************************************************  End of Navigation Styles **************************************************/

/* Tabs */

/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    text-align: center;
    margin: 0% 2.5%;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    width: 150px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change backgound color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
}

/* End of tabs */


