/* --------------------------------------------
	Special Style Sheet prepared for 
	Tellington TTouch Training
	www.ttouch.com
	prepared by
	Page Turner Designs
	www.pageturnerdesigns.com
	(c) 2006. All rights reserved.
----------------------------------------------- */

body {
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote, #footer, #tagline {
	font-size: 80%;
}
#tagline {
	height:	0;
}
#footer {
	border-top: 1px solid #000000;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	padding: 4pt;
}
#maincontent {
	text-align: left;
}
h2 { 
	margin-top: 24pt;
}
.picture {
	float: right;
}
#introControls, #sidebar, .navbar, .navheading {display: none;}
#datatable table {
	border-collapse: collapse;
	border: 0; 
}
#datatable th, #datatable td {
	vertical-align: top;
	padding: 4pt;
	border: 1px solid #000000;
}
.mainheader {
	text-align: center;
	font-weight: bold; 
}
/* =Forms
----------------------------------------------- */

form {
	margin: 16px 0px; /* The auto left and right margins center the form within #main. The 20px top and bottom margins provide space between the form and surrounded content. */
	padding: 0px 0px 5px; /* Creates space between edge of form and edge of fieldset for background color to display in. */
	border: none; /* Sets border on all sides of form. */
	background: none; /* Sets background color */
}
input {
	background: none;
	padding: 2px;
	color: #000;
	width: 350px;
	display: block;
	margin-bottom: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom: 1px solid #000;
	border-left-style: none;
}
/* The following selector controls how the inputs look when they have focus, but since IE does not support focus, these effects are not seen there. */
input:focus, textarea:focus {
	display: none;
}
label {
	color: #000; /* Sets text color of labels. */
	display: inline; /* Changes labels from inline to block so each will sit on the line above its associated input. */
}
fieldset {
	background: none; /* Sets background image on fieldset and tiles it across horizontally. Also sets background color that matches end of gradient background image so that image will blend in seamlessly. */
	border: none; /* Sets border */
	padding: 5px 0px 10px; /* Creates space between edges of fieldset and content within. */
}
legend {
	color: #000;
	font-size: 16pt;
	font-weight: bold;
	background: none;
	margin: 0px;
	padding: 15px 0px;
	border: none;
}
.box {
	width: 25px;
	display: inline:
	border-bottom: 25px;
}
.short {
	width: 25px;
	display: inline:
	border-bottom: 25px;
}
input.button {
	display: none;
}
/* The following selector resets the margins to the correct values for all browsers other than MacIE. */
/* hide from MacIE \*/
input.button {
	margin: 10px auto 5px auto;
}
/* end hide */
