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: #fff;
}

html { 
	overflow-y:scroll;
}

body#popup {
    text-align: left;
} 

body#print {
    background: #fff;
    text-align: left;
} 

h1 {
	margin-top: 0;
	color: #333;
	font-size: 13pt; 
}

h1 a:link, h1 a:visited {
	color: #333;
}

h2 {
	margin-top: 0;
	color: #333;
	font-size: 12pt; 
}

h2 a:link, h2 a:visited {
	color: #333;
}

h3 {
	color: #333;
	font-size: 11pt; 
}

h4 {
	color: #333;
	font-size: 10pt; 
}

a:link {
	text-decoration: underline; 
	color: #1170A0;
}

a:visited { 
	text-decoration: underline; 
	color: #1170A0;
}

a:active { 
	text-decoration: underline; 
	color: #c00;
}

a:hover { 
	text-decoration: none; 
}

.clear {
	clear: both;
}

.im {
	margin: 8px;
}

/* template objects */

#background {
	text-align: left; /* centre for compliant browsers*/
}

#container {
	margin: auto;
	width: 940px; 
	background: #fff;
}
 
#content {
	margin: auto 8px;
	padding: 8px 0;
	border-bottom: 1px solid #fff; /* moz clear float bug */
	min-height: 300px;
}

#userbar-wrap {
	background: #000 url(/images/ubbg.gif) top left repeat-x;
	color: #fff;
	height: 22px;
	margin: auto;
	width: 940px;
}

#userbar {
	margin: auto;
	width: 940px;
	height: 22px;
	color: #fff;
	height: 24px;
	font-family: verdana;
	font-size: 8pt;
}

#userbar #intro {
	margin-top: 4px;
	margin-left: 8px;
	width: 372px;
	float: left;
	font-weight: bold;
}

#userbar a {
	color: #fff;
	text-decoration: none;
}

#userbar a:hover {
	text-decoration: underline;
}

#userbar #usernav {
	margin-top: 4px;
	margin-right: 8px;
	width: 540px;
	float: right;
	text-align: right;
}

#masthead {
	margin: auto; 
	padding-top: 8px;
}

#masthead #banner {
	float: right;
	width: 728px;
	height: 90px;
	margin-right: 8px;
}

#masthead h1 {
	display: inline;
}

#masthead #logo a {
	display: block;
	width: 180px;
	height: 90px;
	background-image: url(/images/logo.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: 8px;
}

#masthead span {
	display: none;
}

/* menubar */

#menubarbox {
	text-align: center;
	margin: auto;
	width: 900px; 
	padding-top: 1px;
	background: #fff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#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 a span {
}

#menu ul li.active a {
	color: #000;
}

#submenu {
	margin: 0 auto 0 auto;
	padding: 4px 0;
	text-align: center; 
	border-bottom: 1px solid #666;
}

#submenu a {
}

#submenu a:link, #submenu a:visited, #submenu a:active {
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
}

#submenu a.selected {
}

/* sidemenu */

/* sidemenu */

#sidemenu {
	margin: 0;
	padding: 4px;
	-moz-border-radius: 4px; 
	background: #f6f6f6;
}

#sidemenu a {
	color: #333;
}	

#sidemenu h2 {
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px;
	margin: 4px;
}	

#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: 4px 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: 4px;
	margin-right: 2px;
    position:relative; 
}

#sidemenu li a:link, #sidemenu li a:visited {
	color: #333;
	text-decoration: none;
}

#sidemenu li a:hover {
	background: #fff;
}

#sidemenu li a.static:hover {
	background: #eee;
	color: #333;
}

#home {
}

#home h3 {
	font-family: verdana;
	font-size: 10pt;
	padding: 4px 0 0 6px;
	margin: 0 0 8px 0;
	color: #444;
}

#home #left {
	width: 736px;
	float: left;
}

#home #right {
	width: 186px;
	float: right;
	overflow: hidden;
}

#shop-button {
	width: 186px;
	height: 162px;
}

#shop-button a {
	display: block;
	width: 186px;
	height: 162px;
	background: #fff url(/images/shop-button.gif) top left no-repeat;
	border: 0;
}

#shop-button a span {
	display: none;
}

#home #media {
	width: 736px;
	height: 408px;
	float: left;
}


#home #links {
	border-top: 1px solid white;
	margin-top: 1px;
	width: 185px;
}

#home #links p {
	margin: 4px 0 8px 4px;
	padding: 0;
}

#home #links span {
	display: block;
	padding: 2px 0 0 2px;
}

