/* Minification failed. Returning unminified contents.
(504,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
html
{
    font-size: 10pt;
    font-family: Arial;
    min-height: 100%;
    position: relative;
}

.table_tools_menu
{
    float: right;
    margin: 0 50px 0 0;
    padding: 0 0 0 0;
}

td .size
{
    color: #007D00;
}

.comment
{
    border: 1px solid #aaaaaa;
    margin-bottom: 5px;
}

    .comment .author
    {
        color: #999;
        font-size: 8pt;
    }

.help-div
{
    font-size: 8pt;
    color: #d74d18;
}

.watermark
{
    color: #999 !important;
}

.bubblePopup
{
    display: none;
    background: #ffffff;
    padding: 15px;
    color: #494949;
    z-index: 9999;
    position: absolute;
    border: 10px solid #aaaaaa;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */
}

    .bubblePopup:after
    { /*arrow added to leftarrowdiv DIV*/
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        left: -20px; /*should be set to -border-width x 2 */
        width: 0;
        height: 0;
        border-color: transparent #ffffff transparent transparent; /*border color should be same as div div background color*/
        border-style: solid;
        border-width: 10px;
    }

.shadow
{
    -moz-box-shadow: 3px 3px 4px #646464;
    -webkit-box-shadow: 3px 3px 4px #646464;
    box-shadow: 3px 3px 4px #646464;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#646464')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#646464');
}

.hidden
{
    display: none;
}

span.readonly
{
    color: #646464;
    padding: 5px 5px 2px 0px;
    margin: 15px 0px 5px 0px;
}

.ui-button-text
{
    font-size: 8pt;
}

div.ui-state-default
{
    margin: 1px;
    position: relative;
    padding: 2px 0;
    cursor: pointer;
    float: left;
    list-style: none;
}

span.ui-icon
{
    float: left;
    margin: 0 2px;
}

.box
{
    padding: 8px 8px 0px 0px;
}

.linkbox
{
    padding: 4px 8px 8px 0px;
    float: left;
}

table .edit_delete_icons
{
    border: none;
}

    table .edit_delete_icons tr
    {
        border: none;
    }

        table .edit_delete_icons tr td
        {
            padding: 1px 1px 1px 1px;
            margin: 0 0 0 0;
            border: none;
        }

body
{
    background-image:url('images/honey_im_subtle.png');
    background-repeat: repeat;
    font-size: 10pt;
    font-family: "Arial";
    margin: 0 0 90px;
    color: #010101;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}

p, ul
{
    font-size: 1.25em;
    margin-bottom: 20px;
    line-height: 1.6em;
}

header, footer, section
{
    float: none;
    clear: both;
    display: block;
}

/* HEADINGS
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 1.5em;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

#error
{
    width: 80%;
    border: 1px solid #D40000;
    background-color: #FAE0E0;
    background-image: url('images/exclamationmark_red.gif');
    background-position: 5px center;
    background-repeat: no-repeat;
    margin: 5px 0 5px 0;
    padding: 6px 2px 6px 40px;
}

#error_msg
{
    font-size: 10pt;
}

#warning
{
    width: 80%;
    border: 1px solid #FF9900;
    background-color: #FFFFCC;
    background-image: url('images/exclamationmark_orange.gif');
    background-position: 5px center;
    background-repeat: no-repeat;
    margin: 5px 0 5px 0;
    padding: 6px 2px 6px 40px;
}

#warning_msg
{
    font-size: 10pt;
}

#info
{
    width: 80%;
    border: 1px solid #007D00;
    background-color: #BFDEBF;
    background-image: url('images/exclamationmark_green.gif');
    background-position: 5px center;
    background-repeat: no-repeat;
    margin: 5px 0 5px 0;
    padding: 6px 2px 6px 40px;
}

#info_msg
{
    font-size: 10pt;
}

header, #header
{
    margin: 0 0 0 0;
    padding: 0 0 0 10px;
    float: none;
    clear: both;
    width: 100%;
    display: block;
    height: 40px;
    z-index: 400;
    position: fixed;
    background-color: Black;
    top: 0px;
    width: 100%;
    color: #FFFFFF;
}

    header h1, #header h1
    {
        font-weight: bold;
        padding: 7px 0 0 0;
        margin: 0;
        color: #fff;
        border: none;
        font-size: 16pt !important;
        vertical-align: middle;
    }

.environmentIndicator
{
    background-color: #c2c2c2;
    color: Black;
    font-size: 12pt;
    font-weight: bold;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    margin-left: 15px;
    float: left;
    vertical-align: middle;
}

#main, .main
{
    margin: 80px 0px 100px 0px;
    padding: 0px 10px 0px 10px;
    float: none;
    clear: both;
}

footer, #footer
{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90px;
    width: 100%;
    background-color: transparent;
    color: #777;
    /*padding: 10px 0 0 0;*/
    text-align: center;
    line-height: normal;
    font-size: .9em;
}

    footer hr, #footer hr
    {
        width: 90%;
        color: #808080;
    }

