/* Style sheet for Helix login page

Colour scheme
	Text: 
	Links: 

Last updated: 8th April 2004
Author: James Harris
*/

@import url("global.css");

td#CompanyInfo
{
	border-top: double 0px #660FA2;
}

td.SmallText
{
	font-size: 10pt;	
}

td#LoginTitle
{
	font-size: 14pt;
	color: #0A246A;
	font-weight: 400;
	border-bottom: solid 1px #0A246A;
}

#txtLogin
{
	color: Blue;
	border-left: solid 1px #555555;
	border-top: solid 1px #555555;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
}

#txtPassword
{
	border-left: solid 1px #555555;
	border-top: solid 1px #555555;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
}

#btnLogin
{
	border-left: solid 1px #DDDDDD;
	border-top: solid 1px #DDDDDD;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
}

td#LoginHelp
{
	border-left: dashed 1px #DDDDDD;
}

p.HelpText
{
	font-size: 8pt;
	padding-left: 10px;
	margin-top: 30px;	
	width: 300px;	
}
