
/* -= Body and text =- */

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, lucida, helvetica, sans-serif;
	font-size: small;
	color: #000;
	/* background: #f90; */
	background: url(../images/page-bg.gif) top left repeat;
}

p {
	margin: 0;
	padding: 4px;
}

code, tt, pre {
	margin: 1em;
	padding: 0;
	font-family: "andale mono", monaco, courier, "courier new", monospace;
	font-size: 1em;
}
  
h1, h2, h3, h4, h5, h6 {
	margin: 0.4em 0 0 0;
	padding: 0;
	font-weight: bold;
	color: #f60;
}

h1 {
	font-size:1.4em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.0em;
}
h4 {
	font-size:0.8em;
}
h5 {
	font-size:0.6em;
}
h6 {
	font-size:0.4em;
}

img {
	border: none;
}

code, tt, pre {
	padding: 0.5em;
	font: 0.8em "andale mono", monaco, courier, "courier new", monospace;
	border: 1px solid #aaa;
}

blockquote {
  margin: 20px 0;
  padding: 0 20px 0 50px;
  background: url('/images/quote.png') 5% 0% no-repeat;
  border: none;
}

/* -= Forms =- */

form {
	margin: 0;
	padding: 0;
}

label {
}

input {
	border: 1px solid #aaa; 
}

textarea {
	border: 1px solid #aaa; 
}

select {
	margin: 0;
	padding: 0;
	border: 1px solid #aaa; 
}

/* -= Container Panel =- */

#containerPanel {
	width: 780px; 
	margin: 10px auto;
	background-color: #fff;
	color: #000;
	line-height: 130%;
	border: 2px solid #f60;
}

/* -= Header Panel =- */

#headerPanel {
	height: 120px;
	margin: 0;
	background: url(../images/header.jpg) top left no-repeat;
	border-bottom: 2px solid #f60;
}

#headerPanel h1 {
	display: none;
}

#headerPanel img {
	border: none;
}

/* -= Minitabs menubar =- */

#minitabsPanel {
	width: 780px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #f60;
	background-color: #ffe;
}

#minitabs {
	margin: 0 1em;
}

#minitabs li {
	white-space: nowrap;
	list-style-type: none;
	display: inline;
	padding-right: 0.6em;
}

#minitabs :link,
#minitabs :visited {
	padding-bottom: 2px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #f60;
}

#minitabs .active:link,
#minitabs .active:visited {
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #f60;
	border-bottom: solid 4px #f60;
}

#minitabs :link:hover,
#minitabs :visited:hover {
	border-bottom: solid 4px #0a0;
}

/* -= Left Panel =- */

#leftPanelSpacer {
	float: left;
	width: 160px;
	margin: 0;
}

#leftPanel {
	float: left;
	width: 160px;
	margin: 0;
	border-right: 1px solid #f60;
	background: #ffe;
}

#leftPanel ul {
	list-style: none;
	margin: 2px 0 0 0px;
	padding: 0 0 0 0;
}

#leftPanel ul li {
	margin: 0;
	padding: 0 0 0 10px;
	background: transparent;
}

#leftPanel h2, #leftPanel h3 {
	font-size: 0.8em;
	color: #f60;
}

#leftPanel #welcomePanel {
	padding: 8px;
	border-bottom: 1px solid #f60;
}

#leftPanel #searchPanel {
	padding: 8px;
	border-bottom: 1px solid #f60;
}

#leftPanel #searchPanel form {
	margin: 4px 0 2px 0;
	font-size: 0.9em;
}

#leftPanel #searchPanel input {
	font-size: 0.9em;
}

#leftPanel #archivesPanel {
	padding: 8px;
	border-bottom: 1px solid #f60;
}

#leftPanel #archivesPanel form {
	margin: 4px 0 2px 0;
	font-size: 0.9em;
}

#leftPanel #archivesPanel input {
	font-size: 0.9em;
}

#leftPanel #archivesPanel select {
	margin: 4px 0 0 0;
	font-size: 0.9em; 
}

#leftPanel #linksPanel {
	padding: 8px;
	border-bottom: 1px solid #f60;
}

#leftPanel #linksPanel a {
	font-size: 0.8em;
}

#leftPanel #infoPanel {
	padding: 8px;
	border-bottom: 1px solid #f60;
}

#leftPanel #bottomPanel {
	padding: 8px;
	border-bottom: 1px solid #f60;
}

/* -= Content Panel =- */

#contentPanel {
	margin-left: 165px;
	padding: 0.5em 1em 0.5em 1em;
	/*max-width: 36em;*/
}

#contentPanel h1,
#contentPanel h2,
#contentPanel h3 {
	clear: right;
}

#contentPanel h1 {
	padding-bottom: 0.5em;
	border-bottom: 2px solid #f60;
}

