/* 
	=======================
	LassoDocs
	=======================
	
	Brand Colors
	=======================
	
	Primary Colors
	-----------------------
	Dark Blue:		#056
	Orange:			#c62
	Light Blue:		#aabbc4
	
	Secondary Colors
	-----------------------
	Light Tan:		#f6f8f1
	Medium Tan:		#f1f3ec
	Light Green:	#dec
	Chartruse:		#ddf599
	Grey Blue:		#aac5cc
	Medium Blue:	#8ab
*/
 
* {
	font-family: Lucida Sans, Trebuchet MS, Verdana, sans-serif;
}
 
body, 
p, 
td, 
th, 
li {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
 
body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-image: url(/_images/background.png);
	background-repeat: repeat-y;
	background-color: #bcced5;
}
 
hr {
	display: none;
}
 
pre {
	border: 1px solid #ccc;
	padding: 10px 0;
	background: #eee;
}
 
	pre,
	pre *,
	code,
	code * {
		font-family: panic sans, monaco, courier new, monospace;
		color: black;
	}
 
	pre,
	pre * {
		line-height: 18px;	
	}
 
p {
	line-height: 17px;
}
 
a {
	text-decoration: none;
}
 
	a:link, 
	a:visited {
		color: #00c;
	}
	
	a:hover { 
		color: #999;
	}
	
	a.current:link, 
	a.current:visited { 
		color: black;
	}
 
table {
	width: 100%;
	margin-top: 10px;
	border-top: 2px solid #056;
	border-bottom: 2px solid #056;
	border-collapse: collapse;
}
 
	th,
	td {
		font-size: 11px;
	}
 
	th {
		font-weight: bold;
		text-align: left;
		padding: 3px 3px;
		border-bottom: 1px solid #ccc;
		color: #056;
	}
 
	td {
		padding: 3px 3px;
		border-bottom: 1px dotted #ccc;
	}
	
		tr:last-child td {
			border-bottom: none;
		}
 
h1, 
h2, 
h3, 
h4, 
h5 {
	font-weight: bold;
	color: #056;
	margin: 20px 0 0 0;
}
 
h1 { 
	font-size: 24px;
	border-bottom: solid black 1px;
}
 
h2 { 
	font-size: 20px;
	margin-top: 40px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}
 
	h2 a,
	h2 a:hover,
	h2 a:visited {
		color: #056 !important;		
	}
 
h3 { 
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ccc;
}
 
	h3 a,
	h3 a:hover,
	h3 a:visited {
		color: #056 !important;		
	}
 
h4 { 
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 10px;
	color: #666;
}
 
	h4 a,
	h4 a:hover,
	h4 a:visited {
		color: #666 !important;		
	}
 
h5 { 
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 10px;
	color: #666;
}
 
	h5 a,
	h5 a:hover,
	h5 a:visited {
		color: #666 !important;		
	}
 
li {
	margin-bottom: 5px;
}
 
div.template {
	margin: 0px;
	padding: 0px;
}
 
div.logo {
	position: absolute;
	width: 216px;
	height: 72px;
	top: 0px;
	left: 0px;
	background: white;
}

div.header {
	margin-left: 220px;
	font-size: 10px;
	width: 510px;
	text-align: right;
}

	div.header a:after {
		content: ' | ';
	}
	
		div.header a:last-child:after {
			content: '';
		}
 
div.sidebar {
	color: white;
	font-size: 12px;
	width: 208px;
	float: left;
}
 
	div.sidebar p { 
		margin: 3px 6px;
	}
	
		div.sidebar p.one { 
			margin: 3px 6px;
			font-weight: bold;
		}
		
		div.sidebar p.two { 
			margin: 3px 6px 3px 18px;
		}
	
	div.sidebar a:link, 
	div.sidebar a:visited { 
		text-decoration: none; 
		color: #056;
	}
	
	div.sidebar a:hover {
		text-decoration: none; 
		color: #999;
	}
	
	div.sidebar a.current:link, 
	div.sidebar a.current:visited {
		text-decoration: none; 
		color: #c62 !important; 
		/* font-weight: bold; */
	}
 
	div.sidebar hr {
		margin: 0px;
	}
 
div.sidebar_menu {
	color: black;
	/* padding: 6px 9px 6px 9px; */
}
 
div.sidebar_submenu {
 
}
 
	div.sidebar_submenu p { 
		color: black; 
		margin: 3px 6px;
	}
 
		div.sidebar_submenu p.one {
			margin: 3px 6px;
		}
		
		div.sidebar_submenu p.two {
			margin: 3px 6px 3px 18px;
		}
		
		div.sidebar_submenu p.three {
			margin: 3px 6px 3px 30px;
			font-size: 11px;
		}
	
	div.sidebar_submenu td {
		color: black; 
		margin: 3px 6px;
	}
		
	div.sidebar_submenu a:link, 
	div.sidebar_submenu a:visited {
		text-decoration: none;
		color: black;
	}
	
	div.sidebar_submenu a:hover {
		text-decoration: none; 
		color: #999;
	}
	
	div.sidebar_submenu a.current:link, 
	div.sidebar_submenu a.current:visited {
		text-decoration: none; 
		color: black; 
		/* font-weight: bold; */
	}
 
