body {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center; /*centre for ie5 */
	background: #CDE4F4;
}

body#popup {
    background: #fff;
    text-align: left;
} 

body#print {
    background: #fff;
    text-align: left;
} 

h1 {
	color: #333;
	font-size: 13pt; 
}
	
h2 {
	color: #333;
	font-size: 12pt; 
}

h3 {
	color: #333;
	font-size: 10pt; 
}

h4 {
	color: #333;
	font-size: 10pt; 
}

a:link {
	text-decoration: underline; 
	color: #00c;
}

a:visited { 
	text-decoration: underline; 
	color: #00c;
}

a:active { 
	text-decoration: underline; 
	color: #c00;
}

a:hover { 
	text-decoration: underline;
}

.clear {
	clear: both;
}

.im {
	margin: 0 8px;
}

/* template objects */

#userbar {
	width: 940px;
	height: 23px;
	margin: auto;
	color: #fff;
	font-family: verdana;
	font-size: 8pt;
	background: #000 url(/images/nav/userbar-bg.gif) top left repeat-x;
}

#userbar a {
	color: #fff;
	text-decoration: none;
}

#userbar a:hover {
	text-decoration: underline;
}

#userbar #userbar-title {
	margin-top: 4px;
	margin-left: 8px;
	width: 300px;
	float: left;
	font-weight: bold;
}

#userbar #userbar-links {
	margin-top: 4px;
	margin-right: 8px;
	width: 600px;
	float: right;
	text-align: right;
}

#background {
	background: #CDE4F4 url(/images/bg.gif) top center repeat-y;
	margin: 0;
	text-align: left; /* centre for compliant browsers*/
}

#masthead {
	margin: 0 auto 8px auto; 
	width: 940px; 
	height: 72px;
	background: #fff url(/images/masthead.gif) top left no-repeat;
}

#masthead h1 {
	margin: 0;
	display: inline;
}

#masthead #logo a {
	display: block;
	width: 940px;
	height: 72px;
}

#masthead span {
	display: none;
}


#nav {
	width: 940px;
	height: 124px;
	margin: 0 auto; 
	background-image: url(/images/nav.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#nav h1 {
	margin: 0;
}

#nav ul {
	padding: 0;
	margin: 99px 8px 0 0;
	display: block;
	float: right;
} 

#nav ul li {
	list-style: none;
	float: left;
	display: block;
	padding: 0;	
	margin: 0;
}
			
#nav ul li.active {
	color: #D80C2D;
}

#nav a#self {
	display: block;
	width: 256px;
	height: 124px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	float: left;
}

#nav a#self span {
	display: none;
}

#nav ul li a {
	display: block;
	width: 120px;
	height: 25px;
	text-align: center;
	padding: 0;
	margin: 0 0 0 4px;
	text-decoration: none;
	color: #fff;
	background: url(/images/nav-tab-0.gif) top left no-repeat;
}

#nav ul li.active a {
	background: url(/images/nav-tab-1.gif) top left no-repeat;
	color: #000;
}

#nav ul li a:hover {
	background: url(/images/nav-tab-h.gif) top left no-repeat;
	color: #D80C2D;
}

#nav ul li a span{
	display: block;
	padding-top: 3px;
}

#menubarbox {
	text-align: center;
	margin: auto;
	width: 940px; 
	padding-top: 1px;
}

#popup #menubarbox {
	width: 100%; 
}

#menubarbox #skip {
	display: none;
}

#menu {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #036;
	clear: both;
}

#menu ul {
	padding: 0;
	margin: 0;
	display: inline;
} 

#menu ul li {
	list-style: none;
	display: inline;
	padding: 0;	
	margin: 0;
}
			
#menu ul li.active {
	display: inline;
}

#menu a {
	background: #eee; 
	height: 12px;
	padding: 1px 20px;
	margin: 0;
	margin-bottom: 0;
	text-decoration: none;
	color: #333;
	border: 1px solid #666;
	width: 100px;
}

