/* Encodé en UTF-8 */

/*** HTML ELEMENTS ***/
p, form, img, h1, h2, h3, h4, h5, h6, ul, ol, li, html, body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

html {
	height: 100%;
}

body {
	font: 62.5% Helvetica, Arial, sans-serif;
	background:url(/images/theme/bg-body.png) repeat-x;
	height: 100%;
}

a {
	color:#000000;
	text-decoration:none;
}

ul {
	list-style:none;
}

/*** GENERAL STYLE **/
.hide {
	position: absolute;
	left: -5000px;
}

.clear {
	clear:both;
}

/*** PAGES ***/
#page {
	min-height: 100%;
	width:825px;
	margin:0 auto;
}


/*** HEADER ***/

#header {
	width:825px;
	height:218px;
	background:url(/images/theme/slogan.png) no-repeat 533px 64px;
}

#header #logo a {
	display:block;
	width:330px;
	height:156px;
	background:url(/images/theme/logo.png) no-repeat;
}

#header #logo a span {
	position:absolute;
	left:-5000px;
}

/*** NAV LANG ***/

ul#lang-nav {
	position:relative;
	top:5px;
	float:right;
	font-size:1.2em;
	font-weight:bold;
	color:#344c87;
}

ul#lang-nav li {
	float:left;
	padding:0 10px 0 13px;
	background:url(/images/theme/puce-lang-nav.png) no-repeat left;
}

ul#lang-nav li.first {
	background:none;
}

ul#lang-nav li a {
	float:left;
	text-decoration:underline;
}

ul#lang-nav li a:hover {
	text-decoration:none;
}


/*** NAV ***/

#nav {
	width:825px;
	height:61px;
}

#nav ul#nav-0 {
	height:61px;
	font-size:1.4em;
	font-weight:bold;
	width: 825px;
	margin: 0 auto;
	position: relative;
}

#nav ul#nav-0 li {
	float: left;
	list-style-type: none;
	line-height:37px;
	padding:0 4px;
}

#nav ul#nav-0 li a {
	display: block;
	height:33px;
	text-decoration: none;
	padding:4px 15px 0 15px;
	line-height:37px;
}

#nav ul#nav-0 li.active a {
	background:#ffb80f;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	padding:3px 14px 0 14px;
}
#nav ul#nav-0 li ul {
	position: absolute;
	top: 37px;
	left: 0px;
	width: 825px;
	display:none;
}
#nav ul#nav-0 li.active ul {
	display:block;
}
#nav ul#nav-0 li ul li {
	float: left;
}
#nav ul#nav-0 li ul li a {	
	font-weight:normal;
	padding:3px 14px 0 14px;
	font-size: 1em;
	text-decoration: none;
	line-height:20px;
	height:20px;
	background:none;
	border:none;
}

#nav ul#nav-0 li.active ul li a {
	background:none;
	border:none;
}
#nav ul#nav-0 li ul li a:hover{
	text-decoration:underline;
}

#nav ul#nav-0 li ul li.active a{
	font-weight:bold;
}
#nav ul#nav-0 li ul li.active a:hover{
	text-decoration:none;
}



/*** SITEMAP ***/
ul#sitemap-0, ul#sitemap-0 ul {
	margin: 0 0 0 15px;
	border-left: 1px dotted #000000;
	padding: 6px 0;
}

ul#sitemap-0 {
	font-size : 1.2em;
	margin: 0 0 0 25px;
}

ul#sitemap-0 li {
	padding: 0 0 0 15px;
	list-style: none;
	background: url(/images/base/sitemap-puce.png) no-repeat 0 7px;
}


/*** CONTENT ***/

#content {
	width:825px;
	padding:24px 0;
}

#content-left {
	float:left;
	width:543px;
}

#content-left h1, #content-left h2.home {	
	font-size:2.4em;
	color:#ffbc06;
	font-weight:bold;
	margin:0 0 15px 0;
}

#content-left h2 {
	color:#3b486b;
	font-weight:bold;
	font-size:1.6em;
	margin:0 0 15px 0;
}

#content-left h3 {
	display:block;
	height:28px;
	line-height:28px;
	border-bottom:1px solid #a8bdd7;
	color:#5a84b7;
	font-weight:bold;
	font-size:1.5em;
	margin:0 0 15px 0;
	padding:20px 0 0;
	clear:both;
}

#content-left p {
	line-height:140%;
	color:#191e26;
	font-weight:normal;
	font-size:1.2em;
	text-align:justify;
	margin: 0 0 12px;
}

#content-left p.bold {
	color:#191e26;
	font-weight:bold;
	font-size:1.3em;
}