div.floater {
	color: black;
	font-size: 11px;
	width: 210px;
	float: right;
	margin: 0px 0px 12px 12px;
}
 
	div.floater a:link, 
	div.floater a:visited {
		text-decoration: none; 
		color: #056;
	}
	
	div.floater a:hover {
		text-decoration: none; 
		color: #DDF599 !important;
	}
	
	div.floater a.current:link, 
	div.floater a.current:visited { 
		text-decoration: none; 
		color: #DDF599;
		font-weight: bold;
	}
 
	div.floater p {
		margin: 3px 6px; 
		font-size: 11px;
	}
 
		div.floater p.h1 { 
			margin: 3px 6px 3px 10px;
			font-weight: bold;
		}
		
			div.floater p.h1 a {
				color: #333;
			}
		
		div.floater p.h2 { 
			margin: 3px 6px 3px 20px;
		}
		
		div.floater p.h3 { 
			margin: 3px 6px 3px 30px;
		}
		
			div.floater p.h3 a {
				color: #666;
			}
		
		div.floater p.h4 {
			margin: 3px 6px 3px 40px;
		}
		
			div.floater p.h4 a {
				color: #666;
			}
	
	div.floater hr {
		margin: 0px;
	}
 
div.floater_menu {
	color: black;
	padding: 6px 9px 6px 9px;
}
 
	div.floater_menu * {
		line-height: 15px;
	}
 
	div.floater_menu > p:first-child {
		display: none;
		text-align: left !important;	
	}
 
	div.floater_menu hr + p a {
		display: block;
		font-size: 14px;
		line-height: 18px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 4px;
		margin-bottom: 4px;
		color: #666 !important;
	}
 
div.floater_submenu {
 
}
 
	div.floater_submenu p {
		color: #666; 
		margin: 3px 6px;
	}
 
		div.floater_submenu p.one { 
			margin: 3px 6px;
		}
		
		div.floater_submenu p.two {
			margin: 3px 6px 3px 18px;
		}
		
		div.floater_submenu p.three {
			margin: 3px 6px 3px 30px;
		}
	
	div.floater_submenu td {
		color: #666; 
		margin: 3px 6px;
	}
		
	div.floater_submenu a:link, 
	div.floater_submenu a:visited {
		text-decoration: none; 
		color: #666;
	}
	
	div.floater_submenu a:hover {
		text-decoration: none; 
		color: #666;
	}
	
	div.floater_submenu a.current:visited {
		text-decoration: none; 
		color: black; 
		font-weight: bold;
	}
 
div.body { 
	color: #333;
	margin-left: 216px;
	width: 520px;
	padding: 6px;
}
 
	div.body img {
		max-width: 100%;
		height: auto;
	}
	
	div.body a {
		color: #056;
	}
	
		div.body a:hover {
			color: #c62;
		}
 
div.footer {
	width: 520px;
	margin: 50px 0 50px 220px;
	padding-top: 2px;
	font-size: 10px;
	clear: both;
	color: #666;
	border-top: 1px solid #ccc;
}
 
	div.footer img {
		margin-right: 20px;
	}
 
	div.footer a,
	div.footer a:hover {
		color: #666;
	}
 
.logo,
.logo a,
.floater,
.sidebar {
	display: block;
	position: fixed !important;
}
 
.sidebar,
.floater {
	top: 70px;
}
 
.floater {
	left: 760px;
}
 
.floater + p {
	margin-top: 70px;
}

#sidebar {
	overflow: auto;
}
 
#sidebar p:first-child {
	margin: 0;
	background-color: #056;
}
 
#sidebar p:first-child a {
	color: #ddf599 !important;
	border-top: 2px solid #ddf599;
	/* border-bottom: 2px solid #ddf599; */
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .2em;
	text-transform: uppercase;
	display: block;
	padding: 3px;
	padding-left: 6px;
	margin-bottom: 4px;
}

#lassotech-search {

}

#pwrdby {
	margin-bottom: 50px;
}

b.b1, b.b2, b.b3, b.b4 {
	display: none;
}
 
/* Punctuation */
span.parser_tag_start { color: black; font-weight: bold; } /* brackets */
span.parser_tag_end { color: black; font-weight: bold; } /* brackets */
span.parser_param_end { color: black; font-weight: bold; } /* parens */
span.parser_params_start { color: black; font-weight: bold; } /* parens */
span.parser_value_start { color: black; font-weight: bold; } /* equals */
span.parser_operator { color: black; font-weight: bold; } /* arith */
span.parser_group_start { color: black; font-weight: bold; } /* brace */
span.parser_group_end { color: black; font-weight: bold; } /* brace */
span.parser_block_start { color: black; font-weight: bold; } /* brace */
span.parser_block_end { color: black; font-weight: bold; } /* brace */
 
/* Tags and Parameters */
span.parser_keyword { color: #c00; } /* tag */
span.parser_parameter { color: #c00; } /* green */
 
/* Values */
span.parser_local { color: #00c; } /* #local */
span.parser_variable { color: #00c; } /* $var */
span.parser_literal { color: #090; } /* string */
span.parser_number { color: #090; } /* number */
 
/* Other */
span.parser_plaintext { color: black; } /* ??? */
span.parser_comment { color: gray; } /* comment */
 
/* Browser specific (not valid) styles to make preformatted text wrap */
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

