    /* --- styles for some common HTML TAGS ---------------------------*/
html {overflow-y: scroll;}

body {   font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; margin: 0 0 0 0;
padding: 0; background-color: #ffffff;
}
p, td, li {  }
h1, h2, h3, h4, h5, h6 { font-weight:bold; }
h1{
	background-color:#999999;
	color:#ffffff;.paddress
	font-size:20px;
	padding: 15px 5px 15px 15px;
	margin-bottom:10px;
	border: #e1e1e1 solid 1px;
}

h2 { /*font-size: 14px;*/}
hr { height: 1px; }
a:link, a:visited , a:hover{
text-decoration: none;
}
blockquote{ margin-left: 15px;}
table td{ padding: 3px;}
a:active, a:focus{
	outline:none;
}

.spacer { height: 0px;}

a:link {
color: #0090cf;
}

a:visited {
color: #0090cf;
}

a:active {
color: #000000;
} 

a:hover {
color: #0090cf;
}

.border {
border: 1px solid #cccccc;
}


/*-- color 1--*/
.color_1 {
background-color: #2d5b77;
}





/* wireframe */

.wrapper{
	margin-left: auto;
    margin-right: auto;
    width: 940px;

}

ul.path {
	display:block;
	width:940px;
	height:25px;
    font-size: 11px;
	margin-top:5px;
    margin-bottom: 2px;
}

ul.path li {
    list-style-type: none;
    
}
ul.path li a {
	
}
/*breadcrumb styles*/
.breadcrumb 
{
    float: left;
    color:#666666;
    white-space: nowrap;
    background: url("/static/images/icons/pointer.gif") no-repeat scroll 0 50% transparent;
    padding: 0 6px 0 8px;
}
.breadcrumb a {
    color:#666666;
	font-weight:normal;
}

.breadcrumb li:first-child {
    background: none repeat scroll 0 0 transparent;
    padding-left: 0;
}

.selectLanguage
{
    border: 1px solid #93A9C8;
    padding: 1px;
    font-size: .9em;
    color: #444;
    width: 80px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
}

.langs {
    float: right;
}

#left-column {
	float:left;
	width: 220px;
	margin-right:5px;
	margin-bottom:20px;
}
#main {
	float:left;
	margin: 0 5px 40px 0;
	width:540px;
	_width:538px;

 }
 
#main-large {
	float:left;
	margin: 0 0 40px 0;
	width:715px;
	_width:713px;

}

#right-column {
	float:left;
	width: 170px;
	margin-bottom:10px;
}
#main-large #right-column {
    margin-left:10px;
}
#right-column  .promo{
	margin-bottom:10px;
	display:block;
}



.box {
	background: url('/static/images/backgrounds/simple-box-bg.jpg') repeat-x bottom;
	border: #e1e1e1 solid 1px;
	width:100%;
	margin-bottom:10px;
	font-size:11px;
}

.box div.simple-box, .right-box div.simple-box{
	background: url('/static/images/backgrounds/simple-box-header-bg.jpg') repeat-x top;
	min-height:90px;
}

.box div.blue-box{
	background: url('/static/images/backgrounds/black-box-header-bg.jpg') repeat-x top;
	min-height:30px;
}

.box div.gray-box{
	background: url('/static/images/backgrounds/gray-box-header-bg.jpg') repeat-x top;
	min-height:30px;
}

.box div.gray-box h3{
	color:#ffffff;
	float:left;
	width:265px;
	_width:260px;
	border:none;	
	padding: 5px 10px 7px 10px;
	margin:0;
	text-transform:uppercase;
}

.box h3{
	color:#0090CF;
	padding: 5px 10px	;
	border-bottom: #e5e5e5 dotted 1px;
	margin:0;
}
.aBlock a {
   display:block;
   padding: 2px 0;
}

.box h4
{
    font-size:14px;
    line-height: 18px;
	color:#999999;
	margin: 5px 0 0;
	padding: 5px 10px	;
}
span.product-search 
{
    padding: 0 10px;
    display:block;
    width:100%;
}



span.product-search select 
{
    /*background: none repeat scroll 0 0 white;
    border: 2px solid #999999;*/
    height: 24px;
    width: 85%;
}
/* contact sales button */
.button{
    width:170px;
    height:44px;       
    color:#efefef;
    font-family:calibri;
    font-size:18pt;
    font-weight:bold;
    border:solid 1px #fe7600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display:block;
    text-decoration:none;
}
.button:link,.button:visited{
    color:#efefef;
}

.orange-bg{
    background-color:#fe7600;
}

.button:hover{
    background-color:#efefef;
    color:#fe7600;
    border:solid 1px #fe7600;
}

