/* AUTHOR: DESI ARAGON / DESI@SEEKIO.COM / ICQ: 432052672 */

@charset "UTF-8";
/* CSS Document */


/* Transparent PNG FIX for HTML - IMAGES MUST BE INSIDE A DIV TAG FOR THIS TO WORK - DEPENDANT ON BLANK.GIF FILE */
img {
	border: 0px;
}


/* GENERAL SITE WIDE BODY CONTENT STYLES */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #626262;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: underline;
	color: #DD429A;
}
#textfield {
	vertical-align: middle;
}
select {
	vertical-align: middle;
}
form {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}





/* APPLY THIS TO ANY NON-TEXT ELEMENT TO V-ALIGN TO TEXT */
.vAlignMid {
	vertical-align: middle;
}

/* APPLY THIS TO RESET DIVS */
.clearBoth {
	clear: both;
}

/* USE THIS TO MAKE TEXT BOLD */
.txtBold {
	font-weight: bold;
}

/* USE THIS TO MAKE TEXT NORMAL */
.normalTxt {
	font-weight: normal;
}

/* USE THIS TO MAKE TEXT ALIGN RIGHT */
.txtAlignRight {
	text-align: right;
}



/* USE THIS TO ALIGN RIGHT */
.alignRight {
	float: right;
}

/* USE THIS TO ALIGN LEFT */
.alignLeft {
	float: left;
}

/* NOTES STYLES FOR PROGRAMMERS */
.notes {
	font-weight: normal;
	color: #FF0000;
	font-size: 12px;
}


/* APPLIES TO SMALL MOUSEOVER BUTTONS (93 x 20 pixels) */
.mouseOverBody {
	margin: 5px 0px;
	padding: 0px;
}


/* CREATES A DOTTED HORIZONTAL DIVIDER LINE */
.dottedLineDivider {
	background: url(bg-body-dottedline.gif) repeat-x left center;
	height: 14px;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: both;
}


/* CREATES A CONTAINER FOR SOLID HORIZONTAL DIVIDER LINE */
.solidLineDivider {
	margin: 0px 0px 10px;
	padding: 0px;
	height: 2px;
	width: 100%;
}



.thumbnails .spacer {
	float: left;
	width: 10px;
}


.outline {
	border: 1px solid #999999;
}
