@charset "utf-8";

html {height: 100%; margin: 0;}
body {height: 100%; margin: 0;}
#container { 
position: relative;
height: 100%;
}
* html #container { height: 100%;}


body {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #666;
	line-height: 1.5;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

#content_area ul{
	list-style: square;
	font-size: .8em;
	margin-left: 30px;
}

#content_area #tsHome ul{
	margin-left: 0px;
	margin-bottom:0;
}

.homeTab {
	background:url(../img/tab_bottom.png) no-repeat;
	height:228px;
	width:1000px;
	margin-top:0;
	padding-top:15px;
	margin-left: -1px;
}

h1, h2, h4 {
	font-family: Cambria, "Times New Roman", Times, Georgia, serif;
	font-weight: lighter;
	margin-bottom: 10px;
	

}
h1 {
	color: #333;
	font-size: 1.7em;
	line-height: 1.4em;
}

h2 { 
	font-size: 1.4em;
	color:#666;
	line-height: 1.2em;
	margin-top: 10px;
}

h3 { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#284372;
	line-height: 1.2em;
	font-weight: lighter;
	margin-bottom: 10px;
	margin-left:0px;
}

h4 { 
	font-size: 1.2em;
	color:#333;
	line-height: 1.2em;
	margin-top: 10px;
}

h1, h2, h3, h4, h5, h6, p, iframe {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

body p {
	font-size: .8em;
}

#content_area p, h3, h4, ul, ol, dl, iframe {
	margin-left: 15px;
}


#content_area div.buyit, div.downloadit, div.downloadit_sb, div.perpetual, div.annual {
		margin-left: 30px;
}
	
.emphasis {
	font-weight:bold;
	color:#284372;
}

.tm_text{
	font-style:italic;
	color: #aaa;
}

.regmark {
	font-size: 70%;
}

.homeText {
	line-height: 1.3em;
        margin-left: 25px
}

a img { 
	border: none;
}

a:link {
	color: #156AA3;
	text-decoration: none; 
}

a:visited {
	color: #156AA3;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}

/* ~~this fixed width container surrounds the other divs~~ */
#container {
	width: 1000px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.header {
	background: url(../img/inner_hdr_cloud2.jpg) no-repeat;
	height: 110px;
	margin-bottom: 18px;

}

.home_header {
	height: 368px;
	margin-bottom: 18px;
}

#banner .logo{
  position: relative;
  top: -26px;
  left: 10px;
  width: 180px;
}

#banner .logo a {
  display: block;
  width: 180px;
  height: 64px;
  background: url('../img/logo.png') no-repeat 0 0;
}

#navigation{
  position: relative;
  top: 0px;
  left: 243px;
  width: 730px;
  height: 32px;
  background-color: #f37105;
}

#nav li{
	float:left;
	margin-right:30px;
        margin-left:10px;
	position:relative;
	display:block;
	font-size: .9em;
}


#nav li a{
	display:block;
	padding:4px 6px 4px 8px;
	color:#fff;
	text-decoration:none;
}
#nav li a:hover{
	color:#fff;
	background: #61a4d1; /* Solid colour fall-back */
	/*text-decoration:underline;*/
}

/*--- DROPDOWN ---*/
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	opacity:0; /* Set initial state to transparent */
}

#nav ul li{
	float:none;
}

#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	display:block;
	padding: 5px 1.5em;
	margin-left:-24px;
	z-index:1000;
	position:relative;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	opacity:1; /* Fade to opaque */
}
#nav li:hover a{ /* Set styles for top level when dropdown is hovered */

	background:#666; /* Solid colour fall-back */
	height:24px;
        opacity: .9;
/**	background:rgba(107,12,54,0.75); **/
	text-decoration:none;
}
#nav li:hover ul a{ /* Override some top level styles when dropdown is hovered */
	text-decoration:none;
	-webkit-transition:-webkit-transform 0.50s linear;
}
#nav li:hover ul li a:hover{ /* Set styles for dropdown when items are hovered */
	background:#666; /* Solid colour fall-back */
	text-decoration: underline;
	z-index:1000;
	position:relative;
}