#menu li.active a {
	background: #fff; 
	border: 1px solid #036;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

#menu li a:hover {
	background: #ffe;
	color: #666;
}

#menu li.active a:hover {
	background: #fff;
	color: #666;
}

#menu ul li.active a {
	color: #000;
}

#dropdown-wrap {
	background: #ccc;
	border-bottom: 1px solid #999;
	height: 24px;
}

/* use this to set the width and height */
#dropdown {
	margin: auto;
	width: 940px; 
	height: 24px;
}

#dropdown ul {
	margin: 0;
	padding: 0;
}

/* use this to position the tabs, eg margin auto or left */
#dropdown ul.dropdown-tabs {
	margin-left: 8px;
}

#dropdown li {
	padding: 0;
	margin: 0;
	float: left;
	font-size: 8pt;
	line-height: 12pt;
	list-style: none;
}

#dropdown li.dropdown-tab {
	line-height: 17pt;
}

#dropdown li.dropdown-item {
	line-height: 17pt;
}

#dropdown li:hover ul , #dropdown li.sfhover ul {
	left: auto;
	z-index: 100;
}


#dropdown ul li ul {
	position: absolute;
	width: 154px;
	left: -999em;
	z-index: 100;
}

#dropdown ul li ul li {
	line-height: 20px;
}

/* fix ie7 sticky bug */
#dropdown li:hover, #dropdown li.hover {
    position: static;
}

#dropdown ul li a {
	margin: 0;
	display: block;
	text-align: left;
	width: 154px;
	min-height: 24px;
	text-decoration: none;
	color: #000;
}

#dropdown ul li.dropdown-tab a {
	min-height: 24px;
}

/* set the inset of the tab title in it's box */
#dropdown ul li a span {
	padding-left: 2px;
}


/* use this to set left and right borders for dropdown items, and
inset of item text from those borders via padding */


#dropdown ul li ul li a span {
	display: block;
	min-height: 24px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
}

#dropdown ul li a:hover {
	color: #fff;
	background: #666;
}

#dropdown ul.dropdown-tabs {
	margin-left: 8px;
}

#dropdown ul.dropdown-tabs li a.dropdown-active {
	display: block;
	font-weight: bold;
}

/* use this to set the bottom border of the menus */
#dropdown ul.dropdown-items {
	border-bottom: 1px solid #999;
}

/* use this to set the bottom above each menu item */
#dropdown ul.dropdown-items a {
	border-top: 1px solid #999;
		background:  #ccc;
}

#dropdown ul.dropdown-items a:hover {
	color: #fff;
	background: #F18812;
}

.sidemenu {
	margin: 0;
	-moz-border-radius: 5px; 
/* commented versions are for image based sidemenu background */
/*
	margin: 0;
	padding: 0;
	background: url(/images/smbg.gif) repeat-y;
*/
}

.sidemenu a {
	color: #333;
}	

.sidemenu div.smhead {
/*
	padding: 0;
	margin: 0;
	height: 24px;
	background: url(/images/smhead.gif) no-repeat;
	overflow: hidden; 
*/
/* Overflow is sidemenu styles is for IE */
}

.sidemenu .smtop {
/*
	height: 8px;
	background: url(/images/smtop.gif) no-repeat;
	overflow: hidden;
*/
}

.sidemenu div.smbottom {
/*
	height: 8px;
	background: #fff url(/images/smbottom.gif) no-repeat;
	overflow: hidden;
*/
}

.sidemenu h2 {
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px;
	margin: 0 4px 8px 4px;
/*
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	padding: 1px 0 0 0;
	margin: 0 0 8px 8px;
*/
}	

.sidemenu h2 a:link, .sidemenu h2 a:visited {
	text-decoration: none;
	color: #333;
}	

.sidemenu h2 a:hover {
	text-decoration: underline;
	color: #333;
}	

