
body
{
    font-weight: normal;
	font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
    font-size: 0.9em;
	background-color: #ffffff;
	color: #0000CC;
    margin: 0px;
}

P
{
    font-weight: normal;
	font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
    font-size: 0.9em;
    //color: #0000CC;
    color: black;
}

P.Small
{
    font-weight: normal;
	font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
    font-size: 0.7em;
    color: #0000CC;
}

P.Version
{
    color:#cccccc;
    text-align:right;
    background-color:white;
    font-size:0.7em;
    padding-right:10px;
}

input.Login
{
    font-weight: 500;
	font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
    font-size: 0.9em;
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;    
}

input.Date
{
	TEXT-ALIGN: center;
	font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
    font-weight: 500;
    font-size: 0.9em;
    border-right: #0000CC 1px solid;
    border-top: #0000CC 1px solid;
    border-left: #0000CC 1px solid;
    border-bottom: #0000CC 1px solid;    
}

input
{
	padding-left: 5px;
	font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
    font-weight: 500;
    font-size: 0.9em;
    border-color: #CCEDFF;
    border-STYLE: solid;
    border-width: 1px;
	border-radius: 4px !important;
    height:       25px;
}

input:hover
{
    border-color: #0000CC;
    border-width: 1px;
}

input:focus
{
    border-color: #0000CC;
    border-width: 1px;
}


input.ResultError
{
	padding-left: 2px;
	font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
    font-size: 0.9em;
    border-color: #ff0000;
    border-STYLE: solid;
    border-width: 3px;
    cursor: pointer;
    height: 25px;
}

input.Result
{
	padding-left: 5px;
	font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
    font-weight: normal;
    font-size: 0.9em;
    border-color: #CCEDFF;
    border-STYLE: solid;
    border-width: 1px;
	border-radius: 4px !important;
    height:       25px;
}


input.Result:hover
{
    border-color: #0000CC;
}

input.Result:focus
{
    border-color: #0000CC;
    border-width: 1px;
}

input.LoginErr
{
    font-weight: 500;
    font-size: 0.9em;
    color: red;
}


input.ButtonBar
{
	font-weight: bold;
	font-size: 0.9em;
	color:	#0000CC;
	width:	100px;
	TEXT-ALIGN:	center;
	cursor: pointer
}

input.Button 
{
	border-left: #0000CC 1px solid;
	border-right: #0000CC 1px solid; 
	border-bottom: #0000CC 1px solid;
	border-top: #0000CC 1px solid; 
	font-size: 1.0em;
	color: #0000CC;
    background-color: #CCEDFF;  
	cursor: pointer;
	font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
	white-space: normal;
	width: 150px;
	font-variant: small-caps;
	letter-spacing:0.5px;
    text-align:  center;
}

input.Button:hover
{
	border-left: #0000CC 1px solid;
	border-right: #0000CC 1px solid; 
	border-bottom: #0000CC 1px solid;
	border-top: #0000CC 1px solid; 
	background-color: #0000CC;
    color: #CCEDFF;
}

input.ColumnHeader
{
	color:	#0000CC;
	font-weight: bold;
}

input.MainMenuButton
{
	border-left: #0000CC 1px solid;
	border-right: #0000CC 1px solid; 
	border-bottom: #0000CC 1px solid;
	border-top: #0000CC 1px solid; 
	font-size: 0.9em;
	background-color: #0000CC;
	color: white;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
	font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
	white-space: normal;
	font-variant:small-caps;
	letter-spacing:1px;
}

input.MainMenuButton:hover
{
	border-left: #CCEDFF 1px solid;
	border-right: #CCEDFF 1px solid; 
	border-bottom: #CCEDFF 1px solid;
	border-top: #CCEDFF 1px solid; 
	font-size: 0.9em;
	background-color: #000000;
	color: white;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
	font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
	white-space: normal;
}

input.TempHeader2
{
	border-bottom: white 1px solid;
	border-top:white 1px solid; 
	border-right: white 1px solid; 
	border-left: white 1px solid;
	font-size: 0.9em;
    horizontal-align: left;
	vertical-align: middle;
    height:20px;
	text-align: left;
}

