/* Encodé en UTF-8 */

a img {
	border: none;
}

a, a:visited{
	color: #222;
	text-decoration: underline;
}
a:hover{
	color: #000;
}

html {
	height: 100%;
}

body {
	font: 62.5% verdana, arial, helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
	height: 100%;
}

/*** GENERAL STYLE **/

.hide {
	position: absolute;
	left: -5000px;
}

/*** PAGES ***/
#page {
	width: 995px;
	margin: 0 auto;
	min-height: 100%;
	_height: 100%;
}

/*** HEADER ***/
#header{
	position: relative;
	z-index: 30;
}


#logo {
	margin: 3px 0 0 21px;
	}
	
#logo a {
	display: block;
	width: 168px;
	height: 65px;
	background: url(/images/theme/logo.png) no-repeat left top;
	}

#logo a span {
	position: absolute;
	left: -5000px;
}

#header ul {
	margin: 0;
	}
	
/*** ACCESSIBILITY MENU ***/
#accessibility-menu {
	position: absolute;
	left: -5000px;
}

/*** NAV ***/

#navi, #flash, #news	{
	float: left;
	}
#flash{
	padding-top: 18px;
}
#navi {
	background: url(/images/theme/bg-nav-left.png) no-repeat bottom left;
	width: 200px;
	padding: 0 0 1px 0;
	min-height: 200px;
	_height: 200px;
	position: relative;
	margin-top: 12px;
	z-index: 32;
	}

#navi ul {
	margin: 1px 0 0 0;
	padding: 0;
	list-style-type: none;
	_height: 0;
}
	
#navi li {
	margin: 0 0 1px;
	padding: 0;
	_height: 0;
}

#navi li a {
	background-image: url(/images/theme/bg-nav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 11px;
	display: block;
	padding: 4px 0 0 24px;
	height: 16px;
	text-decoration: none;
	color: #555;
}
	
#navi li a:hover {
	color: #E11C27;
	background-position: 0 -20px;
}

/* subnav */

#navi ul.subnav {
	position: absolute;
	left: 200px;
	margin-top: -20px;
	display: none;
	font-family: tahoma, arial, helvetica, sans-serif;
	_height: 16px;
	/*_display: inline;*/
	}

#navi ul.subnav li	{
	background: none;
	_height: 0;
	}

#navi ul.subnav li a	{
	background: url(/images/theme/bg-sub-nav-red.png);
	_background: red;
	padding: 4px 5px 0;
	font-size: 1.05em;
	height: 16px;
	color: #fff;
	width: 140px;
	}
	
#navi ul.subnav li a:hover	{
	color: #fff;
	background: #E11C27;
	}
	
/* subsubnav */

#navi ul.subsubnav {
	position: absolute;
	left: 150px;
	margin-top: -20px;
	display: none;
	}

#navi ul.subsubnav li a	{
	background: url(/images/theme/bg-sub-nav-grey.png);
	_background: black;
	padding: 4px 5px 0;
	font-size: 1.05em;
	height: 16px;
	color: #fff;
	width: 141px;
	}

#navi ul.subsubnav li a:hover	{
	color: #fff;
	background: #393841;
	}
	
#flash object {
	display: block;
	}

/* news */

#news	{
	width: 490px;
	background: url(/images/theme/bg-nav-right.png) no-repeat top left;
	min-height: 208px;
	_height: 208px;
	position: relative;
	margin-top: 5px;
	}
	
#news h2	{
	margin: 0 0 0 2%;
	padding: 2px 0 0 0;
	color: #ee7422;
	font-size: 150%;
	}

#news h3	{
	font-size: 11px;
	color: #333;
	margin: 22px 0 14px;
	}
	
#news ul	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	_height: 0;
	color: #000;
	}
#news ul	li a{
	text-decoration: none;
}
	
#news ul.latest li	{
	width: 230px;
	margin: 0 0 0 5px;
	_width: 225px;
	padding: 0;
	float: left;
	}

#news ul.latest li p	{
	margin: 5px 14px 5px 4px;
	min-height: 8em;
	_height: 8em;
	}

#news ul.latest li.first	{
	width: 246px;
	margin: 0 0 0 5px;
	_margin: 0 0 0 2px;
	}
	
#news ul.latest li p.more	{
	min-height: 0;
	_height: 0;
	}
	
#news ul.latest li p.more a	{
	display: block;
	width: 112px;
	height: 18px;
	background: url(../images/theme/button-read-more.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/button-read-more.png', sizingMethod='crop'); 
	_cursor: pointer;

	margin: 0 auto;
	}
	