.sidemenu ul {
	padding: 0;
	margin: 0;
	margin-left: 8px;
	margin-right: 8px;
	list-style-type: none;
} 

.sidemenu li {
	margin: 0;
	padding: 0;
}

.sidemenu li a {
	color: #333;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px;
	-moz-border-radius: 5px;
	margin-right: 2px;
    position:relative; 
}

.sidemenu li a:link, .sidemenu li a:visited {
	color: #333;
	text-decoration: none;
}

.sidemenu li a:hover {
	background: #fff;
	text-decoration: underline;
}

.sidemenu li a.static:hover {
	background: #eee;
	color: #333;
	text-decoration: underline;
}

#container {
	margin: auto; 
	width: 940px; 
	padding-top: 8px;
	background: #fff url(/images/container-bg.gif) bottom left no-repeat;
}

/* usuable content width is 924px */
#content {
	margin: 0;
	min-height: 300px;
	padding-bottom: 8px;
}

#home {
}

#sidebar {
	width: 208px;
	float: left;
}

#sidebar-logo {
	width: 200px;
	height: 192px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid white;
}

#sidebar ul li {
	display: block;
	border-bottom: 1px solid white;
}

#sidebar ul li a {
	display: block;
	width: 208px;
	height: 36px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#sidebar ul li a.active, #sidebar ul li a.active:hover {
	display: block;
	width: 208px;
	height: 36px;
	color: #D80C2D;
	text-decoration: none;
	font-weight: bold;
	background: url(/images/sidebar-1.gif) top left no-repeat;
}

#sidebar ul li a:hover {
	display: block;
	background: #fff;
	color: #61ABDD;
	text-decoration: none;
}

#sidebar ul li a span {
	display: block;
	padding-top: 8px;
	padding-left: 32px;
}

#main {
	width: 712px;
	float: right;	
	margin-right: 8px;
	margin-bottom: 8px;
}

#main.home {
	background: #fff url(/images/home-main-bg.gif) top left repeat-y;
}

#main #home-content {
	width: 460px;
	float: left;	
}

#main #home-news {
	width: 232px;
	float: right;	
}


#main p {
	margin: 0 0 6px 0;
}

#main h1 {
	color: #2087CA;
	border-bottom: 2px solid #B0D5EE;
	margin: 0 0 6px 0;
}

#main h2 {
	color: #2087CA;
	margin: 0 0 6px 0;
}

#main .formbox h2 {
	color: #fff;
	border-bottom: none;
	padding-left: 4px;
	margin: 0 0 6px 0;
	-moz-border-radius: 5px; 
}

#main h3 {
	color: #2087CA;
	margin: 9px 0 3px 0;
}

#main h4 {
	color: #000;
	margin: 0 0 4px 0;
}

#news-latest {
	margin-top: 8px;
	border: 1px solid #B0D5EE;
	-moz-border-radius: 5px; 
	padding: 4px;
}

#news-latest h2 {
	color: #2087CA;
	border-bottom: 2px solid #B0D5EE;
	margin: 0 0 6px 0;
}

#news-latest h3 {
	margin: 0;
}

#news-latest p {
	margin-top: 0;
}

#news-latest a {
	color: #2087CA;
}

a#tell-a-friend {
	margin-top: 8px;
	display: block;
	width: 224px;
	height: 24px;
	text-align: center;
	background: #2087CA;
	color: #fff;
}

a#tell-a-friend span {
	display: block;
	padding-top: 2px;
}


#shop {
}

#shop h1 {
	color: #2087CA;
	border-bottom: 2px solid #B0D5EE;
	margin: 0 0 6px 0;
}

#shop h2 {
	color: #2087CA;
	margin: 0 0 6px 0;
}

#shop .formbox h2 {
	color: #fff;
	border-bottom: none;
	padding-left: 4px;
	margin: 0 0 6px 0;
	-moz-border-radius: 5px; 
}

#shop h3 {
	color: #2087CA;
	margin: 9px 0 3px 0;
}

