/* AUTHOR: DESI ARAGON / DESI@TORZO.COM / ICQ: 432052672 */

@charset "UTF-8";
/* CSS Document */

img { border: 0px; }
a img { border: none; }
/* fix outlines in ff */
a { outline: none; }
a:focus { -moz-outline-style: none; }




/* GENERAL SITE WIDE BODY CONTENT STYLES */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
body {
	margin: 0px;	
}
.clearBoth {
	clear: both;
}


/* MODIFICATIONS TO THICKBOX. GLOBAL HAS TO COME AFTER THICKBOX.CSS */

#TB_window  {
	background-color: #202020;
	border: none;
}
#TB_closeAjaxWindow{
	padding: 0;
	overflow: hidden;
	background: #202020 url(images/thickbox-close.png) no-repeat;
	width: 78px;
	height: 37px;
	text-indent: -999;
}

a#TB_closeWindowButton {
	display: block;
	width: 79px;
	height: 37px;
	text-indent: -999px;
	text-align: left;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
