

body
{
    font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
    margin: 0px;
}


P.Small
{
    font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: black;
}

P.Version
{
    color:#cccccc;
    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;
    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: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 0.9em;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-BOTTOM: #000000 1px solid;    
}

input
{
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 0.9em;
    border-color: #1a1d84;
    border-STYLE: solid;
    border-width: 1px;
	border-radius: 4px !important;
    height:       25px;
}

input:hover
{
    border-color: #0190D6;
    border-width: 1px;
}

input:focus
{
    border-color: #0190D6;
    border-width: 1px;
}


input.LoginErr
{
    font-weight: 500;
    font-size: 0.9em;
    color: red;
}


input.ButtonBar
{
	font-weight: bold;
	font-size: 0.9em;
	color:	#0190D6;
	width:	100px;
	TEXT-ALIGN:	center;
	cursor: pointer
}

input.Button 
{
	BORDER-LEFT: #1a1d84 1px solid;
	BORDER-RIGHT: #1a1d84 1px solid; 
	BORDER-BOTTOM: #1a1d84 1px solid;
	BORDER-TOP: #1a1d84 1px solid; 
	font-size: 0.9em;
	background-color: #0190D6;
	color: #1a1d84;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: normal;
	width: 150px;
}

input.Button:hover
{
	BORDER-LEFT: #0190D6 1px solid;
	BORDER-RIGHT: #0190D6 1px solid; 
	BORDER-BOTTOM: #0190D6 1px solid;
	BORDER-TOP: #0190D6 1px solid; 
	font-size: 0.9em;
	background-color: #1a1d84;  
	color: #0190D6;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: normal;
	width: 150px;
}

input.ColumnHeader
{
	color:	#1a1d84;
	font-weight: bold;
}

input.MainMenuButton
{
	BORDER-LEFT: #0190D6 1px solid;
	BORDER-RIGHT: #0190D6 1px solid; 
	BORDER-BOTTOM: #0190D6 1px solid;
	BORDER-TOP: #0190D6 1px solid; 
	font-size: 0.9em;
	background-color: #1a1d84;
	color: white;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
}

input.MainMenuButton:hover
{
	BORDER-LEFT: #1a1d84 1px solid;
	BORDER-RIGHT: #1a1d84 1px solid; 
	BORDER-BOTTOM: #1a1d84 1px solid;
	BORDER-TOP: #1a1d84 1px solid; 
	font-size: 0.9em;
	background-color: #0190D6;
	color: #1a1d84;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
}


TextArea.Standard
{
	PADDING-LEFT: 2px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.9em;
    BORDER-RIGHT: #1a1d84 1px solid;
    BORDER-TOP: #1a1d84 1px solid;
    BORDER-LEFT: #1a1d84 1px solid;
    BORDER-BOTTOM: #1a1d84 1px solid;    
}

TextArea.Standard:hover
{
	PADDING-LEFT: 2px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.9em;
    BORDER-RIGHT: #0190D6 1px solid;
    BORDER-TOP: #0190D6 1px solid;
    BORDER-LEFT: #0190D6 1px solid;
    BORDER-BOTTOM: #0190D6 1px solid;    
}

.RowInFocus
{
    font-weight: 500;
    font-size: 0.9em;
    cursor: pointer;
    color: #0190D6;
    background-color: #1a1d84;  
}

.MainListRow
{
    font-size: 0.8em;
    color: #1a1d84;
    background-color: white;
}

.MainListRow:hover
{
    cursor: pointer;
    color: #0190D6;
    background-color: #1a1d84;  
}


.RowNotInFocus
{
    font-weight: 500;
    font-size: 0.9em;
    color: #1a1d84;
    background-color: white;
}

.RowNotInFocus:hover
{
    font-weight: 500;
    cursor: pointer;
    color: #0190D6;
    background-color: #1a1d84;  
}


TR.Row
{
    font-size: 0.8em;
    color: #1a1d84;
    background-color: white;  
}
.RowAlternate
{
    font-size: 0.8em;
    color: #1a1d84;
    background-color: azure;
}





hr.ContrastColour
{
    color: #0190D6;
    background-color: #0190D6;
    HEIGHT: 1px;
    WIDTH: 100%;
}


hr.StandardLine
{
    color: #000000;
    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: 1.0em;
}


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.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: #000000; 
	font-weight: bold;
	font-size: 0.7em;
}

TD.TrialHeader
{
    font-weight: bold;
    font-size: 1.0em;
    color: #0190D6;
    font-family: Arial, Helvetica, sans-serif;
}


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: 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: gray; 
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    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: #1a1d84; 
    font-family: Arial, Helvetica, sans-serif;
    height: 40px;
}

select
{
	border-color:	#1a1d84;
	border-style:	solid;
	border-width:	1px;
    font-weight: normal;
    font-size: 0.9em;
    color: #1a1d84; 
    font-family: Arial, Helvetica, sans-serif;
}


select.Input
{
	border-color:	#1a1d84;
	border-style:	solid;
	border-width:	1px;
    //font-weight: normal;
    font-size: 0.9em;
    color: #1a1d84; 
    font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
    font-weight: 500;
	border-radius: 4px !important;
    height:       30px;
}

select.Input:hover
{
    border-color: #0190D6;
}

select.Input:focus
{
    border-color: #0190D6;
}


LI.News
{
    font-weight: normal;
    font-size: 0.8em;
    color: #000000; 
    font-family: Arial, Helvetica, sans-serif;

}

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: 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:	#0190D6;
	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{
	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: Arial, Helvetica, sans-serif;
    background-color: silver;
    height:     30px;
}

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;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #0190D6;
    height:     30px;
}


/***************************************************  Navigation styles ********************************************************/
div.navContainer {
	display: none;
	position: absolute;
	left: -1px;
	top: 22px;
	border: 1px solid #1a1d84;
	border-top: 0;
	z-index: 999;
	background-color: #cccccc;
	padding: 4px 0 4px 5px;
}

.navContainer {
	-moz-box-shadow: #1a1d84 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 {
	backgound: transparent url(ContentImages/article-list-bullet.gif) 0 5px no-repeat;
	padding-left: 10px;
}

.navContainer dd a {
	color: #1a1d84 !important;
	text-decoration: none;
	padding: 0 !important;
}

.navContainer dd a:hover {
	color: #333;
	text-decoration: normal;
}




#navSearchBar {
	height: 50px;
	position: relative;
	width: 800px;
	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: #1a1d84;
	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: #1a1d84;
	//color: #ffffff;
	color: #0190D6;
	text-align: left;
}

ul.primaryNav li.last_item a {
	border-bottom: none;
	border-right: none;
}

/***************************************************  Secondary Nav  ***************************************************/  
ul.secondaryNav {
	float: left;
	background-color: #cccccc;
	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;
}

/***************************************************  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%;
}

/* 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 */
