
/****************************** Common ******************************/

img			{ border: 0px; }
a			{ color: blue; text-decoration: none; }
a:hover 	{ text-decoration: underline; }
a:visited	{ color: blue;  }
form		{ display: inline; }
.right		{ float: right; }
.left		{ float: left; }
table th	{ text-align: center; }

/****************************** Clear Fix ******************************/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
br.breaker { display:block; clear:both; line-height:0 font-size:0; height:0; visibility:hidden; }

/****************************** Float Fix ******************************/

.floatclear { display:inline-block; width:100%; }

/* Hide from IE-mac \*/
* html .floatclear { height:1%; width:auto; }
.floatclear { display:table; }
/* End hide from IE-mac */
