@charset "utf-8";


* {
	margin:0;
   padding:0;
	border: 0px;
}
/* Global resets */

html, body {
  width:100%;
  height:100%;
}

body {
	font-size: 75%;	
	font-family: Arial, Helvetica, sans-serif;	
	padding: 0px;
	position: relative;	
	color: #000;
	line-height: 1.2em;
}

a {
	
}
	a:hover{
		text-decoration: none;
	}
	a img {
		border: 0px;
	}

form {
	margin: 0px;
	padding: 0px;
}



input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #e3e9ef;
}

p {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}
blockquote{
	background: #fcf4ef;
	padding: 20px;
	padding-bottom: 10px;
	margin-bottom: 12px;
	font-style: italic;
}
/* - Global resets */


/* + Common classes */

.error {
	color: #ff0000;	
}

.no-margin {
	margin: 0px;
}

.no-padding {
	padding: 0px;	
}

.no-float {
	overflow: hidden;	
}

.clear{
	clear: both;	
}

.pseudo-link {
	border-bottom: 1px dashed #0000CC;
	text-decoration: none;
}

body.h-centered {
	margin: 0px auto 0px auto;
	position: relative;
}
body.h-stretched {
	margin: 0px;
}
body.v-stretched {
	min-height: 100%;
	position: relative;
}

div.hr {
	font-size: 1px;
	height: 1px;
	margin: 10px 0px 10px 0px;
	line-height: 1px;
}
input.text, textarea.text, button.text, select.text{
	padding: 2px;
	border: 1px solid #ρρρ;
	margin: 3px 0px;
}
input.text {
}

input.submit {
}
table td{
	vertical-align: top;
	padding: 5px;
}
table.visible th{
	border: none;
	color: #8096a6;
	padding: 4px;
}
	table.visible td{
		padding: 4px;
	}
table.visible tr.blue{
	background: #f5f7f8;
}
table.reset {
	border: 0px;
	border-collapse: collapse;
}
	table.reset td,
	table.reset th {
		padding: 0px;
	}
ul{
	list-style: square outside;
	padding-left: 15px;
}
	ul li{
		padding-bottom: 4px;
	}
	ol{
		list-style: decimal inside;
	}
	ol li{
		padding-left: 10px;
		padding-bottom: 4px;
	}
ul.news,
ul.menu, ul.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	ul.news li,
	ul.menu li {
		margin: 0px;
		padding: 0px;
	}
	
ul.tiles {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
	ul.tiles li {
		margin: 0px;	
	}

ul.reset {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	ul.reset li {
		margin: 0px;
		padding: 0px;
	}

/* - Common classes */


