/*
 * Urban locker - CLEAR
 *
 * @author Christophe Porteneuve <christophe@ciblo.net>
 * @author Julien Vignolles <julien@ciblo.net>
 * @author Thomas Lecavelier <thomas@ciblo.net>
 * @author Gregory Jaklimovitch <gregory@ciblo.net>
 * @legals © 2008-2009 Ciblo SA.
 */

* { margin: 0; padding: 0; }

body {
	font: normal 10px Arial, Verdana, Helvetica, sans-serif;
	color: black; background: #b6b6b6 url(../images/bg_body.jpg) center top repeat-x;
}
img { font-size: 10px; border: none; vertical-align: middle; }

/* titles */
h1 { font: bold 18px Arial, Verdana, Helvetica, sans-serif; }
h2 { font: bold 15px Arial, Verdana, Helvetica, sans-serif; }
h3 { font: bold 12px Arial, Verdana, Helvetica, sans-serif; } 

/* list-Links */
ul, ol { list-style-type: none; }
a { text-decoration: none; cursor: pointer; color: black; }
a:hover { text-decoration: underline; }

/* forms */
input, select, textarea, option { font-size: 11px; }
input, select, textarea {
	vertical-align: middle; background: white; color: black;
	border: 1px solid #ccc;
}
input:focus, select:focus, textarea:focus { background-color: #feb; border-color: #888; }

/* table */
table { border-collapse: collapse; } 

/* classes */
.clear { clear: both; height: 0; font-size: 1px; line-height: 1px; }
/* hack Ie */ .noClear { *display: none; }
.indentText { text-indent: -9000px; overflow: hidden; }