#news ul.latest li p.more a span	{
	position: absolute;
	left: -5000px;
	}
	
#news ul.subnav	{
	position: absolute;
	top: 147px;
	left: 10px;
	}
	
#news ul.subnav li	{
	float: left;
	}

#news ul.subnav li a	{
	display: block;
	width: 75px;
	padding: 50px 0 0 0;
	height: 10px;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	color: #888;
	}

#news ul.subnav li.home a	{
	background-image: url(../images/theme/button-home.png);
	_background: none;
	_cursor: pointer;
	}
#news ul.subnav li.home	{
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/button-home.png', sizingMethod='crop'); 
	}
#news ul.subnav li.sitemap a	{
	background-image: url(../images/theme/button-sitemap.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/button-sitemap.png', sizingMethod='crop'); 
	_cursor: pointer;
	}
#news ul.subnav li.print a	{
	background-image: url(../images/theme/button-print.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/button-print.png', sizingMethod='crop'); 
	_cursor: pointer;
	}
#news ul.subnav li.search a	{
	background-image: url(../images/theme/button-search.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/button-search.png', sizingMethod='crop'); 
	_cursor: pointer;
	}
#news ul.subnav li.login a	{
	background-image: url(../images/theme/button-login.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/button-login.png', sizingMethod='crop'); 
	_cursor: pointer;
	}
#news ul.subnav li.download a	{
	background-image: url(../images/theme/button-download.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/button-download.png', sizingMethod='crop'); 
	_cursor: pointer;
	}

	
/* breadcrumb */

#breadcrumb	{
	background: url(../images/theme/bg-breadcrumb.png) no-repeat 8px 8px;
	padding: 5px 0 0 20px;
	margin: 5px 0 0 3px;
	list-style-type: none;
	}

#breadcrumb li	{
	display: inline;
	font-size: 1em;
	}
	
#breadcrumb a	{
	color: #444;
	}

#breadcrumb a:hover	{
	color: #E11C27;
	}
	
/*** CONTENT ***/
#content {
	clear: left;
	padding: 6px 0 0;
	position: relative;
	z-index: 1;
	}

#content div.container {
	background: url(/images/theme/bg-content.png) no-repeat center top;
	width: 944px;
	min-height: 422px;
	_height: 422px;	
	padding: 0 28px;
}

#content h1, body.home #content h2 {
	color: #E11C27;
	font-weight: bold;
	font-size: 1.5em;
	padding: 9px 0 18px;
	margin: 0;
	border-bottom: none;
	/*background: url(/images/theme/bg-h1.png) no-repeat 50% 0;*/
	text-align: center;
}

#content h2, body.home #content h3 {
	color: #003D7E;
	font-weight: bold;
	font-size: 1.4em;
	padding: 0 0 15px 0;
	margin: 0;
	}

#content h2.no-margin {
	padding: 0 15px;
}
	
#content p {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	padding: 0 15px 0;
	text-align: justify;
	margin: 0 0 1em;
}
#content object,#content p object, #content embed,#content p embed {
	z-index: 2;
	}

#content .emphasis-red, #content .emphasis-grey, #content .emphasis-orange, #content .emphasis-blue {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}
#content p span.emphasis-red, #content p span.emphasis-grey, #content p span.emphasis-orange, #content p span.emphasis-blue, #content li span.emphasis-red, #content li span.emphasis-grey, #content li span.emphasis-orange, #content li span.emphasis-blue, #content li.emphasis-red, #content li.emphasis-grey, #content li.emphasis-orange, #content li.emphasis-blue {
	font-size: 1.083em;
}

#content .emphasis-red {
	color: #E11C27;
}

#content .emphasis-grey {
	color: #393841;
}

#content .emphasis-orange {
	color: #003D7E;
}

#content .emphasis-blue {
	color: #003D7E;
}

#content div#col1, #content div#colcontact1  {
	width: 490px;
	_width: 490px;
	float: left;
}

#content div#col2, #content div#colcontact2  {
	width: 490px;
	_width: 490px;
	float: right;
}

#content ul, #content ol {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 1em;
}
#content ul li, #content ol li {
	padding-bottom: 3px;
}


p.download a, p a.download, p .download a, p.login a, p a.login, p .login a {
	color: #999999;
	padding: 5px 0 0 30px;
	display: block;
	min-height: 30px;
	_height: 30px;
	text-decoration: none;
}

