body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #ffffff;
	height: 100%;
}

html {
	background-color: #ffffff;
	height: 100%;
}

a {
	color: #0000FF;
}

.button {
    background-color: #009ad9;
    border: 1px solid #009ad9;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;

}

.button:hover {
    background-color: white;
	border: 1px solid #009ad9;
    color: #009ad9;
}

.button2 {
    background-color: #FFBE00;
    border: 1px solid #FFBE00;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;

}

.button2:hover {
    background-color: white;
	border: 1px solid #FFBE00;
    color: #FFBE00;
}

.nav a {
	color: #0000FF;
	font-size: 0.8em;
}

.nav a:hover {
	color: #BF311A;
	font-size: 0.8em;
}

p {
	font-size: 0.8em;
}


.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.mainHeading {
	color:#005596;
	font-size: 2em;
	font-weight: bold;
}
.mainSubHeading {
	margin-left:65px;
	color:#005596;
	font-size: 1.5em;
	font-weight: bold;
}
.footerText {
	color: #FFFFFF;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
}

td#header {
	background-color:#ffffff;
	background-image:url(images/TrimbleLines.png);
	background-position:left;
	background-repeat:no-repeat;
	padding: 0px;
	padding-left: 65px;
	height: 38px;
}

td#footer {
	background-color:#005596;
	padding: 10px;
	font-size: 0.85em;
}

#content {
	padding: 0.5em;
	background-color: #ffffff;
	height: 100%;
}
.style5 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#main {
	border: 2px solid #ffffff;
}

#categoryList {
	font-size: 0.8em;
}

li a {
	text-decoration:underline;
}

li a:hover {
	color: #BF311A;
	text-decoration:underline;
}

.div1{}
.div2{}
.div3{}
.div4{}
.div5{}
.div6{}
.div7{}
.div8{}
.div9{}
.div10{}
.div11{}
.div12{}
.div13{}
.div14{}
.div15{}
.div16{}
.div17{}
.div18{}
.div19{}
.div20{}

.column_Office Software_show {}

.matrixTableHeader td {
	background-color:#009AD9;
	padding: 0.5em;
	font-size: 0.85em;
	color: #ffffff;
	font-weight: bold;
}

.comparisonMatrixAll {
	table-layout:fixed;
	width: 100%;
	border:3px solid #009AD9;
}
.comparisonMatrix {
	border-left:3px solid #009AD9;
	border-bottom:3px solid #009AD9;
}
.comparisonMatrixMiddle {
	border-bottom:3px solid #009AD9;
		
}
.comparisonMatrixRight {
	border-right:3px solid #009AD9;
	border-bottom:3px solid #009AD9;	
}

tr.PCMEvenRow {
	background-color:#f3f3f3;
}

tr.PCMOddRow {
	background-color:#e5e5e5;
}

tr.PCMEvenRow td, tr.PCMOddRow td {
	padding: 0.5em;
	font-size: 0.7em;
	vertical-align:top;
}

#comparisonList {
	font-size: 0.75em;
	margin-bottom: 1em;
	
}

.column_1_show, .column_2_show, .column_3_show, .column_4_show, .column_5_show, .column_6_show, .column_7_show, .column_8_show, .column_9_show, .column_10_show, .column_11_show, .column_12_show, .column_13_show, .column_14_show, .column_15_show, .column_16_show, .column_17_show, .column_18_show {
	display: table-column;
}

.column_1_hide, .column_2_hide, .column_3_hide, .column_4_hide, .column_5_hide, .column_6_hide, .column_7_hide, .column_8_hide, .column_9_hide, .column_10_hide, .column_11_hide, .column_12_hide, .column_13_hide, .column_14_hide, .column_15_hide, .column_16_hide, .column_17_hide, .column_18_hide {
	display: none;
}
