/*
Title:      CSS Reset (Format all elements to the same base style)
Author:     Cristian Deschamps, cristian.deschamps@nurun.com
Updated:    3 Juillet 2007

Content:	Body
			Links
			Division and paragraph tags
			List
			Table
			Character tags
			Form tags
			Miscellaneous

*/


/* ---[ Body ]------------------------------- */
html { 	
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
body { 
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.15em;
	color: #bebebe;
	}


/* ---[ Default links ]---------------------------------------- */
a {
	color: #bebebe;
	text-decoration: none;
	}
a:link {
	color: #bebebe;
	text-decoration: none;
	}
a:visited {
	color: #bebebe;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	text-decoration: underline;
	}
a:active {
	color: #bebebe;
	text-decoration: none;
	}


/* ---[ Default division and paragraph tags ]---------------------------------- */
div {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	}

p {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 91%;
	line-height: 1.2em;
	}

h1 {
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	}
h2 {
	margin: 0.1em 0 0.25em 0;
	padding: 0;
	color: #fff;
	font-size: 250%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .125em;
	line-height: 1.2em;
	}
h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #fff;
	font-size: 150%;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 1.2em;
	}
h4 {
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #fff;
	font-size: 114%;
	font-weight: bold;
	line-height: 1.2em;
	}
h5 {
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.2em;
	text-transform: uppercase;
	}
h6 {
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.2em;
	text-transform: none;
	}
h1 span, 
h2 span, 
h3 span { 
	display:none
	}


/* ---[ Default list ]---------------------------------------- */
ul {
	position: relative;
	margin: 0 0 0.5em 1.35em;
	padding: 0;
	font-size: 90%;
	list-style-type: disc;
	}
ol {
	position: relative;
	margin: 0 0 0.5em 2.2em;
	padding: 0;
	font-size: 90%;
	}
li {
	position: relative;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.2em;
	}

	ul ul,
	ol ol,
	ul ol,
	ol ul,
	ul dl, ol dl,
	ul p, ol p  {
	    font-size: 100%;
	    }

dl {
	position: relative;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 90%;
	}	
dt {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.2em;
	}
dd {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.2em;
	}

	dl dl,
	dd p,
	dl ul, dl ol {
		font-size: 100%;
		}


/* ---[ Default table ]---------------------------------------- */
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border: 0;
	border-collapse: collapse;
	}
table th {
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	}
table td {
	vertical-align: top;
	}
table p {
    margin: 0 0 .5em 0;
    padding: 0;
    font-size: 100%;
    }
table ul, table ol {
    font-size: 100%;
    }


/* ---[ Default character tags ]---------------------------------------- */
big {
	font-size: 120%;
	}
small {
	font-size: 84%;
	}
code {
	color: #7B9905;
	font-size: 90%;
	line-height: 1.2em;
	text-align: left;
	}
code strong {
	color: #4E6200;
	}
abbr {
	font-style: normal;
	border-bottom: 1px dotted #bebebe;
	cursor: help;
	}
acronym {
	font-style: normal;
	border-bottom: none;
	cursor: help;
	}
em, i {
	font-style: italic;
	}
u {
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
strike, del {
	text-decoration: line-through;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.2em;
	font-style: normal;
	}
sup {
	font-size: 76%;
	}

blockquote {
	font-size: 90%;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
	padding: 0;
	}
blockquote cite {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-style: normal;
	line-height: 1.2em;
	}
blockquote p {
	font-size: 100%;
	margin: 0;
	padding: 0 0 0 12px;
	}	
	
/* ---[ Default form tags ]---------------------------------------- */
form {
	padding: 0;
	margin: 0;
	}

label {
	font-size: 90%;
	line-height: 1.2em;
	}
table label {
	font-size: 100%;
	}
p label {font-size: 100%; }
dt label { 
	font-size: 100%;
	font-weight: normal;
	}

fieldset {
	position: relative;
	margin: 0;
	}	
legend {
	color: #585858;
	font-weight: bold;
	}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border: 1px solid #808080;
	background-color: #c0c0c0;
	color: #000;
	}
table select {
	font-size: 100%;
	}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	padding: 1px;
	margin: 0;
	font-size: 90%;
	border: 1px solid #808080;
	background-color: #c0c0c0;
	color: #000;
	}
table textarea {
	font-size: 100%;
	}

input {
	width: auto;
	padding: 1px;
	margin: 0;
	font-size: 90%;
	border: 1px solid #808080;
	background-color: #c0c0c0;
	color: #000;
	}	
table input {
	font-size: 100%;
	}
input.checkbox, .checkbox input {
	width: auto !important;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-image: none;
	}
input.radio, .radio input {
	width: auto !important;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-image: none;
	}
input.image {
	width: auto !important;
	display: inline-block;
	padding: 0;
	margin: -1px 0 0 0;
	vertical-align: bottom;
	border: none;
	outline: none;
	}	
input.submit, 
input.reset, 
input.button,
button {
	width: auto !important;
	padding: 1px 5px;
	margin: .5em 0 0 0;
	font-size: 100%;
	border: 1px solid #808080;
	background-color: #000;
	background-image: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	}
/* event behavior */
input.submit:hover, 
input.reset:hover, 
input.button:hover,
button:hover {
	color: #ccc;
	}

/* ---[ Miscellaneous ]---------------------------------------- */
a img {
	border: none;
	}

