html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article, aside, figure, footer, header, hgroup, nav, section {display:block}
nav ul {list-style:none}
blockquote, q {quotes:none}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
a {margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent;}
ins {background-color:#ff9; color:#000; text-decoration:none;}
mark {background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted #000; cursor:help;}
table {border-collapse:collapse; border-spacing:0;}
hr {display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}
input, select {vertical-align:middle;}

body {font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22;}
table {font-size:inherit; font:100%;}
select, input, textarea {font:99% sans-serif}
pre, code, kbd, samp {font-family: monospace, sans-serif}
 
body, select, input, textarea {color:#444}
h1,h2,h3,h4,h5,h6 {font-weight: bold; text-rendering: optimizeLegibility;}
html {-webkit-font-smoothing: antialiased}
a:hover, a:active {outline: none}
a, a:active/*, a:visited*/ {color:#064D6C}
a:hover {color:#036}
ul {margin-left:30px}
ol {margin-left:30px; list-style-type: decimal;}
small {font-size:90%}
strong, th {font-weight: bold}
td, td img {vertical-align:top} 
sub {vertical-align: sub; font-size: smaller;}
sup {vertical-align: super; font-size: smaller;}

pre {padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word;}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}
label, input[type=button], input[type=submit], button {cursor: pointer;}

a:link {-webkit-tap-highlight-color: #FF5E99;} 

html {overflow-y: scroll;}
button {width: auto; overflow: visible;}
button::-moz-focus-inner {border: none;}
.ie7 img {-ms-interpolation-mode: bicubic;}

.ir {display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat;}
.hidden {display:none; visibility:hidden;} 
.visuallyhidden {position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);}
.invisible {visibility: hidden}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block}
* html .clearfix {height: 1%}
.clearfix {display: block}

.clr {clear: both}
.clrl {clear: left;}
.clrr {clear: right}

/*	TEMPLATE
	Incognito Software UC:White, 960px 2-Column Layout
	
	author	Andrew Thong
	version	2.0
	url		www.incognito.com
	
	DEFAULT COLORS
	Standard Red:		#D71635
	PANTONE Red:		#C60C30
	Better Red:			#BD142D
	Dark Red:			#8A0F22
	
*/
/*LAYOUT*/
body {
	background: url('/img/uc/bg-footer-2011.gif') no-repeat center bottom #F4F5F6;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 100%;
}

p#top {
	display: block;
	background: #BD142D;
	width: 100%;
	height: 23px;
	border-bottom: 1px solid #8A0F2F;
}
	p#top span {
		display: block;
		width: 920px;
		position: relative;
		left: 50%;
		margin-left: -460px;
	}
	p#top span a {
		display: inline-block;
		font-size: 11px;
		line-height: 23px;
		text-decoration: none;
		color: #EEE;
	}
	p#top span a:hover {color: #FFF;}
	
#supercontainer {
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}

#logo {
	float: left;
	width: 460px;
	height: 64px;
	padding: 32px 0 0 20px;
}

#gravy {
	float: right;
	width: 280px;
	/*padding: 28px 20px 0 0; DAYS LEFT MODE*/
	padding: 32px 20px 0 0;
}
	#gravy p {
		color: #FFF;
		font-size: 12px;
		line-height: 18px;
		text-align: center;
	}
	#gravy a {
		color: #F2744A;
	}
	#gravy p big {
		float: left;
		display: inline-block;
		margin-right: 5px;
		font-size: 36px;
		line-height: 1;
		font-weight: bold;
	}
	#gravy p strong {
		display: inline-block;
		margin-top: 2px;
		font-size: 18px;
		line-height: 24px;
	}
	#gravy p small {
		font-size: 12px;
		text-transform: uppercase;
	}
		
ul#menu {
	clear: both;
	margin: 0 0 0 12px;
	padding: 0;
	height: 36px;
	list-style: none;
}
	ul#menu li {
		float: left;
		display: inline-block;
		margin: 8px 12px 0 0;
	}
	ul#menu li a {
		display: block;
		background: #E8E9EB;
		padding: 2px 8px;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		text-transform: uppercase;
		text-decoration: none;
		color: #58585A;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
		ul#menu li a:hover {
			text-decoration: none;
			background: #BD142D;
			color: #FFF;
		}
		ul#menu li a.current {background: #DEDFE0; cursor: default}
		ul#menu li a.current:hover {text-decoration: none}
		
