* {
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	cursor: default;
	font-family: verdana;
	color: #0000FF;
}

a:link    { background-color:white; text-decoration:underline; }
a:visited { background-color:#DDDDDD; text-decoration:underline; }
a:hover   { background-color:yellow; text-decoration:underline; }
a:active  { background-color:#C0FFC0; text-decoration:underline; }

body, html {
	font-family: verdana;
	font-size: 1em;
	margin: 0;
	background-color: #FAFAD2;
}

#boxed { 
	background-color: #EEEEEE;
	border-style: outset;	
	color: #0000FF;
	font-variant: normal;		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 2em;	
	list-style-position: inside;
	list-style-image: url(/lps-3.1/Backbase/3_1/images/arrow.gif);
	list-style-type: square;
	margin: 2px;
	padding: 8px;	
	text-decoration: none;
	text-indent: 10px;	
	text-transform: none;		
}

#ttstore {
	cursor: pointer;
	cursor: hand;    
}

#myspace {
	cursor: pointer;
	cursor: hand;    
}

div#header {
	background-color: #F5DDB7;

}

div.tileHeader {
	color: #0000FF;
	background-color: #E4E8EA;
	font-size: 0.8em;
	font-weight: bold;	
	margin: 0.2em 0 0 0;
	padding: 0.2em 0;
	line-height: 1.4;
	cursor: pointer;
	cursor: hand;
}

div.tileContent {
	background-color: #F5DDB7;
}

div.tileContentArea {
	background-color: #CCCCCC;
	width: 98%;
	height: 28em;
	margin: 0.4em auto;
}

div#slideShow {
	float: left;
}

div#ttinfocontent {
	background-color: #EEEEEE;
	float: right;
	font-size: 0.7em;

	width: 43%;
}

div#infoWrapper {
	padding: 1em 1em; 
	text-align: left;
}

div#legalWrapper {
	background-image: url('/images/justice_scales.gif');
	background-repeat: no-repeat;
	background-position: center; 
	font-weight: bold;
	padding: 1em 1em; 
	text-align: left;
}

div#contactForm {
	float: left;
	text-align: left;
	font-weight: bold;
	color: #EEEEEE;
}

div#container {
	text-align: center;
	margin: 0 auto;
	padding-top: 1em;
	width: 45em;
	display: none;
}

div#copyright {
	color: #FFFFFF;
	background-color: #AAAAAA;
	font-size: 0.7em;
	line-height: 1.4;
	margin: 0.4em 0;
	line-height: 2.0;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
