html {
	padding: 0;
	margin: 0;
	text-align: center; /* Special IE */
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #dce9ff;
}

.connexion {
	clear: both;
	position: absolute;
	left: 50%; 
	top: 40%;
	width: 400px;
	height: 255px;
	margin-top: 100	px;
	margin-left: -200px;
	background-image: url(img/bg_connexion.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	}
.connexion .login {
	width: 98%;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}
	
.fond {
	width: 100%;
	height: 122px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(img/bg_site.png);
	background-repeat: repeat-x;
	text-align: center; /* Special IE */
}

.site {
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.banniere {
	width: 100%;
	height: 122px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(img/logo_header.png);
	background-repeat: no-repeat;
}


.quick_access {
	float: left;
	width: auto;
	height: 40px;
	margin-top: 40px;
	margin-left: 350px;
	_margin-left: 175px; /* Special IE 6 et - */
}
	.quick_access select {
		width: 195px;
		color: #0066ff;
		border: 1px solid #0066ff;
	}

.info {
	width: auto;
	height: auto;
	margin-top: 15px;
	_margin-right: 7px; /* Special IE 6 et - */
	float: right;
	text-align: center;
	color: #0066ff;
	/* border: 1px solid #dce9ff; */
	}
	.info a {
		font-weight: bold;
		color: #fff;
		font-size: 11px;
		text-decoration: none;
	}
	.info a:hover {
		font-weight: bold;
		color: #fff;
		font-size: 11px;
		text-decoration: underline;
	}
	
.menu_fond {
	width: 100%;
	height: auto;	/* 45px; */
	float: left;
	margin-top: 1px;
	}
.menu {
	width: 940px;
	float: left;
	height: auto;	/* 41px; */
	text-align: center;
	}
	
.onglet {
	width: 175px;
	height: 20px;
	float: left;
	margin-left: 20px;
	margin-right: -10px;
	_margin-left: 10px; /* Special IE 6 et - */
	_margin-right: -5px; /* Special IE 6 et - */
	background-image: url(img/onglet_menu-roll.png);
	background-repeat: no-repeat;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	}
	.onglet  a {
		font-weight: bold; 
		color: #000; 
		text-decoration: none;
	}
	.onglet  a:hover {
		font-weight: bold; 
		color: #000; 
		text-decoration: none;
	}
	.onglet_selected {
		background-image: url(img/onglet_menu.png);
	}
	
.sous_menu {
	width: 100%;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	float: left;
	padding-left: 15px;
	font-size: 11px;
	text-align: left;
	color: #0066ff;
	}
	
	.sous_menu a {
		font-weight: normal;
		color: #000; 
		text-decoration: none;
	}

	.sous_menu a:hover {
		font-weight: normal;
		color: #000;
		text-decoration: underline;
	}
	.sous_menu .selected, .sous_menu a:hover.selected  {
		color: #0066FF;
		font-weight: bold;
		text-decoration: none;
	}

/* ----------------------- /HEADER  -----------------------  */
.footer {
	width: 100%;
	height: auto;
	margin-top: 10px;
	float: left;
	color: #0066ff;
	font-size: 10px;
}
	.footer a {
		color: #0066ff;
		font-weight: normal;
		text-decoration: none;
	}
	.footer a:hover {
		color: #ff9900;
		font-weight: normal;
		text-decoration: underline;
	}

h1 {
	margin-top: 15px;
	color: #0066ff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: #0066ff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: #0066ff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 5px;
}

h4 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 5px;
	margin-left: 0;
}

a {
	color: #0066ff;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
}

hr {
	width: 95%;
	margin: 10px auto 10px auto; /* margin-top, margin-right, margin-bottom, margin-left  */
	color: #0066ff;
	background-color: #0066ff;
	background-image: url(img/bg_table_default_tr.png);
	background-repeat: no-repeat;
	height: 1px;
	border: 0;
}


table {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	text-align: center;
	/* border-spacing: 0; => cellspacing="1" */
	/* border-collapse: separate; collapse; */
}

img {
	border: 0;
	vertical-align: middle;
}

form {
	margin: 0;
	padding: 0;
}

.contenu {
	width: 100%;
	height: auto;
	float: left;
	background-color: #fff;
	/* margin-top: 10px; */
	margin-bottom: 10px;
	padding: 0;
	border: 1px solid #d2e4ff;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	-moz-box-shadow: 0px 2px 5px #697280;
	-webkit-box-shadow: 0px 2px 5px #697280;
	box-shadow: 0px 2px 5px #697280;
}

/* ----------------------- CADRE INFORMATIONS  -----------------------  */
.infos {
	width: 96%;
	font-style: normal;
	margin: 10px auto 10px auto;
	border: 2px solid #0066ff;
	padding: 5px;
	text-align: justify;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	.infos img {
		vertical-align: middle;
		margin-right: 10px;
	}
	.infos h3 {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.infos h4 {
		margin-top: 10px;
		margin-bottom: 10px;
		color: #0066ff;
		font-size: 12px;
	}
	.infos ul {
		color: #0066ff;
		margin-top: 0;
		margin-bottom: 10px;
	}
/* ----------------------- /CADRE INFORMATIONS  -----------------------  */

.attention {
	width: 96%;
	margin: 0 auto 10px auto;
	padding: 5px;
	border: 2px solid #4f525b;
	background-color: #a6acbc;
	text-align: center;
	color: #4f525b;
	font-size: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.std {
	float: left;
	width: 96%;
	margin: 10px 2% 10px 2%;
	padding: 0 0 10px 0;
	border: 1px solid #bdd7ff;
	background-color: #fff;
	text-align: center;
	background-image: url(img/bg_default.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	box-shadow: 0px 2px 5px #697280;
	-moz-box-shadow: 0px 2px 5px #697280;
	-webkit-box-shadow: 0px 2px 5px #697280;
}
	.std h2 {
		width: 100%;
		min-height: 25px;
		margin: 0 0 10px 0;
		background-image: url(img/bg_table_default_tr.png);
		background-position: bottom left;
		background-repeat: repeat-x;
		background-color: #bdd7ff;
		color: #fff;
		font-family: georgia, utopia, palatino, serif;
		font-size: 14px;
		font-weight: bold;
		text-transform: capitalize;
		line-height: 25px;
		vertical-align: middle;
	}

/* .table_default {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 15px;
	background-image: url(img/bg_default.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #bdd7ff;
	-moz-box-shadow: 0px 2px 5px #697280;
	-webkit-box-shadow: 0px 2px 5px #697280;
	box-shadow: 0px 2px 5px #697280;
	}
.table_default th {
	height: 25px;
	background-image: url(img/bg_table_default_tr.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #bdd7ff;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	font-family: georgia, utopia, palatino, serif;
	}
.table_default td {
	padding: 3px;
	} */

.ligne_paire {
	background-color: #E5EFFF;
}
/* ----------------------- ACCUEIL -----------------------  */
.home {
	width: 31%;
	float: left;
	margin: 1%;
}
	/* .home table {
		border-left: 1px solid #bdd7ff;
		border-top: 1px solid #bdd7ff;
		border-right: 2px solid #91b2e7;
		border-bottom: 2px solid #91b2e7;
		text-align: right;
	}
	.home .th {
		height: 25px;
		background-color: #bdd7ff;
		text-align: center;
	} */

.news {
	width: 96%;
	margin: 0 auto 10px auto;
	text-align: justify;
	background-color: #e4f3ff;
	border: 2px solid #93b5d0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}	
	.news .titre {
		font-size: 14px;
		color: #93b5d0;
		font-weight: bold;
	}	
	.news .date {
		font-size: 13px;
		color: #93b5d0;
		font-weight: bold;
		text-align: right;
	}
	
.incident {
	width: 96%;
	margin: 0 auto 10px auto;
	padding: 5px;
	text-align: justify;
	background-color: #f2c4b3;
	border: 2px solid #eb4b13; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	.incident .titre {
		font-size: 15px;
		color: #eb4b13;
		font-weight: bold;
	}
	.incident .date {
		font-size: 13px;
		color: #eb4b13;
		font-weight: bold;
		text-align: right;
	}

.maintenance {
	width: 96%;
	margin: 0 auto 10px auto;
	padding: 5px;
	text-align: justify;
	background-color: #fedea6;
	border: 2px solid #ffa100;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	.maintenance .titre {
		font-size: 15px;
		color: #ffa100;
		font-weight: bold;
	}
	.maintenance .date {
		font-size: 13px;
		color: #ffa100;
		font-weight: bold;
		text-align: right;
	}
/* ----------------------- /ACCUEIL -----------------------  */


.close {
	float: right;
	margin-top: 2px;
	margin-right: 10px;
	right: 0;
	cursor: pointer;
	}
	
.status {
	width: 100%;
	height: auto;
	float: left;
	border-top: 2px solid #fcf68f;
	border-bottom: 2px solid #fcf68f;
	background-color: #f9fbbe;
	text-align: center;
	overflow: visible;
	}

	
.select {
	width: auto;
	margin-left: 10px; 
	margin-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}

.common {
	width: 98%;
	margin: 10px auto 10px auto;
	text-align: justify;
}

.tip td {
	width: 15px;
}
.tip img {
	border: 0;
	vertical-align: middle;
	cursor: help;
}
.disabled {
	color: #a0a0a0;
}

.ok {
	color: #00aa00;
}
.ko {
	color: #aa0000;
}

.transfer_dns {
	color: #0066ff;
	font-weight: bold;
}

/* ----------------------- CONTACT -----------------------  */
.formu {
	color: #0066ff;
}
	.formu input {
		border: 1px solid #0066ff;
		color: #0066ff;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 0;
	}
	.formu select {
		border: 1px solid #0066ff;
		background-color: #FFF;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
		color: #0066ff;
		margin: 0;
		padding: 0;
	}
	.formu textarea {
		border: 1px solid #0066ff;
		background-color: #FFF;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
		color: #0066ff;
		font-size: 12px;
		margin: 0;
		overflow: auto;
	}
	.formu strong {
		color: red;
		font-size: 7px;
	}
	.formu td {
		padding: 2px;
		text-align: left;
	}
	.formu .focus {
		border: 1px solid #ff9900;
		background-color: #ffefd6;
		color: #0066ff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 0;
	}
	.formu .normal {
		border: 1px solid #0066ff;
		background-color: #FFF;
		color: #0066ff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 0;
	}
	.formu .bouton {
		cursor: pointer;
		font-weight: bold;
		border-top: 1px solid #bdd7ff;
		border-right: 2px solid #91b2e7;
		border-bottom: 2px solid #91b2e7;
		border-left: 2px solid #91b2e7;
		/* height: 25px;
		line-height: 25px;
		vertical-align: middle; */
		background-image: url(img/bg_table_default_tr.png);
		background-repeat: repeat-x;
		color: #FFF;
	}
	.formu .bouton:hover {
		color: #0066ff;
	}
	.formu .rule {
		border: 1px solid #666;
		background-color: #fff;
		color: #ccc;
		font-style: italic;
	}
	.formu .radio {
		border: 0;
		vertical-align: middle;
	}
	
	/* .formu fieldset {
		font-style: normal;
		border: 2px solid #648aad;
		padding: 5px;
		clear: both;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.formu legend {
		color: #7A7A7A;
		padding: 3px;
		clear: both;
		margin: 0;
	} */
/* ----------------------- /CONTACT -----------------------  */

/* ----------------------- PRESTATIONS -----------------------  */
.prestations {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}	

.product_show {
	width: 100%;
	cursor: pointer;
	margin: 0;
	padding: 0;
	clear: both;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
	.product_show h3 {
		font-size: 15px;
		margin: 0;
		padding: 0;
		text-align: center;
		text-transform: capitalize;
	}

.product_hide {
	width: 100%;
	background-color: #fff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.product_parent {
	width: 100%;
	clear: both;
}
.product_child {
	width: 90%;
	float: right;
	border-left: 1px solid #666;
	margin-bottom: 30px;
}
	.product_parent h3, .product_child h3 {
		font-size: 14px;
		margin: 0;
		padding: 0;
		text-align: center;
		text-transform: capitalize;
	}
	
	.product_parent h4, .product_child h4 {
		clear: both;
		width: 100%;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		font-size: 13px;
		margin: 30px 0 20px 0;	/* top right bottom left */
		text-align: center;
		color: #50525a;
		background-color: #a6acbc;
	}
	
.table_prest {
	width: 100%;
	border-spacing: 0; /* => cellspacing="0" */
	border-collapse: collapse; /* separate */
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}
	.table_prest th {
		background-color: #666;
		font-size: 13px;
		color: #fff;
		font-weight: bold;
	}
	.table_prest td {
		background-color: #dee4f0;
		text-align: center;
		font-size: 13px;
	} 

/* .table_fact {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
	.table_fact th {
		width: auto;
		height: 25px;
		text-align: center;
		background-image: none;
		background-color: #596980;
		color: #FFF;
		font-weight: bold;
		font-size: 13px;
	}
	.table_fact td {
		text-align: center;
	}
 */
.table_default {
	width: 95%;
	margin: 10px auto 10px auto;
	border-spacing: 4px;
	border-collapse: separate;
	text-align: center;
}
	.table_default th {
		width: auto;
		height: 25px;
		text-align: center;
		background-image: none;
		background-color: #596980;
		color: #FFF;
		font-size: 13px;
		font-weight: bold;
		text-transform: capitalize;
		border: 0;
	}
	.table_default td {	
		text-align: center;
		font-size: 12px;
	}


/* ----------------------- /PRESTATIONS -----------------------  */

/* ----------------------- FACTURE -----------------------  */
.facture {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background: #fff;
	padding: 0;
	border: 1px solid #50525a;
	text-align: center;
}
.facture_contenu {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.facture_logo {
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.bandeau {
	width: 100%;
	margin-bottom: 20px;
	color:  #0066ff;
	font-size: 15px;
}
.cote_gauche {
	width: 64%;
	height: auto;
	float: left;
	}
	
.table_1 {
	width: 100%;
	height: auto;
	text-align: center;
	}

.etat {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}

.duedate {
	width: 100%;
	height: auto;
	clear: both;
	margin-top: 20px;
	text-align: center;
	}
	
.customer_address {
	width: 32%;
	text-align: center;
	border: 1px dashed #50525a;
	padding: 10px;
	float: right;
	margin-bottom: 10px;
	}
	
.table_commande {
	width: 100%;
	height: auto;
	}
	.table_commande td {
		border-bottom: 1px solid #50525a;
		text-align: right;
		}
		
	.table_commande_tr_first td {
		background-color: #50525a;
		text-align: center;
		color: #fff;
		}
		
.border_table_commande {
	width: 98%;
	height: auto;
	clear: both;
	margin-top: 20px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px dashed #50525a;
	}
	
.mention {
	width:98%;
	height: auto;
	clear: both;
	margin-top: 20px;
	text-align: center;
	}

.impr {
	width: 98%;
	height: auto;
	margin-top: 20px;
	text-align: center;
	}

	.impr img {
		border: 0;
		}
	
.footer_facture {
	width: 98%;
	height: auto;
	margin-top: 20px;
	text-align: center;
	font-size: 10px;
	margin-bottom: 10px;
}
/* ----------------------- /FACTURE -----------------------  */ 


/* ----------------------- TICKET -----------------------  */
.ticket {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	}
	
.sujet {
	width: 60%;
	height: 14px;
	float: left;
	background-color: #02518e;
	padding: 3px;
	color: #FFF;
	}
	
.ticket_id {
	width: 38%;
	height: 14px;
	float: left;
	background-color: #c7ebff;
	padding: 3px;
	}
	.ticket_id b {
		color: blue;
		}
	
.customer_id {
	width: 38%;
	height: 14px;
	float: left;
	background-color: #e5f6ff;
	padding: 3px;
	}
	.customer_id b {
		color: blue;
		}
	
.creation_date {
	width: 38%;
	height: 14px;
	float: left;
	background-color: #c7ebff;
	padding: 3px;
	text-align: center;
	}

.message_supporter {
	width: 90%;
	margin: 10px auto;
	height: auto;
	border: 2px solid #50525b;
	}

.message_client {
	width: 90%;
	margin: 10px auto;
	height: auto;
	border: 2px solid #0066ff;
	
	}
	
.id_author_date_time_supporter {
	width: 100%;
	line-height: 20px;
	float: left;
	vertical-align: middle;
	color: #fff;
	background-color: #50525b;
	margin-bottom: 5px;
	text-align: left;
	}

.id_author_date_time_client {
	width: 100%;
	line-height: 20px;
	float: left;
	vertical-align: middle;
	color: #fff;
	background-color: #0066ff;
	margin-bottom: 5px;
	text-align: left;
	}
	
.message_text {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	height: auto;
	text-align: left;
	}

.historique {
	width: 730px;
	height: auto;
	float: left;
	margin-top: 30px;
	padding: 10px;
	background-color: #d3ecff;
	border: 2px solid #aedbfe;
	}
	
.historique li {
	list-style-type: square;
	}
	
.table_ticket {
	width: 95%;
	}
	
.table_ticket th{
	background-color: #0066ff;
	background-image: none;
	color: #fff;
	font-weight: bold;
	height: 30px;
	}
	
.table_ticket td{
	text-align: center;
	padding: 2px;
	border: 1px solid #0066ff;
	}
	
input.fermer_ticket {
	border: 0;
	width: 150px;
	height: 29px;
	cursor: pointer;
	margin-top: 5px;
	background-image: url(/img/bt_close_ticket.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
input.fermer_ticket:hover {
	background-position: 0px -29px;
}

#bg_popup {
	float: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50000;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.70;
	filter: alpha(opacity:70);
	-khtml-opacity: 0.70;
	-moz-opacity: 0.70;
	display: none;
}
.close_ticket {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 50001;
	width: 400px;
	height: 310px;
	margin-top: -155px;
	margin-left: -200px;
	display: none;
}
.close_ticket_haut {
	width: 400px;
	height: 30px;
	background-image: url(img/bg_close_ticket_top.png);
	background-repeat: no-repeat;
}
.close_ticket_contenu {
	width: 400px;
	height: auto;
	background-image: url(img/bg_close_ticket.png);
	background-repeat: repeat-y;
}
.close_ticket_bas {
	width: 400px;
	height: 30px;
	background-image: url(img/bg_close_ticket_bottom.png);
	background-repeat: no-repeat;
}
/* ----------------------- /TICKET -----------------------  */

/* ----------------------- STANDARD, REQUEST, ATOS -----------------------  */
.site_std {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.header_std {
	width: 100%;
	height: 122px;
	background-image: url(img/header_std.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contenu_std {
	width: 100%;
	height: auto;
	float: left;
	background-image: url(img/contenu_std.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}
.footer_std {
	width: 100%;
	height: 10px;
	float: left;
	background-image: url(img/footer_std.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.header_atos {
	width: 100%;
	height: 122px;
	background-image: url(img/header_atos.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.header_ko {
	width: 100%;
	height: 122px;
	background-image: url(img/header_ko.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contenu_ko {
	width: 100%;
	height: auto;
	float: left;
	background-image: url(img/contenu_ko.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}
.footer_ko {
	width: 100%;
	height: 10px;
	float: left;
	background-image: url(img/footer_ko.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.header_ok {
	width: 100%;
	height: 122px;
	background-image: url(img/header_ok.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contenu_ok {
	width: 100%;
	height: auto;
	float: left;
	background-image: url(img/contenu_ok.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}
.footer_ok {
	width: 100%;
	height: 10px;
	float: left;
	background-image: url(img/footer_ok.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}


/* Lightbox JS v2.04 */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(img/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(img/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}	
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			
#imageData #bottomNavClose {
	width: 66px;
	float: right; 
	padding-bottom: 0.7em;
	outline: none;
}	 	

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}