#container {
	clear: left;
	width: 100%;
}

p#footer {
	margin: 10px 20px;
	font-size: 11px;
	line-height: 24px;
	color: #888;	
}

/*PRE-FAB COLUMNS*/
#col-2-3 {
	float: left;
	width: 640px;
}
#col-1-3 {
	float: left;
	width: 320px;
}

.ie6 #col-2-3, .ie6 #col-1-3 {
	margin: 0;
	display: inline;
}
.ie6 #col-1-3 {
	
}

.main {
	background: #FFF;
	box-shadow: rgba(0,0,0,0.2) 0 2px 5px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 2px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 2px 5px;
}

.content {
	margin: 0 20px;
}

.widget {
	margin: 0 20px 9px;
	padding-bottom: 9px;
}

/*CORE TYPOGRAPHY*/
.content a {
	text-decoration: none;
	color: #064D6C;
}
	.content a:hover {
		text-decoration: underline;
		color: #003366;
	}

.content h1 {
	font-size: 24px;
	line-height: 42px;
	margin: 0 0 6px;
	color: #000;
}
	.content h1.nobreak {
		margin: 6px 0 0;
		line-height: 30px;
	}

.content h2, .content h3, .content h4, .content h5, .content h6 {
	margin: 0 0 12px;
	color: #222;	
}
.content h2 {
	font-size: 16px;
	line-height: 20px;
}
.content h3 {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
}
.content h4 {
	font-size: 18px;
	text-align: center;	
}

.content p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 12px;
	color: #222;
}

.content ul {margin: 0 20px 12px}
	.content ul.blank {
		margin: 0 0 12px;
		padding: 0;
		list-style: none;
	}
	.content li {
		font-size: 12px;
		line-height: 18px;
		margin: 0;
		color: #222;
	}

ul.share {
	display: block;
	margin: 10px 20px 0;
	padding: 8px 0 0;
	border-top: 1px solid #DDD;
	list-style: none;	
}
	ul.share li {
		float: left;
		margin: 0 10px 5px 0;
	}
	ul.share span.tb {cursor: pointer}
	
ul.sessions {
	display: block;
	background: #F2F3F4;
	height: 24px;
	margin: 0 auto 36px;
	padding: 0;
	list-style: none;
	text-align: center;
}
	ul.sessions li {
		display: inline;
		padding-right: 15px;
		font-size: 11px;
		color: #AAA;
	}
	ul.sessions a {
		color: #777;
		text-decoration: none;	
	}
		ul.sessions a:hover {
			color: #78A5C1;
			text-decoration: none;
		}

.content dl {
	margin-bottom: 24px;
}
	.content dt {
		font-weight: bold;
		font-size: 14px;
		line-height: 20px;
		color: #777;
	}
	.content dd {
		margin: 0 0 18px;
		font-size: 12px;
		line-height: 18px;
		color: #444;
	}
	.content dt.active, .content dd.active {
		background: #FDFAE5;
		color: #202020;
		box-shadow: rgba(253,250,229,1) 0 0 0 5px;
		-moz-box-shadow: rgba(253,250,229,1) 0 0 0 5px;
		-webkit-box-shadow: rgba(253,250,229,1) 0 0 0 5px;
	}
		
img.shadow {
	box-shadow: rgba(0,0,0,0.3) 0 2px 3px;	
	-moz-box-shadow: rgba(0,0,0,0.3) 0 2px 3px;	
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 2px 3px;	
}
		
thead {
vertical-align: top;
background-color: #404040;
color: #FFF;
}
	thead td {font-weight: bold}

