/* ### www.esprit-public.fr ###*/
/* ### SCREEN stylesheet ###*/
/* ### Esprit Public - Juin 2008 ### */
/* ### par Guillaume DAILLIER ### */


/* ###################### SOMMAIRE (mettre � jour) ###### */
/* $1. Balises de base */
	/* $1.1 CLASSES GENERIQUES  */
/* $2. Styles de formulaires */
/* $3. Blocs de mise en page */
/* $4. Header + Menu Pratique */
/* $5. Menu principal et menus niveaux 2 et 3 */

/* $7. Contenu principal */
	/* $7.1 CLASSES GENERIQUES */
/* $8. Contenu page  1 colonne */
/* $9. Contenu page  2 colonnes */
/* $10. Contenu page  3 colonnes */
/* $11. Contenu fiche */
/* $12. Widgets document page */
/* $13. Adaptation CPS */

/* ###################################################### */



/* ###################### $1. Balises de base ############################## */
@import url(reset.css);

body {
	font-family: "Courier New",sans-serif;
	font-size:62.5%;
	line-height:1.25em;
	color:#000 ;
	background:#FFF;
	padding-top:38px;
}

/* BALISES BLOCK ******************* */

h1,h2,h3,h4,h5,h6 {
	font-family:"Courier New", Sans serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1 {
	font-size:1.6em;
	font-size: 20px;
}

h2 {
	font-size:1.7em;
	line-height:1.5em;
	margin-top:20px;
}

h3 {
	font-size:1.3em;
	font-weight:bold;
	line-height:1.5em;
	margin-top:10px;
}

h4 {
	font-size:1.1em;
	line-height:1.5em;
	margin-top:10px;
}

h1 small {
	font-size:0.6em;
	color:#000;
	font-family:"Courier New", Sans serif;
}

p, ul, ol, table {
	margin-bottom:20px;
}

ul {
	margin:10px 15px 20px 15px;
}

li {
	padding:0 0 0 15px;
	margin:2px 0 2px 0;
}

ul ul {
	margin:10px 0 10px 0;
}

ul ul li {

}

abbr, acronym {
	cursor:help;
}

table {
	border:0px;
	border-collapse:collapse;
}

table td, table th {
	padding:10px;
	vertical-align:baseline;
	border:0px;
}

table th {
	font-size:1em;
	color:#999;
	background-color:inherit;
}

caption {
	display:none;
}

/* BALISES INLINE ****************** */
a {
	color:#000;
	background-color:inherit;
	text-decoration:underline;
	font-weight:bold;
}

a:hover, a.actif {
	color:#C87028;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

img {
	padding:0px;
	margin:0px 5px 0 0;
}

img.left {
	float:left;
	margin:5px 5px 0 0;
}

img.right {
	float:right;
	margin:5px 0 0 5px;
}

blockquote {
	background:url(../img/imgQuote.gif) no-repeat top right;
	color:#95969A;
	display:block;
	float:right;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3em;
	margin:10px 0pt 5px 5px;
	padding:0pt 90px 0pt 0pt;
	text-align:right;
	width:200px;
}

/* ************** $1.1 CLASSES GENERIQUES ************** */

.noDisplay {
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.noFloat {
	clear:both;
}


/* ###################### $2. Styles de formulaires ######################## */

form p {
	margin-bottom:5px;
}

input, select, textarea {
	font-size:1em;
	color:#C87028;
	background-color:#fff;
	padding:2px;
	margin:2px 0 2px 0;
	vertical-align:middle;
	font-family: "Arial",sans-serif;
	border:1px solid #C87028;
}

input:hover, select:hover, textarea:hover {
	border:1px solid #FE7706;
	background: #FEF1E7;
}

input:focus, select:focus, textarea:focus {
	border:1px solid #FE7706;
}

input.focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: #FEF1E7;
	border:1px solid #FE7706
}

input.normal {	/*** Retour � l'�tat normal apr�s l'utilisation ***/
	background: #FFF;
	border:1px solid #C87028;
}

form input.submit {
	background:url(../img/boutonValider.gif) no-repeat;
	width:80px;
	height:20px;
	cursor:pointer;
	border:none;
}

form input.submit:hover {
	background:url(../img/boutonValiderOver.gif) no-repeat;
}


form input.submit_en {
	background:url(../img/boutonValider_en.gif) no-repeat;
	width:52px;
	height:20px;
	cursor:pointer;
	border:none;
}

form input.submit_en:hover {
	background:url(../img/boutonValiderOver_en.gif) no-repeat;
}




form input.effacer {
	background:url(../img/boutonEffacer.gif) no-repeat;
	width:83px;
	height:20px;
	cursor:pointer;
	border:none;
}

form input.effacer:hover {
	background:url(../img/boutonEffacerOver.gif) no-repeat;
}

form input.effacer_en {
	background:url(../img/boutonEffacer_en.gif) no-repeat;
	width:70px;
	height:20px;
	cursor:pointer;
	border:none;
}

form input.effacer_en:hover {
	background:url(../img/boutonEffacerOver_en.gif) no-repeat;
}



textarea {
	width:300px;
	height:90px;
	margin:0 0 10px 0;
}

textarea.focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: #FEF1E7;
	border:1px solid #FE7706;
}

textarea.normal {	/*** Retour � l'�tat normal apr�s l'utilisation ***/
	background: #FFF;
	border:1px solid #C87028;
}

input.texte {
	width:85px;
}

legend {
	display:none;
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

label:hover {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs � cliquer sur les intitul�s ***/
}

label {	/*** Mise en forme des intitul�s de champs ***/
	display:block;
	float: left;	/*** Tr�s important, ne pas suprimer ! ***/
	width: 80%;	/*** Les intitul�s prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: left;	/*** ... et ils sont align�s � droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.2;	/*** ... et centr�s verticalement. ***/
}

.requis {
	color:#f00;
}

/* formulaire journaliste */
#journaliste {
	margin:0 0 0 0;
}

#journaliste p {
	float:left;
	width:100%;
}

