﻿*
{
	padding				:	0px ;
	font-family			:	Verdana, Arial, Helvetica, sans-serif ;
}

.Hidden
{
	display				:	none ;
}

.Invisible
{
	visibility			:	hidden ;
}

BODY
{
	font-size			:	12px ;
}

UL
{
	margin-left			:	20px ;
}

LABEL
{
	cursor				:	pointer ;
}

A
{
	color				:	blue ;
}
A:visited
{
	color				:	navy ;
}
A:active
{
	color				:	red ;
}
A:hover
{
	color				:	orange ;
}

DIV.Spacer
{
	clear				:	both ;
}

.SubText
{
	font-size			:	8px ;
	margin-left			:	30px ;	
}

.Logo
{
	background-image	:	url( ../../Images/txtmeback.co.nz.png ) ;
	width				:	214px ;
	height				:	48px ;
	margin				:	0px auto ;
}

.Xenops
{
	background-image	:	url( ../../Images/Xenops.png ) ;
	width				:	100px ;
	height				:	30px ;
	float				:	right ;
	margin				:	10px 10px ;
}

.HeadingFont
{
	font-family			:	Hand Of Sean ;
	font-size			:	14px ;
}

.HTextAlign
{
	margin-right		:	10px ;
	float				:	right ;
}

.divspacer
{
	height				:	10px ;
}

.Submit
{
	background-image	:	url(../../Images/SubmitButton.png) ;
	height				:	20px;
	width				:	60px;
	right				:	10px ;
	bottom				:	10px ;
	position			:	absolute;
	display				:	block ;
}

.ErrorText
{
	font-size			:	10px ;
	color				:	#FF0000	;
	margin-top			:	15px ;
	text-align			:	center ;
}

.ProgressBar
{
	background-image	:	url( ../../Images/ProgressBar.gif) ;
	background-repeat	:	no-repeat ;
	background-position	:	center ;
}

.CentreAlign
{
	text-align			:	center ;	
}

.VertMargin
{
	margin				:	10px 0px ;	
}

.TopMargin
{
	margin-top			:	100px ;
	margin-bottom		:	10px ;	
}

.BottomMargin
{
	margin-top			:	10px ;
	margin-bottom		:	20px ;	
}

/* timeControl Overrides */
.zpTimeSelectWinxpContainer
{
	width				:	100px !important ;
	font-weight			:	normal !important ;
	border				:	0px !important ;
}
.zpTimeSelectWinxpContainer .zpTimeSelectSelector	{}
.zpTimeSelectWinxpContainer .zpTimeSelectButton		{}
.zpTimeSelectWinxpContainer .zpTimeSelectArrow		{}
.zpTimeSelectWinxpContainer .zpTimeSelectSelector	
{
	width				:	auto !important ;
}

.zpTimeSelectTimeText
{
	display				:	none !important ;
}
.zpTimeSelectWinxpContainer .zpTimeSelectButton 
{
	line-height			:	normal !important ;
}
.zpTimeSelectWinxpContainer .zpTimeSelectArrow .zpTimeSelectButton
{
	height				:	6px !important ;
}
.zpTimeSelectWinxpContainer .zpTimeSelectUpButton ,
.zpTimeSelectWinxpContainer .zpTimeSelectDownButton
{
	margin				:	0px !important ;
	padding				:	0px !important ;
}
.zpTimeSelectWinxpContainer .zpTimeSelectUpButton
{
	padding-bottom		:	2px !important ;
}

.bold
{
	font-weight			:	bold ;
}

.progressIndicator
{
	text-align			:	center ;
	width				:	120px ;
	position			:	absolute ;
	font-family			:	Hand Of Sean ;
	font-weight			:	bold ;
	top					:	10px ;
	right				:	10px ;
}
.progressIndicatorImg
{
	background-image	:	url( ../../Images/SheepSaving.gif ) ;
	width				:	120px ;
	height				:	120px ;
}

.MessageWidth
{
	width				:	420px ;
	margin				:	20px auto ;
}

.BtmAlign
{
	bottom				:	10px ;
	text-align			:	right ;
}
