/*--------------------------------------------------------------
FILE INFORMATION
File Name:			sty_global.css
File Type:			.css
Author:				Simon Whatley
Graphics:			Linh McDermott
Calls:				-
Called By:			
Functions:			
Modifications:
---------------------------------------------------------------*/
body {background:#FFFFFF;}
.PageContainer {
	position:relative;
	width:750px;/*780*/
	border:1px solid black;
	}
.VerticalSeparator {
	clear:both;
	height:auto;
	}	

/* HEADER STYLE */
.BlueBar {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:80%;
	color:#FFFFFF;
	background:#6998CC url("../images/bg_blueheader.gif") repeat-x;
	font-weight:bold;
	padding:2px;
	}
.BlackBorder{
	border-bottom:1px solid black;
	border-top:1px solid black;
	clear:both;
	}
.BlackBorderLower{
	border-bottom:1px solid black;
	clear:both;
	}
	

/* END HEADER STYLE */

/* FOOTER STYLE */
.Bottom {clear:both; width:740px;}
.BottomLeft{
	float:left;
	text-align:center;
	width:240px;
	}
.BottomCenter{
	float:left;
	text-align:center;
	width:320px;
	}
.BottomCenterOff, .BottomCenterOn{
	padding:3px;
	vertical-align:middle;
	color:#7A7A7A;
	font-family:Arial,Helvetica,sans-serif;
	/*font-weight:bold;*/
	font-size:80%;
	text-decoration:none;
	}
.BottomCenterOn {color:#000000;}	
.BottomCenter a:link{text-decoration:none;}	
.BottomCenter a:hover{text-decoration:underline;}
.BottomCenter a:active{text-decoration:underline;}	
.BottomRight{
	float:right;
	width:150px;
	margin:5px;
	}
/* END FOOTER STYLE */

/*LINKS*/
.RedLink  {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	text-decoration:underline;
	color:#D1211D;
	}
.RedLink:hover  {
	text-decoration:underline;
	color:#D1211D;
	}
.RedMore {
	text-align:left;
	width:50px;
	padding-right:13px;
	background: url("../images/bg_redarrow.gif") no-repeat;
	}
.WhiteLink {
	color:#ffffff;
	text-decoration:none;
}
.WhiteLink:hover {
	color:#ffffff;
	text-decoration:underline;
}
/*END LINKS*/

/*BREADCRUMB STYLE*/
.CrumbTrail {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:80%;
	padding:10px;
	clear:both;
	color:#7A7A7A;
	}
.CrumbLink {
	color:#CC0000;
	}
/*END BREADCRUMB STYLE*/

/* FORM ELEMENTS */
label { 
	cursor: pointer;
	} 
/* END FORM ELEMENTS */

.strapline {
	padding:2px;
	margin-right:1px;
	font:normal 80% Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: right;
	}
.copy {
	font:normal 60% Arial, Helvetica, sans-serif;
	color:#5E5E5E;
	text-align:center;
}

.clickSequenceImg {
	cursor:pointer;
}

/*Now you try*/
.NowYouTryBox {
	width:200px;
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	border:1px solid #D1211D;/*8D6A00*/
	background-color:#F4F0E5;
}
.NowYouTryTitle {
	padding:2px 2px 2px 2px;
	margin:2px 2px 2px 2px;
	font:bold 80% Arial,Helvetica,sans-serif;
	color:#5E5E5E;
	width:216px;
	}
.NowYouTryText{
	padding:2px 2px 2px 2px;
	margin:2px 2px 2px 2px;
	font:normal 80% Arial,Helvetica,sans-serif;
	color:#5E5E5E;
	}
.CloseLink {
	padding:2px 2px 2px 2px;
	margin:2px 2px 2px 2px;
	font:normal 60% Arial,Helvetica,sans-serif;
	color:#5E5E5E;
	text-decoration:underline;
	cursor:pointer;
	text-align:right;
}