#journaliste label {
	width:180px;
	text-align: right;
	padding-top:5px;
}

#journaliste #validation {
	padding:20px 0 0 150px;
}

#agenda #evenement p {
	margin:0 0 20px 0;
	float:left;
	width:100%;
}

#agenda legend {
	display:block;
}

#agenda p {
	float:left;
	width:100%;
}

#agenda fieldset {
	margin-bottom:25px;
}

#agenda input {
	float: left;
	margin-right:5px;
}

#datedebut, #datefin {
	width:230px;
}

#agenda label {
	width: 91%;
	text-align: left;
}

#newsletter label {
	width:95%;
	text-align:left;
}

#newsletter input.submit {
	background:url(../img/boutonAbonner.gif) no-repeat;
	width:101px;
	height:20px;
	cursor:pointer;
	margin-top:20px;
}

#newsletter input.submit:hover {
	background:url(../img/boutonAbonnerOver.gif) no-repeat;
}

#newsletter input.submit_en {
	background:url(../img/boutonAbonner_en.gif) no-repeat;
	width:85px;
	height:20px;
	cursor:pointer;
	margin-top:20px;
}

#newsletter input.submit_en:hover {
	background:url(../img/boutonAbonnerOver_en.gif) no-repeat;
}


#newsletter input.desabonner {
	background:url(../img/boutonDesabonner.gif) no-repeat;
	width:135px;
	height:20px;
	cursor:pointer;
	border:none;
	margin-top:20px;
}

#newsletter input.desabonner:hover {
	background:url(../img/boutonDesabonnerOver.gif) no-repeat;
}

#newsletter input.desabonner_en {
	background:url(../img/boutonDesabonner_en.gif) no-repeat;
	width:103px;
	height:20px;
	cursor:pointer;
	border:none;
	margin-top:20px;
}

#newsletter input.desabonner_en:hover {
	background:url(../img/boutonDesabonnerOver_en.gif) no-repeat;
}


#rechercher fieldset {
	margin:15px 0 5px 0;
}

#rechercher a {
	font-weight:normal;
}

#rechercher #search {
	width:100px;
}

#rechercher input.submit {
	background:url(../img/boutonSearch.gif) no-repeat;
	width:101px;
	height:20px;
	cursor:pointer;
	margin-top:3px;
}

#rechercher input.submit:hover {
	background:url(../img/boutonSearchOver.gif) no-repeat;
}

#rechercher input.submit_en {
	background:url(../img/boutonSearch_en.gif) no-repeat;
	width:70px;
	height:20px;
	cursor:pointer;
	margin-top:3px;
}

#rechercher input.submit_en:hover {
	background:url(../img/boutonSearchOver_en.gif) no-repeat;
}

/* ###################### $3. Blocs de mise en page ######################## */