#shop h4 {
	color: #000;
	margin: 0 0 4px 0;
}

#shop #shop-sidebar {
	margin: 0;
	width: 200px;
	float: left;
}

#shop #shop-main {
	margin: 0 8px 0 0;
	width: 712px;
	float: right;
}

#shop #shop-menu {
	border-top: 2px solid #CDE4F4;
	text-align: right;
}

#shop #shop-search {
}

#shop #tools {
	background-color: #CDE4F4; 
	border: 1px dashed #999;
	width: 150px;
	float: right;
	padding: 4px;
	margin: 4px;
	clear: both;
}

#shop #tools ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

#shop #shop-product {
	margin-top: 4px;
	padding: 8px;
	border: 1px solid #dde;
}

#shop #shop-product h1 {
	margin-top: 0;
}

#shop #price {
	clear: both; 
	float: right; 
	width: 150px; 
	padding: 4px;
	margin: 4px;
	text-align: center;
	border: 2px dashed #CDE4F4;
}

#shop #price h1 {
	margin-top: 0;
	color: #fff;
	background: #D80C2D;
	padding: 3px;
	padding-left: 8px;
	-moz-border-radius: 5px;
	border: none;
}

#shop #price p {
	margin: 0;
}

#shop #images {
	clear: both; 
	float: right; 
	width: 150px; 
	padding: 4px;
	margin: 4px;
	text-align: center;
	border: 2px dashed #CDE4F4;
}


#shop #files {
	clear: both; 
	float: right; 
	width: 150px; 
	padding: 4px 4px 4px 4px;
	margin: 4px;
	text-align: center;
	background-color: #eed; 
	border: 1px dashed #999;
}

#shop #files h1 {
	margin-top: 0;
	background: #FFCD56;
	padding: 3px;
	padding-left: 8px;
	-moz-border-radius: 5px;
}

.sidemenu {
	margin: 0;
	-moz-border-radius: 5px; 
}

.sidemenu a {
	color: #333;
}	

#shop-sidemenu h2 {
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px;
	margin: 0 4px 8px 4px;
}	

#shop-sidemenu h2 a:link, #shop-sidemenu h2 a:visited {
	text-decoration: none;
	color: #fff
}	

#shop-sidemenu h2 a:hover {
	text-decoration: underline;
	color: #fff;
}	

#shop-sidemenu ul {
	padding: 0;
	margin: 0;
	margin-left: 8px;
	list-style-type: none;
} 

#shop-sidemenu ul li {
	margin: 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #fff;
}

#shop-sidemenu ul li ul {
	padding: 0;
	margin: 0;
	margin-left: 8px;
	list-style-type: none;
} 

#shop-sidemenu ul li ul li {
	margin: 0 0 0 8px;
	padding: 0;
	border: none;
	background: none;
	font-size: 9pt;
}

#shop-sidemenu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px;
    position:relative; 
}

#shop-sidemenu li a:link, #shop-sidemenu li a:visited {
	color: #fff;
	text-decoration: none;
}

#shop-sidemenu li a:hover {
	background: #fff;
	color: #61ABDD;
}

#shop-sidemenu li a.static:hover {
	background: #fff;
	color: #61ABDD;
}

#index {
}

#page {
}

#left {
	margin: 0;
	width: 192px;
	float: left;
}	

#left h2 {
	margin-bottom: 0px;
}	

#left h2 a {
	color: #000;
}	

#left ul li .active {
	font-weight: bold;
}

#right {
	padding-bottom: 8px;
	width: 676px;
	float: right;
}

#right h1 {
}

#right h1 a {
	color: #666;
}

#contact {
}

#contact #left {
	width: 292px;
}

#contact #right {
	width: 416px;
}

.page-index {
}

.page-index-item {
	margin-top: 16px;
}

.page-index-image {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 16px;
}

.page-index-detail {
}

.page-index-item h3 {
	margin: 0;
}

