@charset "UTF-8";

html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
}

body
{
	background-color: #292929;
	background-image: url(/images/sc_login_background.gif);
	background-repeat: repeat-x;
}

/**
 * To center all the areas
 */
 
#logo-area, #animation-area, #content-area, #login_form
{
	margin: 0px auto 0px;
	width: 800px;
}

#logo-area
{
	background-image: url(/images/sc_logo_site.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	margin-top: 20px;
}
#animation-area
{
	background-image: url(/images/sc_animation_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 810px;
	height: 361px;
}

/**
 * The login form
 */
 #login_form
 {
 	height: 33px;
 	line-height:33px;
 	vertical-align: middle;
 	text-align: right;
 	color: #CCCCCC;
 	font-weight:bold;
 }
 
 #login_form input
 {
 	margin-left:5px;
 	margin-right:5px;
 }
 
.side_form
 {
 	height: 265px;
 	width: 265px;
 	font-weight:bold;
 	background-image: url(/images/sc_side_form.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: 'Lucida Sans', Verdana, Arial;
	color: #FCFCFC;
}

.side_form div
{
	padding:15px;
}

.side_form_title
{
	font-size: 22px;
}

/**
 * The content Area
 */
#content-area table tr td
{
	width: 266px;
	
}

#content-area table tr td.text_columns
{
	width: 246px;
	padding: 10px;
}

.content_title
{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
}

.content_text
{
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	
}
