/* $Id: style.css,v 1.8 2011/01/21 15:57:10 mclark Exp $  */
/*  Copyright (C)2010 GORGES. All Rights Reserved.  */

*, ul, li, p, h1, h2, h3, h4, ol, input, button,
img, dl, dt, dd, a, select {
	margin:0px;
	padding:0px;
	vertical-align:baseline;
	font-size:100%;
	font-style:inherit;
	border:0 none;
}
form {
	margin: 0;
	padding: 0;
}

html {
  font-size:16px;
}

body, p {
  font-family:Arial,Helvetica,sans-serif;
  /*line-height:1.5em;*/
  color:#000;
}

h1,h2,h3 {
  font-family:"Lucida Sans Unicode",Arial,Helvetica,sans-serif;
  line-height:1.3em;
  }

h1,h2 {
  color:#5b0e0e;
  }

h1 {
  color:#5b0e0e;
  padding-bottom:0px;
  }

h2 {
  padding:1em 0 1em 0;
  /*text-transform:uppercase;*/
  font-size:110%;
  font-weight:normal;
  line-height:1.5em;
}

h2.subheader {
  padding-top:0px;
}

h3	{
	font-size:14px;
	padding:.5em 0 1em 0;
	}

h3 span.title{
  display:block;
  font-style:italic;
}

h4 {
	font-weight:bold;
	font-size:14px;
	}

.maroon {
  color:#4b1313;
}

span.maroon {
  color:#4b1313;
  font-weight:bold;
}

ul, li, ol {
	list-style-type:none;
    }

a {
  text-decoration:none;
  color:#4b1313;
  }

a:hover {
	text-decoration:underline;
	color:#F00000;
}
img {
	border: 0;
}
    
strong {
  font-weight:bold;
  }

.clear {
  clear:both;
  }

.float-left {
  float:left;
  }

.float-right {
  float:right;
  }

img.float-left {
  float:left;
  margin:0 18px 0px 0;
  }

img.float-right {
  float:right;
  margin:0 0 18px 18px;
  }

.bold {
  font-weight:bold;
  }

span.sup {
	font-size:80%;
	vertical-align:super;
	}

span.raquo {
  font-size:115%;
}

div#content p.mediumtext {
  font-size:100%;
}

em,
.italic {
  font-style:italic;
}

a.more {
  font-family:"Lucida Sans Unicode",Arial,Helvetica,sans-serif;
  padding-right:18px;
  background:transparent url(../images/arrow.png) no-repeat scroll 100% -30%;
  text-decoration:none;
  font-weight:bold;
  line-height:1em;
  font-size:87.5%;
}

a.more:hover {
  color:#f00000;
  background-position:100% 120%;
}

#content a.more {
  text-decoration:none;
}

img.block {
  margin-bottom:1em;
}

img.bio {
  border:solid 1px #999;
}

h1 span.heading {
  line-height:1.3em;
}

h2 span.heading span.sup {
  vertical-align:middle;
  font-size:55%;
}

body {
  background:#666462;
  margin:0px auto;
  padding:0px;
  text-align:left;
  }

div#header-container {
   background:#fff url(../images/menu-bg.png) repeat-x 0px 0px;
}

div.inner {
  margin:0px auto;
  width:840px;
}

#header {
	width:840px;
	height:118px;
	padding:0px;
	margin:0px;
	position:relative;
	overflow:hidden;
}

ul.top-menu {
	float:right;
	background:url(../images/top-menu-bg.png) no-repeat left top;
	width:166px;
	height:118px;
}

ul.top-menu li {
   margin:24px 0 0 0;
   text-align:center;
}

ul.top-menu li.login {
   margin:12px 0 0 0;
   padding-right:8px;
}

ul.top-menu li.login a {
  font-size:75%;
  background-position:100% -15%;
}

ul.top-menu li.login a:hover {
  background-position:100% 110%;
}

ul.top-menu a {
  padding:0px 18px 0 0;
  }

ul.top-menu a:hover {
  text-decoration:none;
}

a.logo {
  float:left;
  padding-top:10px;
}

#header #tagline {
  clear: both;
  margin: 0;
  padding: 0;
  color: black;
}

#header h1 {
  width:316px;
  height:192px;
  font-size:14px;
  position:relative;
  float:left;
}

