﻿/* START of global classes */
/* ---------------------------------------------------------------------------------------------------------------------------- */
.attention
{
    font-size: 1.5em;
}

.block
{
	display: block;
}

.bold
{
	font-weight: bold;
}

.center
{
    text-align: center;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.clr
{
	clear: both;
}

.clearer
{
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.hrCCC
{
    height: 1px;
    background-color: #ccc;
    margin: 0 0 10px 0;
}

.it
{
	font-style: italic;
}

.nindent
{
    text-indent: -9000px;
}

.nodisplay
{
    display: none;
}

.noliststyle
{
    list-style-type: none;
}

.nomargin
{
	margin: 0 ! important;
}

.pointer
{
	cursor: pointer;
    cursor: hand;
}

.strike
{
    text-decoration: line-through;
}

.textField
{
    border: 1px solid #BDBDBD;
    background-color: #FDFCF3;
}
/* END of global classes */
/* ---------------------------------------------------------------------------------------------------------------------------- */