/* CSS Document */
.hide {
	display: none;
}
.center {
	text-align: center;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.breaker{
	clear: both;
	height: 1px;
	overflow: hidden;
}
.bg_none{
	background:none;
}
.bold{
	font-weight:bold;
}
#page {
	
	padding-bottom: 10px;
	text-align: left;
}

/* Header */
#header {
	height: 140px;
}

#header #menu_haut {
	float: right;
	font-size: 10px;
}

#header #menu_haut ul {
	padding: 13px 15px 0 0;
}

#header #menu_haut ul li {
	float: left;
}

#header #menu_haut ul li a {
	padding: 0 9px;
	color: #0EBBCD;
	background: transparent url("../images/css/separ_menu_haut.gif") no-repeat right 2px;
}
#header #menu_haut ul li.last a {
	padding: 0 9px;
	background: none;
}
#header #menu_haut ul li a.active {
	color: #000;
}

/* Logo */

#header .logo {
	width: 424px;
	height: 91px;
	margin-left: 40px;
}

/* Ariane */
#ariane {
	font-size: 10px;
	padding: 5px 14px 0 0;
}

/* Menu */

#menu {
	font-size: 12px;
	height: 32px;
	margin: 0px 7px;
	position:relative;
	z-index: 15;
	background: url("../images/css/menu.png") no-repeat top left;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li a {
	color: #FFF;
	text-decoration: none;
}
#menu ul li {
	list-style-type: none;
	float: left;
	position: relative;
	white-space: nowrap;
	text-transform: uppercase;		
}
#menu ul li.last {
   background: none;
   padding-right: 0px;
}
#menu ul {
	list-style-type:none;
	white-space:nowrap;
	text-transform:uppercase;
	position:relative;
	z-index:9;	
}
#menu a b {
	display: block;
	float: left;	
	height: 2em;
	line-height: 1.9em;
	font-size: 12px;
	cursor: pointer;
	padding: 4px 18px;
}
#menu :hover {
	white-space: normal;
}
#menu li:hover > a b,
#menu li.active > a b {
	color: #fff;
	background: url("../images/css/menu_hover.gif") repeat-x;
	background-color: #2A2A66;
}
#menu li#premierh:hover > a b,
#menu li#premierh.active:hover > a b {
	color: #fff;
	background: url("../images/css/menu1_hover.gif") no-repeat;
	background-color: #2A2A66;
}
#menu li#premierh.active > a b {
	color: #fff;
	background: url("../images/css/menu2_hover.gif") no-repeat;
	background-color: #2A2A66;
}
#menu ul li ul {
	visibility:hidden;
	position:absolute;	
	top:0;
	left:0; 
	margin-left:0px;
	width:191px;
	padding-top:0px;	
	padding-bottom:5px;
	background-color: #2A2A66;
}
#menu ul li ul li {
	float:none;
	margin-bottom:0px;
	padding-top:5px;		
}
#menu ul li:hover ul,
#menu ul a:hover ul{
	display:block;
	visibility:visible;
	top:32px;
	margin-top:0px;
	position:absolute;	
}
#menu ul :hover ul li {
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#menu ul :hover ul li a,
#menu ul li ul li a {
	 display:block;  
	 color:#FFF;
	 text-transform:none;
	 font-weight:bold;
	 padding:4px 0 4px 20px;
	 margin:0px 2px;
	 font-size: 12px;
	 border-bottom: 1px solid #546591;
}
#menu ul :hover ul li.last a,
#menu ul li ul li.last a  {
	 border-bottom: 0;
}
#menu ul :hover ul li a:hover,
#menu ul li ul li a:hover {
	text-decoration:none;
	color: #0EBBCD;
}
#menu ul li.separateur {
	background: url("../images/css/separ_menu.gif") no-repeat top left;
	width: 3px;
	height: 47px;
}

/* Recherche */
#search {
	margin: 4px 6px;
}
#search input {
	color: #013299;
	font-size: 11px;
}
#search .btn {
	cursor: pointer;
	border: 0px;
	width: 25px; height: 25px;
	background: url("../images/css/search_btn.png") no-repeat;
}