p.login a, p a.login, p .login a {
	background: url(/images/theme/bg-link-login.png) no-repeat 0 0;
}
p.login a:hover, p a.login:hover, p .login a:hover {
	color: #E11C27;
}

p.download a, p a.download, p .download a {
	background: url(/images/theme/bg-link-download.png) no-repeat 0 0;
}
p.download a:hover, p a.download:hover, p .download a:hover {
	color: #E11C27;
}

p.titre-content{
	padding: 0;
	padding-bottom: 15px;
}

/*
#maincontent	{
	width: 660px;
	float: left;

	padding: 34px 18px 34px 10px;
	font-size: 100%;
	
}

#maincontent ul.home	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #fff;
}
	
#content #maincontent ul.home li	{
	float: left;
	padding: 0;
	margin: 0;
	height: 146px;
	background-repeat: no-repeat;
	_background: none;
	color: #fff;
}

#content #maincontent ul.home a	{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	}
	
#maincontent ul.home li strong	{
	font-size: 15px;
	text-transform: uppercase;
	padding: 36px 0 0 15px;
	display: block;
}
	
#maincontent ul.home li p	{
	font-size: 12px;
	margin: 0;
	padding: 12px 0 0 15px;
	line-height: 120%;
	width: 150px;
	text-align: left;
}

#maincontent ul.home li span	{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px 0 0 15px;
	width: 181px;
	text-align: center;
	font-weight: bold;
	_position: relative;
}

#maincontent ul.home li.hasard	{
	width: 331px;
	background-image: url(/images/theme/bg-hasard.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/bg-hasard.png', sizingMethod='crop'); 
}
#maincontent ul.home li.famille	{
	width: 325px;
	background-image: url(/images/theme/bg-famille.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/bg-famille.png', sizingMethod='crop'); 
}
#maincontent ul.home li.pro	{
	width: 331px;
	background-image: url(/images/theme/bg-equipe.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/bg-equipe.png', sizingMethod='crop'); 
}
#maincontent ul.home li.internet	{
	width: 325px;
	background-image: url(/images/theme/bg-internet.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/bg-internet.png', sizingMethod='crop'); 
}*/

/*** FOOTER ***/
hr.spacer	{
	clear: both;
	visibility: hidden;
	height: 0;
	padding: 0;
	margin: 0;
	border: none;
	}

#footer {
	clear: both;
	height: 57px;
	background: url(/images/theme/bg-footer.png) no-repeat bottom center;	
}

#footer div.container {
	width: 914px;
	}
	
#footer p {
	font-size: 1.1em;
	color: #fefefe;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
}

#footer p a, #footer p a:visited {
	color: #fefefe;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}

#footer span.by {
	position: absolute;
	top: 10px;
	right: 0;
	color: #c1d4e6;
}

#footer span.by a {
	color: #c1d4e6;
}

/*** ADMIN ***/

body.admin label	{
	width: 12em;
	float: left;
	}
	
#divdepartement	{
	padding: 0 0 2em;
	list-style-type: none;
	}
	
body.admin input.submit, body.admin a.submit	{
	border: 1px solid #000;
	background: #ddd;
	color: #000;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 4px;
	cursor: pointer;
	text-decoration: none;
	}
	
body.admin a.submit	{
	padding: 5px;
	}

html.popup body p	{
	margin: 1em 0;
	}
	
	
table {
	border: 0;
	border-collapse: collapse;
	background: url(/images/theme/bg-table.png) repeat-y top;
}

th {
	background: #fff;
	font-size: 1.5em;
	color: #444444;
	border-bottom: 2px solid #cdcccd;
}

td {
	border: 0;
	border-collapse: collapse;
	padding: 10px 0;
}

caption {
	margin-bottom: 10px;
	color: #E11C27;
}

	
/*** CONTACT ***/
body.contact label	{
	width: 12em;
	float: left;
	padding-top: .2em;
	}

body.contact label.mandatory	{
	font-weight: bold;
	}
	
#contactform p	{
	width: 320px;
	float: left;
	}

#contactform p input.text	{
	float: right;
	width: 241px;
	}

#contactform p.no1, #contactform p.no3 	{
	margin-right: 10px;
	}
		
#contactform p.no2, #contactform p.no4 	{
	width: 330px;
	}

#contactform p.no6, #contactform p.no5, #contactform p.submit 	{
	clear: left;
	width: 100%;
	}

