/*------------------------------------------
--  Reseting -------------------------------
------------------------------------------*/

html, body, div, object, 
h1, h2, h3, h4, h5, h6, p, ul, ol,
dl, dt, dd, blockquote, address,
img, sub, sup, small, big, abbr, acronym, 
form, fieldset, legend, label, input, 
del, ins, dfn, cite, code, var, samp, kbd,
table, caption, tbody, tfoot, thead, tr, th, td
{ 
	margin: 0; 
	padding: 0;
	border: 0; 
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent 
}
				  
:focus, :active	
{ 
	outline: 0 
}

html 			
{ 
	height: 100%; 
	font-size: 100.01% 
}
body 			
{ 
	height: 100%; 
	font-size: 62.5% 
}
form
{
	height: 100%; 
}	

/* Common
------------------------------------------*/

acronym, abbr 	
{ 
	cursor: help; 
	letter-spacing: 1px;
	border-bottom: 1px dashed 
}

ul, ol			
{ 
	margin-bottom: 15px 
}
ul 				
{ 
	list-style-type: square 
}
ol 				
{ 
	list-style-type: decimal 
}
li	 			
{ 
	margin: 0 0 0 15px 
}
li ul			
{ 
	margin-bottom: 0 
}

small 			
{ 
	font-size: 9px 
}
big 			
{ 
	font-size: 12px 
}
 
sup				
{ 
	font-size: 9px; 
	position: relative; 
	bottom: 3px 
}
sub				
{ 
	font-size: 9px; 
	position: relative; 
	bottom: -2px
}

legend			
{ 
	display: none 
}
label 			
{ 
	cursor: default 
}

table			
{ 
	border-collapse: collapse ;
}
table th		
{ 
	vertical-align: middle; 
	font-weight: bold 
}
table td,
table th		
{ 
	border:none; 
	padding: 2px 5px 
}

