@charset "utf-8";
/* CSS Document */
table {
	color: #09233F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	border: 0px;
	font-size: 0.8em;
}
caption {
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
	color: #CAE677;
	margin: 0px;
	background-color: #134B91;
	padding: 4px;
}
tr {
	background-color: #EFF5F9;
	border-bottom: 4px solid #000033;
}
tr:nth-child(even) {
 background-color: #EFF5F9;
}
tr:nth-child(odd) {
 background-color: #E0E6EB;
}
th {
	text-shadow: 1px 1px 1px #000033;
	white-space:nowrap;
	text-align: left;
	background-color: #6C8FBA;
	color: #E2E9F1;
	padding: 3px;
}
td {
	padding: 4px;
	border-bottom: 1px solid #021084;
}
td:nth-child(odd), td:nth-child(even) {
 border: none;
}
.disclaimer {
	margin: 0px;
	font-size: .8em;
	font-style: italic;
	margin-top: 4px;
	color:#333333;
}

.toc li {
	list-style: none;
}
.note {
        background: transparent;
        font-weight: bolder;
        font-style: italic;
        padding: 0.5em 2em;
}
.greenNote {
        color: green;
}
.redNote {
        color: red;
}
p.note:before {
        content: 'Note: ';
}
.figure {
        text-align: center;
}
.figure img{
	display: block;
	margin:auto;
}
.figureIdentifier {
        font-weight: bold;
}
cite {
      font-style:normal;
}
dl.references .booktitle {
        font-style: italic;
}
#termsOfReference dt {
        margin-top: .4em;
}
dd.normative {
        margin-bottom: 0.8em;
        margin-top: 0.4em
}
.issue {
        padding:.5em;
        border:solid red
}


dfn {
			font-weight: bold;
}
.todo {
				border:10px solid #eee;
				color:#666;
				padding:5px;
				font-size:.8em
}

dl.references dt:before, cite:before{
				content:"["
}
dl.references dt:after, cite:after {
				content:"]"
}

@media screen{
	.notSupported {
		background-color:#F9E6E6;
	}
	cite>span{
		background-color: #DDFFD7;
		color: #FF9933;
		border:dashed;
	}
	em.ct {
		color: #CC0000;
	}
}

@media print {
		dl.references dt:before, cite:before{
						content:"["
		}
		dl.references dt:after, cite:after {
						content:"]"
		}

		body{margin: 0; font-size: 12pt;}
		
		a {
		 text-decoration: none;
		}
		 a:link, a:visited, h1, h2, h3{
		 color: black;
		}		                                     

		abbr {
			border: none;
		}
		cite a:link {
						text-decoration: none;
		}
		.figure img{
						width: 100%;
						margin: 0;
		}
		
		#mainMatter a:link {
						text-decoration: none;
						color: black;
		}
		dfn {
						font-weight: bold;
		}
		

		.todo:before {
						color:red;
						content: "TO DO: "
		} 

}