body {
	font-family: verdana,geneva,sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	text-align: center;
	padding: 0;
	color: #000000;
}
.glide {
	font-family: "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
.glidenotbold {
	font-family: "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif;
	font-size: 11px;
	font-style: italic;
}
.whitepaper {
	font-family: verdana,geneva,sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.new {
	font-family: verdana,geneva,sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}

.oneColElsCtrHdr #container {
	width: 900;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtrHdr #header {
	padding: 0;
	background-repeat: repeat-x;
	background-color: #11498D;
	background-image: url(../images/bg_default.gif);
	overflow: hidden;
	width: 100%;
	
} 
.oneColElsCtrHdr #header_home {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/bg_home.gif);
}
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px;
	background-image: url(images/bg_home.gif);
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

body.home {
	background: url("http://www.sokkia.com.tw/NOVATEL//images/bg_home.gif") repeat-x;
}

body.default {
	background: url("http://www.sokkia.com.tw/NOVATEL//images/bg_default.gif") repeat-x;
}

body.popup {
	background: url("http://www.sokkia.com.tw/NOVATEL//images/bg_popup.gif") repeat-x;
}

p {
	font-size: 0.7em;
	line-height: 1.3em;
}

h1 {
	font-family: arial narrow, helvetica narrow, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 1.5em;
	line-height: 1.3em;
	margin-top: 0px;
}

h2 {
	font-family: arial narrow, helvetica narrow, sans-serif;
	color: #005A9C;
	font-size: 1.5em;
	line-height: 1.3em;
}

h3 {
	font-family: arial narrow, helvetica narrow, sans-serif;
	color: #000000;
	font-size: 1.2em;
	line-height: 1.3em;
}

h4 {
	font-family: arial narrow, helvetica narrow, sans-serif;
	color: #005A9C;
	font-size: 1.2em;
	line-height: 1.3em;
}

h5 {
	font-family: arial narrow, helvetica narrow, sans-serif;
	color: #000000;
	font-size: 1em;
	line-height: 1.3em;
}

h6 {
	font-family: arial narrow, helvetica narrow, sans-serif;
	color: #005A9C;
	font-size: 1em;
	line-height: 1.3em;
}

ul {
	font-size: 0.7em;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 15px;
}

ol {
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 15px;
}

