/*********Add Scroll Bar to Chrome and Firefox************/
html {
	overflow-y: scroll;
}
body { 	
	margin:0px; 
	padding:0px; 
	width:100%;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;	
	color: #696969;
}
li{
	line-height: 18px; 
	list-style-type:square !important;
}
.numberedlist li,
ol li{
	list-style-type:decimal !important;
	margin-top:5px;
	margin-bottom:5px;
}
.latinlist li{
	list-style-type:lower-alpha !important;
	
}
.romanlist li{
	list-style-type:lower-roman !important;	
}
p{
	margin-top:0px;
}
/************************************************************/
/***						HEADINGS					*****/
/************************************************************/
h1{
	font-size:21px;		
	color:#25477B;
	border-left:10px solid #5c9ccc;
	border-bottom:1px solid #E0DEDE;
	padding-left: 8px;	
	width: 550px;
	text-align:left;
	font-weight: normal;
}
.news h1{		
	border:0 !important;
	padding: 0px !important;
	width: auto !important;	
}
h2{
	font-size: 18px;
	font-weight: normal;
	color: #5c9ccc;
	margin-bottom:0px;
	padding-bottom:0px;
}
h3, h3 a, h3 a:hover, h3 a:active,h3 a:visited, h3 a:link{
	font-size:18px;		
	font-weight: bold;
	color:#696969;		
}
h4{
	font-size:15.5px;			
	color: #797979;
	padding:0px;
	margin:0px;
}
h5{
	font-size:14px;		
	font-weight: bold;
	color: #696969;
}
h6, h6 a, h6 a:hover, h6 a:active, h6 a:visited, h6 a:link{
	font-size: 13px;		
	font-weight: bold;
	color: #25477B;	
	margin-top:5px;	
	margin-bottom:5px;
	text-align:left;
}
/************************************************************/
/***						Links						*****/
/************************************************************/
A,
A:link{		
	font-weight: bold;
	text-decoration:none;
	color:#5c9ccc;
}
A:hover{	
	font-weight: bold;
	color:#797979;
}
a img{
	border:0;
}
/************************************************************/
/***			Website Structure Classes				*****/
/************************************************************/		
.header{
	width:100%;
    height: 28px;
    background:#25477B;	
    color: #FFFFFF !important;
    text-align:center;
}
.innerheader{
    margin: 0px auto;
    width:960px;
    text-align:right;
    line-height:16px !important;
	padding-top:3px !important;
    vertical-align:middle;
	background:#25477B;	
}
.banner{
    width:100%;
    text-align:center;    
    height:122px;
    background:transparent;
}
.innerbanner{
    text-align:left;
    margin: 0px auto;
    width:960px;
	height:122px;
	padding:0px;
	position:relative;
}
.bannerimage{
	position:absolute;
	left:0px;
	top:10px;
}
.searchpane{
	text-align:right;
	display: inline;	
	position:absolute;
	top:11px;
	right:0px;	
}
.demopane{
	text-align:right;
	display: inline;	
	position:absolute;
	top:5px;
	right:0px;	
}
.menu{	
	width:580px !important;
	display: inline;
	positioN:absolute;
	top: 65px;
	right:0px;
}
.submenu{	
	width: 565px !important;
	display:inline;
	position:absolute;
	top: 90px;
	right:0px;
	z-index:5;
}
.wrapper
{
    width:100%;
    text-align:center;
	min-height:500px;
}
.innerwrapper{
    width:960px;
    margin:0px auto;
    background:white;	
}
/** only used in news.ascx **/
.leftnav{
	width: 180px;
	text-align:left;
	position:relative;	
	float:left;
}
.newscontent{
	vertical-align:top; 
	overflow:hidden;
	width:740px;	
	margin-left: 210px;
}
.footer{
	width:960px;
	margin:0px auto;
	background:white;
	border-top:1px solid #E0DEDE;
	padding-top:10px;
	position:relative;	
}		
.spacer{
    height:5px;
    width: 100%;
}
.bigspacer{
	height:25px;
	width:100%;
}
.bottomspacer{
	height:50px;
	width:100%;
}
.adminmenu{
	width:960px;
	margin:0px auto;
	text-align:right;
	position: relative;
}
/************************************************************/
/***			Website main font style					*****/
/************************************************************/
.Normal
{	
	font-size: 13px;
	font-weight: normal;
	color: #696969;
	text-align:justify;
}
.normalsearch{		
	color: #333;
	width:150px;
}
.supfont{
	vertical-align:super;
	font-size:8px;
}
.sourcefont{
	font-size:9px;
	font-style:italic;
}
/******************************************************************************/
/***							WEBSITE FORMS AND TABLES					***/
/******************************************************************************/
.formlabel{
	padding-right: 10px;
	white-space: nowrap;	
	font-size: 14px;
	font-weight: normal;
	color: #636363;
	text-align: left;	
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{	
	font-size: 13px;
	font-weight: normal;
	color: #696969;
	margin-bottom:10px;
	padding:0px;
	border-width:1px;	
}
.singlelinebox{
	font-size: 12px;
	font-weight: normal;
	color: #696969;
	margin-bottom:10px;
	padding:0px;
	border-width:1px;
	height:24px !important;
	width:312px;
	line-height:24px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.multilinebox{
	font-size: 13px;
	font-weight: normal;
	color: #696969;
	margin-bottom:10px;
	padding:0px;
	border-width:1px;
	height:140px;
	width:312px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
/************************************************************/
/***					Header							*****/
/************************************************************/
.innerheader
.innerheader a,
.innerheader a:visited,
.innerheader a:link,
.innerheader a:active{
	font-weight: normal;
	font-size: 14px;		
	color: #FFFFFF !important;
}
.innerheader a:hover{
	text-decoration: underline;
}
/************************************************************/
/***					Footer							*****/
/************************************************************/
.footer, .footer a{	
	font-size: 12px;
	font-weight: normal;
	color: #696969;
}
.footer a:active,
.footer a:visited,
.footer a:link
{
	text-decoration: none;	
}
.footer a:hover
{
	text-decoration: underline;
}
.leftfoot{
	text-align: left;
	height: 90px;
	position:relative;
}
.leftfoot a {
	color:#696969 !important;
}
.rightfoot{
	position: absolute;
	right:0px;
	top:10px;	
}
.socialmedia{
	position: absolute;
	left: 0px;
	bottom:10px;
}
.logoffdiv{
	position:absolute; 
	top:0; 
	left:450px;
}
.socialmedia a{
	text-decoration: none;	
	display:inline-block;
	height:25px;
	width:25px;
}
.soc-fb{	
	background-image:url(/geoimages/Geotab-Facebook.jpg);
}
.soc-fb:hover{
	background-image:url(/geoimages/Geotab-Facebook-HV.jpg);
}
.soc-tw{	
	background-image:url(/geoimages/geotab-twitter.jpg);
}
.soc-tw:hover{
	background-image:url(/geoimages/geotab-twitter-HV.jpg);
}
.soc-li{	
	background-image:url(/geoimages/geotab-linked-in.jpg);
}
.soc-li:hover{
	background-image:url(/geoimages/geotab-linked-in-hv.jpg);
}
.soc-yt{	
	background-image:url(/geoimages/Geotab-YouTube.jpg);
}
.soc-yt:hover{
	background-image:url(/geoimages/Geotab-YouTube-HV.jpg);
}
.soc-fl{	
	background-image:url(/geoimages/Geotab-Flickr.jpg);
}
.soc-fl:hover{
	background-image:url(/geoimages/Geotab-Flickr-HV.jpg);
}
/********search links*****************/
.searchtxt{	
	font-size: 12px;
	font-weight: normal;
	color: #696969;
	bottom: 0px;
}
.searchimage{
	display:none !important;
}
.homesearch input{
	width:146px;
}
.normalsearch{
	padding:0px !important;
	margin:0px !important;		
	margin-left:25px !important;	
	line-height:16px !important;
	font-size:13px !important;	
	padding-left:5px !important;
	border-radius:5px !important;	
}
.inputhint{
	color: #666;
}
/************************************************************/
/***			Main Navigation Menu					*****/
/************************************************************/
#nav {
    float:right;    
    font-size:14px;
	background: none !important;
	border-bottom:1px solid #e0dede !important; 
	margin:0px;
    padding:0px;
}
ul#nav {
    margin:0px;
    padding:0px;
    list-style-type:none;		 
}
#nav li {
    float:left;
	text-align: center;
	line-height:25px;	 
	list-style-type:none !important;
	position:relative;
}
/********mainnav links*****************/
#nav li a {     
	display:inline-block;     
	padding-left:15px;
	padding-right:15px;	
	line-height:25px;	 
}
#nav li a:visited, 
#nav li a:link, 
#nav li a:active{
	color:#25477B;
	font-weight:normal;
}
#nav li a:hover{
	background-color:#25477B;
	color: #FFFFFF;
	text-decoration:none;
	position:relative;
	z-index:10000;
}
/************************************************************/
/***			Sub-Navigation Menu						*****/
/************************************************************/
#subnav {     
	float: left;     
	width:100%;     	
	background: none;
	border-bottom:1px solid #e0dede; 
	font-size:12px;
	color: #797979;
}
ul#subnav {
     margin:0px;
    padding:0px;
     list-style-type:none; 
}
#subnav li {
    float:left;	   
	text-align: center;	 
	line-height:25px;
	list-style-type:none !important;
}
#support #sn1, #section1 #sn1, #section2 #sn2, #section3 #sn3, #section4 #sn4, #section5 #sn5{ 	
	width: 85px;
	background: url(img/button.png) no-repeat 0 70% transparent;		;
}
#section1 #sn1 a, 
#section2 #sn2 a, 
#section3 #sn3 a, 
#section4 #sn4 a, 
#section5 #sn5 a{ 
	width:85px;
}
/********subnav links*****************/
#subnav li a {
    display:inline-block;
	width:85px;
}
#subnav  a,
#subnav  a:link,
#subnav  a:visited{
	color: #797979;	
}
ul#subnav li a:hover{	
	text-decoration:none;	
	background: url(img/button.png) no-repeat 0 70% transparent;	
}
/************************************************************/
/***				HOMEPAGE							*****/
/************************************************************/
.relativeboxes{
	position:relative;
	width:960px;
	height: 250px;
	background-color:transparent;
}
.greybottom{
	background: transparent;
	height:165px;
	width:235px;
	margin:0px auto;
	padding-top:10px;
	position:relative;
}
.ie .greybottom{
	padding-top:15px;
}
.boximage{
	position:absolute;
	bottom:0px;
	left:140px;
}
.greytop{
	background:transparent;
	width: 290px;
	text-align:center;	
}
.greytop H3{
	margin-top:15px;
}
.boxtext{
	text-align:left !important;
}
.leftbox{
	background:url(/geoimages/home/box.jpg) no-repeat;
	height:220px;
	width:306px;
	position:absolute;
	left:0px;
	top:10px;		
}
.middlebox{
	background:url(/geoimages/home/box.jpg) no-repeat;
	height:220px;
	width:306px;
	position:absolute;
	left:327px;
	top:10px;	
}
.rightbox{
	background:url(/geoimages/home/box.jpg) no-repeat;
	height:220px;
	width:306px;
	position:absolute;
	left:654px;
	top:10px;	
}
.lefthomediv{
	height:155px;
	position:absolute;
	left:0px;
	top:10px;	
	width:450px;	
}		
.righthomediv{
	height:155px;
	position:absolute;
	left: 500px;	
	top:10px;
	width:450px;	
}
.dividerline{
	height:150px;
	position:absolute;
	top:10px;
	left:471px;
	width:1px;	
	margin:0px;
	padding:0px;
	border-left:1px solid #E0DEDE;
}
.greyheader{
	font-size: 13px;		
	font-weight: bold;
	color: #696969;
}
.homepageimg{
	float:left;	
}
.homepagetext{
	float:right;
	width: 320px;
	text-align:left;
}
.togglecontent{
	text-align:left;
}
.togglecontent a{
	font-size: 13px;
	font-weight: normal;
	color: #696969 !important;
	text-align:left;
}
.homecontent h1{
	font-size:16px;		
	color:#25477B;
	border:0px !important;	
	padding-left: 0px !important;	
	width: auto !important;
	text-align:left;
}
.homecontent{
	text-align:left;
}
/************************************************************/
/***			Solutions Page							*****/
/***													*****/
/************************************************************/	
.solutionsgo5{
	position: relative;	
	float:left;
	background: url(/geoimages/Products/vehicle-tracking-gps-solutions-box-go5.jpg) no-repeat 100% 100%;
	height:246px;
	width:448px;
	text-align: center;	
}
.solutionsgo4v3{
	position:relative;	
	float:right;
	background: url(/geoimages/Products/vehicle-tracking-gps-solutions-box-go4v3.jpg) no-repeat 100% 100%;
	height:246px;
	width:448px;
	text-align: center;		
}
.solutionsgo4v3 span{
	margin-left:10px;
}
.solutionsheader{
	
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height:50px;
}
.solutionboxcontent{
	position:absolute;
	right:20px;
	bottom:40px;
	width:200px;
	height:120px;	
	text-align:left;
}
.solutionsmygeotab,
.solutionscheckmate,
.solutionsgps2go,
.solutionsmyreports,
.solutionsvideos{
	position:relative;
	height:100px;
	width:100%;
}
.solutionsimage{
	float:left;
	width:220px;
	height:100%;	
}
.solutionsswcontent{	
	width:740px;
	height:100%;	
	position:absolute;
	top: 0px;
	right: 0px;
}
/************************************************************/
/***			New Solutions Page						*****/
/***													*****/
/************************************************************/	
/*.topsolutionsbox{
    width:960px;
    position:relative;
    text-align:left;
}
.bottomsolutionsbox{
    background: url(/geoimages/products/summary/box-geotab-gps-go4-thirdparty.jpg) no-repeat;
    height:200px;
	width:100%;
}
.leftsolutionsbox{    
    background: url(/geoimages/products/summary/Box-geotab-gps-hardware-go5.jpg) no-repeat;
    height:401px;
    width:225px;	
}
.innerleftsolutionsbox{
    background: url(/geoimages/products/summary/box-geotab-gps-hardware-go4.jpg) no-repeat;
    height:401px;
    width:225px;
    position:absolute;
    left:245px;
    top:0px;	
}
.innerrightsolutionsbox{    
    background: url(/geoimages/products/summary/box-gps-fleet-solutions-software.jpg) no-repeat;
    height:401px;
    width:225px;
    position:absolute;
    right:245px;
    top:0px;	
}
.rightsolutionsbox{    
    background: url(/geoimages/products/summary/box-gps-feet-videos.jpg) no-repeat;
    height:401px;
    width:225px;
    position:absolute;
    right:0px;
    top:0px;	
}
.boxcontentwrapper{
	position:relative;
	height:100%;
	width:100%;
}
.solutionsbenefit{
    padding-left:2px;
    padding-right:2px;
    position:absolute;
	top:182px;
    height: 219px;
	width:221px;
}
.solutionsbenefit h2{    
    color:dimGray !important;
    font-size: 13px !important;
    margin:0px !important;
    padding-bottom:10px !important;
    border:0px !important;
    text-align:center !important;    
    display:block !important;
	width:auto !important;
	font-weight:normal !important;
}
.solutionsbenefit h3{
    margin-bottom:4px !important;
    text-align:center;
}*//*
.solutionsbenefit ul{
/*    border-top:2px solid dimGray !important;
	list-style-image: url(/geoimages/arrow.png);
	padding:5px;
	padding-top:0px;
	margin:0px;
	margin-left:21px;	
}
.solutionsbenefit .bigspacer{
    border-bottom:3px solid #F1F1F1;
    margin-top:0px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
    width:200px;
}
.solutionsbenefit hr{
	margin-left:11px;
	margin-right:10px;
}
.solutionsbenefit a{
    position:absolute;
    bottom:10px;
    right:10px;
}
.bottombenefits{    
    position:absolute;
	top:30px;
    left:20px;
    height:auto;
	width:540px;  
    text-align:left;
    padding-left:10px;
    padding-right:1px;
}
.bottombenefits a{
    line-height:30px;
}
.bottombenefits h2{
    font-size: 13px !important;
    margin:0px !important;
    padding-bottom:10px !important;
    border:0px !important;
    text-align:left;
}*/
/************************************************************/
/***			Hardware Page							*****/
/***													*****/
/************************************************************/	
.go5content{
	background: url(/geoimages/Products/go5-vehicle-tracking-device.jpg) no-repeat 100% 100%;
	height:250px;
	position:relative;
}
.tophwdownloads{
	position:absolute;
	bottom: 15px;
	right:25px;
}
.tophwlink{
	padding-left:10px;
	position:relative;
	bottom:15px;
}
.go4v3content{
	background: url(/geoimages/Products/hardware-go4v3.jpg) no-repeat 100% 100%;
	height:275px;
	padding-bottom:10px;
	position:relative;
}
.go4v3content li{
	width:450px;
	vertical-align:top;
	position: relative; 
	top: -.4em;
}
.thirdpartycontent{
	
}
/************************************************************/
/***			Software Page							*****/
/***													*****/
/************************************************************/
.softwarecontainer{
	position:relative;
	height:85px;
	width:100%;
	margin-top:10px;
}
.softwareimage{
	float:left;
	width:200px;
	height:100%;	
}
.softwarecontent{
	float:right;
	width:760px;
	height:100%;
	margin-top:10px;	
}
.featurecontainer{
	height:350px;
	margin-bottom:25px;
	background: url(/geoimages/Products/background.jpg) no-repeat 0% 100%;
	padding-top: 10px;
}
.featureindex{
	padding-left:25px;
	float:left;
	width:290px;
	height:300px;
	border-right:1px solid #E0DEDE;	
	text-align:left;
}
.featureindex span{
	padding-right:30px;
}
.featurecontent{
	float:right;
	width:600px;
	height:300px;
	padding-left: 25px;
	padding-right:10px;
}
.indexstyle{	
	color: #696969;
	line-height:22px;
	vertical-align:top;		
}
/************************************************************/
/***			Custom Reports Page						*****/
/***													*****/
/************************************************************/
.reportscontainer{
	position:relative;
	width:960px;
	height:350px;
	top:10px;
}
.leftreport{
	float:left;
	width: 195px;
}
.midleftreport{
	position:absolute;
	top:0px;
	left: 255px;
	width: 195px;
}
.midrightreport{
	position:absolute;
	top:0px;
	right: 255px;
	width: 195px;
}
.rightreport{
	float:right;
	width: 195px;
}
.reportdescription{
	text-align:justify;	
	vertical-align:top;
	height:100px;
}
.reportimage{
	width:195px;
	height:150px;
	text-align:center;
}
/************************************************************/
/***			Partners Page							*****/
/***													*****/
/************************************************************/	
.partnerscontainer,
.partnerscontainerlast{
	position:relative;
	height:100px;
	width:100%;
	margin-top:10px;
}
.partnerscontainer{
	border-bottom:1px solid #E0DEDE;
}
.partnerssimage{
	float:left;
	width:200px;
	height:100%;	
}
.partnerscontent{
	float:right;
	width:760px;
	height:100%;	
}
/************************************************************/
/***			Support Page							*****/
/***													*****/
/************************************************************/	
.inlineimage{
	width:20px;
	height:20px;
	display:inline;
}
.forumquestion{
	position:relative;
	bottom:3px;
	line-height:25px;	
	font-size: 13px;
	font-weight: normal;
	color: #696969;
}
.styledpost br{
	display:none;
}
.styledpost  ul{
	margin-top:0px;
	margin-bottom:5px;
}
.styledpost ol {
	margin-top:0px;
	margin-bottom:5px;
}
.styledpost ol li{
	list-style-type:decimal !important;
}