.tableDiv{
	 margin-left:15px;
 }
	 
	 
#searchbox{
  position: relative;
  height:32px;
  width:162px;
  right: 15px;
  float:right;
  background: url('/img/searchbox_bgd.png') no-repeat 0 0;
}


input#searchbox_button {
    border: none;
    display: block;
    margin: -23px 0px 0 132px;
    }

input#q {
    border: none;
    margin: 7px 0 0 5px;
    }
     
.sidebar1 {
	float: left;
	width: 188px;
	padding-bottom: 10px;
}



#sidebar_menu {
	width: 188px;
	background: url(../img/side_menu_bgd.png) no-repeat;
	padding-top: 15px;
        margin-right: 20px;

}


#sidebar_community {
	width: 188px;
	height: 100px;
	background: url(../img/community_bgd.png) no-repeat;
	padding-top: 15px;
	margin-top: 50px;
}

#sidebar_community p {
    margin: 2px 0px 0px 8px;
	padding:0;
	font-size: .85em;
	color: #fff;
}

#sidebar_community a,#sidebar_community a:visited { 
	font-size: .8em;
	text-decoration: none;
	color: #fff;
	margin-left: 10px;
}
#sidebar_community a:hover, #sidebar_community a:active, #sidebar_community a:focus { 
	text-decoration: underline;
}

.content {
	padding: 0 0 10px 0;
	width: 796px;
	float: left;
}

.content_narrow {
	padding: 0 0 10px 0;
	width: 600px;
	float: left;
}

.contentNoSidebar {
	padding: 40px 0 40px 100px;
	width: 600px;
	float: left;
}


.contentFull {
	padding: 0 0 10px 0;
	width: 980px;
	float: left;
}

.contentHome {
	padding-top: -20;
	width: 1000px;
	float: left;
	height:228px;
}

#screenshot {
	float: right;
	width:230px;
	height:220px;
	margin-left:20px;
}

.float_pic{
	float:left;
	margin:5px 15px 15px 25px;	
}

.float_pic_home{
	float:left;
	margin:5px 5px 5px 15px;
}

.uline{
	padding:10px 0 10px 0;
        margin-top: -40px;
	border-bottom:dotted 1px #999;
        text-align: right;

}

.side2 { 
	width: 48%; 
	border: 1px solid red; 
	float: left;
	margin: 1% 0 1% 1%;
}

.side3 { 
	width: 32%; 
	float: left;
	margin: 1% 0 1% 1%;
}
#solutions_table{margin-left:-15px;}
.solution_list {width:220px;}
#solutions_table ul {
	margin-left:30px;
	list-style-type: none;
}

.solution_list li {
/*	font-size: 1.25em;*/
	line-height: 2.5em;
	background-image: url(../img/solutions_bullet_off.png);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: 1.5em;
}

.solution_list li:hover {
	background-image: url(../img/solutions_bullet_on.png);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: 1.5em;
}
.solution_text {
	float: left;
	width:330px;
	margin-right:15px;
	margin-top:10px;
        margin-left: 20px;
}

.solution_text h2{
	color:#284372;
	font-size:1.5em;
	margin-top:-5px;
	margin-left:10px;
}

.solution_list {
	float: left;
	width:200px;
	margin-right:15px;
	margin-top:5px;
}

.test_text {
	float: left;
	width:300px;
	margin-right:15px;
	margin-top:10px;
}

.video_block{
	float: left;
	width:150px;
	height:170px;
	margin: 20px 20px 0px 28px;
	position:relative; 
	text-align:center;
}
    .image { position:absolute; width:150px; height:110px; z-index:0;}
    .overlay { background-image:none); position:absolute; width:150px; height:110px; z-index:1;}
    .overlay:hover { 
		background-image:url(../img/videoPlay.png);
/*		ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		opacity: 0.7;
		filter: alpha(opacity=70); */
		}