#home #links p a#links-podcast {
	display: block;
	height: 20px;
	color: #555;
	padding-left: 20px;
	background-image: url(/images/links-podcast.gif);
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#home #links p a#links-home {
	display: block;
	height: 20px;
	color: #555;
	padding-left: 20px;
	background-image: url(/images/links-home.gif);
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#home #links p a#links-rss {
	display: block;
	height: 20px;
	color: #555;
	padding-left: 20px;
	background-image: url(/images/links-rss.gif);
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#home #links p a#links-shop {
	display: block;
	height: 20px;
	color: #E1241F;
	padding-left: 20px;
	background-image: url(/images/links-shop.gif);
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#home #links p a#links-tell {
	display: block;
	height: 20px;
	color: #555;
	padding-left: 20px;
	background-image: url(/images/links-tell.gif);
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#tellafriend {
	padding: 4px;
}

#tellafriend h2 {
	border-bottom: 1px solid #333; 
	color: #333;
	font-size: 12pt;
	font-weight: bold;
	padding: 2px;
	margin-top: 4px;
}	

#fold {
	margin-top: 4px;
}

#fold div.inner {
	padding: 0 4px;
}

#fold div.news {
	background: #fff url(/images/news-bg.gif) top center no-repeat;
	float: left;
	width: 336px;
	height: 370px;
	margin-left: 6px;
}

#fold div.news ul {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 0 0 4px;

}

#fold div.news-aap {
	background: #fff url(/images/news-aap-bg.gif) top center no-repeat;
	float: left;
	width: 336px;
	height: 370px;
	margin-left: 6px;
}

#fold div.news-aap ul {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 0 0 4px;

}

#fold div.news-education {
	background: #fff url(/images/news-education.gif) top center no-repeat;
	float: left;
	width: 186px;
	height: 370px;
	margin-left: 6px;
}

#fold div.news-education ul {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 0 0 4px;

}

#fold div li {
	margin: 8px 0 0 0;
}

#fold div li a {
	color: #333;
}

#fold div.poll {
	background: #fff url(/images/poll-bg.gif) top center no-repeat;
	float: left;
	width: 240px;
	height: 370px;
}

div.poll p {
	margin-left: 8px;
	margin-right: 8px;
}

div.poll dl {
	margin: 0 0 0 4px; 
	padding: 0;	 	
}

div.poll dt {
	margin: 0;
	padding: 0;
	clear: both;
	display: block; 
	float: left; 
	width: 24px; 
    height: 16px; 
}

div.poll dd {
	margin: 0;
	padding: 0;
	display: block;	 			
	float: left;	 
	width: 200px; 
	margin: 0 0 4px 0; 
}

#pollresult {
	background: #fff url(/images/pollrbg.jpg) top center repeat-x;
	padding: 8px;
	height: 392px;
}

#pollbar {
	width: 100%;
	background: #ccc;
	height: 18px;
	border: 1px solid black;
	margin-bottom: 8px;
}

#pollvotes {
	background: #065BA6;
	height: 18px;
	color: #fff;
}

#home #emailsignup {
	margin-top: 8px;
	width: 640px;
	height: 33px;
	font-size: 12px;
	background: #fff url(/images/emailsignup.gif) no-repeat;
	vertical-align: middle;
}

#home #emailsignup .text {
	float: left;
	width: 320px;
	padding-top: 8px; 
	text-align: center;
	font-weight: bold;
}

#home #emailsignup .entry {
	width: 320px;
	float: left; 
	padding-top: 6px; 
}

#home #emailsignup .entry input {
	color: #000; 
	width: 220px;
}

#home #emailsignup .entry input#join {
	width: 40px;
}

#index {
}

#page {
}

#left {
	margin: 0;
	width: 256px;
	float: left;
}	

#left h2 {
	margin-bottom: 0px;
}	

#left h2 a {
	color: #000;
}	

#left ul li .active {
	font-weight: bold;
}

#right {
	padding-bottom: 8px;
	width: 656px;
	float: right;
}

#right h1 {
}

#right h1 a {
	color: #666;
}

#contact {
}

#contact #left {
	width: 566px;
	height: 408px;
	background: #fff url(/images/contact-left.gif) top left no-repeat;
}

#contact #left div {
	padding-left: 8px;
	padding-right: 8px;
}

#contact #right {
	width: 350px;
	height: 408px;
	background: #fff url(/images/contact-right.gif) top left no-repeat;
}

#contact #right div {
	padding-left: 8px;
}

#contact #right h2 {
	font-family: verdana;
	font-size: 10pt;
	padding: 4px 0 0 6px;
	margin: 0 0 8px 0;
	color: #000;
}

.embedtv {
	margin: 8px;
}

#blog {
	min-height: 300px;
}

#blog h2.blog-post-title {
	background: #fff url(/images/blog/blog-post-title.gif) top left no-repeat;
	width: 676px;
	height: 25px;
	margin-bottom: 0;
	font-size: 10pt;
	padding-top: 3px;
}

#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;
}

#shop {
}


#shop #shop-menu {
	border-top: 2px solid #ffcd56;
	text-align: right;
}

#shop #shop-search {
}

#shop #tools {
	background-color: #eed; 
	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: 8px;
	background: #eed;
	padding: 8px;
	-moz-border-radius: 5px;
	border: 1px solid #dde;
}