#header h1 a {
	display:block;
	margin-top:36px;
	margin-left:36px;
	width:280px;
	height:85px;
	}

#header h1 a:hover {
	}

#header h1 span {
  display:block;
  position:absolute;
  top:0px;
  background:#fff url(images/logo.gif) no-repeat 0px 0px;
  width:316px;
  height:192px;
}

/* menu */


#nav {
  height:40px;
  margin:0px 0px 0px 0px;
  /*position:relative;
  z-index:100;*/
  }

#nav li {
	height:44px;
	float:left;
	text-align:left;
	margin-right:62px;
	width:auto;
	position:relative;
  }

#nav li#last {
  margin-right:0px;
}

#nav li.hover,#nav li.current {
	position:relative;
	}

#nav li a {
	font-family:"Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	font-size:15px;
	text-transform:uppercase;
	padding:8px 5px 0 5px;
  display:block;
  float:left;
  height:36px;
  color:#FFF;
	}

#nav li a:hover {
	text-decoration:none;
	color:#fcc417;
	}

#nav li.hover, #nav li.over {
  z-index:100;
  }

#nav li.hover a,
#nav li a.current {
  color:#fcc417;
  text-decoration:none;
  }

#nav li > ul {
	top: auto;
	left: auto;
	}

#nav li .subnav {
  background:transparent url(../images/submenu-bg.png) no-repeat left bottom;
  padding-bottom:12px;
  position: absolute;
  top: 50px;
  left:-16px;
  z-index:100;
  display: none;
  width:150px;
}

#nav li ul {
  display: none;
  width:150px;
  padding-bottom:0px;
  clear:both;
	background:transparent url(../images/submenu-bg.png) no-repeat left top;
	margin-top:-6px;
  }

#nav li:hover .subnav,
#nav li.over .subnav,
#nav li.current:hover .subnav,
#nav li.current.over .subnav,
#nav li:hover ul,
#nav li.over ul,
#nav li.current:hover ul,
#nav li.current.over ul {
	display:block;
	z-index:100;
  }

#nav li.current ul,
#nav li.current .subnav  {
  display:none;
  }

#nav li.current a:hover {
  cursor:default;
}

#nav li ul li {
  text-align:left;
  width:150px;
  height:auto;
  padding:0px;
  line-height:1em;
  margin:0px;
  float:none;
  background:none;
  }

#nav li ul li a {
  padding:12px 18px 0px 18px;
  font-size:11px;
  line-height:1.4em;
  background:none;
  background-image:none;
  height:auto;
  width:114px;
  display:block;
  float:none;
  }

#nav li ul li a:hover {
  color:#FCC417;
  background:none;
  background-image:none;
  }

#nav li.hover li, #nav li.current li, #nav li.hover li a, #nav li li a.current {
  background:none;
  background-image:none;
  }

#nav li ul li a.currentsubpage, #nav li ul li a:hover {
	color:#FCC417;
	}

#nav li a:hover, #nav li ul li a.currentsubpage:hover {
	text-decoration:none;
	}

#nav li a.current,
#nav li ul li a.currentsubpage:hover {
  cursor:default;
}

/* end menu */

div#wrapper {
  background:#FFF;
}

div#content {
  clear:both;
  width:840px;
  padding:48px 0px;
  min-height:350px;
  margin:0px auto;
  background:#FFF;
  overflow:hidden;
  position:relative;
}

body.home div#content {
  background:url(../images/logo-watermark.jpg) no-repeat 540px 50px;
  padding-bottom:110px;
  min-height:0px;
}

div#content h1 {
  margin-bottom:18px;
  color:#4b1313;
  font-size:160%;
  font-weight:normal;
}

#content a {
  text-decoration:underline;
}
body.home div#content h1 {
  /*text-transform:uppercase;*/
  margin-bottom:18px;
  font-size:130%;
}

body.home #content p {
  width:556px;
}

div#content h1 img {
  margin:0px 8px 0px 0;
  border:none;
  vertical-align:middle;
}

div#content h2 img {
  margin:0px 8px 0px 0;
  border:none;
}

div#content h2 a {
  text-decoration:none;
}

div#content h1 span.sup {
  font-size:50%;
}

div #content p sup {
  font-size: 90%;
  vertical-align: super;
  font-weight: bold;
}