/* bandeau home */
#bandeau_home {
	margin: 0px 8px;	
}
#bandeau_home img,
#bandeau_home embed {
	margin-top: -8px;
}

/* Contenu Home */
#content_home {
	background-color: #FFFFFF;
	margin: 10px 8px 0 8px;
	overflow: visible;
}
#content_home .home_bloc {
	margin: 0 12px 10px 0;
	height: 230px;
	overflow: hidden;
}
#content_home .home_bloc h2 {
	font-size: 18px;
	color: #A2AAB8;
	font-weight: normal;
	padding: 9px;
	border-bottom: 5px solid #F9F9F9;
}
#content_home .home_bloc .contenu {
	padding: 10px;
	color: #283D68;
	font-size: 12px;
}
#content_home .home_bloc .contenu img {
	padding: 10px;
	border: 1px solid #D9DCE1;
	margin-right: 20px;
}
#content_home .home_bloc .contenu p {
	margin-top: 7px;
	line-height: 13px;
}
#content_home .home_bloc .contenu ul {
	margin-top: 20px;
}
#content_home .home_bloc .contenu ul li {
	background: url("../images/css/fleche_grise.gif") no-repeat 0px 2px;
}
#content_home .home_bloc .contenu ul li a {
	display: block;
	height: 18px;
	padding-left: 12px;
	color: #00B6FE;
	font-weight: bold;
}

/* surcharges blocs home */
#content_home #bloc1 {
	width: 420px;
}
#content_home #bloc1 .contenu ul {
	margin-left: 165px;
}
#content_home #bloc2 {
	width: 180px;
	padding: 0px 5px;
	background-color: #F8F8F8;
}
#content_home #bloc2 h2 {
	border-bottom: 5px solid #FFFFFF;
}
#content_home #bloc3 {
	width: 286px;
	margin-right: 0;
	padding: 0px 5px;
	background-color: #FBFBFB;
}
#content_home #bloc3 h2 {
	border-bottom: 5px solid #FFFFFF;
}

/* Contenu Interne */
#content {
	margin: 0px 8px;
}

/* Menu gauche */
#menu_gauche {
	width: 203px;
	position: relative;
	margin-right: 10px;
	background: url("../images/css/menu_bg.jpg") repeat-y top center;
}
#menu_gauche .top {
	height: 20px;
	background: url("../images/css/menu_arr_top2.gif") no-repeat top center;
}
#menu_gauche h2 {
	color: #8B8B8B;
	padding: 9px 10px 9px 15px;
	font-size: 12px;
	text-transform: uppercase;
	background: url("../images/css/menu_arr_top.gif") no-repeat top center;
}
#menu_gauche ul {
	padding: 0 8px;
	background: url("../images/css/menu_center.gif") repeat-y top center;
}
#menu_gauche ul li {
	padding: 6px 10px 6px 20px;
	border-bottom: 1px solid #E2E0E1;
	background: url("../images/css/fleche_grise.gif") no-repeat 7px 8px;
}

/*#menu_gauche ul li.active {
	background: url("../images/css/fleche_grise_bordure.gif") no-repeat 0 8px;
}*/
#menu_gauche ul li#premier {
	border-top: 1px solid #E2E0E1;
}
#menu_gauche ul li a {
	font-size: 12px;
	color: #0EBBCD;
	font-weight: bold;
}
#menu_gauche ul li a:hover {
	color: #11286B;
	text-decoration: none;
}
#menu_gauche ul li.active a {
	color: #11286B;
}
#menu_gauche .end {
	height: 239px;
	width: 203px;
	background: url("../images/css/menu_arr_bottom.jpg") no-repeat bottom center;
	/*position:absolute;*/
	/*bottom:0px;*/
}
#menu_gauche ul li ul {
	margin: 12px 0 2px 0;
	padding: 0;
	border: 1px solid #FCFCFC;
}
#menu_gauche ul li ul li {
	border-bottom: 0;
	padding: 1px 6px;
	background-image: none;
}
#menu_gauche ul li ul li a,
#menu_gauche ul li.active ul li a,
#menu_gauche ul li#premier ul li a {
	font-size: 11px;
	color: #0EBBCD;
	padding-left: 10px;
	background: url("../images/css/fleche_bleue.gif") no-repeat 0px 3px
}
#menu_gauche ul li ul li a:hover,
#menu_gauche ul li.active ul li a:hover,
#menu_gauche ul li.active ul li.active2 a,
#menu_gauche ul li#premier ul li a:hover,
#menu_gauche ul li#premier ul li.active2 a {
	color: #11286B;
	text-decoration: none;
	background: url("../images/css/fleche_bleue.gif") no-repeat 0px -11px
}

