/* CSS Document */

body{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #575928;
	margin: 0px;
	padding: 0px;
}

/************** header tag styles **************/

h1{
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #5c5835;
	margin: 0px;
	padding: 0px;
}

h2{
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

h3{
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h4{
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

/*************** list tag styles ***************/

ul {
	list-style-image: url('images/puce.gif');	list-style-type: disc; 
}
li {
	padding: 2px;
}
ul li {
	padding: 2px;
}

ul ul {
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

.email {
  font-size: 12px;
  color: #575928;
}

.contact {
  font-size: 11px;
  color: #575928;
}


.representant {
  font-size: 11px;
  color: #575928;
  /* text-decoration: underline; */
}
/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #334d55;
}
				
.copyright {
	font: 11px tahoma;
	color: #FFFFFF;
}

.white {
	color: #FFFFFF;
}

.field_title {
	background: url(images/1dot.gif) repeat-x bottom;
	color: #000000;
	width: 150px;
}

.small_field_title {
	background: url(images/1dot.gif) repeat-x bottom;
	color: #000000;
	width: 80px;
}

.field {
	width: 100%;
	height: 18px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.field_error {
	color: #800000;
}

.form_error {
	color: #990000;
	font-weight: bold;
}

.required {
  width: 10px;
	color: red;
}

.required_or {
  width: 10px;
	color: green;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited, a:active, a:hover{
	color: #7f7b56;
}


a.mainPage:link, a.mainPage:visited, a.mainPage:active, a.mainPage:hover {
	color: #5c5835;
	text-decoration:none;
}

a.language, a.language:visited, a.language:hover {
	color: #7f7b56;
	font-weight: bold;
	text-decoration: none;
}

.menu, a.menu, a.menu:visited {
	font-size:	11px;
	color: #FFFFFF;
	text-decoration: none;		
}

a.menu:hover {
	text-decoration: underline;
}


.small_button {
	font-size: 9px;
	color: #000000;
	text-align: center;
	background-image: url(images/button.gif);
	background-repeat: repeat-x;
	border: 1px solid #326BC0;

	height: 19px;
	padding: 2px;
	text-align: center;	
	text-decoration:none;
}

a.button {
	font-size: 10px;
	color: #000000;
	text-align: center;
	background-image: url(images/button.gif);
	background-repeat: repeat-x;
	border: 1px solid #326BC0;

	height: 22px;
	width: 130px;
	padding: 4px;
	text-align: center;	
	text-decoration:none;
}

/**************** Other ***************/
img {
	border: none;
}

td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.display_table 			{	border-collapse: collapse;	clear: both;	}
.display_table thead th {	
	background-color: #E6E6E6;
	border-width: 1px;	
	border-top-color: #FFFFFF;	
	border-bottom-color: #C1C1C1;	
	border-left-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-style: solid;
	height: 23px;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.display_table thead th .sort_by {
	background-color: #999999;
	border-width: 1px;
	border-top-color: #FFFFFF;
	border-bottom-color: #C1C1C1;
	border-left-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-style: solid;
	height: 23px;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.display_table tbody td {
	background-color: #F0F1F1;
	border-width: 1px;
	border-top-color: #FFFFFF;	
	border-bottom-color: #C1C1C1;	
	border-left-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-style: solid;
	padding: 2px;
	font-size: 11px;
	color: #000000;
}

.display_table thead th a, .display_table thead th .sort_by a {	
	font-size: 11px;
	color: #000000;	
	text-decoration: none;
	font-weight: bold;
}

.display_table tr.mouseOver td {
	background-color: #E6E6E6;
	cursor: pointer;
}

.debug  { 
	font-size: 11px; 
	color: #465584; 
}