.vidText {
	line-height: 1.3em;
	vertical-align:bottom;
	padding-top:10px;
}



/* Home page packages and pricing */

.package_block {
	float: left;
	width:780px;
	height:200px;
	margin-right:10px;
}

.package_block_visible {
	float: left;
	width:780px;
	height:200px;
	margin-right:10px;
	position: relative;
	display: block;
}

.package_block_hide  {
	float: left;
	position: absolute;
	margin-left: -9999px;
}

#package_price{
	float: left;
	width:420px;
	height:200px;
	font-size: .8em;
	border-top: 1px dotted #CCC;
	border-spacing: 0px;
}

#package_price td{
	border-spacing: 0px;
	padding: 1px 5px;
	vertical-align: top;
	text-align: center;
	color: #484848;
	border-bottom: 1px dotted #CCC;
	font-size:.9em;
}

#package_price tr {
	border-color: inherit;
	display: table-row;
	vertical-align: inherit;
	height:20px;
}

#package_price tr th{
	color:#333;
	font-weight:normal;
	border-bottom: 1px dotted #ccc;
	background: #ebf2f8;
	text-align:left;
	font-size: 1.1em;
	padding: 1px 5px;
}

#package_price h2 {
    margin: 0 0 0 10px;
}

.clear { 
	height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;}

.locale_address {width:30%;}
.locale_contact {width:40%;}
.locale_logo {width:25%;}
.locale_test {width:70%;}

.locale_address, .locale_contact, .locale_logo, .locale_test {
	float: left;
	margin: 1% 0 1% 1%;
}
	

/* This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.content_narrow ul, .content_narrow ol { 
	padding: 10px 15px 0px 40px; 
}

.content_narrow ul li, .content_narrow ol li { 
	margin-bottom: 15px;
	font-size:1.1em;
	font-color: black;
}


/*  The lefthand navigation list styles */
ul.nav {
	list-style: none; 
	margin-bottom: 15px; 
}
ul.nav li {
	font-size: .8em;
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 0px 10px;
	display: block;  
	width: 160px;  
	text-decoration: none;
	color: #156AA3;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	text-decoration: underline;
	color: #333;
}



/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* generic list definitions */
.list_nav_btm, .list_nav_top {
	width: 750px;
	margin-left:35px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
.list_nav_all {
	width: 965px;
	margin-left:35px;
	margin-top:15px;
	padding-top:10px;
	padding-bottom:10px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	}
	
.list_nav_top { border-top: 1px dotted #CCC;}
.list_nav_btm { border-bottom: 1px dotted #CCC;}

.list_nav_top ul, .list_nav_btm ul, .list_nav_all ul {
	list-style: none;
	display: inline;
	margin: 0 0 0 0px;
	padding: 0 0 0 65px;
}
	
.list_nav_top ul li, .list_nav_btm ul li, .list_nav_all ul li {
	display: inline;
	width: 15px;
	height: 16px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.current_list_page{
	background:#ebf2f8;
	border: solid #CCC 1px;
	padding: 4px 6px;
}

#list_table {
	font-size: .8em;
	width: 750px;
	border-top: 1px dotted #CCC;
	border-spacing: 0px;
	margin-left:35px;
}
#list_table td{
	border-spacing: 0px;
	padding: 8px 5px;
	vertical-align: top;
	color: #484848;
	border-bottom: 1px dotted #CCC;
	font-size:.9em;
	line-height:1.5;
}

#list_table tr {
	border-color: inherit;
	padding-top: 30px;
	display: table-row;
	vertical-align: inherit;
}



#list_table tr:hover {
	background: #ebf2f8;
}

