﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    font-size: .80em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    background: White;
    color: Black;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px; 
    line-height: 1.6em;
}

input
{
}

input[type="submit"]
{
    padding: 5px 10px;
    border: none;
    background-color: #003D79;
    color: White;
}

input[type="submit"]:hover
{
    color: Black;
    background-color: #bbb;
    cursor: pointer;
}

input[type="password"],
input[type="text"]
{
    border: solid 1px #ccc;
}

input[type="text"].readonly
{
    border: none;
}

input[type="checkbox"]
{
    border: none !important;
}

.input-validation-error
{
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee;
}

div.input-validation-error
{
    margin: 20px 10px;
    padding: 10px 10px 20px 10px;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 14pt;
    text-transform: none;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h1
{
    font-size: 14pt;
}

h2
{
    font-size: 13pt;
    font-weight: normal;
}

h3
{
    font-size: 12pt;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 980px;
    margin: 0px auto 0px auto;
    background: White url('../images/shadow.png') repeat-y;
    }

.header
{
    position: relative;
    margin: 0px 6px;
    padding: 0px 2px;
    width: 968px;
    height: 120px;
    background-image: url('../images/header.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}

.header .logo
{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 206px;
    height: 52px;
}

.header .logo a img
{
    border: none;
}

.header .title
{
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 206px;
    text-align: center;
}

.header h1
{
    margin: 0px;
    padding: 0px 4px;
    color: Red;
    border: none;
    font-variant: normal;
}

.menuContainer
{
    margin: 0px 6px;
    width: 968px;
    background-color: #003D79;
    height: 26px;
    display: inline-block;
    
}

.breadCrumbContainer
{
    margin: 0px 6px;
    width: 938px;
    padding: 2px 15px;
    display: inline-block;
    color: #696969;
}

.main
{
    margin: 6px;
    min-height: 420px;
    background-image: url('../images/main.png');
    background-repeat: no-repeat;
    background-position: center top;
    
}

.mainSpacer
{
    width: 100%;
    height: 10px;
}

.mainContainer
{
    margin: 0px 5px;
    padding: 0px 10px;
    background-color: White;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    border: solid 1px #ccc;
    /*min-height: 380px;*/
    display: inline-block;
    width: 935px;
}

.mainContainer h2
{
   margin-top: 0px;
}

.footer
{
    
    display: inline-block;
    width: 100%;
    /* display: none; */
}

.footer .right
{
    margin-right: 10px;
    float: right;
    background: #ffffff url(../Images/footerdrivenquality.png) no-repeat right;
    height: 73px;
    width: 128px;
}
/* BREAD CRUM
----------------------------------------------------------*/

.breadCrumbContainer a,
.breadCrumbContainer a:link, 
.breadCrumbContainer a:hover, 
.breadCrumbContainer a:visited
{
    color: #4e5766;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink a
{
    display: none;
}

div.menu
{
    position: absolute;
    z-index: 1005;
    padding: 0px; 
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #003D79;
    color: White;
    display: block;
    line-height: 1.35em;
    padding: 4px 15px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    color: Black;
    background-color: #bbb;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em 1em 2em 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

fieldset td.label
{
    width: 150px;
}
/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px 30px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    color: Red;
    font-style: italic;	
}

.saveFailed
{
    padding-bottom: 10px;
    display: block;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* ACCOUNT/LOGIN
----------------------------------------------------------*/
.accountContainer
{
    margin: 20px auto;
    width: 320px;
}

.passwordContainer
{
    margin: 20px auto;
    width: 460px;
}

fieldset.login label
{
    display: block;
}

fieldset.login input[type="text"],
fieldset.login input[type="password"]
{
    width: 250px;
}

#MainContent_LoginUser_RememberMeLabel
{
    display: inline;
}

/* Buttons */
a.btn,
a.btn:link, 
a.btn:visited {
    background-color: #003D79;
    color: White;
    margin: 0px 10px 10px 0px;
    padding: 5px 10px;
    /*display:list-item; */
    list-style: none;
    text-align: center;
    text-decoration: none;
}
a.btn:hover {
    color: Black;
    background-color: #bbb;
}

.buttons a {
    float: left;
}

.buttons .left {
    float: left;    
}

.buttons .right {
    float: right;
}

.buttons input[type="submit"] {
    margin: 0px 10px 10px 0px;
}

select
{
    border: 1px solid #ccc;
}

select[disabled],
input.readonly
{
    background-color: #eee;
    color: #4e5766;
}

.floatRight
{
    float: right;
}

.floatLeft
{
    float: left;
}

.hide
{
    display: none; 
}

.datepicker
{
    width: 80px !important;
    text-align: right;
}

.ui-autocomplete
{
    max-height: 100px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

/* IE 6 doesn't support max-height
    * we use height instead, but this forces the menu to always be this tall
    */
* html .ui-autocomplete
{
    height: 100px;
}

.autocompletecountry,
.autocompletecountry-iclaim,
.autocompletebrand,
.autocompletebrand-iclaim
{
    width: 250px;
}

/* Datagrid
--------------------------------------*/

.datagrid
{
    width: 95%;
}

.datagrid 
{
    border-collapse: collapse;
    border: none;
}

.datagrid .alt
{
    background-color: #eee;
}

.datagrid td
{
    border: none;
    text-align: left;
    padding: 2px;
}

.datagrid th
{
    border: none;
    text-align: left;
    background-color: #ccc;
    padding: 2px;
}

        #progressBackgroundFilter {
            position:fixed;
            top:0px;
            bottom:0px;
            left:0px;
            right:0px;
            overflow:hidden;
            padding:0;
            margin:0;
            background-color:#000;
            filter:alpha(opacity=50);
            opacity:0.5;
            z-index:9000;
        }

        #processMessage {
            position:fixed;
            top:30%;
            left:40%;
            padding:10px;
            width:20%;
            z-index:9001;
            background-color:#fff;
            border:solid 1px #000;
            text-align: center;
        }
