/** Defualt Stylesheet for NTEU142.org
	* Version: 1.0
	* Original Date: Dec 2006
	* Revised Date: Dec 2006
**/

@import url("backgroundimages.css");


body {
	color: #000;
	background-color: #ccc;
/**  background-image: url("http://www.site.com/v2/images/bg.gif"); **/
	background-image: url("../images/bg.gif");
	margin: 0;
	padding: 2em;
	font-size: normal;
	font-family: "Microsoft Sans Serif", helvetica, arial, sans-serif;
	}
i {
	font-family: "Microsoft Sans Serif", helvetica, arial, sans-serif;
	}


/* ------------------ Links --------------------- */
:visited {
	color: #666;
	}
:visited:hover {
	color: #06f;
	}
:visited:active {
	color: #000;
	}
:link {
	color: #00f;
	}
:link:hover {
	color: #06f;
	}
:link:active {
	color: #000;
	}
.section {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
.section:visited {
	color: #ccc;
	}
.section:visited:hover {
	color: #33c;
	text-decoration: overline underline;
	}
.section:visited:active {
	color: #e4e6e9;
	}
.section:link {
	color: #fff;
	}
.section:link:hover {
	color: #33c;
	text-decoration: overline underline;
	}
.section:link:active {
	color: #e4e6e9;
	}
.footerlink:visited {
	color: #ccc;
	}
.footerlink:visited:hover {
	color: #33c;
	}
.footerlink:visited:active {
	color: #e4e6e9;
	}
.footerlink:link {
	color: #fff;
	}
.footerlink:link:hover {
	color: #33c;
	}
.footerlink:link:active {
	color: #e4e6e9;
	}

/* ------------------ Links --------------------- */

ul, ol {
	list-style-position: outside;
	margin-bottom: 0;
	margin-top: 0;
	}
ul {
	list-style-type: square;
	}
table {
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	border-collapse: collapse;
	}
.pageborder {
	border: 3px solid #000;
	}
.pageheader {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #e4e6e9;
	}

.black {
	color: #093;
	background-color: #000;
	text-align: center;
	}
.footer {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
.date {
	font-weight: bold;
	font-size: 12px;
	}

.summary {
	margin: .25em 0;
	font-size: normal;
	}
.portimg {
	float: left;
	margin-right: 1em;
	border: 1px solid #000;
	}
.portdesc {
	clear: left;
	}



.question {
	text-decoration: underline;
	}
.answer {
	margin-left: 3em;
	margin-right: 3em;
	}


















/** Stylesheet for Mozilla-Netscape6-IE6 rendering bugs and enhancments **/
/** Set the font family here.  Have to import it because nav4 garbles em dashes **/
body, p, ul, ol, .text, .note, .small, .smaller {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	}

/** Fix for mozilla bug 59252 **/
table[cellpadding="0"] {
	table-layout:auto;
	border-collapse: separate;
	}

/** Fix for mozilla bug 67883 **/
table[border="1"] {
	border-top-color: ThreeDLightShadow;
	border-right-color: ThreeDShadow;
	border-bottom-color: ThreeDShadow;
	border-left-color: ThreeDLightShadow;
	border-style: solid;
	}
table[border="1"] tbody tr td {
	border-top-color: ThreeDShadow;
	border-right-color: ThreeDLightShadow;
	border-bottom-color: ThreeDLightShadow;
	border-left-color: ThreeDShadow;
	border-style: solid;
	}

/* This is not specific to mozilla but in strict mode this suppress the margins for paras */

td > p:first-child {
	margin: 0;
	}
td > p:last-child {
	margin-bottom: 0;
	}

/* This is specific to ie6 for <center> centering everything bit of text */

table {
	text-align: left;
	}

/* Mozilla garbles em dashes w/MS Sans Serif font */

p[class="footer"], td[class="black"] p {
	font-family: helvetica, arial, sans-serif;
	}
form {
	margin: .25em 0;
	}
input, textarea, select {
	color: #00f;
	}
.button {
	font-weight:bold;
	cursor:pointer;
	color: #000;
	}
.button:hover {
	color: #ccc;
	}