#list_table tr th{
	color:#333;
	font-weight:normal;
	border-bottom: 1px dotted #ccc;
	background: #ebf2f8;
	text-align:left;
	font-size: 1.1em;
	padding: 8px 5px;
}
#list_table td.pricing {
	width: 25%;
	text-align: center;
}

#list_table th.pricing {
	text-align: center;
}
#list_table td.date_col {
	width: 80px;
}

#list_table th.feature_col{
	width: 480px;
}
#list_table th.buy_options{
	width: 380px;
}
#list_table th.center_col{
	text-align:center;
}



#list_table td.lib_item {
	width: 570px;
}


#list_table td.lib_link {
	width: 370px;
}


.cust_table {
	font-size: .8em;
	width: 750px;
	border-spacing: 0px;
	margin-left:35px;
	margin-bottom:15px;
}
.cust_table td{
	border-spacing: 0px;
	padding: 8px 5px;
	vertical-align: middle;
	text-align:center;
	color: #484848;
	font-size:.9em;
	width: 200px;
}
.lib_icon{
	margin-top:20px;
}

.checked {
	background:url(/img/checkmark.gif) no-repeat center;
}

.optional {
	background:url(/img/solid_circle.png) no-repeat center;
}

.details{
	font-size:.95em;
	color:#999;
	margin-bottom:0;
}
/*innerpage billboard and buttons */
#billboard{
	width:796px;
	height:131px;
	background:url(/img/longitude_billboard.png) no-repeat;
	margin-left:15px;
	z-index:-1;
}

#button_bar {
	width:440px;
	margin-bottom:15px;
}

#button_bar .downloadit {
	position:relative;
	float:right;
}


#billboard .buyit, #billboard .downloadit {
	position:relative;
	float:right;
	clear: both;
	margin:15px 15px 0 0;
	z-index:0;
}

#banner .downloadit {margin-top:175px;}

#banner .longitude {float: left;
margin-top: 220px;
margin-left: 320px}

#banner .splunk {float: right;
margin-top: 220px;
margin-right: 130px}

#banner .buyit {margin-top:5px;}

#banner .buyit, #banner .downloadit {
	position:relative;
	float:right;
	clear: both;
	margin-right:15px;
}

.buyit a, .downloadit a, .downloadit_sb a, .perpetual a, .annual a, .longitude a, .splunk a {
	width:197px;
	height:40px;
	display:block;
}

.checkout a{
	width:137px;
	height:32px;
	display:block;
}

.buyit a:hover{ background:url(/img/btn_buyit_on2.png) no-repeat;}
.buyit{	background:url(/img/btn_buyit_off.png) no-repeat;}
.downloadit{background:url(/img/btn_download_off.png) no-repeat;}
.downloadit a:hover{background:url(/img/btn_download_on.png) no-repeat;}
.downloadit_sb {background:url(/img/btn_download_off_sidebar.png) no-repeat;}
.downloadit_sb a:hover{background:url(/img/btn_download_on_sidebar.png) no-repeat;}
.perpetual{background:url(/img/btn_perpetual_off.png) no-repeat;margin-bottom:20px;}
.annual{background:url(/img/btn_annual_off.png) no-repeat; margin-bottom:20px;}
.perpetual a:hover{background:url(/img/btn_perpetual_on.png) no-repeat;}
.annual a:hover{background:url(/img/btn_annual_on.png) no-repeat;}
.splunk a:hover{ background:url(/img/splunk_on.png) no-repeat;}
.splunk { background:url(/img/splunk_off.png) no-repeat;}
.longitude{background:url(/img/Longitude_off.png) no-repeat;}
.longitude a:hover{background:url(/img/Longitude_on.png) no-repeat;}


.checkout a:hover{ background:url(../img/btn_checkout_on.png) no-repeat;}
.checkout{	
	background:url(../img/btn_checkout_off.png) no-repeat;
	float:right;
	}

#my_cart{
	border-top:dotted 1px #666;
	border-bottom:dotted 1px #666;
	background-color: #ebf2f8;
	height:30px;
	margin-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}

