/*
**	Stylesheet for Login Page of Solutions Website
**	----------------------------------------------
**	All other styles held in main-style.css to
**	reduce page-load times once user is logged in.
**	----------------------------------------------
*/
	
	body {
		background: #fff;
		color: #000;
		margin-top: 10px;
		font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}


	#frame {
		width:762px;
		margin-left: auto;
		margin-right: auto;
		}

	#contentleft {
		width: 570px;
		float: left;
		}
		
	#contentright {
		width: 180px;
		float: left;
		}

	#logo {
		width: 550px;
		background:  url('/images/solutions_logo.jpg') no-repeat; 		
		border: 1px solid #A6A6A6;
		height: 300px;
	}

	#logo p {
		margin: 74px 0 0 12px;
		font: 18px/1 Arial, sans-serif;
		color: #B4B4B4;
	}

	#desc {
		width: 550px;
		border: 1px solid #A6A6A6;
		margin: 10px 0 0 0;
		padding: 10px 0;
		float: left;
	}

	#col-l {
	width: 45%;
	float: left;
	text-align: justify;
	line-height: 11pt;
	margin: 0px 10px 0px 10px;
	}
	
	#col-r {
		width: 45%;
		float: left;
		text-align: justify;
		line-height: 11pt;
		margin: 0px 5px 0px 10px;
	}

	#link {
		background:#6487DC;
		color: #fff;
		padding: 6px 14px 8px 6px;
	}

	#link p {
		margin: 0 0 10px 0;
		padding: 8px 0;
		text-align: center;
		border-bottom: 1px solid #fff;
	}

	#link { 
		width: 188px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 170px;
	}
	
	html>#link	{
		width:170px;
	}

	#link ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#link li {
		margin: 5px 0 5px 15px;
		padding: 0;
	}

	#link li a, #link li a:visited {
		color: #fff;
		text-decoration: none;
	}

	#link li a:hover {
		text-decoration: underline;
	}

	#login {
		background:#E4E4EA;
		border: 1px solid #A6A6A6;
		margin: 18px 0 0 0;
		padding: 10px;
	}
	
	#login { 
		width: 188px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 168px;
	}	

	html>#login	{
		width:168px;
	}

	#logintext {
		text-align: center;
	}

	#login p.form {
		margin: 10px 0;
	}
	
	#login p.link {
		margin: 5px 0;
	}
	
	#login p.right {
		margin: 5px 0;
		text-align: right;
		margin: 0 3px 0 0;
	}

	.greyline {
		font: 1px/1 Verdana, sans-serif;
		border-top: 1px solid #A6A6A6;
		margin: 10px 0;
	}

	#uclhbox {
		width: 188px;
		border: 1px solid #A6A6A6;
		text-align: center;
		margin: 18px 0 0 0;
		padding: 5px 0;
	}

	#platformbox {
		width: 188px;
		border: 1px solid #A6A6A6;
		text-align: center;
		margin: 18px 0 0 0;
		padding: 8px 0;
	}
	
	#sponsorbox {
		border: 1px solid #A6A6A6;
		font-size: 10px;
		text-align: center;
		margin: 18px 0 0 0;
		padding: 7px 7px;
	}

	#sponsorbox { 
		width: 188px;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width: 174px;
	}	
	
	html>#sponsorbox	{
		width:174px;
	}

	.skipLink {
		position: absolute;
		left: -999px;
		width: 990px;
	}
	

	hr.hide {
		display: none;
	}
	
	
	h2 {
		font-size: 11px;
		font-weight: normal;
	}
	

	form {
		margin: 0;
		padding: 0;
	}

	input {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		background: #fff;
		border: 1px solid #A6A6A6;
	}

	input.submit {
		border-left: 1px solid #A6A6A6;
		border-top: 1px solid #A6A6A6;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

	#footer {
		width:755px;
		margin-right:auto;
		margin-top:12px;
		padding:2px;
		text-align:center;
		background:#fff;
		border: 1px solid #A6A6A6;
		color:#A6A6A6;
		font-size:10px;
		line-height: 11pt;
	}
	
	a.g, a.g:visited	{
		color: #A6A6A6;
		}

	a.b, a.b:visited	{
		color: #000;
		text-decoration: none;
		}
	
	a.b:hover {
		text-decoration: underline;
	}

	#error {
		width: 100%;
		color: #e00;
		text-align: center;
	}

	.box-clear { clear: both; line-height: 0px; font-size: 1px; }
	/*\*/