@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	background-color: white;
	cursor: default;
	color: #3a3a3a;
	margin: 2em 0 0 0;

}
html {}

table.ig_reset{
	width:10em;
	float:right;
}

/*  Text Links  */
a {			text-decoration: none; color: #e43e6c;}
a:hover { 	text-decoration: underline;}
a:focus {}

a.backtotop { 
	display: block; 
	clear: both; 
	text-decoration: none;
	padding: 1em 0;
}
/*  Headings  */
h1 {font-size: 200%; font-weight: bold; padding-bottom: .5em; color: #0099cc;}
h2 {font-size: 180%; font-weight: bold; font-weight: normal; padding-top: .2em; padding-bottom: 0; color: #666;}
h3 {font-size: 160%; font-weight: bold; font-weight: normal; padding: 0;}
h4 {font-size: 140%; font-weight: bold; margin: 1em 0; color: #003366; padding: .5em 0; margin: 0;}
h5 {font-size: 120%; font-weight: bold; margin: 1em 0;}
h6 {font-size: 100%; font-weight: bold; margin: 1em 0;}

p { line-height: 130%; margin: 1em 0;}

/* Padding on Images in the main content column */
.middle-3col img, .middle-2col img, .singlecol img {
	padding: 0 .5em;
}

hr {
	border: none 0;
	color: white;
}

.clearfix:after, hr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 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*/ #009BD1;
	}
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; visibility: hidden;}

.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;}

.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 2em;}
ul li, ol li {padding: .3em 0 .3em 1em;}

.col ul li {
	list-style: disc;
}
.col ol li {
	list-style: decimal;
}

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);}
