﻿@import url('nav.css');
@import url('hero.css');

/* YUI reset and extra */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

textarea {overflow-y:auto;}
html {overflow-y:scroll;}
:focus {outline: 0;}
input[type="image"] {border: 0;}

html {
	min-height: 100%;
	height: auto;
}

body {
	background: #efefef url("/style%20library/images/backgrounds/bg.gif") repeat-x;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a.more {
	position: relative;
	display: block;
	width: 108px;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
}

a.more span {
	position: absolute;
	top: 0;
	left: 0;
	width: 108px;
	height: 29px;
	background: url("/style%20library/images/buttons/more.gif") no-repeat;
	cursor: pointer;
}

a.collapse {
	position: relative;
	display: block;
	width: 108px;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
}

a.collapse span {
	position: absolute;
	top: 0;
	left: 0;
	width: 108px;
	height: 29px;
	background: url("/style%20library/images/buttons/collapse.gif") no-repeat;
	cursor: pointer;
}

.hide {
	display: none !important;
}

.nones {
	display: none;
}


/* Top links */
#top-links-wrapper {
	width: auto;
	height: 29px;
	background: url("/style%20library/images/backgrounds/bg-curve.gif") center top no-repeat;
}

#top-links-inside {
	height: 29px;
	width: 944px;
	margin: 0 auto;
}

#top-links {
	position: relative;
	float: right;
	height: 29px;
	margin: 0;
	padding: 0 0 5px 45px;
	list-style-type: none;
	background: url("/style%20library/images/backgrounds/bg-curve.gif") 0 -29px no-repeat;
}

#top-links-inside li {
	display: inline;
	height: 29px;
	margin: 0;
	padding: 0 14px 0 12px;
	list-style-type: none;
	font: normal 12px/29px Helvetica, Arial, sans-serif;
	color: #888888;
	background: url("/style%20library/images/backgrounds/li.gif") right no-repeat;
}

#top-links-inside li.last {
	background: none;
}

#top-links-inside li a {
	color: #888888;
	text-decoration: none;
}

#top-links-inside li a:hover {
	color: #333333;
	text-decoration: none;
}

#top-links-inside li.loginlast {
	background: none;
	padding-right: 0px;
}

#loginlink {
	background: url("/style%20library/images/buttons/triangle_right.png") right no-repeat;
	padding-right: 14px;
}

#loginlink-x {
	background: url("/style%20library/images/buttons/triangle_right.png") right no-repeat;
	padding-right: 14px;
}


/* Head area */
#head-wrapper {
	background: #fff;
}

#head {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 74px 0 24px 0;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 232px;
	height: 55px;
	font: normal 26px/30px Helvetica, Arial, sans-serif;
	color: #244598;
	overflow: hidden;
	text-transform: uppercase;
}

#logo span {
	position: absolute;
	top: 0;
	left: 0;
	width: 232px;
	height: 55px;
	background: url("/style%20library/images/titles/pervasive.gif") no-repeat;
}

/* Links to Trial Downloads in Top Nav Next to Logo */

#dwnld {
	position:absolute;
	top: -7px;
	left: 236px;
    width: 242px;
    height: 60px;
    padding: 37px 0px 0px 48px;
    background: url('http://www.pervasiveintegration.com/SiteCollectionDocuments/downloadnow.png') no-repeat;
}

#dwnld  a{
     color: #fff;
     text-decoration:none;
     font-family:Verdana, Geneva, sans-serif;
     font-size:10px;
}

#dwnld  a:hover{
     color: #82bc0f;
     text-decoration:underline;
}


/* Links to LiveChat in Top Nav Next to Logo */

#livehelp img {
	position:absolute;
	top: -12px;
	left: 480px;
	padding-top: 5px;
	padding-right: 15px
}


/* Search box was 30px*/
#search-box {
	position: absolute;
	top: 20px;
	right: 17px;
	width: 450px;
	text-align: right;
}

.search-input {
	width: 142px; /*162*/
	height: 20px; /*25*/
	background: url("/style%20library/images/backgrounds/search-box.gif") bottom no-repeat;
	border: 0;
	padding: 5px 10px 0 10px;
	margin: 2px 0 0 0;
	vertical-align: top;
}

.search-button-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 85px;
	height: 30px;
	margin: 0 0 0 8px;
}

