html, body {
	background:url(../nx-ref/images/mainBackground.jpg) repeat-x top #EFF2F7;
	font-family:arial,sans-serif;
	font-size:12px;
	height:100%;
	margin:0;
	padding:0;
}

img {
	border:0px;
}

form {
	margin:0px;
	padding:0px;
}

h1 {
	color:#ff6600;
	padding:0px;
	margin:0 0 7px;
	font-size:24px;	
}

h2 {
	color:#ff6600;
	padding:0px;
	margin:0 0 7px;
	font-size:16px;
}

.mainWrapper {
	
	height:auto !important;
	margin:0 auto;
	min-height:100%;
	position:relative;
	width:100%;
}

.mainLeft {
	float:left;
	width:50%;
	margin-right:-452px;
}

	.mainLeft .pad {
		margin-right:452px;
	}

.mainRight {
	float:left;
	width:50%;
	margin-left:-453px;

}

	.mainRight .pad {
		margin-left:452px;
	}

.mainContainer {
	width:904px;
	display:table;
	float:left;
	margin-bottom:60px;
}

.header {
	background:url(../nx-ref/images/headerBackground.jpg) repeat-x top;
	height:92px;
	width:100%;
	display:table;
}

	.header .logo {
		background:url(../nx-ref/images/logoBackground.gif) no-repeat right top #FFF;	
		height:92px;
		width:373px;
		float:left;		
	}
	
		.header .logo img {
			padding-top:10px;	
		}

.tabContainer {
	top:61px;
	z-index:5pz;
	position:absolute;
	width:521px;
	font-weight:bold;
	font-size:13px;
}

.tabLink {
	color:#FFF;

	cursor:pointer;
	text-decoration:none;
}

.tab {
	background:url(../nx-ref/images/tabBack.gif) repeat-x top;
	height:33px;
	float:right;
	margin-left:7px;
}

	.tabText {
		float:left;
		padding:8px 8px;
	}


.tabLink_Live {
	color:#003071;

	cursor:pointer;
	text-decoration:none;
}

.tab_Live {
	background:url(../nx-ref/images/tabBack_Live.gif) repeat-x top;
	height:33px;
	float:right;
	margin-left:7px;
}

.roundTop {
	clear:both;	
	background:url(../nx-ref/images/round_top.gif) repeat-x top;
	width:100%;
	display:table;
}

.contentContainer {
	border-width:0px 1px;
	border-style:solid;
	border-color:#c6c5c7;
	background:#FFF;
	width:862px;
	padding:0 20px;
	display:block;
}
	
.lightLabel {
	padding:3px 4px;
	margin-right:4px;
	color:#183970;
	width:100px;
	background:#f5f6f9;
	float:left;
}

.roundBottom {
	clear:both;	
	background:url(../nx-ref/images/round_bottom.gif) repeat-x top;
	width:100%;
	display:table;
}

.submitButton {
	text-align:right;
	margin-top:25px;
	padding-top:10px;
	border-top:1px solid #c5c4c7;
}

.titleWrapper {
	background:url(../nx-ref/images/sideLoginHeaderBackground.jpg) repeat-x bottom;
	width:100%;
	display:table;
}

.titleBar {
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding:9px 5px;
}

.topicsColumn {
	float:left;	
	width:265px;
	margin-right:20px;
}

.topicsTop {
	background:url(../nx-ref/images/topics_topback.gif) repeat-x top;
	clear:both;	
	width:100%;
	display:table;
}

.topicsWrapper {
	border-width:0px 1px;	
	border-color:#bfbbbb;
	border-style:solid;
}

.topicsContainer {
	border-width:0px 3px;	
	border-color:#FFF;
	border-style:solid;	
	background:url(../nx-ref/images/topics_background.jpg) repeat-x bottom #f4f7ff;
	min-height:355px;
}

    .topicsContainer .pad {
		padding:0px 7px 10px;	
	}
	
	.topicsContainer ul {
		margin:5px 0px;
		padding:0px;
		
	}
	
	.topicsContainer li {
		padding:3px 0px 3px 13px;
		list-style:none;
		background:url(../nx-ref/images/orange_bullet.gif) no-repeat 2px 8px;
		font-size:13px;
	}
	
	.topicsContainer li.live {
		background:url(../nx-ref/images/orange_bullet_live.gif) no-repeat 0px 8px;
		font-weight:bold;
		padding-bottom:0px;
	}
    
		.topicsContainer li.live ul {
			margin:0px 0 0 10px;
			padding:0px;
		}
		
		.topicsContainer li.live li {
			font-weight:normal;
			background:url(../nx-ref/images/orange_bullet_square.gif) no-repeat 0px 9px;
		}
        
            .topicsContainer li.live li.live {
				font-weight:bold;
			}
		
		.topicsContainer li a {
			color:#003071;
			text-decoration:none;
		}
		
		.topicsContainer li a:hover {
			color:#717171;
			text-decoration:underline;
		}
	
.topicsTitle {
	background:url(../nx-ref/images/topics_headerBack.gif) repeat-x bottom;
	width:100%;
	display:table;
}

.topicsBottom {
	background:url(../nx-ref/images/topics_bottomback.gif) repeat-x top;
	clear:both;	
	width:100%;
	display:table;
}

.contentColumn {
	float:left;
    width:575px;
}

.tblInput th {
	background:#e4e8f2;
	color:#003071;
	padding:5px;
	text-align:left;
}

.crumbs {
	margin-bottom:15px;
	font-weight:bold;
}	

	.crumbs a, .crumbs a:visited {
		color:#1b3980;
	}

.footer {
	background:#FFF;
	border-top:6px double gray;
	bottom:0;
	position:absolute;
	width:100%;
}

	.footer p {
		margin:0;
		padding:1em;
	}
    
pre {
    background-color:#F9F9F9;
    border:1px dashed #2F6FAB;
    color:black;
    line-height:1.1em;
    padding:1em 1em 0;
    font-size: 10px;
}

dl {
    margin-bottom: 0.5em;
    margin-top: 0.2em;
}

dt {
    font-weight: bold;
    margin-bottom:0.1em;
}

dd {
    line-height: 1.5em;
    margin-bottom: 0.1em;
    margin-left: 2em;
}

.code {
    font-size: 14px;
    font-style: italic;
    font-family: monospace;
}

.glossaryTOC {
    font-size:14px;
    padding-right:10px;
}