#container {
	width:930px;
	height:460px;
	margin: 0px auto;
	/* border:1px solid #000; */
}

* html #container {
	width:940px;
}

#header {
/*	height:45px;*/
}

#colGauche {
	width:200px;
	float:left;
	position:relative;
	clear:both;
}

#colDroite {
	width:730px;
	float:left;
	font-size:1.1em;
}

* html #colDroite {
	width:740px;
}

#col1, #col2, #col3, #page1col, #page2col #bg2col, #page3col #bg3col {
	margin:85px 0 0 0;
	float:left;
}

/* ###################### $4. Header ####################################### */
#header h1 {
	float:left;
	visibility:visible;
}

#header h1 a {
	display:block;
	width:178px;
	height:45px;
	margin:0px 0 0 0;
	background:url(../img/logo.gif) no-repeat;
}

#menuPratique {
	float:right;
	width:550px;
}

#menuPratique ul {
	float:right;
	margin:0;
	list-style:none;
	padding:0;
}

#menuPratique li{
	margin:0;
	padding:0;
	display:inline;
	float:left;
}

#menuPratique form {
	float:left;
	height:22px;
	width:238px;
	padding-top:3px;
	margin:0 0px 0 0;
}

#menuPratique input {
/*	height:12px;*/
}

#menuPratique #formMoteurRech .submit {
	background:url(../img/boutonSearch.gif) no-repeat;
	width:93px;
	height:17px;
	cursor:pointer;
}

#menuPratique #formMoteurRech .submit:hover{
	background:url(../img/boutonSearchOver.gif) no-repeat;
}

#menuPratique #formMoteurRech .submit_en {
	background:url(../img/boutonSearch_en.gif) no-repeat;
	width:97px;
	height:20px;
	cursor:pointer;
}

#menuPratique #formMoteurRech .submit_en:hover{
	background:url(../img/boutonSearchOver_en.gif) no-repeat;
}

/* ###################### $5. MENU PRINCIPAL ############################### */
#menuPrincipal {
	margin:85px 0 0 0;
	font-size:1.6em;
	line-height:0.95em;
	font-weight:bold;
	text-transform:uppercase;
}

#menuPrincipal ul {
	margin:0;
}

#menuPrincipal li {
	color:#999;
	padding:0;
}

#menuPrincipal li a {
	text-decoration:none;
}

#menuPrincipal li.open ul {
	display: block;
}

#menuPrincipal ul ul li.open ul {
	display: block;
}

#menuPrincipal ul ul {
	margin:3px 0 6px 0;
	font-size:0.7em;
	/*display: none;*/
}

#menuPrincipal ul ul ul li a {
	color:#7F7F7F;
	font-weight:normal;
}

#menuPrincipal ul ul ul li a:hover, a.active  {
	color:#C87028;
}


#menuPrincipal ul ul ul{
	margin:-2px 0 0 20px;
	font-size:1em;
	font-weight:normal;
	color:#7F7F7F;
	/* display: none; */
}

#menuPrincipal li a#flux_rss{
	display:block;
	background:transparent url(../img/picto_rss.gif) no-repeat scroll 0 0;
	width:14px;
	height:1px;
	overflow:hidden;
	padding-top:13px;
}

/* ###################### $7. CONTENU PRINCIPAL ############################ */

#versionEN, #versionFR {
	margin-top:100px;
	float:left;
}

#colDroite p {
	margin-bottom:5px;
}

#colDroite a {
	color:#7F7F7F;
	background-color:inherit;
	text-decoration:none;
}

#colDroite a:hover {
	color:#C87028;
}

#colDroite h1 {
	margin:0 0 25px 0;
	text-transform:uppercase;
}

#colDroite ul {
	margin:0 0 0 0;
}

#colDroite li {
	margin:0 0 10px 0;
	padding:0;
}

#colDroite #news {
	margin:25px 0 35px 0;
}

#news li {
	margin:10 0 2px 0;
    text-transform:uppercase;
}

#news li a {
	color:#000;
	font-weight:bold;
}

#pagination {
	float:right;
	margin-top:25px;
}

#pagination ul {
	margin:0;
}

#pagination li {
	display:inline;
	float:left;
	margin:0 3px 0 3px;
	padding:0;
}

#pagination a {
	font-weight:normal;
}

