/** 
 * All styles necessary to make showpoke.com look as good as it does.
 */
html,body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	background: #fff url(/images/bodyRepeat.gif) repeat-x top left;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
}
p, li, td, h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
}
a:link, a:visited {
	color: #900;
	background: transparent;
}
a:hover, a:active {
	color: #f00;
	background: transparent;
}
#pageWrapper {
	text-align: left;
	width: 850px;
	height: auto !important; /* real browsers */
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	background: transparent url(/images/contentRepeat.gif) repeat-y top left;
}
#pageHeader {
	background: transparent url(/images/headerBack.gif) no-repeat top left;
	width: 850px;
	height: 134px;
}
#pageHeader h1 {
	margin: 0;
	padding: 0;
	height: 110px;
	text-size: 1px;
	overflow: hidden;
	text-indent: -9223px;
}
#siteWide {
	margin: 0;
	padding: 0;
}
#pageSpecific {
	margin: 0;
	padding: 15px 30px 0px 30px;
	background: transparent url(/images/contentTop.gif) no-repeat top left;
}
.nobr {
	display: none;
}
ul#menu {
	list-style: none;
	margin: 0;
	padding: 0 30px;
	width: 790px;
}
ul#menu li {
	float: left;
}
ul#menu li#logout {
	float: right;
}
ul#menu li a:link, ul#menu li a:visited, ul#menu li a:hover, ul#menu li a:active {
	color: #fff;
	padding: 0 9px;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}
#footer {
	margin: 0;
	width: 790px;
	padding: 60px 30px 5px 30px;
	color: #333;
	font-size: smaller;
	text-align: right;
	background: transparent url(/images/contentBottom.gif) no-repeat top left;
}
.introText {
	font-size: 1.1em;
	border-bottom: #ccc 1px solid;
	padding-bottom: 9px;
}

/**
 * Following items used by the profile forms.
 */
fieldset {
	border: none;
}
fieldset legend {
	font-weight: bold;
	border-bottom: #999 dashed 1px;
	width: 100%;
	display: block;
}
.formItem {
	clear: left;
}
.formLabel {
	width: 175px;
	padding: 2px 4px;
	float: left;
	text-align: right;
}
.formField {
	width: 250px;
}
textarea.formField {
	height: 75px;
}
.formFieldCaption {
	padding-left: 183px;
	margin-bottom: 5px;
	font-size: 0.8em;
}
.formSubmit {
	padding: 4px 0;
	clear: both;
	background: #eee;
	text-align: center;
}
.errors {
	color: #900;
}
.partLabel {
	font-weight: bold;
	margin-top: 5px;
}
.partContent {
	text-indent: 5px;
}
.timerEntryActive {
	background: #fff url(/images/activeBG.gif) repeat-x top left;;
	margin: 4px;
	padding: 4px;
}
.timerEntryInactive {
	background: #fff url(/images/inactiveBG.gif) repeat-x top left;;
	margin: 4px;
	padding: 4px;
}
.timerShortName {
	font-weight: bold;
}
.timerInactive, .timerActive, .timerDelete, .timerEdit  {
	display: block;
	text-align: right;
}
.hiliteBox {
	margin: 8px 20px;
	padding: 10px;
	border: #CF9455 solid 1px;
	background: #F4EEBE;
	color: inherit;
}
.hiliteBox h2 {
	font-size: large;
	color: #900;
	margin: 3px 0;
	padding: 0;
}
.hiliteBox dl {
	margin: 3px 8px;
	padding: 0;
}
.hiliteBox dl dt {
	font-weight: bold;
	margin: 4px 0 0 0;
	padding: 0;
}
.hiliteBox dl dd {
	margin: 0 14px;
	padding: 0;
}
div.buttonLinks {
	background: transparent url(/images/buttonRight.gif) no-repeat top right;
	margin: 0;
	padding: 0 27px 0 0;
	height: 25px;
	width: 125px;
	text-align: center;
	margin: 0 auto;
}
div.buttonLinks a:link, div.buttonLinks a:visited, div.buttonLinks a:hover, div.buttonLinks a:active  {
	background: transparent url(/images/buttonLeft.gif) no-repeat top left;
	margin: 0;
	padding: 3px 0 0 27px;
	height: 24px;
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;	
}
.newFeature {
	color: #900;
	background: transparent;
}