@charset "utf-8";
body {
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	cursor: default;
	text-align: center;
	background: #eef6d7 url(../images/body.gif) no-repeat center top fixed;
	color: #434343;
}
html {}

/*  Text Links  */
a {	text-decoration: underline; color: #d3286c; }
a:hover { text-decoration: none; background-color: #d3286c; color: white;}
a:focus {}
a.backtotop {  text-align: right; padding: 0 1em;}
a.backtotop:hover { background-color: transparent;color: #d3286c; text-decoration: none;}
a.readallnews {
	display: block;
	clear: both;
	text-align: right;
	padding: 0 2em;
	font-size: 120%;
}

h1, h2, h3 {
	text-transform: uppercase;
	color: white;
	display: block;
	clear: both;
}

/*  Headings  */
h1 {font-size: 200%; font-weight: normal; margin: 0; }
h2 {font-size: 180%; font-weight: normal; margin: 0;}
h3 {font-size: 160%; font-weight: normal; margin: 0;}
h4 {font-size: 140%; font-weight: bold; margin: 1em 0;}
h5 {font-size: 120%; font-weight: bold; margin: 1em 0;}
h6 {font-size: 110%; font-weight: bold; margin: 1em 0;}

h1 { 	background: #d3286c url(../images/title_pink.gif) repeat-x top; padding: .2em 1em;}
h2 { 	background: #34a2db url(../images/title_blue.gif) repeat-x top;	padding: .3em 1em;}
h3 { 	background: #aad140 url(../images/title_green.gif) repeat-x top;padding: .4em 1em;}

p {
	color: #434343;
	margin: .8em 0;
	line-height: 180%;
}
p.date_updated {
	padding: 0 1em;
	font-size: 80%;
	color: #333;
}

/* Table Styles */
table {
	border-collapse:separate; 
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	width:100%;
	}
table a {
	text-decoration:none;
	border-bottom:1px dotted;
	}
table a:visited {
	color:#444;
	font-weight:normal;
	}
table a:visited:after {
	content:"\00A0\221A";
	}
table a:hover {
	border-bottom-style:solid;
	}
thead th, thead td, tfoot th, tfoot td {
	color: white;
	font-weight: bold;
	}
th {
	font-weight:bold;
	line-height:normal;
	text-align:left;
	color:  white;
	background-color: #1c76d2;
	}
tbody th, td {
	padding:0.5em 0.5em;
	text-align:left;
	vertical-align:top;	
	}
tbody th {
	font-weight:normal;
	white-space:nowrap;		
	}
tbody th a:link, tbody th a:visited {
	font-weight:bold;
	}
tbody td, tbody th {
	border:1px solid #ccc;
	border-width:1px;
	}
tbody tr.odd th, tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
tbody tr:hover td, tbody tr:hover th {
	background: #e9f2fa;
	border-color:#015fbd;
	color: black;
	}
caption {
	font-weight:normal;
	font-size:1.4em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}

/*  Useful CSS rules  */
.invisible { visibility: hidden; display: none;}
.skip_nav {display: none;}

.thumbnail { border:  solid 1px #ececec; padding: 1px; }
.left { float: left; margin-right:1em;}
.right { float:  right; margin-left: 1em;}
.align-left { float: left; padding-right: 10px;}
.align-right { float: right; padding-left: 10px;}

.img-am { vertical-align: bottom;}
.a-m {vertical-align: middle;}

.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;}

/* For aligned images. Javascript finds aligned images and applied either of these classes */
.float-left { float: left; margin-right: 15px;}
.float-right { float: right; margin-left: 15px;}

.image-caption {float: right; padding: 0 0 0.8em 0.5em; width: 226px; color: #333333;}
.space15 {clear: both; height: 15px; font-size: 1%; line-height: 0;}
.space10 {clear: both; height: 10px; font-size: 1%; line-height: 0;}

/* List Items */
ul, ol { padding: 0 0 0 20px; margin: 5px 0 5px 40px;}
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);}