#pagination .boutonPrecedent {
	background:url(../img/boutonPrecedent.gif) no-repeat;
	width:15px;
	height:9px;
	display:block;
	margin-top:2px;
	text-decoration:none;
}

#pagination .boutonPrecedent:hover {
	background:url(../img/boutonPrecedentOver.gif) no-repeat;
}

#pagination .boutonSuivant {
	background:url(../img/boutonSuivant.gif) no-repeat;
	width:15px;
	height:9px;
	display:block;
	margin-top:2px;
	text-decoration:none;
}

#pagination .boutonSuivant:hover {
	background:url(../img/boutonSuivantOver.gif) no-repeat;
}

/* ************** $7.1 CLASSES GENERIQUES ************** */

.orange {
	color:#C87028;
}

.blocImageLegende {
	float:left;
	padding:0 5px 15px 0;
}

.legende {
	font-size:0.9em;
	text-decoration:underline;
}

.img_accueil {
	margin-top:85px;
}

.boutonSuite {
	background:url(../img/boutonSuivant.gif) no-repeat;
	width:15px;
	height:9px;
	display:block;
	float:right;
	text-decoration:none;
	margin:-10px -45px 0 0;
}

.boutonSuite:hover {
	background:url(../img/boutonSuivantOver.gif) no-repeat;
}

.boutonPlay {
	background:url(../img/boutonFleche.gif) no-repeat;
	width:27px;
	height:27px;
	display:block;
	margin:-5px 0 10px 0;
	text-decoration:none;
}

.boutonPlay:hover {
	background:url(../img/boutonFlecheOver.gif) no-repeat;
}

.boutonCalendar {
	margin:5px 0 0 0;
	float:left;
}


/* ###################### $8. Contenu page  1 colonne - (3 ID utilis�s dans BODY) >>> #accueil - #page1col1img - #uneColonne ########################### */


#page1col1img #col1 img.left, #uneColonne #colDroite img.left,
#page1col1img #col1 img.right, #uneColonne #colDroite img.right{
	padding:0px;
	margin:0 10px 20px 0;
}

#page1col1img #col1 {
	width:222px;
	padding:0 60px 0 25px;
	background:url(../img/bg2col.gif) repeat-y;
}

#page1col1img #col2 {
	width:420px;
}

/* ************** propri�t� de page avec 1 colonne sans image ************** */

#uneColonne #colDroite {
	margin-top:85px;
	padding:0 60px 60px 25px;
	background:url(../img/bg2col.gif) repeat-y;
	float:left;
	font-size:1.1em;
	width:642px;
}

/* ###################### $9. Contenu page  2 colonnes - (1 ID utilis� dans BODY) >>> #page2col ############################## */

#page2col #bg2col {
	background:url(../img/bg2col2.gif) repeat-y;
}

#page2col #col1, #page2col #col2 {
	width:280px;
	padding:0 60px 0 25px;
	margin:0px 0 0 0;
}

/* ###################### $10. Contenu page  3 colonnes - (1 ID utilis� dans BODY) >>> #page3col ############################## */

#page3col #bg3col {
	background:url(../img/bg2col3.gif) repeat-y;
}

#page3col #col1, #page3col #col2 {
	padding:0 25px 0 25px;
	margin:0px 0 0 0;
}

#page3col #col1 {
	width:107px;
}

#page3col #col2 {
	width:285px;
}

#page3col #col3 {
	width:238px;
	padding:0;
	margin:0px 0 0 0;
}

/* ###################### $11. Contenu FICHE ############################## */

#fiche #menuPratique {
	width:450px;
}

#fiche #container {
	width:650px;
	margin:0 35px 0 35px;
}

#fiche #colDroite {
	background:transparent url(../img/bg2col.gif) repeat-y scroll 0 0;
	padding-left:20px;
	width:430px;
	margin-top:60px;
}

#fiche #colGauche {
	padding-top:0px;
	margin-top:60px;	
}

#fiche #colGauche h2{
	margin-top:0;
}

#fiche #col1 {
	margin-top:0px;
}

#fiche #bg2col {
	background:url(../img/bg2col2.gif) repeat-y;
}

/* **************  Hack opera ************** */
html:first-child .boutonSuite { margin:2px -45px 0 0; }

html:first-child .boutonRadio {
	border:none;
	float:left;
	margin-right:5px;
}

html:first-child #agenda label { width:85%;padding-top:3px; }

/* ************** Hack IE7 ************** */
*+html .boutonSuite { margin:-10px -95px 0 30px; }

