.todo {
    border: 1px dotted #FF0000 !important;
    color: #f00 !important;
}

/*
client:         Tullow Oil plc
project:        AR online
date:           26 Mar 2008
developer:      blacksunplc.com

Dark Blue:      002942
Light Blue:     7bafe4
Red:            9b243e
Dark Brown:     8b8078
Light Brown:    e2dfdd
Dark grey:      666666
*/

/* DEFAULT */
body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.7em;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 2.6em;
    color: #002942;
    font-weight: normal;
}

h2 {
    margin: 5px 0;
    padding: 0 0 5px 0;
    font-size: 1.3em;
    color: #002942;
    font-weight: normal;
}

h2.figures {
    margin: 5px 0;
    padding: 0 0 5px 0;
    font-size: 2.5em;
    color: #9b243e;
    font-weight: normal;
}

h3 {
    margin: 5px 0;
    padding: 0 0 5px 0;
    font-size: 1.2em;
    color: #002942;
    font-weight: normal;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    color: #002942;
    font-weight: normal;
}

.three h4 {
    margin-bottom: 0;
    padding-bottom: 6px;
    font-size: 1.1em;
    line-height: 1em;
    border-bottom: 1px solid #e2dfdd;
    font-weight: normal;
}

.homemap h4 {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    color: #002942;
    font-weight: bold;
}

.titleredlrg {
    margin: 8px 0;
    padding: 0 0 8px 0;
    color: #9b243e;
}

h5 {
    margin: 0;
    padding: 0;
}

a {
    color: #9b243e;
}

.fl_l {
    float: left !important;
}

.fl_r {
    float: right !important;
}

address {
    font-style: normal;
}

/* GENERIC */
.clear-block:after {
    clear: both;
    content: ".";
    display: block;
    height: 0pt;
    visibility: hidden;
}

.red {
    color: #9b243e !important;
}

.clear-block {

}

.inpage_linkred {
    font-weight: bold;
    color: #9b243e;
    background-image: url(../images/bullet_red.gif);
    background-repeat: no-repeat;
    background-position: left;
}

.inpage_linkred a {
    padding-left: 10px;
    text-decoration: none;
}

img.imageleft {
    margin: 0 15px 15px 0;
    float: left;
}

img.imageright {
    margin: 0 0 15px 15px;
    float: right;
}

.title_margin_bottom {
    margin-bottom: 10px;
}

/* CORE STRUCTURE */
div.frame {
    margin: 0 0 20px 0;
    padding: 0;
    width: 990px;
}

div#head {
    margin: 0 0 20px 0;
    padding: 0;
    height: 80px;
    border-bottom: 1px solid #8c8d8e;
    width: 990px;
}

div.wrap {

}

.block {
    margin: 0;
    padding: 0;
    float: left;
}

div.foot {
    display: none;
}

/* HEAD */
div#head img {
    margin: 10px 0 0 22px;
    border: none;
}

div#search_print {
    display: none;
}

/* PRIME */
ul.prime {
    display: none;
}

ul.prime li {
    margin: 0;
    padding: 0;
    line-height: 28px;
    height: 30px;
    float: left;
    background-image: url(../images/prime_divide_bg.gif);
    background-repeat: no-repeat;
    background-position: right;
}

ul.prime li.last {
    background: none;
}

ul.prime li a {
    margin: 0 2px;
    padding: 0 24px 0 17px;
    text-decoration: none;
    display: block;
    color: #002942;
    font-weight: bold;
}

ul.prime li a:hover {
    text-decoration: underline;
}

ul.prime li a#selected {
    text-decoration: underline;
}

/* BREADCRUMB */
ul.breadcrumb {
    display: none;
}

ul.breadcrumb li {
    margin: 0 1px;
    padding: 0;
    float: left;
}

ul.breadcrumb li a {
    color: #002942;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    text-decoration: underline;
}

