/* reset CSS lifted from Eric Meyer's reset.css with minor alterations */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
html, body {
    height:100%;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
ul {
    list-style: none;
}
ol {
    list-style-position: outside;
    list-style-type: decimal;
}
ol li {
    margin-left: 1.5em; //margin-left: 1.75em;
}
select {
    vertical-align: baseline; //vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}

/* generic RL settings and reuable components */

body { /* Font Style 2.0: 13d */
    background-color: #FFFFFF;
    color: #282C33;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

body.print, body.print * {
    color: #000000 !important;
    background-color: white !important;
    background-image: none !important;
    border-width: 0px !important;
    float: none !important;
}
body.print .do-not-print {
    display: none !important;
}
body.in-progress, body.in-progress * {
    cursor: progress !important;
}

a, .a { /* Font Style 2.0: 13e */
    color: #2370A9;
    cursor: pointer;
    text-decoration: none;
}
a:hover, .a:hover {
    text-decoration: underline;
}
a img, .a img {
    border: 0;
}

strong {
    font-weight: bold;
}

small { /* Font Style 2.0: 11c, 11g, etc */
    font-size: 11px;
    font-weight: normal;
}

h1, .h1 { /* Font Style 2.0: 18a */
    color: #6A6D6F;
    line-height: 1.2em;
    font-size: 18px;
    font-weight: normal;
}

h2, .h2 { /* Font Style 2.0: 15a */
    color: #282C33;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
}

h3, .h3 { /* Font Style 2.0: 14a */
    color: #6A6D6F;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
}

h4, .h4 { /* Font Style 2.0: 13a */
    color: #282C33;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
}

h5, .h5 { /* Font Style 2.0: 12d */
    color: #6A6D6F;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
}

h6, .h6 { /*Font Style 2.0: 12c */
    color: #282C33;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
}

div.clear {
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin-bottom: -1px;
}

input.shim {
    display: none; //display: block;
    height: 0px;
    position: absolute;
}

/* **** */

body{
    background-color:#FFF;
    font-family:arial,helvetica,sans-serif;
    font-size:13px;
}

    body.divided_content h3, body.divided_content h4, body.divided_content h5, body.divided_content h6, body.divided_content strong.header{
        color:#3C659D;
        font-size:17px;
        margin:0;
    }      
    
    body.divided_content strong.header{
        display:block;
    }

    a{
        color:#36C;
/*
        text-decoration:underline;
*/
    }
    
        a img{
            border:0;
        }
    
    form{
    	display:inline;
        margin:0;
        padding:0;
    }
		
		img.actionButton{
			cursor:pointer;
			cursor:hand;
		}
    
    p.noMargin{
        margin:0;
    } 
    
    p.headed_content{
        line-height:18px;
        margin:5px 0 0;    
    }
    
    ul.list_description{
        margin:0;
        padding-left:15px;
        list-style-type:none;
    }
    
        ul.list_description li{
            margin-top:4px;   
        }              
    
    strong em{
        color:#4F73A6; 
        font-style:normal;                 
    }  
		
		img.button{
			cursor:pointer;
			cursor:hand;
		}  
    
    .pad{
        padding:20px 20px 0 15px;
    }
    
    .padLeft{
        padding:0 0 0 15px;
    }
    
    .noMargin{
        margin:0;
        padding:0;
    }
    
    div#body_container{
        margin:0 auto;
        width:966px;
    }
    
    div.border{
        background-color:#E5E5E5;
        font-size:1px;
        height:1px;
        line-height:1px;
        margin:16px 0;
        padding:0;               
    }
    
    div.clear{
        clear:both;
        font-size:1px;
        height:1px;
        line-height:1px;
        margin-bottom:-1px;
    }
		
		.smallText{
				font-size:10px;
		}
		
		div.horiz_ticker{
			 margin:85px auto 0;
			 width:650px;
		}
		
/********************
*	Error messages
*
********************/
ul#errorMessages, div.errorMessages, span.errorMessages, ul#imageErrorMessages{
	color:#F00;
	background-color:#FFFED1;
	border:1px solid #F00;
	padding:8px 8px 8px 24px;	
}

span.errorMessages{
	display:block;
}

/********************
*	Confirm messages
*
********************/
div.confirmMessage{
    color:#376F00;
    background-color:#FFFED1;
    border:1px solid #376F00;
    padding:8px 0 8px 12px;
    margin:0 0 12px;
}