.button:hover .arrow{
    background-image:url('/static/images/polygon2.png');
}
.button .text{
    vertical-align:middle;
    padding:5px 7px;
    float:left;
}
.button.blue {
    border: 1px solid #0090cf;
    background-color: #0090cf;
    margin-bottom: 10px;
    font-size: 18px;
    height:56px;
}
.button.blue:hover{
    background-color:#efefef;
}
.github {
    position: absolute;
    right: 6px;
    background-image: url(/static/images/icons/github-10-32.png);
    width: 32px;
    height: 32px;
    margin-top: 13px;
}
.arrow{
    background-image:url('/static/images/polygon1.png');
    background-repeat:no-repeat;
    float:left;
    width:16px;height:16px;
    margin-top:13px;
}


.box p{
	padding: 5px 10px 0 10px;
}
.box ul{
	margin: 0;
	padding: 5px 0 0 0;
}
.box li{
	padding: 5px 10px 0 10px;
	list-style: none;
	display: block;
	/*clear: both;*/
}

.box div div {
	width:170px;
}


.box div.lgray-box{
	background: url('/static/images/backgrounds/lgray-box-header-bg.jpg') repeat-x top;
	min-height:30px;
}

.box div.lgray-box h3{
	color:#ffffff;
	float:left;
	width:93%;
	border:none;	
	padding: 5px 5px 5px 15px;
    text-transform: uppercase;
	margin:0;
}
.box div.lgray-box div{
	width:95%;
}

.box div.gray-box div{
	width:310px;
	 height: 410px;
}

div.gray-box h3
{
    font-size:14px;
}

div.gray-box li
{
    font-size:14px;
    line-height:18px;
    list-style-type: none;
}


/*
.box a:link, .box a:visited , .box a:hover{
font-weight:bold;
}*/

.box div.blue-box h3{
	color:#ffffff;
	float:left;
	width:135px;
	_width:130px;
	border:none;	
	padding: 5px 10px 7px 10px;
	margin:0;
}
.toggler-box {
	cursor:pointer; cursor:hand;
}
/*  header content   */
.header {
	width:940px;
	margin-left: auto;
    margin-right: auto;

	display: block;
	height: 55px;
	color:#ffffff;
}

.header a {
	color:#ffffff;
	text-decoration:none;
}

.header a:hover{
	/*text-decoration:underline;*/
	color:#ffffff;
}

.header ul {
    margin: 0;
    padding: 0;
}

.header li{
	list-style-type: none;
}

#login-info, #sub-menu {
	width:100%;
	display:block;
	font-size:10px;
	text-transform:uppercase;
	float:right;
    z-index:50000;
}



#login-info {	
	margin: 5px 0 0 0;
	height:25px;
}

#login-info ul {
	margin: 0 !important;
    padding: 0;
}

#login-info li, #sub-menu li{
	padding: 0 15px;
	border-right: #ffffff solid 1px;
	float: right;
	margin: 0;
}

#login-info li:first-child{
	border:none;
	padding-right:0;
}

#logo
{
	background-image:url('http://www.dialogic.com/static/images/logos/dialogic-logo.png');
	display:block;
	height:37px;
	cursor:pointer;
	float:left;
	width:141px;
}

#sub-menu ul {
	margin-top: 5px !important;
    padding: 0;
}

#sub-menu li:first-child
{
    border:none;
     padding-right: 0;
     }

#sub-menu form input
{
	background-color:transparent;
	background-image:url('/Static/images/backgrounds/search_back.png');
	background-position:bottom right;
	border:0;
	color:#888888;
	float:right;
	height:20px;
	line-height:20px;
	overflow:hidden;
	padding-left:5px;
	padding-right:5px;
	text-align:right;
	width:140px;
}
#sub-menu form div
{
	background-image:url('/Static/images/icons/search_btn.png');
	color:#0e309b;
	font-weight:bold;
	line-height:22px;
	cursor:pointer;
	float:right;
	height:22px;
	padding-left:6px;
	width:24px;
} 


#footer {
	clear:both;

	margin:20px 0 0 0;
	padding-bottom:20px;
	background-color:#d7d7d7;
	min-height:400px;
	color:#707070;
}
#footer a {
	color:#707070;
	text-decoration:none;
}

#footer a:hover{
	color:#707070;
}
#footer hr {
	color:#707070;
	background-color: #707070;
	border-top: #ffffff solid 1px;
	height:2px;	
}

