/* 
    Document   : louvre_custom.css
    Created on : Feb 14, 2011, 12:46:11 PM
    Author     : ztasnadi
    Description:
        To rewrite drupal default css, rules whose are altering the default louvre template
*/
tbody {
  border-top: none;
}

thead th {
  border-bottom: none;
  padding-right: 0;
}

th {
  border-bottom: none;
  padding-right: 0;
}

.pager .page .drpager-page {
    width:20px;
    height:16px;
    padding:0 1px;
    text-align:right;
    vertical-align:middle;
}

hr {
  border: 0 !important;
  height: 3px !important;
}

#main-menu li#bt-informations .indicator { background-position:0 -539px; }
#main-menu li#bt-informations { width:12.4em; }/*fr*/
#main-menu li#bt-informations.active a,
#main-menu li#bt-informations.highlight a { 
    color:#da6153;/*red*/
    /*text-shadow: 0 0 1px rgba(218,97,83,0.7);*/
}
#main-menu li#bt-informations.active a.hover { color:#862c12; }

.art-layout .bt-all a {
    background: none repeat scroll 0 0 #4B1378;
}

.form-1 .error {
	color: #B01200;
	text-align: left;
}

#pop-content .error {
	color: #B01200;
}

.form-1 .link-1 a {
	text-align: left;
}

#user-login-form {
	text-align: left;
}

.form-item {
  margin: 0 !important;
  /*padding: 0 !important;*/
}

/*col-1.fieldset,col-2.fieldset {*/
.form-criterias fieldset {
  padding: 0em !important;
  margin-bottom: 0 !important;
}

#box-agenda table td.current-day a {
  color: #90ae1a;
}

.activities-layout #box-agenda table td.current-day  a { color:#c9ac00; }
.exhibitions-layout #box-agenda table td.current-day a { color:#e67111; }
.palais-layout #box-agenda table td.current-day  a { color:#a7006a; }
.art-layout #box-agenda table td.current-day a { color:#4b1378; }
.informations-layout #box-agenda table td.current-day a { color:#c82d00; }


#form-subscribe .validpass {
    color: #82C8D7;
    font-size: 1.1em;
}

#form-subscribe p.error {
		color: #B01200;
		padding-bottom: 5px;
}

#form-subscribe .valid {
	margin-bottom: 10px;
}