/*[variables]
colors
{
	@82: #191414;
}
*/
/*Reset*/
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, B, U, I, CENTER, 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-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
BODY
{
    line-height: 1;
}
OL, UL
{
    list-style: none;
}
/*
LAYOUT TOOLS
*/
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
.clear
{
    clear: both;
}
.clearfix:after
{
    content: "";
    clear: both;
    display: block;
}
.layoutCenter
{
    margin: 0 auto;
}
.textCenter
{
    text-align: center;
}
.textRight
{
    text-align: right;
}
.textLeft
{
    text-align: left;
}
/*
PRINT TOOLS
*/
.page-break
{
    page-break-before: always;
}
/*
TYPOGRAPHIC TOOLS
*/
.error
{
    border: 1px solid #FB4343;
    padding: 3px;
    color: #FB4343;
}
.warning
{
    border: 1px solid #D4AC0A;
    padding: 3px;
    color: #D4AC0A;
}
.success
{
    border: 1px solid #149B0D;
    padding: 3px;
    color: #149B0D;
}
.announce
{
    text-align: right;
    color: red;
    font: small-caps bolder 1.4em;
}
.callOut
{
    font-size: 125%;
    font-weight: bold;
}
.strikeOut
{
    text-decoration: line-through;
}
.underline
{
    text-decoration: underline;
}
.resetTypeStyle
{
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: 0px;
    text-transform: none;
    text-indent: 0px;
    background-color: #594242;
}
/*
STYLING EXTRAS
*/
A[href^="mailto"]
{
    background: url(images/emailIcon.png) no-repeat left center;
    padding-left: 10px;
}
A[href^="mailto"]:hover:after
{
    content: " > " attr(title);
}
A[href~=".pdf"]
{
    background: url(images/pdfIcon.png) no-repeat left center;
    padding-left: 10px;
}
A.button
{
    color: black;
    border: 1px solid black;
    padding: 3px;
}
A.button:hover
{
    background: black;
    color: white;
}
.transpBlack
{
    background: url(images/transpBlack50.png);
}
/*
DISPLAY VALUES
*/
.hide
{
    display: none;
}
.show
{
    display: block;
}
.invisible
{
    visibility: hidden;
}

.disabled
{
    color: grey;
}