#footer-news{

	float:left;
	width:440px;
	height:160px;
	margin: 20px 30px 20px 10px;
	font-size:11px;
	color:#707070;
}
#footer-menu {

	float:left;
	width:440px;
	margin: 20px 0 20px 20px;
}
#footer-menu ul {
	margin: 0 !important;
    padding: 0;
}
#footer-menu li {
	list-style-type: none;
	margin: 0;
	width:140px;
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#1d2d9e;
}
#footer-menu li ul {
	padding-top:10px;
}
#footer-menu li ul li{
	padding-bottom:3px;
	font-weight:normal;
	font-size:11px;
	float:none;
	color:red;
}
#footer-last{
	clear:both;
	font-size:11px;
}

#footer-last ul {
	margin: 0 !important;
    padding: 0;
}

#footer-last li{
	padding: 0 15px;
	border-left: #707070 solid 1px;
	float:left;
	list-style-type: none;
}

#footer-last li:first-child{
	border:none;
}
#footer-last div{
	float:right;
}

/*   Tabs CSS    */


/* root element for tabs  */
ul.css-tabs {  

	padding:0;
	height:30px;
	border-bottom:1px solid #e1e1e1;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:12px;
	display:block;
	padding:5px 10px;	
	text-decoration:none;
	border:1px solid #e1e1e1;	
	border-bottom:0px;
	height:19px;
	background-color:#f0f0f0;
	color:#666666;
	margin-right:2px;
	top:1px;	
	outline:0;	
}

ul.css-tabs a:hover {
	background-color:#dddddd;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;	
	color:#3092d9	;	
	cursor:default;
}

ul.full-tabs a  
{
     width: 204px;
     padding: 11px 15px;
}
ul.full-tabs {
    height: 42px;
}
	
/* tab pane */
.css-panes div.tab {
	display:none;
	/*border:1px solid #e1e1e1;
	border-width:0 1px 1px 1px;*/
	padding:10px 0;
}




/*  MAIN MENU      */
#main-menu {
	list-style:none;
    margin-top:1px;
	height:30px;
	float:right;
}
#main-menu li {
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 15px 4px 15px;
	margin-top:2px;
	border:none;
	text-transform:uppercase;
}
#main-menu > li {
	float:left;
}
#main-menu li:hover {
	background-color: #444;
	padding: 4px 15px 4px 15px;
	z-index:+1000;
}
#main-menu li a {
	font-family: Arial,Helvetica,sans-serif;
	/*font-size:12px; */
	color: #FFFFFF;
	display:inline-block;
	outline:0;
	text-decoration:none;
	padding-bottom:5px;
}
#main-menu li.active {
    background-color: #333;
}
.dd {
	float:left;
    text-align:left;
	padding:10px 5px 10px 5px;
	text-transform:none;
	width:940px;
    display:none;
}
.height0 {
    height:0;
}
#pushdown {
    display:none;
    height:0;
    overflow:hidden;
    width:940px;
    margin-left: auto;
    margin-right: auto;
}
.pd-wrapper {
    position:relative;
    left:0;
    width:10000px;
    
}
#pushdown .dd li {
    list-style: none;
    padding-left: 10px;
}
#pushdown li a {
    color: #a1a1a1;
	display:inline-block;
	text-decoration:none;
	padding-bottom:5px;
}
#pushdown li a:hover {
    color: #fff;
}
#pushdown h2{
    color:#fff;
    font-size:110%;
    margin-bottom:10px;
}
#pushdown h3{
    color:#fff;
    font-size:120%;
    margin-bottom:5px;
}
#pushdown h4 a{
	display:inline-block;
	padding-bottom:5px;
}
#pushdown h2 a {
    color:#fff;
    font-weight:normal;
    text-transform:uppercase;
}
#pushdown h3 a{
    color:#0090cf;
    text-transform:uppercase;
}
#pushdown h4 a{
    text-transform:uppercase;
    color:#0090cf;
	text-decoration:none;
}
.pd-box {
    background-color: #333;
    padding: 0px 8px 0 !important;
    margin-right:6px;
    height: 335px;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #333 0%, #252525 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #333 0%, #252525 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(top, #333 0%, #252525 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333), color-stop(1, #252525));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #333 0%, #252525 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #333 0%, #252525 100%);
}
.pd-box.medium {
    height:210px !important;
}
.pd-box.short {
    height:170px !important;
}
.dropdown_products .pd-box{
    height: 400px;
}

.colCCC {
    color:#ccc;
    padding-left:10px;
}
.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8
{
	display:inline;
	float: left;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}

.h200 {
    height: 330px;
}

/*
The width for the div container has to be 10px more than the width for col_X div. For example for the col_2 of 210px width, the exterior div has to be 220px width.
*/
.col_1 {width:100px;}
.col_2 {width:210px;}
.col_3 {width:320px;}
.col_4 {width:440px;}
.col_5 {width:540px;}
.col_6 {width:650px;}
.col_7 {width:760px;}
.col_8 {width:870px;}