.cart_text{
	background: url(../img/cart.png) no-repeat;
	padding-left:40px;
	padding-top:5px;
	margin-right:20px;
	font-size: .8em;
	height:32px;
	float:right;
	clear:right;
/*	clear:both;   */
}

.cart_header{
    float:left;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#284372;
	line-height: 1.2em;
    margin-left:10px;
	margin-bottom: 10px;
}

#inForm label{
	display:block;
	font-size:.8em;
	color:#284372;
	text-align:right;
	width:150px;
	float:left;
}
#inForm input, #inForm select,  #inForm textarea{
	/*float:left;*/
	font-size:.9em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 0 10px 15px;
	width:300px;
}

#inForm .notes{
	display:block;
	font-size:.8em;
	color:orange;
	text-align:right;
	width:150px;
	float:left;
	padding-left:105px;
	margin-top:10px;
	clear:both;
	}

.check_text{
	font-size:.8em;
}

#inForm .small{
	color:#666;
	display:block;
	font-size:.7em;
	font-weight:normal;
	margin-left:165px;
}

#inForm .nolabel {
	float:left;
	font-size:.9em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 10px 10px 160px;
	width:20px;
	
}

#inForm button{
clear:both;
margin-left:165px;
margin-top:10px;
float:left;
cursor: pointer;
}


#search_result p {
	margin-bottom: 0px;
}

#search_result h3 {
	margin-bottom: 5px;
	margin-top:15px;
}
	

#wp_table {
	width: 750px;
/*	border-top: 1px dotted #CCC; */
	border-spacing: 0px;
	margin-left:35px;
}
#wp_table td
{
    border-spacing: 0px;
    padding: 8px 5px;
    vertical-align: top;
    color: #484848; /*	border-bottom: 1px dotted #CCC; */
}

#wp_table tr {
	border-color: inherit;

	display: table-row;
	vertical-align: inherit;
}

#wp_table td.logo {

padding-top: 10px;
background:url(../img/whitepaperIcon.jpg) no-repeat; 
width: 168px; 
height: 212px; 
align: center;
    font-size: medium;
    font-weight: bold;
}


#wp_table ul { 
font-size: .9em;
list-style: square;
line-height: 1.5em; 
margin-top: 10px;
}

#wp_table td.text {
padding: 0 0 0 5px;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;

}

#wp_logo {
float: right;
position: relative;
background:url(../img/whitepaperIcon.jpg) no-repeat; 
width: 160px; 
height: 212px;
display: inline;
text-align: center;
margin-right: 20px;
margin-left: 5px;
}

#wp_text {
margin-left: 5px;
}

#wp_text h5 {
margin-left: 15px;
margin-top: 15px;
margin-bottom: 15px;
}

#wp_text ul {
padding: 2px 10 0 20px;
}
#wp_text ul li {
font-size: 90%;
}

.buttonstyle {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #5B70A0;
/*	background: #284372; */
	color: white;
	border: 1px solid black;
	cursor: pointer;
}


#prod_table {
	font-size: .8em;
	width: 750px;
	border-top: 1px dotted #CCC;
	border-spacing: 0 20px;
	margin-left:35px;
}
#prod_table td{
	border-spacing: 0px;
	padding: 8px 5px;
	vertical-align: top;
	color: #484848;
	border-bottom: 1px dotted #CCC;
	font-size:.9em;
	line-height:1.5;
}

#prod_table tr {
	border-color: inherit;
	padding-top: 30px;
	display: table-row;
	vertical-align: inherit;
}



#prod_table tr th{
	color:#333;
	font-weight:normal;
	border-bottom: 1px dotted #ccc;
	background: #ebf2f8;
	text-align:left;
	font-size: 1.1em;
	padding: 8px 5px;
}

#right_text{
float:right;
width: 60%;
}

#right_text h3{
margin-left: 0px;
}

#right_text li{
margin-bottom: 10px;
}