.styledpost h3{
	margin-bottom:2px;
}
.ambuttonlg{
	position:relative;
}
.ambuttonlg img{
	float:right;
}
.ambtnwrap{
	width:100% !important;
	text-align:right !important;
}
#dnn_ctr1079_ActiveForums_ctl00_post_ctlForm_txtBody{
	height:350px !important;
	width:99% !important;
}
.firmwarecontainer{
	padding-bottom:10px;
}
.firmwaredescription{
	padding-left:40px;
	line-height:20px;
	padding-top:5px;
}
.firmwareheader{
	font-size:14px;		
	font-weight: bold;
	color: #696969;
	position:relative;
	width:80%;
}
.firmwaredownload:link, .firmwaredownload:visited
{   
	padding: 2px;
	width: 100px;
	border-top: 1px solid #E0DEDE;
	border-bottom: 1px solid black;
	border-left: 1px solid #E0DEDE;
	border-right: 1px solid black;
	border-radius:5px;
	-moz-border-radius:5px;
	background: #E0DEDE;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 13px;
	font-weight: bold;	
	color: black;
	position:absolute;
	right:0px;
	bottom:0px;
}
.firmwaredownload:hover
{
  background: #eeeeee;
}
.firmwaredownload:active
{
	border-bottom: 1px solid #E0DEDE;
	border-top: 1px solid black;
	border-right: 1px solid #E0DEDE;
	border-left: 1px solid black;
	border-radius:5px;
	-moz-border-radius:5px;
}
.supportlabel{	
	font-size: 13px;
	font-weight: normal;
	color: #696969;
	padding-right:5px;
	padding-left:5px;	
}
.ui-jqgrid-bdiv{
	overflow-x: hidden !important;
}
.documentcaption td{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px;
	font-weight: normal;
	color: #696969;
}
.trainingformcontainer{
	position:relative;
	background: url(/geoimages/Support/sign-up-background.jpg) no-repeat;
	height:205px;	
	margin-top:20px;
}
.trainingform td{
	padding-bottom:10px;
}
.trainingheader{
	font-size:16px;			
	color: #696969;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}
.traininglabel{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px;
	font-weight: normal;
	color: #696969;
}
#dnn_ctr1252_FormMaster_pnlThankYou{
	position:relative;
	height:205px;
	width: 380px;
}
.trainingthankyoucontainer{
	background: url(/geoimages/Support/sign-up-background.jpg) no-repeat;
	height:205px;
	width: 340px;
	position:absolute;
	left:0px;	
	padding:20px;
}
.trainingthankyou{
	padding-top:20px;
}
/************************************************************/
/***			About Page								*****/
/***													*****/
/************************************************************/	
.abouttop{
	background:url(/geoimages/About/gps-fleet-management-solutions.jpg) no-repeat 100% 100%;
	height:230px;
}
/************************************************************/
/***			News Page								*****/
/***													*****/
/************************************************************/
.newscontainer{
	position:relative;
	width:960px;	
	border-bottom:1px solid #E0DEDE;
	padding-bottom:10px;
	margin-bottom:15px;	
}
.newspageimg{
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
}
.newspageimg img{
	max-width:150px;
}
.newspagetext{
	position: relative;	
	top:0px;
	left:150px;
	width: 800px;
	padding-bottom:5px
}
.rssicon{
	position:absolute;
	bottom:10px;
	left: 160px;
}
.newspagetext h6{
	margin:0px !important;
}
/************************************************************/
/***			Videos Page								*****/
/***													*****/
/************************************************************/
.videowrapper{
	width:100%;			
	margin:0px;
	padding: 0px;
}
.topvideos{
	width: 960px;	
	position:relative;
	margin:0px;
	padding: 0px;
	margin-bottom: 15px;	
}
.leftvideo{
	width: 310px !important;	
	background:url(/geoimages/videos/videobg.jpg) no-repeat;
	margin:0px;
	padding: 0px;		
}
.centervideo{
	position: absolute;
	left: 320px;
	top:0px;
	width: 310px !important;		
	background:url(/geoimages/videos/videobg.jpg) no-repeat;		
}
.rightvideo{
	position:absolute;
	left:640px;
	top: 0px;	
	width: 310px !important;	
	background:url(/geoimages/videos/videobg.jpg) no-repeat;
	margin:0px;
	padding: 0px;		
}
.video{
	padding-left:37px;
	padding-top:19px;
	padding-right:0px;
	padding-bottom:0px;
}
.image{
	border:0px;
}
.imagecenter{
	position: absolute;
	left: 320px;
	top:0px;
	width: 310px !important;	
}
.imageright{
	position:absolute;
	left:640px;
	top: 0px;
	width: 310px !important;
}
.imagetxt h2{
	font-size:13px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;	
	font-weight: bold !important;
	color: #5c9ccc !important;	
	border:0 !important;
	padding-left:0px !important;
	margin-bottom:5px !important;
	margin-top:5px;
}
.videotxt h2{	
	font-size:13px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;	
	font-weight: bold !important;
	color: #5c9ccc !important;	
	border:0 !important;
	padding-top:20px !important;
	padding-left:0px !important;
	margin-bottom:3px !important;
	margin-top:2px !important;
}
.videotxt,
.imagetxt{
	padding-left:20px;
	text-align:left;
}

