

body
{
    font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	//font-size: 62.5%;
	background-color: #FEF1E1;
	color: #E98500;
    margin-left:    0px;
    margin-right:    0px;
    margin-bottom:    0px;
    margin-top:    0px;
}


P.Small
{
    font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: black;
}

P.version
{
    font-family:    verdana;
    font-size:      0.7em;
    color:          gray;
    text-align:     right;
    padding-right:  10px;
}

INPUT.Login
{
    font-weight: 500;
    width: 300px;
    height:       25px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    border-right: #777777 1px solid;
    border-top: #777777 1px solid;
    border-left: #777777 1px solid;
    border-bottom: #777777 1px solid;  
    border-radius: 4px !important;  
}

INPUT.Date
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.9em;
    border-right: #E98500 1px solid;
    border-top: #E98500 1px solid;
    border-left: #E98500 1px solid;
    border-bottom: #E98500 1px solid;    
}


INPUT.Input
{
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.9em;
    border-color: #E98500;
    border-style: solid;
    border-width: 1px;
	border-radius: 4px !important;
    height:       25px;
}

INPUT.Input:hover
{
    //border-color: #777777;
    border-color: #59200C;
    border-width: 1px;
}

INPUT.Input:focus
{
    border-color: #777777;
    border-width: 1px;
}

INPUT.Input:active
{
    border-color: #777777;
    border-width: 1px;
}


INPUT.InputError
{
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
    color: #ff0000;
    border-color: #ff0000 !important;
    border-style: solid !important;
    border-width: 3px !important;
	border-radius: 4px !important;
    height:       25px;
}


INPUT.LoginErr
{
    font-weight: 500;
    font-size: 0.9em;
    color: red;
}


INPUT.ButtonBar
{
	font-weight: bold;
	font-size: 0.9em;
	color:	#59200C;
	width:	100px;
	TEXT-align:	center;
	cursor: pointer
}

Input.Button 
{
	border-left: #E98500 1px solid;
	border-right: #E98500 1px solid; 
	border-bottom: #E98500 1px solid;
	border-top: #E98500 1px solid; 
	font-size: 0.9em;
	background-color: #59200C;
	color: #E98500;
	CURSOR: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    width: 150px;
    line-height: 20px;
	white-space: normal;
	border-radius: 10px !important;
	padding: 5px;
    box-shadow: 3px 4px silver;
}

Input.Button:hover
{
	border-left: #59200C 1px solid;
	border-right: #59200C 1px solid; 
	border-bottom: #59200C 1px solid;
	border-top: #59200C 1px solid; 
	font-size: 0.9em;
	background-color: #59200C;
	color: white;
	CURSOR: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    width: 150px;
    line-height: 20px;
	white-space: normal;
	border-radius: 10px !important;
	padding: 5px;
    box-shadow: 0px 0px silver;
}

Input.ColumnHeader
{
	color:	#59200C;
	font-weight: bold;
}

Input.MainMenuButton
{
	border-left: #59200C 1px solid;
	border-right: #59200C 1px solid; 
	border-bottom: #59200C 1px solid;
	border-top: #59200C 1px solid; 
	font-size: 0.8em;
	background-color: #E98500;
	color: #59200C;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
	padding: 5px;
    //height:     30px;
	font-variant:small-caps;
	letter-spacing:1px;
	border-radius: 4px !important;
}

Input.MainMenuButton:hover
{
	border-left: #E98500 1px solid;
	border-right: #E98500 1px solid; 
	border-bottom: #E98500 1px solid;
	border-top: #E98500 1px solid; 
	background-color: #E98500;
	color: white;
	CURSOR: pointer;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
	padding: 5px;
}


TextArea.Standard
{
	padding-left: 5px;
    padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.9em;
    border-right: #E98500 1px solid;
    border-top: #E98500 1px solid;
    border-left: #E98500 1px solid;
    border-bottom: #E98500 1px solid;
    border-radius: 4px !important; 
}

TextArea.Standard:hover
{
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.9em;
    border-right: #59200C 1px solid;
    border-top: #59200C 1px solid;
    border-left: #59200C 1px solid;
    border-bottom: #59200C 1px solid;    
}