textarea.Standard
{
	PADDING-LEFT: 2px;
	font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
    font-weight: normal;
    font-size: 0.9em;
    border-right: 1px solid #CCEDFF;
    border-top: 1px solid #CCEDFF;
    border-left: 1px solid #CCEDFF;
    border-bottom: 1px solid #CCEDFF;    
}

textarea.Standard:hover
{
    border-right: 1px solid #0000CC;
    border-top: 1px solid #0000CC;
    border-left: 1px solid #0000CC;
    border-bottom: 1px solid #0000CC;    
}

textarea.Standard:active
{
    border-right: 1px solid #0000CC;
    border-top: 1px solid #0000CC;
    border-left: 1px solid #0000CC;
    border-bottom: 1px solid #0000CC;    
}

.RowInFocus
{
    font-size: 0.9em;
    cursor: pointer;
    color: white;
    background-color: #CCEDFF;  
}
.RowNotInFocus
{
    font-size: 0.9em;
    color: #0000CC;
    cursor: pointer;
    background-color: white;
}

.RowNotInFocus:hover
{
    color: #0000CC;  
    background-color: #CCEDFF;
}

table
{
    border-collapse: collapse;
}

/*  th for fixed table headings    */
th
{
    position:   sticky;
    top:        0;
    background: white;
}

tr.Row
{
    font-size: 0.9em;
    color: #CCEDFF;
    background-color: white;  
}
.RowAlternate
{
    font-size: 0.9em;
    color: #CCEDFF;
    background-color: azure;
}





hr.ContrastColour
{
    color: #0000CC;
    background-color: #0000CC;
    HEIGHT: 1px;
    WIDTH: 100%;
}


hr.StandardLine
{
    color: #0000CC;
    background-color: #cccccc;
    HEIGHT: 1px;
    WIDTH: 100%;
}

hr.Box
{
    color: #cccccc;
    background-color: #cccccc;
    HEIGHT: 1px;
    WIDTH: 100%;
}

hr.footer
{
 
    border-top: 1px dashed #f00;
    color: #fff;
    background-color: #fff;
    height: 4px;
    WIDTH: 100%;
}

Table.Box
{
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 1px solid; 
	border-left: #cccccc 1px solid;
}

TD.Box
{
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 1px solid; 
	border-left: #cccccc 1px solid;
	font-size: 0.9em;
}

TD.BoxBlue
{
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 1px solid; 
	border-left: #cccccc 1px solid;
	font-size: 0.9em;
    background-color: navy;
    font-weight:  bold;
    color:  white;
    height:   40px;
}

TD.BoxRed
{
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 1px solid; 
	border-left: #cccccc 1px solid;
	font-size: 0.9em;
    background-color: #cc0000;
    font-weight:  bold;
    color:  white;
    height:   40px;
}

TD.BoxOrange
{
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 1px solid; 
	border-left: #cccccc 1px solid;
	font-size: 0.9em;
    background-color: #ff6600;
    font-weight:  bold;
    color:  white;
    height:   40px;
}


TD.TempHeader
{
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 1px solid; 
	border-left: #cccccc 1px solid;
	font-size: 0.9em;
    vertical-align:     top;
    height:             100px;
    font-weight:        bold;
    background-color:#cccccc;
}
TD.TempHeaderBlue
{
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid; 
	border-right: #000000 1px solid; 
	border-left: #000000 1px solid;
	font-size: 0.9em;
    vertical-align:     center;
    font-weight:        bold;
    background-color: #BCD6ED;
	text-align: center;
}
TD.TempHeader2
{
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid; 
	border-right: #000000 1px solid; 
	border-left: #000000 1px solid;
	font-size: 0.9em;
    horizontal-align: left;
	vertical-align: middle;
    height:10px;
	text-align: left;
	font-weight:bold;
}
TD.TempHeader3
{
	border-bottom: #000000 2px solid;
	border-top: #000000 2px solid; 
	border-left: #000000 2px solid;
	border-right: #000000 2px solid; 
	font-size: 0.9em;
    horizontal-align: left;
	vertical-align: middle;
    height:30px;
    font-weight: bold;
	text-align: center;
}
TD.TempHeader4
{
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid; 
	border-right: #000000 1px solid; 
	font-size: 0.9em;
    horizontal-align: left;
	vertical-align: middle;
    height:10px;
    font-weight: bold;
	text-align: Left;
}
TD.TempHeader5
{
	border-bottom: #000000 2px solid;
	border-top: #000000 2px solid; 
	border-left: #000000 2px solid;
	border-right: #000000 2px solid;
	font-size: 0.9em;
    horizontal-align: middle;
	vertical-align: middle;
    height:30px;
    font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-align: center;
}

