﻿body,
			html
			{
				padding: 0;
				margin: 0;
			}
			
			body
			{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 13px;
				line-height: 16px;
				color: #4e4e4e;
			}
			
			/* Micro Clearfix - nicolasgallagher.com/micro-clearfix-hack */
			
			/* For modern browsers */
			.cf:before,
			.cf:after {
			    content:"";
			    display:table;
			}
			
			.cf:after {
			    clear:both;
			}
			
			/* For IE 6/7 (trigger hasLayout) */
			.cf {
			    zoom:1;
			}
			
			h1, h2, h3, h4, h5, h6
			{
				color: #0061a3;
			}
			
			h2
			{
				font-size: 15px;
			}
			
			a:link,
			a:visited
			{
				text-decoration: none;
				color: #0061a3;
			}
			
			a:hover,
			a:active,
			a.active
			{
				color: #248AC8;
			}
			
			a img
			{
				border: none;
			}
			
			#page
			{
				width: 820px;
				margin: 0 auto;
			}
			
			#header
			{
				height: 144px;
				background: transparent url(header-bg.jpg) no-repeat 0 0;
			}
			
			#header #logo
			{
				float: left;
			}
			
			#header #menus
			{
				margin-top: 53px;
				float: right;
			}
			
			ul.inline
			{
				float: right;
				clear: right;
				margin: 0;
				padding: 0 20px;
				list-style: none;
				
				font-size: 11px;
				line-height: 11px;
				text-transform: uppercase;
			}
			
			ul.inline li
			{
				margin: 0;
				padding: 5px 20px;
				display: block;
				float: left;
			}
			
			ul#main
			{
				margin-top: 14px;
			}
			
			ul#main li
			{
				font-weight: bold;
				background: transparent url(http://www.sensitech.com/images/layout/Main_Nav_Divider.png) no-repeat 0 50%;
				padding-left: 22px;
			}
			
			ul#main li:first-child
			{
				background: none;
			}
			
			#content
			{
				margin: 20px 0 100px;
				border-top:2px solid #d6e7f3;
				border-bottom:1px solid #d6e7f3;
				border-left:2px solid #d6e7f3;
				border-right:2px solid #d6e7f3;
				background-color: #fcfeff;
			}
			
			#content-inner
			{
				position: relative;
				z-index: 100;
				margin: -1px;
				padding: 30px;
				
				background: -moz-linear-gradient(bottom,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%); /* FF3.6+ */
			    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(255,255,255,0)), color-stop(90%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
			    background: -webkit-linear-gradient(bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* Chrome10+,Safari5.1+ */
			    background: -o-linear-gradient(bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* Opera 11.10+ */
			    background: -ms-linear-gradient(bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* IE10+ */
			    background: linear-gradient(bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* W3C */
			    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
			}
			
			#content-inner > div
			{
				float: left; /* Remove this if page has no graphic */
				width: 50%; /* Remove this if page has no graphic */
			}
			
			#graphic
			{
				text-align: right;
				overflow: hidden;
			}
			
			#graphic img
			{
				width: 340px !important; /* Graphics here can be any height, but should be at least 340px wide */
				height: auto !important;
				border: 1px solid #c8dbec;
			}
			
			.content-area > *:first-child,
			div.module > *:first-child
			{
				margin-top: 0;
				padding-top: 0;
				line-height: 1em;
			}
			
			div.module
			{
				margin: 20px;
				padding: 25px 10px 20px;
				background: rgb(206,224,238); /* Old browsers */
				background: -moz-linear-gradient(top,  rgba(206,224,238,1) 0%, rgba(219,233,245,1) 50%, rgba(206,224,238,1) 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,224,238,1)), color-stop(50%,rgba(219,233,245,1)), color-stop(100%,rgba(206,224,238,1))); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  rgba(206,224,238,1) 0%,rgba(219,233,245,1) 50%,rgba(206,224,238,1) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  rgba(206,224,238,1) 0%,rgba(219,233,245,1) 50%,rgba(206,224,238,1) 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  rgba(206,224,238,1) 0%,rgba(219,233,245,1) 50%,rgba(206,224,238,1) 100%); /* IE10+ */
				background: linear-gradient(top,  rgba(206,224,238,1) 0%,rgba(219,233,245,1) 50%,rgba(206,224,238,1) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cee0ee', endColorstr='#cee0ee',GradientType=0 ); /* IE6-9 */
			}
			
			div.form
			{
				position: relative;
			}
			
			div.form label
			{
				display: inline-block;
				width: 25%;
				padding-right: 4%;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
			}
			.wide label
			{
				width: 50%!important;
				margin: 13px -1px 1px!important;
			}
			div.form input[type="text"],
			div.form input[type="password"]
			{
				width: 60%;
				border: 1px solid #aabfd3;
				border-radius: 3px;
				margin: 13px -1px 0;
				padding: 0 2px;
				font-size: 13px;
				line-height: 18px;
				height:18px;
			}
			.wide input[type="text"],
			.wide input[type="password"]
			{
			    width: 90%!important;
			    margin:0!important;
			}
			div.form input.button
			{
				display: block;
				float: right;
				clear: both;
				margin: 15px 25px 0 0;
			}
			div.form input.h_button
			{
			    float: right;
				margin: 15px 5px 0;
				background-color: #0074cc;
                *background-color: #0055cc;
                background-repeat: repeat-x;
                color: #ffffff;
                -moz-border-radius: 3px;
                -khtml-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                background-image: linear-gradient(top, #0088cc, #0055cc);
                border-left-color: #0055cc;
                border-right-color: #0055cc;
                border-top-color: #0055cc;
                border-bottom-color: #003580;
            }
            
            .form_action
            {
                margin-right: 15px;
            }
		
			#footer
			{
				border-top: 1px solid #cee0ef;
				margin-bottom: 20px;
				color: #9d9d9d;
				font-size: 11px;
			}