﻿.catContainer
{
    position: absolute;
    top: 20px;
    left: 30px;
    background-color: White;
    border: solid 5px black;
    width: 960px;
    height: 1000px;
}

body 
{
	/*font-family: 'century gothic', Helvetica, Arial, Verdana;*/
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
}


input
{
	font-family: Helvetica, Arial, Verdana;
	/*font-family: 'century gothic', Helvetica, Arial, Verdana;*/
}
.labelCol
{
    width: 225px;
    height: 30px;
    color: Red;
}
.inputCol
{
    height: 30px;
}


/*------------------------------form----------------------------*/
.aForm input[type=text], .aForm textarea
{
    width: 400px;
}

.aTable td
{
    vertical-align: top;
    padding-bottom: 10px;
}


/*-------------------------------specials---------------------------------*/

.hidden
{
	display: none;
	height: 0px;
	width: 0px;
	visibility: hidden;
}

.invisRegDiv
{
    height: 30px;
    width: 30px;
    background-color: Red;
    position: relative;
}

.error
{
	font-size: small;
	font-weight: bold;
}

.success
{
	font-weight: bold;
	font-size: small;
}

#fullAddressInfoDiv
{
    padding: 3px; border: solid 10px red;
}

.transBG
{
    background-color: Transparent;
}

.nb
{
    border-width: 0px;
}

.ul
{
    text-decoration: underline;
}

.nd
{
    text-decoration: none;
}

.spanLink
{
	cursor: pointer;
	text-decoration: underline;
}

.whatLink
{
	cursor: pointer;
	text-decoration: underline;
	font-size: smaller;
}

/*-------------------------------floating---------------------------------*/
.float
{
	float: left;
}
.floatR
{
	float: right;
}


/*-------------------------------positioning---------------------------------*/
.ml
{
    margin-left: 10px;
}
.mt
{
    margin-top: 10px;
}

.m { margin: 10px; }


.p
{
    padding: 10px;
}


.p2
{
    padding: 2px;
}
.p5
{
    padding: 5px;
}
.p0 { padding: 0px; }

.pt
{
    padding-top: 10px;
}
.pb
{
    padding-bottom: 10px;
}
.pr
{
    padding-right: 10px;
}
.pl
{
    padding-left: 10px;
}

.mr
{
    margin-right: 5px;
}
.mb
{
    margin-bottom: 5px;
}
.mt0
{
    margin-top: 0px;
}

.m0 { margin: 0px; }

.fullW
{
    width: 100%;
}

.halfW
{
    width: 50%;
}

.fortyEightW
{
    width: 48%;
}

.h100
{
    height: 100px;
}




/*-------------------------------button---------------------------------*/

.btnSmall
{
    font-size: 10px;
    padding: 0px;
}

/*-------------------------------display---------------------------------*/
.point
{
    cursor: pointer;
}

.small
{
    font-size: 10px;
}

.smaller
{
    font-size: 8px;
}

.f13
{
    font-size: 13px;
}

.f12
{
    font-size: 12px;
}

.medium
{
    font-size: 14px;
}

.large
{
    font-size: 18px;
}

.larger
{
    font-size: 22px;
}

.bold
{
    font-weight: bold;
}

.normal
{
    font-weight: normal;
    font-size: 12px;
}




	