#main-menu p, #main-menu h2, #main-menu h3, #main-menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	font-size:11px;
	text-align:left;

}
#main-menu div.promo-main {
	background-color: #F0F0F0;;
	border: 1px solid #999999;
	padding:5px;

}
#main-menu h2 {
	font-size:16px;
	font-weight:400;

	margin:2px 0 10px 0;
	padding-bottom:5px;
	border-bottom:1px solid #ABB400;
}
#main-menu h3 {
	font-size:14px;
	margin:7px 0 10px 0;
	padding-bottom:5px;
	border-bottom:1px solid #888888;
}
#main-menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#main-menu li li {
	text-transform:none;
}

#main-menu li:hover div a {
	font-size:11px;
	color:#015b86;
}
#main-menu li:hover div h3 a {
	font-size:13px;
}
#main-menu li:hover div a:hover {
	color:#029feb;
}

#main-menu li:hover li{
	
	padding:0;
}
#main-menu li:hover li:hover{
	border-bottom: none;
	padding:0;
}



.menu-active{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#D7D7D7;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	
}

#herobanner_container
{
    margin-top:10px;
    margin-bottom:10px;
}

/*Share menu item classes*/


#sm-wrap{
	width:167px;
	float:right;
}
#sm-wrap a{
	text-decoration:none;				
	font-size:7pt;
	font-family:tahoma;
}
#sm-nav .sm-nav-item{				
	width:55px;
	height:22px;
	background-color:#707070;
	float:left;
	margin: 0 1px 0 0;
	list-style: none;
	position:relative;
}
#sm-nav .sm-nav-item .navlink{
	display:block;				
	margin:3px;
	float:left;				
	position: relative;
	background-image:url('/static/images/SmIcons.png');				
	background-repeat:no-repeat;				
	width:16px;
	height:16px;
}
#sm-nav .sm-nav-item a .spantxt{
	color:white;
	position: absolute;
	top:2px;
	left:20px;
}
#sm-nav li:hover .sm-subnav{
	display:block;				
}
			
#sm-nav .sm-nav-item:hover{
	background-color:#e1e1e1;
}
#sm-nav .sm-nav-item:hover .share{
	background-position: -16px -42px;	
}
#sm-nav .sm-nav-item:hover .print{
	background-position: -80px -42px;	
}
#sm-nav .sm-nav-item:hover .follow{
	background-position: -48px -42px;	
}
#sm-nav li:hover .navlink span{
	color:#707070;				
}			
.sm-subnav{
	position:absolute;
	width:80px;				
	display:none;				
	top:22px;
	background-color:#e1e1e1;
	border-top: 1px solid white;
    z-index: 3;
}
.sm-subnav li{
	height:20px;
	border-bottom:solid 1px white;				
}
.sm-subnav li:last-child{
	height:20px;
	border-bottom:solid 0 white;				
}
.sm-subnav a{
	color:#707070;
}
.sm-subnav li:hover{
	background-color:#707070;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.sm-subnav li:hover a{
	color:#e1e1e1;				
}
.print{
	background-position: -64px -42px;								
}
.follow{				
	background-position: -32px -42px;							
}
.share{				
	background-position: 0px -42px;								
}			
.sm-common{
	display:block;				
	float:left;				
	position: relative;
	background-image:url('/static/images/SmIcons.png');				
	background-repeat:no-repeat;				
	width:20px;
	height:20px;
}			
.li1{			
	background-position:-60px -22px;
}			
.sm-subnav li:hover .li1{
	background-position:-40px -22px;
}			
.tw1{
	background-position:-100px -22px;
}			
.sm-subnav li:hover .tw1{
	background-position:-80px -22px;
}			
.fb1{				
	background-position: -20px -22px;
}			
.sm-subnav li:hover .fb1{
	background-position: 0px -22px;
}			
.gp1{			
	background-position:-140px -22px;
}			
.sm-subnav li:hover .gp1{
	background-position:-120px -22px;
}			
.fb2{			
	background-position: 0 0;
}			
.sm-subnav li:hover .fb2{
	background-position: -20px 0;
}			
.li2{			
	background-position: -40px 0;
}			
.sm-subnav li:hover .li2{
	background-position: -60px 0;
}			
.tw2{			
	background-position: -80px 0;
}			
.sm-subnav li:hover .tw2{
	background-position: -100px 0;
}			
.yt2{			
	background-position: -120px 0;
}			
.sm-subnav li:hover .yt2{
	background-position: -140px 0;
}			
.gp2{			
	background-position: -160px 0;
}			
.sm-subnav li:hover .gp2{
	background-position: -180px 0;
}			
.sm-subnav span{
	position: absolute;
	top:5px;
	left:25px;
}
.sm-subnav li:hover span{			
	left:30px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}		
		




















