/***AJAX***/
.waitImage {position:absolute; width:25px; height: 25px; padding:0px; margin: 5px; z-index:10000; background-color:#FFF; border:1px solid #000; background-image:url('/images/wait.gif'); background-position:center center; background-repeat:no-repeat;}
.waitShadow {position:absolute; z-index:9998; background-image:url('/images/ajaxshadow.gif'); border:0px solid #808080; background-color: #000000; }

/***TEXT***/
.t8 { font-size: 8px; }
.t9 { font-size: 9px; }
.t10 { font-size: 10px; }
.t11 { font-size: 11px; }
.t12 { font-size: 12px; }

/***PADDING***/
.p5 { padding: 5px; }

/***TABLE***/
.tCol {	border-collapse: collapse; }
.tP5 td { padding: 5px; }


/***BORDER***/
.bBlack { border: 1px solid #000000; }
.bRed { border: 1px solid #FF0000; }
.bGray { border: 1px solid #DCDCDC; }
.bBlue { border: 1px solid #6798C5; }

#search_form select { width: 250px; }

/***BACKGROUNDS***/
.bgGray ( background-color: #EEEEEE !important; )
.bgGrayLight ( background-color: #F2F2F2 !important; )