*+html #colDroite h1 { margin:1px 0 25px 0; }

*+html .boutonRadio {
	border:none;
	float:left;
	margin-right:5px;
}

*+html #agenda label { width:85%; padding-top:5px; }

#agenda label {
    font-size:1.5em;
    font-weight:bold;
    text-align:left;
    text-transform:uppercase;
    width:91%;
}

#agenda #periode label {
    text-transform:none;
    font-weight:normal;
    font-size:1em;
}

#agenda #periode h2 {
    text-transform:uppercase;
    font-size:1.5em;
    letter-spacing:0;
}

*+html #menuPratique form { padding-top:0px; }

/* ###################### $12. Widgets document page ############################## */
div.texteImage {
  height: auto;
  clear:both;
}

div.imageTexte {
  height: auto;
  clear:both;
}

div.imageTexteGauche {
  float: left;
  width: auto;
  padding-right:0.5em;
  padding-bottom:0.5em;
  padding-top:0px;
}
div.imageTexteDroite {
  width: auto;
  padding:0em 1em 1em 0em;
  vertical-align: top;
  text-align: justify;
}
div.imageTexteDroite p {
	margin-top:0;
}
div.texteImageTexteRaz {
  clear: both;
  padding:0.25em 0em 0.25em 1em;
}
div.texteImageGauche {
  float: left;
/*  width: 463px !important;
  width: 465px;*/
  padding: 0em 1em 1em 0em;
  vertical-align: top;
/*  text-align: justify;*/
}

.contentAvecGaucheAvecDroite div.texteImageGauche {
	width: 318px !important;
  width: 320px;
}

.contentAvecGaucheSansDroite div.texteImageGauche {
  width: 390px !important;
  width: 392px;
}

div.texteImageDroite {
  float: right;
/*  padding-right:7px !important;
  padding-right:11px;
  width: auto;
  padding-top:0 !important;*/
margin: 0 0 10px 10px;
}

div.texteImageDroite .legende, div.imageTexteGauche .legende {
color:black;
display:block;
font-size:0.9em;
margin:0pt auto;
text-align:left;
white-space:nowrap;
}

.ct2TexteGauche, .cl2TexteGauche {
  position: relative;
  float: left;
  width: 48%;
  margin-right: 1%;
  overflow: hidden;
}
.ct2TexteDroite, .cl2TexteLiens {
  position: relative;
  float: right;
  width: 48%;
  margin-left: 1%;
}
div.ct22ColsTexte {
  width: 100%;
  clear:both;
}

.Col2Img1, .Col2Img2 {
  float: left;
  width: 47%;
}

.Col2Img1{
	margin-right:2%;
	margin-right:expression("2%");
}

.Col2Img2{
	margin-left:2%;
	margin-left:expression("2%");
}

.Col3Img1, .Col3Img2, .Col3Img3 {
  float: left;
  width: 30%;
}

.Col3Img1{
	margin-right:2%;
	padding-right:expression("2%");
}

.Col3Img2{
	margin-right:2%;
	margin-left:2%;
	padding-right:expression("2%");
	padding-left:expression("2%");
}

.Col3Img3 {
	margin-left:2%;
	padding-left:expression("2%");
}

.Col4Img1, .Col4Img2, .Col4Img3, .Col4Img4 {
  float: left;
  width: 21%;
  width: expression("20%");
}

.Col4Img1 {
	margin-right:2%;
	padding-right:expression("1%");
}

.Col4Img2, .Col4Img3 {
	margin-right:2%;
	margin-left:2%;
	padding-right:expression("1%");
	padding-left:expression("1%");
}

.Col4Img4 {
	margin-left:2%;
	padding-left:expression("1%");
}


.Col5Img1, .Col5Img2, .Col5Img3, .Col5Img4, .Col5Img5 {
  float: left;
  width: 16%;
  width: expression("15%");
}

.Col5Img1 {
	margin-right:2%;
	padding-right:expression("1%");
}

.Col5Img2, .Col5Img3, .Col5Img4 {
	margin-right:2%;
	margin-left:2%;
	padding-right:expression("1%");
	padding-left:expression("1%");
}

.Col5Img5 {
	margin-left:2%;
	padding-left:expression("1%");
}

/* ###################### $13. Adaptation CPS ############################## */
#byline{
	margin-top:10px;
	border-top:1px solid black;
	clear:both;
}

.stopFloat{
	clear:both;
}