/*  Main Content fonts    */

.content
{
    padding: 0 5px 0 10px;
    line-height: 15pt;
}
.content img{
    vertical-align: top;
}



h1.homeh1
{
    background-color:transparent;
	color:#0090CF;
	font-size:22px;
	padding: 15px 0 15px 15px;
	position:absolute;
	top:0;left:0;
	border:none;
}
img.h1image {
    clear: right;
    display: block;
    margin-bottom: 10px;
}

#main-full span.promo
{
    margin-left: 16px;
}
#main-full span.promo:first-child
{
    margin-left: 2px;
}
.promos .promo.withText {
    position:relative;
    width:220px;height:115px;
}
.promos .promo.withText img {
    position: absolute;
}
.promos .promo.withText .heading {
    font-family: 'Roboto',Arial,sans-serif;
    position: absolute;
    top:10px;
    margin-left:80px;
    margin-right: 10px;
}
.promos .promo.withText a:hover {
    color:black;
}
.promos .promo.withText .heading big {
    display:block;
    margin-bottom:7px;
    font-size:14px;
    line-height: 14px;
    font-weight:600;
}
.promos .promo.withText .heading small {
    font-family:Arial,sans-serif;
    display:block;
    font-size: 11px;
    color: black;
    letter-spacing:.5px;
    line-height: 11px;
}
.promos .promo.withText .action {
    text-align: center;
    position: absolute;
    bottom: 1px;
    color: white;
    width: 100%;
    font-size:10px;
}

.content h2, .content h4 
{
   color: #999999;
   margin: 10px 0 10px 0;
}
.content h3, .content h5  
{
   color: #1D2D9E;
   margin: 5px 0 10px 0;
}
.content h2{font-size: 18px;}
.content h3{font-size: 15px;}
.content h4{font-size: 13px;}
.content h5{font-size: 11px;}

.content li,.content ol,.content ul
{
    margin-left:10px;
}

.content p 
{
    margin: 2px 0 10px 0;
}

.content td
{
    vertical-align:top;
}

.content div.right-box
{
    float:right;
    width:250px;
    background: url("/static/images/backgrounds/simple-box-bg.jpg") repeat-x scroll center bottom transparent;
    border: 1px solid #E1E1E1;
     margin-left: 15px;
     margin-bottom: 15px;
}
.right-box div.simple-box 
{
    padding: 0 10px 10px 10px ;
}

.right-box h3 
{
    border-bottom: 1px dotted #E5E5E5;
    color: #0090CF;
    padding: 5px 0;
    margin-top:0;
}
.right-box li
{
    margin-bottom:5px;
}

h2.togglehead
{
    font-size: 16px;
    color: #999;
    border-bottom: 1px solid #999;
}




.bqstart {
          
     color: #ffffff;
     float: left;
     height: 15px;     
     font-size: 400%;
    margin-top: -10px;
    
}    
 
 .bqend {
         
     color: #ffffff;
      float: right;
     height: 15px;
     margin-top: 0px;     
     font-size: 400%;
     padding-bottom: 20px;
     
 }
 .quotebox{
     color: #ffffff;
	 /*width:173px;*/
	 font-family:arial;
     float: left;
     background-color: #0096D6;
     
 }
 .upperquotebox{
	width:171px;
	border-top:solid 1px #0096D6; 
	border-left:solid 1px #0096D6; 
	border-right:solid 1px #0096D6;
	height:10px;
	float: left;
 }
 .quote{
	/*width:161px;*/
     margin-top: 10px;
	padding-right:10px;
	padding-left:10px;
	text-align:justify;
	font-size:11px;     
	float: left;
         
 }
 .quote:first-letter {          
     font-weight: bold;
     font-size: 20px;
 }
 .quotee
 {     
	font-size:10px; 
	padding-left:5px;
	padding-right:5px;
     padding-top: 5px;
	width:163px;
	float: left;
     border-top: solid 1px #ffffff;
     font-style: italic;
     
 }
 .bottomquotebox{
	width:171px;
	border-bottom:solid 1px #0096D6; 
	border-left:solid 1px #0096D6; 
	border-right:solid 1px #0096D6;
	height:10px;
	float: left;
 }
 