ul.breadcrumb li.current {
    color: #002942;
}

/* BLOCKS ONE, TWO, THREE */

/* one */
.one {
    display: none;
}

.one ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
}

.one ul li.title {
    color: #9b243e;
    font-weight: bold;
}

.one ul li.titlelink {
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 1.4em;
    background: url(../images/bullet_red.gif) no-repeat left 2px;
}

.one ul li.titlelink a {
    color: #9b243e;
    font-weight: bold;
}

.one ul li.titlelink a:hover {
    color: #9b243e;
}

.one ul li a {
    color: #002942;
    text-decoration: none;
}

.one ul li a:hover {
    color: #002942;
    text-decoration: underline;
}

.one ul ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-image: none;
    list-style: none;
    font-size: 1em;
}

.one ul ul li {
    padding-left: 12px;
    line-height: 1.2em;
    background-image: url(../images/bullet_grey.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.one ul ul li.nobullet {
    background-image: none;
}

.one ul ul li a {
    margin-top: 3px;
    margin-bottom: 3px;
    width: 122px;
    display: block;
    font-size: 0.95em;
    background: transparent url(../images/prime_subnav_bg.gif) no-repeat scroll left top;
}

.one a.selected {
    text-decoration: underline;
}

/* two */
.two {
    margin-left: 10px;
    width: 636px;
}

.two p {
    margin: 0 0 10px 0;
    padding: 0;
    color: #666;
    line-height: 1.2em;
}

p.bluecopysml {
    color: #002942;
}

p.bluecopylrg {
    font-size: 1.1em;
    color: #002942;
}

.spotlight {
    margin: 0;
    padding: 0;
}

.home {
    height: 162px;
    background-color: #eeeceb;
    background-image: url(../images/bg_home_spotlilght.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.home img {
    margin: 0;
    padding: 0;
    float: left;
}

.statement ul {
    margin: 10px 0 0 16px;
    padding: 0;
    list-style-type: none;
    width: 300px;
    height: 150px;
    display: block;
    float: left;
}

.statement li {
    padding-left: 10px;
    line-height: 1.4em;
    background-image: url(../images/bullet_red.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.statement ul li a {
    color: #9b243e;
    display: block;
    text-decoration: none;
    height: 16px;
}

.statement ul li a:hover {
    color: #9b243e;
    text-decoration: underline;
}

.statement img {
    margin: 0;
    padding: 0;
    float: left;
}

.homemap {
    height: 260px;
    background-image: url(../images/bg_home_map.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.homemap h4 {
    font-size: 1.2em;
    color: #9b243e;
}

.homemap div.left {
    margin-bottom: 5px;
    float: left;
    width: 50%;
}

.homemap div.right {
    margin-bottom: 5px;
    float: right;
}

.ops_list_nav {
    margin-left: 15px;
    border-left: 1px solid #e2dfdd;
    float: left;
}

.ops_list_nav ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 135px;
}

.ops_list_nav li {
    padding-left: 10px;
    line-height: 1.4em;
    background: url(../images/bullet_red.gif) no-repeat left 3px;
}

.ops_list_nav ul li a {
    color: #9b243e;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.ops_list_nav ul li a:hover {
    color: #9b243e;
    text-decoration: none;
    border-bottom: 1px solid #9b243e;
}

ul.highlight_list {
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 1em;
    color: #002942;
}

ul.highlight_list li {
    margin-bottom: 10px;
}

div.operation_details {
    margin-top: 10px;
    margin-right: 1%;
    float: left;
    width: 31%;
}

div.operation_details h2 {
    padding-bottom: 3px;
    border-bottom: 1px solid #e2dfdd;
    font-size: 1.2em;
}

.no_r_margin {
    margin: 0;
}

div.board-image {
    width: 151px;
    float: left;
    margin: 0 10px 20px 0;
}

div.board-image p {
    font-weight: bold;
    color: #002942;
}

div.board-image p span.title {
    font-weight: normal;
}

div.board-image a {
    margin-top: 10px;
    display: block;
    background: url(../images/bullet_red.gif) no-repeat;
    text-indent: 10px;
    font-weight: normal;
    text-decoration: none;
}

/*MAP SLIDE*/
.slide {
    margin-bottom: 20px;
    min-height: 79px;
}

.slide .details_block  {
   	/*margin-left: 242px;*/
	background-color: #fff;
}

.slide .inpage_linkred {
    margin-left: 10px;
}


.slide .details_block .slide_widget,
.slide .details_block .slide_close {
    display: none;
}

.whereweoperate {
    background-color: #eeeceb;
}


.details_block img {
    margin: 0 0 -2px 1px;
    padding: 0;
    border: none;
}


.whereweoperate .details_block img {
    margin: 0 0 -1px 1px;
    padding: 0;
    border: none;
}

.whereweoperate .details_block p.copy {
    padding-left: 15px;
}

.lastblock {
    width: 193px;
}

.details_block a {
    border: none;
    text-decoration: none;
}

.details_block h4 {
    margin-top: 5px;
    margin-left: 15px;
    font-weight: bold;
}

.slide .details_block ul {
    margin: 1px 0 0 15px;
    padding: 15px;
    list-style-type: disc;
    font-size: 10px;
    color: #002942;
}

.details_block ul li {
    line-height: 1em;
    margin-bottom: 5px;
}

.slide .details_block .slideup {
    display: block;
    overflow: hidden;
}

.slide .details_block .slidedown {
    display: block;
    overflow: hidden;
}

.slide .details_block #nav_one {
    height: 200px;
}

.slide .details_block #nav_two {
    height: 90px;
}

.slide .details_block #nav_three {
    height: 170px;
}

.slide .details_block #nav_four {
    height: 100px;
}

.slide .details_block #nav_five {
    height: 660px;
}

.slide .details_block #nav_six {
    height: 600px;
}

.slide .details_block #nav_seven {
    height: 550px;
}