li {
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

hr {
	border: none 0;
	height: 1px;
	border-top: 1px dashed #C2C2C2;
}

a:link, a:active, a:visited {
	color: #005A9C;
	text-decoration: none;
}

a:hover {
	color: #005A9C;
	text-decoration: underline;
}

input.banner {
	font-family: arial,helvetica,sans-serif;
	border-left: #1F4E88 1px solid;
	border-top: #1F4E88 1px solid;
	border-right: #0B386D 1px solid;
	border-bottom: #0B386D 1px solid;
}

.banner-logo {
	background: #073771 url("http://www.sokkia.com.tw/NOVATEL//images/bg_logo.gif") repeat-x;
}

.sidemenu1box {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}

.sidemenu, .sidemenu-here {
	font-size: 11px;
	width: 159px;
}

.sidemenu a:link, .sidemenu a:active, .sidemenu a:visited, .sidemenu a:hover,
.sidemenu-here a:link, .sidemenu-here a:active, .sidemenu-here a:visited, .sidemenu-here a:hover {
	display: block;
	padding: 3px 7px 3px 7px;
	margin-bottom: 1px;
}

.sidemenu a:link, .sidemenu a:active, .sidemenu a:visited {
	color: #ffffff;
	background: #11498D;
	border-left: 1px solid #4D77AA;
	border-top: 1px solid #4D77AA;
	border-right: 1px solid #0C3464;
	border-bottom: 1px solid #0C3464;
	text-decoration: none;
}

.sidemenu a:hover {
	color: #ffffff;
	background: #00958E;
	border-left: 1px solid #40B0AA;
	border-top: 1px solid #40B0AA;
	border-right: 1px solid #006964;
	border-bottom: 1px solid #006964;
	text-decoration: none;
}

.sidemenu-here a:link, .sidemenu-here a:active, .sidemenu-here a:visited, .sidemenu-here a:hover {
	color: #ffffff;
	background: #00958E;
	border-left: 1px solid #40B0AA;
	border-top: 1px solid #40B0AA;
	border-right: 1px solid #006964;
	border-bottom: 1px solid #006964;
	text-decoration: none;
}

.sidemenu2box {
	margin: 8px 5px 8px 5px;
}

.sidemenu2 {
	font-size: 10px;
	margin-bottom: 2px;
}

.td-dtl-1 {
	border-bottom: 1px dashed #C2C2C2;
	padding: 5px;
}

.td-dtl-2 {
	padding: 5px;
}

.td-dtl-1 p, .td-dtl-2 p {
	font-size: 0.65em;
}

.td-ftr-1 {
	background-color: #CFDBE8;
	padding: 4px;
	font-weight: bold;
}

.td-ftr-2 {
	background-color: #E7ECF3;
	padding: 4px;
}

.td-ftr-3 {
	padding: 4px;
}

.td-ftr-1 p, .td-ftr-2 p, .td-ftr-3 p {
	font-size: 0.65em;
}

.td-gray {
	background-color: #F7F7F7;
	padding: 5px;
}

.main1 {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.sidebar1 {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.sidebar1 p {
	font-size: 0.65em;
	margin: 0px;
	margin-bottom: 0.5em;
}

.sidebar1 h6 {
	font-size: 0.7em;
	margin: 0px;
	margin-bottom: 0.5em;
}

.sidebar1 ul {
	font-size: 0.65em;
	list-style-type: square;
	margin-top: 0px;
	margin-left: 18px;
	margin-bottom: 0px;
}
.utility {
	font-size: 11px;
	color: #999999;
	margin: 8px 0px 0px 30px;
	font-weight: bold;
}

.utility-popup {
	font-size: 10px;
	color: #999999;
	margin: 8px 30px 0px 30px;
}

.breadcrumbs {
	font-size: 10px;
	margin-bottom: 10px;
}

.footer {
	font-size: 10px;
	color: #999999;
	margin: 20px 30px 20px 30px;
}

.hr1 {
	background: url("/images/hr_1.gif") repeat-x;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.hr2 {
	background: url("http://www.sokkia.com.tw/NOVATEL/images/hr_2.gif") repeat-x;
}

.vr1 {
	background: url("http://www.sokkia.com.tw/NOVATEL/images/vr_1.gif") repeat-y;
}

.vr2 {
	background: url("http://www.sokkia.com.tw/NOVATEL//images/vr_2.gif") repeat-y;
}

.td1 {
	padding: 15px;
}

h1.image {
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

h1.home {
	font-family: verdana,geneva,sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight: normal;
	color: #000000;
}

h2.seo {
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 0.8em;
}

.newshead {
	font-size: 0.65em;
	line-height: 1.3em;
	font-weight: bold;
}

.newsitem {
	font-size: 0.65em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.description {
	font-size: 0.7em;
	line-height: 1.3em;
}

.faq-box {
	margin-bottom: 10px;
	/*border-bottom: 1px solid #000000;*/
}

.faq-detail {
	background-color: #E7ECF3;
	margin-top: 10px;
	padding: 10px;
}

.faq-detail p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.lowtext {
	font-size: 11px;
	color: #ffffff !important;
	text-decoration: none !important;
}

.lowtext-border {
	border-left: 1px solid #31619C;
	border-top: 1px solid #31619C;
	border-right: 1px solid #0C3464;
	border-bottom: 1px solid #0C3464;
}

.hightext {
	font-size: 11px;
	color: #ffffff !important;
	text-decoration: none !important;
}

.hightext-border {
	border-left: 1px solid #40B0AA;
	border-top: 1px solid #40B0AA;
	border-right: 1px solid #006964;
	border-bottom: 1px solid #006964;
}


.printshow {
	display: none;
}

.screenshow {
	display: block;
}
.ind {
	padding: 0px 0px 0px 20px;
}
.text {
	font-size: 0.7em;
	line-height: 1.3em;
}h5_header {

	font-family: "arial narrow", "helvetica narrow", sans-serif;
	color: #000000;
	font-size: 1em;
	line-height: normal;
}
.ul1 {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 15px;
	font-size: 1em;
}
.h6nospace {
	font-family: "arial narrow", "helvetica narrow", sans-serif;
	color: #005A9C;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
}
.h5nospace {
	font-family: "arial narrow", "helvetica narrow", sans-serif;
	color: #000000;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
}
.h4nospace {
	font-family: "arial narrow", "helvetica narrow", sans-serif;
	color: #005A9C;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
}
.pred {
	font-size: 0.7em;
	line-height: 1.3em;
	color: #FF0000;
	font-weight: bold;
}