label{
	float:none;
	display:inline;
}

#journaliste label, #agenda label, #newsletter label, .CPSForm label {
	float:left;
	display:block;
}

.CPSForm label {
	width:180px;
	float:left;
	display:block;
	text-align:right;
}

.CPSForm #validation{
	padding:20px 0 0 150px;
}


.htmlarea .toolbar table, .htmlarea .toolbar td, .htmlarea .toolbar th{
	margin:0px !important;
	padding:0px !important;
	border:0 !important;
	text-align:left !important;
	width:auto !important;
}

.clearBoth{
	clear:both;
}

.calendar table{
	margin:0 !important;
	width: auto !important;
	border-collapse:none !important;
}


form table th, form table td, form table{
	border:0 !important;
}

.required{
	text-decoration:underline;
}


table{
	margin-top:2px;
}

.message, .confirm{
	color:#C87028;
	border:1px solid #C87028;
	padding:10px;
	margin:5px;
}

.submitForm .champRequis{
	display:block;
}

#uneColonne #col1{
	margin-top:0px;
}

.radioButtonHList{
	display:block;
	float:left;
	border:1px solid #C87028;
	padding:10px;
	margin-bottom:10px;
}

.radioButtonHList .labelRadioBouton{
	float:left;
	display:inline;
	width:auto;
	padding:0 15px 0 5px;
}

.radioButtonHList input{
	float:left;
}

.radioButtonList{
	display:block;
	float:left;
	border:1px solid #C87028;
	padding:10px;
	margin-bottom:10px;
}

.radioButtonList .labelRadioBouton{
	float:none;
	display:inline;
	width:auto;
	padding:0 15px 0 5px;
}

.label_string_ro{
	clear:both;
}

#fiche #colGauche img{
	width:95px;
}

#fiche #versionEN img{
	width:50px;
	height:50px;
}

#accueil #colDroite{
	padding-top:85px;
	min-height:540px;
}

.ct22ColsTexte, .imageTexte, .texteImage, .linkImage, .Col2Img, .Col3Img, .Col4Img, .Col5Img{
	padding:5px 0;
}

#colGauche .box{
	clear:left;
	padding-top:10px;
}

.JWMp3WebPlayer{
    margin-left: 1px;
}

