
/*******************************************************************************************/
/* DEFAULT */
/*******************************************************************************************/
* {
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	font:normal 12px Arial,Verdana,sans-serif;
}
:focus {outline:0;}
html {height:100%;}
body * {}
body {
	height:80%;
	font-size:72.5%;
	line-height:1.1em;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, ol, ul {margin:0;}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
td {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
blockquote {margin-left:20px;}
b, strong {font-weight:bold;}
a {
	text-decoration:underline;
	cursor:pointer;
}
a:hover {
	text-decoration:none;
	cursor:pointer;
}
input, textarea, select {
	font-size:1.1em;
}
input, textarea {
	padding:1px 5px;
	margin-right:10px;
}
select {z-index:1;}
p {margin-bottom:10px;}
option {padding:1px 3px 0 3px;}
button, submit {cursor:pointer;}

.nowrap {white-space:nowrap;}
.justify {text-align:justify;}
.clear {clear:both;}

#admin_link {
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:0;
	padding:20px 0 0 0;
	display:block;
	overflow:hidden;
	cursor:default;
}