#contentPanelFull {
	padding: 0.5em 1em 0.5em 1em;
	/*max-width: 36em;*/
}

/* -= Info Panel =- */

#infoPanel {
}

#infoPanel img {
}

/* -= Footer Panel =- */

#footerPanel {
	clear: both;
	margin: 0;
	padding: 0 6px 6px 0;
	font-size: 0.8em;
	text-align: center;
	border-top: 2px solid #f60;
	background: #ffe;
}

/* -= Links =- */

a {
	color:#000;
	text-decoration:none;
}

a:link,
a:visited {
	color:#06f;
	text-decoration:underline;
}

a.active:link,
a.active:visited {
	color:#0a0;
	text-decoration:underline;
}

a:hover {
	color:#0a0;
	text-decoration:underline;
}

#leftPanel a,
#leftPanel a:link,
#leftPanel a:visited {
	color: #000;
	text-decoration: underline;
}

#leftPanel a:hover {
	color: #0a0;
	text-decoration: underline;
}

#footerPanel a,
#footerPanel a:link, 
#footerPanel a:visited {
	color: #000;
	text-decoration: underline;
}

#footerPanel a:hover {
	color: #0a0;
	text-decoration: underline;
}

/* -= Navigation =- */

#navlist ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 2px 10px; }

#navlist a:link, #navlist a:visited {
	color: #06f;
	text-decoration: none;
}

#navlist a:hover {
	color: #0a0;
	text-decoration: none;
}

ul#navlistLeftRight {
	margin: 0;
	padding: .5em 0;
	list-style-type: none;
}

ul#navlistLeftRight li a {
	display: block;
	width: 5em;
	color: #06f;
	padding: .2em 0;
	text-align: center;
	text-decoration: none;
}

ul#navlistLeftRight li a:hover {
	color: #0a0;
}

ul#navlistLeftRight .left { float: left; }
ul#navlistLeftRight .right { float: right; }

/* -= Image Frames =- */

img.photo {
	padding: 5px;
	margin: 5px 0 5px 0;
	border: 1px solid #ccc;
}

a img.photo {
	border: 1px solid #06f;
}

a:hover img.photo, a:active img.photo {
	border: 1px solid #0a0;
}

img.photoRight {
	float: right;
	padding: 5px;
	margin: 5px 0 5px 5px;
	border: 1px solid #ccc;
}

a img.photoRight {
	border: 1px solid #06f;
}

a:hover img.photoRight, a:active img.photoRight {
	border: 1px solid #0a0;
}

#contentPanel img.photo {
	padding: 5px;
	margin: 5px 0 5px 0;
	border: 1px solid #ccc;
}

#contentPanel a img.photo {
	border: 1px solid #06f;
}

#contentPanel a:hover img.photo, #contentPanel a:active img.photo {
	border: 1px solid #0a0;
}

#contentPanel img.photoRight {
	float: right;
	padding: 5px;
	margin: 5px 0 5px 5px;
	border: 1px solid #ccc;
}

#contentPanel a img.photoRight {
	border: 1px solid #06f;
}

#contentPanel a:hover img.photoRight, #contentPanel a:active img.photoRight {
	border: 1px solid #0a0;
}

.caption {
	text-align: center;
	text-size: 0.8em;
}

/* -= Div Frames =- */

div.photo {
	padding: 5px;
	margin: 5px 0 5px 0;
	/*border: 1px solid #ccc;*/
}

div.photoRight {
	float: right;
	padding: 5px;
	margin: 5px 0 5px 5px;
	/*border: 1px solid #ccc;*/
}

/* -= Video Table =- */

#videoTable {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
}

#videoTable tbody tr td {
	border-bottom: 1px solid #ccc;
}

#videoTable tbody tr td.videoPrvw {
	width: 180px;
	text-align: center;
}
  
#videoTable tbody tr td.videoInfo {
	text-align: left;
}

#videoTable tbody tr.videoLink hover {
    color: #fff;
    background:#3366FF;
}

#videoTable tbody tr.videoLink a:hover h3,
#videoTable tbody tr.videoLink a:hover h4,
#videoTable tbody tr.videoLink a:hover p,
#videoTable tbody tr.videoLink a:hover img.photo {
    color: #fff;
    background:#3366FF;
}


/* -= Utility =- */

.clearBoth { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

div.spacer {
  clear: both;
}

.hide { display: none; }

.errorBox {
	margin: 2em;
	padding: 0.5em;
	background-color: #eee;
	border: 1px dashed #f00;
}

.dottedBox {
	margin: 2em;
	padding: 0.5em;
	border: 1px dashed #f00;
}

.center {
	text-align: center;
}

.required {
	color:#f00;
	font-weight:bold;
	font-size:110%;
}