#right_text ul{
margin-left: 10px;
}

.float_store_pic{
	float:left;
	margin: 30px 5px 20px 35px;	
}

#search_return{
margin-left: 10px;
margin-top: 5px;
margin-bottom: 5px;
border-top: 1px black solid;
border-bottom: 1px black solid;
padding: 10px 0px 10px 10px;
}

.previous_button {
	float:left;
}

.next_button {
	float:right;
}

.nav_buttons{
margin-left: 25px;
margin-right: 25px;
}

.navbutton {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #5B70A0;
	color: white;
	border: 1px solid black;
}


.vid_list{
	float: left;
	width:150px;
    height:175px;
	margin: 20px 6px 0px 10px;
	position:relative; 
	text-align:center;
}

.vid_table{
padding-left: 0px;
}

.vid_table td{
padding-left: 20px;
}



/*.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
/*position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
/*border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
/*visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
/*
}*/


#sitemap {
font-size: 1em;
float: right;
width: 80%;
line-height: 1em;
}
#sitemap ul {
padding: 2px 0 0 20px;
}
#sitemap ul li {
font-size: 90%;
list-style-type: none;
}
#sitemap ul li ul li{
font-size: 85%;
list-style-type: none;
}

#sitemap ul li ul li ul li {
font-size: 80%;
list-style-type: none;
}

.tab_text{
	font-style:italic;
	color: #aaa;
	font-size: 70%;
}



#pkg_button .downloadit {margin-top:5px;}

#pkg_button .buyit {margin-top:10px; margin-bottom: 20px;} 

#pkg_button .buyit, #pkg_button .downloadit{
	position:relative;
	float:right;
	clear: both;
	margin-right:50px;
}

#pkg_button .buyit a, #pkg_button .downloadit a{
	width:197px;
	height:30px;
	display:block;
}
#pkg2_button .downloadit {margin-top:5px;}

#pkg2_button .buyit {margin-top:10px; margin-bottom: 20px;} 

#pkg2_button .buyit, #pkg_button .downloadit{
	position:relative;
	float:right;
	clear: both;
	margin-right:50px;
}

#pkg2_button .buyit a, #pkg_button .downloadit a{
	width:197px;
	height:30px;
	display:block;
}

.priceText {margin-top: 0px; margin-bottom: 15px;}

#form_right {
float: right;
width: 25%;
margin-right: 40px;
margin-left: -20px;
}

#form_left {
float: left;
width: 65%;
margin-left: 30px;
padding-right: 0px;
}

/* start styles for longitude/report_error.asp */

#errForm label{
	display:block;
	font-size:.8em;
	color:#284372;
	text-align:right;
	width:160px;
	float:left;
	padding: 11px 0 6px  0;
}
#errForm input, #errForm select,  #errForm textarea{
	float:right;
	font-size:.8em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 0 10px 0;
	width:340px;
}

#errForm textarea{
    height: 200px;
        	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    }
    
#errForm .small{
	color:#666;
	display:block;
	font-size:.7em;
	font-weight:normal;
	margin-left:165px;
}

#errForm .nolabel {
	float:left;
	font-size:.9em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 10px 10px 160px;
	width:20px;
}

#errForm .notes{
	display:block;
	font-size:.8em;
	color:orange;
	text-align:right;
	width:150px;
	float:right;
	padding-right:10px;
	padding-bottom: 5px;
	margin-top:10px;
	clear:both;
	}

#errForm .button{
clear:both;
margin-left:280px;
margin-top:10px;
float:left;
    width: 150px;
    
    	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #5B70A0;
/*	background: #284372; */
	color: white;
	border: 1px solid black;
	cursor: pointer;
}


#errFormTable {
    font-size: .9em;
	width: 500px;
	border-spacing: 0px;
	margin-left:35px;
	padding-bottom: 50px;
    }