TD.TestBox
{
	border-bottom: black 1px solid;
	border-top: black 1px solid; 
	border-right: black 1px solid; 
	border-left: black 1px solid;
	color: black;
	font-size: 0.7em;
}

TD.TestColumnHeader
{
	border-bottom: black 1px solid;
	border-top: black 1px solid; 
	border-right: black 1px solid; 
	border-left: black 1px solid;
	font-weight: bold;
	font-size: 0.8em;
	background-color:#444444;
	color:#dddddd;
}


TD.ColumnHeader
{
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 1px solid; 
	border-left: #cccccc 1px solid;
	color: #0000CC; 
	font-weight: bold;
	font-size: 0.7em;
}

TD.TrialHeader
{
    font-weight: bold;
    font-size: 1.0em;
    color: #0000CC;
    font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
}


TD.CaseTab
{
	border-bottom: black 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: 'Open Sans', sans-serif, Helvetica, Verdana;
    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: gray; 
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
    font-weight: bold;
    background-color: #f0ffff;
}

TD.CaseTabSpacer
{
	border-bottom: black 1px solid;
	border-top: white 1px solid; 
	border-right: white 1px solid; 
	border-left: white 1px solid;
    background-color: white;
}

TD.DataEntry
{
    font-weight: normal;
    font-size: 0.9em;
    color: #0000CC; 
    font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
    height: 30px;
}


TD.LoginBanner
{
    height:60px;
    background-color: #0000CC; 
    //color: #CCEDFF;
    color:  white;
    text-align:center;
}

TD.Header
{
    letter-spacing:     1px; 
    font-variant:       small-caps; 
    color:              #0000CC;
}

select
{
	border-color:	#CCEDFF;
	border-style:	solid;
	border-width:	1px;
    font-weight: normal;
    font-size: 0.9em;
    color: #0000CC; 
    font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
}


select.Input
{
	border-color:	#cccccc;
	border-style:	solid;
	border-width:	1px;
    font-weight: normal;
    font-size: 0.9em;
    color: #0000CC; 
    font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
	padding-left: 5px;
	border-radius: 4px !important;
    height:       30px;
}

select.Input:hover
{
    border-color: #0000CC;
}

select.Input:focus
{
    border-color: #0000CC;
}


select.ResultError
{
	border-color:	#ff0000;
	border-style:	solid;
	border-width:	3px;
	padding-left: 5px;
	border-radius: 4px !important;
    height:       30px;
}

LI.News
{
    font-weight: normal;
    font-size: 0.8em;
    color: #0000CC; 
    font-family: 'Open Sans', sans-serif, Helvetica, Verdana;

}