/* Top Nav Menu */
menu, #menu
{
    margin: 0 0 0 0;
    padding: 0 0 0 0px;
    /*background-color: #fff;*/
    font-size: 7pt;
    float: none;
    clear: both;
    width: 100%;
    display: block;
    height: 30px;
    z-index: 400;
    position: fixed;
    top: 40px;
}

#navmenu, #navmenu ul
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}

#navmenu
{
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
    background-color: #555555;
    border: 1px solid #222;
    background-image: -moz-linear-gradient(#444, #111);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
    background-image: -webkit-linear-gradient(#444, #111);
    background-image: -o-linear-gradient(#444, #111);
    background-image: -ms-linear-gradient(#444, #111);
    background-image: linear-gradient(#444, #111);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111');
    -moz-box-shadow: 3px 3px 4px #646464;
    -webkit-box-shadow: 3px 3px 4px #646464;
    box-shadow: 3px 3px 4px #646464;
}

    #navmenu:before,
    #navmenu:after
    {
        content: "";
        display: table;
    }

    #navmenu:after
    {
        clear: both;
    }

#navmenu
{
    zoom: 1;
}

    #navmenu li
    {
        float: left;
        border-right: 1px solid #222;
        -moz-box-shadow: 1px 0 0 #444;
        -webkit-box-shadow: 1px 0 0 #444;
        box-shadow: 1px 0 0 #444;
        position: relative;
    }

    #navmenu a
    {
        float: left;
        padding: 5px 5px 5px 5px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        text-shadow: 0 1px 0 #000;
    }

        #navmenu a.dropdown
        {
            background-image: url('images/menu_dropdown.png');
            background-position: right center;
            background-repeat: no-repeat;
            padding-right: 30px;
        }

            #navmenu a.dropdown:hover
            {
                background-image: url('images/menu_dropdown.png');
                background-position: right center;
                background-repeat: no-repeat;
                padding-right: 30px;
            }

        #navmenu a.popout
        {
            background-image: url('images/menu_popout.png');
            background-position: right center;
            background-repeat: no-repeat;
            padding-right: 10px;
        }

            #navmenu a.popout:hover
            {
                background-image: url('images/menu_popout.png');
                background-position: right center;
                background-repeat: no-repeat;
                padding-right: 10px;
            }

    #navmenu li:hover > a
    {
        color: #fafafa;
        background-color: #ac0105;
    }

    *html #navmenu li a:hover
    { /* IE6 only */
        color: #fafafa;
    }

    #navmenu ul
    {
        margin: 20px 0 0 0;
        _margin: 0; /*IE6 only*/
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 25px;
        left: 0;
        z-index: 1;
        background: #444;
        background: -moz-linear-gradient(#444, #111);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
        background: -webkit-linear-gradient(#444, #111);
        background: -o-linear-gradient(#444, #111);
        background: -ms-linear-gradient(#444, #111);
        background: linear-gradient(#444, #111);
        filter: -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -moz-box-shadow: 3px 3px 4px #646464;
        -webkit-box-shadow: 3px 3px 4px #646464;
        box-shadow: 3px 3px 4px #646464;
        border-left: solid 1px #222;
    }

    #navmenu li:hover > ul
    {
        opacity: 1;
        visibility: visible;
        margin: 0;
    }

    #navmenu ul ul
    {
        top: 0;
        left: 150px;
        margin: 0 0 0 20px;
        _margin: 0; /*IE6 only*/
        -moz-box-shadow: 3px 3px 4px #646464;
        -webkit-box-shadow: 3px 3px 4px #646464;
        box-shadow: 3px 3px 4px #646464;
    }

    #navmenu ul li
    {
        float: none;
        display: block;
        border: 0;
        _line-height: 0; /*IE6 only*/
        -moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
        -webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
        box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    }

        #navmenu ul li:last-child
        {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    #navmenu ul a
    {
        padding: 10px;
        width: 130px;
        _height: 10px; /*IE6 only*/
        display: block;
        white-space: nowrap;
        float: none;
        text-transform: none;
    }

        #navmenu ul a:hover
        {
            background-color: #ac0105;
            background-image: -moz-linear-gradient(#ac0105, #891315);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#ac0105), to(#891315));
            background-image: -webkit-linear-gradient(#ac0105, #891315);
            background-image: -o-linear-gradient(#ac0105, #891315);
            background-image: -ms-linear-gradient(#ac0105, #891315);
            background-image: linear-gradient(#ac0105, #891315);
        }

    #navmenu ul li:first-child > a
    {
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

        #navmenu ul li:first-child > a:after
        {
            content: '';
            position: absolute;
            left: 40px;
            top: -6px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #444;
        }

    #navmenu ul ul li:first-child a:after
    {
        left: -6px;
        top: 50%;
        margin-top: -6px;
        border-left: 0;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        border-right: 6px solid #3b3b3b;
    }

    #navmenu ul li:first-child a:hover:after
    {
        border-bottom-color: #ac0105;
    }

    #navmenu ul ul li:first-child a:hover:after
    {
        border-right-color: #ac0105;
        border-bottom-color: transparent;
    }

    #navmenu ul li:last-child > a
    {
        -moz-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }

/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/

fieldset
{
    border: 1px solid rgba(0,0,0,0.5);
    /*border-radius: 10px 10px 2px 2px;*/
    background: rgba(0,0,0,0.25);
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    padding: 0 1.4em 1.4em 1.4em;
    margin: 1.5em 0em 1.5em 0;
}

    fieldset fieldset
    {
        background-color: transparent;
    }

legend
{
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

textarea
{
    border: 2px inset lightgray;
    min-height: 75px;
    width: 100%;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"]
{
    border: 2px inset lightgray;
    padding: 2px;
    font-size: 1em;
    color: #000;
    font-family: Verdana,Arial,sans-serif;
}

select
{
    border: 2px inset lightgray;
    padding: 2px;
    font-size: 1em;
    color: #000;
    font-family: Verdana,Arial,sans-serif;
}

input[type="submit"]
{
    font-size: 1em;
    padding: 5px;
    font-family: Verdana,Arial,sans-serif;
}

/* TABLE
----------------------------------------------------------*/

/*table
{
	border-collapse: collapse;
}

table td
{
	padding: 5px;
}

table th
{
	padding: 6px 5px;
	text-align: left;
	background-color: #e8e8e8;
}*/

/* MISC
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

.float-right
{
    float: right;
}

#menucontainer
{
    margin-top: 0px;
}

.requiredField:after
{
    content: " *";
    color: #f00;
}

div#title
{
    height: 40px;
    display: block;
    float: none;
    text-align: left;
    margin-left: 10px; /* width: 100%; */
    margin-top: 0px;
    margin-bottom: 0px;
    background: url('images/cop_app_logo.gif');
    background-color: Black;
    background-repeat: no-repeat;
    background-position: right;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: left;
    margin: 12px 200px 0px 0px;
    color: White;
}

    #logindisplay a:link
    {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited
    {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover
    {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: rgb(190, 0, 0);
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: rgb(190, 0, 0);
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.item
{
    margin: 0px 10px 2em 10px;
    float: left;
}

.col1
{
    width: 220px;
}

.col2
{
    min-width: 220px;
    max-width: 440px;
}

.col3
{
    min-width: 220px;
    max-width: 660px;
}

.boxContainer
{
    width: auto;
}



.text-box
{
    width: 100%;
}

    .text-box.multi-line
    {
        height: 6.5em;
    }

.tri-state
{
    width: 6em;
}

.btn-success
{
    font-size: 8pt;
    border: 1px solid #aaaaaa;
    background: #cfcfcf url(themes/ConocoPhillips/images/ui-bg_glass_75_dfdfdf_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #222222;
    padding: 4px 10px 4px;
    vertical-align: middle;
    cursor: pointer;
    -khtml-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

    .btn-success:hover
    {
        border: 1px solid #891315;
        background: #ac0105 /* url(themes/ConocoPhillips/images/ui-bg_highlight-soft_50_ac0105_1x100.png) 50% 50% repeat-x */;
        font-weight: normal;
        color: #ffffff;
    }

    .btn-success:active
    {
        border: 1px solid #891315;
        background: #891315 /* url(themes/ConocoPhillips/images/ui-bg_highlight-soft_50_891315_1x100.png) 50% 50% repeat-x */;
        font-weight: normal;
        color: #ffffff;
    }

button
{
    border: 1px solid #aaaaaa;
    background: #cfcfcf url(themes/ConocoPhillips/images/ui-bg_glass_75_dfdfdf_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #222222;
    font-size: 8pt;
    padding: 4px 10px 4px;
    vertical-align: middle;
    cursor: pointer;
    -khtml-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

    button:hover
    {
        border: 1px solid #891315;
        background: #ac0105 /* url(themes/ConocoPhillips/images/ui-bg_glass_75_ac0105_1x400.png) 50% 50% repeat-x */;
        font-weight: normal;
        color: #ffffff;
    }

    button:active
    {
        border: 1px solid #891315;
        background: #891315 /* url(themes/ConocoPhillips/images/ui-bg_glass_65_891315_1x400.png) 50% 50% repeat-x */;
        font-weight: normal;
        color: #ffffff;
    }

#loading-container {
    filter: alpha(opacity=80);
    opacity: 0.8;
    border-radius: 13px;
    width: 82px;
    height: 73px;
    background: white;
    position: fixed;
    top: 45%;
    left: 45%;
    border: 1px solid;
    border-color: gray;
    visibility: hidden;
    z-index:999;
}