.slide .details_block #nav_eight {
    height: 550px;
}

.prod_chart_details {
    margin-right: 1%;
    float: left;
    width: 48%;
}

/* three */
.three {
    margin-top: 17px;
    margin-left: 10px;
    width: 150px;
}

.three p {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 4px;
    padding-bottom: 0;
    font-size: 0.9em;
}

.three ul {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    list-style-type: none;
    border-bottom: 1px solid #e2dfdd;
}

.three li {
    padding-left: 10px;
    line-height: 1.4em;
    background-image: url(../images/bullet_red.gif);
    background-repeat: no-repeat;
    background-position: left;
}

.three ul li a {
    color: #9b243e;
    display: block;
    text-decoration: none;
}

.three ul li a:hover {
    color: #9b243e;
    text-decoration: underline;
}

.three #agm_cta {
    margin: 0;
    padding: 0 0 10px 0;
    color: #002942;
    background-color: #e2dfdd;
}

.three #agm_cta p {
    margin: 5px;
}

.three #agm_cta p span {
    font-weight: normal;
}

.three #agm_cta p.blue {
    font-weight: bold;
}

.three #agm_cta address {
    margin: 5px;
}

/* FOOT */
div.foot ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style-image: none;
    list-style: none;
    color: #8b8078;
    font-size: 0.8em;
}

div.foot ul li {
    margin-right: 10px;
    float: left;
}

div.foot ul li a {
    color: #8b8078;
    text-decoration: underline;
}

div.foot ul li a:hover {
    color: #e2dfdd;
    text-decoration: none;
}

/* TABLE STYLES */

/* KEY PRODUCING AREAS */

table.kpa {
    margin-top: 5px;
    margin-bottom: 30px;
    border-collapse: collapse;
    background-color: transparent;
    width: 100%;
    color: #002942;
}