div #content p.example {
  font-style: italic;
  color: #5b0e0e;
}

div #content p.author {
  margin-top: 3em;
  font-style: italic;
  text-align: left;
}

div #content p.endnote {
  margin-top: 3em;
  border-top: 1px solid #888;
}

div #content div.download {
  margin-top: 3em;
  font-size: 1.1em;
  padding: 6px 12px;
  border: 1px solid #BBB;
  background-color: #EEE;
  display: inline;
}

div#content p {
  padding-bottom:1em;
  font-size:85%;
  text-align:justify;
}

#content li {
  font-size:85%;
  background:url(../images/yellow-bullet.png) no-repeat 0px 7px;
  padding:0 0 1em 2em;
  text-align:justify;
}

div#content ul {
  padding-bottom:.5em;
}

div#content p.indent {
  font-size:100%;
  margin-left:60px;
}

div#content h2.tab {
  background:url(../images/tab.png) no-repeat 0px 0px;
  font-family:"Palatino Linotype",times, times new roman, serif;
  width:185px;
  height:27px;
  font-size:15px;
  font-weight:bold;
  text-transform:uppercase;
  text-align:center;
  position:absolute;
  left:0px;
  bottom:0px;
  padding:8px 0px 0px 0px;
}

div#sidebar {
  font-weight:bold;
  float:right;
  width:288px;
  padding-bottom:6px;
  background:url(../images/sidebar.png) no-repeat left bottom;
  margin:12px 0 12px 18px;
}

div#sidebar div {
  background:url(../images/sidebar.png) no-repeat left top;
  padding:12px 12px 0px 12px;
}

div#content div#sidebar p,
div#sidebar li {
  color:#fff;
  font-size:100%;
}

div#sidebar a {
  color:#fbc818;
}

div#content div#sidebar ul {
  padding-bottom:0px;
}

div#content div#sidebar li {
  padding-bottom:6px;
  font-size:87.5%;
}

div#test {
  width:240px;
  position:absolute;
  top:18px;
  right:0px;
  text-align:center;
}

div#content div#test p {
  font-family:"Palatino Linotype",times, times new roman, serif;
  font-weight:bold;
  font-size:75%;
  color:#333;
  border-bottom:solid 1px #ccc;
  padding-bottom:6px;
  text-align:center;
}

div#test a {
  font-weight:bold;
  font-size:18px;
  font-family:"Palatino Linotype",times, times new roman, serif;
  text-decoration:none;
}

body.home div#test {
  position:absolute;
  top:150px;
  right:50px;
  width:200px;
} 

body.home div#content div#test p {
  font-size:16px;
  width:auto;
  padding-bottom:1em;
  border-bottom:none;
  text-align:center;
}

body.home div#test a {
  display:block;
  font-size:30px;
}

div.justified p,
div.justified li {
  text-align:justify;
}

#main_content {
	width:482px;
	padding:0 24px 0 0;
	float:left;
}

#right_col {
  float:right;
  width:302px;
  margin-top:56px;
  padding-left:30px;
  background:url(../images/border.png) repeat-y left top;
}

div#content #right_col h2 {
  font-size:87.5%;
  text-transform:none;
}

#right_col li {
  font-size:87.5%;
}

li.indent-left {
  margin-left:188px;
}

#left_col {
	float:left;
	width:240px;
	}

#left_col ul {
  padding-top:36px;
  height:300px; 
}

#left_col li {
  padding:0 0 .3em 0;
  background:none;
  font-size:100%;
}

#left_col li a {
  font-size:75%;
  padding-left:16px;
  text-decoration:none;
}

#left_col li a:hover {
  text-decoration:underline;
}

#left_col li a.currentsubpage {
  color:#a9a7a3;
  background:url(../images/left-menu-active.png) no-repeat 0px 0px;
}

#left_col li a.currentsubpage {
  cursor:default;
  text-decoration:none;
}

div.block {
	float:left;
	width:210px;
	padding-right:10px;
	}

div.row {
  clear:both;
  padding-bottom:1em;
  overflow:hidden;
  width:100%;
  }

#splash {
 background:#fbc818 url(../images/splash-bg.png) repeat-x 0px 0px;
 padding-bottom:36px;
}