/************************************************************/
/***			Admin Page								*****/
/***													*****/
/************************************************************/	
.admindiv .console{
	position:relative;
	top:40px;
}
.console div div{
	width: 175px;
	display:inline-block;
	vertical-align:top;
	padding-right:5px;
	padding-bottom:10px;
}
.adminsubdiv{
	width: 175px;
	display:inline-block;
	vertical-align:top;
	padding-right:5px;
	padding-bottom:10px;
}
.adminsubdiv h3{
	margin-bottom:0px;	
	border-bottom:1px solid #E0DEDE;	
}
.adminsubdiv div{
	border:1px dashed #E0DEDE;
	border-top:0px;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px;
	font-weight: normal;
	color: #696969;
	padding-left:2px;
	width:170px;
}
/************************************************************/
/***			SiteMap									*****/
/************************************************************/
.sitemapcontainer div{
	width: 480px;
}
/************************************************************/
/***			pricingguide webpage					*****/
/***			pricingguide.geotab.com					*****/
/************************************************************/	
.chaptercontent{
	line-height: 18px; 
	margin-top: 0px;
	vertical-align:top;	
	font-size: 14px;
	font-weight: normal;
	color: #636363;
}
/************************************************************/
/***			Contact Page							*****/
/************************************************************/
.contactheader{
	background-color:#151554;
	color:#FFFFFF;	
	font-size: 13px;
	font-weight: normal;
	border-left: 1px solid #E0DEDE;	
	border-top: 1px solid #E0DEDE;
	text-align: center;
	height:22px;
}
.contactbottom{
	border-left: 1px solid #E0DEDE;
	border-bottom: 1px solid #E0DEDE;
	border-top: 1px solid #E0DEDE;
	text-align: center;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
}
#dnn_ctr1155_FormMaster_pnlThankYou{
	position:relative;
	width:960px;
}
#dnn_ctr1289_FormMaster_pnlThankYou{
	position:relative;
	width:960px;
	height:175px;
}
.thankyou{
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
}
/************************************************************/
/***			lightbox								*****/
/***													*****/
/************************************************************/	
#jquery-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10000 !important;
	text-align: center;
	line-height: 0px;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0px auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;	
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0px; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0px; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0px auto;
	line-height: 1.4em;
	overflow: auto;	
	padding: 0px 10px 0px;
}
.ie #lightbox-container-image-data-box{
	padding-left:20px !important;
	padding-right:20px !important;
}
#lightbox-container-image-data {
	padding: 0px 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/************EMAILED TEMPLATE CSS*************/
.tableheading td{
	background-color: #25477B;
	color:#FFFFFF;
	font-weight:bold;
}
.tablerow2 td{
	background-color:#5c9ccc;
	color:#FFFFFF;
}
.navarrow{
	display:none;
}
.inlineimages{
	margin-bottom:15px;
}
.inlineimages img{
	width:292px;
	height:195px;
	display:inline;
	margin-right:20px;
}
.faqlist li span{
	font-weight:bold;
	display:block;
}
