@charset "utf-8";

html, body, div, span, applet, object, iframe, form, h1, h2, h3, h4, h5, h6, p, blockquote, a, a:link, a:visited, em, font, img, small, strike, samp, strong, sub, sup, ol, ul, li, label, table, caption, tbody, tfoot, thead, tr, th, td 
{ 
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-weight: inherit; 
	font-style: inherit;
	line-height: inherit;
	font-size: inherit;
	font-family: inherit; 
	vertical-align: baseline;
} 

:focus { outline: 0; }

body
{
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: black; 
	background: white; 
}

table
{ 
	border-collapse: collapse; 
	border-spacing: 0; 
}
 
caption, th, td
{ 
	text-align: left; 
	font-weight: normal; 
}

/* ---------------------------------------------------------------------------------------------- */
/* -------------------------------------- STANDARD CLASSES -------------------------------------- */

.clear 					{ clear: both; line-height: 1px; height: 1px; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix				{ display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix 		{ height: 1%; }
.clearfix 				{ display: block; }
/* End hide from IE-mac */

.fl_left 				{ float: left; }
.fl_right 				{ float: right; padding: 25px 0;}

.hide					{ display: none; }
.show					{ display: block; }

.top					{ clear: both; margin: 5px 0; text-align: right; font-size: 10px; }

.noborder	{ border: none !important; }