#contactform p.no5 input.text, #contactform p.no6 textarea	{
	width: 581px;
	float: right;
	}

#contactform p label	{
	width: 5em;
	float: left;
	}

#contactform p input, #contactform p textarea	{
	font: inherit;
	border: 1px solid #0994a7;
	padding: .2em;
	}
	
#contactform p.submit	{
	text-align: right;
	}
		
#box-infos-contact p.btnSendCenter	{
	padding: 20px 0 0 120px;
	}
#content #box-infos-contact p{
	margin-bottom: 0.5em;
}
#contactform input.submit	{
	width: 323px;
	height: 37px;
	border: none;
	background: url(../images/theme/button.png) no-repeat;
	color: #fff;
	padding: 0 25px 0 0;
	text-align: right;
	position: relative;
	right: -4px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	}

form.contact input{
	border:1px solid #e01b22;
	}
	
form.contact textarea{
	border:1px solid #e01b22;
	}	

form.contact p {
	color:#444444;
	}	

form.contact #address {
	height:30px;
	width:262px;
	}
	
form.contact #request {
	height:185px;
	width:262px;
	}	
	
form.contact .error {
	background: #e3e3e3;
	}	
	
#box-infos-contact{
	margin-top: 28px;
	margin-left: 14em;
	font-size: 0.9em;
}

	
	
/*** Pathologies ***/
/*
div.news	{
	clear: left;
	padding-top: 10px;
	border-top: 1px solid #9dcad0;
	}

div.newsitem	{
	float: left;
	width: 49%;
	margin: 0 0 0 1%;
	}
		
div.news div.even	{
	clear: left;
	margin: 0 1% 0 0;
	}
	
div.news h3	{
	font-size: 14px;
	border-bottom: 1px solid #9dcad0;
	position: relative;
	}

div.news h3 span	{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	color: #51acba;
	font-weight: normal;
	}
		
div.problemes, div.solutions	{
	float: left;
	}
	
div.problemes ul, div.solutions ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
div.problemes ul li, div.solutions ul li	{
	margin: 0;
	padding: 0;
	}
	
div.newsitem p.more a	{
	display: block;
	width: 298px;
	height: 37px;
	border: none;
	background: url(../images/theme/button.png) no-repeat;
	color: #fff;
	padding: 0 25px 0 0;
	text-align: right;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 37px;
	text-decoration: none;
	}
	
ul.probsol	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 110px;
	}
	
ul.probsol li	{
	float: left;
	width: 50%;
	}
	
ul.probsol li a	{
	display: block;
	width: 325px;
	height: 94px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
	}

ul.probsol li strong	{
	font-size: 15px;
	text-transform: uppercase;
	padding: 16px 0 0 15px;
	display: block;
}

ul.probsol li span	{
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 12px 0 0 15px;
	line-height: 120%;
	width: 205px;
	text-align: left;
	font-weight: bold;
}

ul.probsol li.probleme a	{
	background-image: url(../images/theme/bg-problemes.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/bg-problemes.png', sizingMethod='crop'); 
	_cursor: pointer;
	}

ul.probsol li.solution a	{
	background-image: url(../images/theme/bg-solutions.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/bg-solutions.png', sizingMethod='crop'); 
	_cursor: pointer;
	}
	*/
/* Button edit content */
div#editpagecontent {
	clear: both;
}

div#editpagecontent a {
	border: 1px solid #000;
	background: #ddd;
	color: #000;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 4px;
	cursor: pointer;
	text-decoration: none;
}

/* Liste d'années */
#content #years {
	margin: 0;
	padding: 0 0 0 15px;
	_padding: 0 0 0 8px;
	font-size: 1.5em;
	border-left: 5px solid #7a7a7a;
}
#years li {
	font-weight: bold;
	list-style: none;
	margin: 0;
	clear: both;
}

#years li a.year {
	color: #003D7E;
	text-decoration: none;
	display: block;
	background: #e8e8e8;
	padding: 5px 10px;
	outline: none;
	}
#years li a.year:hover {
	color: #003D7E;
	text-decoration: underline;
}

#content #years li ul {
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 0.8em;
	border-left: none;
}
#years li div ul {
	font-weight: bold;
	list-style: none;
	margin: 0;
	width: 465px;
	clear: none;
}
#years li div ul.left {
	float: left;
}
#years li div ul.right {
	float: right;
}

#years li ul li {
	padding: .8em;
	background: #EEEEEE;
	margin: 10px 0;
}