tr {vertical-align: top}
	td {
		padding: 5px 5px 4px;
		font: normal 11px/18px Verdana, Geneva, Arial, sans-serif;
		border-bottom: 1px solid #E0E1E2;
		border-left: 1px solid #E0E1E2;
	}
	table.blank td {border: none}
	td.p0 {padding: 0}
	td.g1 {background: #F5F5F5}
	td.g2 {background: #EEEEEE}
	td.g3 {background: #E5E5E5}

	tbody tr:hover, tr:hover td.g1, tr:hover td.g2, tr:hover td.g3 {background-color: #FFF5D1/*#FFB2B2*/}
	tr.nohover:hover {background: none}
	
	ul#schedule {
		display: block;
		background-color: #F5F9FC;
		width: 100%;
		height: 24px;
		margin: 0 0 10px;
		padding: 0;
		list-style: none;
	}
		ul#schedule li {
			float: left;
			display: block;
			width: 20%;
			height: 24px;
		}
			.ie6 ul#schedule li {display: inline}
		ul#schedule li a {
			display: block;
			font-weight: bold;
			line-height: 24px;
			text-align: center;
			text-decoration: none;
		}
			ul#schedule li a.active, ul#schedule li a:hover {
				background: #CDE1F0;
			}
	
	#scheduleframe {
		width: 640px;	
	}
	
	.ie6 #scheduleframe #canvas {display: inline}
	
	#scheduleframe .scheduleday {
		width: 600px;
		margin: 0 20px;	
	}
	.ie6 #scheduleframe .scheduleday {display: inline}
	
	table.schedule {
		background-color: #F5F9FC;
		border-right: 1px solid #E0E1E2;
		width: 100%;
		margin-bottom: 30px;
	}
		table.schedule td.corner {
			background: #FFF;
			border-left: none;
		}
		table.schedule a {
			color: #335;
			border-bottom: 1px dotted #AAA;
		}
			table.schedule a:hover {
				color: #002;
				text-decoration: none;
				background: #F7E8B3;
			}
		
		table.schedule td.plenary, table.schedule td.bootcamp {
			background-color: #F1E3E6;
			color: #B71232;
		}
		table.schedule td.technical {
			background-color: #E4EEF2;
			color: #128CB8;	
		}
		table.schedule td.business {
			background-color: #E4F2F1;
			color: #12B8B2;	
		}
		
