/*
----------------------------------------------------------
	Scion Solutions Ltd home stylesheet.
	For styles on home page only
	FileName:    home.css
	Version:     1.00				27/01/2006
	Copyright Scion Solutions Ltd 1998 - 2006
	www.scion.co.uk
	Author: Ian Winstanley
----------------------------------------------------------
*/

/* Displayed above all content on the home page */
#homeTopBar {
	position: relative;
	width: 772px;
	height: 25px;
	margin-left: -3px;
	z-index: 2;
	background-image: url(/images/but_home_top_bar.gif)
}

/* Formats the size and background */
#homeLogin {
	float: left;
	width: 254px;
	padding: 15px;
	margin-top: 3px;
	background-image: url(/images/but_home_login_bg.gif); background-repeat: no-repeat
}

#innerLogin {
 	float: left;
 	width: 252px
 }
 
#padlockLogo {
	float: left;
	width: 130px; 
	margin-left:10px
}

/* Large text headlines on right */
#headlineText {
	float: right;
	text-align: right;
	width: 245px
}

#sslCertificates {
	color: #515EAC;
	font-weight:bold;
	margin-bottom: -15px; 
	font-size:140%
}

#certAuthority {
	color: #515EAC;
	font-weight:bold; 
	font-size:110%
}

#enabling {
	color: #69B1FD;
	font-weight: bold;
	margin-bottom: 10px; 
	font-size:110%
}

#homeMiddleBar {
	position: relative;
	width: 772px;
	height: 25px;
	margin-left: -3px;
	z-index: 2; 
	background-image: url(/images/but_home_bottom_bar.gif)
}

#sslCertificateContainer {
	position: relative;
	margin-top: -17px
}

#homeSSLInner {
	float: left;
	width: 332px;
	padding: 2px
}

.input150 {
 	width: 150px;
 	text-align:left
 }
 
/* Below format the curved divs */
.home-top {
	width:477px; 
	float:right; 
	margin-top:-17px; 
	background: url(/images/light_blue_dot.gif) 0 0 repeat-x
}

.home-tl {
	background: url(/images/tl_home.gif) 0 0 no-repeat
}

.home-ssl {
	width:359px; 
	background: url(/images/light_blue_dot.gif) 0 0 repeat-x; 
	background-color:#E5EEFF
}

.home-tr {
	background: url(/images/tr_ssl.gif) 100% 0 no-repeat;
	padding:10px
}

.home-resources {
	position:absolute;
	left:362px;
	top:20px;
	background: url(/images/light_blue_dot.gif) 0 0 repeat-x; width:200px;
	background-color: #E5EEFF
}

.home-trial {
	position: absolute;
	width: 200px;
	left: 565px;
	top: 20px; 
	background: url(/images/light_blue_dot.gif) 0 0 repeat-x;
	background-color: #E5EEFF
}