body {
	font-family : Tahoma,arial,helvaetica;
	margin: 0px;
	margin-right:10px;
	background-image: url(iconos/topbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#top {
	border-bottom :solid 1px #5B95EC;
	background-color: #FFFFFF;
}
#menu {
}
#menu a{
	color:#5B95EC;
}
#menu a:hover{
	color:#5B95EC;
	text-decoration:none;
}
#menu a:visited{
	color:#5B95EC;
}
#main {
	border:solid 1px #cccccc;
}

input, select, textarea {
	font-family: Tahoma,arial,helvaetica;
	font-size: 12px;
}

h1{
	color: #000000;
	margin-top:15px;
	margin-bottom:20px;
	font-size:18px;
	font-weight: normal;
}
h2{
	color: #000000;
	margin-top:10px;
	margin-bottom:5px;
	font-size:8pt;
	font-weight:bold;
	border-bottom: solid 1px #5B95EC;
	width:100%;
}
p{
	font-size:8pt;
	margin-top:3px;
	margin-bottom:3px;
}
th {
	font-size:8pt;
}
td {
	font-size:8pt;
}
a{
	color:#5B95EC;
}
a:hover{
	color:#5B95EC;
	text-decoration:none;
}
a:visited{
	color:#5B95EC;
}

.history{
	color: #000000;
	margin-top:0px;
	margin-bottom:5px;
	font-size:8pt;
}
.history a{
	color: #000000;
}
.history a:hover{
	color: #000000;
	text-decoration:none;
	
}
.history a:visited{
	color: #000000;
}
.actions{
	
}
.actions td{
	color: #000000;
	text-decoration:none;
	font-size:11px;
	text-align:left;
	width:70px;
}
.list th{
	font-weight:normal;
	text-align:left;
	font-size:8pt;
	padding-right:10px;
	background-color:#c8d5f7;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:center;
}
.list td{
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:top;
}
.list a{
	color:#5B95EC;
}
.list a:hover{
	color:#5B95EC;
	text-decoration:none;
}
.list a:visited{
	color:#5B95EC;
}
.list input {
	font-size:10px;
}
.list select {
	font-size:10px;
}
.listodd {
	background-color:#ffffff;
}
.listeven {
	background-color:#f3f5fd;
}
.listbottom {
	background-color:#ffffff;
	height:30px;
	vertical-align:center;
}
.listtotal{
	background-color:#ffffff;
	height:30px;
	vertical-align:center;
	border-top:solid 1px #c8d5f7;
	border-bottom:double #c8d5f7;
}

.actions td{
     vertical-align:top;
}

.form {
	
}
.form td {
	font-size:11px;
	vertical-align: top;
	padding: 3px;
}
.form th {
	font-size:11px;
	border-bottom: solid 1px #cccccc;
	vertical-align: top;
	text-align:left;
	padding: 3px;
	padding-top:10px;
	padding-bottom:5px;
}
.formbottom{
	text-align:right;
}
.formmessages{
	height:50px;
	vertical-align:top;
}
.formbtn {
	width:100%;
}
.formbtn td {
	text-align:left;
}
.button{
	width:100px;
	height:20px;
}

.error {
	color: #FF0000;
	font-weight:normal;
}

.tree a{
	color:#000000;
	text-decoration:none;
}
.tree a:hover{
	color:#000000;
	text-decoration:none;
}
.tree a:visited{
	color:#000000;
	text-decoration:none;
}

.eventfree{
	background-color:#00FF00;
}
.eventreserved{
	background-color:#FF9966;
}
.eventsold{
	background-color:#FF0000;
}

/* Gestionnaire de fichier */

.explorer_folder2 {
	color: #000000;
	text-decoration: none;		
	background-image: url(../../iconos/16x16/folder.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	padding: 0 0 2px 20px;	
	background-color:transparent;
}
#loading {
        border: 1px solid #333;
        color: #000000;
        left: 30%;
        padding: 10px;
        position: fixed;
        right: 30%;
        text-align: left;
        top: 20%;
        width: 20%;
}
.explorer a{
		text-decoration:none;
		color:#000000;
		padding-left:2px;
		padding-right:2px;
}
.explorer_selected{
		display:block;
		background-color:#003366;
		color:#FFFFFF;
		padding-left:2px;
		padding-right:2px;
}
.explorer_unselected{
		background-color:#FFFFFF;
		color:#0000000;
		padding-left:2px;
		padding-right:2px;
}
.explorer_input {
		border:solid 1px #cccccc;
		fonct-size: 10px;
		
}
.errormsg{
          color: #C4432A;
          font-weight: bold;
          margin-bottom:5px;
}