/* Encarts Gauche */
#encart_gauche,
#encart_gauche_menu {
	background-color: #FFFFFF;
	border: 1px solid #D6DADD;
	width: 160px;
	padding: 7px 3px 7px 5px;
	margin: 15px;
	position: relative;
}
#encart_gauche_menu {
	width: 173px;
	margin: 15px 7px 0 7px;
	padding: 7px;
}
#encart_gauche img.encart {
	position: absolute;
	left: 149px;
	top: 0px;
}
#encart_gauche_menu img.encart {
	position: absolute;
	left: 164px;
	top: 0px;
}
#encart_gauche img.float_left {
	margin-right: 10px;
}
#encart_gauche h4 {
	color: #4DB28A;
	font-size: 11px;
	margin-bottom: 3px;
	text-transform: uppercase;
}
#encart_gauche_menu h4 {
	font-size: 16px;
	color: #A2AAB8;
	font-weight: normal;
	margin: 8px 0 5px 0;
}
#encart_gauche span {
	color: #00AAFC;
	font-size: 10px;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
#encart_gauche p {
	color: #8B8B8B;
	font-size: 9px;
	width: 75px;
	float: left;
	line-height: 12px;
}
#encart_gauche_menu .contenu p {
	line-height: 14px;
}
#encart_gauche_menu .contenu ul {
	margin-top: 15px;
	padding: 0px;
}
#encart_gauche_menu .contenu ul li {
	border: 0px;
	padding: 6px 0px 0px 20px;
}

/* Contenu principal de page */
#main_content {
	width: 747px;
	height: 500px;
	background: #FBFBFB url("../images/css/bg_content_blocs.jpg") no-repeat bottom left;
}
html[xmlns] #main_content {
	min-height: 500px;
	height:auto;	
}
#main_content .bandeau {
	position: absolute;
	z-index: 1;
}
#main_content #titre {
	position: relative;
	top: -115px;
	left: 50px;
	z-index: 2;
	font-size: 30px;
	color: #FFF;
	width:650px;
}
#main_content #chapo {
	position: relative;
	top: -110px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 18px;
	width: 620px;
	left: 50px;
	z-index: 2;
	font-size: 15px;
	color: #010;
}
#main_content #content_blocs,
#main_content #contenu_texte {
	padding-top: 170px;
	padding-left: 16px;
	position: relative;
	z-index: 10;
}
#main_content #content_blocs .bloc {
	padding: 1px;
	margin-right: 10px;
	border: 1px solid #A4A4A4;
	height: 260px;
	overflow: hidden;
	margin-bottom: 10px;
}
#main_content #content_blocs .bloc h2 {
	color: #11286B;
	padding: 9px;
	font-size: 11px;
	text-transform: uppercase;
	background: url("../images/css/bloc_master_titre.jpg") repeat-x top left;
}
#main_content #content_blocs .bloc .contenu {
	padding: 8px;
}
#main_content #contenu_texte img.visuel,
#main_content #content_blocs .bloc .contenu img {
	padding: 7px;
	border: 1px solid #D9DCE1;
}
#main_content #content_blocs .bloc .contenu ul li {
	padding: 6px 10px 6px 20px;
	background: url("../images/css/fleche_grise.gif") no-repeat 7px 8px;
}
#main_content #content_blocs .bloc .contenu ul li a {
	font-size: 11px;
	line-height: 12px;
	color: #0EBBCD;
	font-weight: bold;
}
#main_content #content_blocs .bloc .contenu p {
	font-size: 11px;
	margin: 0 10px 0 19px;
	line-height: 14px;
}
#main_content #content_blocs .bloc.tiers {
	width: 220px;
}
#main_content #content_blocs .bloc.moitie {
	width: 338px;
}