.page-index-item p {
	margin-top: 4px;
}

#news {
}

.news-index {
}

.news-index-item {
	margin-top: 16px;
}

.news-index-image {
	width: 80px;
	height: 80px;
	float: right;
	margin-left: 16px;
}

.news-index-detail {
}

.news-index-item h3 {
	margin: 0;
}

.news-index-item p {
	margin-top: 4px;
}

.embedtv {
	margin: 8px;
}

#blog {
	min-height: 300px;
}

#blog .blog-post-title {
	background: #fff url(/images/blog/blog-post-title.gif) top left no-repeat;
	width: 676px;
	height: 25px;
	margin-bottom: 0;
}

#blog .blog-post-title span {
	padding-left: 6px;
}

#blog .blog-post-title a:link, #blog .blog-post-title a:visited {
	color: #000;
	text-decoration: none;
}

#blog .blog-post-title a:hover {
	color: #00c;
	text-decoration: underline;
}

#blog .blog-post-meta {
	margin-top: 4px;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 4px;
}

#blog .blog-post p {
	margin-left: 4px;
	margin-right: 4px;
}

#blog .blog-post-categories {
	text-align: center;
}

#blog #blog-sidebar {
	margin: 0;
	width: 240px;
	float: right;
}	

#blog #blog-sidebar-top {
	width: 240px;
	height: 4px;
	background-image: url(/images/blog/blog-sidebar-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden; /* IE6 */
}	


#blog #blog-sidebar-bg {
	width: 240px;
	background-image: url(/images/blog/blog-sidebar-bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0;
	border-bottom: 0px solid white;
}	

#blog #blog-sidebar-inner {
	margin: 0 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}	

#blog #blog-sidebar-inner p {
	margin-bottom: 0; /* firefox collapsing margins */
}	

#blog #blog-sidebar-bottom {
	margin: 0;
	width: 240px;
	height: 7px;
	background-image: url(/images/blog/blog-sidebar-bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#blog #blog-sidebar h2 {
	margin-top: 0;
	font-size: 10pt;
}	

#blog #blog-sidebar h2 a {
	color: #000;
}	

#blog #blog-sidebar h3 {
	font-size: 10pt;
}	

#blog #blog-sidebar h3 a {
	color: #000;
}	

#blog .blog-xml-link {
	text-align: center;
}

#blog #main {
	padding-bottom: 8px;
	width: 676px;
	float: left;
}

#blog #main h3#comments-title {
	font-size: 9pt;
	background: #f6f6f6;
	border-top: 1px solid #c9c9c9;
	padding: 2px 2px 2px 4px;
}

#blog .comment-top {
	margin-top: 1em;
	background: #fff url(/images/blog/comment-top.gif) top left no-repeat;
	width: 676px;
	height: 4px;
	overflow: hidden; 
}

#blog .comment {
	background: #fff url(/images/blog/comment-bg.gif) top left repeat-y;
	padding: 4px;
}

#blog .comment p {
	margin: 0 0 0 4px;
}

#blog .comment-meta {
	background: #fff url(/images/blog/comment-meta-bg.gif) top left no-repeat;
	padding: 4px;
	height: 24px;
}

#blog .comment-meta p {
	margin: 6px 0 0 48px;
}

#gallery {
}

#gallery .item {
	width: 200px;
	float: left;
	text-align: center;
}

#gallery .item .im {
	border: 0;
	width: 180px;
	height: 190px;
	margin: auto;
}

#gallery .item .i {
	border: 1px solid #000;
}

#gallery p {
	text-align: left;
}

#gallery #thumbs {
	width: 220px;
	float: left;
}

#gallery #thumbs .im {
	width: 80px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	margin: 4px;
	float: left;
}

#gallery #thumbs .i {
	border: 1px solid #000;
	margin: auto;
}


#gallery #zoom {
	margin: 4px;
	width: 480px;
	float: left;
	text-align: left;
}