#content-left p a {
	text-decoration:underline;
	color:#385c9f;
}

#content-left p a:hover {	
	text-decoration:none;
}

#content-left ul li.deux-colonnes {
	font-size:1.2em;
	float:left;
	list-style-type: none;
	background: url('/images/theme/puce.png') no-repeat 0 6px;
	margin:0 0 0 30px;
	width:190px;
	padding: 0 0 0 10px;
}

#content-left ul li.deux-colonnes.right {
	float:right;
	clear:both;
	margin:-15px 80px 0 30px;
}

#content-left ul {
	margin: 12px 0 12px 30px;
}

#content-left ul li {
	margin:4px 0;
	list-style-type:none;
	background: url('/images/theme/puce.png') no-repeat 0 6px;
	padding: 0 0 0 10px;
	font-size: 1.2em;
}


#lists {
	padding:10px 120px 15px 30px;
	background:#eef2f8;
	margin:10px 0;
}

ul.left {
	float:left;
	list-style:square;
}

ul.right {
	float:right;
	list-style:square;
}

.clear-list {
	clear:both;
	height: 18px;
}

/*** CONTACT FORM ***/

form#contactform {
	width:543px;
	margin-top: 25px;
}

form#contactform p {
	float:left;
}

form#contactform p.right {
	float:right;
}

form#contactform label {	
	display: block;
	font-size:1.1em;
	line-height:1.7em;
	font-weight:bold;
}
/*
form#contactform label.fix {
	width:100px;
}
form#contactform label.nofloat {
	float:none;
	margin:0 0 8px 0;
}*/

form#contactform input, form#contactform select, form#contactform textarea {
	border:2px solid #ffb80f;
	color:#999999;
	padding:3px;
	width:533px;
}

form#contactform input.field {
	width:245px;
}
form#contactform select {
	width:255px;
}

form#contactform input.long {
	width:533px;
}

form#contactform textarea {
	font:1em "Helvetica";
}

form#contactform input:focus, form#contactform select:focus, form#contactform textarea:focus {
	border:2px solid #82aed0;
	color:#25465f;
}

form#contactform input#submit {
	width:164px;
	height:34px;
	background:url(/images/theme/btn-form.png) no-repeat 0 0;
	border:none;
	margin:8px 0 15px 0;
	cursor:pointer;
	font-size: 1.6em;
	display:block;
	font-weight: bold;
	color: #383d49;
	text-align:center;
}

form#contactform input#submit:hover {
	background-position: 0 -34px;
}

form#contactform p.intro {
	margin:25px 0 20px 2px;
	font-size:1.1em;
}

body #content-left p.ampoule, body.admin #content-left p.ampoule, body.admin #content-left form p.ampoule {
	background:url(/images/theme/ampoule.png) #F1F2F6 no-repeat 5px 7px;
	padding:8px 8px 5px 45px;
	border:1px solid #CBCCD1;
	font-size:1.1em;
	margin:10px 0 15px 0;
}

/*** TEAM REFERENCES PARTNERS ***/

#content-left ul.gallery {
	margin:0;
}

#content-left ul.gallery li {
	float:left;
	list-style-type: none;
}

#content-left ul.ref li {
	margin:0 5px 8px 0;
	padding:0;
}
#content-left ul.gal-team li {
	display: block;
	margin:0 22px 16px 0;
	padding:0;
	width: 166px;
	text-align: center;
	background: none;
}
#content-left ul.gallery li.last-ref {
	margin-right: 0;
}
#content-left ul.gallery li strong {
	display:block;
	color:#5a84b7;
	font-size:1em;
	font-family:"Helvetica";
	padding:0;
	margin:4px 0;
	border:none;
}

#content-left ul.gallery li em {
	display:block;
	color:#3b486b;
	font-size:0.9em;
	font-family:"Helvetica";
	padding:0;
	margin:0;
	font-style:normal;
	font-weight:bold;
}

#content-left ul.gallery li p {
	color:#191e26;
	font-size:0.9em;
	font-family:"Helvetica";
	padding:0;
	margin:0;
	text-align:center;
	padding:3px 0 0 0;
}

ul.gallery li img.team {
	border:1px solid #ffbc06;
	/*position:absolute;
	top:0;
	left:0;*/
	padding:2px;
	background:#FFF;
}

ul.gallery li img {
	border:1px solid #ffbc06;
	padding:2px;
	background:#FFF;
}

/*** PRESSE AND FAQ ***/

#content-left ul.pressefaq {
	margin:0;
	padding:0;
}
#content-left ul.pressefaq li{
	font-size:1em;
	list-style-type: none;
	background: none;
}