/* Editorial */
#main_content #contenu_texte {
	padding-left: 43px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#main_content #contenu_texte h2 {
	color: #1A367F;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 4px solid #DADADA;
}
#main_content #contenu_texte img.visuel {
	float: right;
	margin-left: 15px;
}
#main_content #contenu_texte p {
	margin-bottom: 15px;
}
#main_content #contenu_texte p a {
	text-decoration: underline;
}
#main_content #contenu_texte h3,
#main_content #contenu_texte p,
#main_content #contenu_texte b,
#main_content #contenu_texte li {
	line-height: 16px;
}
#main_content #contenu_texte img.float_left {
	margin-right: 15px;
}
#main_content #contenu_texte img.float_right {
	margin-left: 15px;
}
#main_content #contenu_texte ul,
#main_content #contenu_texte p ul{
	/*float: left;*/
	display: block;
	list-style: square;
	padding-left: 20px;
	margin-bottom:10px;
}

/* Fichiers */
#main_content div.fichiers {
	padding: 4px 7px 10px 7px;
	border: 1px solid #D9DDE0;
	background-color: #FFF;
}
#main_content div.fichiers table {
	width: 100%;	
}
#main_content div.fichiers table thead {
	color: #676767;
	font-weight: bold;
}
#main_content div.fichiers table td {
	padding: 7px;
}
#main_content div.fichiers table tr.fichier td {
	background-color: #F8F8F8;
}
#main_content div.fichiers table td.taille {
	width: 150px;
}
#main_content div.fichiers table td.taille a {
	padding: 6px 0 6px 25px;
}
#main_content table a {
	text-decoration: none;
	padding: 6px 0 6px 10px;
	background: url("../images/css/fichier_puce.gif") no-repeat 0px 10px
}
#main_content table a:hover {
	text-decoration: underline;
}
#main_content table a.pdf {
	background: url("../images/css/puce_pdf.gif") no-repeat 0px 6px
}

#main_content table a.doc {
	background: url("../images/css/puce_word.gif") no-repeat 0px 6px
}

#main_content table a.xls {
	background: url("../images/css/puce_excel.gif") no-repeat 0px 6px
}

#main_content table a.img {
	background: url("../images/css/puce_image.gif") no-repeat 0px 6px
}

#main_content table a.file {
	background: url("../images/css/puce_file.gif") no-repeat 0px 6px
}

/* Commune */
table.commune {
	width: 657px;
	color: #333333;
	background-color: #FFF;
	border: 1px solid #DADDE2;
	margin-bottom: 20px;
}

.separation {
	border-bottom:1px solid #DADDE2;
}

table.commune span {
	display: block;
	padding: 8px;
}
table.commune span.gras {
	font-weight: bold;
}
table.commune span.fond,
table.commune span.fichier {
	background-color: #F8F8F8;
}
table.commune td {
	padding: 10px;
	vertical-align: top;
}
table.commune td.plan {
	width: 210px;
	text-align: center;
	border-left: 1px solid #DADDE2;
}
ul#lettre_com {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}
table.commune span.spamfilter {
	display: inline;
	padding: 0px;
}
ul#lettre_com li {
	list-style-type: none;
	float: left;
	margin-right: 2px;
	width: 22px; height: 22px;
	background: url(../images/css/puce_commune.gif) no-repeat top left;
}
ul#lettre_com li a {
	color: #FFFFFF;
	font-size: 15px;
	display: block;
	padding: 3px 0 0 5px;
	font-weight: bold;
	text-decoration: none;
}
ul#lettre_com li a:hover,
ul#lettre_com li a.active {
	text-decoration: none;
	width: 22px; height: 22px;
	background: url(../images/css/puce_commune_active.gif) no-repeat top left;
}

/* fichiers commune*/
table.commune .pdf {background: url("../images/css/puce_pdf.gif") no-repeat 382px 7px}
table.commune .doc {background: url("../images/css/puce_word.gif") no-repeat 382px 7px}
table.commune .xls {background: url("../images/css/puce_excel.gif") no-repeat 382px 7px}
table.commune .image {background: url("../images/css/puce_image.gif") no-repeat 382px 7px}
table.commune .file {background: url("../images/css/puce_file.gif") no-repeat 382px 7px}