#splash ul {
  overflow:hidden;
}

#splash li {
  float:left;
  width:206px;
  height:150px;
  padding:12px 36px;
  border-right:solid 1px #dfb41f;
  border-left:solid 1px #f6eed7;
  margin:36px 0px 0px 0px;
  color:#6a6a6a;
}

#splash li a {
  color:#6a6a6a;
  display:block;
  font-size:85%;
}

#splash li a:hover span.title,
#splash li a:hover  {
  color:#F00000;
  text-decoration:none;
}

#splash li.first {
  border-left:none;
}

#splash li.last {
  border-right:none;
}

#splash li a span.title {
  font-weight:bold;
  font-size:125%;
  color:#4b1313;
  display:block;
  padding-bottom:24px;
}

/* forms */

input, select, textarea {
  border:1px solid #CCCCCC;
}

form#contact {
  width:600px;
  margin-top:54px;
}

address {
  font-style:normal;
  font-size:14px;
  line-height:1.5em;
  padding-bottom:1em;
  }

body.test #contact {
  padding-top:18px;
  width:auto;
  clear:both;
}

body.contact #contact {
  float:right;
}

body.contact #main_content {
  width:600px;
  padding:0px;
}

#contact input {
	width:300px;
	height:18px;
	padding-left:4px;
	}

#content p.email-confirmation {
  position:absolute;
  left:-9999em;
}

#contact a.fancybox {
  padding-right:20px;
  /*background:url(/images/information.png) no-repeat center right;*/
  color:#4b1313;
}

#contact a.fancybox:hover {
  color:#F00000;
}

#contact input#send {
	border:0 none;
	color:#fff;
	font-weight:bold;
	line-height:22px;
	vertical-align:middle;
	width:85px;
	height:36px;
	padding:6px 0 0;
	cursor:pointer;
	font-family:"Palatino Linotype",times, times new roman, serif;
	font-size:15px;
	display:block;
	} 

#contact textarea {
	width:500px;
	height:120px;
	font-size:12px;
	padding:4px;
	}

#contact label {
	display:block;
	font-size:12px;
	font-weight:bold;
	}

#contact ul, #contact li {
	background:none;
	padding:0px;
	}

#contact dl {
  clear:both;
  margin-bottom:12px;
  padding-bottom:6px;
  float:left;
  border-bottom:solid 1px #ccc;
  font-size:85%;
  width:100%;
}

#contact dt {
  padding-bottom:6px;
  float:left;
  width:600px;
  margin-right:40px;
  text-align: left;
}

#contact dt span {
  font-weight:bold;
  padding-right:6px;
}

#contact dd {
  float:left;
  width:100px;
  clear:none;
}

#contact dd label {
  vertical-align:bottom;
  display:inline;
}

#contact dd input {
  width:auto;
  vertical-align:middle;
  border:none;	
}

div#questions {
  margin:24px 0px;
  overflow:hidden;
}

div#flashmovie {
  border:double 3px #ccc;
  margin-bottom:12px;
  padding:12px 0px;
  width:834px;
  text-align:center;
}

#footer {
	background:#666462;
	border-top:solid 1px #ebe2bc;
	text-align:center;
	min-height:50px;
	overflow:hidden;
  }

#footer a {
  color:#FFF;
  font-size:85%;
}

#footer span {
  padding:0px 6px;  
}

#footer ul {
  margin:0 0 0 250px;
  width:300px;
  height:50px;
  overflow:hidden;
}

#footer ul li {
  float:left;
  padding:12px 6px 0 6px;
}

#qlikview {
  float:right;
  color:#aba8a4;
  font-size:70%;
  margin-top:12px;
  background:url(../images/qlikview.png) no-repeat right top;
  padding-right:100px;
  line-height:24px;
}

#qlikview span {
  position:absolute;
  left:-3000px;
}

.error {
  font-size: 125%;
  color: red;
  font-weight:bold;
  clear: both;
  padding-top: 10px;
  padding-left: 20px;
}

