/**
 * @author Laurent Dit-Zedde, <laurent.ditzedde@goa.com>
 * @package admin-manager
 * @subpackage www-root.skin.orange.css
 * @version $Id: admin.css 816 2014-01-08 17:04:17Z lditzedde $
 */

/* RESET CSS */

html, body, div, span, pre, p, a, img, ul, li, ol, form, input, select, textarea, h1, h2, h3, fieldset, legend, label, table, tbody, thead, tfoot, tr, th, td
{
	margin:0px;
	padding:0px;
	outline:none;
}

html
{
	height:100%;
	font-size:100%;
	background:#888888;
	background:transparent url(../img/bg.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

body
{
	margin:auto;
	width:100%;
	height:100%;
	font-family:verdana;
	font-size:10px;
}

h1
{
	color:#555555;
	font-size:42px;
	border:0px solid black;
}

h2
{
	padding-top:5px;
	padding-bottom:10px;
	color:#555555;
	font-size:20px;
	text-align:center;
	text-shadow:1px 1px 0 white;
}

img
{
	border:none;
}

a
{
	color:black;
	text-decoration:none;
}

a:visited
{
	color:black;
}

a:hover
{
	color:#ff7700;
}

a:active
{
	color:#ff7700;
}

pre
{
	font-size:11px;
}

form
{
	position:relative;
}

input[type=text]
{
	-webkit-appearance:none;
}

input:-webkit-autofill
{
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea
{
	-webkit-appearance:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
}

select > option
{
	background:white;
}