.RowInFocus
{
    font-weight: 500;
    font-size: 0.9em;
    Cursor: pointer;
    color: #E98500;
    background-color: #59200C;
}

.RowNotInFocus
{
    font-weight: 500;
    font-size: 0.9em;
    color: #59200C;
    background-color: #FEF1E1;
    cursor: pointer;
}


.RowNotInFocus:hover
{
    font-size: 0.9em;
    background-color: #59200C;
    color: #FEF1E1;
}


hr.ContrastColour
{
    color: #59200C;
    background-color: #59200C;
    HEIGHT: 1px;
    WIDTH: 100%;
}


hr.StandardLine
{
    color: #E98500;
    background-color: #777777;
    HEIGHT: 1px;
    WIDTH: 100%;
}

hr.Box
{
    color: #777777;
    background-color: #777777;
    HEIGHT: 1px;
    WIDTH: 100%;
}

hr.footer
{
 
    border-top: 1px dashed #f00;
    color: #fff;
    background-color: #fff;
    height: 4px;
    WIDTH: 100%;
}

Table
{
    border-collapse: collapse;
}

Table.Box
{
	border-bottom: #777777 1px solid;
	border-top: #777777 1px solid; 
	border-right: #777777 1px solid; 
	border-left: #777777 1px solid;
}

TD.Box
{
	border-bottom: #777777 1px solid;
	border-top: #777777 1px solid; 
	border-right: #777777 1px solid; 
	border-left: #777777 1px solid;
	font-size: 0.7em;
}

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: #777777 1px solid;
	border-top: #777777 1px solid; 
	border-right: #777777 1px solid; 
	border-left: #777777 1px solid;
	color: #E98500; 
	font-weight: bold;
	font-size: 0.8em;
}

TD.TrialHeader
{
    font-weight: bold;
    font-size: 1.0em;
    color: #59200C;
    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: bold;
    font-size: 0.9em;
    color: black;
    CURSOR: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background-color: silver
}

TD.CaseTabSelect
{
	border-bottom: black 1px solid;
	border-top: white 1px solid; 
	border-right: white 1px solid; 
	border-left: white 1px solid;
    color: gray; 
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: white;
}

TD.DataEntry
{
    font-weight: normal;
    font-size: 0.9em;
    color: #59200C; 
    font-family: Arial, Helvetica, sans-serif;
    height: 40px;
}

select
{
	border-color:	#59200C;
	border-STYLE:	solid;
	border-width:	1px;
    //font-weight: normal;
    font-size: 0.9em;
    color: #59200C; 
    font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
    font-weight: 500;
	border-radius: 4px !important;
    height:       30px;
}

select:hover
{
    border-color: #59200C;
}

select:focus
{
    border-color: #59200C;
}


LI.News
{
    font-weight: normal;
    font-size: 0.8em;
    color: #E98500; 
    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:	#59200C;
	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;
}


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;
}

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: #FEF1E1; 
    font-family: Arial, Helvetica, sans-serif;
    background-color: #59200C;
}

/***************************************************  Navigation styles ********************************************************/
div.navContainer {
	display: none;
	position: absolute;
	left: -1px;
	top: 22px;
	border: 1px solid #59200C;
	border-top: 0;
	z-index: 999;
	background-color: #FEF1E1;
	padding: 4px 0 4px 5px;
}

.navContainer {
	-moz-box-shadow: #59200C 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: #59200C !important;
	text-decoration: none;
	padding: 0 !important;
}

.navContainer dd a:hover {
	color: #333;
	text-decoration: normal;
}




#navSearchBar {
	height: 50px;
	position: relative;
	width: 660px;
	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: #FEF1E1;
}

ul.primaryNav li:hover div.navContainer {
	display: block;
}

ul.primaryNav li a {
	padding: 0 15px;
	display: block;
	color: #59200C;
	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: #59200C;
	color: #ffffff;
	//color: #59200C;
	text-align: left;
}

ul.primaryNav li.last_item a {
	border-bottom: none;
	border-right: none;
}

/***************************************************  Secondary Nav  ***************************************************/  
ul.secondaryNav {
	float: left;
	background-color: #777777;
	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 **************************************************/