div#admin {
	clear: both;
	padding: 20px 80px;
}


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Copyright (c) 20010 Janis Skarnelis
 * Examples and documentation at: http://fancybox.net
 *
 * Version: 1.3.0 (02/02/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
 
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/fancybox/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-outer p {
  font-size:85%;
  text-align:justify;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('/images/fancybox/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url('/images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('/images/fancybox/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('/images/fancybox/fancy_title_main.png') repeat-x;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('/images/fancybox/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background: transparent url('/images/fancybox/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
	background: transparent url('/images/fancybox/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_nw.png') no-repeat;
}

.required {
  color: #999;
  font-style: italic;
  font-size: .85em;
}



/*  modules  */

.module {
  margin: 12px 0;
  background-color: #FFFFFF;
}
.module-top {
  font-size: 10pt;
  font-weight: bold;
  background-color: #F6F5F5;
}
.module-top a {
  color: #443333;
  text-decoration: none;
  font-style: italic;
}
.module-top a:hover {
  color: #000000;
  text-decoration: underline;
}
.module-content {
  margin: 0;
  padding: 6px 10px;
  border-top: 0px solid #BBAAAA;
  border-right: 1px solid #BBAAAA;
  border-bottom: 1px solid #BBAAAA;
  border-left: 1px solid #BBAAAA;
}
.module-content .module {
  margin: 1em 0;
}
.module-corner {
  float: right;
  width: 8px;
  height: 8px;
  background: transparent url(../images/module-corner.gif) no-repeat top right;
}
.module-shaded {
  background-color: #DFD7D7;
}
.module-shaded .module-corner {
  background-image: none;
}
.module-header {
  border: 1px solid #BBAAAA;
}
.module-header th {
  white-space: nowrap;
}
.module-header td {
  width: 100%;
  white-space: nowrap;
}
.module-header .corner {
  padding: 0;
  width: 8px;
  background: transparent url(../images/module-corner.gif) no-repeat top right;
}
.module-header table th .count {
  padding: 0 0 0 4px;
  color: #777777;
  font-style: italic;
}
.module table td.buttons {
  padding: 0 0 0 20px;
}
.module .links {
  margin: .25em .25em .25em .5em;
}
.module .links a {
  margin-right: 20px;
}

/*  lists  */

.list div {
  padding: .25em .5em;
}
.list li {
  text-indent: 0px;
}
.list .toggle, .toggle {
  background-color: #F6F6F6;
}
.list-header {
  padding-left: 2em;
  white-space: nowrap;
  vertical-align: middle;
}
.list-header a, .list-header a img {
  margin-right: 0;
  vertical-align: middle;
}

/*  icons  */

.icons {
  /*border: 0;*/
  white-space: nowrap;
  vertical-align: middle;
}
.icon {
  width: 15px;
  height: 15px;
  font-size: 15px; /* to prevent cut-off */
  background-repeat: no-repeat;
  background-position: top left;
  border: 0;
  margin: 0 3px 0 0;
  padding: 0;
  vertical-align: top;
}
.icon:link, .icon:visited {
  padding: 0;
}
.icon:hover {
  background-position: top center;
  background-color: transparent;
  text-decoration: underline;
}
.icon-disabled {
  background-position:top right;
}
.icon-disabled:hover {
  background-position: top right;
  background-color: transparent;
  text-decoration: none;
}
.img-help {
  cursor: pointer;
}
.img-add {
  background-image: url(../images/icons/add.gif);
}
.img-ascend {
  background-image: url(../images/icons/ascend.gif);
}
.img-close {
  background-image: url(../images/icons/close.gif);
}
.img-comment {
  background-image: url(../images/icons/comment.gif);
}
.img-copy {
  background-image: url(../images/icons/copy.gif);
}
.img-delete {
  background-image: url(../images/icons/delete.gif);
}
.img-descend {
  background-image: url(../images/icons/descend.gif);
}
.img-disabled {
  background-image: url(../images/icons/disabled.gif);
}
.img-download {
  background-image: url(../images/icons/download.gif);
}
.img-edit {
  background-image: url(../images/icons/edit.gif);
}
.img-empty {
  background-image: url(../images/icons/empty.gif);
}
.img-enabled {
  background-image: url(../images/icons/enabled.gif);
}
.img-expand {
  background-image: url(../images/icons/expand.gif);
}
.img-first {
  background-image: url(../images/icons/first.gif);
}
.img-help {
  background-image: url(../images/icons/help.gif);
}
.img-last {
  background-image: url(../images/icons/last.gif);
}
.img-mail {
  background-image: url(../images/icons/mail.gif);
}
.img-mask {
  background-image: url(../images/icons/mask.gif);
}
.img-minus {
  background-image: url(../images/icons/minus.gif);
}
.img-next {
  background-image: url(../images/icons/next.gif);
}
.img-nohelp {
  background-image: url(../images/icons/nohelp.gif);
}
.img-plus {
  background-image: url(../images/icons/plus.gif);
}
.img-previous {
  background-image: url(../images/icons/previous.gif);
}
.img-report {
  background-image: url(../images/icons/report.gif);
}
.img-shrink {
  background-image: url(../images/icons/shrink.gif);
}
.img-unhelp {
  background-image: url(../images/icons/unhelp.gif);
}
.img-view {
  background-image: url(../images/icons/view.gif);
}

/*  mask  */

.mask {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  background-color: #93B936;
  border-bottom: 1px solid #486A20;
}
.mask a, .mask a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
.mask a:hover {
  color: #F7F89D;
  text-decoration: underline;
}
.test {
  width: 100%;
  text-align: center;
  background-color: #FFAAAA;
  border-bottom: 1px solid black;
}

table.table-navigation th, table.table-navigation td {
  line-height: normal;
}


/*  tables  */

.display th, .label {
	text-align: right;
	font-weight: normal;
	padding: 1px 4px 1px 10px;
	white-space: nowrap;
	vertical-align: top;
}

.display th {
	padding: 0 4px 0 10px;
}

.display td {
	padding: 1px 20px 1px 4px;
}
.display .section {
  font-size: 12pt;
  font-weight: bold;
  padding: 0 0 0 1em;
  background: #F6F5F5;
  border: 1px outset #F6F5F5;
}
.display td label {
  font-style: italic;
  font-size: 10pt;
}
.display .rich td {
  padding: 0;
  margin: 0;
}
.display .rich td {
  padding: 0;
}
.list {
  empty-cells: show;
	border-collapse: collapse;
}
.list th {
  background-color: #EEEEEE;
  border-bottom: 1px solid gray;
	text-align: center;
  white-space: nowrap;
	padding: 4px 4px 6px 4px;
	vertical-align: middle;
}
.list td {
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.list td {
	padding: 1px 4px 1px 4px;
}
.list tr td:first-child {
	border-left: 0;
}
.list .num {
	text-align: center;
}
.list th a {
	display: block;
	color: #000000;
	text-decoration: none;
}
.list th a:hover {
  text-decoration: underline;
}
.list th a:active {
	color: #FFFFFF;
	background-color: #666666;
  text-decoration: none;
}
.list th a img {
	vertical-align: bottom;
}
table .toggle {
  background-color: #E4E6E6;
}

.table-navigation {
	margin: 10px 0 2px 0;
}
.table-navigation * {
	font-size: 9pt;
	white-space: nowrap;
}
.clear {
  clear: both;
}
.no-items {
	margin: 8px 30px;
	font-style: italic;
}

/*  buttons  */

.buttons {
  padding: 20px 0 20px 40px;
}
.buttons input {
	background-color: #fcc417;
  display: inline;
  color:#4b1313;
  padding: 1px 7px;
  border: 1px solid #8c8400;
  font-size: 10pt;
  font-weight: bold;
  margin-right: 30px;
  cursor: pointer;
}
.buttons input[disabled] {
	color: #888;
	cursor: not-allowed;
}
.buttons input:hover {
	text-decoration: underline;
	color:#F00000;
}
.buttons input[disabled]:hover {
  color: #888;
}
.buttons-small input {
	font-size: 9pt;
	padding: 0 5px;
}

/*  crumbs  */

.crumbs {
  clear: both;
  margin: 4px 0 10px 20px;
}
.crumbs, .crumbs a, .crumbs span {
	font-size: .85em;
	font-style: italic;
}
.crumbs a, .crumbs span {
  padding-left: 8px;
}

/*  misc  */

.excludes th {
	font-size: 9pt;
}
.excludes td {
	font-size: 8pt;
}
.display td .options label {
  padding-left: 4px;
  padding-right: 8px;
  font-style: normal;
  font-size: 16px; 
}
.display td .extra-link {
	font-style: italic;
	font-size: .85em;
}