#errFormTable td{
	border-spacing: 0px;
	/*padding: 8px 5px;*/
	vertical-align: top;
	color: #484848;
	font-size:.9em;
	line-height:1.5;
	}

 
 #errFormTable  tr{   
	border-color: inherit;
	padding-top: 5px;
	display: table-row;
	vertical-align: inherit;
	}
	


/* end styles for longitude/report_error.asp */




#tutorial_table {
	font-size: .8em;
    width: 200px;
	border-top: 1px dotted #CCC;
	border-spacing: 0px;
	margin-bottom: 30px;

}
#tutorial_table td{
	border-spacing: 0px;
	padding: 8px 5px;
	vertical-align: top;
	color: #484848;
	border-bottom: 1px dotted #CCC;
	font-size:.9em;
	line-height:1.5;
}

#tutorial_table tr {
	border-color: inherit;
	padding-top: 30px;
	display: table-row;
	vertical-align: inherit;
}



#tutorial_table tr:hover {
	background: #ebf2f8;
}

#tutorial_table tr th{
	color:#333;
	font-weight:normal;
	border-bottom: 1px dotted #ccc;
	background: #ebf2f8;
	text-align:left;
	font-size: 1.1em;
	padding: 8px 5px;
}
/*
#top_float {
position: fixed;
border: 1px solid #CCC;
z-index:100;
margin-left: 700px;
margin-top: 250px;
font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
background: #fff;
color: #666;
}

#top_float hover {
	background: #ebf2f8;
}
#nav li{
	float:left;
	margin-right:25px;
	position:relative;
	display:block;
	font-size: .9em;
}
#nav li a{
	display:block;
	padding:4px;
	color:#fff;
	text-decoration:none;
}
#nav li a:hover{
	color:#fff;
	background: #61a4d1; /* Solid colour fall-back */
	/*text-decoration:underline;*/
}



#sidebar_menu_right ul {
line-height: 1;
margin-bottom: 20px;
}

#sidebar_menu_right ul li {
	font: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0 5px 5px 5px;
	padding: 0;
	color: #666;
	line-height: 1.2;
list-style: none;
}

#sidebar_menu_right .podcast_icon {
float:left;
position:relative;
display:inline;
margin:15px 15px 5px 15px;
}

#sidebar_menu_right .podcast_descr {
font-size: .9em;
text-align: left;
}

#sidebar_menu_right .podcast_dl {
font-size: .9em;
text-align: center;
margin: 10px 0 0 0px;
}

.DLbuttonstyle {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background: #5B70A0;
/*    background: #284372; */
/*    background: orange;*/
	color: white;
	border: 1px solid black;
	padding: 5px 20px 5px 20px;
	margin-top: 40px;
	cursor: pointer;
}

.DLbuttonstyle :hover {
    cursor:hand;
    }

.sidebar1_right {
	float: right;
	width: 200px;
	padding-bottom: 10px;
}


#sidebar_menu_right {
	width: 200px;
	height: 600px;
	background: url(../img/side_menu_rt_bgd.png) no-repeat;
	padding-top: 5px;
}


#inFormDL label{
	display:block;
	font-size:.8em;
	color:#284372;
	text-align:right;
	width:150px;
	float:left;
}
#inFormDL input, #inFormDL select,  #inFormDL textarea{
	/*float:left;*/
	font-size:.9em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 0 10px 15px;
	width:300px;
}

#inFormDL .notes{
	display:block;
	font-size:.8em;
	color:orange;
	text-align:right;
	width:150px;
	float:left;
	padding-left:110px;
	clear:both;
	}
	
	#inFormDL .small{
	color:#666;
	display:block;
	font-size:.7em;
	font-weight:normal;
	margin-left:165px;
}

#inFormDL .nolabel {
	float:left;
	font-size:.9em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 10px 10px 160px;
	width:20px;
	
}

#inFormDL button{
clear:both;
margin-left:210px;
margin-top:10px;
float:left;
cursor: pointer;
}

