

BODY
{
    font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

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
{
    font-family:    verdana;
    font-size:      0.7em;
    color:          gray;
    text-align:     right;
    padding-right:  10px;
}

INPUT.Login
{
    font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    border-right: #0060a0 1px solid;
    border-top: #0060a0 1px solid;
    border-left: #0060a0 1px solid;
    border-bottom: #0060a0 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.Input
{
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    border-color: #99CCFF;
    border-style: solid;
    border-width: 1px;
	border-radius: 4px !important;
    height:       25px;
}

INPUT.Input:hover
{
    border-color: #0060a0;
}

INPUT.Input:focus
{
    border-COLOR: #0060a0;
}

INPUT.Input:active
{
    border-COLOR: #0060a0;
}


INPUT.InputError
{
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
    color: #ff0000;
    border-color: #ff0000;
    border-style: solid;
    border-width: 1px;
	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:	#0060a0;
	width:	100px;
	TEXT-ALIGN:	center;
	cursor: pointer
}

Input.Button 
{
	border-left: #000000 1px solid;
	border-right: #000000 1px solid; 
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid; 
	font-size: 0.9em;
	BACKGROUND-COLOR: #0060a0;
	COLOR: #C9D3DD;
	CURSOR: pointer;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
	height: 30px;
	width: 130px;
	border-radius: 15px !important;
}

input.Button:hover
{
	border-left: #0060a0 1px solid;
	border-right: #0060a0 1px solid; 
	border-bottom: #0060a0 1px solid;
	border-top: #0060a0 1px solid; 
	font-size: 0.9em;
	BACKGROUND-COLOR: #C9D3DD;  
	COLOR: #0060a0;
	CURSOR: pointer;
	font-family: Arial, Helvetica, sans-serif;
	//font-weight: bold;
	white-space: normal;
	height: 30px;
	width: 130px;
	text-align: center;
	//vertical-align: middle;
	//line-height: 20px;
	border-radius: 15px !important;
	//padding: 0px;
}



Input.MainMenuButton
{
	border-left: #000000 1px solid;
	border-right: #000000 1px solid; 
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid; 
	font-size: 0.9em;
	BACKGROUND-COLOR: #C9D3DD;
	COLOR: #000000;
	CURSOR: pointer;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	border-radius: 5px !important;
	padding: 0px;
}


input.MainMenuButton:hover
{
	border-left: #C9D3DD 1px solid;
	border-right: #C9D3DD 1px solid; 
	border-bottom: #C9D3DD 1px solid;
	border-top: #C9D3DD 1px solid; 
	font-size: 0.9em;
	BACKGROUND-COLOR: #0060a0;
	COLOR: #C9D3DD;
	CURSOR: pointer;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	border-radius: 5px !important;
	padding: 0px;
}




TextArea.Standard
{
	PADDING-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.0em;
    border-right: #0060a0 1px solid;
    border-top: #0060a0 1px solid;
    border-left: #0060a0 1px solid;
    border-bottom: #0060a0 1px solid;    
}



.RowInFocus
{
    font-weight: 500;
    font-size: 0.9em;
    Cursor: pointer;
    COLOR: #000000;
    BACKGROUND-COLOR: #C9D3DD;
}
.RowNotInFocus
{
    font-size: 0.9em;
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff;
}

.RowNotInFocus:hover
{
    COLOR: #000000;
    BACKGROUND-COLOR: #C9D3DD;
}


hr.ContrastColour
{
    color: #0060a0;
    background-color: #0060a0;
    HEIGHT: 1px;
    WIDTH: 100%;
}


hr.StandardLine
{
    color: #000000;
    background-color: #0060a0;
    HEIGHT: 1px;
    WIDTH: 100%;
}

hr.Box
{
    color: #0060a0;
    background-color: #0060a0;
    HEIGHT: 1px;
    WIDTH: 100%;
}

hr.footer
{
 
    border-top: 1px dashed #f00;
    color: #fff;
    background-color: #fff;
    height: 4px;
    WIDTH: 100%;
}

Table.Box
{
	border-bottom: #0060a0 1px solid;
	border-top: #0060a0 1px solid; 
	border-right: #0060a0 1px solid; 
	border-left: #0060a0 1px solid;
}

TD.Box
{
	background-color: white;
	border-bottom: #0060a0 1px solid;
	border-top: #0060a0 1px solid; 
	border-right: #0060a0 1px solid; 
	border-left: #0060a0 1px solid;
}

TD.ColumnHeader
{
	border-bottom: #0060a0 1px solid;
	border-top: #0060a0 1px solid; 
	border-right: #0060a0 1px solid; 
	border-left: #0060a0 1px solid;
	COLOR: #000000; 
	font-weight: bold;
	BACKGROUND-COLOR: #C9D3DD
}

TD.NewsHeadline
{
    font-weight: bold;
    font-size: 1.0em;
    COLOR: #000000;
    font-family: Arial, Helvetica, sans-serif
}

TD.SampleTab
{
	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.SampleTabSelect
{
	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: #000000; 
    font-family: Arial, Helvetica, sans-serif;
}

select
{
	border-COLOR:	#0060a0;
	border-STYLE:	SOLID;
	border-WIDTH:	1px;
    font-weight: normal;
    font-size: 0.9em;
    COLOR: #000000; 
    font-family: Arial, Helvetica, sans-serif;
}


select.Input
{
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    border-color: #99CCFF;
    border-style: solid;
    border-width: 1px;
	border-radius: 4px !important;
    height:       25px;
}

select.Input:hover
{
    border-color: #0060a0;
}

select.Input:focus
{
    border-COLOR: #0060a0;
}

select.Input:active
{
    border-COLOR: #0060a0;
}

LI.News
{
    font-weight: normal;
    font-size: 0.8em;
    COLOR: #000000; 
    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:	#0060a0;
	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;
}



/***************************************************  Navigation styles ********************************************************/
div.navContainer {
	display: none;
	position: absolute;
	left: -1px;
	top: 22px;
	border: 1px solid #C9D3DD;
	border-top: 0;
	z-index: 999;
	background-color: #0060a0;
	padding: 4px 0 4px 5px;
}

.navContainer {
	-moz-box-shadow: #C9D3DD 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: #C9D3DD !important;
	text-decoration: none;
	padding: 0 !important;
}

.navContainer dd a:hover {
	color: #333;
	text-decoration: normal;
}

/***************************************************  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: #195CA4;
	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: #195CA4;
	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: #eee;
	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 **************************************************/


#navSearchBar {
	height: 50px;
	position: relative;
	width: 800px;
	z-index: 999;
	border: 1px solid #cccccc;
	border-radius: 10px;
}

.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;
}


