html, body{
	background:#fff;
	font-size: 13px;
}

#header {
    text-align: center;
}

#logo_top a {
    display: block;
    background: url(../images/logo-lexisnexis.png) 0 0 no-repeat;
    float: left;
}

#header h2 {
    background: url(../images/bg_risk_solutions.gif) 0 10px no-repeat;
    float: left;
}

#header h2 a {
    color: #ED1C24;
    font-weight: bold;
}

#header h2 a:hover {
    text-decoration: underline; 
    font-weight: bold;
}

.emphasize {
    font-style:italic; 
    margin-bottom:20px;
}

h1 {
    font-size: 1.8em;
    color: #ED1C24;
}

h2 {
    font-size: 1.5em;
    color: black;
}

#errors {
    background-color: yellow;
    padding: 1.0em;
}

#errors li {
    margin-bottom: 0.5em;
}

.error {
    background-color: yellow;
}


/* See: https://stackoverflow.com/questions/1964839/how-can-i-create-a-please-wait-loading-animation-using-jquery */

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/images/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

.modalmsg {
    z-index: 1001;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

a, input, select {
    margin-bottom: 1.0em;
}

.dynamic, .tile {
    display: none;
}

.foot {
    text-align: center;
}

.add, .prev, .next {
    display: inline-block;
    background-color: #ED1C24;
    color: white;
    padding: 0.5em;
}

#ooid {
    font-weight: bold;
}