/* 
Print Styles for TXNB External Website

Note: styles.css is used for admin site

Color Palatte:
	Background Color (dark gray): #333
	Header Color (Blue Gray): #98AAB3
	Navigation tab color (light blue) : #E7F1F8
	Navigation tab hover color (dark blue) : #4B778B
	Navigation tab text color (dark gray) :  #666
	Sidebar color (gray): #DDDDDD
	
Site Layout

	BODY
		#background (the big white box that serves as the background for content)
			#header
			#main
				#sidebar
				#content (if sidebar is present)
				#content-full (if sidebar is not present)
					#path	
		#footer
	


*/

@import "reset.css";


/* General Look-and-Feel Styles */
strong {
	font-weight:bold;
}

body {
	font:76% verdana,tahoma,arial,"sans serif";
	width: 100%;
	line-height: 1.3em;
	margin-bottom: 100px;
}

h1 {
	font-size: 2em;
	letter-spacing:-0.5px; 
	margin-bottom: 1.0em;
	line-height: 1em;
}

h2 {
	font-size:1em;
	letter-spacing:0px;
	font-weight:bold;
	font-family: verdana,tahoma,arial,"sans serif";
	margin-bottom: 0.75em;
	margin-top: 0.25em;
}

ul {
	margin-left: 1.5em;
	list-style-type:circle;
}

ol {
	margin-left: 1.5em;
	list-style-type:decimal;
}

h3 {
	font-size: 1em;
	font-weight:bold;
	font-family: verdana,tahoma,arial,"sans serif";
	margin-bottom: 0.75em;
	margin-top: 0.25em;
}

td {
	vertical-align: top;
}

p, li {
	margin-bottom: 1.5em;
}

tr {
	padding:3px;
}

td {
	padding: 5px;
}

/* Overall Layout Styles */
#background {
	width: 100% !important;
}

#header {
	display:none;
}

#seal {
	display:none;
}

#navigation {
	display:none !important;
}

.nav-link,  .nav-link a, .nav-link a:link{
	display: none !important;
}

#main {
	width: 100% !important;
}

#sidebar {
	display:none !important;
}

#sidebar-box {
	display:none;
}

#sidebar-box input.textfield {
	display:none;
}

.links {
	font-size: 11px;
}

.links a, .links a:visited {
	text-decoration: none;
	color: blue;
}

input.ltlbtn{
	display:none;
}

input.ltlbtn:hover{
  display:none;
}

#content {
	margin: 0px !important;
}

#content-full {
	width: 100%
	margin: 0px !important;
	float: right !important;
}

#path {
	display:block;
	text-align:right;
	margin-top:1em;
	margin-bottom: 1em;
	width:100%;
}

#footer {
	display:none;
}

#footer .right {
	display:none;
}

#footer .left {
	display:none;
}

#footer a, #footer a:link, #footer a:visited {
	display:none;
}

/* Special Formatting for Design */

.group, .section {
	margin: 5px;
	background-color: #DDDDDD;
	padding: 5px;
}

.section img, #sidebar-box img {
	float:right;

}

table.data {
	border-color: #fff;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-collapse: collapse;
}
	
table.data th {
	background: #98AAB3;
	font-size: 16px;
	padding: 3px;
	border-color: #98AAB3;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-collapse: collapse;
    color: #fff;
}

table.data td {
    border-width: 0px 0px 1px 0px;
	padding: 3px;
	border-style: solid;
	border-color: white;
}

table.data tr.note {
	background:#E7F1F8;
	border-width: 1px 0px 1px 0px;
	padding: 3px;
	border-style: solid;
	border-color: white;
}

#data tbody {
	padding:3px;
	border:2px solid #000;
}
	
#data th {
	background: #242424;
	font-size: 16px;
}
	
#data tr.note {
	background:#005562;
}
	
.videoList {
	postion: static;
	display:block;
	width: 100%;
}

.videoList p {
	padding: 5px; 
	text-align: center;
	float: left;
	width: 150px;
}

.admin, .admin a:link, .admin a:visited {
	display:none;
}

