/* ----- Main Body ----- */

body, html {
	background-image: url(../../../resources/template/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #403e3f;
	font-size: 10pt;
}


/* ----- Page General Styles ----- */

/*
p, li, dt {
	font-size: 77%;
}
*/

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	margin-bottom: 0.8em;
}

p.last {
	margin-bottom: 0;
}

.accessability {
	display: none;
}

a {
	color: #403e3f;
}

a:hover {
	color: #7c787a;
}


/* ----- Template ----- */

.clear {
	clear: both;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 982px;
}

.bodycontent {
	padding: 10px;
}

.bodycontent .mainpanel {
	padding: 10px;
	border: 1px solid #c9c9c9;
	background-color: #fdfdfd;
	margin-bottom: 10px;
}

.bodycontent .mainpanel .modulename {
	color: #7e2101;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

/* Callback */

.bodycontent .mainpanel .callbackform {
	border: 1px solid #c9c9c9;
	width: 200px;
	padding: 10px;
}

.bodycontent .mainpanel .callbackform .item .inputxttitle {
	width: 50px;
	float: left;
}

.bodycontent .mainpanel .callbackform .item .inputxt {
	width: 140px;
	float: right;
}

.bodycontent .mainpanel .callbackform .item {
	margin-bottom: 5px;
}

.bodycontent .mainpanel .callbackform .errormsg {
	margin-bottom: 5px;
	border: 1px solid #c63503;
	padding: 5px;
	background-color: #fff5f2;
	color: #000000;
}

/* Title */

h1 {
	font-size: 13pt;
	margin-bottom: 12px;
	color: #dc3b03;
	font-weight: bold;
}

h1 span.name, h2 span.name {
	color: #343434;
}

h2 {
	font-size: 11pt;
	margin-bottom: 10px;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 5px;
}

/* Table */

table.standard {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

table.standard td, table.standard th {
	border: 1px solid #dedede;
	padding: 5px;
}

table.standard th {
	font-weight: bold;
}

/* List */

ul.standard {
	margin-bottom: 0.8em;
}

ul.standard li {
	margin-left: 30px;
	list-style-type: disc;
	margin-bottom: 5px;
}

ol.standard {
	margin-bottom: 0.8em;
}

ol.standard li {
	margin-left: 30px;
	list-style-type: decimal;
	margin-bottom: 5px;
}

/* Header */

.header {
	background-image: url(../../../resources/template/header.gif);
	height: 71px;
	position: relative;
	background-repeat: no-repeat;
	margin-left: 1px; /* Fix Google Chrome bug */
	width: 980px; /* Fix Google Chrome bug */
}

.header h1 {
	margin-bottom: 0;
}

.header .logolink {
	position: absolute;
	display: block;
	width: 65px;
	height: 71px;
	text-indent: -9999px;
}

.header .tagline {
	position: absolute;
	top: 47px;
	left: 72px;
	color: #444444;
	width: 540px;
	float: left;
	font-style: italic;
	font-size: 9pt;
}

/* Navigation */

.header .navigation {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 380px;
	height: 53px;
}

.header .navigation ul {
	padding-right: 3px;
	float: right;
}

.header .navigation ul li {
	height: 53px;
	float: left;
}

.header .navigation ul li a {
	height: 53px;
	display: block;
	text-indent: -9999px;
}

.header .navigation .home {
	width: 77px;
	background-image: url(../../../resources/template/navigation/home.gif);
}

.header .navigation .home-selected, .header .navigation a.home:hover {
	background-image: url(../../../resources/template/navigation/home_over.gif);
}

.header .navigation .support {
	width: 84px;
	background-image: url(../../../resources/template/navigation/support.gif);
}

.header .navigation .support-selected, .header .navigation a.support:hover {
	background-image: url(../../../resources/template/navigation/support_over.gif);
}

.header .navigation .about {
	width: 73px;
	background-image: url(../../../resources/template/navigation/about.gif);
}

.header .navigation .about-selected, .header .navigation a.about:hover {
	background-image: url(../../../resources/template/navigation/about_over.gif);
}

.header .navigation .contact {
	width: 84px;
	background-image: url(../../../resources/template/navigation/contact.gif);
}

.header .navigation .contact-selected, .header .navigation a.contact:hover {
	background-image: url(../../../resources/template/navigation/contact_over.gif);
}

/* Sub Navigation */

.subnavigation {
	background-image: url(../../../resources/template/subnavigation/background.gif);
	height: 40px;
	margin-left: -1px; /* Fix rendering issue */
	width: 984px; /* Fix rendering issue */
}

.subnavigation ul .first {
	margin-left: 20px;
}

.subnavigation ul li {
	float: left;
	display: block;
	height: 40px;
}

.subnavigation ul li.separator {
	padding-left: 20px;
	padding-right: 20px;
}

.subnavigation ul li a {
	font-style: italic;
	font-size: 9pt;
	line-height: 40px;
	color: #ffffff;
	text-decoration: none;
	height: 40px;
	display: block;
}

.subnavigation ul li a:hover, .subnavigation ul li a.selected {
	background-image: url(../../../resources/template/subnavigation/arrow_over.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #ffffff;
}

/* Footer */

.footer {
	padding-left: 10px;
	padding-right: 10px;
	height: 55px;
}

.footer .navigation, .footer .notaffiliated, .footer .copyright {
	height: 44px;
}

/*982-10-10*/

.footer .logo {
	float: left;
}

.footer .logo, .footer .logo img {
	width: 44px;
	display: block;
}

.footer .navigation ul {
	margin-left: 10px;
	float: left;
	line-height: 44px;
}

.footer .navigation ul li {
	font-size: 8pt;
	display: inline;
}

.footer .navigation ul li a {
	color: #656565;
	text-decoration: none;
}

.footer .navigation ul li a:hover {
	text-decoration: underline;
}

.footer .navigation, .footer .copyright {
	width: 296px;
}

.footer .notaffiliated {
	float: left;
	width: 370px;
	text-align: center;
	font-size: 8pt;
	line-height: 44px;
	color: #656565;
}

.footer .navigation {
	float: left;
}

.footer .copyright {
	float: right;
	text-align: right;
	font-size: 8pt;
	line-height: 44px;
	color: #656565;
}


/* ----- Page - Home ----- */

/* Main panel */

.page-home .bodycontent .mainpanel {
	background-image: url(../../../resources/home/background.gif);
}

/* Title */

.page-home h2 {
	font-size: 13pt;
	margin-bottom: 12px;
	color: #dc3b03;
	font-weight: bold;
}

/* Box Panels */

.page-home .softwareboxpanels .softwareboxpanel {
	width: 476px;
	height: 233px;
	float: left;
	margin-bottom: 10px;
}

.page-home .softwareboxpanels .rightside {
	margin-left: 10px;
}

.page-home .softwareboxpanels .vehicle_tracking {
	background-image: url(../../../resources/home/boxpanels/vehicle_tracking.jpg);
}

.page-home .softwareboxpanels .geofence_vehicle_tracking {
	background-image: url(../../../resources/home/boxpanels/geofence_vehicle_tracking.jpg);
}

.page-home .softwareboxpanels .sms_printer {
	background-image: url(../../../resources/home/boxpanels/sms_printer.jpg);
}

.page-home .softwareboxpanels .rs232_serial_gateway {
	background-image: url(../../../resources/home/boxpanels/rs232_serial_gateway.jpg);
}

.page-home .softwareboxpanels .gpio_sms {
	background-image: url(../../../resources/home/boxpanels/gpio_sms.jpg);
}

.page-home .softwareboxpanels .cell_id {
	background-image: url(../../../resources/home/boxpanels/cell_id.jpg);
}

.page-home .softwareboxpanels .remote_update {
	background-image: url(../../../resources/home/boxpanels/empty.gif);
}

.page-home .softwareboxpanels .animal_tracking {
	background-image: url(../../../resources/home/boxpanels/empty.gif);
}

/* Box Panel Content */

.page-home .softwareboxpanels .softwareboxpanel {
	position: relative;
}

.page-home .softwareboxpanels .softwareboxpanel .info {
	position: absolute;
	left: 170px;
	width: 290px;
}

.page-home .softwareboxpanels .softwareboxpanel .info p {
	font-size: 8pt;
	text-align: justify;
}

.page-home .softwareboxpanels .softwareboxpanel .info h2 {
	height: 38px; /* 58-28 */
	padding-top: 28px;
	margin-bottom: 0;
}

.page-home .softwareboxpanels .softwareboxpanel .info h2.twoline {
	height: 48px; /* 58-18 */
	padding-top: 18px;
}

.page-home .softwareboxpanels .softwareboxpanel .info h2 a {
	color: #dc3b03;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	display: block;
}

.page-home .softwareboxpanels .softwareboxpanel .info h2 a:hover {
	text-decoration: underline;
}

.page-home .softwareboxpanels .softwareboxpanel .buttons {
	position: absolute;
	bottom: 28px;
	left: 175px;
}

.page-home .softwareboxpanels .softwareboxpanel .button {
	float: left;
	margin-right: 18px;
}

/* ----- Page - Software ----- */

.productbox {
	margin-top: 10px;
}

table.productcosts {
	width: auto;
}

.productcosts .col-name {
	width: 70px;
}

.productcosts .col-amount {
	width: 190px;
}


/* ----- Page - Support ----- */

.page-support .fileslist .col-download {
	width: 100px;
	text-align: center;
}

.page-support .intro {
	margin-bottom: 20px;
}

.page-support .fileslist {
	background-color: #fff5f2;
	margin-bottom: 20px;
}


/* ----- Page - Contact ----- */

.page-contact .formpanel {
	border: 1px solid #c63503;
	padding: 10px;
	width: 650px;
	background-color: #fff5f2;
}

.page-contact .inputxttitle {
	display: block;
	font-size: 8pt;
	margin-bottom: 2px;
	font-weight: bold;
}

.page-contact .submit {
	margin-top: 10px;
	display: block;
}

.page-contact .item {
	margin-bottom: 10px;
}

.page-contact .contactfooter {
	margin-top: 20px;
}

.page-contact .errormsg {
	margin-bottom: 10px;
	border: 1px solid #c63503;
	padding: 5px;
	background-color: #fff5f2;
	color: #000000;
	width: 660px;
}

.page-contact .inputxt {
	border: 1px solid #dedede;
	width: 200px;
}

.page-contact textarea.inputxt {
	width: 450px;
	height: 110px;
}


/* ----- Page - Pay ----- */

.page-pay .paydetails {
	width: 100%;
}

.page-pay .paydetails th, .page-pay .paydetails td {
	border: 1px solid #c9c9c9;
	border-collapse: collapse;
	padding: 5px;
}

.page-pay .paydetails th {
	font-weight: bold;
	width: 100px;
}