/* Overlay style  */
.overlay {
	cursor:pointer;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:2000;
	
	/* styling */
    background-color: #000;
	border:1px solid #fff;
	border-top:0;
	width:250px;	
	min-height:200px;
    top: -35px;
    left: -77px;
    position: absolute;
    box-shadow: 5px 5px 5px rgba(0,0,0,.3);
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url('/static/images/icons/close_gray.gif');
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	height:25px;
	width:25px;
	
}
.simple_overlay .content_wrap
{
padding: 20px 20px 20px 60px;
line-height:1.7em;
}
.simple_overlay .content_wrap a {
font-size: 120%;
}
.overlay_header {
	background: url('/static/images/backgrounds/simple-box-header-bg.jpg') repeat-x top;
	height:55px;
}
.overlay_content {
	padding:10px;
	font-size:11px;
}
.simple_overlay h3 {
	color:#0090CF;
	font-size:17px;
	padding: 15px 20px 0px;
}

/* Tool Tip */

.tip-box {
	display:none;
	background:url('/static/images/toltips/green_arrow.gif') no-repeat bottom;	
	font-size:11px;
	height:70px;
	width:165px;
	padding:10px;	
	color:#fff;
}

/* Product image */


.prod_img{
	float: left;
	padding-right:15px;
	border-right: #0090CF solid 2px;
	margin: 10px 10px 20px;
}

.sales_pitch{	
	color:#999999;
	font-weight:bold;
	font-size:14px;
	height:80px;
}
.sales_pitch p{
	padding-top:20px;
}

/* Product Tables */

.FeaturesAndBenefits table td,
.Specifications table td, .purchase table td{
	padding:10px;
	border-bottom: 1px solid #E1E1E1;
}

.features td{
border-left: 2px solid #E1E1E1;
}
.features td:first-child{
	border-left:none;
}

.FeaturesAndBenefits table tr:first-child,
.Specifications table tr:first-child, .purchase table tr:first-child{
	color: #0090CF;
	font-size:14px;
	border: 2px solid #E1E1E1;
}

.FeaturesAndBenefits  table ul,
.Specifications  table ul {
	margin-left:15px;
}
.purchase table
{
    width:100%;
}
/* Product Service Tables */

div.productservicegroup {
	width:100%;
	
}
div.productservice
{
    float:left;
    width:25%;
}
div.productservice h4
{
    height:36px;
}
div.productservice  table td
{
    font-size:11px;
    border-bottom: 1px dashed #E1E1E1;
    padding:5px 10px;
}
.dl {
    display: block;
    margin-left: 5px;
}
/* Calendar Table */

.CalendarList tr
{
    padding:10px;
	border-bottom: 1px solid #E1E1E1;
}

.CalendarList td
{
    padding:10px 3px;
}
.CalendarList tr:first-child
{
    color: #1D2D9E;
	border: 2px solid #E1E1E1;
	height:16px;
}



/* 

Three Column divs for a full width page
*/

div.three-column
{
    width:290px;
    float:left;
    /*padding:0 5px 10px 5px;*/
    margin: 0 0 20px 10px;
    min-height:150px;
   /* background-color: #F0F0F0; */
    
}





/* learn more - boxed link*/

p.more{
    display:inline-block;
    margin:10px 1px 10px 6px;
}
p.more a
{
    padding: 2px 15px;
    background: #efefef url('/static/images/icons/pointer.gif') no-repeat 5px 7px;
    font-weight:bold;
    border: 1px solid silver;
}

/* product index matrix tables*/
.producthead{
    background:#777 ;
    color: White;
    font-weight:bold;
    line-height:18px;
    padding:3px 0 2px 10px;
    margin:10px 0;
    /*cursor:pointer;*/
}
.productgroup td{
    border-bottom: 1px dashed #E1E1E1;
    padding-bottom: 10px;
}
.productgroup tr th{
    border-bottom: 1px solid gray;
    padding-bottom: 3px;
}
.productgroup td{
    padding:4px 2px 5px 1px;
    font-size:.9em;
}
.onetoone td{
    padding:4px 2px 20px 1px;
    font-size:.9em;
}


.social{
	float:right;
	width:120px;
    margin-right: 9px;
}
.social_icon{
	width:22px;
	height:22px;
    display:block;	
	text-indent: -99999px;
}
.social a{
	float:right;
	margin-left:8px;
	background-repeat:no-repeat;
}
.social .facebook a{    
	background: url('/static/Images/Facebook1.png');	
}
.social .facebook a:hover{
    background: url('/static/Images/Facebook2.png');	
}
.social .Youtube a{    
	background: url('/static/Images/Youtube1.png');	
}
.social .Youtube a:hover{
    background: url('/static/Images/Youtube2.png');	
}
.social .Twitter a{    
	background: url('/static/Images/Twitter1.png');	
}
.social .Twitter a:hover{
    background: url('/static/Images/Twitter2.png');	
}
.social .Linkedin a{    
	background: url('/static/Images/Linkedin1.png');	
}
.social .Linkedin a:hover{
    background: url('/static/Images/Linkedin2.png');	
}