#shop #price {
	clear: both; 
	float: right; 
	width: 150px; 
	padding: 4px;
	margin: 4px;
	text-align: center;
	background-color: #eed; 
	border: 1px dashed #999;
}

#shop #price h1 {
	margin-top: 0;
	background: #FFCD56;
	padding: 3px;
	padding-left: 8px;
	-moz-border-radius: 5px;
}

#shop #price p {
	margin: 0;
}

#shop #images {
	clear: both; 
	float: right; 
	width: 150px; 
	padding: 4px;
	margin: 4px;
	text-align: center;
	background-color: #eed; 
	border: 1px dashed #999;
}


#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;
}



#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 */
#footer-wrap {
	margin: auto;
	width: 940px;
	height: 36px;
	background: #000 url(/images/fbg.gif) top repeat-x;
}

#footer {
	width: 940px;
	height: 36px;
	margin: auto;
}

#footer div {
	padding: 8px;
	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 {
	margin: auto;
	width: 916px;
}

#controller td {
	vertical-align: top;
}

#controller h1 {
	color: #000;
	margin: 0;
	font-size: 11pt;
}

#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;
}

#navleft {
	margin: 0;
	width: 200px;
	float: left;
}	

#navleft h2 {
	margin-bottom: 0px;
}	

#navleft h2 a {
	color: #000;
}	

#navleft ul li .active {
	font-weight: bold;
}

#contentright {
	width: 556px;
	float: right;
}


#contentright h1 {
}

#contentright h1 a {
	color: #666;
}

table#title {
	width: 100%;
	background: #369;
	color: #fff;
	-moz-border-radius: 5px;
	margin: 0 auto;
}

table#title td {
	color: #fff;
	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 {
}

table#title td h1 {
	font-size: 10pt;
	background: none;
	color: #fff;
	margin: 0 0 0 4px;
}

table#title td h1 a {
	color: #fff;
}

.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 {
	margin-top: 0;
	margin-bottom: 0;
}	

.tip {
	color: #69f;
	font-size: 8pt;
	border: 1px dotted #69f;
	margin: 8px;
	padding: 8px;
}

.tip h1, .tip h2, .tip h3 {
	margin-top: 0;
	color: #69f;
}

.tip a {
	color: #69f;
}

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;
	-moz-border-radius: 5px;
	margin-right: 4px;
}

.outline li a:visited {
	text-decoration: none;
}

.outline li a:hover {
	background: #fff;
}

.outline li a.static:hover {
	background: #eee;
	color: #333;
}

.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;
}

/* calendar */

.calendar { 
}

#calendar ul.events {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 4px;	
}

table.calendar { 
	width: 100%;
}

.calendar .day {
	margin: 0;
}

.calendar td.day {
	border: 1px solid #ddc;
	background: #ffe;
	height: 80px;
	padding: 2px; 
}

.calendar .today {
	background-color: #ddc; 
	padding: 2px; 
	margin: -2px;
}

.calendar .today a {
}

.calendar td {
	padding: 0;
	width: 14%; 
	vertical-align: top;
}

#calendar div.month {
	border: 1px solid #dde;
	vertical-align: top;
}

#calendar div.month table {
	width: 100%;
}

#calendar div.month table td {
	text-align: center;
}

.tool {
	float: right; 
}

.calendar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

table.calendar td.dayname {
	font-weight: bold;
	text-align: center;
}

.calendarsmall { 
	border: 1px solid #dde;
}

table.calendarsmallcontrol {
	width: 100%;
	background: #ffe;
	border: 1px solid #ddc; 
	border-bottom: 0; 
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.calendarsmall h3 { 
	text-align: center;
}

.calendarsmall .dayname { 
	font-weight: bold;
}

.calendarsmall .today {
	background-color: #ffe; 
	border: 1px solid #dde;
}

.calendarsmall td {
	text-align: center;
	width: 14%; 
}

#calendaryear {
}

#calendaryear table {
	width: 100%;
}

#calendaryear td.month {
	border: 1px solid #dde;
	vertical-align: top;
}

#calendaryear td h3 {
	background: #ffe;
	border-bottom: 1px solid #ddc; 
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding: 2px;	
}

/* dataset */

.dataset {
	margin-top: 4px;
}

.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 {
	border: 1px solid #ddc; 
	-moz-border-radius: 5px; 
	background: #f6f6f6;
	padding: 4px;
}

.formbox h2 {
	background: #369;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px;
	margin-top: 0;
	-moz-border-radius: 4px; 
}	

.formbox h3 {
	margin: 8px 0 8px 0;
	font-size: 10pt;
	border-bottom: 1px solid #ddc; 
}	

.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;
}

.formtable {
	background: #f6f6f6;
	border: 1px solid #369;
}

.formkey {
}

.formerror {
	color: #c00;
}

.formvalue {
}

.htmlformerror {
	width: 200px;
}

.alert {
	color: #c00; 
}

#trail {
	text-align: center;	
	margin: 8px;
}
