

body {   
	font-family: geneva, arial, helvetica, sans-serif;
	font-weight: 700;
	font-size: small;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #AAAAAA;
}

a {	
	color: #DD0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}



/* BEGIN: IE FLOAT BUG FIX CODE */
.clearfix:after {
    content: ; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* END: IE FLOAT BUG FIX CODE */



#CONTAINER { 
	min-width: 720px;
	max-width: 1200px;
	margin: 0 auto;
	border-width: 0 1px 0 1px;
	border-color: #000000;
	border-style: solid;
	background: url('images_layout/bg.jpg') repeat-y 25% 0%;
}


#HEADER {
	background: #AAAAAA url('images_layout/header.jpg') repeat-x bottom left;
	padding: 10px;
	text-align: left;
}

#HEADER H1 {
	clear: both;
	font-size: 130%;	
}

#HEADER BR {
	clear: both;	
}

#BROWSEBAR {
	float: left;
	width: 25%;
	padding: 10px 0 10px 0;
}

	#BROWSEBAR ul.BROWSEBARLIST {
		list-style: none;
		margin: 0 0 25px 0;
		padding: 0;
		text-align: left;
	}
	
	#BROWSEBAR ul.BROWSEBARLIST li.BROWSELINKSLEVEL1 {
		margin-left: 10px;
		font-size: 110%;
		text-align: left;
	}

	#BROWSEBAR ul.BROWSEBARLIST li.BROWSELINKSLEVEL2 {
		margin-left: 30px;
		font-size: 100%;
		text-align: left;
		list-style-type: circle;
		list-style-image: url('images/list_tree.gif');
	}
	
	#BROWSEBAR ul.BROWSEBARLIST li.BROWSELINKSLEVEL3 {
		margin-left: 50px;
		font-size: 90%;
		text-align: left;
		list-style-type: circle;
		list-style-image: url('images/list_tree.gif');
	}
	
	#BROWSEBAR ul.BROWSEBARLIST li.BROWSELINKSLEVEL4 {
		margin-left: 70px;
		font-size: 80%;
		text-align: left;
		list-style-type: circle;
		list-style-image: url('images/list_tree.gif');
	}
	
	#BROWSEBAR ul.BROWSEBARLIST li.BROWSELINKSLEVEL1 a {
		color: #DD0000;
	}
	
	#BROWSEBAR ul.BROWSEBARLIST li.BROWSELINKSLEVEL2 a {
		color: #DD1111;
	}

	#BROWSEBAR ul.BROWSEBARLIST li.BROWSELINKSLEVEL3 a {
		color: #DD2222;
	}

	#BROWSEBAR ul.BROWSEBARLIST li.BROWSELINKSLEVEL4 a {
		color: #DD3333;
	}

#CONTENT {
	float: right;
	width: 70%;
	margin: 0;
	margin-left: 5%;
	padding: 10px 0 10px 0;
	text-align: left;
}

#FOOTER {
	clear: both;
	background: #AAAAAA url('images_layout/footer.jpg') repeat-x top left;
	text-align: left;
	padding: 5px;
}


a.TITLE_LINK {
	color: ;
}



/* currency prefix list properties */
table.PREFIXES {  
	text-align: left;
    width: 400px;
    padding: 0;
    margin: 0 0 25px 0;
    border-collapse: collapse;
    font-size: 90%;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

td.PREFIXES_HEADER {
	text-align: center;
	background: #999999;
}

td.PREFIXES_VALUE {
	text-align: center;
}

td.PREFIXES_MINMAX {
	text-align: center;
}

td.PREFIXES_NOTES {
	padding-left: 5px;
	text-align: left;
}

tr.PREFIXES_ROW1 {
	background: #E2D1E1;
	border-width: 1px;
	border-style: solid;
    border-color: #000000;
    color: #000000;
}

tr.PREFIXES_ROW2 {
	background: #BBACBA;
	border-width: 1px;
	border-style: solid;
    border-color: #000000;
    color: #000000;
}

tr.PREFIXES_ROW1_UNVERIFIED {
	font-style: italic;
	color: #666666;
	background: #E2D1E1;
	border-width: 1px;
	border-style: solid;
    border-color: #000000;
}

tr.PREFIXES_ROW2_UNVERIFIED {
	font-style: italic;
	color: #666666;
	background: #BBACBA;
	border-width: 1px;
	border-style: solid;
    border-color: #000000;
}




/* circulation currency checklist properties */
table.CHECKLIST_CIRC {
	text-align: center;
    width: 90%;
    margin: 0px;
    padding: 0px;    
    border-collapse: collapse;
    font-size: 90%;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
}

td.CHECKLIST_CIRC_HEADER {
	background-color: #999999;
	color: #000000;
	border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
}

td.CHECKLIST_CIRC_SET {
	background-color: #000000;
	color: #FFFFFF;	
	border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
}

td.CHECKLIST_CIRC_SIG {
	width: 165px;
	border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
}

td.CHECKLIST_CIRC_CELL {
	border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
}

td.CHECKLIST_CIRC_CELL_EMPTY {
	border-width: 0;
    border-style: solid;
    border-color: #CCCCCC;
}





span.CURRENCYDETAILS_FACTS_TITLE {
	font-size: 130%;
}

span.CURRENCYDETAILS_FACTS_SUBTITLE {
	font-style: italic;
}

span.CURRENCYDETAILS_FACTS_FIELD {
	color: #333333;
}