/*SESSION MODIFIERS; HOVER OVERRIDES*/
form table.schedule td {color: #707070}
form table.schedule thead td {color: #FFF}
form table.schedule a:hover {background: #DDD}
form table.schedule td .selected a:hover {background: #C4F7B5}
form table.schedule tr:hover {background: #FFF}
form table.schedule thead tr:hover {background-color: #404040}
form table.schedule tr:hover td.g1 {background: #F5F5F5}
form table.schedule tr:hover td.g2 {background: #EEEEEE}
form table.schedule tr:hover td.g3 {background: #E5E5E5}
form table.schedule tr:hover td.selected {background: #DEFFD4}

.schedule td.session {padding: 0}

.schedule table.session td {
	border: none;
	color: #222;
}

.schedule table.session td.selected {background: #DEFFD4}
.schedule table.session input {}
.schedule table.session label {
	display: inline-block;
	background: #CCC;
	padding: 0 8px;
	border: 1px solid #AAA;
	text-align: center;
	color: #222;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	.schedule table.session td.selected label {
		background: #D4E3D0;
		border-color: #C2D1BD;
		cursor: default;
	}
	.schedule table.session label:hover {
		background: #AAA;
		border-color: #888;
	}
	
/*SIDEBAR*/
.widget a {
	color: #064D6C;
	text-decoration: none;
}

.widget h3 {
	display: inline-block;
	margin: 0 0 6px;
	font-size: 18px;
	line-height: 24px;
	border-bottom: 3px solid #E3E4E5;
	color: #58585A;
}

.widget p, .widget li {
	font-size: 12px;
	line-height: 18px;
	color: #78787A;
}
	.widget p {margin: 0 0 9px;}
	.widget p small {
		font-size: 11px;
	}

.widget ul {margin: 0 0 12px}
	.widget ul.blank {
		margin: 0 0 9px;
		padding: 0;
		list-style: none;
	}
	.widget ul.blank li a {color: #064D6C}
	.widget ul.blank li a:hover {color: #003366}

.widget ul.workshop {
	margin: 0;
	padding: 0;
	list-style: none;
}
	.widget ul.workshop li {
		background: #FAFAFA;
		margin: 0 0 3px;
		padding: 2px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		font-size: 11px;
		color: #555;
	}
		.widget ul.workshop li div {
			float: right;
		}

.widget a.doc {
	display: block;
	margin: 10px;
	padding: 0 0 0 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #222;
}
	.widget a.doc:hover {
		color: #064D6C;
	}
.widget a.doc {
	background: url('/img/uc/2011/doc-icon.gif') no-repeat left center;
}

/*CONTENT*/
.content p.elegant {
	font-size: 16px;
	font-style: italic;
	letter-spacing: -1px;
	color: #8A0F2F
}

/*FORM*/
form {
	margin: 0 0 10px;
}

label {
	font-size: 11px;
	color: #555;
}
	label i {
		color: #BD142D;
	}

input, textarea, select, select option {
	font-size: 12px;
	line-height: 18px;
}

fieldset input, textarea, select {
	margin: 0 0 9px;
	padding: 4px;
	border: 1px solid #BBB;
	color: #222;
}

fieldset input {width: 270px}
fieldset select {
	width: 278px;
	padding: 2px 2px 2px 0;
}
textarea {
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	width: 590px;
}
	
	fieldset input.error, textarea.error, fieldset select.error {
		border: 1px solid #D61735;
		background-color: #FAF8F8;
	}

	fieldset input:focus, textarea:focus {background: #FAFAFA; border-color: #606060;}
	
button {
	cursor: pointer;
	border: 1px solid #9F3D57;
	background: #BD142D;
	padding: 4px 11px;
	margin: 0 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	color: #F1E2E3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: rgba(0,0,0,0.2) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#BD142D), to(#8C0208));
	background: -moz-linear-gradient(top, #BD142D, #8C0208);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#BD142D', endColorstr='#8C0208');
}
	button:hover, button.light:hover {color: #FFF;}
	
/*VOTE*/
form.vote {
	float: left;
	width: 40px;	
}
	form.vote button {
		background: url('../img/uc/2011/vote-arrow.gif') no-repeat;
		margin: 0 2px 0 0;
		padding: 0;
		width: 16px;
		height: 16px;
		border: none;
		vertical-align: middle;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
		.ie6 form.vote button, .ie7 form.vote button, .ie8 form.vote button {filter: none; overflow: hidden}
	
	form.vote button.like {background-position: top left}
	form.vote button.dislike {background-position: bottom left}
	
	form.vote button.like:hover {background-position: top right}
	form.vote button.dislike:hover {background-position: bottom right}
	
	form.vote label {
		vertical-align: middle;
		font-size: 10px;
		font-weight: normal;
		line-height: 16px;	
	}
	form.vote label.likes, span.open {color: #009609}
	form.vote label.dislikes, span.full {color: #BB0400}
	
.votecontent {
	float: right;
	width: 	560px;
}
	.votecontent dt, .votecontent dd {margin-left: 0}

.ie6 form.vote, .ie6 .votecontent {display: inline}

/*WIDGET INPUT*/
.widget form {
	margin: 0;
}

.widget form fieldset {
	position: relative;
}
.widget form input {
	background: #F0F1F2;
	width: 170px;
	margin: 0 0 9px;
	padding: 4px;
	border: 1px solid #D0D1D2;
	color: #88888A;
}
.widget form button {
	position: absolute;
	bottom: 9px;
	right: 0;
	background: #CCC;
	width: 90px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #AAA;
	text-align: left;
	color: #777;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#DDD), to(#CCC));
	background: -moz-linear-gradient(top, #DDD, #CCC);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#CCCCCC');
}
	.widget form button span {
		font-size: 12px;
		line-height: 22px;
		.line-height: 18px;
	}
	.widget form button:hover {
		color: #555;
	}
	
.errorbox, .successbox, .alertbox {
	margin: 9px 20px;
	padding: 10px 0 10px 45px;
	border: 1px dotted #DDD;
	min-height: 35px;
	height: auto !important;
	height: 35px;
}
	.errorbox {
		background: url('/img/download/icon-error.png') no-repeat left top #FACCCC;
		border-color: #D61735;
	}
	.successbox {
		background: url('/img/download/icon-success.png') no-repeat left top #D4FACC;
		border-color: #56B415;
	}
	.alertbox {
		background: url('/img/download/icon-alert.png') no-repeat left top #FAF1CC;
		border-color: #E2B20B;
	}

.errorbox h5, .successbox h5, .alertbox h5,
.errorbox p, .successbox p, .alertbox p,
.errorbox li, .successbox li, .alertbox li{
	margin: 0 5px 3px;
	font-size: 12px;
	line-height: 18px;
}

.errorbox h5, .errorbox p, .errorbox li {color: #B22;}
.successbox h5, .successbox p, .successbox li {color: #392;}
.alertbox h5, .alertbox p, .alertbox li {color: #972;}

.errorbox a {
	color: #222;
}
.errorbox ul, .successbox ul, .alertbox ul {
	margin: 0;
	padding: 0;
}
.errorbox li, .successbox li, .alertbox li {
	list-style: none;
}

/*TELL A FRIEND*/
.emailpreview {
	border: 2px dashed #DDD;
	padding: 20px;
	margin-bottom: 10px;
}

/*SIDEBAR*/
.sidebar blockquote.widget {
	background: url('../img/uc/2011/bg-quote.gif') no-repeat transparent top left;
	padding: 8px 0 0;
	border: none;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	text-align: center;
	text-indent: 20px;
	white-space: normal;
	color: #444546;
}
	.sidebar blockquote.widget span {
		float: right;
		display: inline-block;
		background: url('../img/uc/2011/bg-quote.gif') no-repeat bottom right;
		width: 20px;
		height: 18px;
	}
	.ie6 .sidebar blockquote.widget, .ie7 .sidebar blockquote.widget {background: none; text-indent: 0}
	.ie6 .sidebar blockquote.widget span, .ie7 .sidebar blockquote.widget span {display: none}

	.ie6 .sidebar blockquote.widget {
		width: 280px;
		overflow: hidden;
	}

.sidebar ul#qc {
	float: right;
	margin: 8px 20px 16px 0;
	padding: 0;
	list-style: none;	
}
	.sidebar ul#qc li {
		float: left;
		cursor: pointer;	
	}
		.ie6 ul#qc li, .ie7 ul#qc li {
			display: inline;	
		}
	ul#qc li#prev, ul#qc li#next {
		background: url('../img/uc/2011/side-scroll-arrow.gif') no-repeat;
		width: 16px;
		height: 16px;	
	}
		.ie6 ul#qc li#prev, .ie6 ul#qc li#next {
			overflow: hidden;	
		}
	ul#qc li#prev {background-position: top left}
	ul#qc li#next {background-position: top right}
	ul#qc li#prev:hover {background-position: bottom left}
	ul#qc li#next:hover {background-position: bottom right}

ul#qc li cite {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	font-size: 11px;
	line-height: 16px;
	color: #888;
}
	
/*BLOG*/
.post {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #555;
	font-size: 12px;
	line-height: 18px;
}

.post h1 {
	margin: 6px 0 3px;
	line-height: 30px;
	display: inline-block;
}

	.post h1 a {
		color: #180B07;
		border-bottom: 1px dashed #FFF;
	}
	.post h1 a:hover {
		border-color: #AAA;
		text-decoration: none;
	}

.post h6 {
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #888;
}

.comment {
	margin: 0 0 5px;
	padding: 10px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	.odd {background: #F8F8F8}
	.even {background: #FBFBFB}
	
	.comment p {margin: 0; color: #555}
	
	.comment h6 {
		margin: 0 0 3px;
		font-weight: normal;
		font-size: 10px;
		text-transform: uppercase;
		color: #888;
	}
		.comment h6 strong {color: #555}
		
.paging span a {
	display: inline-block;
	background: #EEE;
	margin: 0 3px 0 0;
	padding: 0;
	height: 18px;
	width: 18px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #222;
}
	.paging span a:hover {
		background: #CA3A0B;
		text-decoration: none;
		color: #FFF;
	}
	.paging span.active a {
		background: #555;
		color: #EEE;
	}

		
form#comment {
	width: 282px;
	position: relative;
	left: 50%;
	margin: 10px 0 0 -141px;
	padding: 10px;
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	form#comment h5 {margin: 0; color: #8A0F2F;}
	form#comment textarea {width: 270px}
	
/*GOOGLE MAPS*/
#map_canvas {
	margin: 0 0 20px 0;
}

#mapinfo {
	display: none;
	position: absolute;
	background: #FFF;
	width: 300px;
	height: 100px;
	top: 60px;
	left: 150px;
	border: 1px solid #CCC;
	padding: 10px;
	opacity: 0.9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.45);
}

#mapinfo span#close {
	float: right;
	display: inline-block;
	background: url('../img/icons/close.gif') no-repeat center center;
	width: 12px;
	height: 11px;
	cursor: pointer;
}

#mapinfo h4 {margin: 0}
#mapinfo p, #mapinfo a {font-size: 11px}

/*PRINT*/
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

@media all and (orientation:portrait) {}
@media all and (orientation:landscape) {}

/*GRADE-A MOBILE BROWSERS*/
@media screen and (max-device-width: 480px) {
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 