/* FAQ */
#questions {
	margin-bottom: 20px;
}
#questions div {
	width: 310px;
	margin-right: 15px;
}
#questions div a {
	color: #254169;
	display: block;
	line-height: 15px;
}
#questions div a b,
#questions div a:hover {
	color: #00B6FF;
}
#questions div a:hover {
	text-decoration: underline;
}
#reponses div {
	margin-bottom: 25px;
}

/* Emploi */
div#offre {
	color: #000;
	position: relative;
}
div#offre h3 {
	color: #333366;
	font-size: 15px;
	margin-bottom: 20px;
}
div#offre div {
	line-height: 16px;
	padding-bottom: 3px;
}
div#offre div#rtr_offres {
	position: absolute;
	right: 0px;
	top: -35px;
}
div#offre div#rtr_offres a {
	font-weight: bold;
	padding-left: 12px;
	background: url("../images/css/fleche_grise_g.gif") no-repeat 0 4px;
}
div#offre #postuler {
	text-align: center;
	margin-top: 10px;	
}
div#offre #postuler a {
	color: #FFF;
	display: block;
	margin: auto;
	width: 114px;
	height: 17px;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	background: url("../images/css/btn_postuler.gif") no-repeat top center;
}
#contenu_texte div#offre p {
	margin-top: 30px;
	line-height: 15px;
}

/* Liste */
table.liste, table.liste_rte {
	width: 100%;
	margin-top: 20px;
	background: #FFF;
	border-top: 1px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
}
table.liste td, table.liste_rte td {
	padding: 8px;
	border-right: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}

table.liste thead td, table.liste_rte td.entete{
	font-size: 11px;
	padding: 8px;
	font-weight: bold;
	text-transform: uppercase;
	background: url("../images/css/bloc_master_titre.jpg") repeat-x top left;
}

table.liste_rte td.entete {
	padding: 14px;
}

table.liste_rte td.entete p{
	margin-bottom:0 !important;
	line-height:0 !important;
}

table.liste_rte td p {
	margin-bottom:15px !important;
	line-height:16px !important;
}

#contenu_texte table.liste thead td a {
	color:#263F6B;
	font-weight: bold;
	margin-right: 10px;
	display: block;
	background-image: none;
}
#contenu_texte table.liste thead td a.haut {
	background: url("../images/css/fleche_haut.gif") no-repeat center right;
}
#contenu_texte table.liste thead td a.bas {
	background: url("../images/css/fleche_bas.gif") no-repeat center right;
}
#contenu_texte table.liste tbody td a {
	background-image: none;
	font-weight: bold;
	padding: 0px;
}
#contenu_texte table.liste tbody tr.fond td {
	background: #E8E8E8;
}

#contenu_texte table.liste_rte tr td.fond {
	background: #E8E8E8;
}

/* Formulaire */
table.formulaire {
	width: 100%;
	color: #323232;
	margin-top: 20px;
}
table.formulaire td {
	padding: 5px;
}
table.formulaire td.lib {
	width: 180px;
	text-align: right;
	vertical-align: top;
}
table.formulaire td b,
table.formulaire td.champs {
	color: #09A967;
}
table.formulaire td.champs {
	font-size: 10px;
	padding-left: 150px;
}
table.formulaire td.champs.contact {
	padding-right: 60px;
	text-align: right;
}
table.formulaire select,
table.formulaire input.txt {
	width: 250px;
	padding: 1px;
	font-size: 11px;
	border: 1px solid #E3E1E1;
}
table.formulaire textarea {
	border: 1px solid #E3E1E1;
	width: 400px;
	height: 150px;
}
table.formulaire input.radio {
	width: 13px;
	border: 0;
}
table.formulaire input.inpfile {
	width: 330px;
	padding: 1px;
	border: 1px solid #E3E1E1;
}
table.formulaire td.submit {
	text-align: center;
}
table.formulaire td.submit.contact {
	text-align: left;
}
table.formulaire td.submit input {
	width: 66px;
	height: 22px;
	color: #FFF;
	font-weight: bold;
	border: 0px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: url("../images/css/btn_envoyer.gif") no-repeat top left;
}
#main_content #contenu_texte form p {
	font-size: 10px;
	margin-top: 20px;
	line-height: 11px;
}