/* Social Media Icons on the top menu and other places    */

.bg-social{
    float:right;
    width:190px;
}
.bg-social .mlnk{
    width:36px;
    height:31px;
    display:block;
    text-indent: -99999px;
    float:right;
    margin-left:10px;
    background-repeat:no-repeat;
    background: url('/static/Images/SmIconsLarge.png');
}
#main-menu .bg-social a {
    padding-bottom: 0;
}
.bg-social .facebook .mlnk{
    background-position: 0 0;
}
.bg-social .facebook .mlnk:hover{
    background-position: -36px 0;
}
.bg-social .Youtube .mlnk{
    background-position: -144px 0;
}
.bg-social .Youtube .mlnk:hover{
    background-position: -180px 0;
}
.bg-social .Twitter .mlnk{
    background-position: -72px 0;
}
.bg-social .Twitter .mlnk:hover{
    background-position: -108px 0;
}
.bg-social .Linkedin .mlnk{
    background-position: -216px 0;
}
.bg-social .Linkedin .mlnk:hover{
    background-position: -252px 0;
}



/*Social media Icons on the newsticker on the first page*/

.md-social{
	float:right;
	width:120px;
}
			
.md-social .mlnk{
	width:22px;
	height:22px;
	display:block;	
	text-indent: -99999px;
				
	float:right;
	margin-left:7px;
	background-repeat:no-repeat;
	background: url('/static/Images/SocialMedia22.png');	
}
.md-social .facebook .mlnk{    
	background-position: 0 0;
}
.md-social .facebook .mlnk:hover{
	background-position: -22px 0;
}
.md-social .Youtube .mlnk{    
	background-position: -88px 0;
}
.md-social .Youtube .mlnk:hover{
	background-position: -110px 0;
}
.md-social .Twitter .mlnk{    
	background-position: -44px 0;
}
.md-social .Twitter .mlnk:hover{
	background-position: -66px 0;
}
.md-social .Linkedin .mlnk{    
	background-position: -132px 0;
}
.md-social .Linkedin .mlnk:hover{
	background-position: -154px 0;
}

/* Products Download Package */
table.downloads  
{
    width: 100%;
	padding: 0;
	margin: 0;
}
table.downloads th {
	font-weight: bold;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/static/images/dl_tbl_bg_header.jpg) no-repeat;
}

table.downloads th:first-child {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

table.downloads td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


table.downloads tr.alt td {
	background: #F5FAFA;
	color: #797268;
}

table.downloads td:first-child {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background-color: #fff;
}


    
/* standardGroupedList */

/* Related Documents */
.relatedDocuments ul {
    list-style-type: none;
}
.relatedDocuments li {
    margin-left: 5px;
}
.relatedDocuments li div {
    padding: 2px 2px 3px 7px;
}
.relatedDocuments ul li:last-child
{
    border-bottom:1px solid #efefef;
}
.collapse
{
    border:1px solid #efefef;
    border-bottom:none;
    cursor: pointer;
}
img.toggler {
    float: right;
}
.collapse a:hover, .collapse a:active, .collapse a:focus {
  text-decoration:underline
}
.expand {
    border-left:1px solid #efefef;
    border-right:1px solid #efefef;
}
.expanded {
  background:#efefef;
}

/* purchase and partners */
.purchaseSearchResults
{
	border-spacing: 20px;
	border-collapse: separate;
}
.col_3_1,.col_3_2 {
    float: left;
}
.col_3_1,.col_3_2,.col_3_3 {
    width: 33%;
}
/* Purchase */
.NoResults
{
	font-weight: bold;
	font-size:large;
}
.marginbot_10 {margin-bottom:10px;}
.paddressesContainer { border: 1px dotted silver;width: 50%;}
.paddresses { display: none;padding: 5px;}
.paddress { padding: 5px;}
.rHead {
    float: right;
    background-color: #EFEFEF;
    padding: 10px;
    color: gray;
    padding: 4px 20px 4px 30px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}
/* Profile */
.column{
	width:350px;
	float:left;
	padding:10px 10px 5px;
	overflow:hidden;
}
.column ul{
	padding:5px 0;
}
.column ul li{
	line-height:14px;
	background-position:0 4px;
}
.column ul{
	margin:0;
	padding:0;
	list-style:none;
}
.column h3{
	margin:0 0 0;
	color:#dc7902;
	font-size:12px;
}
.column ul li{
	background:url(/static/images/icons/pointer.gif) no-repeat 0 6px;
	line-height:18px;
	padding:0 0 0 10px;
}
div.validationGroupLogin input[type="button"].causesValidation {
width: auto;
padding: 10px 15px;
font-size: 14px;
}

.container{padding:8px 8px 4px}
.cl{position:relative; background:url(/src/images/container.png) 0 0 no-repeat}
.cl{position:absolute}
.cl.bottom{background-position:0% 100%; bottom:0; left:0; right:0; height:8px}
.cl.right{background-position:100% 0%; bottom:0; top:0; right:0; width:8px}
.cl.bottom-right{background-position:100% 100%; bottom:0; right:0; width:14px; height:14px}
.cl-body{padding:20px}
.container h2 { border-bottom: 1px dashed silver;}
/*------------------------------------------- jqModal popup modal --------------------------------------------------------*/

.jqmWindow{
	display:none;
	top:115px;
	left:50%;
	padding:5px;
	position:fixed;
}

.jqmOverlay { background-color: #000;}

#video-wrapper {display: block}

#playerContainer {
    position: relative;
	margin: auto;
	display: block;
	width: 640px;
	border: 1px solid #fff;
	background-color: #000;
	overflow: visible
}

#hideButton { /* older template [X close] button*/
	display:block;
    font-weight: bold;
    color: #fff;
	position: absolute;
	top: -20px;
	right: 20px;
	text-decoration:none;
	z-index: 4000;
	
}

