body, td { 
	font-family:Helvetica, Arial, FreeSans, sans-serif;
	}

body {
	background-color: #e7ecf2;
	color: #333;
	padding: 0 0 50px;
	margin: 0;
}
form { margin:0; padding:0; }
#header {
	background-color:#003c50;
	height:48px;
	position:relative;
	}
#logo {
	position:absolute;
	top:6px;
	left:10px;
	}
#suitcase {
	position:absolute;
	right:10px;
	top:10px;
	}
#flags {
	text-align:center;
}

.rack {
	width: 320px;
	margin: 5px auto;
}

section {
	margin: 40px 0;
}
section header {
	font-weight: bold;
	padding: 0 10px 5px 10px;
}
div.section-header {
	font-weight: bold;
	padding: 20px 10px 5px 10px;
}
div.selectable-row {
	background-color:#fff;
	border-bottom:1px solid #ddd;
	}
div.selectable-row a, div.selectable-row.text-only {
	line-height: 20px;
	padding: 10px 20px 10px 10px;
}
div.selectable-row a {
	display: block;
	color: #1ab3eb;
	text-decoration: none;
	background: url(/assets/vtips/img/mobileadvanced/arrowright.gif) no-repeat right center;
}
div.selectable-row.text-only {
	color: #999;
}
.back-subheader {
	background-color:#eeeeee;
	border-bottom:1px solid #ddd;
	height:40px;
	position:relative;
	}
.back-subheader .left-button1 { 
	left:10px;
	top:5px;
	position:absolute;
	}
.back-subheader .title-wbutton, .back-subheader .title-wobutton {
	left:10px;
	top:10px;
	position:absolute;
	font-size:18px;
	font-weight:bold;
	color:#555;
	line-height:20px;
	}
.back-subheader .title-wbutton {
	left:52px;
	}

.content-padding {
	padding:10px;
	}
.field-row { margin-bottom:8px; }
.error, .info {
	padding: 10px;
}
.error {
	background-color:#ffdddd;
	border:3px solid #cc0000;
	color:#cc0000;
	}
.info {
	background-color:#ffdd99;
	border:3px solid #ffcc00;
	color:#aa9900;
}
.error p, .info p { margin:0; padding-bottom:5px; }
.error ul, .info ul { margin:0; }
#header-banner .banner { width:300px; margin:5px auto; }
#header-banner .banner img { width:300px; height:50px; }
p.change-login-status {
	background-color:#006699;
	color:#fff;
	padding:10px;
	}
p.change-login-status a {
	color:#fff;
	}
.contestmessage {
	border-radius:1px;-moz-border-radius:1px;-webkit-border-radius:1px;display:none;background-color:#e1e1e1;color:#333;margin:10px 0;padding:10px;
	}
.external-id { font-size:9px; color:#999; text-align:center; }

#brochure-image-container {
	margin: 0 auto;
	position: relative;
	width: 300px;
	min-height: 300px;
	overflow: hidden;
}

#brochure-images {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}

#brochure-images img {
	padding: 0;
	margin: 0;
	width: 300px;
	min-height: 300px;
	transform: translate(0, 0);
}