/****************************************************************************************/

/* Santas little helpers    */

/****************************************************************************************/

.floatLeft

{

float: left;

}

.alignCenter

{

text-align: center;

}

.alignRight

{

text-align: right;

}



.floatRight

{

float: right;

}



.padded

{

padding: 10px;

}



.lightPadded

{

padding: 5px;

}



.heavyPadded

{

padding: 20px;

}



.paddedBottom

{

padding-bottom: 5px;

}



.paddedTop

{

padding-top: 5px;

}

.vdots

{

background: url(../img/vdots.gif) repeat-y;

}

.hdots

{

background: url(../img/hdots.gif) repeat-x;

}

.nowrap

{

white-space: nowrap;

}

.wrap

{

white-space:normal;

}

div.hr
{
    height: 1px;
    width: 100%;
    display: block;
    background: url("img/hdots.gif") repeat-x;
    overflow: hidden;
}

span.pipe

{

padding: 0px 1px 1px 1px;

margin: 0 6px 0 6px;

width: 1px;

background: url(../img/pipe.gif) repeat-y;

}

.bold

{

font-weight: bold;

}

.block

{

display: block;

}

.smaller

{

font-size: 75%;

}

.alotsmaller

{

font-size: 50%;

}

.larger

{

font-size: 125%;

}

.alotlarger

{

font-size: 150%;

}

.highlight

{

background-color:Yellow;

}

.clear

{

clear:both;

}

.hidden

{

display:none;

}
