/*	RQ standard CSS - alpha version
	based on:http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License:none (public domain)
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

/*hgroup,*/
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, big, cite, code,
em, img, q, s, small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, embed,
figure, figcaption, footer, header,
menu, nav, output, section {
	/* margin:0; */
	padding:0;
	font:inherit;
	font-size:100%;
	vertical-align:baseline;
}

table.backLinks tr {height: 25px;}
table.backLinks .backToMyFiles {margin-left:-4px;}
table.backLinks img {vertical-align:middle;}
#exportArchive_wrapper a.tutorialVideo {float:right;}

/* HTML5 display-role reset for older browsers */
/*hgroup,*/
figcaption, figure,
footer, header, menu, nav, section {
	display:block;
}
body {
	font-family:lato, Helvetica, arial, san-serif;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	width:100%;
	color:#222222;
	background-color: #f8f9f9;
	line-height:1;
	padding:0 auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th {
	vertical-align:bottom;
	text-align:left;
}
tr,
td {
	vertical-align:top;
}
a,
a:link,
a:active,
a:visited {
	text-decoration:none;
	color:#006699;
}
a:hover {
	text-decoration:underline;
	color:#006699;
}
hr {
	width:80%;
	height:0;
	color:#EEE;
	border:1px solid #EEE;
}
input[type="text"],
input[type="textarea"],
input[type="password"],
input.textbox,
select {
	font-family:lato, Helvetica, arial, san-serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	height: 39px;
	border:1px solid #DDD;
	background-color:white;
	color:#626A6D;
	padding:0 3px;
	margin-bottom: 9px;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="textarea"]:focus,
input[type="select"]:focus,
input.textbox:focus,
select:focus {
	color:#2D2D2D;
}
input[type="select"] {
	line-height:30px;
}
h1 {
	font-size:24px/36px;
}
h1,h2 {
	color:#626A6D;
}
h2 {
	font-size:16px/28px;
}
p {
	font-size:16px/28px;
	/*color:#626A6D;*/
}

.userGuide {
	padding-right:100px;
	padding-left:100px;
}

.lsfm td {
    vertical-align: middle;
}

label, .sub {
	font-weight: bold;
	text-align:left;
	font-size: 13px;
	color: #222222;
	margin-bottom: 9px;
}

.userGuideSub {
	font-weight: 400;
	text-align:left;
	font-size: 15px;
	color: #47525E;
	font-family: Lato,san-serif;
	margin-bottom: 9px;
	line-height: 19px;
}


.margin-top-lg {
	margin-top: 30px;
}
.margin-top-md {
	margin-top: 22px;
}
.margin-top-sm {
	margin-top: 12px;
}

.padding-lg {
	padding: 30px;
}
.centered {
	text-align: center;
}
.lefty {
	text-align: left;
}
.righty {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
@media print {
		body { margin:0; }
		body,.round-border-box {
			background-color:white;
		}
	.notprint {
		font-size: 0;
		height: 0;
		width: 0;
		border-width: 0;
		display: none;
	}

	.oneline {
		font: 8px Arial;
	}
}
	