#content-left ul.pressefaq li h3 {
	padding:0;
	margin:10px 0 8px 0;
	border:0;
	font-size:1.3em;
	height:1.75em;
	border-bottom:1px solid #a8bdd6;
	clear:both;
}

body.temoignages #content-left ul.pressefaq li h3 {
	margin:24px 0 8px 0;
}

#content-left ul.pressefaq li h3 a {
	color:#5a84b7;

}

#content-left ul.pressefaq li h3 a:hover {
	color:#5a84b7;
	text-decoration:underline;

}

#content-left ul.pressefaq li h3.toggle {
	background:url(/images/theme/toggle.png) no-repeat 0 10px;
	padding:0 0 0 14px;
	cursor:pointer;
	border:none;
}

#content-left a.toggle {
	float:right;
	margin:15px 0;
	cursor:pointer;
	font-size:1.1em;
	text-decoration:underline;
}

#content-left a.toggle:hover {
	text-decoration:none;
}

#content-left ul.pressefaq li h3.toggle.active {
	background:url(/images/theme/toggle-up.png) no-repeat 0 10px;
	padding:0 0 0 14px;
	cursor:pointer;
}

#content-left ul.pressefaq li h3 span {
	font-weight:normal;
	font-size:0.9em;
}

#content-left ul.pressefaq li h3 span a {
	text-decoration:underline;
}

#content-left ul.pressefaq li h3 span a:hover {
	text-decoration:none;
}

#content-left ul.pressefaq li div.reponse {
	padding:0 0 0 17px;
}

#content-left ul.pressefaq li p.nomdate {
	float:right;
	color:#191e26;
	font-weight:bold;
}

#content-left ul.pressefaq li p.nomdate span {
	font-weight:normal;
}

#content-left p.back {
	margin:15px 0 8px 0;
}

/*** SIDEBAR ***/

#sidebar {
	float:right;
	width:258px;
	margin:40px 0 0 0;
}
#sidebar a.btn-skype,#sidebar a.btn-subsides, #sidebar a.try {
	display:block;
	font-weight: bold;
	color: #383d49;
} 

#sidebar a.try {
	width:225px;
	background:url(/images/theme/btn-subside.png) no-repeat 0 0;
				height:49px;
			padding: 7px 16px;
			font-size: 1.8em;
		
	
	text-align: center;
}
#sidebar a.try strong {
	font-size: 1.1em;
	color: #1f2229;
}
#sidebar a.btn-skype {
	width:120px;
	height:36px;
	background:url(/images/theme/btn-skype.png) no-repeat 0 0;
	padding: 13px 14px 13px 123px;
	margin: 6px 0;
	font-size: 1.5em;
}
#sidebar a.btn-subsides {
	width:225px;
	height:29px;
	background:url(/images/theme/btn-subside.png) no-repeat 0 0;
	padding: 16px 16px;
	font-size: 1.3em;
}

#sidebar a.btn-skype:hover, #sidebar a.btn-subsides:hover, #sidebar a.try:hover{
	background-position: 0 -62px;
}

#sidebar p{
	font-size: 1.1em;
	margin: 8px 4px;
}
#sidebar p a{
	text-decoration: underline;
	color: #7894aa;
}
#sidebar p a:hover{
	color: #5e7586;
}

#sidebar .img-sidebar {
	margin:30px 0 0 0;
	background:#FFF;
	border:1px solid #ffbc08;
	width:247px;
	height:auto;
	padding:4px;
}

/*** ADMIN ***/

body.admin #content-left p input#login {
	margin-left:120px;
}

body.admin #content-left p a {
 	color:#3b486b;
	font-weight:bold;
	text-decoration:underline;
	background:none;
	line-height:30px;
}

body.admin #content-left p a:hover {	
	text-decoration:none;
}

body.admin #content-left ul, body.admin #content-left ol {
	font-size:1em;
	margin:8px 0 0 30px;
}
body.admin #content-left ul li {
	list-style-type:none;
	background: url('/images/theme/puce.png') no-repeat 0 6px;
	padding: 0 0 0 10px;	
}

body.admin #content-left ul#subsides-pays li span {
	text-transform: uppercase;	
	padding-right: 8px;
}

body.admin #content-left ul li a, body.admin #content-left ol li a {
	text-decoration:underline;
}

body.admin #content-left ul li a:hover, body.admin #content-left ol li a:hover {
	text-decoration:none;
}

body.admin #content-left form {
	margin:20px 0 0 0;
}

body.admin #content-left form p {
	clear:both;
	padding:15px 0 0 0;
}

