/*TODO: Figure out why this only works in preview but not on main page.*/
/*html {
	background: #6699cc url("/obj/images/tile.png") repeat-y top center;
	color: #000000;
}*/

#natcodes_banner {
    background: url("http://www.nationalcodes.ca/obj/images/top_banners/natcodes_banner.jpg") #FFF no-repeat top left;
}

a.no-link {
	color: #000 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

div#natcodes_banner p.main {
	font-size: 140% !important;
}

a.externallink {
	background-color: transparent;
	background-image: url("/obj/images/external_link.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
	padding-right: 12px;
}

/*TODO: This adds a PDF icon to all PDF links.  CLF-2 may not allow this. */
/*a[href $='.pdf'] {
	padding-left: 18px;
	background: transparent url("/obj/images/pdf_icon_small_clf2.gif") no-repeat center left;
}*/

/*****************************************************************************/
/*                      CCR/Inquiry/Volunteer Forms                          */
/*****************************************************************************/

/* CC (Country Code) tabs. */

.mtabsactive {
	font-size: 1em;
	font-weight: bold;
	padding: 5px 5px;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	position: relative;
	bottom: 1px;
	border-bottom: 1px solid white;
}
.mtabsactive:link, .mtabsactive:visited {
	color: black !important;
}

.mtabsinactive {
	background: #cccccc;
	color: lightgrey;
	font-size: 1em;
	font-weight: normal;
	padding: 5px 5px;
}
.mtabsinactive:link, .mtabsinactive:visited {
	color: #369 !important;
}

/* Info/Success message box. */

.info, .success {
	border: 1px solid;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 0px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/obj/images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('/obj/images/success.png');
}

/* Attached files horizontal lines. */

.afhr {
	border: none;
	background-color: lightgrey;
	height: 1px;
	width: 390px;
	margin: 10 auto 10 0;
}
* html .afhr {
	color: lightgrey;
	text-align: left;
	margin: 0 0 0 0;
}

