/**
 *	Pureblue Login Style
 *	styles to drive layout
 *
 * 	@author Matthew Holmes IVT
 * 	@copyright Copyright 1994-2004 Internet Vision Technologies <www.ivt.com.au>. All rights reserved.
 * 	@version 0.1 3rd August 2004
 *
 */

	/*** General ***/
	
	body 
	{
		margin: 0 0 0 0;
		background: #fff;
	}
	
	#header 
	{
		height: 40px;
		background-color: #006699;
		border-bottom: 5px solid #80B5D7;
	}
	
	#title 
	{
		float: left;
		padding-left: 15px;
	}
	
	#logindetails 
	{
		float: right;
		padding-right: 15px;
		padding-top: 2px;
	}
	
	#loginform 
	{
		width: 350px;
		margin: 0;
		padding: 17px;
		border: 1px solid #ccc;
		background: #E5E5E5;
	}
	
	#loginarea 
	{
		width: 250px;
		margin: 0;
		padding: 17px;
		border: 1px solid #ccc;
		background: #F5F5F5;
	}
	
	#inputusername 
	{
		padding: 7px;
	}
	
	#inputpassword 
	{
		padding: 7px;
	}
	
	.inputfield 
	{
		width: 230px;
		padding: 3px;
		background: #fff;
		border: 1px solid #ccc;
	}
	
	#loginhelpbuttons 
	{
		text-align: center;
		padding: 5px;
	}

	/****************************************************************/

	/*** Typography ***/

	.title1 
	{
		font: 18px Lucida Grande, Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #FF9500;
		padding: 12px;
	}
	
	.maintitle 
	{
		font: 15px Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #fff;
	}
	
	.admintitle 
	{
		font: 15px Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #ff9500;
	}
	
	.versiontitle {
		font: 12px Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #E5E5E5;
	}
	
	.text 
	{
		font: 9px Lucida Grande, Helvetica, Arial, sans-serif;
		font-weight: normal;
		color: #333;
		padding: 12px;
	}
	
	a, a:hover {
		font: 9px Lucida Grande, Helvetica, Arial, sans-serif;
		font-weight: normal;
		color: #333;
		text-decoration: underline;
	}
	
	#usernametext 
	{
		font: 10px Lucida Grande, Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #666;
		padding-left: 5px;
		text-align: left;
	}
	
	#passwordtext 
	{
		font: 10px Lucida Grande, Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #666;
		padding-left: 5px;
		text-align: left;
	}
	
	.submit 
	{
		font: 11px Lucida Grande, Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #666;
		border: 1px solid #ccc;
		background: #fff;
	}
	
	.helpbutton 
	{
		font: 11px Lucida Grande, Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #666;
		border: 1px solid #ccc;
		background: #fff;
	}
	
	#messages 
	{
		font: 10px Lucida Grande, Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #666;
		text-align: center;
		padding: 5px;
	}