.search-button-fake {
	position: absolute;
	right: 0;
	top: 0;
	width: 85px;
	height: 30px;
	background: url("/style%20library/images/buttons/search.gif") no-repeat;
	cursor: pointer;
}


/* Bottom Area with Sub nav */
#bottom-content-wrapper {
	/*position: relative;*/
	width: auto;
	background: #fff url("/style%20library/images/backgrounds/bg2.gif") 0 31px repeat-x;
/*	z-index: -10;*/
}

#sub-navigation-wrapper {
	width: 960px;
	height: 63px;
	margin: 0 auto;
}

#sub-navigation {
	overflow: hidden;
	width: 960px;
	height: 45px;
}

#sub-navigation li {
	/*position: relative;*/
	overflow: visible;
	height: 37px;
	float: left;
	margin: 0 1px 0 0;
	padding: 0 0 0 4px;
	background: url("/style%20library/images/backgrounds/sub-navigation.png") 0 0 no-repeat;
}

#sub-navigation li a {
	display: block;
	height: 37px;
	padding: 0 25px 0 21px;
	font: normal 13px/37px Helvetica, Arial, sans-serif;
	color: #555555;
	text-decoration: none;
	white-space: nowrap;
	text-shadow: #fff 0 1px 0;
	background: url("/style%20library/images/backgrounds/sub-navigation.png") right -74px no-repeat;
}
/*
#sub-navigation li span.triangle {
	display: none;
	width: 19px;
	height: 9px;
	background: url("/style%20library/images/backgrounds/triangle.gif") no-repeat;
}
*/
#sub-navigation li.active,
#sub-navigation li.hover,
#sub-navigation li:hover {
	background-position: 0 -37px;
	cursor: pointer;
}

#sub-navigation li.active a,
#sub-navigation li.hover a,
#sub-navigation li:hover a {
	background-position: right -111px;
	color: #f1f1f1;
	text-shadow: #000 0 -1px 0;
}

#sub-navigation li.active,
#sub-navigation li.active a {
	cursor: default;
}

#sub-navigation li.active span.triangle {
	display: block;
	position: absolute;
	bottom: -8px;
	right: 45%;
}

#bottom-content {
	width: 960px;
	margin: 0 auto;
}

#bottom-content:after { /* self clear floats */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#bottom-content #left-column {
	float: left;
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
	width: 500px;
}

#bottom-content #left-column {
	float: left;
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
	width: 500px;
}

#bottom-content #right-column {
	float: right;
	margin: 0;
	width: 400px;
}

#bottom-content .content-tab {
	margin: 0 0 20px 0;
}

#bottom-content .content-tabs-scripted .content-tab {
	display: none;
}

#bottom-content .content-tabs-scripted .tab-active {
	display: block;
}

#bottom-content #left-column table {
	font: normal 13px/17px Helvetica, Arial, sans-serif;
	color: #434343;
	margin: 0 0 15px 0;
}

#bottom-content #left-column p {
	font: normal 13px/17px Helvetica, Arial, sans-serif;
	color: #434343;
	margin: 0 0 15px 0;
}

#bottom-content #left-column ul {
	font: normal 13px/17px Helvetica, Arial, sans-serif;
	color: #434343;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	list-style-type: disc;
}

#bottom-content #left-column ol {
	font: normal 13px/17px Helvetica, Arial, sans-serif;
	color: #434343;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	list-style-type: decimal;
}

#bottom-content #left-column ul li {
	
}

#bottom-content #left-column ul li a {
	color: #244598;
	text-decoration: none;
	font-family: Arial;	
}

#bottom-content #left-column ul li a:hover {
	color: #333;
	text-decoration: none;
}

#bottom-content #left-column h2 {
	font: bold 18px/22px 'Arial Narrow', Arial, sans-serif;
	color: #244598;
	padding: 0 0 10px 0;
	margin: 0;
}

#bottom-content #left-column h2 a{
	color: #333;
	text-decoration: none;
}

#bottom-content #left-column h2 a:visited{
	color: #333;
	text-decoration: none;
}

#bottom-content #left-column h2 a:hover{
	color: #9EBAFE;
	text-decoration: none;
}

#bottom-content #left-column p a {
	color: #244598;
	text-decoration: none;
	font-family: Arial;
}

#bottom-content #left-column p a:hover {
	color: #333;
	text-decoration: none;
}

