/*

SideCar Advantage by Radar Hill Technology Group Inc. 
www.radarhill.com | www.sidecaradvantage.com
info@radarhill.com 
ph. 250.477.6395 
fax. 250.477.2146 
This Web Site, images, scripting, coding and content are Copyright 2002-2008 Radar Hill Technology Group Inc.  All rights reserved. Removal, alteration or use of this web site and/or document in whole or in part including images, scripting, coding, remarks and content without express written consent constitutes copyright infringement. Violators will be prosecuted.


************************************************************************


Upload this stylesheet to the website root directory. This file must be named "sca_styles.css".
Eg: www.yourdomain.com/sca_styles.css

*/




#sca_body, #wrapper_login {
	/* Set the background colour for the login Iframe */
	background-color: #232122;
}

#wrapper_login {
	/* Declare the font attributes */
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: justify;
	line-height: 1.4em;
}

.sca_button { /* Change the appearance of the submit buttons */
	background-color: #DDDDDD;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px 5px;
	display: block;
	width: 100px;
	margin: 0 auto;
}

.sca_heading { /* Change the appearance of the headings */
	font-size: 1.2em;
}

.sca_line {
	height: 1px;
	border: none;
	margin: 1em 0em;
	
	/* Set the colour of the line. Both the color and background-color must be the same. */
	color: #333333;
	background-color: #333333;
}

#sca_login { /* Login form table */
	width: 100%;
}

#sca_login td {
	padding: 4px; /* Default cell padding */
}

#sca_register { /* Registration form table */
	width: 100%;
}

#sca_register td {
	padding: 4px; /* Default cell padding */
}

.sca_required { /* Set the color of the required fields asterisk */
	color: #990000;
}

.sca_field { /* Title table cells */
	width: 30%;
	text-align: right;
}

.sca_input { /* Input field table cells */
	width: 70%;
}