/* 
Title: 	Reset default browser styles
Author:	http://meyerweb.com/eric/tools/css/reset/ 
			v2.0 | 20110126
			edited by ForbiddenToast.com 
License: none (public domain)
*/
/* prettier-ignore */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, /*table /* [FT] messes up table center ,*/ caption, tbody, tfoot, thead, th, /*td /* [FT] removes inline padding ,*/ article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/ /*[FT] messes up Dreamweaver design view*/
	/*vertical-align: baseline;*/ /*[FT] moves table content to the bottom*/
}

img,
iframe {
   border: 0; /*[FT]*/
}

/* HTML5 display-role reset for older browsers */
/* prettier-ignore */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
   line-height: 1;
}
ol,
ul {
   list-style: none;
}
blockquote,
q {
   quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
   content: "";
   content: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}

/*-------- Styles --------*/

body {
   font-family: Helvetica, Arial, sans-serif;
   font-size: 14px;
   color: #ccc;
   line-height: 1.3;
   margin: 0px;
   background-color: #606060; /*#CBCBCB;*/
}

h2 {
   color: #fff;
   font-size: 22px;
   font-weight: normal;
   margin: 5px;
}

p {
   margin: 0 0 0 0;
}

#nav a:link,
#nav a:visited {
   color: #ccc;
}
#nav a:hover,
#nav a:active {
   color: #fff;
}
/* "selected" class (in nav.html) gets selected highlight */
#nav a.selected {
   color: #fff;
   font-weight: bold;
}

#nav a {
   transition: color 0.2s ease;
}

#nav {
   background-color: #000;
   background-image: url("../obs_bg_nav.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-size: auto;
}

td .label {
   padding: 8px;
}

#nav .headCell {
   text-align: right;
}

#nav .titleCell {
   text-align: center;
}

#nav .linkCell {
   background-color: #222222;
   text-align: center;
}

#wrapper {
   color: #666;
}

iframe {
   overflow: hidden;
}