#ButtonX {
    display:block;
    position: absolute;
    right: -12px;
    top: -12px; 
    z-index: 4000;
}

.dialogsla .ui-widget-header {
    background: repeat-x scroll 50% 50% #0d2f9b;
    border: 1px solid #777;
    color: #fff;
    font-weight: bold;
}
.ui-dialog-title {
    margin: 8px;
    font-size: 1.1em;
}
.searchgo{
float: right;
font-weight: bold;
padding: 5px;
}
.slaaccept a, #formNext, #formExit
{
padding:4px;
border:1px solid #999;
}
.slaaccept a:hover, #formNext:hover, #formExit:hover, #slaDL:hover, #slaExit:hover {
color: black;
border: solid 1px #333;
padding: 4px;
background-color: #efefef;
text-decoration: none;
}
.showcaseFlag {
position: absolute;
top: -8px;
left: 20px;
}
/*---------------linkedin------------------*/
.linkedinButton
{
    height: 24px;
    width: 150px;
    display: block;
    background-image: url('/static/images/linkedin_signin.png');
    background-position: 0px 0px;
}
    
.linkedinButton:hover
{
    background-position: 0px -24px;
}
    
.linkedinButton:active
{
    background-position: 0px -48px;
}
    
.ir
{
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}
.uibuttonmargin {
    margin: .5em .4em .5em 0;
}
/* Training time swap */

.dateSwapControl .icon-time {
    background-image: url('/src/images/ui-icons_0078ae_256x240.png');
    background-position: -80px -110px;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.dateSwapControl .b { font-weight: bold;}
.dateSwap { white-space: nowrap;}
.w35 { width: 35px;
display: inline-block;
text-align: right;
padding-right: 4px;}
/*--------------- video -------------------*/
.inlineVideoDisplay{display:inline-block;margin:10px 0 10px 5px;padding:0;border:2px groove #FFF;padding:1px;}
/* cookie law banner */
#cookie-law {
    background: #e6e6e6;
    background: rgba(230,230,230,.7);
    position: fixed;
    bottom: 0;
    width: 100%;
}

#cookie-law p { 
    padding:10px; 
    font-size:1.1em; 
    font-weight:normal; 
    text-align:center; 
    color:#fff; 
    background-color: #000;
    border: 1px solid white;
    margin: 5px auto;
    position: relative;
    max-width: 900px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
#cookie-law .close-cookie-banner {
    position: absolute;
    top: -16px;
    right: -12px;
}
/* OOCSS */
.right { float: right;}
.tRight {text-align: right;padding-right: 20px;}
.bgEF { background-color: #efefef;}
.left { float: left;}
.small { font-size: .9em;}
.gray { color: gray;}
.inlineBlock { display:inline-block;}
.hidden{ display: none;}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
@media print  
{
    div#left-column, 
    div#right-column, 
    div#footer, 
    div#content_contentplaceholder1_panel_feedback, 
    div.header, 
    div#ctl00_ctl00_content_contentplaceholder1_panel_feedback, 
    ul#main-menu {
        display:none;
    }
    div.content {
        width:800px;
    }
    a:link, a:visited {
	    background: transparent;
	    text-decoration: underline;
	}
}
