/*******************************************************************************
*
* Compagny    : Jurasoft SA                              Copyright 2003-2008 (C) 
*
* Project     : HSFGallery
*
* Author(s)   : Philippe Docourt
*
* Date        : 8 juillet 2008
*
*******************************************************************************/

/********************************************************/
/* General styling */
* {
	margin:0;
	padding:0;
	border:none;
}

body {
	background-color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 76.1%;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: .8em;
}

h1 {
	color:	#203466;
}

input {
}

/********************************************************/
/* Div styling */
div {
	margin-bottom: 15px;
}

#menu {
	margin-top: 40px;
	clear: both;
}

#viewport {
	margin: 10px;
}

#general_hsf_table {
/*	float: left;
	width: 300px;
	clear: left;*/
}

#customer_hsf_table {
/*	float: left;
	width: 300px;
	clear: right;*/
}

div.copyright {
	font-style:italic;
	font-weight:bold;
}

/********************************************************/
/* Form styling */
form {	
	margin-top:5px;
}

/********************************************************/
/* Table styling */

th {
	font-size: 1em;
	padding: 10px;
}
th.file-name, td.file-name {
	text-align: left;
}
th.file-size, td.file-size {
	text-align: right;
}

td {
	padding: 10px;
}

td.dir {
	padding-left: 42px;
	background: url('../images/dir.gif') no-repeat 5px;
}
td.file {
	padding-left: 42px;
	background: url('../images/animation.gif') no-repeat 5px;
}

caption {
	font-size: 1.2em;
	font-style:italic;
	font-weight:bold;
}

/********************************************************/
/* Paragraph styling */
p 
{
	margin-bottom: .8em;
}
p.help {
	font-style: italic;
}
p.error {
	font-weight: bold;
	color:Red;
}
