@charset "utf-8";
@import url("greybox/gb_styles.css");
@import url("tabcontent.css");

#dek {
	position:absolute;
	visibility:hidden;
	z-index:200;
}

body{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #cccccc;
}
a:link {
	color: #226eaa;
	text-decoration: none;
}
a:visited {
		color: #226eaa;
	text-decoration: none;
}
a:hover {
		color: #226eaa;
	text-decoration: underline;
}
a:active {
		color: #226eaa;
	text-decoration: none;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
}

.tiny{
	font-size:10px;
}

.midtext{
	font-size:12px;
	line-height:18px;
}

.midttitle{
	font-size:14px;
}

h1{
	font-size:18px;
	font-weight:bold;
	margin:0
}

h2{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	margin:0
}


h3{
	font-size:14px;
	font-weight:bold;
	margin:0
}


#pscroller2{
	width: 750px;
	height: 30px;
	padding:0; margin-top:15px;
}

#pscroller2 a{
	text-decoration: none;
	color:#000000;
}

.someclass a { /*class to apply to your scroller(s) if desired*/
	color:#000000;
}

.linkthis a { 
	display:block; 
} 

.red2{
	color:#ad5454;
	font-size:9px;
}

.graybox{
	padding:15px 10px 10px 15px;	
	border-left:solid 1px #CCCCCC;
	width:180px;
}

.graybox ul{
	padding:0px;
	margin-left:18px;
	list-style-type: square;
}

ul{
	padding-left:5px;
	margin-left:18px
}

.testimonial {
	width:220px;
	float:left;
	margin:15px 0 30px 0;
}
.left-quote {
	float:left;
	background:url(images/quote-opem.gif) no-repeat top;
	width:68px;
	height:77px;
}
.testi-text {
	float:left;
	text-align:justify;
	width:270px;
	padding-right:65px;
	background:url(images/quote-close.gif) no-repeat right bottom;
}