/*****************************************************/
/* dynamic table */
/*****************************************************/
.filter_event_form fieldset{display:inline;border:1px solid #7F7F7F;padding:10px;margin:2px}
.filter_event_form fieldset label{font-size:90%;position:relative;top:-2px}
.filter_event_form fieldset #dt_input_past{margin-left:0;padding-left:0}
.filter_event_form fieldset #dt_input_query{font-size:90%;width:180px;margin-top:10px}

#dynamicdata{margin:2px}

.yui-dt-mask{position:absolute;z-index:9500;}
.yui-dt-tmp{position:absolute;left:-9000px;}
.yui-dt-scrollable .yui-dt-bd{overflow:auto;}
.yui-dt-scrollable .yui-dt-hd{overflow:hidden;position:relative;}
.yui-dt-scrollable .yui-dt-bd thead tr,.yui-dt-scrollable .yui-dt-bd thead th{position:absolute;left:-1500px;}
.yui-dt-scrollable tbody{-moz-outline:none;}
thead .yui-dt-sortable{cursor:pointer;}
thead .yui-dt-draggable{cursor:move;}
.yui-dt-coltarget{position:absolute;z-index:999;}
.yui-dt-hd{zoom:1;}
th.yui-dt-resizeable .yui-dt-resizerliner{position:relative;}
.yui-dt-resizer{position:absolute;right:0;bottom:0;height:100%;cursor:e-resize;cursor:col-resize;background-color:#CCC;opacity:0;filter:alpha(opacity=0);}
.yui-dt-resizerproxy{visibility:hidden;position:absolute;z-index:9000;background-color:#CCC;opacity:0;filter:alpha(opacity=0);}
th.yui-dt-hidden .yui-dt-liner,td.yui-dt-hidden .yui-dt-liner,th.yui-dt-hidden .yui-dt-resizer{display:none;}
.yui-dt-editor{position:absolute;z-index:9000;}
.yui-dt table{margin:0;padding:0;font-family:arial;font-size:inherit;border-collapse:separate;*border-collapse:collapse;border-spacing:0;border:1px solid #7F7F7F !important;}
.yui-dt thead{border-spacing:0;}
.yui-dt caption{color:#000;font-size:85%;font-weight:normal;font-style:italic;line-height:1;padding:1em 0;text-align:center;}
.yui-dt th{background:#D8D8DA url(images/sprite.png) repeat-x 0 0;}
.yui-dt th,.yui-dt th a{font-weight:normal;text-decoration:none;color:#000;vertical-align:bottom;}
.yui-dt th{margin:0;padding:0;border:none;border-right:1px solid #CBCBCB;}
.yui-dt tr.yui-dt-first td{border-top:1px solid #7F7F7F;}
.yui-dt th .yui-dt-liner{white-space:nowrap;}
.yui-dt-liner{margin:0;padding:0;padding:4px 10px 4px 10px;}
.yui-dt-coltarget{width:5px;background-color:red;}
.yui-dt td{margin:0;padding:0;border:none;border-right:1px solid #CBCBCB;text-align:left;}
.yui-dt-list td{border-right:none;}
.yui-dt-resizer{width:6px;}
.yui-dt-mask{background-color:#000;opacity:.25;filter:alpha(opacity=25);}
.yui-dt-message{background-color:#FFF;}
.yui-dt-scrollable table{border:none;}
.yui-dt-scrollable .yui-dt-hd{border-left:1px solid #7F7F7F;border-top:1px solid #7F7F7F;border-right:1px solid #7F7F7F;}
.yui-dt-scrollable .yui-dt-bd{border-left:1px solid #7F7F7F;border-bottom:1px solid #7F7F7F;border-right:1px solid #7F7F7F;background-color:#FFF;}
.yui-dt-scrollable .yui-dt-data tr.yui-dt-last td{border-bottom:1px solid #7F7F7F;}
th.yui-dt-asc,th.yui-dt-desc{background:url(images/sprite.png) repeat-x 0 -100px;}
th.yui-dt-sortable .yui-dt-label{margin-right:10px;}
th.yui-dt-asc .yui-dt-liner{background:url(images/dt-arrow-up.png) no-repeat right;}
th.yui-dt-desc .yui-dt-liner{background:url(images/dt-arrow-dn.png) no-repeat right;}
tbody .yui-dt-editable{cursor:pointer;}.yui-dt-editor{text-align:left;background-color:#F2F2F2;border:1px solid #808080;padding:6px;}
.yui-dt-editor label{padding-left:4px;padding-right:6px;}
.yui-dt-editor .yui-dt-button{padding-top:6px;text-align:right;}
.yui-dt-editor .yui-dt-button button{background:url(images/sprite.png) repeat-x 0 0;border:1px solid #999;width:4em;height:1.8em;margin-left:6px;}
.yui-dt-editor .yui-dt-button button.yui-dt-default{background:url(images/sprite.png) repeat-x 0 -1400px;background-color:#5584E0;border:1px solid #304369;color:#FFF;}
.yui-dt-editor .yui-dt-button button:hover{background:url(images/sprite.png) repeat-x 0 -1300px;color:#000;}
.yui-dt-editor .yui-dt-button button:active{background:url(images/sprite.png) repeat-x 0 -1700px;color:#000;}
tr.yui-dt-even{background-color:#FFF;}
tr.yui-dt-odd{background-color:#EDF5FF;}
tr.yui-dt-even td.yui-dt-asc,tr.yui-dt-even td.yui-dt-desc{background-color:#EDF5FF;}
tr.yui-dt-odd td.yui-dt-asc,tr.yui-dt-odd td.yui-dt-desc{background-color:#DBEAFF;}
.yui-dt-list tr.yui-dt-even{background-color:#FFF;}
.yui-dt-list tr.yui-dt-odd{background-color:#FFF;}
.yui-dt-list tr.yui-dt-even td.yui-dt-asc,.yui-dt-list tr.yui-dt-even td.yui-dt-desc{background-color:#EDF5FF;}
.yui-dt-list tr.yui-dt-odd td.yui-dt-asc,.yui-dt-list tr.yui-dt-odd td.yui-dt-desc{background-color:#EDF5FF;}
th.yui-dt-highlighted,th.yui-dt-highlighted a{background-color:#B2D2FF;}
tr.yui-dt-highlighted,tr.yui-dt-highlighted td.yui-dt-asc,tr.yui-dt-highlighted td.yui-dt-desc,tr.yui-dt-even td.yui-dt-highlighted,tr.yui-dt-odd td.yui-dt-highlighted{cursor:pointer;background-color:#B2D2FF;}
.yui-dt-list th.yui-dt-highlighted,.yui-dt-list th.yui-dt-highlighted a{background-color:#B2D2FF;}
.yui-dt-list tr.yui-dt-highlighted,.yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc,.yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc,.yui-dt-list tr.yui-dt-even td.yui-dt-highlighted,.yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted{cursor:pointer;background-color:#B2D2FF;}
th.yui-dt-selected,th.yui-dt-selected a{background-color:#446CD7;}
tr.yui-dt-selected td,tr.yui-dt-selected td.yui-dt-asc,tr.yui-dt-selected td.yui-dt-desc{background-color:#426FD9;color:#FFF;}
tr.yui-dt-even td.yui-dt-selected,tr.yui-dt-odd td.yui-dt-selected{background-color:#446CD7;color:#FFF;}
.yui-dt-list th.yui-dt-selected,.yui-dt-list th.yui-dt-selected a{background-color:#446CD7;}



.yui-dt-list tr.yui-dt-selected td,.yui-dt-list tr.yui-dt-selected td.yui-dt-asc,.yui-dt-list tr.yui-dt-selected td.yui-dt-desc{background-color:#426FD9;color:#FFF;}
.yui-dt-list tr.yui-dt-even td.yui-dt-selected,.yui-dt-list tr.yui-dt-odd td.yui-dt-selected{background-color:#446CD7;color:#FFF;}
.yui-dt-paginator{display:block;margin:6px 0;white-space:nowrap;}
.yui-dt-paginator .yui-dt-first,.yui-dt-paginator .yui-dt-last,.yui-dt-paginator .yui-dt-selected{padding:2px 6px;}
.yui-dt-paginator a.yui-dt-first,.yui-dt-paginator a.yui-dt-last{text-decoration:none;}
.yui-dt-paginator .yui-dt-previous,.yui-dt-paginator .yui-dt-next{display:none;}
a.yui-dt-page{border:1px solid #CBCBCB;padding:2px 6px;text-decoration:none;background-color:#fff;}
.yui-dt-selected{border:1px solid #fff;background-color:#fff;}

.yui-pg-container{display:block;margin:6px 0;white-space:nowrap;}
.yui-pg-first,.yui-pg-previous,.yui-pg-next,.yui-pg-last,.yui-pg-current,.yui-pg-pages,.yui-pg-page{display:inline-block;font-family:arial,helvetica,clean,sans-serif;padding:3px 6px;zoom:1;}
.yui-pg-pages{padding:0;}
.yui-pg-current{padding:3px 0;}
a.yui-pg-first:link,a.yui-pg-first:visited,a.yui-pg-first:active,a.yui-pg-first:hover,a.yui-pg-previous:link,a.yui-pg-previous:visited,a.yui-pg-previous:active,a.yui-pg-previous:hover,a.yui-pg-next:link,a.yui-pg-next:visited,a.yui-pg-next:active,a.yui-pg-next:hover,a.yui-pg-last:link,a.yui-pg-last:visited,a.yui-pg-last:active,a.yui-pg-last:hover,a.yui-pg-page:link,a.yui-pg-page:visited,a.yui-pg-page:active,a.yui-pg-page:hover{color:#06c;text-decoration:underline;outline:0;}
span.yui-pg-first,span.yui-pg-previous,span.yui-pg-next,span.yui-pg-last{color:#a6a6a6;}
.yui-pg-page{background-color:#fff;border:1px solid #CBCBCB;padding:2px 6px;text-decoration:none;}
.yui-pg-current-page{background-color:transparent;border:none;font-weight:bold;padding:3px 6px;}
.yui-pg-page{margin-left:1px;margin-right:1px;}
.yui-pg-first,.yui-pg-previous{padding-left:0;}
.yui-pg-next,.yui-pg-last{padding-right:0;}
.yui-pg-current,.yui-pg-rpp-options{margin-left:1em;margin-right:1em;}

#yui-dt0-paginator0{padding-bottom:10px}
.selectAll{cursor:pointer;background:transparent url(../images/select.png) no-repeat scroll left bottom;margin-left:10px;padding-left:20px;position:relative;top:44px;zoom:1;}
.selectAll:hover{background:transparent url(../images/select_over.png) no-repeat scroll left bottom}
* html .selectAll{top:42px}
* *+html .selectAll{top:42px}
