﻿/******************************************************************************
 * Telescope Workshop Standard Theme Style Sheet
 * (c)2010 Thomas, Jonathon J - All Rights Reserved
 ******************************************************************************/

/******************************************************************************
 * Default Styles
 * Set these default styles to resolve certain compatibility issues for uniform
 * display across (most) standard browsers.
 ******************************************************************************/

/* Set default font for most tags. */
html, body, div, p, span, h1, h2, h3, h4, h5, table, tbody, tfoot, thead, td, th, tr, dl, ol, ul, li {
	font-family: "Times New Roman", Times, serif;
}
code, kbd, pre {
	font-family: "Courier New", Courier, monospace;
}

/* Prevent extra space where it isn't expected. */
html, body, div, table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

/* Set top level dimensions to maximum display value. */
html, body {
	width: 100%;
	height: 100%;
	overflow: auto;
}

/* Set sub-section tags to auto width. */
div, p, span, h1, h2, h3, h4, h5, hr, table, tbody, tfoot, thead, tr, dl, ol, ul, li {
	width: auto;
}

/* Cheep hack for IE to eliminate a line-break white-space being renedered. */
br {
	visibility: hidden;
}