table.kpa tr.thick_headings td,
table.kpa tr.thick_headings th {
    border-bottom: 3px solid #8b8078;
}

table.kpa tr.tabledivide td,
table.kpa tr.tabledivide th {
    border-bottom: 1px solid #8b8078;
}

table.kpa th {
    text-align: left;
    color: #002942;
    font-weight: normal;
    font-size: 1em;
}

table.kpa thead th {
    vertical-align: bottom;
}

table.kpa td {
    padding-bottom: 3px;
    font-size: 1em;
}

.text-align-right {
    text-align: right !important;
}

.text-align-left {
    text-align: left !important;
}

.text-align-center {
    text-align: center !important;
}

table.kpa td.keytitle {
    font-size: 1.1em;
    font-weight: bold;
}

table.kpa td.key {
    width: 120px;
    font-size: 0.9em;
    font-weight: bold;
}

.biography {
    display: none;
}

.biography img,
.biography_content img {
    float: left;
    margin: 0 20px 20px 0;
}

.biography h2,
.biography_content h2 {
    font-size: 1.4em;
    margin-bottom: 0;
}

.biography h2 span,
.biography_content h2 span {
    font-size: 0.7em;
}

.biography_content p {
    color: #666666;
    padding-top: 0;
    margin-top: 0;
}

.biography_content a {
    color: #9b243e;
}

.no_r_margin {
    margin-right: 0 !important;
}

.fin_highlights {
    width: 310px;
    float: left;
    margin-right: 8px;
    border: 1px solid #e2dfdd;
    /*height: 100px;*/
    margin-bottom: 8px;
    padding-bottom: 5px;
}

.fin_highlights a {
    padding-left: 5px;
}

div.big_figures {
    color: #9b243e;
    font-size: 2.5em;
    width: 32%;
    margin: 0 10px 0 10px;
    padding: 10px 0 10px 10px;
    float: right;
}

div.big_figures p {
    margin: 0;
    padding: 0;
    color: #9b243e;
}

div.big_figures span {
    font-size: 0.8em;
}

div.big_figures p.sml {
    font-size: 0.4em;
}

a.desc {
    display: none;
}

a.top {
    display: none;
}

.clear {
    clear: both !important;
    float: none !important;
    line-height: 0px !important;
    height: 1px !important;
}

.normal_ul {
    color: #666;
    margin: 0 0 15px 15px;
    padding: 0;
}

.normal_ul li {
    margin: 0 0 5px;
}