#gallery #zoom .im {
	text-align: center;
}

#gallery #zoom .i {
	border: 1px solid #000;
}

#gallery #zoom h3 {
	text-align: left;
}

#gallery #zoom p {
	text-align: left;
}

#footer-wrap {
	margin: auto; 
	height: 64px; 
	background: #CDE4F4 url(/images/footer-bg.gif) top center no-repeat;
}

#footer {
	width: 924px;
	padding-top: 5px;
	margin: auto;
	clear: both;
	text-align: center;
	color: #fff;
}

#footer a {
	color: #fff;
}

/* Core Styles */
 
#controller {
	margin: 0 auto 4px auto;
	background: #fff url(/images/nav/controller.gif) center repeat-x;
	color: #000;
	border: 1px solid #dde;
}

#controller table {
	width: 100%;
	border-collapse: collapse;
}

#controller td {
	vertical-align: top;
}

#controller h1 {
	color: #000;
	margin: 0;
	font-size: 10pt;
}

#controller a {
	color: #000;
}

a.buttonitem {
	float: right;
	display: block;
	text-align: center;
	padding: 0;
	width: 110px;
	height: 22px; 
	background: url(/images/nav/button0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.buttonitem {
	background: url(/images/nav/button1.gif) right no-repeat;
}

a.additem {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 8px 0 0;
	width: 102px;
	height: 21px; 
	background: url(/images/nav/additem0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.additem {
	background: url(/images/nav/additem1.gif) right no-repeat;
}

a.additemsm {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 0 0 0;
	width: 20px;
	height: 21px; 
	background: url(/images/nav/additemsm0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.additemsm {
	background: url(/images/nav/additemsm1.gif) right no-repeat;
}

a.printitem {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 8px 0 0;
	width: 102px;
	height: 21px; 
	background: url(/images/nav/print0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.printitem {
	background: url(/images/nav/print1.gif) right no-repeat;
}

#controller #print span {
	display: none;
}

#controller select {
}

#selector {
	border: 1px solid #ddd;
	background: #f6f6f6;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
}

#selector h1 {
	font-size: 10pt;
}

#selector a {
}

#selector table {
	border-collapse: collapse;
	width: 100%;
}

#selector table td {
	padding: 0;
}


#selector td.action {
	width: 60px;
	text-align: right;
	vertical-align: middle;
}

#selector td.action input.close {
	font-size: 8pt;
	width: 60px;      
	font-weight: bold;
}

table#title {
	width: 100%;
	background: #eee;
	-moz-border-radius: 5px;
	margin: 0 auto;
}

table#title td {
	vertical-align: middle;
}

#title td.action {
	width: 60px;
	text-align: right;
	vertical-align: middle;
}

#title td.action input.close {
	font-size: 8pt;
	width: 60px;
	font-weight: bold;
}

table#title td form {
	margin-top: 3px;
}

table#title td h1 {
	font-size: 11pt;
	background: none;
	color: #000;
	margin: 0 0 0 4px;
}

table#title td h1 a {
	color: #000;
}

.summary {
	margin-top: 4px;
	border: 1px solid #ddc; 
	background: #ffe;
	padding: 4px;
}	

.summary table {
	width: 100%;
}

.summary table td {
	vertical-align: top;
}

#heirachy {
	margin-top: 4px;
	margin-bottom: 4px;
	border-top: 1px solid #ddc; 
	border-bottom: 1px solid #ddc; 
	background: #ffe;
	padding: 2px;
	font-size: 9pt;
}	

#toc {
}	

#toc ul {
}	

ul.outline {
	list-style-image: none;
	list-style: none;
	color: #666;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-left: 8px;
}

ul.outline li {
	margin-left: 0;
	padding-left: 20px;
	list-style: none;
}	

.outline ul li .active {
	font-weight: bold;
}

ul.outline li.root {
	background: url(/images/nav/folder.gif) no-repeat 0 3px;
}	