div#newsheader
 {
    backgound-image:  url(../images/tabmain_right_off.gif);
    backgound-position: top right;
    backgound-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: 'Open Sans', sans-serif, Helvetica, Verdana;
    font-size: 0.9em;
    font-weight: bold;
    TEXT-DECORATION: none;
	color:	red;
	Vertical-align:	middle;
}
A.highlight:visited
{
    font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
    font-size: 0.9em;
    font-weight: bold;
    TEXT-DECORATION: none;
	color:	red;
	Vertical-align:	middle;
}
A.highlight:hover
{
    font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
    font-size: 0.9em;
    font-weight: bold;
    TEXT-DECORATION: underline;
	color:	#0000CC;
	Vertical-align:	middle;
}
A.highlight:active
{
    font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
    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: 'Open Sans', sans-serif, Helvetica, Verdana;
	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{
	backgound:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/delicious.gif") no-repeat 0 0;
}
.sharesb ul li.digg{
	backgound: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;
	backgound:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/reddit.gif") no-repeat 0 0;
}
.sharesb ul li.facebook{
	backgound:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/facebook.gif") no-repeat 0 0;
}
.sharesb ul li.stumbleupon{
	backgound: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;
}


TD.SampleTab
{
	border-bottom: black 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: black;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
    background-color: silver;
    height:     50px;
    padding-left:   15px;
}

TD.SampleTabSelect
{
	border-bottom: black 1px solid;
	border-top: black 1px solid; 
	border-right: black 1px solid; 
	border-left: black 1px solid;
    font-weight: bold;
    font-size: 0.9em;
    //color: black;
    color: white;
    font-family: 'Open Sans', sans-serif, Helvetica, Verdana;
    background-color: #0000CC;
    height:     50px;
    padding-left:   15px;
}

div.IssueHeader
{
	margin: 0 auto;
    height: 30px;
    width:  90%;
	padding-left: 30px;
	padding-top: 8px;
	font-weight: bold;
    font-size: 1.0em;
	background-color: #f0ffff;
	color: black;
	cursor:	pointer;
	border: #cccccc 1px solid;
}

div.IssueDetail
{
	margin: 0 auto;
    width:  90%;
    font-size: 0.9em;
    color: black;
    padding-left: 30px;
	padding-top: 8px;
}


Button.button {
  background-color: #4CAF50; /* Green */
  border: 1px solid white;
  color: white;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
  transition-duration: 0.4s;
}

Button.button:hover {
  border: 1px solid #4CAF50;
  color: #4CAF50;
  background-color: white;
}

/***************************************************  Navigation styles ********************************************************/
div.navContainer {
	display: none;
	position: absolute;
	left: -1px;
	top: 22px;
	border: 1px solid #CCEDFF;
	border-top: 0;
	z-index: 999;
	background-color: #cccccc;
	padding: 4px 0 4px 5px;
}

.navContainer {
	-moz-box-shadow: #CCEDFF 0 8px 40px 4px;
	filter: shadow(color = #ffffff);
}

.navContainer dl {
	font-weight: normal;
	font-size: 0.9em;
	margin-bottom: 15px;
	width: 150px;
}

.navContainer dt {
	font-weight: bold;
}

.navContainer dd {
	backgound: transparent url(ContentImages/article-list-bullet.gif) 0 5px no-repeat;
	padding-left: 10px;
}

.navContainer dd a {
	color: #CCEDFF !important;
	text-decoration: none;
	padding: 0 !important;
}

.navContainer dd a:hover {
	color: #333;
	text-decoration: normal;
}




#navSearchBar {
	height: 35px;
	position: relative;
	//width: 800px;
    width: 100%;
    //background-color: #272D33; 
    background-color: #0000CC;
	z-index: 999;
}

/***************************************************  Primary Nav *****************************************************/
ul.primaryNav li {
	display: block;
	float: left;
    border: 5px solid #0000CC;
	position: relative;
    background-color: #0000CC;
	font-variant:small-caps;
	letter-spacing:1px;
}

ul.primaryNav li:hover div.navContainer {
	display: block;
}

ul.primaryNav li a {
	padding: 0 15px;
	display: block;
	color: white;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 22px;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
	font-variant:small-caps;
	letter-spacing:1px;

}

ul.primaryNav li a:hover {
    color: #0000CC;
    background-color: #CCEDFF;
	text-align: left;
}

ul.primaryNav li.last_item a {
	border-bottom: none;
	border-right: none;
}

/***************************************************  Secondary Nav  ***************************************************/  
ul.secondaryNav {
	float: left;
    background-color: #0000CC;
	margin-right: 5px;
	padding-bottom: 10px;
}

ul.secondaryNav li { 
	/*width: 120px;*/
	width: 200px;
}

ul.secondaryNav li a {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 24px;
	display: block;
	padding: 0 5px;
	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;
}

/***************************************************  Third Nav **************************************************/

.thirdNav{
			position: absolute;
			top: 0;
			bottom: 0; 
			right: 0;
			width: 230px; /* Width of navigation frame */
			height: 100%;
			overflow: hidden; /* Disables scrollbars on the navigation frame. To enable scrollbars, change "hidden" to "scroll" */
			backgound: #eee;
}

.thirdNavMain {
			position: fixed;
			top: 0; 
			left: 0;
			right: 230px; /* Set this to the width of the navigation frame */
			bottom: 0;
			overflow: auto; 
			backgound: #fff;
		}
/***************************************************  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%;
	font-variant:small-caps;
	letter-spacing:1px;
}

/* 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 */