body.admin #content-left form label {
	display:block;
	width:120px;
	float:left;
	font-weight:bold;
}

body.admin #content-left textarea.textarea {
	width:380px;
}

body.admin #content-left input {
	width:230px;
	float:left;
}

body.admin #content-left p.submit-btn {
	padding:12px 0 0 0;
}

body.admin #content-left ul ul {
	font-size:1em;
}
body.admin #content-left ul ul li {
	font-size:1em;
}

body.admin #content-left label.nofloat {
	float:none;
	line-height:25px;
}

body.admin #content-left .admin-table {
	width: 100%;	
}

body.admin #content-left .admin-table tr th {
	padding: 3px;
	background: #cecece;
}


body.admin #content-left .admin-table tr td {
	background: #eee;
	padding: 3px;
}

body.admin #content-left .admin-table tr td.alt {
	background: #e0e0e0;
}

/*** FOOTER **/
#spacer-footer	{
	height: 70px;
	clear: both;
}

#footer {
	height:32px;
	margin-top: -40px;
	border-bottom:8px solid #3e64a4;
}

#footer-content {
	width:825px;
	height:32px;
	margin:0 auto;
	background:url(/images/theme/line-footer.png) repeat-x top;
	line-height:32px;
	color:#385c9f;
	font-size:1.1em;
}

#footer-content a {
	color:#385c9f;
	text-decoration:underline;
}

#footer-content a:hover {
	text-decoration:none;
}

#footer-content span.by {
	float:right;
}/* Encodé en UTF-8 */

/*** MESSAGE TOP ***/
#message-top {
	font-size: 1.4em;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

div.ok #message-top-inner {
	background: #ebf1ec url('/images/base/ok-bg.png') repeat-x 0 0;
	min-height: 100px;
	color: #000;
}

div.ok #message-top-inner-inner {
	background: url('/images/base/ok-bg-icon.png') no-repeat 24px 24px;
	min-height: 100px;
}

div.ok #message-top-inner p {	
	color: #376a02;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	padding: 40px 0 0 120px;
}

div.ko #message-top-inner {
	background: #ebf1ec url('/images/base/ko-bg.png') repeat-x 0 0;
	min-height: 100px;
	color: #000;
}

div.ko #message-top-inner-inner {
	background: url('/images/base/ko-bg-icon.png') no-repeat 24px 19px;
	min-height: 100px;
}

div.ko #message-top-inner p {	
	color: #910000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	padding: 20px 0 0 120px;
}

div.ko #message-top-inner ul {	
	padding: 10px 0 10px 120px;
}

div.ko #message-top-inner ul li {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 400;
	padding: 5px 0 5px 12px;
	color: #000;
	list-style: none;
	background: url('/images/base/ko-puce.png') no-repeat 0 10px;
}

#message-top #close {
	width: 100%;
	height: 41px;
	display: block;
	z-index: 99999;
	padding: 0;
}

div.ok #close {
	background: url('/images/base/ok-close-bg.png') repeat-x 0 0;
}

div.ko #close {
	background: url('/images/base/ko-close-bg.png') repeat-x 0 0;
}

#message-top #close a {
	width: 100%;
	height: 41px;
	display: block;
	outline: none;
}

div.ok #close a {
	background: url('/images/base/ok-close-a-bg-de.png') no-repeat 98% 0;
}

div.ko #close a {
	background: url('/images/base/ko-close-a-bg-de.png') no-repeat 98% 0;
	
}div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #000;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/images/fancybox/fancy_progress.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_progress.png', sizingMethod='crop');
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(/images/fancybox/fancy_closebox.png) ;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_closebox.png', sizingMethod='crop');
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_left.png) repeat-x;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_left.png', sizingMethod='crop');
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/fancybox/fancy_title_main.png) repeat-x;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_main.png', sizingMethod='crop');
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_right.png) repeat-x;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_right.png', sizingMethod='crop');
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(/images/fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(/images/fancybox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_n.png) repeat-x;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_ne.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_ne.png', sizingMethod='crop');
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancybox/fancy_shadow_e.png) repeat-y;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_se.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_se.png', sizingMethod='crop');
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_s.png) repeat-x;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_sw.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_sw.png', sizingMethod='crop');
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancybox/fancy_shadow_w.png) repeat-y;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_nw.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images//fancybox/fancy_shadow_nw.png', sizingMethod='crop');
}#calcontainer {
	position: absolute;
	left: 100px;
	top: 100px;
	width: 207px;;
	height: 202px;
	visibility: hidden;
	z-index: 10;
}

#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;
}