/* Pied de page */
#pied {
	font-size: 10px;
	margin-top: 10px;
}
#adresse {
	margin-right: 20px;
	color: #8F97A4;
}
#menu_pied {
	margin-left: 10px;
}
#menu_pied ul li {
	float: left;
}
#menu_pied ul li a {
	padding: 0 9px;
	color: #0EBBCD;
	background: transparent url("../images/css/separ_menu_haut.gif") no-repeat right 2px;
}
#menu_pied ul li.last a {
	padding: 0 9px;
	background: none;
}

/* Sitemap */
#sitemap h1 {
	margin: 15px 0 5px 0;
	font-size: 15px;
}
#sitemap h1, #sitemap h1 a {
	color: #8F97A4;
}
#sitemap a {
	padding: 2px 0;
	display: block;
	width: 200px;
}
#sitemap a:hover {
	color: #000066;
	text-decoration: none;
}
#sitemap .level1 {
	background: url("../images/css/fleche_bleue.gif") no-repeat 0px 4px;
	padding-left: 10px;
	margin-left: 5px;
}
#sitemap .level2 {
	padding-left: 25px;
}
#sitemap .level3 {
	padding-left: 40px;
}

/* Browse */
table.browse {
	width: 100%;
	margin-top: 20px;
	background: #FFF;
	border-top: 1px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
}
table.browse td {
	padding: 8px;
	border-right: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}
table.browse thead td {
	font-size: 11px;
	padding: 8px;
	font-weight: bold;
	text-transform: uppercase;
	background: url("../images/css/bloc_master_titre.jpg") repeat-x top left;
}
table.browse a{
	background:none;
	padding:6px 0pt 6px 10px;
	text-decoration:none;
}
/* Warning */
.message-warning {
    color:red;
}
#main_content #contenu_texte .message-warning h2 {
	border-bottom:1px solid #DADADA;
    color:red;
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
	padding-bottom:5px;
}
/* pagination */
.pagenavigator {
    border-top:3px solid #C6C6C6;
    background-color:#EEE;
    padding: 5px;
}
.pagenavigator p {
    margin-bottom:3px !important;
}
ul li p {
	margin-bottom:4px !important;
}
ul li p a{
	text-decoration:none !important;
}
#main_content .o2k7Skin a,
#main_content .o2k7Skin div.mceToolbar span  {
	padding:0;
}
#main_content .o2k7Skin div.mceToolbar span.mceToolbarElement {
clear:none;
float:left;
height:26px;
}
#main_content table.mceLayout a.mceButton {
    padding: 0;
    background: transparent url(/extension/ezoe/design/standard/stylesheets/skins/o2k7/img/button_bg.png) repeat 0 0;
}
#main_content table.mceLayout a.mceText {
    background:#EAF2FB;
    padding: 0 0 0 4px;
}
#main_content .o2k7Skin .mceListBox .mceOpen{
	background:transparent url(/extension/ezoe/design/standard/stylesheets/skins/o2k7/img/button_bg.png) repeat scroll -66px 0;
}
div.categorie a{
    font-weight:bold;
	text-decoration:underline;
	color: #11286B;
}

/** In-Site **/
div.maincontentheader{font-size:1.5em;text-decoration: underline;}
.block label{ display:block; padding-bottom: 5px; }
.block .date .element{ padding: 0 0.8em 0 0; float: left; }
.block .date .element.calendar-button{ padding:1.3em 0 0 0.8em }
.block .date .break{ clear:both; }
.block .labelbreak{ clear:both; }
#main_content table a.selector,
#main_content table a.link-close{background:none;padding:0;}
#main_content table a.calnavleft{background:url("/extension/smilecalendar/design/standard/stylesheets/YahooUI/calendar/assets/callt.gif") no-repeat scroll 0 0 transparent;padding:0;}
#main_content table a.calnavright{background:url("/extension/smilecalendar/design/standard/stylesheets/YahooUI/calendar/assets/calrt.gif") no-repeat scroll 0 0 transparent;padding:0;}
.yui-calendar .calheader {line-height:16px;}
.block label span.required{ color:#F00;font-style:italic;font-weight:normal; }