#years li ul li a {
	/*color: #393841;
	text-decoration: none;
	display: block;
	background: #fff;
	padding: 5px 10px;
	border-bottom: 1px dotted #7a7a7a;*/
}
#years li ul li a:hover {
	/*color: #393841;
	text-decoration: underline;*/
}

#years li ul li p {
	font-size: 1em;
	font-weight: 400;
	padding: 0 0 6px;
	margin: 0
}

#years li ul li.first {
	background: #B4C6D9;
}

#years li ul li.publications div.text, #years li ul li.publications div.text p {
	font-style: italic;
}

#years div	{
	display: none;
	}
#years div.first, #years div.text {
	display: block;
}
	
table.files	{
	margin: 0 0 0 15px;
	background: #eee;
	border-collapse: collapse;
	}
	
table.files tr td	{
	padding: 10px;
	border-bottom: 1px solid #888;
	}
	
ul.subpages	{
	border-top: 1px solid #000;
	list-style-type: none;
	padding: 1em 0 0 15px;
	margin: 0;
	}
	
ul.subpages li a	{
	color: #222;
	}	
ul.subpages li a:hover	{
	color: #000;
	}
	
form.contact	{
	margin: 0;
	}
	
form.contact label	{
	float: left;
	width: 10em;
	text-align: left;
	}
	
#content #sitemap ul.sub	{
	font-size: 11px;
	padding: 0 0 0 15px;
	}
	
/* drag n drop */

#content #example, #content #example ul {
	margin:0; 
	padding: 0 0 0 20px;
	font-size: 12px;
	}

#content #example li {
	margin: 0;
	cursor: move;
	padding: 10px;
	}

.drag {background-color:#ccc;}

.remove {color: #ddd;}

.new {color: red;}

#debug_list, #debug_node {
	border: 1px solid red;
/*	position: absolute;
	left: 10px; */
	padding: 5px;
}
#debug_list {
	background: #eee;
	top: 10px;
}

#debug_node {
	top: 600px;
	}

#info ul { font-size: 12px;}

#info pre {font-size: 10px;}

form.login label	{
	width: 7em;
	float: left;
	padding: 3px 0 0 0;
	}
	
#nav0	{
	width: 200px;
	top: 70px;
	right: 0;
	position: absolute;
	}

ul.pages	{
	list-style-type: none;
	padding: 8px 0 0 16px;
	}
	
ul.pages li	{
	margin: 0 0 8px;
	}

ul.pages a	{
	font-size: 15px;
	text-decoration: none;
	}
	
ul.pages a span	{
	display: block;
	font-size: 10px;
	text-decoration: underline;
}

/*** bouton admin ***/
#content a.btn-admin{
	display: block;
	width: 10em;
	padding: 3px 4px;
	background-color: #E8E9E9;
	border: 1px solid #CECFCE;
	margin-left: 15px;
	margin-bottom: 6px;
	color: #444;
	text-decoration: none;
	text-align: center;
}
#content a.btn-admin:hover{
	background-color: #dfe0e0;
	border: 1px solid #aaa;
	color: #222;
}

/*** popup ***/

html.popup #header, html.popup #breadcrumb, html.popup #footer	{
	display: none;
	}
	
#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #ffffff;
		background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(../images/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(../images/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(../images/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(../images/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(../images/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(../images/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;
		font-size: 1.2em;
		font-weight: bold;
		cursor: pointer;
		color: #EDEDED;
		background: #5B5B5B;
		line-height: 25px;
		padding: 0 20px;
		margin: 0 10px 0;
		text-decoration: none;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}


#calcontainer {
	position: absolute;
	left: 100px;
	top: 100px;
	width: 207px;;
	height: 202px;
	visibility: hidden;
	z-index: 1000;
}

#calcontainer table {
	width: 100%;
	margin: 0;
	border: 2px solid #acacac;
}

#calcontainer thead img {
	border-width: 0;
	vertical-align: top;
}
* html #calcontainer thead img {
	vertical-align: middle;
}

#calcontainer td, #calcontainer th {
	font: 11px Arial,Helvetica,Sans-serif;
	color: #000;
	background: #e3e3e3;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	width: 29px;
	padding: 0;
	white-space: nowrap;
}

#calcontainer th {
	color: #fff;
	background-color: #666;
	font-weight: normal;
}

#calcontainer td.calHighlightColor {
	background-color: #ffd;
}