pres {
	font: normal 13px/17px Helvetica, Arial, sans-serif;
	color: #434343;
	margin: 0 0 15px 0;
}


/* Tab widget for home page */
.widget-tabs {
	width: 399px; /*399*/
	min-height: 170px; /*236*/
	background: url("/style%20library/images/backgrounds/tab-box.gif") 0 0 no-repeat;
	padding-top: 1px;
}

.widget-tabs .tab-header {
	width: 379px;
	height: 25px;
	margin: 10px 10px 15px 10px;
}

.widget-tabs .tab-header TD {
	width: 33%;
	text-align: center;	
}


.widget-tabs .tab-header a {
	text-decoration: none;
	color: #555555;
	font: normal 13px Helvetica, Arial, sans-serif;
}

.widget-tabs .tab {
	font: normal 12px/17px Helvetica, Arial, sans-serif;
	color: #434343;
	padding: 0 39px 0 39px;
}

.widget-tabs h4 {
	color: #555555;
	font: bold 13px/31px Helvetica, Arial, sans-serif;
	margin: 0 0 5px 0;
}

.widget-tabs .tab ul {
	MARGIN: 0px 0px 15px;
	FONT: 12px/17px Helvetica, Arial, sans-serif;
	COLOR: #434343;
	LIST-STYLE-TYPE: circle;
}

.widget-tabs .tab ul li a {
	MARGIN: 0px 0px 15px;
	FONT: 12px/17px Helvetica, Arial, sans-serif;
	text-decoration: none;
}

.widget-tabs .tab ol {
	MARGIN: 0px 0px 15px;
	FONT: 12px/17px Helvetica, Arial, sans-serif;
	LIST-STYLE-TYPE: decimal;
}

.widget-tabs .tab ol li a{
	MARGIN: 0px 0px 15px;
	FONT: 12px/17px Helvetica, Arial, sans-serif;
	COLOR: #434343;
	LIST-STYLE-TYPE: decimal;
	text-decoration: none;
}

.widget-tabs .tab h5 {
	color: #3e5161;
	font: bold 14px/16px Helvetica, Arial, sans-serif;
	margin: 0 0 15px 0;
}

.widget-tabs .tab p {
	font: normal 12px/17px Helvetica, Arial, sans-serif;
	color: #434343;
	margin: 0 0 15px 0;
}

.widget-tabs .tab p.quote {
	font: normal 11px/17px Helvetica, Arial, sans-serif;
	color: #434343;
	margin: 0 0 5px 0;
}

.widget-tabs .tab p.signature {
	font: bold 11px/15px Helvetica, Arial, sans-serif;
	color: #434343;
	margin: 0 0 15px 0;
}

.widget-tabs .tab p a {
	color: #244598;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
}

.widget-tabs .tab p a:hover {
	color: #333;
	text-decoration: none;
}

.widget-tabs .tab .image-left {
	position: relative;
	float: left;
	margin: 0 15px 0 0;
	top: -4px;
}

.widget-tabs-scripted {
	background-position: -399px 0;
}

.widget-tabs-scripted h4 {
	display: none;
}

.widget-tabs-active-0 { background-position: -399px 0; }
.widget-tabs-active-1 { background-position: -798px 0; }
.widget-tabs-active-2 { background-position: -1197px 0; }
.widget-tabs-scripted .tab {
	display: none;
}

.widget-tabs-scripted .tab-active {
	display: block;
}


/* Footer area */

#feeds-wrapper {
	background: #f6f6f6;
	border-top: 1px solid #e0e0e0;
	padding: 18px 0 20px 0;
}

#feeds {
	width: 960px;
	height: 16px;
	margin: 0 auto;
	text-align: center;
}

#feeds li {
	display: inline;
	margin: 0 10px;
	line-height: 14px;
}

#feeds li a {
	font: normal 12px/14px Helvetica, Arial, sans-serif;
	color: #999999;
	text-decoration: none;
	padding: 1px 0 0 20px;
	background: url("/style%20library/images/backgrounds/feeds.png") 0 20px no-repeat;
}

#feeds li a:hover {
	color: #333333;
	text-decoration: none;
}

#feeds li a.feed-stumble { background-position: 0 -20px; }
#feeds li a.feed-delicious { background-position: 0 -40px; }
#feeds li a.feed-technorati { background-position: 0 -60px; }
#feeds li a.feed-digg { background-position: 0 -80px; }
	
}

