/* This is the  style sheet for NABE Industry Survey- two column liquid 1-24-09 */

body {
	margin:0; padding:0;
	
}
body, p, td, li, H1, H2, H3, H4 {
	font-family: Arial, Helvetica, sans-serif;
}

body, p, td, li {
	font-size: 0.9em;
}
.small {
	font-size: 0.80em;
	font-style: italic;
	}

/*Appearance of the headlines*/

H1, H2, H3, H4 {
	color:#005BA8;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: -0.8em;
}

h2 {font-size: 1.1em;
	font-weight: bold;
	margin-bottom: -0.8em;
	}
	
h3 {font-size: 1.0em;
	margin-bottom: -0.8em;
	}
h4 {font-size: 1.0em;
	}

hr {
	border: none;
	background-color:#BCC6E4;
	color: #BCC6E4;
	height: 4px;	
}


/* special classes*/

/* floating images */

.imleft { 	
	float:left;
	margin-bottom: 2px;  }
.imright {
	float:right;
	margin-bottom: 2px;
	
}
.clear {
	clear:both
	}



/* The styles for the three main parts of the page start here*/

#topb {
	height: 100px;
	background-color:#BCC6E4;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-color: #BCC6E4;
	border-bottom-color: #BCC6E4;
	border-top-style: solid;
	border-bottom-style: solid;
	overflow: hidden;
	margin-right: 20px;
	padding-right: 10px;
		
}

/*The positioning for the center column that holds the main content*/
#content {
	margin-left: 125px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	top: 100px;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FEBE10;
	
}
/*The positioning for the nav controls*/
#nav {
	background-color: #FFFFFF;
	position: absolute;
	width: 122px;
	left: 3px;
	top: 120px;	
	
}

	
	
/*Appearance of the nav links*/
div#nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #005BA8;
	display: block;
	padding: 3px 0px 3px 3px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FEBE10;
	font-size: 12px;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}

div#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #FEBE10;
	display: block;
	padding: 3px 0px 3px 3px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #005BA8;
	font-size: 12px;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}
/*formatting for the economic calendar*/
.econcal {
	border: 2px solid #9FACCE;
	border-collapse:collapse;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.econcal td {
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9FACCE;
	border-right-color: #BCC6E4;
	border-bottom-color: #BCC6E4;
	text-align: left;
	font-size: .80em;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #005BA8;
	text-align: center;
	font-weight: bold;
	margin-bottom: -6px;
}

.econcal th {
	background-color: #BCC6E4;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9FACCE;
	border-right-color: #BCC6E4;
	border-bottom-color: #FFFFFF;
	font-size: .80em;
}
.footer {
	background-position: center;
	text-align: center;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BCC6E4;
	border-bottom-color: #BCC6E4;
	margin-top: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: .80em;
}
.caption {
	font-style: italic;
}
.person {
	font-weight: bold;
	color: #005BA8;
}
.shright {
	padding-left: 30px;
}

.datatab {
	border: 2px solid #9FACCE;
	border-collapse:collapse;
	text-align: center;
}
.datatab td {
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9FACCE;
	border-right-color: #BCC6E4;
	border-bottom-color: #BCC6E4;
	text-align: center;
}
.datatab th {
	background-color: #BCC6E4;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9FACCE;
	border-right-color: #BCC6E4;
	border-bottom-color: #FFFFFF;
}
.datatab caption {
	font-weight: bold;
	color: #002163;
	background-color: #FFFFFF;
	font-size: 10pt;
}

.bulletspace {
	margin-bottom: 6px;
}