#calcontainer td.calMonth, #calcontainer td.calYear {
	width: 58px;
}

#calcontainer a, #calcontainer a:link, #calcontainer a:visited, #calcontainer a:active {
	font: 11px Arial,Helvetica,Sans-serif;
	color: #000;
	text-decoration: underline;
}  
#calcontainer a:hover {
	color: #383848;
}

#calcontainer td a.today, #calcontainer td span.today {
	font-weight: bold;
}
#calcontainer tbody span {
	height: 22px;
	line-height: 22px;
	display: block;
}

#calcontainer .disabled {
	color: #666;
	cursor: pointer;
}  

#calcontainer tbody a, #calcontainer tbody a:link, #calcontainer tbody a:visited, #calcontainer tbody a:active {
	height: 22px;
	width: 29px;
	line-height: 22px;
	display: block;
	text-align: center;
	vertical-align: middle;
}

#calcontainer tbody a:hover {
	background-color: #ffd;
	color: #383848;
}

#calcontainer tfoot a, #calcontainer tfoot a:link, #calcontainer tfoot a:visited, #calcontainer tfoot a:active {
}
#calcontainer tfoot td {
	width: 203px;
	background: #c7c7c7;
}
#calcontainer thead td a, #calcontainer thead a:link, #calcontainer thead a:visited, #calcontainer thead a:active {
	display: inline;
}

/* Calendar menu options */

#calcontainer thead ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#calcontainer thead li {
	font: 11px/1.2 Arial,Helvetica,Sans-serif;
}
#calcontainer thead ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal. */
	float: left;
}
#calcontainer thead ul ul {
	border: 1px solid #acacac;
	background: #fff;
	padding: 1px;
	position: absolute;
	display: none;
	text-align: left;
}
* html #calcontainer thead ul ul {
	padding: 0 1px 1px;
}
#calcontainer thead #cp_prevMonth a {
	width: 13px;
	background: transparent url(../images/theme/caldown.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_nextMonth a {
	width: 13px;
	background: transparent url(../images/theme/calup.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_prevYear a {
	width: 13px;
	background: transparent url(../images/theme/caldown.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_nextYear a {
	width: 13px;
	background: transparent url(../images/theme/calup.gif) no-repeat 50% 0;
}

#calcontainer thead li a,#calcontainer thead li a:link,#calcontainer thead li a:active,#calcontainer thead li a:visited {
	display: block;
	text-align: center;
}
#calcontainer thead li li a,#calcontainer thead li li a:link,#calcontainer thead li li a:active,#calcontainer thead li li a:visited {
	text-align: left;
	height: 13px;
	vertical-align: middle;
}
* html #calcontainer thead li li a,* html #calcontainer thead li li a:link,* html #calcontainer thead li li a:active,* html #calcontainer thead li li a:visited {
	height: 15px;
}
#calcontainer thead li a, #calcontainer thead li a:link, #calcontainer thead li a:active, #calcontainer thead li a:visited {
	display:block;
	text-decoration: none;
}
* html #calcontainer thead li a, * html #calcontainer thead li a:link, * html #calcontainer thead li a:active, * html #calcontainer thead li a:visited {
	width: 100%;
}
#calcontainer thead li a span {
	text-indent: -1000px;
	overflow: hidden;
	display: block;
}

#calcontainer thead li li {
	display: block;
	float: none;
}
#cp_monthMenu {
	width: 87px;
}
#cp_months {
	width: 88px;
	height: 180px;
	text-align: left;
}
* html #cp_months {
	left: 15px;
	top: 18px;
	height: 184px;
}
* html #cp_months a {
	width: 86px;
}
#cp_yearMenu {
	width: 58px;
}
#cp_years {
	height: 105px;
	width: 55px;
	text-align: left;
}
* html #cp_years {
	left: 129px;
}
* html #cp_years a {
	width: 53px;
}

#calcontainer thead li li a, #calcontainer thead li li a:link, #calcontainer thead li li a:active, #calcontainer thead li li a:visited {
	display: block;
	font: 10px/1.2 verdana,Arial,Helvetica,Sans-serif;
	border: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
	color: #000;
}
#calcontainer thead li li a:hover {
	background: #e3e3e3;
	border: 1px solid #acacac;
}
#calcontainer thead ul.open {
	display: block;
}

/* to make sure that the image is aligned properly */
img.cp_img {
	border-width: 0;
	vertical-align: top;
}
* html img.cp_img {
	vertical-align: text-bottom;
}

