/* CSS Document */


body.calendar {
	background:url('backgroundCAL.jpg') top left repeat-x;
background-color:#eeeeee;
background-attachment: fixed;
}
body.suppliers {
	background:url('backgroundSUP.jpg') top left repeat-x;
background-color:#eeeeee;
background-attachment: fixed;
}
body.members {
	background:url('backgroundMEMBERS.jpg') top left repeat-x;
	background-attachment: fixed;
background-color:#eeeeee;
}
body.results {
	background:url('backgroundRES.jpg') top left repeat-x;
background-color:#eeeeee;
background-attachment: fixed;
}




/*Left Note - blue box inside left container*/
#LeftNote {
margin:0px 15px 0 15px; 
position:relative;
float:left;
width: 160px;
}
div.calendar {
background:url('LeftNoteTop.png') top left no-repeat;
padding:30px 0 0 0;
}
div.builders {
background:url('LeftNoteAboutTop.png') top left no-repeat;
padding:72px 0 0 0;
}
#LeftNote p.top {
display:block;
margin:0;
background-image:none;
}
#LeftNote p {
margin:0;
padding: 0px 10px 0 10px;
display: block;
background:url('LeftNoteMiddle.png') top left repeat-y;
}
#LeftNote p.bottom {
margin:0;
display: block;
background:url('LeftNoteBottom.png') top left no-repeat;
height: 15px;
}

/*styles for calendar table*/
.ppal {
	border: 3px solid #FFFFFF;
}
.ybook {
	border: 1px solid #000000;
}

.dinamica {
	height:30px;
}
.results {
	height:20px;
}
.resultsCont {
	height:30px;
}

.date {
	padding-left:2px;
}


.mes {

	font-size: 12px;
	font-weight:bold;
	height:30px;
	vertical-align:bottom;
	background-color:#cccccc;
	vertical-align:middle;
	text-align:center;
}


a.calendar {
	color:#FF0000;
}

/*end of styles for CALENDAR*/
.dinamica.suppliers {
	height:50px;
}
/*to separe note above from table*/
ul.separator {
	width:740px;
	border-bottom:#000000 1px dotted;
	padding: 20px 0 0 20px;
	float:left;
	display:block;
	list-style:none;
	margin:0;
	position:relative;
	z-index:1;
}
ul.ulybook {
list-style:none;
padding: 0px;
}
ul.ulybook li {
/*background: url('circle.png') 0 3px no-repeat;*/
list-style-type:none;
margin-top: 1px;
padding-left:0px;
}
ul.ulybook li a {
	color:#333333;
	font-size:10px;
}




