@charset "utf-8";
body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	cursor: default;
	background: #326da0 url(../images/body.gif) repeat-x top fixed;
	padding: 15px 0 0 0;
	color: #231f20;
	overflow-x: hidden;
}
html {}

/*  Text Links  */
a, a:link {	
	text-decoration: none;
	color: #e10b8c;
	font-weight: bold;
}

a:visited {
	text-decoration:underline;
	color: #a70868;
}

a:hover { 
	text-decoration: underline;
}
a:focus {
	color:red
}

a:active {
	color: red;
}

a img {
	border:none 0
}

a.backtotop { display: block; width: 100%; text-align: right; clear: both;}

h1  {  margin: 1em 0;  }
h2, h3, h4, h5, h6 { margin: .5em 0;}

/*  Headings  */
h1 {font-size: 170%; font-weight: bold; }
h2 {font-size: 140%; font-weight: bold; }
h3 {font-size: 120%; font-weight: bold; }

h4 {font-size: 130%; font-weight: bold; }
h5 {font-size: 110%; font-weight: bold; }
h6 {font-size: 100%; font-weight: bold; }

p {
	line-height: 140%;
	margin: 0 0 .8em 0;
}


/* Table Styles */
table {
	margin: 0 1em;
	}
th {
	font-weight:bold;
	line-height:normal;
	text-align:left;
	color:  white;
	background-color: #8c3589;
	}
th, td {
	padding:0.5em 0.5em;
	text-align:left;
	vertical-align:top;	
	border:1px solid #8c3589;
	border-width:1px;
}
tr:nth-child(2n) {
	background: #f6f6f6;
	}
tr:hover td {
	background-color: white;
	border-color: gray;
	}
caption {
	margin:0;
	padding: 1em 0.25em;
	font-size: 90%;
	font-weight: bold;
	color:#999;
	text-align: left;
	}

/* Buttons with Arrows */
.readmore-arrow {
	text-indent: -1000em;
	display: block;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: left top;
}
.pinkarrow {	background-image: url(../images/button-readmore-pink.png);color:white }
.greenarrow {	background-image: url(../images/button-readmore-green.png);color:white }
.purplearrow {	background-image: url(../images/button-readmore-purple.png);color:white }


/* Buttons with rounded corners */
.index_buttons {
	padding-top: 1em;
}
.button {
	display: block;
	float: left;
	width: 30%;
	padding: 0;
}
.button_spacer {
	display: block;
	width: 72%;
}
.button {
	padding: 0 .5em;
	color: white;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin: .5em 1px .5em 0;
}
.button:hover {	text-decoration: none;}
.button_spacer {
	padding: 1em 3em 1em 1em;
	background-repeat: no-repeat;
	background-position: right center;
}
.b_pink {				background-color: #ec008c;	}
.b_pink:hover { 	background-color: #d2027e;		}
.b_purple {				background-color: #6f57a5;	}
.b_purple:hover {	background-color: #51378b;		}
.b_green {				background-color: #39b54b;	}
.b_green:hover {	background-color: #2c923b;		}

/*  Useful CSS rules  */
.invisible { visibility: hidden; display: none;}
.skip_nav {display: none;}

.clear { clear: both;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.b {font-weight: bold;}
.no-m {padding: 0; margin: 0;}
.no-u {text-decoration: none;}

.floatleft { float:  left;}
.floatright { float:  right;}

.image-caption {float: right; padding: 0 0 0.8em 0.5em; width: 226px; color: #333333;}

/* List Items */
ul, ol { padding: 0 0 0 0; margin: 5px 0 5px 20px;}
ul li, ol li {padding: .3em 0 .3em 0;}

ul.arrow li {	background: url(../images/bulletim_arrow_black.gif) no-repeat left 5px; }
ul.bullets { list-style: none; padding: 0 0 0 20px; margin: 0 0 5px 0;}
ul.bullets li {
	padding: 5px 0 5px 24px;
	margin: 0;
	background: no-repeat 0 5px;
}
ul.bullets li ul { margin: 0; padding: 0; list-style: none; display: block; }
ul.bullets li ul li { background-color: #FFFFFF; background-image: none;}

ul.list_calendar li { background-image: url(../images/icon_calendar.png);}
ul.list_ticks li { background-image: url(../images/icon_bullet-tick.png);}
ul.list_book li { background-image: url(../images/icon_book.png);}
ul.list_pages li { background-image: url(../images/icon_pages.png);}
ul.list_pdf li { background-image: url(../images/icon_pdf.png);}
ul.list_webpage li { background-image: url(../images/icon_webpage.png);}

/* added by AD 27/01/2010 for the map */
#mymap:hover {
	cursor:hand;
}