#inFormWP label{
	display:block;
	font-size:.8em;
	color:#284372;
	text-align:right;
	width:150px;
	float:left;
}
#inFormWP input, #inFormWP select,  #inFormWP textarea{
	/*float:left;*/
	font-size:.9em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 0 10px 15px;
	width:300px;
}

#inFormWP .notes{
	display:block;
	font-size:.8em;
	color:orange;
	text-align:right;
	width:150px;
	float:left;
	padding-left:110px;
	clear:both;
	}
	
	#inFormWP .small{
	color:#666;
	display:block;
	font-size:.7em;
	font-weight:normal;
	margin-left:165px;
}

#inFormWP .nolabel {
	float:left;
	font-size:.9em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 10px 10px 160px;
	width:20px;
	
}

#inFormWP button{
clear:both;
margin-left:165px;
margin-top:10px;
float:left;
cursor: pointer;
}

.text_block {
	float: left;
	width:780px;
	margin-right:10px;
}

.text_block_visible {
	margin-right:10px;
}

.text_block_hide  {
	float: left;
	position: absolute;
	margin-left: -9999px;
	width:780px;
}

.text_block_visible a {
    font-size: .9em;
    margin-left: 10px;
    }
    
    .text_block_hide a {
    float: left;
    position: absolute;
    margin-left: -9999px;
    }
    
.brochure H1 {
 text-align:left;
 margin-bottom:15px;
 margin-top:15px;
 margin-right:8px;
 margin-left:10px;
 text-indent:0px;
 direction:ltr;
 line-height:27px;
 color:#005495;
  font-family:'Avant Garde','Avant Garde',sans-serif;
 font-size:18pt;
 
}

.brochure_screenshot {
	float: right;
	width:280px;
	margin-left:40px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.vm_brochure_screenshot {
	float: right;
	width:390px;
	margin-left:40px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.brochure_left_screenshot {
	float: left;
	width:280px;
	margin-right:20px;
	margin-left: 30px;
	margin-top:10px;
	padding-bottom: 10px;
}

.vm_brochure_left_screenshot {
	float: left;
	width:390px;
	margin-right:20px;
	margin-left: 30px;
	margin-top:10px;
}

.brochure_caption {
    text-align: left;
    font-size: .8em;
    color: #005495;
    }
    
.vm_brochure_caption {
    text-align: left;
    font-size: .8em;
    color: #005495;
    }
    
.brochure table {
text-align: left;
font-size: .8em;
border-collapse: collapse;
line-height: 1.5;
color: #666;
}
.brochure h4 { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#284372;
	line-height: 1em;
	margin-bottom: 5px;
	margin-left:-15px;
	text-align: left;
}
.brochure_sidetable {
	float: right;

	line-height: 1.4em;
	text-align: left;
}

.brochure_sidetable h4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 0px;
}

.brochure_sidetable_border {
	float: right;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	border: solid 1px ;
	text-align: left;
    border: solid 1px;
    padding: 10px 10px 10px 15px;
	margin: 5px 5px 5px 15px;
}



.brochure .download h2 {
 margin-bottom:15px;
 margin-top:15px;
 margin-right:8px;
 margin-left:10px;
 text-indent:0px;
 direction:ltr;
  font-family:'Avant Garde','Avant Garde',sans-serif;
 font-size:1.2em;
  font-color:#ffffff;
 }
 
.brochure .download {
width: 400 px;
float: left;
text-align: center;
background-color: #005495;
margin-bottom: 15px;
margin-left: 20px;
}


.brochure .download a {
color: #ffffff;
}

.brochure .download a:visited {
color: #ffffff;
}

.brochure .download a:hover {
color: #8CB2CF;
text-decoration: none;
}

.brochure .standout {
width: 400px;
border: solid #005495 1px;
margin-left: 40px;
margin-top: 20px;
padding-top: 5px;
padding-bottom: 5px;
float: left;
background-color: #ffffff;
text-align: center;
}



