﻿*
{
    margin: 0;
    padding: 0;
    text-align: left;
}

abbr {
	border: none;
}

a:link abbr:hover, a:visited abbr:hover, a:hover abbr:hover, a:active abbr:hover {
	cursor: pointer;
}

a:focus {
	outline: none; /* Just for Firefox */
}

img {
	border: 0;
}

hr
{
    text-align: center;
    color: #adaeb2;
    background-color: #adaeb2;
    border: 0px;
    height: 1px;
}

.clearfix:after {
	clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
	
.printMessage {
	display: none;
}

p 
{
    margin-bottom: 10px;
}

.button 
{
    margin-bottom: 10px;
    text-align: center;
}

blockquote
{
    background-color: #fff;
    /* margin: 5px; */
    quotes: "\201C" "\201D";
}
blockquote.citation
{
    font-weight: normal;
}
/*
blockquote:before
{
    content: open-quote;
    font-weight: bold;
}
blockquote:after
{
    content: close-quote;
    font-weight: bold;
}
*/

div.upContainerNormal input.upShowDynamic
{
    visibility: hidden;
    display: none;
}