.highlight_box {
    background-color: #DBD3C9;
    padding: 20px 50px 20px 20px;
    margin-bottom: 20px;
    background-image: url(../images/graph_curve_2.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.kpi_box {
    background-color: #e8e4de;
}

div.operation_figures {
    width: 28%;
    float: left;
    margin-right: 10px;
    padding: 10px;
    height: 80px;
    border: 1px solid #8b8078;
}

/*.no_border_left {
    border-left: none !important;
    }*/
div.operation_figures p {
    margin: 0;
    padding: 0;
    color: #002942;
}

div.operation_figures span {
    font-size: 2.5em;
    color: #9b243e;
}

dl.footnotes {
    color: #666;
    font-size: 0.8em;
}

dl.footnotes dt {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
}

dl.footnotes dd {
    margin-left: 5px;
    margin-bottom: 10px;
}

/* STYLES ADDED 08-04-08 */
ul.governance_ul {
    margin-bottom: 15px;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
}

.governance_ul li {
    list-style: disc;
    background-image: none;
    padding-left: 5px;
    line-height: 15px;
    margin: 0 0 0 15px;
}

.red_border {
    border: 1px solid #9b243e;
    padding: 10px;
    margin-bottom: 10px;
}

ul.blue {
    color: #002942 !important;
}

ul.blue span {
    color: #666;
    display: block;
    clear: both;
}

div.right_col {
    float: left;
}

div.right_col .block {
    display: none;
}

h2.red {
    font-weight: normal;
    font-size: 1.6em;
}

li.title a {
    margin-bottom: 10px;
    display: block;
    height: 16px;
    line-height: 16px;
}

div.contents {
    clear: both;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2dfdd;
}

div.contents div.boxes {
    float: left;
    width: 46%;
    padding-right: 10px;
    position: relative;
}

div.contents div.boxes h3 {
    margin: 0 0 3px 0;
    padding: 0;
}

div.glossary {
    color: #666;
}

div.glossary strong {
    display: block;
    float: left;
    width: 60px;
    margin-bottom: 2px;
}

div.glossary span {
    display: block;
    float: left;
    width: 205px;
    margin-bottom: 2px;
}

form.results {
    margin: 0 0 20px 0;
    padding: 0;
}

form.results input.text {
    width: 250px;
    border: 1px solid #002942;
}

form.results fieldset {
    border: none;
}

form.results label {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}

form.results input.go {
    margin-bottom: -4px;
}

div.result_paging {
    margin: 10px 0 20px 0;
    color: #666;
}

div.result_paging a,div.result_paging span {
    padding: 0 10px 0 0;
}

div.results {
    background: url(../images/divide_kick_body.gif) no-repeat bottom;
    padding-bottom: 10px;
    margin: 10px 0;
    position: relative;
}

div.results h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

div.results a {
    text-decoration: none;
}

div.results a:hover {
    text-decoration: underline;
}

div.results div.relevance {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 0.9em;
    color: #7bafe4;
}

ul.downloads {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

ul.downloads li {
    margin: 0 0 5px 0;
}

ul.downloads li.first_link {
    margin: 0 0 15px 0;
    font-size: 1.2em;
    font-weight: bold;
}

ul.downloads li a {
    text-decoration: none;
}

ul.downloads li a:hover {
    text-decoration: underline;
}

p.adobe {
    display: none;
}

img {
    border: none;
}

p.adobe img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

div.sitemap {
    float: left;
    width: 45%;
}

div.sitemap ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

div.sitemap ul li.titlelink {
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 1.4em;
    background: url(../images/bullet_red.gif) no-repeat left 2px;
}

div.sitemap ul li.title {
    color: #9b243e;
    font-weight: bold;
    margin-bottom: 5px;
}

div.sitemap ul ul li {
    padding-left: 12px;
    line-height: 1.2em;
    background-image: url(../images/bullet_grey.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

div.sitemap li a {
    color: #002942;
    text-decoration: none;
}

div.sitemap li a:hover {
    text-decoration: underline;
}

div.sitemap li.titlelink a {
    color: #9b243e;
    font-weight: bold;
}

div.sitemap ul ul ul {
    margin-top: 5px;
}

ul.skip {
    display: none;
}


.superscript {
    vertical-align: baseline;
    font-size: 0.9em;
    position: relative;
    top: -0.3em;
}


#study_wrap
{
    padding-right: 60px;
    min-height: 810px;
    background-image: url(../images/img_brownbg.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.cs_graph
{
    margin-top: 20px;
    padding: 0 0 0 10px;
}

.study_wrap
{
    width: 636px;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    min-height: 810px;

}

.ltg_study
{
    background-image: url(../images/img_ltg_study_bg.jpg);
}

.mtn_suc
{
    background-image: url(../images/img_spart_study_bg.jpg);
}

.mtn_basin {
    background-image: url(../images/img_mbasin_study_bg.jpg);
}

.mtn_edu {
    background-image: url(../images/img_seduc_study_bg.jpg);
}

.study_wrap p
{
    margin-right: 60px;
}


div.info {
    position: absolute;
    width: 520px;
    bottom: 0;
    padding: 5px;
    }

div.info p {
    background-color: none;
    font-size: 18px;
    color: #002942;
    }

div.info h3 {
    font-size: 18px;
    }

div.info a.desc {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 11px;
    }