#footer-wrapper {
	border-top: 1px solid #e0e0e0;
	background: #efefef;
	padding: 30px 0 30px 0;
}

#footer-wrapper #footer {
	width: 960px;
	margin: 0 auto;
	font: normal 12px/14px Helvetica, Arial, sans-serif;
	color: #999999;
	text-align: center;
}

#footer-wrapper #footer p {
	margin: 0 0 5px 0;
}

#footer-wrapper #footer a {
	color: #999;
	text-decoration: underline;
	padding: 0 8px;
}

#footer-wrapper #footer a:hover {
	color: #333;
	text-decoration: underline;
}

#footer-wrapper #footer span {
	padding: 0 8px 0 0;
	font-weight: bold;
}

#footer-wrapper #footer #footer-logo {
	position: relative;
	font: normal 20px/29px Helvetica, Arial, sans-serif;
	color: #848484;
	width: 113px;
	height: 29px;
	margin: 0 auto 15px auto;
	overflow: hidden;
	text-transform: uppercase;
}

#footer-wrapper #footer #footer-logo span {
	position: absolute;
	top: 0;
	left: 0;
	width: 113px;
	height: 29px;
	padding: 0;
	margin: 0;
	background: url("/style%20library/images/titles/footer-logo.gif") no-repeat;
}


/* Toggle area (show/hide tree stuff) */
dl.toggle dt {
	margin: 10px 0;
	height: 22px;
	overflow: hidden;
	border: 1px solid #ececec;
	background: url("/style%20library/images/backgrounds/toggle.png") 0 0 no-repeat;
}

dl.toggle dt a {
	display: block;
	width: 100%;
	margin-left: 0px;
	padding-left: 20px;
	cursor:pointer;
	text-decoration: none;
	font: bold 13px/23px Arial, sans-serif;
	color: #555555;
	
}

dl.toggle dt.toggler-opened {
	background-position: 0 -100px;
}

dl.toggle dd p, .toggle p {
	margin: 0 !important;
	background-color: #ececec;
	border: 1px solid white;
	padding: 10px 10px 10px 20px;	
}

dl.toggle dd p a, .toggle p a {
	color: #333333 !important;
	display: block;
}

dl.toggle dd p a:hover, dl.toggle table td a:hover, .toggle p a:hover {
	color: #244598 !important;
}
/*
dl.toggle table td a {
	color: #333333 !important;
	text-decoration: none;
}
*/
dl.toggle table {
	width: 100%;
}

.toggle table th {
	font-weight: bold;
}


.toggle table td, .toggle table th {
	background-color: #ececec;
	border: 1px solid white;
	padding: 10px;
}

.toggle table td:first-child, .toggle table th:first-child {
	padding-left: 20px !important;
}

dl.toggle, div.toggle {
	margin-bottom: 20px;
}

/* CQWP */

.pdicqwp-casestudy img, .pdicqwp-customer img, .pdicqwp-event img, .pdicqwp-media img, .pdicqwp-article img, .pdicqwp-collateral img, .pdicqwp-sample img, .pdicqwp-media-player img {
	border-style: none;
	padding: 0 10px 10px 0;
	vertical-align: middle;
	float: left;
	clear: both;
}

#pdi-video-container, #cqwp-video-container2 {
	margin-bottom: 15px;			
}

.pdicqwp-casestudy img {
	padding: 0 10px 0 0;
}

.pdicqwp-event {
	width: 300px;
}

.pdicqwp-event img {
	vertical-align: top;
	float: right;
	margin-right: auto;
	padding: 0 0 0 10px;
}

/*some additions not by me*/

.infobox {
                position:relative;
    border:1px solid #fff; 
    background-color:#fff;
    width:70px;
    padding:5px;
    }
.infobox img {
                position:relative;
                padding-left: 5px;
                padding-top: 7px;
                z-index:2;
    }
.infobox .more2 {
                display:none;
    }
.infobox:hover .more2    {
                display:block;
                position:absolute;
                z-index:3;
                left:4px;
                top:4px;
                width:380px;
                height:125px;
                padding:10px 5px 5px 90px;
                background-color:#ede9e9;
                font: normal 13px/17px Helvetica, Arial, sans-serif;
                
                }

                .infobox:hover .more2 img   {
                position: absolute;
                width:80px;
    margin-left:-87px;
                margin-top: -5px;
                
                }