ul.outline li.folder {
	margin-left: 4px;
	background: url(/images/nav/folder.gif) no-repeat 0 3px;
}	

ul.outline li.file {
	margin-left: 4px;
	background: url(/images/icon/generic.gif) no-repeat 0 3px;
}	

ul.outline ul {
	padding: 0;
	margin: 0;
	margin-left: 8px;
	margin-right: 8px;
	list-style: none;
} 

.outline li {
	margin: 0;
	padding: 0;
}

.outline li a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px;
	margin-right: 4px;
}

.outline li a:visited {
	text-decoration: none;
}

.outline li a:hover {
}

.outline li a.static:hover {
	background: #eee;
	text-decoration: underline;
}

.outline li a.static#active {
	background: #fff;
}

.posts {
	margin-top: 4px;
	padding: 4px;
	border: 1px solid #ccc;
	background: #eee;
}

.posts #audit {
	float: right;
}

.posts p {
	margin-top: 2px;
	margin-bottom: 4px;
}

/* name of user posting comment */
.posts .user {
	color: #666;
}

.posts table {
	width: 100%;
}

.posts table td {
	vertical-align: top;
}

#content .printlink {
	float: right; 
	margin: 8px;
}

.controller thead, .controller tfoot {
	clear: both;
	background: #eee;	
}

#content .localtools {
	background: #eee;	
	margin: 0;
	padding: 4px;
	border: 1px solid #999;
}

#content .localtools ul {
	margin: 0;
}

#content .localtools ul li {
	margin-left: 8px;
	display: inline;
}

#content .printlink {
	float: right; 
	margin: 8px;
}

code {
  font-family: courier, monospace;
  background: #ccc;
}

table.markup {
	border-collapse: collapse;
}

table.markup caption {
	background: #ccc;
	border: 1px solid #ccc;
	color: #000;
	padding: 2px;
}

table.markup thead {
	background: #ffe;
	border: 1px solid #000;
	padding: 2px;
}

table.markup td {
	border: 1px solid #333;
	padding: 2px;
	vertical-align: top;
}

/* dataset */

.dataset {
	margin-top: 4px;
	background: #fff;
}

.dataset table {
	border-top: 1px solid #ddc; 
	border-bottom: 1px solid #ddc;
	width: 100%;
	border-collapse: collapse;
}

.dataset table td {
	vertical-align: top;
	padding: 2px;
}

.dataset thead {
	background: #ffe;
	border-bottom: 1px solid #ddc; 
}

.dataset td.thead {
	background: #ffe;
	border-bottom: 1px solid #ddc; 
}

.dataset td.odd {
	background: #fff;
}

.dataset td.even {
	background: #f6f6f6;
}

.dataset tfoot td {
	border-top: 1px solid #ddc; 
	background: #ffe;
}

.dataset tfoot td {
	padding: 2px;
}

/* forms */

.formbox {
	margin-top: 4px;
	border: 1px solid #61ABDD;
	-moz-border-radius: 5px; 
	background: #CDE4F4;
	padding: 4px;
}

.formbox h2 {
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
	margin-top: 4px;
	background: #61ABDD;
}	

.formbox h3 {
	margin-top: 4px;
}	

.formbox table {
	border-collapse: collapse;
	width: 100%;
}

.formbox td {
	vertical-align: top;
	padding: 4px;
}

.formbox thead {
	background: #ffe;
}

.formbox thead td {
	background: #ffe;
}

.formbox thead td {
	border-bottom: 1px solid #ddc; 
}

.formbox tfoot {
	background: #ffe;
}

.formbox tfoot td {
	background: #ffe;
}

.formbox tfoot td {
	border-top: 1px solid #ddc; 
}

form {
	margin: 0;
	padding: 0;
}

.formbox textarea {
	font-size: 10pt;
}

.alert {
	color: #c00; 
}

#trail {
	text-align: center;	
	margin: 8px;
}

