d
/* CSS Document */

.colormonth, a:link, a:visited, a:active{
    color:                              #590066;
}

.colormonthOver, .menuchildover, .colormonthBG{
    background-color:                   #7D008E;
}

.menuover {
    background-color:                   #590066;
}

html, body {
    margin:                             0px;
    padding:                            0px;
    vertical-align:                     top;
    font-family:                        arial;
    font-size:                          11px;
    text-align:                         justify;
    line-height:                        130%;
    background-color:                   #000000;
    background-image:                   url(../img/bgmonth/34.png);
	background-attachment:				fixed;
	background-repeat:no-repeat;
    }

p, td {
    vertical-align:                     top;
    font-family:                        arial;
    font-size:                          11px;
    color:                              #333333;
    line-height:                        130%;
    }

textarea, input {
    background-color:                   #e2e2e2;
    font-family:                        arial;
    font-size:                          11px;
    border:                             solid 1px;
    border-color:                       #999999;
   }

.inputW {
    width:                              150px;
}

a:link    {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#979797;}
a:active  {text-decoration:none;}
a:focus   {text-decoration:none;color:#979797;}

a.link_archives{
color:#000000;
}

a.link_archives:hover, a.link_archives:active{
    color:                              #590066;
}


.contTransLogo{
    background-image:                   url(../img/bg_2006_logo_x.png);
}

.fashionshow{
    padding:							1px 0px 0px 0px;
}

.containertop {
	background-color:					#000000;
    background-repeat:                  no-repeat;
    border-bottom:                      0px;
    border-color:                       #808080;
    height:                             180px;
    color:                              #000000;
}

.containermenu, .return {
filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; -khtml-opacity:0.9;
    width:                              180px;
    background-color:                   #777777;
}

.containercontent {
	filter:alpha(opacity=95); 
	-moz-opacity:0.9; 
	 opacity:0.95; 
	-khtml-opacity:0.9;
	
    background-color:                   #FFFFFF;
    padding-bottom:                     20px;
}

.title {
    font-size:                          18px;
    padding:                            0px 0px 20px 0px ;
    font-weight:                        normal;
}

.titleint {
    font-size:                          12px;
    padding:                            0px 0px 0px 0px;
    font-weight:                        bolder;
}

.data, .p{
    vertical-align:                     top;
    height:                             100%;
    background-color:                   #FFFFFF;
    text-align:                         justify;
}


.footer {
    height:                             130px;
    padding-left:                       10px;
    padding-top:                        15px;

}


/* menu */

.menu, .menuover{
    font-size:                          11px;
    cursor:                             pointer;
    color:                              #cdcdcd;
    text-align:                         right;
    border-bottom:                      solid 1px;
    border-color:                       #7d7d7d;
    padding-top:                        6px;
    padding-bottom:                     2px;
}

.menuover {
    font-weight:                        bold;
    border-color:                       #777777;
    color:                              #ffffff;
    }

.menuchild, .menuchildover {
    font-family:                        arial;
    font-size:                          10px;
    font-weight:                        bold;
    padding:                            2px 0px 2px 0px;
    cursor:                             pointer;
    border-bottom:                      solid 0px;
}

.menuchildover{

}

.return, a.return{
    padding-top:                        10px;
    padding-bottom:                     10px;
    text-align:                         right;
    font-size:                          10px;
    font-weight:                        bold;
    background-color:                   #5e5e5e;
    height:                             40px;
	color:#ffffff;
}


/* edito */

.editotable{
    padding:                            0px;
    margin:                             0px;
}

.editotitle{
    font-weight:                        bolder;
    background-color:                   #efefef;
    padding:                            5px;
}

.tdEdito{
    padding:                            3px;
}


/* agenda */

.agendadate{
    font-size:                          10px;
    color:                              #ff0000;
}

.agendatitle{
    padding-bottom:                     10px;
    padding-top:                        4px;
    font-size:                          13px;
    font-weight:                        bold;
}

.agendalight{
    color:                              #999999;
}