.testi-name {
	float:left;
	padding:5px 0 0 15px;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid #999999;
	padding: 2px;
	background-color: #ffffff;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


/* THIS IS FOR THE TABS INNER TEXT IN THE BLUE AREA */

td
{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	empty-cells:show;
}

.white{
	color: #FFFFFF;
}

.text{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999;
}	

.text_white {
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.whitet {
	color: #FFF;
}


/* THIIS SECTION IS TO HANDLE THE TABS */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0;
    min-width: 145px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 1px;
 	background: url(images/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 145px; /* IE 6 treats width as min-width */
    min-width: 145px;
    height: 32px; /* IE 6 treats height as min-height */
    min-height: 32px;
    padding-top: 0;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 2px;
}
.tabs-nav .tabs-selected a span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}

.tabs-nav .strategic_allegiance {
	background: url(images/strategic_alliance.gif) no-repeat;	
}

.tabs-nav .become_partner {
	background: url(images/become_partner.gif) no-repeat;	
}

.tabs-nav .value_added_resellers {
	background: url(images/value_resellers.gif) no-repeat;	
	width: 153px; /* IE 6 treats width as min-width */
    min-width: 153px;
}

.tabs-nav .technology_alliance {
	background: url(images/technology_alliance.gif) no-repeat;	
	width: 153px; /* IE 6 treats width as min-width */
    min-width: 153px;
}


.tabs-nav .partner_portal {
	background: url(images/partner_portal.gif) no-repeat;	
	width: 160px; /* IE 6 treats width as min-width */
    min-width: 160px;
}


.tabs-nav .equitrac_university {
	background: url(images/equitrac_university.gif) no-repeat;	
	width: 158px; /* IE 6 treats width as min-width */
    min-width: 158px;
}


.tabs-nav .product_details {
	background: url(images/product_details.gif) no-repeat;	
}

.tabs-nav .solution_overview {
	background: url(images/solution_overview.gif) no-repeat;	
}


.tabs-nav .in_the_news {
	background: url(images/news.gif) no-repeat;	
}
 
.tabs-nav .key_features {
	background: url(images/key_features.gif) no-repeat;	
}


.tabs-nav .key_features1 {
	background: url(images/key_features1.gif) no-repeat;	
}

.tabs-nav .watch_a_quick_video {
	background:none;
	background: url(images/watch_a_quick_video.gif) no-repeat;
	width: 173px; /* IE 6 treats width as min-width */
    min-width: 173px;
}

.tabs-nav .contact_us_today {
	background: url(images/contact_us_today.gif) no-repeat;	
	width: 156px; /* IE 6 treats width as min-width */
    min-width: 156px;
}

.tabs-nav .contact_us {
	background: url(images/contact_us.gif) no-repeat;	
	width: 156px; /* IE 6 treats width as min-width */
    min-width: 156px;
}

.tabs-nav .installation {
	background: url(images/installation.gif) no-repeat;	
	width: 151px; /* IE 6 treats width as min-width */
    min-width: 151px;
}


.tabs-nav .product_reg {
	background: url(images/product_reg.gif) no-repeat;	
	width: 156px; /* IE 6 treats width as min-width */
    min-width: 156px;
}




.tabs-nav .request_help {
	background: url(images/request_help.gif) no-repeat;	
	width: 151px; /* IE 6 treats width as min-width */
    min-width: 151px;
}

.tabs-nav .eq_univ {
	background: url(images/eq_univ.gif) no-repeat;	
	width: 151px; /* IE 6 treats width as min-width */
    min-width: 151px;
}

.tabs-nav .partner_portal {
	background: url(images/partner_portal.gif) no-repeat;	
	width: 151px; /* IE 6 treats width as min-width */
    min-width: 151px;
}


.tabs-nav .serv_timeline {
	background: url(images/serv_timeline.gif) no-repeat;	
	width: 156px; /* IE 6 treats width as min-width */
    min-width: 156px;
}

.tabs-nav .order_cable {
	background: url(images/order_cable.gif) no-repeat;	
	width: 156px; /* IE 6 treats width as min-width */
    min-width: 156px;
}

.tabs-nav .support_serv {
	background: url(images/support_serv.gif) no-repeat;	
	width: 156px; /* IE 6 treats width as min-width */
    min-width: 156px;
}

.tabs-nav .overview {
	background: url(images/overview.gif) no-repeat;	
}

.tabs-nav .media_inquiries {
	background: url(images/media_inquiries.gif) no-repeat;	
	width: 156px; /* IE 6 treats width as min-width */
    min-width: 156px;
}

.tabs-nav .press_releases {
	background: url(images/press_releases.gif) no-repeat;	
	width: 173px; /* IE 6 treats width as min-width */
    min-width: 173px;
}

.tabs-nav .events {
	background: url(images/events.gif) no-repeat;
		width: 156px; /* IE 6 treats width as min-width */
    min-width: 156px;
}

.tabs-nav .careers {
	background: url(images/careers.gif) no-repeat;	
}

.tabs-nav .management_team {
	background: url(images/management_team.gif) no-repeat;	
	width: 173px; /* IE 6 treats width as min-width */
    min-width: 173px;
}

.tabs-nav .company_overview {
	background: url(images/company_overview.gif) no-repeat;	
	width: 156px; /* IE 6 treats width as min-width */
    min-width: 156px;
}

.tabs-nav .contact {
	background: url(images/contact.gif) no-repeat;	
	width: 156px; /* IE 6 treats width as min-width */
    min-width: 156px;
}

.tabs-nav .feedback{
	background: url(images/feedback.gif) no-repeat;	
	width: 156px; /* IE 6 treats width as min-width */
    min-width: 156px;
}

.tabs-nav .customers {
	background: url(images/customers.gif) no-repeat;	
}


.tabs-container {
	overflow:hidden;
	border: 1px solid #dbdbdb;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(images/loading.gif) no-repeat 0 50%;
}


