/*
	File:	main.css
	
	This is a liquid layout with 2 columns: One for navigation and one for content
	
	Since the width and height for the content is not a fix-size (the table
	changes in function of the number of images available), the liquid layout
	with 'em' is preferred here.
	
	Author: gilles.celli@ecgs.lu
	Version: 2009.05.25
	
*/

table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: center;
  font-size: 1.3em;
{

    
}
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  text-align: center;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}




#loginPage {
	width: 300px;	
	margin: 10px auto;
	color: #39f;
}

#loginPage h3 {
	font-size: 16px;
	font-weight: bold;
	color: #DAA520;
}


#login {
	background-color: #DAA520;
	padding: 5px;
	border: 1px solid #aaa;
	font-family: Verdana;
	font-size: 14px;
	text-align: right;
	color: #fff;
}


#sessionExpired {
	margin: 10px auto;
	width: 300px;
	
}

#sessionExpired h4 {
	color: red;
}

p.loginError {
	font-size: 12px;
	font-weight: bold;
	width: 300px;	
	margin: 10px auto;
	color: red;
}

