/*
Title:      CSC Corporate Style Sheet
Author:     José López D.
Copyright:  2008
*/

body {
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto !important;
	background-image: url('/images/columns.gif');
	background-repeat: repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-position: center;
	color:#333333;
}
h1{
	background-color:transparent;
	color:#00A1DE;
	font-family:Times New Roman;
	font-size:30px;
	letter-spacing:normal;
	line-height:36px;
	margin-bottom: 4px;
	font-weight:normal;
}
h2 {
	color:#333333;
	font-family:Arial,Verdana,Trebuchet MS,sans-serif;
	font-size:137%;
	letter-spacing:1px;
	line-height:100%;
}
a {
	color:#0039A6;
}
/*-- HEADER STYLES --*/

.header {
	position: relative;
	height: 84px;
}

.header h1 {
	background-image: url('/images/logos/CS_PKI_logo.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	top: 8px;
}
#imglogo {
	/*display:none;*/
}

.header h1 a {
	display: block;
	height: 62px;
	width: 240px;
}

/*-- LANGUAGE BAR STYLES -- */

.languages {
	width:230px;
	text-align:right;
	height:14px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
}

.languages li {
	float:right;
	display:block;
	text-align:right;
	width: 57.2px;
}

.languages a {
	text-decoration:none;
	color:#666666;
	font-size: 9px;
	padding: 1px 3px 2px 3px;
	display: block;
	text-align: center;
	border-right: 1px solid #DDDDDD;	
}

.languages #jpn {
	height:12px;
}

.languages a:hover {
	background-color: #DDDDDD;
}

/* CS SITES BAR STYLES */

.csSites {
	height:20px;
	width:468px;
	border:1px solid #DDDDDD;
	background:#fff url('/images/menu/menu_bg.jpg') repeat;
	position: absolute;
	top: 24px;
	right: 0px;
}

.csSites a, .csSites_footer a {
	text-decoration:none;
	color:#0039A6;
	font-size: 9px;
}

.csSites a:hover, .cssites_footer a:hover {
	text-decoration:underline;
}

.csSites ul, .cssites_footer ul {
	list-style:none;
}

.csSites li, .cssites_footer li {
	float:left;
	width:111px;
	text-align:center;
	border-right: 1px solid #ebebeb;
	display: block;
	height: 16px;
	padding-right: 3px;
	padding-left: 1px;
}

.csSites #cs {
	width: 110px;
	line-height:15px!important;
	line-height:16px;
	
}

.csSites #cbn, #cbf {
	width: 115px;
	line-height:15px!important;
	line-height:16px;
}

.csSites #ss {
	width: 109px;
	line-height:15px!important;
	line-height:16px;
}

/* CS SEARCH STYLES */

.csSearch {
	height:20px;
	width:590px;
	text-align:right;
	position: absolute;
	top: 55px;
	right: 0px;
	display:block;
}
.searchText {
	color:#666666;
	position: absolute;
	top:5px !important;
	top: 3px;
	right: 358px;
	display: inline-block;
	font-size: 10px;
	}
.searchQp {
	color:#666666;
	position: absolute;
	right: 239px;
	font-size: 11px;
	height: 18px !important;
	height:20px;
	width:111px;
	padding: 1px 1px 1px 3px;
	border: 1px solid #DDDDDD;
}
.searchBox {
	color: #283897;
	background-color: #FFFFFF;
	width: 183px;
	border: 1px solid #DDDDDD;
	right: 40px;
	position: absolute;
	font-size: 10px;
	height: 15px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.GoButton {
	text-decoration:none;
	color:#666666;
	border:1px solid #DDDDDD;
	background-color:#DDDDDD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	width: 28px;
	position: absolute;
	right: 0px;
	height: 19px !important;
	height: 19px;
	text-align: center;
	background-image: url('/images/menu_bg.jpg');
	background-repeat: repeat-x;
}

/*---- MAIN CONTENT AREA STYLES ----*/

#mainContent {
	position:relative;
	font-size:11px;
	}
#breadcrumbs{
	color:#666666;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	margin-left:10px;
}	
#breadcrumbs a{
	color:#666666;
}
#breadcrumbs a:hover {
	text-decoration:none;
	}
.breadcrumbs{
	position:absolute;
	top:98px;
	z-index:89;
}
.black {
	color:#333333;
}

/* CONTENT BOX STYLES */
.contentBoxes {
	height:804px;
	left:240px;
	top:120px;
	width:710px;
	position:absolute;
	}
.contentBox{
	width:230px;
	position:absolute;
	background-repeat:repeat-x;
}
.contentBox h2{
	margin-bottom:2px;
	margin-top:50px;
	height: 25px;
	display: inline-block;
	width: 230px !important;
	width:220px;
	background-repeat:no-repeat;
	text-indent: -9999px;
}
.contentBox h2 a{
	display: block;
	height: 22px;
	width: 240px;
}
.contentBox h3{
	visibility: hidden;
	height: 1px;
	display: none;
	}
.contentBox li {
	background-image: url("/images/arrow_Orange.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 11px;
    letter-spacing: normal;
    margin-bottom: 3px;
	}
.contentBox a {
	color:#666666;
	display:inline;
	text-decoration:none;
	margin-right:5px;
	padding-left: 10px;
}
.contentBox a:hover{
	text-decoration:underline;
	color: #0039A6;
}
.contentBox .relatedLinks {
	border-left:1px solid #DDDDDD;
	display:block;
	height:15px;
	margin-top:10px;
}
.contentBox .relatedLinks li {
    background-image: none;
	border-right:1px solid #DDDDDD;
	display:block;
	float:left;
	text-align:center;
	width:24.5%;
}
.contentBox .relatedLinks li a {
    display: block;
    font-size: 9px;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    margin-right: 0;
    padding-bottom: 2px;
    padding-top: 1px;
    padding-left:0px;
}
.contentBox .relatedLinks li a:hover {
	background-color:#DDDDDD;
	color:#666666;
	text-decoration:none;
}

/* STYLES for boxes on home page by ID */

#cloudComputingBox{
	background-image:url('/images/HomeBox/bgCc.jpg');
	left:0px;
	top:0px;
}
#cloudComputingBox h2 a{
	background-image:url('/images/HomeBox/textCc.gif');
	background-repeat:no-repeat;
}
#cloudComputingBox h2 a:hover{
	background-image:url('/images/HomeBox/textCc-hover.gif');
	background-repeat:no-repeat;
}
#cloudComputingBox #ctl00_cscContentPlaceHolder_ccgLink{
	position:absolute;
	top:66px;
	left:115px;
}
#knowledgeManagmentBox{
	background-image:url('/images/bgKm.png');
	left:240px;
	top:0px;
}
#knowledgeManagmentBox h2 a{
	background-image:url('/images/HomeBox/textKm.gif');
	background-repeat:no-repeat;
}
#knowledgeManagmentBox h2 a:hover{
	background-image:url('/images/HomeBox/textKm-hover.gif');
	background-repeat:no-repeat;
}
#desktopSoftwareBox{
	background-image:url('/images/bgDs.png');
	left:0px;
	top:176px;
}
#desktopSoftwareBox h2 a{
	background-image:url('/images/HomeBox/textDs.gif');
	background-repeat:no-repeat;
}
#desktopSoftwareBox h2 a:hover{
	background-image:url('/images/HomeBox/textDs-hover.gif');
	background-repeat:no-repeat;
}
#enterpriseBox{
	background-image:url('/images/HomeBox/bgEs.jpg');
	left:240px;
	top:176px;
	}
#enterpriseBox h2 a{
	background-image:url('/images/HomeBox/textEs.gif');
	background-repeat:no-repeat;
}
#enterpriseBox h2 a:hover{
	background-image:url('/images/HomeBox/textEs-hover.gif');
	background-repeat:no-repeat;
}
#workgroupBox {
	background-image:url('/images/HomeBox/bgWs.jpg');
	left:480px;
	top:176px;
	}
#workgroupBox h2 a{
	background-image:url('/images/HomeBox/textWs.gif');
	background-repeat:no-repeat;
}
#workgroupBox h2 a:hover{
	background-image:url('/images/HomeBox/textWs-hover.gif');
	background-repeat:no-repeat;
}
#chemicalInformaticsBox{
	background-image:url('/images/bgChem.png');
	left:0px;
	top:352px;
}
#chemicalInformaticsBox h2 a{
	background-image:url('/images/HomeBox/textCi.gif');
	background-repeat:no-repeat;
}
#chemicalInformaticsBox h2 a:hover{
	background-image:url('/images/HomeBox/textCi-hover.gif');
	background-repeat:no-repeat;
}
#biologicalInformaticsBox{
	background-image:url('/images/bgBio.png');
	left:240px;
	top:352px;
}
#biologicalInformaticsBox h2 a{
	background-image:url('/images/HomeBox/textBi.gif');
	background-repeat:no-repeat;
}
#biologicalInformaticsBox h2 a:hover{
	background-image:url('/images/HomeBox/textBi-hover.gif');
	background-repeat:no-repeat;
}
#scientificDatabasesBox{
	background-image:url('/images/bgDb.png');
	left:480px;
	top:352px;
}
#scientificDatabasesBox h2 a{
	background-image:url('/images/HomeBox/textSd.gif');
	background-repeat:no-repeat;
}
#scientificDatabasesBox h2 a:hover{
	background-image:url('/images/HomeBox/textSd-hover.gif');
	background-repeat:no-repeat;
}
#dbMainTitle{
	width:340px;
	}
#laboratoryInofrmaticsBox{
	background-image:url('/images/bgLab.png');
	left:0px;
	top:528px;
}
#laboratoryInofrmaticsBox h2 a{
	background-image:url('/images/HomeBox/textLi.gif');
	background-repeat:no-repeat;
}
#laboratoryInofrmaticsBox h2 a:hover{
	background-image:url('/images/HomeBox/textLi-hover.gif');
	background-repeat:no-repeat;
}
#manufacturingComplianceBox{
	background-image:url('/images/bgMi.png');
	left:240px;
	top:528px;
}
#manufacturingComplianceBox h2 a{
	background-image:url('/images/HomeBox/textMc.gif');
	background-repeat:no-repeat;
}
#manufacturingComplianceBox h2 a:hover{
	background-image:url('/images/HomeBox/textMc-hover.gif');
	background-repeat:no-repeat;
}
#professionalServicesBox{
	background-image:url('/images/bgSv.png');
	left:480px;
	top:528px;
}
#professionalServicesBox h2 a{
	background-image:url('/images/HomeBox/textPs.gif');
	background-repeat:no-repeat;
}
#professionalServicesBox h2 a:hover{
	background-image:url('/images/HomeBox/textPs-hover.gif');
	background-repeat:no-repeat;
}
/* DETAILS INFO STYLES */

.details, #details{
	position:relative;
	width:700px;
	top:0px;
	padding-left:10px;
	float:left;
}
.wide{
	width:940px !important;
	min-height:550px;
}
.details #ctl00_cscContentPlaceHolder_pagebanner,
#details #ctl00_cscContentPlaceHolder_pagebanner{
	margin-left:-10px;
	margin-top:10px;
}
#details #ctl00_cscContentPlaceHolder_panelEnglish .faq_question,
#details #ctl00_cscContentPlaceHolder_panelGerman .faq_question,
#details #ctl00_cscContentPlaceHolder_panelFrench .faq_question,
#details #ctl00_cscContentPlaceHolder_panelJapanese .faq_question{
	display: block;
}
.details #pagebanner,
#details #pagebanner{
	margin-left:-10px;
	margin-top:10px;
}
.details p, #details p{
	margin-top:10px;
	margin-bottom:10px;
}
#details a{
	margin-top:10px;
}
#details h1{
	margin: 33px 5px 15px 0px;
	position:relative;
	z-index:1;
}
#details h2{
	margin-top:10px;
	margin-bottom:10px;
}

#details h3{
	color:#333;
	background-color:transparent;
	font:600 120%/100% Arial, Verdana, Trebuchet MS, sans-serif;
	margin-bottom:10px;
	margin-top:10px;
	line-height:16px;
	font-weight:bold;
}
#details h5{
	color:#333;
	background-color:transparent;
	letter-spacing:1px;
	font:600 105%/100% Arial, Verdana, Trebuchet MS, sans-serif;
	margin-bottom:10px;
	margin-left:10px;
}
#details h6 {
	background-color:transparent;
	color:#666666;
	font-family:Arial,Verdana,Trebuchet MS,sans-serif;
	font-size:105%;
	font-style:normal;
	font-variant:normal;
	font-weight:600;
	letter-spacing:1px;
	line-height:100%;
	margin-bottom:10px;
	margin-top:10px;
}
#details ul li, #details ol li{
	margin-bottom:10px;
}
#details .genericList{
	margin-bottom:10px;
}
#details .genericList li{
	float:left;
	margin-left:10px;
	border: 1px solid #dddddd;
	}
#details .genericList li img{
	margin:1px;
	}
#details #partnerLogoList {
	height:70px;
}
#details ol.nice li{
	margin-left:10px;
	}
.details a:hover{
	text-decoration:none;
}
#details a:hover{
	text-decoration:none;
}
.specialLink{
	text-decoration:none;
}
.specialLink:hover{
	background-color:#EBEBEB;
/*	border-bottom:1px dotted #DDDDDD;*/
}

#details .normalList li{
	border-top:none;
}

.subLink{
 /*margin-left:550px;*/
 margin-top:0 !important;
 right:10px;
 float:right;
}


/*.banner{
	background-position:right top;
	background-repeat:no-repeat;
	height:170px;
	position:absolute;
	width:710px;
}*/
.banner{
	background-position:right top;
	background-repeat:no-repeat;
	height:120px;
	position:relative;
	float:left;
	width:710px;
}

.button {
	margin-bottom:10px;
	text-align:center;
}
.button a{
	background-image:url('/images/btnBgGrdnt.png');
	border-color:#CCCCCC #B5B5B5 #B5B5B5 #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#666666 !important;
	display:block;
	height:15px;
	padding:6px 0 3px;
	text-decoration:none;
}
.button a:hover{
	background-image:url('/images/btnBgGrdntOver.png');
	color:#0039A6;
}
.button2 {
	margin-bottom:10px;
	text-align:center;
}
.panel .button2 a{
	background-image:url(/images/webform-buttons.png);
	background-position:0px -587px;
	position:relative;
	float:left;
	background-repeat:no-repeat;
	width:187px;
	height:29px;
	clear:both;
	background-color: #FFFFFF;
}
.panel .button2 a:hover{
	background-position:0px -617px;
	background-color:#FFFFFF;
}
.DSList li{
	border-top:1px solid #DDDDDD;
	margin-bottom:30px !important;
}
.DSList p,
.DSGroup p,
.DSGroup h4,
.DSDetails strong{
	margin-left:35px;
}
/* DETAILS INFO STYLES by ID */

#software{
	top:200px;
	left:0px;
}
#software h1{
	margin-left:85px;
}
#software p{
	margin-left:85px;
}
#bannerSoftware{
	background-image: url(/images/ds_banner_EN-US.jpg);
}
#banner{
	margin-left:-10px;
	height:104px;
	}
	
/*---- MESSAGE AREA STYLES ----*/
#messageError{
	margin:20px !important;
}
#messageError h2{
	color:Red;
	margin-bottom:15px;
}
#messageError input{
	margin-top:15px;
	margin-bottom:15px;
}
.required {
	color:#ff0000 !important;
	margin-top:10px;
}

/* MEMBERSHIP SECTION STYLES */
#membershiporder{
	 left:0px;
 margin-bottom:10px;
  position:relative;
  float:left;
}
/*#membership{
	top:115px;
	left:0px;
	margin-bottom:90px;
	min-height:420px;

}*/
#membership{
	top:0px;
	left:0px;
	margin-bottom:90px;
	min-height:420px;

}
#membership h2{
	padding-top:10px;
}
#membership .attendeeListtitlewrapper h2 
{
    padding-top:8px;
}   
#membership h4{
	margin-top:10px;
}
/*#bannerMembership{
	height:80px;
	width:711px;

}*/
#bannerMembership{
	height:80px;
	width:711px;
	float:left;
	position:relative;
	
}
.addressBook {
	margin-right:10px;
	float:left;
	border-right:1px solid #ccc;
	margin-bottom:20px;
	width:175px;
}
.items{
	display:none;
}	
.slideButtonDown a{
	background-image: url(/images/slide_opened.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:20px;
}
.slideButtonUp a{
	background-image: url(/images/slide_closed.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:20px;
}
.disabledlink, .disabledlink a{
	color:Gray !important;
}
.userdownloads {
	 border-bottom: #cccccc 1px solid; 
	 margin-left:1px !important;
	 margin-left:0; 
	 width:700px !important;
	 width:701px;
}
#downloadsQuestions {
	 padding-bottom:30px;
	 padding-top:10px;
}
/*-- GENERIC TABLE STYLES --*/

.gentable {
	border-collapse:collapse;
	width:700px;
	margin-bottom:10px;
}
.gentable th {
	font-weight:bold;
	padding:7px 5px 6px 10px;
	background-color:#ebebeb;
	border-bottom: 1px solid #DDDDDD;
}
.gentable th.gentableHeader{
	background-attachment:scroll !important;
	background-color:#F5F5F5  !important;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	color:#0039A6;
	font-size:12px;
	font-weight:bold;
}
.alt {
	background-color:#f5f5f5;
}
.gentable td {
	padding:5px 5px 6px 10px !important;
	padding:6px 5px 6px 10px;
	vertical-align:top;
	line-height:15px;
	border-bottom: 1px solid #DDDDDD;
}
.gentable thead {
	background-image: url('/images/RightSitePanelTitlebg.gif');
	background-position:bottom;
}
.lefttxt {
	text-align:left;
}
.righttxt {
	text-align:right;
	}
.smalltable{
	width:auto;
	min-width:455px;
	}
.addbtn{
	width:50px;
	display:inline-table;
	/*margin-top:10px;*/
}

.addbtn a{
	height:13px;	
	padding-top:4px;
}
.productHeaderTable{
	background-image:url(/images/RightSitePanelTitlebg.gif);
	background-position:center bottom;
}
.productHeaderTable img{
	display:none;
	}
.productHeaderTableWithImage{
	background-image:url(/images/RightSitePanelTitlebg.gif);
	background-position:center bottom;
	background-repeat:repeat-x;

}
.productHeaderTableWithImage img{
	display:block;
	margin-bottom:10px;
	margin-top:10px;
	}
.productHeaderTableWithImage td{
	padding-left:10px;
	padding-right:10px
}

.productHeaderWithButtons {
	width:350px;
}

.SortingHOver {
	background:url(/images/icon_move.gif) no-repeat 10px;
}

.SortingDragDrop td {
	background-color:#DDDDDD;
}

.SortingItem 
{
	background-color:#FFFFFF;
}

.SortingAlternatingItem {
	background-color:#FBFBFD;
}
.SortingProgressIndicator {
	float:left;
	height:10px;
	left:210px;
	position:relative;
	top:-21px;
}

#tblProfileInfo{
	position:absolute;
	width:320px;
}
#tblAccountData{
	position:absolute;
	width:320px;
	top:80px;
	left:390px;
}	
#tblSubscriptions{
 margin-bottom:50px;
 position:relative; 
}
/* REPORTS STYLE*/
.reports{
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif !important;
	font-size:12px;	
	padding-top:25px;
}
.reports h3{
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	background-color:#333399;
	color:#FFFFFF !important;
	font-family:Arial,Verdana,Trebuchet MS,sans-serif !important;
	font-size:17px;
	height:35px;
	/*margin-left:25px;	
	right:12px;*/
	padding:5px;
	text-align:center;
	vertical-align:middle;	
}
.reports h3 a{
    color:#FFFFFF !important;
    text-decoration: none;
}
.reports h2{
	background:#F5F5F5;
	color:#333399;
	font-size:12px;
	font-weight:bold;
	width:690px;
	padding:7px 0px 6px 10px;
}
.reports #boxleft{
	margin-top:12px;
}
.reports li{
	padding-bottom:12px;
}
.reports label{
	font-weight :bold;
	vertical-align:bottom !important;
}
.reportsDiv{
	border:1px solid #333399;
	float:left;
	height:300px;
	/*margin-left:15px;*/
	padding:15px;
	/*width:300px;*/
	-moz-border-radius:15px;
	margin-bottom:25px;
}
ReportsDetails table{
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif !important;
	font-size:10px;
	border-collapse:collapse;
	width:700px;
	margin-bottom:10px;	
}
.ReportsDetails th {
	font-weight:bold;
	padding:7px 5px 5px 10px;
	background-color:#ebebeb;
	border-bottom: 1px solid #DDDDDD;
}
.ReportsDetails th.ReportsDetailsHeader{
	background-attachment:scroll !important;
	background-color:#F5F5F5  !important;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	color:#333399;
	font-size:11px;
	font-weight:bold;
}	
.ReportsDetails td {
	padding:5px 5px 5px 10px !important;
	vertical-align:top;
	line-height:10px;
	border-bottom: 1px solid #DDDDDD;
	max-width:335px;
	min-width:335px;
}
#HeaderEmailCampaing{
	margin-top:0px !important;
}
.NoteExample label{
	font: italic normal normal 11px/0px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: normal;
}
#emailCampaignInfo{
    float:none;
    height: auto;
    width:auto;
    margin-bottom:0px;
}
#reportsTitle{
    height: auto;
    width:910px;
}
#reportsTitle h3{
    width:910px;
}
#emailCampaignInfo h3{
    width:auto;
    
}
.reportWebActivity{
	padding-top:90px;
}
.ProgressIndicator {
	font-size:12pt;
	height:10px;
	position:relative;
	top:10px;
	padding-bottom:10px; 
}
.LblWaiting {
	font-size:12pt;
}
.userInAcc {
	margin-top:160px;
}

/* QUICK LOGIN  STYLE */

#quickLogin {
	position:absolute;
	border:1px solid #DDDDDD;
	width:235px;
	left: 470px; 
	padding:0px;
	top:198px;
	height:250px;
	}
#quickLogin legend {
	font-weight:bold;
	color:#333333;
	margin-left:8px;
	}
#quickLogin input {
	width:200px;
	color:#333399;
	border:1px solid #ACACAC;
	padding:2px 2px 0px 3px;
	}
#quickLogin #lblemail {
	position:absolute;
	top:80px !important;
	left:10px!important;
	}
#quickLogin #lblpsswd {
	position:absolute;
	top:124px;
	left:10px;
	}
#quickLogin .emailbox {
	position:absolute;
	top:99px !important;
	left:10px !important;
}
#quickLogin .psswbox {
	position:absolute;
	top:140px;
	left:10px;
}
	
#quickLogin .longinbtn {
	position:absolute;
	top:170px;
	right:64px;
	width:120px;
	font-size:12px;
	color:#333399;
	background-image:url(/images/btnBgGrdnt.png);
	background-position:center center;
	background-repeat:repeat-x;
	border-color:#CCCCCC #B5B5B5 #B5B5B5 #CCCCCC;
	border-style:solid;
	border-width:1px;
	padding-bottom:3px;
	margin-bottom:25px;
}	
.forgotLink {
	position:absolute;
	top:188px !important;
	left:10px !important;
	}	
#quickLogin a:hover {
	text-decoration:none;
}
#quickLogin p{
	margin-left:10px !important;
}

/* TOOL BAR LINK STYLES */
#printerFriendlyControls{
	display:none;
	position:absolute;
}
#toolBar {
	bottom: 175px;
    float: right;
    font-size: 9px;
    position: relative;
    z-index: 5;
}
#toolBar li {
	position:absolute;
	right:0 !important;
	top:118px !important;
	text-align:center;
	border-top:0px;
	}
#printerFriendly {
	width:367px;
}
#emailFriend {
	width:107px;
	padding-right:1px;
}
#toolBar a {
	
	border-right:1px solid #CCCCCC;
	padding-right:5px;
	color:#666666;
	text-decoration:none;
}
#toolBar a:hover {
	text-decoration:underline;
}
/*FRIENDLY VERSION STYLES*/
.friendly{
	font-size:70%;
}
.friendly img{
	padding-left:10px;
}
.linkPrint{
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index:10;
	left:680px;
	top:-85px;
}
.linkImg{
	position:absolute;
	z-index:10;
	left:660px;
	position:absolute;
	top:-85px;
	}
.linkPrint:hover {
	text-decoration:none;
}
.backLinkPrint{
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index:10;
	left:620px;
	top:20px;
}

/* PURCHASE AND DOWNLOAD TRIAL STYLES */
.PurchaseDownloadButtons {
	position:absolute;
	top:160px;
	width:360px;
	right:0 !important;
}
.PurchaseDownloadButtons input {
	background-image:url(/images/btnGrdnt.gif);
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	height:22px !important;
	padding-bottom:4px !important;
	margin-left:8px;
	width:172px;
	cursor:pointer;
	float:right;
}
.PurchaseDownloadButtons input:hover {
	background-position:bottom;
}

/* SERVICES STYLES */
#detailslink_last {
	text-align:right;
	line-height:16px;
	padding:0px 3px 8px 0px;
	display:inline-block;
}
#detailslink_last a {
	margin: 1px 5px 1px 0px;
	padding:1px 1px 1px 2px;
	text-decoration: none;
	
}
#detailslink_last a:hover {
	background-color:#EBEBEB;	
}
.tablelist {
	margin-bottom:15px;
	display:inline-block;
}
.tablelistinline li
{
	margin-bottom:15px;
	display:inline;
}
.spanField{
	display:inline-block;
	padding-right:10px;
	float:left;
	margin-bottom:20px;
	font-weight:bold;
	}
.spanField select {
	margin-top:5px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.services{
	position:relative;
	padding-top:10px;
	border-top:1px solid #DDDDDD;
}
.services a{
	line-height:16px;
	font-weight:600;
	margin-left:20px !important;
}
.services a:hover{
	text-decoration:none;
}
.services li{
	border:none !important;
}
.services li p{
	margin-left:20px;
}
.tabWarning img{
	padding-top:60px;
	padding-left:10px;
	padding-bottom:70px;
	padding-right:20px;
	float:left;
}
.tabWarning{
	padding-left:60px;
	padding-top:10px;
}
/* Generic Styles */

.spacedlist {
	list-style:url('/images/bullet_rpanel.jpg') outside;
	margin-bottom:15px;
	margin-left:50px;
}
.spacedlist li {
	margin-bottom:6px;
	margin-left:0;
	margin-top:10px;
	}
.spacedlist a {
	margin-bottom:5px;
	}
.spacedlist ul li a{
	margin-left:0 !important;
	text-decoration:underline;
	}
.spacedlist li a:hover{
	text-decoration:none;
}
#pdfCenter{
	text-align:center;
	}
	
#ctoButton {
	text-align:center;
	margin-bottom:10px;
}
#ctoButton a {
	font-size:12px;
	text-decoration:none;
	color:#666666;
	min-width:198px;
	height:18px;
	width:230px;
	padding:6px 0px 3px 0px;
	border:1px solid;
	border-top-color: #CCCCCC;
	border-right-color:#B5B5B5;
	border-bottom-color:#B5B5B5;
	border-left-color:#CCCCCC;
	background-image:url(/images/btnBgGrdnt.png);
	background-position:center;
	background-repeat:repeat-x;
	display:block;
}
#ctoButton a:hover {
	color:#333399;
	background-image:url(/images/btnBgGrdntOver.png);
}
.subTitle{
	background-color:#F3F3F3;
	border-bottom:1px solid #DDDDDD;
	padding:7px 5px 6px 9px;
	}
.subTab{
	margin-left:25px;
	margin-right:10px;
}
.tab{
	margin-left:25px;
}
.tabToLog{
	width:460px;
}
.tabToReg{
	margin-left:0px;
	width:430px;
}
.tabToReg  table tr td h2{
	width:430px;
}
.tabLong{
	margin-left:35px;
}
.tabLong:hover{
	text-decoration:none;
}
.freeRegLeg{
	color:#333399;
	font-weight:bold;
	margin-left:8px;
	font-size:12px;
}
#agendaDetail table{
	width:700px !important;
	}
.pdflist {
	list-style:url(/images/icons/pdficon_small.gif) outside;
	margin-left:50px;
	margin-bottom:15px;
	margin-top:10px;
}
.pdflist li {
	margin-bottom:5px;
	}
.pdflist li a:hover{
	text-decoration:none;
	}
.linkPnl:hover{
	background-color:#EBEBEB;
	border-bottom:1px dotted #DDDDDD;
	text-decoration:none;
	}
.linkPnl{
	text-decoration:none;
	}
.pUnderNone a:hover{
	text-decoration:none;
}

.hr{
	border-top:1px solid #DDDDDD;
	height:0;
	line-height:0;
	margin-bottom:10px;
	margin-top:10px;
	clear:both;
}
.equalright {
	float:right;
	
}
.equalright img{
	border:1px solid;
	}
.equalleft img{
	border:1px solid;
	}
.explanation{
	font-size:9px;
	text-decoration:none;
}
a.explanation{
	border: 1px solid #DDDDDD;
	background:#F5F5F5;
	padding:0px 2px 0px 2px;
}
a.explanation:hover{
	background:#FFF;
}
	
/*-- EVENTS STYLES --*/

.reportHeader 
{
    border:1px solid #DDDDDD;
	position:relative;
	width:918px;
	background-image: url('/images/RightSitePanelTitlebg.gif') ;
	background-position:bottom;
	clear:both;
	margin-top:70px;
	padding:0px 10px 5px 10px;
}
.attendeeListtitlewrapper {
	border:1px solid #DDDDDD;
	height:30px;
	position:relative;
	width:938px;
	background-image: url('/images/RightSitePanelTitlebg.gif') ;
	background-position:bottom;
	clear:both;
	margin-top:70px;
}
.attendeeListtitlewrapper h2{
	margin-left :10px;
    font-size:140%;
    height:22px;
    clear:both;
}	
#eventslisttitlewrapperCareer{
	border:1px solid #DDDDDD;
	border-bottom:0px solid;
	height:30px;
	width:937px !important;
	background-image: url('/images/RightSitePanelTitlebg.gif');
	background-position:bottom;
	margin-top:70px;
	position:relative;
	clear:both;
}
#eventslisttitlewrapperCareer h2 {
	margin-left:10px;
	margin-top:8px;
	font-size:140%;
}

#eventslisttitlewrapper {
 border:1px solid #DDDDDD;
 border-bottom:0px solid;
 height:30px;
 width:698px;
 background-image: url('/images/RightSitePanelTitlebg.gif');
 background-position:bottom;
 margin-top:10px;
 position:relative;
 clear:both;
 top:1px;
}

#eventslisttitlewrapper h2 {
	margin-left:10px;
	margin-top:8px;
	font-size:140%;
}
#eventslisttitlewrapper select{
	margin-left:10px;
	margin-top:5px;
}
#eventslisttitleright {
	position:absolute;
	top:8px;
	right:10px;
	text-align:right;
	z-index:10;
}
#eventslisttitleright a{
	color:#666666;
	font-weight:normal;
}
#eventslisttitleright p a:hover {
	text-decoration:underline;
}
#eventslisttitle {
	position:absolute;
	left:10px;
}
.eventslisttitle {
	position:relative;
	left:10px;
}
.eventslisttitle h1 {
	margin-top:-3px;
}
.eventslisttitle h3 {
	margin-top:0px;
	font-size:140%;
}
.eventslisttitleright a {
	color:#666;
	text-decoration:none;
	font-weight:normal;
}
.eventslisttitleright a:hover {
	text-decoration:underline;
}
.eventdetails {
	border:1px solid #dddddd;
	padding:10px;
	overflow:auto;	
}
.eventdetails img 
{
	margin-left:0px !important;
}	
.emptygridview {
	border:1px solid #DDDDDD;
	width:689px;
	padding:30px 0px 30px 10px;
	margin:-1px 0px 10px -1px;
}
.emptygridviewAttendeeList {
    padding:10px;
    border:1px solid #DDDDDD;
    border-bottom:0px;
    border-top:0px;
}

#anthemLinkButtonPager {
 margin: -1px 0px 0px 0px;
 width:698px;
}
#anthemLinkButtonPager li {
	border:1px solid #DDDDDD;
	border-top:1px solid #EBEBEB;
	float:left;
	margin-right:3px;
	margin-left:5px;
	height:20px;
	line-height:20px;
	width:55px;
	text-align:center;
	background-image: url('/images/RightSitePanelTitlebg.gif');
	background-position:bottom;
}
#anthemLinkButtonPager li a {
	text-decoration:none;
	font-size:x-small;
	color:#000;
}
#anthemLinkButtonPagerCareer {
	margin: -1px 0px 0px 0px;
}
#anthemLinkButtonPagerCareer li {
	border:1px solid #DDDDDD;
	border-top:1px solid #EBEBEB;
	float:left;
	margin-right:3px;
	margin-left:5px;
	height:20px;
	line-height:20px;
	width:55px;
	text-align:center;
	background-image: url('/images/RightSitePanelTitlebg.gif');
	background-position:bottom;
}
#anthemLinkButtonPagerCareer li a {
	text-decoration:none;
	font-size:x-small;
	color:#000;
}
#resellerslisttitlewrapper {
	border:1px solid #DDDDDD;
	border-bottom:0px solid;
	height:30px;
	width:699px;
	background-image: url('/images/RightSitePanelTitlebg.gif');
	background-position:bottom;
	margin-top:10px;
	position:relative;
	clear:both;
}
#resellerslisttitlewrapper h2 {
	margin-left:10px;
	margin-top:8px;
	font-size:140%;
}
#resellersListWrapper {
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0 1px 1px 1px;
	padding:10px 0 10px 10px;
}
#resellerslisttitle {
	position:absolute;
	top:4px;
	left:10px;
}
#resellerslisttitle p,
#resellerslisttitle select {
	display:inline;
	width:120px;
}
.resellerslistitem {
	padding:10px 0 10px 10px;
}
.resellerslistitem img {
	vertical-align:middle;
}
.resellerslistitem h4 {
	margin-bottom:10px;
}
.ResellerPagerPanel {
	height:35px;
}
#resellerslisttitleright {
	top:0px;
	position:absolute;
	right:10px;
	text-align:right;
}
#resellerslisttitleright a {
	color:#666;
	}
#resellerslisttitleright .quantityDisplay{
    font-size: 11px;
    height: 17px;
    margin-left: 0;
    top: 10px;
    }
.pagerAtteendList {
	width:751px;
	border-bottom:1px solid #ccc;
	margin:0px 0px 10px 1px;
}
.pnlAttendeeList{
	padding-top:10px; 
}
#fldEventTitle{
	font-size:12px;
	padding-bottom:15px;
	padding-left:10px;
	padding-top:10px; 
	padding-right:10px;
}
.gridviewAtteendList tbody{
	width:751px;
	border-bottom:1px solid #ccc;
	background:white; 
}
.gridviewAtteendList tr{
	width:751px;
	padding-left :2px;
	background:white; 
}
.gridviewAtteendList th {
	border:1px solid #ccc;
	height:20px;
	text-align:center;
	font-weight:bold ;
}
.gridviewAtteendList a {
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:1.5px;
	color:#0039A6;
	text-decoration:none;
	margin-left:10px;
}

.gridviewAtteendList a:hover {
	text-decoration:underline;
}
.gridviewhead th {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	height:22px;
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:1.5px;
	color:#333399;
	text-decoration:none;
	text-align:center;
	margin-left:10px;
	background-color:#F5F5F5;
}
.gridviewhead a {
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:1.5px;
	color:#333399;
	text-decoration:none;
}
.gridviewhead a:hover {
	text-decoration:underline;
}
.rightendcol {
	vertical-align:top;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #EBEBEB;
	padding:8px 5px 8px 10px;
}
.rightcol {
	vertical-align:top;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #EBEBEB;
	padding:8px 5px 8px 10px;
	text-align:center;
}
#tblFailedRecords .rightendcol
{
	padding:8px 5px 8px 5px;
	text-align:center;
	width:110px;
}
.colcentered {
	text-align:center;
}
.leftendcol {
	vertical-align:top;
	border-left:1px solid #DDDDDD;
	border-bottom:1px solid #EBEBEB;
	padding:8px 5px 8px 5px;
	text-align:center;
	width:110px;
}
.leftendcolleftalign {
	vertical-align:top;
	border-left:1px solid #DDDDDD;
	border-bottom:1px solid #EBEBEB;
	padding:8px 2px 8px 23px;
	text-align:left;
}
.col {
	vertical-align:top;
	padding-left:10px;
	padding-right:9px;
	padding-top:8px;
	padding-bottom:8px;
	width:200px;
	border-bottom:1px solid #EBEBEB;
	text-align:center;

}
.colcountry 
{
	
	margin-left:0px !important;
	padding-left:2px;
	padding-right:2px;
	
	padding-top:8px;
	padding-bottom:8px;
	text-align:center;
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:1.5px;
	color:#333399;
	text-decoration:none;
	
}
.colcountry a:hover {
	text-decoration:underline;
}
.tdcountry 
{
	vertical-align:top;
	margin-left:0px !important;
	padding-left:2px;
	padding-right:2px;
	padding-top:8px;
	padding-bottom:8px;	
	width:180px;
	border-bottom:1px solid #EBEBEB;
	text-align:center;
	
}
.colicon {
	margin:0px;
}
.pagesdiv {
	color:#009966;
	padding-top:4px;
	padding-right:10px;
	display:inline-block;
	float:right;
}

.nopagerreplacement, .pagerreplacement {
 width:700px;
 border-bottom:0px solid;
 margin:1px 0px 10px 0px;
}
.nopagerreplacementCareers, .pagerreplacementCareers {
	width:938px !important;
	border-bottom:0px solid;
	margin:1px 0px 10px 1px;
}
#services{
	position:relative;
	padding-top:10px;
	border-top:1px solid #DDDDDD;
}
#services a{
	font-size:120%;
	line-height:16px;
	font-weight:600;
	margin-left:20px !important;
}
#services li{
	border:none !important;
}
.sub_sidelistitem {
	list-style:none;
	margin-left:40px;
}
/*-- TECH NOTES STYLES --*/

.TechNotesRepeater {
	border:1px solid #DDDDDD;
	padding-bottom:5px;
	width:699px;
	margin-bottom:-1px;
}
.sortTitle {
	font-weight:bold;
	margin-top:10px;
	}
.TechNotesRepeater p {
	margin-left:10px;
	margin-right:10px;
}

.TechNotesRepeater a:hover{
	text-decoration:none;
}
.TechNotesPage {
	text-align:right;
	color:#7e2500;
	padding-right:5px;
}
.TechNotesNav {
	border-top:1px solid #ccc;
	width:710px;
}
.bottomLine{
	border-bottom:solid 1px #DDDDDD;
}
.topLine{
	border-top:solid 1px #DDDDDD;
}

/* PANEL STYLES */

.panel{
	background-image: url('/images/left_box_bg.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #DDDDDD;
	padding:1px 0px 1px 0px;
	text-align:left;
	margin-bottom:10px;
}
.miniBanner {
	margin-bottom:9px;
	/*margin-top:10px;*/
	}
.panel p {
	margin:10px 5px 5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}
.panel h3 {
	color:#0039A6;
	letter-spacing:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #DDDDDD;
	padding: 3px 5px 3px 9px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 1px 10px 1px;
}
.panel h6 {
	margin: 10px 5px 0px 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight:bold;
	color:#666666;
}
.panel a {
	text-decoration:none;
	color:#0039A6;
}
.panel a:hover {
	background-color: #EBEBEB;
}
.panel li{
	margin-top:0px !important;
}
.panel li a {
	display: block;
	padding: 2px 5px 4px 5px;
	margin: 0px 5px 6px 5px;
}
.panel li a img{
	vertical-align:middle;
	}
.panel .title {
	margin-bottom:3px;
	margin-left:10px;
}
.panel .description {
	margin-bottom:3px;
	font-size:10px;
}
.panelContent{
	margin-left:10px;
}
#detailsInternalPanel{
	width:235px;
	float:right;
	margin: 0px 0px 10px 10px;
	/*position:absolute;
	top:180px;
	left:475px;*/
}
#FreeReg{
	left:465px;
	margin:0 0 10px 10px;
	position:absolute;
	top:185px;
	width:235px;
	z-index:10;
	}
#detailsInternalPanelLow{
	width:235px;
	float:right;
	margin: 0px 0px 10px 10px;
}
#detailsInternalPanel .panel {
	padding-top:5px;
	}
#detailsInternalPanel p{
	margin:5px;
}
#detailsInternalPanel .black{
	color:#000000;
	}
#detailsInternalPanel .edit{
	font-size:10px;
	}
#detailsInternalPanel input, #detailsInternalPanel textarea{
	margin: 3px 0px 3px 0px;
	border: 1px solid #CCCCCC;
	width:205px;
	color:#444444;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:2px;
	background-color:#F9F9F9;
	}
.detailsInternalLegend{
	color:#0039A6;
	font-weight:bold;
	margin-left:8px;
	font-size:12px;
	}
.eventsDates h4{
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	padding-left:10px;
}
.eventsDates input{
	width:auto !important;
	vertical-align:middle;
}
.eventsDates h4 + p{
	font-family:Arial !important;
	font-size:10px !important;
}
 .sidePanel {
    /*          position: absolute; */

                position:relative;
                width: 230px;
                float:right;
}

 .sidePanelHome {
  position:absolute;
                width: 230px;
             
}

.sidePanel select {
	color:#0039a6;
	font-size:11px;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:5px;
	width:208px !important;
	display:block;
}
.sidePanel hr {
	border: 1px solid #DDDDDD;
	height: 0px;
	width:208px;
	margin-left:10px;
	margin-bottom:10px;
	}
.togglePanel {
	text-align:center;
}
.toggle {
	margin: 0px 0px 10px 0px !important;
	margin: 0px 0px 10px -1px;
}
.toggle img {
	height:15px;
	margin-bottom:-3px !important;
	padding-top:3px;
	width:226px !important;
}
.toggle a {
	border: solid #99CC33;
	border-width:2px 0px 2px 0px;
}
.toggle a:hover {
	border:1px solid #FF6600;
	border-width:2px 0px 2px 0px;
	background:none;
}
.pnlLoginNedeed p a{
	margin:10px 5px 1px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	display:block;
	}
.moreWebinars{
	display:none;
}
.moreArticles{
	display:none;
}
.moreClips{
	display:none;
}
.moreWhitepapers{
	display:none;
}
.moreButton{
	margin-bottom:0 !important;
}
.moreButton a{
	margin:0 !important;
}
.moreButton a:hover {
	background:none !important;
}
.liTels ul li p{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	
	}
/* STYLES for panels by ID */

.sidePanel #conferencePanel{
	background-image: url('/images/conferenceUGM.jpg');
	background-repeat:no-repeat;
	display:block;
	height:40px;
	width:230px;
}
#homePanel{
	left:0px;
	top:10px;
	min-height:850px;
	position:relative;
	margin-bottom:20px;
}
#homePanel li a {
	margin-top: -1px;
	margin-bottom:5px;
	}
#highlightPanel{
	left:720px;
	top: 120px;
	width:228px;
	height:159px;
	padding-top:-10px;
	}
#highlightPanel h2{
	background-image: url(/images/3boxesHighlight5.jpg);
	background-repeat:no-repeat;
	width:228px;
	height:47px;
	padding-left:10px;
	padding-top:5px;
	line-height:18px;
	font-size:17px;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:-1px;
	color:#009966;
	font-weight:bold;
	}

/* HIGHLIGHT PANNEL STYLE ADDITIONS START 26-05-2010 */	

#highlightPanel .h2Big{
	font-size:19px;
	}	
#highlightPanel .h2Blue{
	color:#333399;
	}
/* HIGHLIGHT PANNEL STYLE ADDITIONS END 26-05-2010 */
	
#highlightPanel img {
	margin:3px 0px 0px 0px;
}
#highlightPanel .list {
	margin-bottom:10px;
	}
#highlightPanel .list li {
	margin: 3px 5px 0px 5px;
	font-size:10px;
	}
#highlightPanel .linkList{
 margin:0px;
 padding:0px;
 float:left;
 position:relative;
 
 }

#highlightPanel li.headerBar {
 margin: 10px 5px 0px 5px;
 background-image: url("/images/txt_enb-v13.jpg");
 background-position:center 5px;
 background-repeat:no-repeat;
 width:217px;
 height:84px;
 float:left;
 position:relative;
 } 
 
#highlightPanel .linkList li {
 margin: 0px 5px 0px 10px;
 font-size:11px;
 background-image:url("/images/bullet_rpanel.jpg");
 background-position:left;
 background-repeat:no-repeat;
 }
	
#highlightPanel .linkList li a {
 padding-top:1px;
 margin-bottom:2px;
 padding-bottom:1px;
 margin-top:6px;
 margin-left:18px;
 }
#highlightPanel .linkList li a:hover {
 padding-top:1px;
 margin-bottom:2px;
 padding-bottom:1px;
 margin-top:6px;
 margin-left:18px;
 }	
.panel li a.buttonCompare {
	margin-left:3px;
	}	
a:hover.buttonCompare {
	background:none;
	}
#highlightPanel .contentLink {
	margin-top:2px;
	margin-bottom:-8px;
	}
#mural{
	position:absolute;
	left:240px;
	width:710px;
	height:104px;
	top:0px;
}
#featureBox{
	background-image: url('/images/homeFeature.gif');
	height:30px;
	left:210px;
	position:absolute;
	top:112px;
	width:530px;
}
#aboutPanel p{
	margin:0 10px 10px;
}
#detailsPanel{
	    position:relative;
        /*min-height:350px;*/
        top:9px;
		padding:0px;
		margin-bottom:20px;
}

#detailsPanelorder{
	 left:720px;
 position:absolute;
 top:9px;
 padding:0px;
 margin-bottom:20px;
}
#softwarePanel{
	left:720px;
	top:10px;
	position:relative;
}
.sidePanelLink{
	text-align:right;
}
.newsPanel strong
{
	display:block;
	margin-bottom:5px;
	padding-left: 10px;
}

/* SUPPORT AREA */
#SearchBarServices{
	left:240px;
	position:absolute;
	top:232px;
} 
#SearchBar {
	background-position: center bottom;
    background-color:#F6F6F6;
    background-repeat: repeat-x;
    border: 1px solid #E5E5E5;
    float: left;
    font-size: 12px;
    height: 60px;
    margin: 0;
    padding: 10px;
    position: relative;
    width: 680px;
}
#SearchBarServices .SearchBox{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	width:320px;
	border:1px solid #DDDDDD;
	padding:4px;
}
#SearchBar .SearchBox{
    border: 1px solid #DADADA;
    float: left;
    height: 24px;
    margin: 5px 0 0 5px;
    padding: 0;
    position: relative;
    width: 562px;
    }
#SearchBarServices .SearchSubmit{
	background-color:#DDDDDD;
	background-image:url(/images/menu_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #DDDDDD;
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	height:22px !important;
	text-align:center;
	text-decoration:none;
	width:28px;
}
#SearchBar .SearchSubmit{
    background-image: url("/images/support/btn_support_search.png");
    background-position: 0 -29px;
    background-repeat: no-repeat;
    background-color:#F6F6F6;
    border: 0 none;
    height: 29px;
    width: 104px;
    margin-left: 6px;
    margin-top: 5px;
    }
 #SearchBar .SearchSubmit:hover {
    background-position: 0 0;
    cursor: pointer;
 }
#SearchBar ul, #SearchBarServices ul{
	margin-top:10px;
}
#SearchBarServices li{
	float:left;
	font-family:Verdana;
	font-size:10px;
	color:#666666;
	margin-right:15px;
}
#SearchBar li{
    float:left;
	font-family:Verdana;
	color:#666666;
	margin-right:15px;
	margin-left:6px;
    }
#SearchBarServices input[type="checkbox"]  {
	margin-right:8px;
}
#SearchBar input[type="checkbox"]{
    margin-right:5px;
    }
#SearchBar label,  #SearchBarServices label{
	position:relative;
	top:-2px;
}
#Tasks{
	float: left;
    position: relative;
    width: 346px;
}
#Products h3{
	color:#666666;
	background-image: url("/images/support/pointerbg_support.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    font-family: sans-serif;
    font-size: 16px;
    height: 55px;
    margin: 30px 0 0 40px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    width: 256px;	
}
#Tasks h3{
    background-image: url("/images/support/pointerbg_support.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    font-family: sans-serif;
    font-size: 16px;
    height: 55px;
    margin: 30px 0 0 40px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    width: 256px;
    color:#666666;
    }
#task, #productSub{
    text-transform:uppercase;
    color:#00A1DE;    
}
#Tasks .tabbertab {
	width:auto;
}
.TasksLink{
    height: auto;
}
.TasksLink li {
	float:left;
	height:90px;
	padding-left:10px;
	width:154px;
	margin-top:10px;
}
.TasksLink a {
	display:block;
	padding-top:62px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center top;
	text-decoration:none;
	font-family:Verdana;
	font-size:12px;
	color:#333399;
}
.TasksLink a:hover{
	background-position:center -78px;
	text-decoration:underline !important;
	color:#333399;  
}
#TasksEnd {
	float:none !important;
	height:0 !important;
	padding-bottom:0 !important;
	clear:both;
}
.IconCommunityForums { background-image:url(/images/support/icons/CommunityForums.png); }
.IconCompatibilityNotes { background-image:url(/images/support/icons/CompatibilityNotes.png); }
.IconTechNotes { background-image:url(/images/support/icons/TechNotes.png); }
.IconDownloads { background-image:url(/images/support/icons/Downloads.png); }
.IconManuals { background-image:url(/images/support/icons/Manuals.png); }
.IconSDK { background-image:url(/images/support/icons/SDK.png); }
.IconFAQ { background-image:url(/images/support/icons/FAQ.png); }
.IconSystemRequirements { background-image:url(/images/support/icons/SystemRequirements.png); }
.IconNetworkInstalls { background-image:url(/images/support/icons/NetworkInstalls.png); }
.IconPlugins { background-image:url(/images/support/icons/Plugins.png); }
.IconHistory { background-image:url(/images/support/icons/History.png); }
.IconSupportPortal { background-image:url(/images/support/icons/SupportPortal.png); }
.IconLifeCycle { background-image:url(/images/support/icons/LifeCycle.png); }
.IconSupport { background-image:url(/images/support/icons/support.png); }

.IconCommunityForums1 { background-image:url(/images/support/icons/CommunityForums1.png); }
.IconCompatibilityNotes1 { background-image:url(/images/support/icons/CompatibilityNotes1.png); }
.IconSDK1 { background-image:url(/images/support/icons/SDK1.png); }
.IconPlugins1 { background-image:url(/images/support/icons/Plugins1.png); }
.IconSupportPortal1 { background-image:url(/images/support/icons/SupportPortal1.png); }
.IconLifeCycle1 { background-image:url(/images/support/icons/LifeCycle1.png); }
.IconFileTypes1 { background-image:url(/images/support/icons/FileTypes1.png); }

#Or {
    color: #000000;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    left: 345px;
    position: absolute;
    top: 198px;
}
#Products {
    float: left;
    left: 10px;
    position: relative;
    width: 346px;
}
#Products h4 {
 position:absolute;
 top:10px;
 left:113px;
 font-family:Verdana;
 color:#333399;
 font-size:14px;
 font-weight:normal;
}
.ProductsList > li {
	position:relative;
	height:100px;
	margin-top:10px;
}
.ProductsList ul {
	 position:relative;
 width:200px;
 float:left;
 left:20px;
 top:33px;
}

#Products .titleTabNoImg{
 position:relative;
 top:10px;
 left:113px;
 font-family:Verdana;
 color:#333399;
 font-size:14px;
 font-weight:normal;
 clear:both!important;
}
.ProductsListEnterprise > li {
	position:relative;
	float:left;
	/*height:100px;*/
	
	margin-top:10px;
}

.ProductsListEnterprise ul {
	 position:relative;
 width:200px;
 float:left;
 left:20px;
 top:20px;
 margin-bottom:10px;
 /*margin-bottom:25px;*/
}

.ProductsListEnterprise li li {
	background:url(/images/arrowGrey.gif) no-repeat 0 3px;
	padding-left:15px;
	display:block;
	width:76px;
	white-space:nowrap;
	float:left;
	font-size:10px;
	margin-bottom:5px !important;
}
.ProductsListEnterprise li li a {
	text-decoration:none;
	}
.ProductsListEnterprise li li a:hover {
	text-decoration:underline !important;
}

#Products .tabbertab {
	width:auto;
}

#Products img {
	position:relative;
	top:10px;
	left:5px;
	float:left;
}
 #Products .titleTabNoImg{
    left:20px;
}

.ProductsList li li {
	background:url(/images/arrowGrey.gif) no-repeat 0 3px;
	padding-left:15px;
	display:block;
	width:76px;
	white-space:nowrap;
	float:left;
	font-size:10px;
	margin-bottom:5px !important;
}
.ProductsList li li a {
	text-decoration:none;
	}
.ProductsList li li a:hover {
	text-decoration:underline !important;
}
#SelectProduct {
	background:url(/images/support/SelectProductBackground.png) no-repeat;
	height:42px;
	text-align:center;
	padding-top:12px;
}
#SelectProduct > select {
	font-family:Arial;
	font-size:11px;
	width:280px;
}

/* Wide search bar */
.SearchBarWide {
	background:url(/images/support/SearchBackgroundMedium.png) no-repeat !important;
	width:415px !important;
	padding-left:55px !important;
	height:59px;
	margin:auto;
	padding-top:10px;
}
.SearchBarWide .SearchBox {
	width:349px !important;
	margin-right:5px;
}
#ForumWideButton {
	position:absolute;
	left:365px;
	top:297px;
}
#ForumWideButton a {
	background:url(/images/support/ForumWideButton.png);
	display:block;
	width:275px;
	height:45px;
	padding:10px 10px 10px 60px;
	text-decoration:none;
}
#ForumWideButton a:hover {
	background-position:center -65px;
}
#SupportPortalButton {
	position:absolute;
	left:365px;
	top:397px;
}
#SupportPortalButton a {
	background:url(/images/support/SupportPortalWideButton.png);
	display:block;
	width:275px;
	height:45px;
	line-height:42px;
	padding:10px 10px 10px 60px;
	text-decoration:none;
}
#SupportPortalButton a:hover {
	background-position:center -65px;
}
#SearchURLCont input[type="text"]{
	width:600px !important;
}

/*-- CONTACT PAGE STYLES --*/
#contact{
	padding-top:10px;
}
#contact img{
	 float:right;
}
#contact p{
	margin-left:20px;
}
#contact li{
	border-bottom:1px solid #DDDDDD;
	padding-bottom:28px;	
}
.endlist{
	border: 0px solid #DDDDDD !important;
	padding:0px 0px !important;
}
.sublistitem h3{
	padding-top:5px;
	padding-bottom:5px;
}
.sublistitem li{
	margin-left:40px;
}
.directions{
	border-bottom:1px solid #DDDDDD;
	padding-bottom:28px;
	margin-bottom:35px !important;	
}
.USBuildingPicture{
	left:560px;
	position:absolute;
	top:270px;
}
#sectionUK{
	border-top:1px solid #DDDDDD;
	padding-top:30px !important;
}
#sectionUKDE{
	border-top:1px solid #DDDDDD;
	padding-top:30px !important;
}
#sectionUKFR{
	border-top:1px solid #DDDDDD;
	padding-top:30px !important;
}
#sectionUKJP{
	border-top:1px solid #DDDDDD;
	padding-top:30px !important;
}

#map {
	width:540px;
	height:400px;
	border:1px solid #666;
	position:relative;
	top:15px;
	margin-bottom:20px;
}
#mapUK {
	width:540px;
	height:400px;
	border:1px solid #666;
	position:relative;
	top:15px;
	margin-bottom:20px;
}
.imgContinue{
	margin-left:0px !important;
}
.contactServiceSupport h3{
	margin:10px 0px 5px 0px;
}
.contactServiceSupport p{
	margin-bottom:5px;
	margin-top:0px;
}
.contactServiceSupport h2{
	border-top: 1px solid #DDDDDD ;
	padding:15px 0px;
	margin-left:-25px !important;
}	
.contactServiceSupport div{
	margin-left:25px;
}
.imgQuestion{
	margin-left:0px !important;
}
.contactMargin{
	margin-left:25px !important;
}
.pnlSales ul{
	margin-left:25px !important;
}
.fieldsGroup {
	padding-top:10px;
}
.fieldsGroup div {
	float:left;
	margin-right:45px;
}
.clearfieldsGroup{
	clear:both;
}
.UkBuildingPicture{
	left:503px;
	position:absolute;
	top:1730px;
}
/*--  REGISTRATION COMPLETE STYLES --*/
#regBoxComplete {
	border:1px solid #CCCCCC;
	left:121px;
	margin-top:25px;
	width:588px;
	float:left;
	position:relative;
	margin-bottom:10px;
	clear:both;
}
#regBoxComplete h3 {
	background-image: url('/images/RightSitePanelTitlebg.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	border-bottom:1px solid #ccc;
	font-family:Arial,Verdana,Trebuchet MS,sans-serif;
	font-size:120%;
	line-height:24px;
	margin-bottom:10px;
	margin-top:5px; 
	padding-left:10px; 
}
#regBoxComplete li {
	margin:20px;
}
#regBoxComplete li a:hover {
	text-decoration:none;
}
#regBoxComplete img{
	vertical-align:middle;
	margin-bottom:5px;
}
#regBoxComplete .productListing{
	position:relative;
	padding:10px;
	width:600px;
	float:left;
	margin-left:0px;
}
#regBoxComplete .productListing ul{
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
	width:270px;
	margin-right:15px;
}
#regBoxComplete .productListing ul li{
	position:relative;
	margin:0px 0px 5px 0px;
	padding:0px;
	float:left;
	text-align:center;
	min-width:75px;
}
#regBoxComplete .productListing ul li img{
	position:relative;
	margin-right:10px;
	padding:0px;
	float:left;
	width:auto;
}
#regBoxComplete .productListing h3{
	position:relative;
	margin-bottom:-5px;
	margin-top:10px;
	padding:0px;
	border:0px;
	float:left;
	background:none;
	font-family:Verdana;
	font-size:12px;
}
#regbulleted{
	list-style-image:url(/images/bullet_rpanel.jpg);
	margin:40px 40px 40px 80px !important;
}
#regComplete {
	margin-top:26px;
}
#regComplete p{
	margin-left:24px;
}

/*-- REGISTRATION STYLES --*/	
#register {
	margin-top:26px;
}
#regbox {	
	width:590px;
	margin-top:25px;
	margin-left:120px;
}
#regbox h3 {
	background-image:url(/images/RightSitePanelTitlebg.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
	font-family:Arial,Verdana,Trebuchet MS,sans-serif;
	font-size:120%;
	line-height:24px;
	margin-bottom:10px;
	margin-top:5px;
	padding-left:10px;
	padding-top:5px;
}
#regbox a{
	background-image:url(/images/RightSitePanelTitlebg.gif);
	background-position:center bottom;
	border:1px solid #CCCCCC;
	margin-top:14px;
	padding:4px 5px 3px;
	color:#333399;
	text-decoration:none;
	position:relative;
	top:17px;
}
#regbox img{
	vertical-align:middle;
	margin-bottom:5px;
}
#regbox fieldset{
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:10px 0 10px 10px;
}
#regbox legend{
	background-image:url(/images/RightSitePanelTitlebg.gif);
	background-position:center bottom;
	border:1px solid #CCCCCC;
	color:#333399;
	padding:5px 10px ;
}	
#regbox p{
	padding:5px; 
}
#regbox div {
	float:left;
	padding-right:10px;
}
#regbox input {
	font-size:13px;
}
#regbox input[type="submit"]{
	background-image:url(/images/btnBgGrdnt.png);
	border-color:#CCCCCC #B5B5B5 #B5B5B5 #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#666666;
	display:block;
	height:28px;
	margin:27px 7px 27px 195px;
	padding:2px 0 3px;
	text-align:center;
	text-decoration:none;
	width:200px;
}
#regbox input[type="submit"]:hover{
	cursor:pointer;
	background-image:url('/images/btnBgGrdntOver.png');
	color:#333399;
}
.RegButtonOnline {
	color:#333399;
	font-size:13px;
	height:26px !important;
	padding-bottom:4px !important;
	width:160px !important;
	margin-left:23px;
}
.fsNotifications {
	border:1px solid #C2A79B;
	margin:25px auto 0pt !important;
	padding:10px !important;
}
.fsNotifications legend{
	background-image:url(/images/RightSitePanelTitlebg.gif);
	background-position:center bottom;
	border:1px solid #C2A79B;
	color:#7E2500;
	padding:5px 10px ;
}
#fsOrgAddress{
	width:578px;
}
.txtboxshort{
	width:50px;
}
.txtboxmedium{
	width:130px;
}
.txtboxlong{
	width:350px !important;
	margin-bottom:5px;
}
.ddlboxmedium{
	width:134px;
}
.addressloaded{
	color:#FF0000; 
	margin-left:77px;  
}
.selectitem{
	width:150px !important;
}
.emailmsge{
	color:#FF0000; 
}	
#ajax_listOfOptions {
	background-color:#FFFFFF;
	border:1px solid #333399;
	font-size:10px;
	height:155px;
	overflow:auto;
	position:absolute;
	text-align:left;
	width:351px;
	z-index:100;
}
#ajax_listOfOptions div {
	margin:1px;
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDivSelected {
	background-color:#0039a6;
	color:#fff;
}
#ajax_listOfOptions_iframe {
	background-color:#F00;
	position:absolute;
	z-index:5;
}
.requiredInformation{
	margin-bottom:6px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#FF0000;
	margin-left:200px;
}


/* NEW AND MODIFIED LOGIN STYLES */


.completecolourlogin
{
		color:#CC0033!important;
		margin-top:3px;
		
}
#notelogin,.notelogin{
	top:250px;
	position:relative;
	margin-bottom:283px;
	height:35px;
	width:950px;
	}
#notelogin img,.notelogin img{
	position:absolute;
	left:200px;
	}
#notelogin p,.notelogin p{
	color:#FF0000;
	margin-left:360px !important;
	margin-left:370px;
	position:absolute;
	top:0px;
	width:470px;
}
.forgotlinklogin	{
	color:#333399 !important;
}

.forgotpasswordlogin
{
	color:#6A7F10 !important;
	font-size:10px;
}
.panelnomembership, #requestnomembership {
	position:absolute;
	top:100px;
	width:300px; 
	left:52px;
}

.panelnomembership p{
	margin:10px 0px 10px 0px;
}

/* CHANGED*/
.panelloginnomembership, #requestnomembership {
	position:relative;
	width:332px; 
	left:190px;
	display:inline;
	float:left;
	
}
.panelloginnomembership p{
	margin:10px 0px 10px 0px;
}

/* NEW */
.panelloginnomembership h3{
	font-size:12px;
	color:#00A1DE;
}
/* NEW */
.panelloginnomembership ul li{
	margin:10px 0px 10px 0px;
	background-image:url('/images/bullet_rpanel.jpg');
	background-position:left 4px;
	background-repeat:no-repeat;
/*	list-style:url('../images/arrowGreen.gif');*/
	margin-left:0px;
	padding-left:18px;
}
/* NEW */
.panelloginnomembership a{
	text-decoration:none;
}
/* NEW */
.panelloginnomembership a:hover{
	text-decoration:underline;
}
/* NEW */
.titleRegistration{	
	color:#0039A6;
	letter-spacing:-1px;
	font-family:"Helvetica Bold", "Arial Bold", Verdana,"Trebuchet MS",sans-serif;
	font-size:22px;
	font-weight: bold;
	margin-bottom:10px;
}

.panelnomembership #registerPnl p{
	margin-left:10px;
	padding-bottom:10px;
	}
.panelnomembership #registerPnl div{
	height:24px;
	padding:0px 10px 6px 10px;
	text-align:right;
}
.panelnomembership #registerPnl div a{
	background-image:url(/images/webform-buttons.png);
	background-position:0px -60px;
	float:right;	
	background-repeat:no-repeat;
	width:143px;
	height:29px;
	background-color: #FFFFFF;
}
.panelnomembership #registerPnl div a:hover{
	background-position:0px -90px;
}
.loginHelp {
    margin-bottom:10px;
}
.forgotlink	{
	color:#009966 !important;
}

/* NEW */

.loginbox ul li label.password{
	text-align:right;
	margin-left:61px;
	line-height:24px;
	position:relative;
	margin-top:0px;
	float:left;
	text-align:right;

}


.loginbox input[type="checkbox"]{
 margin:0px;
 padding:0px;
 width:16px;
 
}

.loginbox ul li label.email{
	text-align:right;
	margin-left:34px;
	line-height:24px;
	position:relative;
	margin-top:0px;
	float:left;
	text-align:right;

}
.navbreak{
	padding-left:5px;
	padding-right:5px;
	color: #999;
}


.mandatorymark{
	color:#CC0033;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:-10px;
	margin-top:10px;
	position:absolute;
}
.troublelogginglink {
	color:#FF0000!important;
}
.instructionslink{
	color:#000000; 
}


.troublelogginglinklogin {
	color:#0039A6!important;
	font-size:10px;
}
.clickregister {
	color:#0039A6!important;
	
}
.instructionslinklogin{
	color:#009966 !important;	
	font-size:10px;
}
a.loginlink {
	color:#666666;
	margin-left:10px;
	margin-bottom:10px;
	text-decoration:none;
	padding:3px 4px 4px 4px;
	position:absolute;
	bottom:0px;
	}
a.loginlink:hover {
	border:1px solid #666666;
	padding:2px 3px 3px 3px;
	background-color:#FFFFFF;
	text-decoration:none;
}
.loginbox, #requestlogin{
	background-image:url(/images/loginboxbg-slice.jpg);
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
	right:120px !important;
	right:110px;
	width:332px;
	height:auto !important;
	margin-bottom:10px;
	left:0px;
	top:30px;
	padding:10px;
	text-align:right;
	border-right:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	float:left;
	
}
/* NEW */
.loginbox ul li{
	margin-top:6px;
	
	width:328px;
}
/* CHANGED */
.loginbox a {
	text-decoration:none;
}
/* CHANGED */
.loginbox a:hover {
	text-decoration:underline;
}

/* CHANGED */



.loginbox input[type="text"], 
.loginbox input[type="password"] {
	 border:1px solid #d5d5d5;
 color:#333399;
 width:195px;
 margin-right:10px;
 height:24px;
 line-height:22px;
	

}


/* CHANGED */
.loginbox label{
	text-align:right;
	margin-left:20px;
}
.loginbox p{
	color:#FF0000;
	position:absolute;
	right:0;
	top:95px;
	width:96px;
}
/* NEW */


.loginboxinfosection{ 
	
	position:relative;
	right:10px;
}


.loginrecoverybox{
	position:absolute;
	right:120px;
	top:95px; 
	width:466px;
	min-height:234px;
	margin-bottom:10px;
}
.loginrecoverybox p{
	margin:10px;
}
.loginrecoverybox input[type="submit"]{
	background-image: url(/images/webform-buttons.png);
	background-position:0px -467px;
	background-repeat:no-repeat;		
	height:29px !important;
	margin-left:300px;
	padding-bottom:4px !important;
	width:146px;
	border:0px;
	cursor:pointer;
	background-color: #FFFFFF;
}
.loginrecoveryimg{
	padding-left:0px !important;
}
.loginrecoverybox img{
	padding-left:41px;
}
.loginrecoverycrt{
	margin-left:17px !important;
}
/* CHANGED */

.checkbox{
 margin-left:100px;
}
/* CHANGED */

.checkbox label{
 margin-left:5px !important;
}

.saveEmail{
 position:relative; 
 display:inline; 
 line-height:20px; 
 left:-5px;
 top:-2px;
}
.logininfo{
	position:relative; 
	top:30px; 
	padding:10px;	
}
.loginrelative{
	width:800px;
	margin-left:52px;
	margin-top:20px;
}
.loginrelative .panelnomembership {
	position:static;
	float:left;
	display:inline-block;
	left:auto;
	top:auto;
	vertical-align:top;
	margin-right:8px;
}
.loginrelative .loginbox {
	display:inline-block;
	right:auto;
}
#mainContentLogin {	
	position:relative;
	font-size:11px;
	background-image:url(/images/bg-loginpage.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:950px;
	min-height:400px;
	}
/* NEW */
.titleLogin{
	position:relative;
	right:110px;
	width:354px;
	height:20px;
	left:0px;
	color:#00A1DE;
	letter-spacing:-1px;
	font-family:"Helvetica Bold", "Arial Bold", Verdana,"Trebuchet MS",sans-serif;
	font-size:22px;
	font-weight: bold;
	margin-bottom:0px;
}
/* NEW */													
.loginboxTopCurve { 
	background-image:url(/images/loginbox-top.png);
	background-position:bottom;
	background-repeat: no-repeat;
	position:relative;
	right:110px;
	width:354px;
	height:7px;
	left:0px;
	top:30px;
}
/* NEW */
.loginAlert	{ 
	background-image: url(/images/bottom-curve-login-alert.png);
	background-position:bottom;
	background-repeat: no-repeat;
	position:relative;
	width:708px;
	padding:10px;
	padding-bottom:15px;
	background-color:#fefeff;
	display:inline;
	margin:0px;
	float:left;
	left:110px;
}


.loginAlert a.forgotlinklogin {
	text-decoration:none;
}
/* CHANGED */
.loginAlert a.forgotlinklogin:hover {
	text-decoration:underline;
}

.loginAlertHide	{
	visibility:hidden;
}
.LoginAlertShow{
	
visibility:visible;
}

/* NEW */
.loginAlertIcon
{
	
	height:23px;
	position:absolute;
	width:23px;
	top:8px;
	
}
/* NEW */											
.loginAlert h3{
	color:#CC0033;
	margin-bottom:5px;
	margin-left:30px;
}
/* NEW */
.loginAlert p{
	margin-left:30px;
	float:left;
	margin-bottom:8px;
}
/* NEW */
.loginboxBottomCurve { 
	background-image:url(/images/loginbox-bottom.png);
	background-position:top;
	background-repeat: no-repeat;
	position:relative;
	right:110px;
	width:354px;
	height:7px;
	left:0px;
	clear:both;
	top:20px;
}

/* NEW 12-11-2010*/

.signInWrap{
	position:relative; 
	float:left; width:332px; 
	display:block; 
	left:120px;
}

.regnSignInWrap{	
	position:relative;
	float:left; 
	display:inline; 
	top:50px;
	padding-bottom:100px;
}

/* REQUEST INFO */
#requestinfo h1 {
	margin-left:10px;
	margin-top:25px;
}
#requestmessage {
	margin-left:10px;
	padding:0px;
}
#requestnomembership, #requestlogin {
	top:218px;
}

/*-- CUSTOMERS STYLES --*/

.customerslisttitlewrapper {
	border:1px solid #DDDDDD;
	width:698px;
	height:30px;
	background-image: url('/images/RightSitePanelTitlebg.gif');
	background-position:bottom;
	position:relative;
}
#customerslisttitle {
	position:absolute;
	top: 8px;
	left:10px;
}
#customerslisttitle h3 {
	margin-top:0px;
	font-size:120%;
}
#customerslisttitle select {
	position:absolute;
	top:-3px;
	left:105px !important;
	left:110px;
}
#customerslisttitle label {
	position:absolute;
	top:0;
	left:155px !important;
	left:160px;
	width:160px;
}
.customerslisttitlewaiting {
	position:absolute;
	top:-3px;
	left:220px !important;
	left:230px;
	}
.customerslisttitleright {
	position:absolute;
	top:8px !important;
	top:10px;
	right:10px;
	width:200px;
	text-align:right;
}
.customerslisttitleright a {
	color:#666;
	text-decoration:none;
	font-weight:normal;
}
.customerslisttitleright a:hover {
	color:#333;
	text-decoration:underline;
}
.customerslistitem {
	border:1px solid #DDDDDD;
	border-bottom:0px solid;
	border-top:0px solid;
	padding:0px 10px 10px 10px;
}
.customerslinkbuttonpager {
	clear:both;
	margin-left:10px;
	position:relative;
}
.customerslinkbuttonpager li {
	border:1px solid #ccc;
	float:left;
	margin-right:8px;
	height:20px;
	line-height:20px;
	width:55px;
	text-align:center;
	background-image: url('/images/RightSitePanelTitlebg.gif');
	background-position:bottom;
}
.customerslinkbuttonpager li a {
	text-decoration:none;
	font-size:x-small;
	color:#000;
}
.customerspages {
	color:#7e2500;
	border-top:1px solid #ccc;
	padding:0px 2px 0px 0px;
	text-align:right;
}
.nocustomerspages {
	width:700px;
	margin-bottom:40px;
	border-top:1px solid #ccc;
}
.customer_link {
	border:1px solid #DDDDDD;
	border-width:1px 0px 1px 0px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	background-image: url('/images/left_box_bg.gif');
	background-position:bottom;
	margin-bottom:20px;
	margin-left:11px;
}
.customer_linknoscript {
	visibility:visible;
	height:180px;
}
.customer_link div {
	float:left;
	min-height:185px;
	height:auto !important;
	height:185px;
	display:block;
	margin-left:5px;
}
.customer_link h3 
{
	margin-left:10px !important;
	margin-left:3px;
}
.customer_link ul {
	min-height:75px;
	height:auto !important;
	height:75px;
	margin:0px 0px 20px 28px !important;
	margin:0px 0px 20px 10px; 
	float:left;
}
.customer_link img {
	margin:12px 12px 20px 10px;
	float:right;
}
.anchor 
{
	visibility:hidden;
}

/*-- INVESTOR CONTENT STYLES --*/

#details .title {
	margin: -5px 20px 10px 25px;
	}
.bio {
	border:1px solid #DDDDDD;
	border-width:1px 0px 1px 0px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	background-image: url('/images/left_box_bg.gif');
	background-position:bottom;
	margin-bottom:20px;
	margin-left:11px;
}
.bio div {
	padding:0px 0px 10px 0px;
}
.bio p {
	margin:10px 5px 10px 125px !important;
	margin:0px 5px 15x 125px;
	min-height:105px;
	height:auto !important;
	height:105px;
	padding:0px;
}
.headShot {
	float:left;
	margin:3px 12px 10px 14px !important;
	margin:12px 10px 0px 7px;
	display:block;
	vertical-align:top;
}
.embedGrey {
	display:block;
	width:502px;
	background: #f5f5f5;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
}
.embedGrey h4 {
	margin-bottom:10px;
	}
.embedGrey .embedGreyContent h6 {
	margin-top:-5px;
	}
.embedGreyContent {
	display:block;
	background: #ebebeb;
	padding:10px 10px 0px 10px;
	border:1px solid #DDDDDD;
	}
.embedGreyContent p {
	margin:0px;
	}
.embedGreyContent .weblink {
	margin:10px 0px -10px 0px;
	}
.disclaimerBox input {
	margin-right:10px;
}
.disclaimerBox .submit {
	margin-left:20px;
	width:100px;
	height:22px;
	font-size:10px;
	padding-bottom:2px;
}

/*-- SLIDING PANEL STYLES --*/

.showhide_divs {
	color:#0039A6;
	text-decoration:underline;
	margin-bottom:12px;
	padding-left:15px;
	overflow:hidden;
	cursor:pointer;
	background:url(/images/bulletGrn.gif) no-repeat left center;
	margin-left:10px;
}
.expanded_div {
	border:1px solid #DDDDDD;
	border-width:1px 0px 1px 0px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
	margin-left:11px;
	margin-top:5px;
}

.expanded_div div {
	padding:10px;
	background-image: url('/images/left_box_bg.gif');
	background-repeat:repeat-x;
	background-position:bottom;
}
/*PRODUCT STATIC TABLE*/
.productStatTable{
	margin-left:35px;
}
.productStatTable td{
	vertical-align:middle !important;
}
.productStatTable p#productCharact {
	padding-top:0px;
}
.tableSuiteAppTitle{
	width:600px !important;
	padding-left:10px;
}
/*PRODUCT COMPARISON STYLES*/
.productTable{
	border-bottom-color:#DDDDDD;
	border-bottom-width:1px;
	border-top:1px solid #DDDDDD;
	margin-bottom:10px;
	padding:5px 5px 6px 10px !important;
	border-collapse:collapse;
	margin-top:10px;
	clear:both;
}
.productTable tr th{
	font-weight:bold !important;
}
.productTable td{
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding-top:10px;
	width:260px !important;
	vertical-align:top;
	padding-bottom:10px;
}
.productTable td h3{
	font-size:11px !important;
	margin-bottom:0 !important;
	margin-top:0 !important;
	padding-left:10px;
	border-right:0px;
}
.showhideLine{
	display:inline !important;
}
	
.productTable #productCharact{
	font-size:13px;
	width:240px !important;
	vertical-align:middle;
	padding-top:60px;
}
.productTableLinksTitle {
	background:transparent url(/images/bulletGrn.gif) no-repeat scroll 1px 5px;
	background-position:left;
	color:#333399;
	cursor:pointer;
	display:inline !important;
	margin-left:10px;
	line-height:16px;
	overflow:hidden;
	padding-left:15px;
	text-decoration:underline;
}
.productTable div.showhide_divs {
	margin-bottom: 0px;
}
.showhide_divs:hover {
	text-decoration:none;
}
.productMinHeight{
	min-height:55px;
}
.relatedDemoLink{
	padding-left:10px;
	text-decoration:none !important;
	font-size:9px;
	text-decoration:none !important;
	color:#666666 !important;
	background-color:#FFFFFF;
}
#tableSuiteAppTitle{
	padding-left:10px;
}
#tableSuiteFeatTitle{
	padding-left:10px;
}
#SpanddlSuites{
	margin-bottom:0;
	padding-bottom:0;
}

#TablelblProducts{
	margin-top:15px !important;
	margin-bottom:0;
	padding-bottom:0;
}
.productTableLinksDescription {
	border:0px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin: 0px 10px 10px 10px;
	padding-top:10px;
}
.productTableLinksDescription div {
	line-height:16px;
}
.aplicationsIncluded{
	padding:10px;
	}

.faq_answer1 div{
	padding:0px;
}
.removeItem img{
	display:inline;
	margin-bottom:-5px;
	
}
.removeItem{
	text-decoration:none;
	white-space:nowrap;
	color:#666666;
}
.lblMaxItmesP{
	border:1px solid;
	clear:both;
	color:#FF0000;
	font-weight:bold;
	padding:5px;
	width:290px;
	font-size:12px;
	float:left;
}
#ctl00_cscContentPlaceHolder_lnkCompareSuitesVersions{
	position:absolute;
	top:10px !important;
	left:840px !important;
}
#ctl00_cscContentPlaceHolder_lnkCompareSuitesVersions:hover{
	text-decoration:none;
}
#comparisonSelector{
	border:1px solid #CCCCCC;
	margin:20px 0 0;
	padding:0 10px 10px;
}
.breadcrumbsForCompare{
	position:relative;
	top:10px;
	z-index:89;
}
#comparisonSelector .spanField select{
	margin-top:11px;	
}
#clearSpan{
	margin-bottom:0;
	padding-bottom:0;
}
#addSpan{
	margin-bottom:0;
	padding-bottom:0;
}
#exportSpan{
	margin-bottom:0;
	padding-bottom:0;
}

/*--TABBER STYLES --*/

.tabberlive .tabbertabhide {
	display:none;
}
.tabberlive {
	margin-top:0;
}
ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
}
ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}
ul.tabbernav li a {
	padding: 3px 1em;
	margin-left: 3px;
	border: 1px solid #ccc;
	border-bottom: none;
	text-decoration: none;
	background-image: url(/images/tabber_bg.gif);
}
ul.tabbernav li a:hover {
	color: #fff;
	background-image: url(/images/menu_bg2.jpg);
	border-color: #333399;
}
ul.tabbernav li.tabberactive a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	font-weight:bold;
	color:#333399;
	background: #fff;
}
ul.tabbernav li.tabberactive a:hover {
	color: #fff;
	background-image: url(/images/menu_bg2.jpg);
	border-bottom: 1px solid #333399;
}
.tabberlive .tabbertab {
	padding:5px;
	padding-right:10px;
	border:1px solid #DDDDDD;
	border-top:0;	
}
.tabberlive .tabbertab h5 {
	display:none;
}
.tabbertab {
	background:transparent url(/images/left_box_bg.gif) repeat-x scroll center bottom;
}
.tabcommon{
    min-height:150px;
    }
.faq_question, .appFeaturesTitle {
	background:transparent url(/images/bulletGrn.gif) no-repeat scroll 1px 5px;
	background-position:left;
	color:#0039A6;
	cursor:pointer;
	display:inline-block;
	margin-left:10px;
	margin-bottom:10px;
	line-height:16px;
	overflow:hidden;
	padding-left:15px;
	text-decoration:underline;
}
.faq_question:hover, .appFeaturesTitle:hover {
	text-decoration:none;
}
.faq_question h4, .appFeaturesTitle h4 {
	color:#333333;
	font-family:Arial,Verdana,Trebuchet MS,sans-serif;
	font-size:110%;
	font-weight:600;
	letter-spacing:1px;
	line-height:18px;
	margin-bottom:10px;
}
.faq_question_nu {
	color:#0039A6;
	cursor:pointer;
	margin-bottom:7px;
	padding-left:40px;
	text-decoration:none;
}
.faq_question_nu a {
	position:absolute;
	right:119px;
}
.faq_question_nu a.general 
{
	position:relative;
	right:auto;
}
.faq_answer {
	border:1px solid #DDDDDD;
	border-width:1px 0px 1px 0px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	background-image: url('/images/left_box_bg.gif');
	background-position:bottom;
	margin-bottom:20px;
	margin-left:11px;
	margin-top:5px;
}
.faq_answer div, .appFeaturesDesc div {
	padding:10px;
}
.faq_answer p, .appFeaturesDesc p {
	margin:2px;
}
.inactivelistapp {
	color:#0039a6;
	text-decoration:none;
	margin-bottom:8px;
	padding-left:10px;
	overflow:hidden;
	background: url('/images/list_bullet.gif') no-repeat 1px 4px;
}
.paragraph {
	margin-bottom:15px;
	margin-top:15px;
}
#bannerConference{
	border:1px solid #DDDDDD;
	padding:1px;
	width:227px;
}
.bulleted {
	list-style-image:url(/images/bullet_rpanel.jpg);
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:15px;
	margin-left:50px;
	margin-top: 8px;
}
.bulleted .bulleted 
{
    margin-left:28px;
}    
#details ul.bulleted li {
    margin-bottom:8px;
}
.DSList .bulleted li {
	border-top-width:0px;
	margin-bottom:15px !important;
	}
.bulleted a:hover{
	text-decoration:none;
}
.subcontrols li{
	border:none;
	margin-left:40px;
}
.subcontrols li ul li{
	list-style-type:disc;
	margin-left:25px;
	margin-top:10px;
}
.bold {
	font-weight:bold;
}
.subscript {
	font-size:9px;
}
.underline {
	text-decoration:underline;
}
.underline:hover {
	text-decoration:none;
}
.centertxt {
	text-align:center;
}
.lefttxt {
	text-align:left;
}
.righttxt {
	text-align:right;
}
.smallLink {
	font-size:9px;
}
#training h4{
	margin-bottom:10px;
}
.relatedLink{
	background-color:#FFFFFF;
	background-image:url(/images/title_icon_gray.gif);
	background-position:5px top;
	background-repeat:no-repeat;
	margin-top:0px !important;
	padding:0 5px 0 20px;
	text-decoration:none !important;
	border:1px solid #DDDDDD;
	color:#666666 !important;
}

.fcVideoRelated li a{
	background:transparent url(/images/controls/next.gif) no-repeat scroll 1px 4px !important;
	background-position:left;
	padding-bottom:5px;
	padding-left:20px;
	padding-top:5px;
}
/*CODE REQUEST STYLES*/
.textField{
	width:305px;
	}
.codeReqField{
	display:inline-block;
	padding-right:10px;
	float:left;
	}
.ctoButton {
	font-size:12px;
	text-decoration:none;
	color:#666666;
	border:1px solid;
	border-top-color: #CCCCCC;
	border-right-color:#B5B5B5;
	border-bottom-color:#B5B5B5;
	border-left-color:#CCCCCC;
	background-position:center;
	background-repeat:repeat-x;
	background-image:url(/images/btnBgGrdntOver.png);
	height:25px;
	margin-right:140px;
	
}
.ctoButton:hover {
	color:#333399;
	background-image:url(/images/btnBgGrdntOver.png);
}
.ctoButtonWarning {
	font-size:12px;
	text-decoration:none;
	color:#666666;
	border:1px solid;
	border-top-color: #CCCCCC;
	border-right-color:#B5B5B5;
	border-bottom-color:#B5B5B5;
	border-left-color:#CCCCCC;
	background-position:center;
	background-repeat:repeat-x;
	background-image:url(/images/btnBgGrdntOver.png);
	height:20px;
	padding-top:5px;
	width:220px;
	margin-left:60px;
}
.ctoButtonWarning a{
	font-size:12px;
	text-decoration:none;
	color:#666666;
	background-position:center;
	background-repeat:repeat-x;
	background-image:url(/images/btnBgGrdnt.png);
	height:25px;
	padding:5px;
}
.ctoButtonWarning a:hover {
	color:#333399;
	background-image:url(/images/btnBgGrdntOver.png);
}
/* SEND TO FRIEND STYLES*/

#formSendToFriend{
	width:100%;
}
#formSendToFriend .panel
{
	height:152px;
}

#formSendToFriend li{
	float:left;
	width:220px;
}

#formSendToFriend li input{
	width:100%;
}

#formSendToFriend .centerText{
	text-align:center;
	vertical-align:top;
}

#formSendToFriend ul{
	clear:both;
	line-height:25px;
	margin:0 10px;
}

#formSendToFriend #buttons li{
	text-align:center;
	width:335px;
}

#formSendToFriend #buttons input{
	background-image:url(/images/btnBgGrdnt.png);
	background-position:center center;
	background-repeat:repeat-x;
	border-color:#CCCCCC #B5B5B5 #B5B5B5 #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333399;
	font-size:12px;
	height:23px;
	width:100px;
}
#formSendToFriend #buttons
{
	/*position:absolute;*/
}
#spanField{
	display:inline-block;
	padding-right:10px;
	float:left;
	margin-bottom:20px;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:10px;
	
	}


/* COMMON FORM STYLES */
#formContainer
{
	margin-left:120px;
	margin-top:25px;
	width:590px;
}
#formContainer input,
#formContainer select{
	font-family:Verdana;
	font-size:11px;
}
.formContainerWide
{
	margin-left:0 !important;
	width:700px !important;
}
.formContainerWide fieldset{
	width:688px;
}
#formContainer div
{
	float:left;
	padding-right:10px;
}
#formContainer h3
{
	background-image:url(/images/RightSitePanelTitlebg.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
	font-family:Arial;
	font-size:120%;
	line-height:24px;
	margin-bottom:10px;
	margin-top:5px;
	padding-left:10px;
	padding-top:5px;
	padding-right:10px;
}
#formContainer img
{
	margin-bottom:5px;
	vertical-align:middle;
}
#formContainer .requiredAdvice
{
	display:block;
	color:#FF0000;
	margin-bottom:10px;
}
#formContainer .requiredAdvice2
{
	color:#FF0000;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	margin-bottom:6px;
	margin-left:200px;
}
#formContainer fieldset
{
	background:transparent url(/images/left_box_bg.gif) repeat-x scroll center bottom;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:10px 0 10px 10px;
}
#formContainer legend
{
	background-image:url(/images/RightSitePanelTitlebg.gif);
	background-position:center bottom;
	border:1px solid #CCCCCC;
	color:#333399;
	padding:5px 10px;
}
#formContainer .fieldSet
{
	width:90% !important;
}
#formContainer .leftColumn
{
	float:left;
}
#formContainer .rightColumn
{
	float:left;
	padding-left:70px;
}
#formContainer .required
{
	color:#FF0000 !important;
	margin-top:10px;
}
#formContainer input[type="checkbox"]
{
	border:medium none;
	cursor:pointer;
	margin:5px;
	opacity:0.75;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	vertical-align:middle;
}
#formContainer input[type="submit"]
{
	background-image:url(/images/btnBgGrdnt.png);
	border-color:#CCCCCC #B5B5B5 #B5B5B5 #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333399;
	height:28px;
	margin:27px 7px 27px 195px;
	padding:1px 0 3px;
	text-align:center;
	text-decoration:none;
	width:200px;
}
#formContainer input.notEnabled {
	color: #CCCCCC;
	border-color:#DDDDDD;
}
#formContainer input.enabled {
	color: #333399;
	border-color:#CCCCCC #B5B5B5 #B5B5B5 #CCCCCC;
}
.AdminButton input.notEnabled {
	color: #CCCCCC;
	border-color:#DDDDDD;
}
.AdminButton input.enabled {
	color: #333399;
	border-color:#CCCCCC #B5B5B5 #B5B5B5 #CCCCCC;
}
#formContainer .submitButton
{
	float:none !important;
}
.fixedBox {
	border: 1px solid #DDDDDD;
	height:200px;
	margin: 10px 0px 10px 0px;
	padding-bottom:20px;
	overflow:auto;
}
.fixedBox li, .fixedBox p  {
	margin: 20px 20px 20px 0px;
}
#formContainer a {
	background-image:url(/images/RightSitePanelTitlebg.gif);
	background-position:center bottom;
	border:1px solid #CCCCCC;
	color:#333399;
	margin-top:14px;
	padding:4px 5px 3px;
	position:relative;
	text-decoration:none;
	top:17px;
}
#formContainer a.general {
	background-image:none;
    top:0px;
    margin:0px;
    padding:0px;    
    border:0px;
	text-decoration:underline;
}
#formContainer a.general {
	background-image:none;
    top:0px;
    margin:0px;
    padding:0px;    
    border:0px;
	text-decoration:underline;
}

#formContainer a.general:hover{
	text-decoration:none;     
}

#harvestUser
{
    margin:0px;
    padding:0px;    
}
#harvestUser a
{
    background-image:none;
    border:0px; 
    top:0px;
    text-decoration:underline;

} 
.completeRegistration
{
	position:absolute;
	top:188px !important;
	right:10px !important;
}     

#formContainer p span{
    margin-bottom:5px;
    margin-top:5px;
    font-size:12px;
}
/* FOOTER STYLES */

.footer {
	top:10px;
	height:120px;
	position:relative;
}
.footer .csSites {
	top:0px;
	left:0px;
	width:948px;
	}
.footer .csSites #cs {
	width: 230px;
}
.footer .csSites #cbn, .footer .csSites #cbf {
	width: 235px;
}
.footer .csSites #ss {
	width:220px;
	}
.footer .phones {
	/*background:transparent url(/images/separator_big.jpg) no-repeat scroll 235px 3px;*/
	width:237px;
	height:80px;
	margin-bottom: 10px;
	position:absolute;
	top:30px;
	font-size:11px;
}
.footer .phones dt {
	float: left;
	margin-right: 15px;
	display: block;
}
.footer .phones dd {
	display:block;
	margin-left:70px;
	margin-right:0;
	text-align:left;
}

#footerTag {
	color:#666666;
	font-size:10px;
	position:absolute;
	right:0px;
	text-align:right;
	top:30px;
	width:720px;
}
#footerTag a {
	text-decoration:none;
	color:#333399;
}
#footerTag a:hover {
	text-decoration:underline;
}
#footerTag a.linkbig {
	text-decoration:none;
	color:#333399;
	font-size:11px;
	letter-spacing:0.03px;
}
#footerTag a.linkbig:hover {
	text-decoration:underline;
}

#footerTag .ConnectLogos {
margin-bottom:-3px;
}
/*Rate Section*/
.demoarea {
	background:#FFF url(/images/demotop.png) no-repeat left top;
	left:490px;
	left:470px;
	position:absolute;
	top:160px;
	width:240px;
}
.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/images/FilledStar1.png);
    width:18px;
    height:20px;

}

.emptyRatingStar {
    background-image: url(/images/EmptyStar1.png);
    width:18px;
    height:20px;
}

.savedRatingStar {
    background-image: url(/images/SavedStar1.png);
     width:18px;
    height:20px;
}
.rateQuestion{
	padding-left:40px; 
	width:230; 
	color:#333399;
	font-size:10px;
	text-align:center;
}
#hideShowRate
{
	float: left;
	width:230;
	padding-top:0px !important;
	color:#7F7F7F;
	display:none;
}
.ratingStarsGen{
	position:absolute; 
	right:60px; 
	color:#669933; 
	padding-top:5px;
	padding-left:0px;
}
.rateAverage{
	display:block; 
	padding-left:35px; 
	padding-top:12px; 
	text-align:center;
	color:#666666;
	font-size:10px;
	text-align:center;
}
.rateCustom{
	color:#666666; 
	display:block; 
	padding-top:5px; 
	float:right;
	text-align:center;
	font-size:10px;
}
#hideShowRate a{
	color:#333399;
	font-size:10px;
	margin-right:100px;
	position:absolute;
	right:20px;
	text-decoration:none;
	width:150px;
	top:8px;
}
#techNoteQuestion{
	width:465px;
}
#faqQuestion{
	width:465px;
}
.TechNotesRepeater1 {
	border:1px solid #dddddd;
	padding-bottom:5px;
	width:682px;
	margin-bottom:-1px;
	padding-left:5px;
}
.tutorialImageCover{	
	padding:1px;
	position:absolute;
	top:10px;
	left:10px;
	width:130px;
	border: 1px solid #DDDDDD;	
	opacity:0.75;	
}	
.tutorialImageCover img{
    width:130px;
    height:auto;
}
.tutorialMargin{	
	margin: 7px 40px 7px 155px;
}
.tutorialContents{
	background: url(http://insideinformatics.cambridgesoft.com/images/table_back.gif) repeat-x scroll center top;
	border-top:1px solid #DADDEB;
	margin-bottom:20px;
	left:-5px;
	width:687px;
	min-height:115px;
	clear:both;
	position:relative;
}
#mediaDDL{
	background-color:#F5F5F5;
	border-bottom:1px solid #EBEBEB;
	color:#333333;
	display:block;
	font-size:10px;
	height:24px;
	position:absolute;
	top:150px;
	right:0px;
	padding-right:15px;
}	
#mediaDDL .lbl{
	left:7px;
	position:relative;
}
#mediaDDL .DDL{
	font-size:11px;
	left:7px;
	top:3px;
	position:relative;
	width:130px;
}
.Productline{
	border-top:1px solid #DDDDDD;
	height:0;
	line-height:0;
	clear:both;
}
.ProductImageCover{	
	padding:25px;
}
.ProductCallBackImagePosition{
	height:24px;
	position:absolute;
	top:155px;
	right:200px;
}
.TasksLink1{
    height: auto;
}
.TasksLink1 li {
	float:left;
	height:90px;
	width:100px;
	margin-top:10px;
}
.TasksLink1 a {
	display:block;
	padding-top:62px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center top;
	text-decoration:none;
	font-family:Verdana;
	font-size:12px;
	color:#333399;
}
.TasksLink1 a:hover{
	background-position:center -100px;
	text-decoration:underline !important;
	color:#333399;  
}
.ProductTechPageHyperlink 
{
	display:inline-block;
	position: relative;
	left:560px;
}
.ProductFaqPageHyperlink 
{
	display:inline-block;
	position: relative;
	left:602px;
}
.ProductSysReqPageHyperlink 
{
	display:inline-block;
	position: relative;
	left:496px;
}
.ProductManualsPageHyperlink 
{
	display:inline-block;
	position: relative;
	left:577px;
}
.ProductDownloadsPageHyperlink 
{
	display:inline-block;
	position: relative;
	left:560px;
}
.ProductHyperlinkFont{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	font-weight:normal;
}
.logindatabase{
  margin-top: 30px;
  width:800px; 
  margin-left: 0px;
}
.logindatabase .panelnomembership{
 position:absolute; 
 width: 300px;
 left: 52px; 
 float:left; 
 margin-top:60px;
}
.logindatabase .loginbox{
  position: absolute; 
  min-height: 202px; 
  width: 466px; 
  margin-bottom: 10px; 
  height: auto !important; 
  float:left;margin-top:60px; 
  display:inline; 
  right: 120px !important
}
.loginboxHarvestUser{
	position:absolute;
	right:35px !important;
	right:25px;
	top:105px;
	width:550px;
	min-height:202px;
	height:auto !important;
	height:202px;
	margin-bottom:10px;
}
.loginboxHarvestUser a {
	color:#666666;
	margin-left:10px;
	margin-bottom:10px;
	text-decoration:none;
	padding:3px 4px 4px 4px;
}
.loginboxHarvestUser a.instruction 
{
    color:#333399;   
    text-decoration:underline;    
    margin:0px;
    padding:0px;    
    border:0px; 
}
.loginboxHarvestUser a.instruction:hover
{
	color:#333399;  
	text-decoration:none;
	margin:0px;
    padding:0px;    
    border:0px; 
     
}
.loginboxHarvestUser a:hover {
	border:1px solid #666666;
	padding:2px 3px 3px 3px;
	background-color:#FFFFFF;
	text-decoration:none;
}
.loginboxHarvestUser input[type="submit"]{
	background-image:url(/images/btnBgGrdnt.png);
	border-color:#CCCCCC #B5B5B5 #B5B5B5 #CCCCCC;
	border-style:solid;
	border-width:1px;
	text-align:center;
	text-decoration:none;
	color:#666666;
	font-size:13px;
	height:26px !important;
	margin-left:250px;
	margin-top:10px;
	padding-bottom:4px !important;
	width:100px;
}
.loginboxHarvestUser input[type="submit"]:hover{
	background-image:url(/images/btnBgGrdntOver.png);
	color:#333399;
	cursor:pointer;
}
.loginboxHarvestUser input[type="text"], 
.loginboxHarvestUser input[type="password"] {
	border:1px solid #ACACAC;
	color:#333399;
	width:230px;
	margin-left:4px;
	margin-top:10px;
	margin-right:0px;
}
.loginboxHarvestUser label{
	text-align:right;
	margin-left:30px;
}
.loginboxHarvestUser p{
	color:#FF0000;
	position:absolute;
	right:0;
	top:85px;
	width:165px;
}
.QuickRegPartialInfo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:normal;
	font-weight:normal;
}

.panelLoginFailure 
{
    color:#FF0000;
	position:absolute;
	top:218px !important;
	left:0px !important;
	}	

.loginrelative1{
	width:800px;
	margin-left:52px;
	margin-top:20px;
}
.loginrelative1 .panelnomembership{
	position:static;
	float:left;
	display:inline-block;
	left:auto;
	top:auto;
	vertical-align:top;
	margin-right:8px;
}
.loginrelative1 .loginbox{
	position:static;
	display:inline-block;
	right:auto;
	top:auto;
	width:490px;
}
.loginrelative1 .loginbox p{
	color:#FF0000;
	position:absolute;
	right:90px;
	top:265px;
	width:130px;
}

.loginrelative1 .loginbox a.instruction 
{
    color:#333399;   
    text-decoration:underline;    
    margin:0px;
    padding:0px;    
    border:0px; 
}
.loginrelative1 .loginbox a.instruction:hover
{
	color:#333399;  
	text-decoration:none;
	margin:0px;
    padding:0px;    
    border:0px; 
     
}

/* E-notebook Landing start*/

#muralBanner{
	position:relative;
	left:0px;
	width:948px;
	height:104px;
	top:0px;
	background-image: url(/images/landing-page/banner-bg.jpg);
	background-repeat:repeat-x;
}
.bannerTextBig{
	color:#009966;
	letter-spacing:-1px;
    font-family:Helvetica, Arial, sans-serif;
	font-size:26px;
	font-weight: bold;
	margin-bottom:0px;
}

.bannerTextSmall{
    font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight: normal;
	line-height:14px;
}

.flavorPanel{
	padding:0px 0px 0px 0px;
	text-align:left;
	height:230px;
}

.flavorPanel p {
	margin:5px 0px 10px 0px;
}
.flavorPanel h3 {
	color:#333399;
	letter-spacing:-1px;
    font-family:Helvetica, Arial, sans-serif;
	font-size:22px;
	font-weight: bold;
}
.flavorPanel h6 {
	color: #999;
	letter-spacing:normal;
    font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight: bold;
}
.flavorPanel a {
	text-decoration:none;
	color:#333399;
	font-size:10px;
}

.flavorPanel a:hover {
	text-decoration:underline;
}
.flavorPanel li{
	margin-top:0px !important;
}
.flavorPanel li a {
	display: block;
	padding: 8px 0px 8px 0px;
	margin: 8px 0px 8px 0px;
}

.flavorPanelContent{
	margin-left:10px;
}

#panelOne{
	top:10px;
	left:0px;
	position:relative;
	margin:0px 0px 20px 0px;
	background-color:#f9f9f9;
	padding:10px;
	float:left;

}
#panelOne li a {
	margin-top: -1px;
	margin-bottom:5px;
	}
	
#panelTwo{
	top:10px;
	left:10px;
	position:relative;
	margin:0px 0px 20px 0px;
	background-color:#f5f5fa;
	padding:10px;
	float:left;
	
}
#panelTwo li a {
	margin-top: -1px;
	margin-bottom:5px;
	}
	
#panelThree{
	top:10px;
	left:20px;
	position:relative;
	margin:0px 0px 20px 0px;
	background-color:#fdf7f9;
	padding:10px;
	float:left;

}
#panelThree li a {
	margin-top: -1px;
	margin-bottom:5px;
	}	
#panelFour{
	top: 10px;
	left:30px;
	margin:0px 0px 20px 0px;
	background-color:#f5fcfa;
	padding:10px;
	position:relative;
	float:left;
}
#panelFour li a {
	margin-top: -1px;
	margin-bottom:5px;
	}

.flavorPanelWrap{
	width:210px;
	position:absolute;
}

.relatedInfoBox{
	background-color:#FFFFFF;
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	width:196px; 
	padding-left:10px; 
	padding-right:5px;
	padding-top:5px;
}

.relatedInfoBox li.Title{
	font-variant:small-caps;
	font-weight:bold;
	color:#747474;
	letter-spacing:normal;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

.relatedInfoBox a {
	text-decoration:none;
	color:#333399;
}
.relatedInfoBox a:hover {
	text-decoration:underline;
}

.hrDotted{
	background-image:url(/images/landing-page/dotted-line-flavorcol.gif);
	width:190px;
	background-position:center;
	background-repeat:no-repeat;
	padding:10px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}
.hrDottedLanding{
	background-image:url(/images/landing-page/dotted-line-flavorcol.gif);
	background-position:center;
	background-repeat: repeat-x;
	padding:10px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}
.flavourPanelBulleted {
	list-style-image: url(/images/landing-page/bullet-enb-flavor.jpg);
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:5px;
	margin-left:25px;
	margin-top:5px;
}
.relatedInfoBox li{
	margin-top:0px;
}


.relatedInfoBox li a.more{
	color:#009966;
	font-size:10px;
	display: block;
	padding: 8px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	text-decoration:none;
}

.relatedInfoBox li a:hover.more{
	text-decoration:underline;
}

.homePanel li img.buttons {
	padding:0px 0px 10px 0px;
}
.navArrow{
	padding-left:5px;
}
.flavorButtons{
	margin-bottom:10px;
}
.relatedInfoBoxBottom{
	margin-top:-5px;
}
.relatedInfoBoxTop{
	margin-bottom:-2px;
}
#footer{
 clear:both;
}
/* E-notebook Landing End*/

.warningLoggedInHide{
	visibility:hidden;
	
}
.warningmsgLoggedInHide{
	
	display:none;
}

.warningLoggedInShow{
	color:#FF0000;
	margin-top:10px;
	width:950px;
	visibility:visible;

}
.warningmsgLoggedInShow{
	
	display:block;
}
.warningLoggedInShowForMainLogin{
	color:#FF0000;
	margin-top:35px;
	width:950px;
	visibility:visible;
}

.linksRight {
	position:absolute;
	right:119px;
	margin-top:-20px;

}
.serviceNameWrapper {
	color:#333399;
	cursor:pointer;
	margin-bottom:7px;
	padding-left:40px;
	text-decoration:none;
}

/* E-NOTEBOOK MAIN-LANDING START*/

.bannerDescriptionRight{
	width: 500px; 
	position: relative; 
	float:left;
	display:inline;
	top: 0px;
}
.blueTitle{
	font-size:36px;
	margin-bottom:9px;
	line-height:100%;
}
.greenTitle{
	color:#009966;
	letter-spacing:-1px;
    font-family:Verdana,"Trebuchet MS",sans-serif;
	font-size:24px;
	font-weight: bold;
	margin-bottom:0px;
}
.bannerDescriptionRight p{
	font-size:11px;
	margin-top:10px;
}
.bannerDescriptionRight h3{
	  font-family:Verdana,"Trebuchet MS",sans-serif;
	  font-size:14px;
	  font-weight: bold;
}
#detailsFloat .buttons{
	float:left;
	display:inline;
	padding:0px;
	margin-bottom:0px;
	position:relative;
}
#detailsFloat .buttons li{
	float:left;
	display:inline;
	padding:10px 10px 10px 0px;
	width:292px;
	position:relative;
	margin-bottom:0px;
}
#panelColWrapOne{
	margin-top:0px;
	left:0px;
	position:relative;
	margin:0px 0px 10px 0px;
	padding:0px 10px 10px 10px;
	float:left;

}
#panelColWrapTwo{
	margin-top:0px;
	left:0px;
	position:relative;
	margin:0px 0px 10px 0px;
	padding:0px 10px 10px 10px;
	float:left;

}
#panelColWrapThree{
	margin-top:0px;
	left:0px;
	position:relative;
	margin:0px 0px 10px 0px;
	padding:0px 12px 10px 12px;
	float:left;

}
#panelColWrapFour{
	margin-top:0px;
	left:0px;
	position:relative;
	margin:0px 0px 10px 0px;
	padding:0px 12px 10px 12px;
	float:left;

}
.infoPanel{
	background-color:#FFFFFF;
	border-right:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	width:450px; 
	padding-left:10px; 
	padding-right:7px;
	padding-top:5px;
}
.infoPanel li.Title{
	font-variant:small-caps;
	font-weight:bold;
	color:#747474;
	letter-spacing:normal;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}
.infoPanel a {
	text-decoration:none;
	color:#333399;
}
.infoPanel a:hover {
	text-decoration:underline;
}
.infoPanel li a.more{
	color:#009966;
	font-size:10px;
	display: block;
	padding: 8px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	text-decoration:none;
}
.infoPanel li a:hover.more{
	text-decoration:underline;
}

.infoPanel li a:hover.more{
	text-decoration:underline;
}
.infoPanelTop{
	margin-bottom:-2px;
}
.infoPanelWrap{
	width:450px;
	position:absolute;
}
.infoPanel .presenter {
	font-style:italic;
	text-decoration:none;
	margin-bottom:10px;
	margin-left:25px;
	margin-top:5px;
	font-size:11px;
	margin-right:auto;
}

.file_web a:link, .file_web a:visited, .file_web a:hover, .file_web a:active, 
.file_art a:link, .file_art a:visited, .file_art a:hover, .file_art a:active, 
.file_fclip a:link, .file_fclip a:visited, .file_fclip a:hover, .file_fclip a:active,  
.file_whp a:link, .file_whp a:visited, .file_whp a:hover, .file_whp a:active {
	padding: 2px 5px 2px 25px;
	margin: 2px 0px 2px 0px;
	border: 0px;
	line-height:16px;
 	display: block;
	text-align: left;
	width: auto;
	vertical-align:top;
}
.file_web a:link, .file_web a:visited{
	background: transparent url(/images/landing-page/file_web.gif) no-repeat  scroll -20px 0px;
	text-decoration:none;
}	
.file_web a:hover, .file_web a:active {
	text-decoration:underline;
	background: transparent url(/images/landing-page/file_web.gif) no-repeat  scroll 0px -20px;
}
.file_art a:link, .file_art a:visited{
	background: transparent url(/images/landing-page/file_art.gif) no-repeat  scroll -20px 0px;
	text-decoration:none;
}	
.file_art a:hover, .file_art a:active {
	text-decoration:underline;
	background: transparent url(/images/landing-page/file_art.gif) no-repeat  scroll 0px -20px;
}
.file_fclip a:link, .file_fclip a:visited{
	background: transparent url(/images/landing-page/file_fclip.gif) no-repeat  scroll -20px 0px;
	text-decoration:none;
}	
.file_fclip a:hover, .file_fclip a:active {
	text-decoration:underline;
	background: transparent url(/images/landing-page/file_fclip.gif) no-repeat  scroll 0px -20px;
}
.file_whp a:link, .file_whp a:visited{
	background: transparent url(/images/landing-page/file_whp.gif) no-repeat  scroll -20px 0px;
	text-decoration:none;
}	
.file_whp a:hover, .file_whp a:active {
	text-decoration:underline;
	background: transparent url(/images/landing-page/file_whp.gif) no-repeat  scroll 0px -20px;
}
.itemlist {
	width:441px;
	padding-top:10px;
	display:inline-block;
}

#muralBannerENBMain{
	position:relative;
	left:0px;
	width:948px;
	min-height:298px;
	top:0px;
}
.detailsFloat, #detailsFloat{
	position:relative;
	width:700px;
	top:0px;
	padding-left:10px;
	float:left;
}

.detailsFloat p, #detailsFloat p{
	margin-top:10px;
	margin-bottom:10px;
}
#detailsFloat a{
	margin-top:10px;
}
#detailsFloat h1{
	margin-bottom:15px;
	margin-top:33px;
	margin-bottom:15px;
	margin: 33px 5px 15px 0px;
}

#detailsFloat h2{
	margin-top:10px;
	margin-bottom:10px;
}

#detailsFloat h3{
	color:#333;
	background-color:transparent;
	font:600 120%/100% Arial, Verdana, Trebuchet MS, sans-serif;
	margin-bottom:10px;
	margin-top:10px;
	line-height:16px;
}
#detailsFloat h5{
	color:#333;
	background-color:transparent;
	letter-spacing:1px;
	font:600 105%/100% Arial, Verdana, Trebuchet MS, sans-serif;
	margin-bottom:10px;
	margin-left:10px;
}
#detailsFloat h6 {
	background-color:transparent;
	color:#666666;
	font-family:Arial,Verdana,Trebuchet MS,sans-serif;
	font-size:105%;
	font-style:normal;
	font-variant:normal;
	font-weight:600;
	letter-spacing:1px;
	line-height:100%;
	margin-bottom:10px;
	margin-top:10px;
}
#detailsFloat ul li, #details ol li{
	margin-bottom:10px;
}

.bannerorder{
 background-position:right top;
 background-repeat:no-repeat;
 position:relative;
 width:710px;
 height:114px;
}

/* E-NOTEBOOK MAIN-LANDING END*/
.cursor{
    color:#333399;
    cursor:pointer;
 }
 .cursorover{
    color:#333399;
    cursor:pointer;
    text-decoration:underline;
}
.reportHeaderorder
{
	
    border:1px solid #DDDDDD;
    background-image: url('/images/RightSitePanelTitlebg.gif') ;
    background-position:bottom;
    clear:both;
    padding:10px 10px 5px 10px;
}

thead .arrow{
    font-family: webdings; 
    color: black; 
    padding: 0; 
    font-size: 10px;
    height: 11px; 
    width: 10px; 
    overflow: hidden;
    margin-bottom: 2; 
    margin-top: -3; 
    padding: 0; 
    padding-top: 0; 
    padding-bottom: 2;
    }/*nice vertical positioning :-) */


/* WELCOME MESSAGE STYLES*/
.welcomeHeader {
	 text-align:right;
	 height:14px;
	 display: block;
	 position: absolute;
	 right:229px;
	 top: -1px;
	 text-decoration:none;
	 color:#666666;
	 font-size: 10px;
	 line-height:15px!important;
	 line-height:16px;
	 border-right:1px solid #DDDDDD;
	 padding-right:8px;
}
.welcomeHeader a {
	text-decoration:underline;	
	color:#333399;	
}
.welcomeHeader a:hover {
	text-decoration:none;
}
.nameHeader {
	color:#009966;	
}

/*style the table header in its unsorted state*/
th.header{
    background-image: url(/images/small.gif);
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left;
    border:1px solid #ccc;
	height:20px;
	text-align:center;
	font-variant:small-caps;
	letter-spacing:1.5px;
	color:#333399;
	text-decoration:none;
	margin-left:10px;
} 
th.header:hover {
	text-decoration:underline;
}
/*style the table header when sorting ascending*/
th.headerSortUp{
	background-image: url(/images/small_asc.gif);
	background-color: #e8e8e8;
} 
/*style the table header when sorting descending*/
th.headerSortDown{
	background-image: url(/images/small_desc.gif);
	background-color: #e8e8e8; 
}
.star{
    font-family:Verdana, Arial, Helvetica, sans-serif, "Myriad Pro";
    font-size:10px;
    color:#cc0033;
}
#btnPleaseClick{
 margin:0px;
 padding:0px 0px 5px 0px;
}
#btnPleaseClick a{
 text-decoration:none;
 padding:0px;
 margin:0px 0px 0px 10px;
}
#btnPleaseClick a:hover{
 background:none;
 text-decoration:none;
}
.freeTrial a{
 text-decoration:underline;
}
.freeTrial a:hover{
 text-decoration:none;
 background:none;
}
.label_italics{
 font-family:Verdana, Geneva, sans-serif;
 font-size:10px;
 font-style:italic;
 color:#666;
}
/*INVENTORY PAGE STYLES*/

.intro h2{
	color:#333399;
	clear:both;
	letter-spacing:normal;
}

#muralBannerInventory{
	position:relative;
	left:0px;
	width:948px;
	top:0px;
}

.bannerButtons{
	position:absolute;
	left:400px;
	margin:0px;
	padding:0px;
	bottom:0px;
}

.bannerButtons li{
	margin-right:5px;
	padding:0px;
	float:left;
	position:relative;
	display:inline;
}



.titleIntroBig{
	color:#333399;
     font-family:Helvetica, Arial, sans-serif;
	font-size:32px;
	font-weight: bold;
	margin-bottom:0px;
	letter-spacing:-1px;
}
.titleIntroSmall{
	font-size:22px;
	font-weight: bold;
	margin-bottom:0px;
	letter-spacing:normal;
}
h3.subTitleIntro{
     font-family:Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight: bold;
	margin-bottom:0px;
	letter-spacing:normal;
}

#tabLeft{
	margin-top:0px;
	left:0px;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 12px 0px 0px;
	float:left;

}

#tabLeft p.comment{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:25px;
	font-style:italic;
	text-decoration:none;
	font-size:11px;
	margin-right:auto;
}

.bannerDescriptionIntro{
	width: 470px; 
	position: absolute; 
	left: 460px; 
	top:12px;
}
.bannerDescriptionIntro p {
	margin-top:5px;
	}

.btnMoreArtInventory{
	text-align:right;
}
.wrapBottomTabs{
	margin-bottom:0px; 
	padding:0px; 
	float:left; 
	position:relative;

}

#tabRight{
	margin-top:0px;
	left:0px;
	position:relative;
	margin:0px 0px 0px 10px;
	padding:0px 12px 0px 0px;
	float:left;

}

#tabRight p.comment{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:25px;
	font-style:italic;
	text-decoration:none;
	font-size:11px;
	margin-right:auto;
}



#tabRight li.relatedInfoBoxTop{
	margin-bottom:-2px;
	padding:0px;
}
#tabLeft li.relatedInfoBoxTop{
	margin-bottom:-2px;
	padding:0px;
}
#tabLeft li.relatedInfoBoxBottom{
	margin-top:-10px;
}
#tabRight li.relatedInfoBoxBottom{
	margin-top:-10px;
}
.navWrap{
 padding-bottom:10px;
 padding-top:10px;
}
.completecolour
{
	color:#FF0000;
}


/*Advanced user info & free DB Subscription styles*/

.receiveMsg{
	font-size:12px;
}
.receiveMsgHighlight{
	color:#CC0033;
}

#details .imgFreeProduct
{
	float:left;
	width:80px;
	height:113px;
	display:inline;
}

.freeSubBg{
	background-color:#fbfbfb;
	padding-left:10px;
	padding-right:5px;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
}

.freeSubBorderTop{
		border-top:1px solid #eeeeee;
		padding-top:10px;
}

.freeSubBorderBottom{
		border-bottom:1px solid #eeeeee;
		padding-bottom:10px;
}

#details .freeSubBg h2 {
	color:#333333;
	font-family:Arial,Verdana,Trebuchet MS,sans-serif;
	font-size:12px;
	letter-spacing:normal;
	margin-bottom:-10px;
}

table .freeSubBorderTop
{
	border:"0px";
	padding:"0px";
	border-spacing:"0px";
}

.noAccessMsg
{
	height:420px;
	font-size:12px;
}
.infoBox
{
	background-color:#DDDDDD;
	margin-right:10px;
	color:#333399;
	padding:5px;
}

.userInfoPListing{
	position:relative;
	margin:0px;
	padding:10px;
	clear:right;
	float:left;
	background-image: url(/images/bg-userinfo-plisting.jpg);
	background-repeat:repeat-x;
	background-position:center bottom;
	border:1px solid #CCCCCC;
	width:918px;
	margin-bottom:10px;
}

.userInfoProductCol{
	width:295px;
	padding-left:10px;
	margin:0px;
	position:relative;
	display:inline;
	float:left;
	background-image:url(/images/userinfo-plisting-border-right.jpg);
	background-position:right;
	background-repeat:no-repeat;

}

.userInfoProductCol li{
	padding:0px;
	margin:0px;
	position:relative;
	display:inline;
	float:left;
	width:230px;
}

.userInfoProductCol li h4{
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:14px;
}

.userInfoProductCol li.content{
	font-size:10px;
	width:220px;
}

.userInfoProductCol li.bottomlinks{
	font-size:10px;
	width:290px;
	margin-bottom:0px;
}

.userInfoProductColNoBorder{
	background-image:none;
}

.myProfileSidePanel
{
	position:absolute;
	float:left;
	top:374px;
	left:720px;
	width:auto !important;
	min-width:220px !important;
}

.freeProductImage
{
	width:49px !important;
	height:65px !important;
	padding-right:10px !important;
	position:relative !important;
}

.trcolorgrey
{
background-color: #f5f5f5; 

}

.toolTip
{
	max-width:200px;
	
	position:absolute;
	padding:0px;

	margin-left:5px;
	margin-top:-8px;
	font-family:Verdana, Geneva, sans-serif;
	color: #999;
	font-size:11px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	top:0px;
	
}
.toolTipCorner
{
	background-color:#f5f5f5;
	border:2px solid #ccc;
	padding:10px;
}
.toolTipIndicator
{
	
	position:absolute;
	padding-left:5px;
	left:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	
	
}

.borderTop{
	background-image:url(../../images/bg-top.gif);
	background-position:bottom;
	background-repeat:repeat-x;

}
	
.borderBottom{
	background-image:url(../../images/bg-btm.gif);
	background-position:top;
	background-repeat:repeat-x;
	
}

.borderLeft{
background-image:url(../../images/bg-left.gif);
	background-position:left;
	background-repeat:repeat-y;
	
}

.borderRight{
background-image:url(../../images/bg-right.gif);
	background-position:right;
	background-repeat:repeat-y;

}

.bordertopRight{
background-image:url(../../images/top-right.gif);
	background-position:right;
	background-repeat:repeat-y;

}
.borderbottomRight{
background-image:url(../../images/btm-rt.gif);
	background-position:right;
	background-repeat:repeat-y;
}
.bordertopLeft{
background-image:url(../../images/top-left.gif);
	background-position:left;
	background-repeat:repeat-y;
height:17px;
}
.borderbottomLeft{
background-image:url(../../images/btm-left.gif);
	background-position:left;
	background-repeat:repeat-y;
height:17px;
}
.message{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #999;
	background-color:#f5f5f5;
}
	
/* BioAnlytical Landing Page */
.listBoxWrapMain{
	float:left;
	position:relative;
	padding-bottom:10px;
}
.listBoxWrap{
	float:left; 
	width:225px; 
	position:relative;
	margin-right:10px;
	list-style:none;
	padding:0px;
}
.listBoxWrapNoMargin{
	float:left; 
	width:225px; 
	position:relative;
	list-style:none;
	padding:0px;
}
.listBoxOuter{
	width:223px;
	float:left;
	display:inline;
	position:relative;
	border-right:1px solid #f1f1f1;
	border-left:1px solid #f1f1f1;
	margin:0px;
	padding:0px;
}
.listBoxTitle {
	background-image:url(/images/landing-page/listbox-title-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-weight:bold;
	margin-left:2px;
	margin-right:2px;
	padding-left:10px;
	text-align:left;
	padding-bottom:5px;
	line-height:normal;
}
.listBoxTitle a{
	text-decoration:none;
}
.listBoxTitle a:hover{
	text-decoration:underline;
}
.listBoxBullets{	
	margin-left:0px;
	background-image:url(/images/landing-page/listbox-bg.jpg);
	padding-left:30px;
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-right:5px;
	float:left;
	width:188px;
	min-height:190px;
	padding-top:10px;
}
.listBoxTopCurve{
	float:left; 
	position:relative; 
	padding:0px;
	margin-bottom:-2px;
}
.listBoxBottomCurve{
	float:left; 
	position:relative; 
	padding:0px;
	margin:0px;
}
#mainContent .landing{
	padding-left:0px;
}
.tabberlive .tabbertab .dayclass h5 {
	display:block;
}
.eventRegDateSection
{
	float:left !important;
	width:50% !important;
}
/*Spring cleaning landing page styles*/
.messageIfLogin{
	position:relative;
	margin:0px;
	padding:10px;
	clear:right;
	float:left;
	border:1px solid #CCCCCC;
	width:918px;
	margin-bottom:10px;
	background-image: url(/images/left_box_bg-up.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-size:12px;
}

.messageIfLogin li{
	list-style:none;
	margin-top:10px;
}

.messageNotLogin{
	position:relative;
	margin:0px;
	padding:10px;
	float:left;
	border:1px solid #CCCCCC;
	width:443px;
	margin-bottom:10px;
	background-image: url(/images/left_box_bg-up.jpg);
	background-repeat:repeat-x;
	background-position:top;
	display:inline;
	font-size:12px;
	height:322px;
	line-height:16px;
}

.messageNotLogin li{
	list-style:none;
	margin-top:10px;
}
.messageIfLogin input[type="button"]
{
	background-image:url(/images/btnBgGrdnt.png);
	border-color:#CCCCCC #B5B5B5 #B5B5B5 #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333399;
	height:28px;
	margin:0px 7px 0px 0px;
	padding:1px 0 3px;
	text-align:center;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
	
}
.messageNotLogin input[type="button"]
{
	background-image:url(/images/btnBgGrdnt.png);
	border-color:#CCCCCC #B5B5B5 #B5B5B5 #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333399;
	height:28px;
	margin:0px 7px 0px 0px;
	padding:1px 0 3px;
	text-align:center;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
	
}

.messageNotLogin ul.bulleted li{
	list-style-image: url(/images/bullet_rpanel.jpg);
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:15px;
	margin-left:0px;
	margin-top: 8px;
	font-size:11px;
}
.messageNotLogin h4{
 font-size:11px;
}
.messageNotLogin h2{
 color:#333399;
 border-bottom:1px solid #dedede;
 padding-bottom:5px;
 padding-left:5px;
 font-size:14px;
 letter-spacing:normal;
}

.mediaTopicCell
{
	padding-left:28px;
}
.dragHandle
{
	cursor:move;
}


#divtwitterfacebook {
	
	margin-left:130px;
	margin-top:6px;
	width:588px;
	clear:both;
}
.divlogintwitterfacebook{
	position:relative; 
	width:332px; 
	display:block; 
	margin-top:26px;
	text-align:right;

}
.tab_pharmaDevelop{	
	min-height:220px;
}

.bannerDescriptionRight_wide{
	width: 520px; 
	position: absolute; 
	left: 410px; 
	top: 20px;
}
.bannerDescriptionRight_wide p{
	font-size:13px;
	margin-top:10px;
}
.bannerDescriptionRight_wide h3{
	font-family:Verdana,"Trebuchet MS",sans-serif;
	font-size:14px;
	font-weight: bold;
}
.blueTitle_small{
	font-size:32px;
	margin-bottom:9px;
	line-height:100%;
}
.greenTitle_small{
	color:#009966;
	letter-spacing:-1px;
    font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:2px;
}

/*Enotebook European seminars landing page*/
table#tblEuropeanSeminarList{
	width:926px;
	border-collapse:collapse;
	border:0px;
}
table#tblEuropeanSeminarList td.leftendcol,td.rightendcol{
	width:225px;
	text-align:center;
	vertical-align:middle;
}
table#tblEuropeanSeminarList td.col{
	width:125px;
	vertical-align:middle;
	padding-bottom:8px;
}
table#tblEuropeanSeminarList td.colVenue{
	width:226px;
}
.seminarSeriesBulleted{
	font-size:13px;
}
.eventPageButton{
	position:absolute;
	right:10px;
	top:212px;
	float:right;
}
.wideLanding{
	width:940px!important;
}
.wideLanding p{
	width:900px!important;
}
/*Support form mapping tool*/
.mappedValuesCol{
	padding: 3px 5px 3px 5px;
}


#details .secondaryNav {
	width:700px;
	float:left;
	position:relative;
	border:0px;
	margin-bottom:10px;
	padding:0px;
	clear:both;
}
#details .secondaryNav ul {
	float:left;
	position:relative;
	border:0px;
	margin:0px;
	padding:0px;
	width:700px;
}
#details .secondaryNav ul li {
	float:left;
	display:inline;
	width:auto;
	margin-bottom:0px!important;
	padding:0px;
	border:0px;
	position:relative;
}

#details .secondaryNav ul li a {
	text-decoration:none;
	color:#333399;
	font-size:11px;
	padding:2px 4px 2px 4px;
	display: block;
	text-align: center;
	border: 1px solid #ebebeb;
	background-color:#f1f1f1;
	margin-right:5px;
	float:left;
	position:relative;
}



#details .secondaryNav ul li a:hover {
	background-color: #DDDDDD;
}

#details .secondaryNav ul li.select a {
	background-color: #DDDDDD;
}

.DSListInner{
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
}

.DSListInner p{
	margin-left:10px;
	float:left;
	position:relative;

}

.DSListInner h2{
	margin-left:10px;
	margin-top:30px !important;


}

.DSListInner img{
	margin-right:40px;
	float:left;
	text-align:center;
	position:relative;
	clear:both;

}


.column1A {
	width:420px;
	float:left;
	padding:0px;
	position:relative;
	clear:right;
	left:150px;
}

 .column1Aleft {
	width:420px;
	float:left;
	padding:0px;
	position:relative;
	clear:right;
	left:49px;
}
 .column1B {
	float:left; 
	position:relative; 
	width:700px;
	clear:both;
}

 .column3A {
	width:220px;
	padding:0px;
	position:relative;
	display:inline;
	float:left;
	clear:left;
}

 .column3 {
	width:220px;
	float:right;
	margin-right:10px;
	padding:0px;	
	position:relative;
	display:inline;
	top:0px;
}

 .column2A {
	width:520px;
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
}

.detailsInner{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
}

.detailsInner img{
	float:left;
	position:relative;
	padding:0px;
	margin-top:20px;
	margin:0px;
	margin-bottom:20px;
	clear:left;
}
.detailsInner div{
	margin-bottom:30px;
}
.col1A{
	width:420px;
	float:left;
	padding:0px;
	position:relative;
	left:40px;
}
.esembleUseCol1B{
	left:120px;
}
/*AnalyticData Styles*/

.analyticDataCol1B{
	left:10px;
	width:340px;
	clear:right;
}

.analyticDataCol2{
	width:160px;
	float:left;
	padding:0px;
	position:relative;
	display:inline;
	margin-right:10px;
	margin-left:11px;
}
/*ENterprise Styles*/

.enterpriseCol2{
	width:320px;
	float:left;
	padding:0px;
	position:relative;
	display:inline;
	margin-right:10px;
}

.colWide {
	float:left; 
	position:relative; 
	width:700px;
	clear:both;
}
.enterpriseCol1B{
	left:10px;
	width:320px;

}

 .col2 {
	width:500px;
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
}


	
.diskImg{
	float:left;
	position:relative;
	padding:0px;
	margin-top:20px;
	margin:0px;
	margin-bottom:20px;
	clear:none;
	margin-top:20px;
}
/*ToolKit Styles*/
.row2{
	width:360px;
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	clear:left;
}

.row3{
	width:420px;
	float:left;
	padding:0px;
	position:relative;
	left:120px;
}

.row4{
	width:420px;
	float:left;
	padding:0px;
	position:relative;
	left:250px;
}
.DSList .buttonsTopRight_DSList{
	position:absolute;
	margin:0px;
	padding:0px;
	width:250px;
	right:0px;
	top:170px;
	z-index:140;
}

.DSList  .buttonsTopRight_DSList li{
	display:block;
	text-align:right;
	margin:-25px 0px 0px 0px;
	padding:0px;
	position:relative;
	border:0px;
}

#details .buttonsTopRight{
	position:absolute;
	margin:0px;
	padding:0px;
	width:250px;
	right:0px;
	top:140px;
	z-index:140;
}

#details  .buttonsTopRight li{
	display:block;
	text-align:right;
	margin:5px 0px 0px 0px;
	padding:0px;
	position:relative;
	border:0px;
}
.button_BtmRight{
 float:right;
 margin:0px;
 padding:0px;
 position:relative;
}
#panelColWrapOne .relatedInfoBoxBottom{
	margin-top:-10px;
	margin-bottom:-10px;
}
#panelColWrapOne .relatedInfoBoxTop{
	margin-bottom:-5px;	
}
.adjustTopmargin{
	margin-top:20px;
}


.infoPanelWrap .infoPanel li.Title{
	font-variant:small-caps;
	font-weight:bold;
	font-size:12px;
	color:#0039A6;
	letter-spacing:normal;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

.bannerDescriptionRight h2{
	color:#8E908F;
	font-size:22px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:10px;
}


.bannerDescriptionRight a{
	font-size:10px;
	text-decoration:none;
}

.bannerDescriptionRight a:hover{
	text-decoration:underline;
}
.muralBannerImg{
	float:left;
	min-width:390px;
	position:relative;
	margin-right:20px;
	margin-top:10px;
}
#muralSectionIntro{
 position:relative;
 left:0px;
 width:948px;
 top:0px;
}
.lblDidYMean{
    display:block;
    }
#textCorrected{
    background-image: url("/images/btn-accept.png") !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    height: 21px;
    padding: 0 !important;
    width: 55px;
}
#textCorrected:hover{
    background-image: url('/images/btn-accept-hover.png') !important;
    background-repeat:no-repeat !important;
}
.didYouMeanText{
    position:relative;
    margin-top:10px;
}
.didYouMeanlnk{
    margin-left:5px;
 	bottom:12px;
	position:relative;
    }
.dontDisplay{
    display:none;
    }  
.userInfo{
	 float:left;
	 margin:0px;
	 padding:0px;
	 position:relative;
}
.requiredFieldStar{
	color:Red;
	display:inline;
	padding-left:2px;
}
.downloadTrialMsg{
	display:none;
	border-top:1px solid #DDDDDD;
	padding-bottom:10px;
}
.cloudTrailMsg{
	display:none;
	border-bottom:1px solid #DDDDDD;
}
#details .adminInner{
	padding:10px;
	border:1px solid #CCC;
	float:left;
	position:relative;
	width:680px;
	background-image: url('/images/left_box_bg.gif');
	background-position:bottom;
	background-repeat:repeat-x;
}
#details .adminInner ul{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
}
#details .adminInner ul li{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
}
#details .adminInner ul li h4{
	background-image:url(/images/bg_form-title.jpg);
	background-repeat:repeat-x;
	height:40px;
	background-position:0px 25px;
	font-size:14px;
	font-weight:bold;
	position:relative;
	width:679px;
	color:#333333;
	margin:20px 0px 0px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#details .adminInner ul li ul.fieldsColumnLeft{
	width:330px;
	margin:0px;
	padding:0px;
	position:relative;
}
#details .adminInner ul li ul.fieldsColumnLeft li{
	width:330px;
	margin-top:6px;
	padding:0px;
	float:left;
	position:relative;
}
#details .adminInner ul li ul.fieldsColumnLeft li input[type="checkbox"]{
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}
#details .adminInner ul li ul.fieldsColumnRight{
	width:330px;
	padding:0px;
	position:relative;
}
#details .adminInner ul li ul.packedRight{
	width:330px;
	margin:0px;
	padding:0px;
	position:relative;

}
#details .adminInner ul li ul.packedRight li{
	line-height:24px;
	margin:0px;

}
#details .adminInner ul li ul.fieldsColumnRight li{
	width:330px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	float:left;
	position:relative;
	text-align:left;
}
#details .adminInner ul li ul.fieldsColumnRight li input[type="checkbox"]{
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	position:relative;
	display:inline;
	text-align:left;
	float:left;
}
#details .adminInner ul li ul.fieldsColumnRight li input[type="checkbox"]:hover,.fieldsColumnRight li input[type="checkbox"]:focus {
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	position:relative;
	display:inline;
	float:left;
}
#details .adminInner ul li ul.fieldsColumnLeft li input[type="checkbox"]:hover,.fieldsColumnLeft li input[type="checkbox"]:focus {
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	position:relative;
	display:inline;
}
#details .adminInner ul li ul.fieldsColumnRight li label{
	letter-spacing:normal;
	position:relative;
	width:300px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:-2px;
	float:left;
	padding-left:5px;
	line-height:normal;
}
#details .adminInner ul li ul.fieldsColumnLeft  select, #details .adminInner ul li ul.fieldsColumnRight select{
	display:inline !important;
	width:205px !important;
}
#details .adminInner ul li ul.fieldsColumnRight li ul.loginUncheckedWrap{
	width:231px;
	float:left;
	position:relative;
	margin-top:0px;
	padding:0px;
	margin-bottom:0px;
}
#details .adminInner ul li ul.fieldsColumnRight li ul.loginUncheckedWrap li{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	display:block;
}
#details .adminInner ul li ul.fieldsColumnRight li ul.loginUncheckedWrap li h4{
	width:221px;
	float:left;
	position:relative;
	margin:0px;
	padding:2px 0px 0px 15px;
	background-image: url(/images/loginbox_unchecked-top.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	color:#666699;
	height:23px;
	font-size:12px;
}
#details .adminInner ul li ul.fieldsColumnRight li ul.loginUncheckedWrap li.loginUncheckedOuter{
	background-image:url(/images/loginbox_unchecked-bg.jpg);
	width:231px;
	background-position:left;
	margin:0px;
	padding:0px;
	background-repeat:repeat-y;
	float:left;
	position:relative;
}
#details .adminInner ul li ul.fieldsColumnRight li ul.loginUncheckedWrap li ul.loginUnchecked{
	background-image: url(/images/loginbox_unchecked_bginner.jpg);
	width:211px;
	background-position:left top;
	background-repeat: no-repeat;
	float:left;
	position:relative;
	margin-top:-2px;
	padding:0px 10px 5px 10px;
}
#details .adminInner ul li ul.fieldsColumnRight li ul.loginUncheckedWrap li ul.loginUnchecked li{
	float:left;
	width:211px;
	position:relative;
	margin-top:0px;
	padding:0px;
}
#details .adminInner ul li ul.fieldsColumnRight li ul.loginUncheckedWrap li ul.loginUnchecked li a{
	text-decoration:none;
	font-size:10px;
	padding-bottom:5px;
	position:relative;
	padding-right:5px;
	color:#6A7F10;
}
#details .adminInner ul li ul.fieldsColumnRight li ul.loginUncheckedWrap li ul.loginUnchecked li a:hover{
	text-decoration:underline;
}
#details .adminInner ul li ul.fieldsColumnRight li ul.loginUncheckedWrap li ul.loginUnchecked li label{
	float:left;
	position:relative;
	margin-top:0px;
	padding:0px;
	width:211px;
}
#details .adminInner ul li ul.fieldsColumnRight li ul.loginUncheckedWrap li ul.loginUnchecked li.button_loginUnchecked{
	text-align:right;
	float:right;
	right:0px;
	margin-top:-10px;
}
#details .adminInner ul li ul.fieldsColumnRight li ul.loginUncheckedWrap li.bgBottom{
	width:231px;
	position:relative;
	margin-top:0px;
	padding:0px;
	background-image: url(/images/loginbox_unchecked-btm.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	color:#333399;
	height:6px;
}
#details .adminInner .button_LoginRft{
	margin:5px 0px 0px 0px;
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	left:102px;
	padding-bottom:5px;
}
#details .adminInner .button_LoginRft input[type="submit"]{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:105px;
	background-image: url(/images/webform-buttons.png);
	background-position:0px -179px;
	background-repeat:no-repeat;
	height:24px;
	border:0px;
	background-color:#e9e9e9;
	cursor:pointer;
}
#details .adminInner .button_LoginRft input:hover[type="submit"]{
	background-position:0px -203px;
}
#details .button_submitRequest input[type="submit"]{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:191px;
	background-image: url(/images/webform-buttons.png);
	background-position:0px -120px;
	background-repeat:no-repeat;
	height:29px;
	border:0px;
	background-color: #FFFFFF;
	left:245px;
	margin-top:20px;
	cursor:pointer;
	margin-bottom:10px;
}
#details .button_submitRequest input:hover[type="submit"]{
	background-position:0px -150px;
}
#details .adminInner ul li.comments textarea{
	width:670px;
	float:left;
	position:relative;
	height:70px;
}
#details .adminInner ul li ul.fieldsColumnRight li label h4{
	background-image: none;
	font-size:14px;
	font-weight:bold;
	position:relative;
	color:#333;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#details .adminInner ul li ul.fieldsColumnRight li label.regMe{
	background-image: none;
	font-size:14px;
	font-weight:bold;
	position:relative;
	color:#333;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	float:left;
	margin-left:5px;
	margin-top:-2px;
	height:20px;
}
.adminInner ul li ul.fieldsColumnWide{
	width:670px !important;
}
.adminInner ul li ul.fieldsColumnWide li{
	width:670px !important;
}
#details .adminInner ul li ul.fieldsColumnRight li ul.regChecked{
 float:left;
 position:relative;
 margin:0px;
 padding:0px;
}
#details .adminInner ul li ul.fieldsColumnRight li ul.regChecked li{
 float:left;
 position:relative;
 margin-top:5px;
 padding:0px;
}
#details .adminInner ul li ul.fieldsColumnRight li ul.regChecked li.emailContact {
    margin-top:10px;
}
#details .adminInner ul li.commentsRight textarea{
	width:305px;
	float:left;
	position:relative;
	height:82px;
}
.agendaWrap{
	float:left;
	position:relative;
	padding:10px;
	border:1px solid #dedede;
}
.seminarAgendaLeft{
	float:left;
	width:375px;
	line-height:17px;
	margin-top:5px;
}
.seminarAgendaRight{
	float:left;
	padding-left:40px;
	line-height:17px;
	margin-top:5px;
}
.seminarAgendaInner{
	line-height:12px;
	margin-top:4px;
	margin-bottom:3px;
}
.productButtons{
	width:182px;
	padding:0px 0px 0px 0px;
	position:relative;
	margin:0px;
	background-image:url('/images/bg_productpage-btns.jpg');
	background-repeat:repeat-y;
	list-style:none;
	float:right;
	margin-bottom:5px;
	margin-top:4px!important;
	margin-left:15px;
	margin-right:5px;
 }
 .productButtons ul{
	width:190px;		
	padding:0px;
	position:relative;
	margin:0px;
	float:left;
}
.productButtons ul li{
	width:190px;
	float:left !important;
	padding:0px;
	position:relative;
	display:block;
	list-style:none;
	border-top:none;
	margin:0px!important;
	padding-left:8px!important;
}
.productButtons ul li.top{
	padding:0px;
	position:relative;
	background-image:url(/images/top_bg_productpage-btns.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:6px;
	width:177px;
	display:block;
	float:left;
	padding-left: 10px!important;
	margin:0px!important;
}
 .productButtons ul li.bottom{
	padding:0px!important;
	position:relative;
	background-image:url('/images/bottom_bg_productpage-btns.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	height:6px;
	width:177px;
	margin:0px!important;
	margin-top:5px!important;
	margin-bottom:0px!important;
	float:left;
}
.download input[type="submit"]{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:171px;
	background-image: url('/images/buttons_productpage.png');
	background-position:0px -4px;
	background-repeat:no-repeat;
	height:24px;
	border:0px;
	background-color:#FFF;
	margin-top:7px;
}
.download input:hover[type="submit"]{
	background-position:0px -29px;
	cursor:pointer;
}
.purchase input[type="submit"]{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:171px;
	background-image: url('/images/buttons_productpage.png');
	background-position:0px -54px;
	background-repeat:no-repeat;
	height:24px;
	border:0px;
	background-color:#FFF;
	margin-top:7px;
}
.purchase input:hover[type="submit"]{
	background-position:0px -79px;
	cursor:pointer;
}
.compare input[type="submit"]{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:171px;
	background-image: url('/images/buttons_productpage.png');
	background-position:0px -104px;
	background-repeat:no-repeat;
	height:24px;
	border:0px;
	background-color:#FFF;
	margin-top:7px;
}
.compare input:hover[type="submit"]{
	background-position:0px -129px;
	cursor:pointer;
}
.request input[type="submit"]{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:171px;
	background-image: url('/images/buttons_productpage.png');
	background-position:0px -154px;
	background-repeat:no-repeat;
	height:24px;
	border:0px;
	background-color:#FFF;
	margin-top:7px;
}
.request input:hover[type="submit"]{
	background-position:0px -179px;
	cursor:pointer;
}
.contactSales input[type="submit"]{
	background-position:0px -204px !important;
}
.contactSales input:hover[type="submit"]{
	background-position:0px -229px !important;
}
.download_appStore a{
 padding:0px;
 float:left;
 position:relative;
 text-align:center;
 width:190px;
 background-image: url('/images/buttons_productpage.png');
 background-position:0px -354px;
 background-repeat:no-repeat;
 height:24px;
 border:0px;
 background-color:#FFF;
 margin-top:7px;
}
.download_appStore a:hover{
 background-position:0px -379px;
 cursor:pointer;
}
.Buy_appStore a
{
    padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:171px;
	background-image: url('/images/buttons_productpage.png');
	background-position:0px -404px !important;
	background-repeat:no-repeat;
	height:24px;
	border:0px;
	background-color:#FFF;
	margin-top:7px;
	
}
.Buy_appStore a:hover{
	background-position:0px -429px !important;
	cursor:pointer;
}
.requestAQuote input[type="submit"]{
	background-position:0px -254px !important;
}
.requestAQuote input:hover[type="submit"]{
	background-position:0px -279px !important;
}
.productSidepanel{
	background-image:url('/images/bg_sidepanel.jpg');
	background-position:top;
	background-repeat:repeat-y;
	border:1px solid #dddddd;
}
.productSidepanel li ul.panel{
	border:none;
	padding:1px 0px 1px 0px;
	text-align:left;
	margin-bottom:10px;
	background-image:none;
}
.productSidepanel li ul.panel li h3{
	color:#0039A6;
	letter-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px 3px 0px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 1px 10px 10px;
	background:none;
	letter-spacing:normal;
}
.productSidepanel li ul.panel li sapn{
	padding-top:10px;

}
.productSidepanel li ul.panel li a{
	color:#0039A6;
}
.noExistItem{
    display:block;
    clear:both;
 }
.lblNoItem{
    top:10px;     
    position:relative;
}
a.completeReg{
	 position :absolute;
	 right:10px;
	 top:195px;
	 float:right;
	 background-image: url('/images/btn-Complete-Register.gif');
	 background-position:0px 0px;
	 height:27px;
	 margin:0px;
	 padding:0px;
	 width:190px;
}
 a:hover.completeReg{
	 background-position:0px -28px;
}
.divGenericPanel{
   border:1px solid #CC0033;
   padding-left:10px;
}
.divGenericPanel h3{
	color:#CC0033;
	margin-bottom:5px;
	margin-left:30px;
}
.divGenericPanel p{
	margin-left:30px;
	margin-bottom:8px;
}
.RegisterAlertIcon{
	float:left;
	height:23px;	
	width:23px;
	margin-top:8px;	
}
.bckToSupportlnk{
    display:block;
    clear:both;
    padding:20px    
    }
.bckToSupportlnkDetails{
    display:block;
    clear:both;
    padding-top:20px    
    }
.divdate{
	color:#666666;
}
.normalListSite{
	margin-bottom:10px;
}
.normalListSite li{
	margin-left:10px;
	list-style-image:url('');
}
 /* LimsLink Lab Interface Solution */
.downLoadWP a{
	 float:left;
	 position:relative;
	 margin:0px 10px 5px 0px;
	 padding:0px;
	 background-image: url(/images/btn-cs-swatch.jpg);
	 background-position:-2px  -372px;
	 background-repeat:no-repeat;
	 width:215px;
	 height:29px;
	 display:block;
}
.downLoadWP a:hover{
	 float:left;
	 position:relative;
	 margin:0px 10px 5px 0px;
	 padding:0px;
	 background-image: url(/images/btn-cs-swatch.jpg);
	 background-position:-2px  -403px;
	 background-repeat:no-repeat;
}
.requestInfo a{
	 position:relative;
	 margin:45px 10px 10px 0px;
	 padding:0px;
	 background-image: url(/images/btn-cs-swatch.jpg);
	 background-position:-2px  -434px;
	 background-repeat:no-repeat;
	 width:215px;
	 height:29px;
	 display:block;
}
.requestInfo a:hover{
	 position:relative;
	 margin:45px 10px 10px 0px;
	 padding:0px;
	 background-image: url(/images/btn-cs-swatch.jpg);
	 background-position:-2px  -465px;
	 background-repeat:no-repeat;
	 display:block;
}
 /* LimsLink Lab Interface Solution End */
 .pdfIconsmall{
	 background-image:url(/images/pdf.png);
	 background-position:left;
	 padding-right:0px;
	 background-repeat:no-repeat;
	 width:12px;
	 height:12px;
	 position:absolute;
	 left: 115px;
	 margin-top:-22px;
}
.viewWebinar a{
	position:relative;
	margin:45px 10px 10px 0px;
	padding:0px;
	background-image: url(/images/btn-cs-swatch.jpg);
	background-position:-2px  -496px;
	background-repeat:no-repeat;
	width:215px;
	height:29px;
	display:block;
}

.viewWebinar a:hover{
	position:relative;
	margin:45px 10px 10px 0px;
	padding:0px;
	background-image: url(/images/btn-cs-swatch.jpg);
	background-position:-2px  -527px;
	background-repeat:no-repeat;
	display:block;
}
.TitleSoftware{
	color:#333399;
	letter-spacing:-1px;
    font-family:Verdana,"Trebuchet MS",sans-serif;
	font-size:26px;
	font-weight: bold;
	margin-bottom:0px;
}

#details .btn_supportTicket {
	position: relative; 
	width: 250px; 
	padding:0px; 
	margin:0px; 
	float: left; 
	margin-bottom:10px;
}
#details .btn_supportTicket ul {
	position: relative; 
	width: 250px; 
	float: left; 
	margin:0px;
	padding:0px;
}
#details .btn_supportTicket ul li {
	position: relative; 
	margin: 0px; 
	padding:18px;
	float:left; 
	padding-bottom:20px;
	padding-left:10px;
}
#details .btn_supportTicket ul li a {
	position: relative; 
	margin-bottom: 10px;  
	float:left; 
	margin-left: 0px; 
	margin-right: 10px; 
	margin-top: 10px;
}
#details .btn_supportTicket ul li a:hover {
	position: relative; 
	margin-bottom: 10px;  
	float:left; 
	margin-left: 10px; 
	margin-right: 10px; 
	margin-top: 10px;
}
#details .btn_supportTicket fieldset {
	border-bottom: #cccccc 1px solid; 
	border-left: #cccccc 1px solid; 
	padding-left:15px; 
	padding-right:0px;  
	border-top: #cccccc 1px  solid; 
	border-right: #cccccc 1px solid; 
	padding-bottom:0px; 
	padding-top:0px;
	background-color:#f6f6f6;
	float:left;
	position:relative;
	background: url(/images/left_box_bg.gif) repeat-x center bottom;
}
#details .btn_supportTicket fieldset legend {
	font-size:12px;
	font-weight:bold;
	color:#333333;
}
#details .btn_supportTicket ul li span.supportTicket a {
	background-image: url(/images/btn-cs-swatch.png); 
	position: relative; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-left: 0px; 
	width: 215px; 
	padding-right: 0px; 
	background-repeat: no-repeat; 
	background-position: -2px -310px; 
	float: left; 
	height: 29px; 
	padding-top: 0px;
}
#details .btn_supportTicket ul li span.supportTicket a:hover {
	background-image: url(/images/btn-cs-swatch.png); 
	position: relative; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	background-repeat: no-repeat; 
	background-position: -2px -341px; 
	float: left; 
	padding-top: 0px;
}

 .columncontent {
	width:325px;
	float:left;
	padding:0px;
	position:relative;
	clear:left;
	left:45px;
}
 .columnleftcontent {
	width:325px;
	float:left;
	padding:0px;
	position:relative;
	clear:left;
}
 .columnimage {
	width:320px;
	float:right;
	margin-right:10px;
	padding:0px;	
	position:relative;
	display:inline;
	top:0px;
}
.structurecontent ul li{
    list-style:disc outside url("/images/bullet_rpanel.jpg");
    border:none;
    margin-bottom:10px !important;
    margin-left:35px;
    }
.contentParagraph{
    margin-left:35px;
    }
.columncontent ul li{
    margin-left:35px;
    list-style:disc outside url("/images/bullet_rpanel.jpg");
    border-top:none;
    margin-bottom:10px !important;
    }
    
#details .freeCloudTrial {
	position: relative; 
	padding:0px; 
	margin:0px; 
	float: left;
	margin-bottom:10px;
}
#details .rightMargin{
	margin-right:10px;
}
#details .freeCloudTrial ul {
	position: relative; 
	float: left; 
	margin:0px;
	padding:0px;
}
#details .freeCloudTrial ul li {
	position: relative; 
	margin: 0px; 
	padding:0px;
	float:left;
	padding-top:5px;
}
#details .freeCloudTrial ul li fieldset {
	width: 323px; 
	border-bottom: #cccccc 1px solid; 
	border-left: #cccccc 1px solid; 
	padding:10px; 
	border-top: #cccccc 1px  solid; 
	border-right: #cccccc 1px solid;
	float:left;
	position:relative;
	background:url(/images/left_box_bg.gif) repeat-x center bottom;
	height:80px;
}
#details .freeCloudTrial ul li fieldset.wider{
	width:680px; 
	border-bottom: #cccccc 1px solid; 
	border-left: #cccccc 1px solid; 
	padding:10px; 
	border-top: #cccccc 1px  solid; 
	border-right: #cccccc 1px solid;
	float:left;
	position:relative;
	background:url(/images/left_box_bg.gif) repeat-x center bottom;
	height:50px;
}
#details .freeCloudTrial ul li fieldset legend {
	font-size:12px;
	font-weight:bold;
	color:#333333;
}    
#details .button_enbTrial a{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:162px;
	background-image: url(/images/btn_enb-rft.png);
	background-position:0px -35px;
	background-repeat:no-repeat;
	height:35px;
	border:0px;
	left:0px;
	margin-top:10px;
	cursor:pointer;
}
#details .button_enbTrial a:hover{
	background-position:0px 0px;
	text-decoration:none;
	border:0px;
}
.headerLine_noNav{
	height:22px;
	background-image:url(/images/landing-page/bg_header-line.jpg);
	background-repeat:repeat-x; 
}
#details .userInfo .didYouMeanlnk a{
	text-decoration:none;
}
#details .userInfo #textCorrected{
    position:relative;
    margin-top:5px;
    top:5px!important;
}
#details .userInfo .didYouMeanlnk{
	bottom:0px;
}
.buttonsLanding{
	position:relative;
	margin:10px 0px 10px 0px;
	padding:0px;
}
.buttonsLanding li{
	position:relative;
	margin:0px;
	padding:0px;
	display:block;
}
a.btnSize1_downloadWp{
	background-image:url(/images/landing-page/landing-buttons.png);
	background-position:0px -147px;
	background-repeat:no-repeat;
	width:296px;
	height:37px;
	margin:0px 0px 5px 0px;
	padding:0px;
	position:relative;
	float:left;
}
a:hover.btnSize1_downloadWp{
	float:left;
	position:relative;
	width:296px;
	height:37px;
	background-position:0px -184px;
}
a.btnSize1_downloadCsales{
	background-image:url(/images/landing-page/landing-buttons.png);
	background-position:0px -787px;
	background-repeat:no-repeat;
	width:296px;
	height:37px;
	margin:0px 0px 5px 0px;
	padding:0px;
	position:relative;
	float:left;
}
a:hover.btnSize1_downloadCsales{
	float:left;
	position:relative;
	width:296px;
	height:37px;
	background-position:0px -824px;
}

a.btnSize1_requestInfo{
	background-image:url(/images/landing-page/landing-buttons.png);
	background-position:0px -73px;
	background-repeat:no-repeat;
	width:296px;
	height:37px;
	margin:0px 0px 10px 0px;
	padding:0px;
	position:relative;
	float:left;
}
a:hover.btnSize1_requestInfo{
	float:left;
	position:relative;
	width:296px;
	height:37px;
	background-position:0px -110px;
}
a.btnSize1_purchaseDesktop{
	background-image:url(/images/landing-page/landing-buttons.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	margin:0px 0px 5px 0px;
	width:296px;
	height:37px;
	padding:0px;
	position:relative;
	float:left;
}

 a:hover.btnSize1_purchaseDesktop{
	float:left;
	position:relative;
	width:296px;
	height:37px;
	background-position:0px -37px;
}
a.btnSize1_readELNArticle{
	background-image:url(/images/landing-page/landing-buttons.png);
	background-position:0px -369px;
	background-repeat:no-repeat;
	width:296px;
	height:37px;
	margin:0px 0px 5px 0px;
	padding:0px;
	position:relative;
	float:left;
}
a:hover.btnSize1_readELNArticle{
	float:left;
	position:relative;
	width:296px;
	height:37px;
	background-position:0px -406px;
}
a.btnSize1_downloadELNWp{
	background-image:url(/images/landing-page/landing-buttons.png);
	background-position:0px -295px;
	background-repeat:no-repeat;
	width:296px;
	height:37px;
	margin:0px 0px 5px 0px;
	padding:0px;
	position:relative;
	float:left;
}
a:hover.btnSize1_downloadELNWp{
	float:left;
	position:relative;
	width:296px;
	height:37px;
	background-position:0px -332px;
}
a.btnSize1_purchaseInventoryDesktop{
	background-image:url(/images/landing-page/landing-buttons.png);
	background-position:0px -221px;
	background-repeat:no-repeat;
	width:296px;
	height:37px;
	margin:0px 0px 5px 0px;
	padding:0px;
	position:relative;
	float:left;
}
a:hover.btnSize1_purchaseInventoryDesktop{
	float:left;
	position:relative;
	width:296px;
	height:37px;
	background-position:0px -258px;
}
a.btnSize1_MoreArtInventory{
	background-image:url(/images/landing-page/landing-buttons.png);
	background-position:0px -443px;
	background-repeat:no-repeat;
	width:382px;
	height:24px;
	margin:0px 0px 5px 0px;
	padding:0px;
	position:relative;
	float:right;
}
a:hover.btnSize1_MoreArtInventory{
	float:right;
	position:relative;
	width:382px;
	height:24px;
	background-position:0px -467px;
}
.landingContent{
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
}
.landingContent ul.landing_leftCol{
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
	width:400px;
}
.landingContent ul.landing_leftCol li{
	margin:0px;
	padding:0px;
	position:relative;
	width:400px;
}
.landingContent ul.landing_leftCol  li h2{
	color:#0039A6;
	font-size:18px;
	letter-spacing:normal;
	margin-bottom:10px;
	margin-top:20px;
}
.landingContent ul.landing_rightCol{
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
	width:490px;
	margin-left:30px;
}
.landingContent ul.landing_rightCol li{
	margin:0px;
	padding:0px;
	position:relative;
	width:490px;
}
.landingContent ul.landing_rightCol li ul.bulletedLanding {
	list-style-image:url(/images/landing-page/bullet-small.jpg);
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:15px;
	margin-left:15px;
	margin-top: 8px;
}
.landingContent ul.landing_rightCol li ul.bulletedLanding li{
	margin-top: 8px;
}
.landingContent ul.landing_rightCol li ul.facts {
	float:left;
	margin:0px;
	padding:0px;

}
.landingContent ul.landing_rightCol li ul.facts li{
	margin-top:10px;
	margin-top:10px;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
}
.landingContent ul.landing_rightCol li  h2{
	margin-bottom:10px;
}
#membership .attendeeListtitlewrapper td 
{
 padding:5px;
 border:1px solid #cccccc;
}
#details .alsoVisitLinks a{
	text-decoration:none;
}
#details .alsoVisitLinks a:hover{
	text-decoration:underline;
}
.tblratingtitlewrapper {
	border:1px solid #DDDDDD;
	position:relative;
	width:938px;	
	background-image: url('/images/left_box_bg.gif') ;
	background-position:bottom;
	clear:both;	
	margin-bottom:100px;
}
#membership .tblratingtitlewrapper td{ 
   padding:5px;
   border:1px solid #cccccc;
}
.ratinglevel{
	text-align:center;
	color:#333399;
	font-weight:bold;
}
.ratinghead{
	text-align:center;	
	font-weight:bold;
}
.ratingList 
{
	position:relative;
	width:751px;
	border-bottom:1px solid #ccc;
	margin:100px 0px 0px 1px;
	bottom:100px;
}
.landingContent ul.landing_rightCol li ul.insetLanding{
	margin-top:50px;
	bottom:30px;
	background-color:#f5f5f5;
	border:1px solid #dddddd;
	float:left;
	position:relative;
	padding:10px;
	width:480px;
	padding-right:20px;
}

.insetLanding li ul.bulletedLanding{
	list-style-image:url(/images/bullet_rpanel.jpg);
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:15px;
	margin-left:30px;
	margin-top: 8px;
}
.landingContent ul.landing_rightCol li ul.insetLanding li ul.bulletedLanding li{
	width:460px;
}
.playVideo{
    background:url("/images/playBtn.gif") no-repeat scroll 0 0 transparent !important;
    height:313px;
    width:470px;
    display:inline-block;
    }
.playVideo:hover{
    height:313px;
    width:470px;
    background:url("/images/playBtn-hover.gif") no-repeat scroll 0 0 transparent !important;
    background-repeat:no-repeat !important;
    display:inline-block;
    }
.playVideoWaiting{
    background:url("/images/playBtn-loading.gif") no-repeat scroll 0 0 #FFFFFF !important;
    background-repeat:no-repeat !important;
    height:313px;
    width:470px;
    background-color:#FFFFFF !important;
}
.divcontentcs{
    color:Gray;
    font-style:italic;
    float:left;
    margin-left:15px;  
    margin-bottom:10px;  
}
.starheading{
    font-family:Verdana, Arial, Helvetica, sans-serif, "Myriad Pro";
    font-size:12px;
    color:#6A7F10;
}
.starcontent{
    font-family:Verdana, Arial, Helvetica, sans-serif, "Myriad Pro";
    font-size:9px;
    color:#6A7F10;
}
#details .button_register input[type="submit"], #membership .button_register input[type="submit"]{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:144px;
	background-image: url(/images/webform-buttons.png);
	background-position:0px -60px;
	background-repeat:no-repeat;
	height:29px;
	border:0px;
	background-color: #FFFFFF;
	left:0px;
	cursor:pointer;
}
#details .button_register input[type="submit"]{
	left:35px;
}
#details .button_register input:hover[type="submit"], #membership .button_register input:hover[type="submit"]{
	background-position:0px -90px;
}
#spnRegisterWait{
	position:absolute;
	left:510px;
	margin-top:30px;
}
#membership .button_update input[type="submit"]{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:135px;
	background-image: url(/images/webform-buttons.png);
	background-position:0px -347px;
	background-repeat:no-repeat;
	height:29px;
	border:0px;
	background-color: #FFFFFF;
	left:0px;
	margin-top:10px;
	cursor:pointer;
	margin-bottom:10px;
}
#membership .button_update input:hover[type="submit"]{
	background-position:0px -377px;
}
#details .buttonSubmit input[type="submit"], #membership .buttonSubmit input[type="submit"]{
	float:left;
	position:relative;
	text-align:center;
	width:134px;
	background-image: url(/images/webform-buttons.png);
	background-position:0px -287px;
	background-repeat:no-repeat;
	height:29px;
	border:0px;
	background-color: #FFFFFF;
	margin-top:15px;
	cursor:pointer;
	margin-bottom:15px;
	clear:both;
	left:90px;
}
#details .buttonSubmit input:hover[type="submit"], #membership .buttonSubmit input:hover[type="submit"]{
	background-position:0px -317px;
}
#details .button_submitLft input[type="submit"], #membership .button_submitLft input[type="submit"]{
	left:0px;
	margin-top:0px;
}
#details .button_SubmitApplication input[type="submit"]{
	float:left;
	position:relative;
	text-align:center;
	width:206px;
	background-image: url(/images/webform-buttons.png);
	background-position:0px -227px;
	background-repeat:no-repeat;
	height:29px;
	border:0px;
	background-color: #FFFFFF;
	margin-top:15px;
	cursor:pointer;
	margin-bottom:15px;
	clear:both;
}
#details .button_SubmitApplication input:hover[type="submit"]{
	background-position:0px -257px;
}
#details .button_submitRequestLft input[type="submit"]{
	left:0px;
	margin-top:0px;
	margin-bottom:9px;
}
a.buttonRegister{
	background-image:url(/images/webform-buttons.png);
	background-position:0px -60px;
	position:relative;
	float:left;
	background-repeat:no-repeat;
	width:143px;
	height:29px;
}	
a:hover.buttonRegister{
	background-position:0px -90px;
}
.loginboxinfosection li{ 
	position:relative;
	right:0px;
}
.loginboxinfosection input[type="submit"]{
	background-image: url(/images/webform-buttons.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	position:relative;
	width:143px;
	float:right;
	height:30px;
	clear:both;
	border:0px;
	cursor:pointer;
}
.loginboxinfosection input:hover[type="submit"]{
	background-position:0px -30px;
}
.loginrecoverybox input:hover[type="submit"]{
	background-position:0px -497px;
}
#membership .button_delete input[type="submit"]{
	background-image: url(/images/webform-buttons.png);
	background-position:0px -407px;
	background-repeat:no-repeat;
	position:relative;
	width:135px;
	float:left;
	height:29px;
	clear:both;
	border:0px;
	cursor:pointer;
	background-color: #FFFFFF;
	margin-top:-5px;
}
#membership .button_delete input:hover[type="submit"]{
	background-position:0px -437px;
}
a.eventPageButton{
	background-image:url(/images/webform-buttons.png);
	background-position:0px -647px;
	float:left;
	background-repeat:no-repeat;
	width:237px;
	height:29px;
}
a:hover.eventPageButton{
	background-position:0px -677px;
}
#details .button_submitSupport input[type="submit"]{
	float:left;
	position:relative;
	text-align:center;
	width:247px;
	background-image: url(/images/webform-buttons.png);
	background-position:0px -527px;
	background-repeat:no-repeat;
	height:29px;
	border:0px;
	background-color: #FFFFFF;
	margin-top:15px;
	cursor:pointer;
	margin-bottom:15px;
	clear:both;
	left:32px;
}
#details .button_submitSupport input:hover[type="submit"]{
	background-position:0px -557px;
}
a.btnSize1_downloadPdf{
	background-image:url(/images/landing-page/landing-buttons.png);
	background-position:0px -492px;
	background-repeat:no-repeat;
	margin:0px 0px 5px 0px;
	width:296px;
	height:37px;
	padding:0px;
	position:relative;
	float:left;
}
a:hover.btnSize1_downloadPdf{
 background-position:0px -529px;
}
ul.insetLanding{
	margin-top:50px;
	bottom:30px;
	background-color:#f5f5f5;
	border:1px solid #dddddd;
	float:left;
	position:relative;
	padding:10px;
	padding-right:20px;
}
ul.bulletedLanding{
	list-style-image:url(/images/landing-page/bullet-small.jpg);
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:15px;
	margin-left:30px;
	margin-top: 8px;
}
#details .adminInner ul li ul.fieldsColumnLeft li.contactPreference label{
	vertical-align:baseline;
	padding-left:5px;
}
.intro p{
	width:900px!important;
}
.ctaLanding{
	background-image: url(/images/left_box_bg.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	width:auto;
	float:left;
	padding:10px 10px 10px 10px;
	position:relative;
	border:1px solid #c5c5c5;
	top:5px;
}
.ctaLanding h3{
	margin-bottom:10px;
	color:#333;
	font-family:Arial;
	font-size:14px;
}
/* Gallery Home Page styles */

/* CHNANGED STYLES */
#gallery{
	width:950px;
	overflow:hidden;
	height:350px;
	position:relative;
	float:left;
}
#slides{
	/* This is the slide area */
	height:328px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:950px;
	overflow:hidden;
	position:relative;
	float:left;
}
.slide{
	position:relative;
	float:left;
	
}
#menuThumbnail{	
	height:24px;
	float:left;
	width:252px;
	margin-left:349px;
}
#menuThumbnail li{
    background-color: #FFFFFF;
    bottom: 18px;
    display: block;
    float: left;
    margin:3px;
    height: 37px;
    list-style: none outside none;
    overflow: hidden;
    position: relative;
    text-align: center;
}


#menuThumbnail a{
    padding:0px;
    opacity:0.7;
	filter:alpha(opacity=70);
    background-color:#FFFFFF;
	float:left;
	position:relative;
    }
#menuThumbnail a:hover{
    opacity:1;
	filter:alpha(opacity=100);
    }


#menuThumbnail .act a{
    background-color:#FFFFFF;
    opacity:1;
	filter:alpha(opacity=100);
}
#menuThumbnail .inact:hover{
	background-color:#FFFFFF;
}
.slideImg1{
	background-image: url(/images/home_banner_davis.jpg);
	background-position:0px 0px;
	width:950px;
	height:328px;
	background-repeat:no-repeat;
	position:relative;
	float:left;
}

.slideImg2{
	background-image: url(/images/home_banner_davis.jpg);
	background-position:-950px 0px;
	width:950px;
	height:328px;
	background-repeat:no-repeat;
	position:relative;
	float:left;
}

.slideImg3{
	background-image: url(/images/home_banner_davis.jpg);
	background-position:-1900px 0px;
	width:950px;
	height:328px;
	background-repeat:no-repeat;
	position:relative;
	float:left;
}

.slideImg4{
	background-image: url(/images/home_banner_davis.jpg);
	background-position:-2850px 0px;
	width:950px;
	height:328px;
	background-repeat:no-repeat;
	position:relative;
	float:left;
}
.slideImg5{
	background-image: url(/images/home_banner_davis.jpg);
    background-position: -3800px 0;
    background-repeat: no-repeat;
    float: left;
    height: 328px;
    position: relative;
    width: 950px;
}

.slideImg6{
	background-image: url(/images/home_banner_davis.jpg);
    background-position: -4750px 0;
    background-repeat: no-repeat;
    float: left;
    height: 328px;
    position: relative;
    width: 950px;
}
.slideImg7{
	background-image: url(/images/home_banner_davis.jpg);
    background-position: -5700px 0;
    background-repeat: no-repeat;
    float: left;
    height: 328px;
    position: relative;
    width: 950px;
}
.btnV13{
	margin-left:115px;
	margin-top:10px !important;

}
.btn_v14{
    margin-left:121px;
    margin-top:68px !important;
    width:155px!important;
    height:38px!important;
    background-image: none !important; 
}
.btnSpotfire{
	 margin-left:-21px;
	 margin-top:16px !important;
}
.btn_signalTrans{
	margin-left:103px;
	margin-top:129px !important;
}
.btn_spotfireClinical{
    margin-top:122px !important;
    margin-left:646px;
    background-image:none!important;
    width:155px!important;
    height:38px!important;
}

.slide ul.btn{
	position:relative;
	clear:both;
	float:left;
	margin-left:130px;
	margin-top:147px;
	width:123px;
	height:25px;
}

.slide ul.btn a{
	background-image:url(/images/btn_home_banner.png);
	background-position:0px -21px;
	background-repeat:no-repeat;
	width:123px;
	height:25px;
	position:relative;
	float:left;
}

.slide ul.btn a:hover{
	background-position:0px 4px;
	width:123px;
	height:25px;
	position:relative;
	float:left;
}
.ensemble_banner{
    margin-left:-10px;
	margin-top:10px;
}
#menuThumbnail a.thumb1{
    background-position:0px -328px;
    background-image:url(/images/home_banner_davis.jpg);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    border:3px solid #FFFFFF;
    display:block;
    }
    
#menuThumbnail a.thumb2{
    background-position:-24px -328px;
    background-image:url(/images/home_banner_davis.jpg);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    border:3px solid #FFFFFF;
    display:block;
    }
#menuThumbnail a.thumb3{
    background-position:-48px -328px;
    background-image:url(/images/home_banner_davis.jpg);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    border:3px solid #FFFFFF;
    display:block;
    }
#menuThumbnail a.thumb4{
    background-position:-72px -328px;
    background-image:url(/images/home_banner_davis.jpg);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    border:3px solid #FFFFFF;
    display:block;
    }
#menuThumbnail a.thumb5{
    background-position:-96px -328px;
    background-image:url(/images/home_banner_davis.jpg);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    border:3px solid #FFFFFF;
    display:block;
    }
    
#menuThumbnail a.thumb6{
    background-position:-120px -328px;
    background-image:url(/images/home_banner_davis.jpg);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    border:3px solid #FFFFFF;
    display:block;
    }
#menuThumbnail a.thumb7{
    background-position:-144px -328px;
    background-image:url(/images/home_banner_davis.jpg);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    border:3px solid #FFFFFF;
    display:block;
    }
#menuThumbnail .act {
    background-color: #FFFFFF;
    background-image: url(/images/home_banner.jpg);
    background-position: -168px bottom;
    background-repeat: no-repeat;
}
.eventListing{
	width:880px;
	list-style:none;
	margin:0px;
	padding:0px;
	border-top:1px solid #e1e1e1;
	position:relative;
	float:left;
	padding-left:20px;
}
.eventListing li{
	margin:0px;
	margin:0px;
	position:relative;
	display:inline;
	float:left;
	padding-top:10px;
}
.eventTiming{
	margin:0px;
	padding:0px;
	position:relative;
	display:inline;
	width:100px;
	text-align:left;
}
.eventDetails strong{
	color:#0039A6;
}
.eventDetails em {
	color:#333333;
	font-weight:bold;
}
.eventDetails{
	margin:0px;
	padding:0px;
	position:relative;
	display:inline;
	width:770px;
}
a.btnSize1_buyTShirt{
	background-image:url(/images/landing-page/btn_buy-t-shirt.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:184px;
	height:36px;
	margin:0px 0px 10px 0px;
	padding:0px;
	position:relative;
	float:left;
	background-color:#FFFFFF;
}
a:hover.btnSize1_buyTShirt{
	float:left;
	position:relative;
	width:184px;
	height:36px;
	background-position:0px -36px;
	background-color:#FFFFFF;
}
.titleRow{
	width:900px; 
	padding:0px; 
	background-color:#e9e9e9; 
	position:relative;
	float:left;
	top:10px;
	margin-top:-10px;
}
.row2{
	background-color:#f7f7f7;
}
.landingPageLink a{
	text-decoration:none;
}
.landingPageLink a:hover{
	text-decoration:underline;
}
a.btnSize1_requestAQuote{
	background-image:url(/images/landing-page/landing-buttons.png);
	background-position:0px -566px;
	background-repeat:no-repeat;
	margin:0px 0px 5px 0px;
	width:296px;
	height:37px;
	padding:0px;
	position:relative;
	float:left;
}
a:hover.btnSize1_requestAQuote{
 background-position:0px -603px;
}
.DSList .t-shirtPromo{
	float:left;
	position:relative;
	margin:20px 0px 20px 0px;
	padding:10px 0px 10px 0px;
	width:395px;
	border:1px dashed #333;
	clear:both;
	margin-left:150px;
}
.DSList .t-shirtPromo ul{
	position:relative;
	margin:0px;
}
.DSList .t-shirtPromo ul li{
	position:relative;
	text-align:center;
	padding:0px;
	border:0px;
	margin:0px 0px 0px 0px!important;
}

.DSList .t-shirtPromo ul li a.buyTShirt{
	background-image: url(/images/btn_t-shirt-promo.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	widtth:340px;
	height:36px;
	text-align:center;
	position:relative;
	left:28px;
	float:left;
}

.DSList .t-shirtPromo ul li a:hover.buyTShirt{
	background-position:0px -36px;
}
#details a.btn_downloadPDF{
	background-image:url(/images/download-pdf.jpg);
	background-position:0px -23px;
	background-repeat:no-repeat;
	margin:5px 0px 10px 0px;
	width:90px;
	height:23px;
	padding:0px;
	position:relative;
	float:left;
}
#details a:hover.btn_downloadPDF{
	background-position:0px 0px;
}
#details p.supportOptions{
	line-height:20px;
	clear:both;
	margin:0px;
	padding:0px;
}
#details .customerProfile{
	 margin:0px;
	 width:898px;
	 padding:0px 20px 20px 20px;
	 border:1px solid #ededed;
	 background-image:url(/images/bg_form_wide.jpg);
	 background-position:left;
	 background-repeat:repeat-y;
	 float:left;
	 position:relative;
}
#details .customerProfile ul{
	padding:0px;
	margin:0px;
	 float:left;
	 position:relative;
	
}
#details .customerProfile ul li{
	padding:0px;
	margin:0px;
	position:relative;
	float:left;
}
#details .customerProfile ul li ul{
	padding:0px;
	margin:0px!important;
	position:relative;
	float:left;
	clear:both;
	
}
#details .customerProfile ul li ul.personalInfo{
	padding:0px;
	margin:0px!important;
	position:relative;
	width:898px;
	
	
}
#details .customerProfile ul li ul.personalInfo li{
	padding:0px;
	margin:0px;
	position:relative;
	float:left;
	margin-right:10px;
	margin-top:10px;
	width:213px;
}
#details .customerProfile ul li ul.personalInfo li input[type="text"]{
	width:200px;
	margin-top:2px;
}
#details .customerProfile  ul li h4{
	background-image:url(/images/bg_form-title.jpg);
	background-repeat:repeat-x;
	height:40px;
	background-position:0px 25px;
	font-size:14px;
	font-weight:bold;
	position:relative;
	color:#333333;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	width:898px;
	margin-top:20px!important;
}
#details .customerProfile ul li ul.selectOne{
	padding:0px;
	margin:0px;
	position:relative;
}
#details .customerProfile ul li ul.selectOne li{
	padding:0px!important;
	margin:0px;
	position:relative;
	display:block;
	float:none!important;
	margin-bottom:5px!important;
}
#details .customerProfile ul li ul.selectTwo{
	padding:0px;
	margin:0px;
	position:relative;
	margin-left:50px!important;
	margin-bottom:20px!important;
	width:500px;
}
#details .customerProfile ul li ul.selectTwo li{
	padding:0px!important;
	margin:0px;
	position:relative;
	display:block;
	float:none!important;
	margin-bottom:5px!important;
}
#details .customerProfile ul li ul.shareInfo{
	padding:0px;
	margin:0px;
	position:relative;
	clear:both;
	width:898px;
	margin-top:0px!important;
}
#details .customerProfile ul li ul.shareInfo li{
	padding:0px;
	margin:0px;
	position:relative;
	float:none!important;
	margin-top:10px!important;
}
#details .customerProfile ul li input[type="radio"]{
	margin-right:5px;
	margin-top:8px;
}	
#details .customerProfile ul li ul.shareInfo li input[type="checkbox"]{
	margin-right:5px;
}	
#details .profileInfo_Wrap{
	padding:0px;
	margin:0px;
	position:relative;
	width:940px!important;
	clear:both;
	float:left;
	left:0px;
}
#details .profileInfo_Wrap ul{
	padding:0px;
	margin:0px;
	float:left;
}
#details .profileInfo_Wrap ul li{
	padding:0px;
	margin:0px;
	position:relative;
	float:left;
}
#details .profileInfo_Wrap ul li.info{
	position:relative;
	width:281px;
 	border:1px solid #ededed;
	 background-image: url(/images/bg_profileInfo.jpg);
	 background-position:left;
	 background-repeat:repeat-y;
	 padding:10px 10px 0px 10px;
	 margin-right:15px;
	 display:inline;
	 min-height:90px;
	 float:left;
}
#details .profileInfo_Wrap ul li.info_noMargin{
	margin-right:0px!important;
}
#details .profileInfo_Wrap ul li.info ul{
	padding:0px;
	margin:0px;
	position:relative;
	float:left;
}
#details .profileInfo_Wrap ul li.info ul li{
	padding:0px;
	margin:0px;
	position:relative;
	float:none!important;
	width:282px;
}
a.button_update{
	padding:0px;
	float:right;
	position:relative;
	text-align:center;
	width:135px;
	background-image: url(/images/webform-buttons.png);
	background-position:0px -347px;
	background-repeat:no-repeat;
	height:29px;
	border:0px;
	background-color: #FFFFFF;
	left:0px;
	margin-top:10px;
	cursor:pointer;
	margin-bottom:10px;
}
a:hover.button_update{
	background-position:0px -377px;
}
.thankInfo{
	position:relative;
	margin:0px;
	padding:0px;
	background-image:url(/images/bg_cus-prof_typg_msg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:920px;
	height:44px;
	font-size:11px;
	font-style:italic;
	color:#b5b5b5;
	padding:15px 10px 10px 10px;
}
#details .profileInfo_Wrap ul li h3{
	margin-bottom:10px;
	margin-top:15px;
	position:relative;
	clear:both;
	width:940px;
}
.userInfo_banner{
	position:relative;
	margin:0px;
	padding:0px;
	clear:right;
	float:left;
	background-image: url(/images/cus_profile_banner.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:940px;
	margin-bottom:10px;
	height:169px;
}
#details .customerProfile  ul li.emailDivider{
	background-image:url(/images/bg_form-title.jpg);
	background-repeat:repeat-x;
	height:40px;
	background-position:0px 25px;
	position:relative;
	color:#333333;
	margin:0px;
	padding:0px;
	clear:both;
	width:898px;
	margin-top:0px!important;
}
#details .customerProfile  ul li .mandatoryMessage{
	font-size:11px!important;
	font-weight:normal!important;
	line-height:16px;
	margin-bottom:7px;
	position:absolute;
	right:0px;
}
#details .customerProfile_disclamer, .customerProfileLogin_disclamer{
	position:relative;
	margin:0px!important;
	width:890px;
	font-size:10px;
	font-style:italic;
	color:#b5b5b5;
	margin-top:10px;
	float:left;
	padding:15px 10px 10px 10px!important;
}
.userInfo_banner_global{
	position:relative;
	margin:0px;
	padding:0px;
	clear:right;
	float:left;
	background-image: url(/images/cus_profile_global_banner.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:940px;
	margin-bottom:10px;
	height:169px;
}
.listBoxWrapMain ul.landingInfotools_webinar{
	float:left; 
	position:relative;
	display:inline;
	margin-left:5px; 
	width:470px;
}
 .listBoxWrapMain ul.landingInfotools_webinar li.landingInfotools_webinarVideo{
	position:relative;
	width:470px; 
	display:block;
	background:url("/images/ajax-loader_video_black.gif") no-repeat !important;
	background-position:0px -700px !important;
	height:313px;
}
.listBoxOuter ul.bulleted li.landingInfotools_listing{
	margin-left:-20px;
	list-style:none; 
	list-style-image:none;
}
.listBoxOuter ul.bulleted li.landingInfotools_listing h3{
	color:#00a1de;
}
.listBoxOuter ul.bulleted li.landingInfotools_listingHbreak{
	border-bottom:1px solid #ececec; 
	list-style:none; 
	list-style-image:none;
	margin-left:-20px;
	background-image:none;
}
.buttonsLanding li.infoTools{
	padding:20px 20px 20px 20px; 
	border: dashed 1px #8E908F; 
	float:left;
	position:relative;
}
.listBoxWrapMain ul.landingInfotools_webinar li.landingInfotools_webinarVideo .playVideo{
	background:url("/images/ajax-loader_video_black.gif") no-repeat !important;
	background-position:0px -350px !important;
	margin:0px !important;
}
.listBoxWrapMain ul.landingInfotools_webinar li.landingInfotools_webinarVideo .playVideo:hover{
	background:url("/images/ajax-loader_video_black.gif") no-repeat !important;
	background-position:0px 0px !important;
}
.listBoxWrapMain ul.landingInfotools_webinar li.landingInfotools_webinarVideo .playVideoWaiting{
	background:url("/images/ajax-loader_video_black.gif") no-repeat !important;
	background-position:0px -700px !important;
	background-color:#000000 !important;
	margin:0px !important;
}
.listBoxWrapMain ul.landingInfotools_webinar li .socialSharer{
	background:url("/images/bg_share-bar.png") no-repeat scroll top center transparent;
	display: block;
	padding: 8px;
}
.listBoxWrapMain ul.landingInfotools_webinar li {
	position: relative!important; 
	/*width: 470px; 
    margin:0px!important; 
	padding:0px!important; */
	display: block;  	
	float:left !important;
}
.attch_file {
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	width:500px;
}
.attch_file ul {
	float:left;
	position:relative;
	margin:2px;
	padding:2px;
	border:1px solid #CCC;
	background-color:#f6f6f6;
}
.attch_file ul li {
	float:left;
	position:relative;
	margin:0px 3px 0px 3px!important;
	padding:0px;
	display:inline;
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666666;
	letter-spacing:normal;
}
.attch_file ul li div {
    background-image:url(/images/close.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:7px;
	height:7px;
	margin:3px 0px 0px 0px;
	padding:0px;
	position:relative;
	float:left;
}
.attch_file ul li div:hover{
    background-position: 0px -7px;
}
a.btnSize1_downloadtrial{
    background-image: url(/images/landing-page/landing-buttons-freetrial.png);
    background-position: 0px -640px;
    background-repeat: no-repeat;
    margin: 0px 0px 5px 0px;
    width: 296px;
    height: 37px;
    padding: 0px;
    position: relative;
    float: left;
}
a:hover.btnSize1_downloadtrial{
    background-position: 0px -677px;
}
.file_avi a:link, .file_avi a:visited {
	text-decoration:underline;
	background: transparent url(/images/file_icons/file_avi.gif) no-repeat scroll 0px -20px;
}
.file_avi a:hover, .file_avi a:active {
	text-decoration:none;
	background: transparent url(/images/file_icons/file_avi.gif) no-repeat scroll -20px 0px;
}
.file_flash a:link, .file_flash a:visited {
	text-decoration:underline;
	background: transparent url(/images/file_icons/file_flash.gif) no-repeat scroll 0px -20px;
}
.file_flash a:hover, .file_flash a:active {
	text-decoration:none;
	background: transparent url(/images/file_icons/file_flash.gif) no-repeat scroll -20px 0px;
}
.file_avi a:link, .file_avi a:visited, .file_avi a:hover, .file_avi a:active, 
.file_flash a:link, .file_flash a:visited, .file_flash a:hover, .file_flash a:active{
	padding: 2px 5px 2px 25px;
	margin: 2px 0px 2px 0px!important;
	border: 0px;
	line-height:16px;
 	display: block;
	text-align: left;
	width: auto;
	vertical-align:top;
	margin-top:0px!important;
}
.boxListing_xWide{
	width:930px;
	position:relative;
	margin:10px 0px 0px 0px;
	padding:0px;
	float:left;
}
.boxListing_xWide ul{
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
}

.boxListing_xWide ul.top{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	background-image:url(/images/landing-page/bg_top_listbox_xWide.jpg);
	width:930px;
	height:37px;
	background-repeat:no-repeat;
	background-position:left;
}
.boxListing_xWide ul.top li{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	display:inline;
}
#detailsFloat .boxListing_xWide ul.top li h3{
	font-size:14px;
	color:#00a1de;
	padding-left:20px;
}
.boxListing_xWide ul.content{
	position:relative;
	margin:0px;
	padding:0px;
	background-image:url(/images/landing-page/bg_listbox_xWide.jpg);
	width:930px;
	background-repeat: repeat-y;
	background-position:left;
	float:left;
}
.boxListing_xWide ul.content li{
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
}
.boxListing_xWide ul.content li ul{
	position:relative;
	margin:0px 0px 10px 0px;
	padding:0px 0px 15px 0px;
	float:left;
	border-bottom:dashed 1px #CCC;
	width:900px;
}
#detailsFloat .boxListing_xWide ul.content li ul li{
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
	width:600px !important;
}
#detailsFloat .boxListing_xWide ul.content li ul li p{
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
	width:600px !important;
}
#detailsFloat .boxListing_xWide ul.content li ul li.media{
	position:relative;
	margin:0px;
	padding:0px;
	float:right;
	width:200px !important;
	margin-left:80px;
	margin-bottom:10px;
	top:10px;
}
.boxListing_xWide ul.bottom{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	background-image: url(/images/landing-page/bg_btm_listbox_xWide.jpg);
	width:930px;
	background-position:bottom;
	height:10px;
}
.boxListing_v2{
	width:698px;
	position:relative;
	margin:10px 0px 0px 0px;
	padding:0px;
	float:left;
}
.boxListing_v2 ul{
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
}
.boxListing_v2 ul.top{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	background-image:url(/images/bg_boxtop_v2.jpg);
	width:698px;
	height:37px;
	background-repeat:no-repeat;
	background-position:left;
}
.boxListing_v2 ul.top li{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	display:inline;
	width:340px;
	
}
#details .boxListing_v2 ul.top li h3{
 font-size:14px;
 color:#00a1de;
 padding-left:20px;
 font-weight:bold;
}
.boxListing_v2 ul.content{
	position:relative;
	margin:0px;
	padding:0px;
	background-image:url(/images/bg_box_v2.jpg);
	width:698px;
	background-repeat: repeat-y;
	background-position:left;
	float:left;
}
.boxListing_v2 ul.bottom{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	background-image: url(/images/bg_boxbtm_v2.jpg);
	width:698px;
	background-position:bottom;
	height:21px;
}	
#details .boxListing_v2 ul.content li ul.bulleted{
	margin-left:0px !important;
	padding:0px !important;
	position:relative!important;
	float:left;
	width:310px;
}
#details .boxListing_v2 ul.content li ul.bulleted li{
	background-image:url(/images/bullet_gray.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	margin-left:0px !important;
	padding-left:15px !important;
	position:relative!important;
	float:left!important;
	z-index:200;
	list-style:none;
	margin-bottom:4px !important;
	margin-top:10px !important;
	width:300px;
}
#details .boxListing_v2 ul.content li ul.bulleted li.separator{
	background-image:none;
	border-bottom:dashed 1px #CCC;
	margin-bottom:0px !important;
	margin-top:0px !important;
	width:300px;
	height:0px;
}
#details .boxListing_v2 ul.content li ul.bulleted li p{
	margin:10px 20px 10px 0px !important;
	padding:0px !important;
	position:relative;
	clear:both;
	
}
#details .boxListing_v2 ul.content li ul.bulleted li a{
	color:#0039A6;
}
#details .boxListing_v2 ul.content li.offeringsCol_left{
	width:310px;
	float:left;
	margin-left:20px !important;
	padding:0px !important;
	display:inline;
	margin-top:10px;
}
#details .boxListing_v2 ul.content li.offeringsCol_right{
	width:310px;
	float:left;
	margin-left:30px !important;
	margin-top:10px;
	padding:0px !important;
	display:inline;
}
.offeringsCol_right p{
	margin:10px 0px 10px 0px !important;
	padding:0px !important;
	position:relative;
	clear:both;
	width:300px;
}
.offeringsCol_left p{
	margin:10px 0px 10px 0px !important;
	padding:0px !important;
	position:relative;
	clear:both;
	width:300px;
}
.bulletedWide{
	width:680px;

}
.bulletedWide li{
	width:660px!important;

}
.boxListing_v2 ul.bgWide{
	background-image:url(/images/bg_box_v2_1col.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

/*New Style for image caption */
.imageCaption{
	color:#00A1DE;
	font-weight:bold;
	text-align:center;
}
/*Updated style for bullet (Image changed)*/
.bulleted {
	list-style-image:url(/images/bullet_rpanel.jpg);
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:15px;
	margin-left:50px;
	margin-top: 8px;
}
/*Updated style for columns (Name Changed)*/
 .contentCol_left{
	width:345px;
	float:left;
	padding:0px;
	position:relative;
	clear:left;
}
 .contentCol_right{
	width:340px;
	float:right;
	margin-right:10px;
	padding:0px;	
	position:relative;
	display:inline;
	top:0px;
}
.screenshotImage{
	text-align:center;
}
.screenshotImage img{
	max-width:314px;
}
.userFeedback_wrap{
    background:#FFF;
	right:3px; 
	margin:0px; 
	position:absolute; 
	padding:0px; 
	width:380px!important;
	margin-top:-45px;
}
.userFeedback{
	width:380px!important;
	margin:0px;
	padding:0px;
	float:right;
	position:relative
}
.userFeedback ul{
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
	width:380px!important;
}
.userFeedback ul li{
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
}
.userFeedback ul.question{
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
	width:270px!important;
	display:inline!important;
}
.userFeedback ul.question li{
	margin:0px;
	padding:0px;
	position:relative;
	text-align:right;
	width:270px!important;
}
.userFeedback ul.question li.loginLink a{
    text-decoration:none;
    color:#333399;
    font-size:10px;
}
.userFeedback ul.options{
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
	width:110px!important;
	display:inline!important;
	text-align:center;
}
.userFeedback ul.options li{
	margin:0px 0px 5px 5px!important;
	padding:0px;
}
.userFeedback ul.options li a.yes, .userFeedback ul.options li a.yes_disabled{
	margin:0px!important;
	padding:0px!important;
	background-image:url(/images/userfeedback_options.jpg);
	background-position:0px 0px;
	width:50px;
	height:21px;
	float:left;
	position:relative;
}
.userFeedback ul.options li a.yes:hover{
	background-position:0px -21px;
}
.userFeedback ul.options li a.no, .userFeedback ul.options li a.no_disabled{
	margin:0px!important;
	padding:0px!important;
	background-image:url(/images/userfeedback_options.jpg);
	background-position:50px 0px;
	width:50px;
	height:21px;
	float:left;
	position:relative;
}
.userFeedback ul.options li a.no:hover{
	background-position:50px -21px;
}
.userFeedback ul.options li a.notApply, .userFeedback ul.options li a.notApply_disabled{
	margin:0px!important;
	padding:0px!important;
	background-image:url(/images/userfeedback_options.jpg);
	background-position:0px -42px;
	width:105px;
	height:21px;
	float:left;
	position:relative;
}
.userFeedback ul.options li a.notApply:hover{
	background-position:0px -63px;
}
.btn_viewMobile {
    border-top: 4px solid #EBB701;
    float: right;
    margin: 0 0 10px !important;
    padding: 10px 0 0 !important;
    position: relative;
    width: 950px;
}

.btn_viewMobile a {
    background-image: url(/images/btn_view-mob.jpg);
    background-position: 0 0;
    float: right;
    height: 45px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 316px;
}
.btn_viewMobile {
    float: right;
    margin: 0 0 10px !important;
    padding: 10px 0 0 !important;
    position: relative;
    width: 950px;
}
.btn_viewMobile a {
    background-image: url(/images/btn_view-mob.jpg);
    background-position: 0 0;
    float: right;
    height: 45px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 316px;
}
.sucessStory{
	 position:relative;
	 clear:both;
	 margin-top:10px!important;
 }
 .sucessStory ul{
	 position:relative;
 } 
 .sucessStory ul li{
	 position:relative;
 } 
 .sucessStory li p{
	 position:relative; 
	 margin-right:10px;
	 margin-left:0px;
	 margin-bottom:5px!important;
	 margin-top:0px!important;
	 color:#777777;
	 padding-left:3px;	 
 }
.sucessStory li h4{
	 position:relative; 
	 margin-right:10px;
	 margin-left:0px;
	 margin-bottom:5px!important;
	 margin-top:0px!important;
	 color:#666666;
	 padding-left:3px;
 } 
 .sucessStory li h3{
	 margin-bottom:0px!important;
	 color:#00A1DE!important;
	 margin-top:0px!important;
	 padding-left:3px;
	 margin-bottom:5px!important;
 }
 .sucessStory span.message{
	color:#999999;
	font-size:10px;
	margin:0px!important;
	margin-top:3px;
	margin-left:10px;
	float:left;
	position:relative;
	padding-left:3px;
 } 
.readStory a{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:171px;
	background-image: url('/images/buttons_productpage.png');
	background-position:0px -304px;
	background-repeat:no-repeat;
	height:24px;
	border:0px;
	background-color:#FFF;
	margin:0px!important;
}
.readStory a:hover{
	background-position:0px -329px;
	cursor:pointer;
}
/*styles for quote panel in new products*/
.quote{
    float:right;
    margin:0px;
    padding:10px;
    position:relative;
    clear:both;
    width:200px;
    background-color:#f3f3f3;
    border:1px solid #dcdcdc;
    color:#666666;
    font-style:italic;
}
.quote h3{
    margin-bottom:5px!important;
    color:#00A1DE!important;
    margin-top:0px!important;
}
.land_leftCol{
	width:600px;
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	clear:left!important;
}
.land_leftCol p{
	width:600px!important;
}
.land_leftCol ul{
	width:600px!important;
}
.land_leftCol li{
	width:600px!important;
	margin:0px!important;
	padding:0px!important;
}
.land_leftCol li h2{
	margin:0px!important;
	padding:0px!important;
	margin-top:10px!important;
}
.land_rightCol{
	width:300px!important;
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	margin-left:30px;
	clear:right!important;
}
.land_rightCol li{
	width:300px!important;
	margin:0px!important;
	padding:0px!important;
}
.land_rightCol li p{
	width:270px!important;
}
.land_rightCol h2{
	width:290px!important;
	float:left;
	position:relative;
	margin:0px!important;
	padding:0px!important;
	margin-bottom:10px!important;
	margin-top:10px!important;
}
.land_rightCol p{
	width:270px!important;
}
.land_rightCol li{
	width:270px!important;
}
.land_leftCol li ul.bulletedLanding{
	width:500px!important;
	float:none!important;
	margin-left:20px!important;
}
.land_leftCol .bulletedLanding li{
	width:460px!important;
	position:relative!important;
	background-image:url(/images/bullet_rpanel.jpg);
	background-repeat:no-repeat;
	padding-left:20px!important;
	list-style:none!important;
	list-style-image:none!important;
	background-position:0px 3px!important;
}
.icon_title_3D {
    background-image: url(/images/icon_title_3D.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    height: 60px;
    margin: 0;
    padding-left: 70px;
    padding-top: 10px;
    position: absolute;
}
.icon_title_CD {
    background-image: url(/images/icon_title_CD.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    height: 55px;
    margin: 0;
    padding-left: 50px;
    padding-top: 10px;
    position: absolute;
}

.imageCaptionMsg{
    font-weight:normal;
    color:#333333;
    font-size:10px;
}
.icon_title {
    background-position: left center;
    background-repeat: no-repeat;
    height: 55px;
    margin: 0;
    padding-left: 50px;
    padding-top: 10px;
    position: absolute;
}
.mediaShare_Inline{
	margin:0px!important;
	padding:10px!important;
	background-image: url(/images/social_media/bg_icons_inline.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:30px;
	width:190px!important;	
}
.mediaShare_Inline a{
	margin:0px 2px 2px 2px!important;
	padding:0px 0px 0px 0px!important;
}
#details .titleTab_registration{
	top:2px;
	margin-left:120px;
	float:left;
	position:relative;
}
#details .register{
	width:740px;
	background-image: url(/images/bg_reg-form.jpg);
	background-position:top;
	background-repeat:repeat-y;
	margin-left:90px;
	padding-bottom:32px;
}
#details .adminInner ul li ul.register{
	width:236px;
	margin-left:10px;
	padding:0px;
	position:relative;
}
#details .adminInner ul li ul.register li{
	width:236px;
	margin-top:6px;
	padding:0px;
	float:left;
	position:relative;
}
#details .adminInner ul li ul.register li input.txtF_org{
	width:284px;
}
#details .adminInner ul li ul.preference{
	width:236px;
	margin-left:10px;
	padding:0px;
	position:relative;
	margin-left:30px;
}
#details .mainRegister input[type="submit"]{
    left:370px;
	margin-top:10px;
}
.register input[type="password"]{
	font: normal normal normal 11px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	vertical-align: middle;
	height: auto;
	margin: 5px 0px 5px 0px;
	width:200px;
}
.register input[type="text"]:hover,.register input[type="text"]:focus,.register input[type="text"]:active,
.register select:hover,.register select:focus,.register select:active,
.register input[type="password"]:hover,.register input[type="password"]:focus,.register input[type="password"]:active{
	font: normal normal normal 11px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	vertical-align: middle;
	height: auto;	
	border-top-color: #444444;
	border-left-color: #444444;
	border-bottom-color: #444444;
	border-right-color: #444444;
	background-color: #F9F9F9;
}
#details .register #checkAddressPnl a {
	background-image:url(/images/bg_orgAddressCheck.jpg);
	border:1px solid #999;
	color:#666;
	padding:2px 5px 2px 5px;
	position:relative;
	text-decoration:none;
	font-size:10px;
}
#details .register .notifications, #details .register .notifications li{
    width:472px!important;
	padding:0px 0px 5px 0px!important;
	float:left;
}
#details .register .notifications input[type="checkbox"]{
    float:left;
    position:relative;
    margin-top:2px!important; 
}
#details .register .notifications p{
    display:inline; 
    margin:0px 0px 0px 10px!important; 
    width:430px; 
    float:left;
	padding:0px!important;
}

a.downLoadSA{
	 float:left;
	 position:relative;
	 margin:0px 10px 5px 0px;
	 padding:0px;
	 background-image: url(/images/subActivation.png);
	 background-position:0px  0px;
	 background-repeat:no-repeat;
	 width:151px;
	 height:29px;
	 display:block;
}
a:hover.downLoadSA{
	 float:left;
	 position:relative;
	 margin:0px 10px 5px 0px;
	 padding:0px;
	 background-image: url(/images/subActivation.png);
	 background-position:0px  -30px;
	 background-repeat:no-repeat;
}
a.btnSize1_readMore{
	 background-image:url(/images/landing-page/landing-buttons.png);
	 background-position:0px -983px;
	 background-repeat:no-repeat;
	 width:296px;
	 height:37px;
	 margin:0px 0px 10px 0px;
	 padding:0px;
	 position:relative;
	 float:left;
}
a:hover.btnSize1_readMore{
	 float:left;
	 position:relative;
	 width:296px;
	 height:37px;
	 background-position:0px -1020px;
}

.wideLanding ul.landingRight_Col{
	 position:relative;
	 float:left;
	 width:450px;
	 margin:0px;
	 padding:0px;
	 margin-left:10px!important;
}
.wideLanding ul.landingRight_Col li{
	 position:relative;
	 margin:0px;
	 padding:0px;
	/* width:450px;*/
}
.mediaShare_pgBtm{
	margin:0px!important;
	padding:5px 6px 5px 10px!important;
	background-image: url(/images/social_media/bg_mediashare_pgbtm.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:33px!important;
	width:244px!important;
	float:left;
	position:relative;	
}
.mediaShare_pgBtm strong{
	padding-top:5px!important;
	float: left;
	position:relative;	
}
.mediaShare_pgBtm a{
	margin:2px 4px 2px 4px!important;
	padding:0px 0px 0px 0px!important;
	position:relative;
}
.mediaShare_pgTop{	
	margin:0px 0px 0px 10px!important;
	padding:0px 0px 0px 0px!important;
	float:right;
	position:relative;
	clear:both;
	background-image:url(/images/social_media/bg_mediaicons_pgtop.png);
	background-repeat:repeat-x;
	height:38px;
	
}
.mediaShare_pgTop ul{
	margin:0px!important;
	padding:0px!important;
	float:left;
	position:relative;
	display:inline;
	height:38px;
}
.mediaShare_pgTop ul li{
	margin:3px!important;
	padding:6px 0px 0px 0px!important;
	float:left;
	position:relative;
	display:inline;
}
a.btnSize1_top10New{
    background-image: url(/images/landing-page/landing-buttons.png);
    background-position: 0px -1057px;
    background-repeat: no-repeat;
    margin: 0px 0px 5px 0px;
    width: 296px;
    height: 37px;
    padding: 0px;
    position: relative;
    float: left;
}
a:hover.btnSize1_top10New{
    background-position: 0px -1094px;
}
/*Password reset styles*/
.pwReset{
	position:relative;
	margin:0px;
	padding:0px;
	clear:both;
	margin-left:50px!important;
	margin-top:40px;
}
.pwReset ul{
	position:relative;
	margin:0px;
	padding:0px;
}
.pwReset ul li{
	position:relative;
	margin:0px;
	padding:0px;
	margin-top:20px;
	clear:both;
}
.pwValidator{
    left:210px;
    float:left;
    position:relative;   
}
.pwReset ul li label{
	text-align:right;
	width:200px;
	float:left;
	position:relative;
	margin-right:10px;
	vertical-align:middle;
}
.pwReset ul li input[type="password"]{
	width:200px;
	/*border:1px solid #d8d8d8;
	height:26px;*/
	position:relative;
	color: #000033;
	vertical-align: middle;
}
#membership .pwReset ul li input[type="submit"], #membership .pwRenew ul li input[type="submit"]{
	background-image: url(/images/webform-buttons.png);
	background-position:0px -287px;
	background-repeat:no-repeat;
	height:29px;
	border:0px;
	background-color: #FFFFFF;
	left:210px!important;
	cursor:pointer;
	width:134px;
	float:left;
	position:relative;
	clear:both;
}
#membership .pwReset ul li input[type="submit"]:hover, #membership .pwRenew ul li input[type="submit"]:hover{
	background-position:0px -317px;
}
a.downloadPDF{
	background-image:url(/images/download-PDF.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:198px;
	height:29px;
	margin:0px 0px 10px 0px;
	padding:0px;
	position:relative;
	float:left;
	cursor:pointer;
}
a:hover.downloadPDF{
	float:left;
	position:relative;
	width:198px;
	height:29px;
	background-position:0px -30px;
}
.bulleted.listBoxBullets{
    margin-left:0px;
    margin-bottom:0px;
    }
/*Password Renew styles*/
.pwRenew{
	position:relative;
	margin:0px;
	padding:0px;
	clear:both;
	margin-left:30px!important;
	margin-top:40px;
	width:440px!important;
	float:left;
	background-image:url(/images/bg_box_pwRenew.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:20px;
}
.pwRenew ul{
	position:relative;
	margin:0px;
	padding:0px;
	width:450px!important;
}
.pwRenew .boxBottom{
    position:relative;
	margin:0px!important;
	padding:0px!important;
	background-image:url(/images/btm_box_pwRenew.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	height:17px;
	list-style:none!important;
	left:5px;
}
.pwRenew ul li{
	position:relative;
	margin:0px;
	padding:0px;
	margin-top:10px!important;
	clear:both;
	float:left;
	width:440px!important;
}
.pwRenew ul li label{
	text-align:right;
	float:left;
	position:relative;
	margin-right:10px;
	vertical-align:middle;
	width:160px;
    display:inline;
}
.pwRenew ul li input[type="password"], .pwRenew ul li input[type="text"]{
	position:relative;
	color: #000033;
	vertical-align: middle;
	width:240px;
	margin-right:20px;
	float:left;
	display:inline;
}
#membership .pwRenew ul li input[type="submit"]{
	left:169px!important;
}
#membership .pwRenew_instructions{
	left:20px;
	width:420px;
	margin-top:28px;
	font-style:italic;
}
#membership .pwRenew_instructions h2{
	padding-bottom:10px;
	font-size:18px;
	border-bottom:1px solid #cccccc;
}
#membership .pwRenew .pwValidator{
    left:169px;
    float:left;
    position:relative;   
    width:240px;
    margin:0px;
}
#top10features{
	display:none;
}
.buttonsLanding li.infoTools ul.horizDisplay{
    margin:0px;
    padding:0px;
    float:left;
    position:relative;
    border-right:1px dashed #8E908F;
    width:144px;
}      
.buttonsLanding li.infoTools ul.horizDisplay li{
    margin:0px;
    padding:0px;
    position:relative;
    display:block;
}
.buttonsLanding li.infoTools ul.horizDisplay li h4{
    margin-bottom:0px!important;
    margin-left:3px;
    font-family:Arial, Helvetica, sans-serif;
    color:#666666;
    font-size:13px;
    margin-top:30px !important;
}
.noBorder_right{
    border-right:none !important;
}
a.btnSize3_freeTrial{
    background-image:url(/images/landing-page/landing-buttons-size_3.png);
    background-position:0px 0px;
    background-repeat:no-repeat;
    width:116px;
    height:37px;
    margin:0px 0px 5px 0px;
    padding:0px;
    position:relative;
    float:left;
}
a:hover.btnSize3_freeTrial{
    float:left;
    position:relative;
    width:116px;
    height:37px;
    background-position:0px -37px;
}
a.btnSize3_purchase{
    background-image:url(/images/landing-page/landing-buttons-size_3.png);
    background-position:0px -74px;
    background-repeat:no-repeat;
    width:116px;
    height:37px;
    margin:0px 0px 5px 0px;
    padding:0px;
    position:relative;
    float:left;
}
a:hover.btnSize3_purchase{
    float:left;
    position:relative;
    width:116px;
    height:37px;
    background-position:0px -111px;
}

/*Password expiry PHASE 2*/
.msgBox_wrap {
	width:400px;
	margin:auto;
	padding:0px;
	position:relative;
	height:230px;
}
.msgBox_wrap ul{
	position:relative;
	margin:0px;
	padding:0px;
}
.msgBox_wrap ul li{
	position:relative;
	margin:0px;
	padding:0px;
	display:block;
}
.msgBox_wrap ul.topCurve{
	background-image:url(/images/pw_exp_msgbox_top.png);
	background-position:left top;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	height:47px;
	padding:0px 0px 0px 20px;
	float:left;
	position:relative;
	width:380px;
}
.msgBox_wrap ul.topCurve h1{
	margin-top:5px !important;
	position:relative;
	float:left;
	background-color:transparent;
	color:#00A1DE;
	font-family:Times New Roman;
	font-size:30px;
	letter-spacing:normal;
	line-height:36px;
	margin-bottom: 4px;
	font-weight:normal;
	
}
.msgBox_wrap ul.btmCurve{
	background-image: url(/images/pw_exp_msgbox_btm.png);
	background-position: left bottom;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	height:17px;
	float:left;
	position:relative;
	width:400px;
}
.msgBox_wrap ul.message{
    width:380px;
	position:relative;
	margin:0px;
	padding:10px;
	background-image:url(/images/bg_pw_exp_msgbox.png);
	background-position:left;
	background-repeat:repeat-y;
	float:left;
}
.msgBox_wrap ul.message li{
	position:relative;
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
}
.msgBox_wrap ul.message li input[type="password"]{
    width:200px;
}
.msgClose{
	position:absolute;
	margin:0px;
	padding:0px;
	right:0px;
	top:0px;
	width:16px;
	height:16px;
	float:right;
	margin-right:8px!important;
	margin-top:8px!important;
}
.icon_msgAlert{
    margin-right:10px;
    position:relative;
    float:left;
    margin-top:2px;
}
.msgBox_wrap ul.message li input[type="submit"]{
	padding:0px;
	position:relative;
	text-align:center;
	width:135px;
	background-image: url(/images/webform-buttons.png);
	background-position:0px -347px;
	background-repeat:no-repeat;
	height:29px;
	border:0px;
	background-color: #FFFFFF;
	left:152px;
	cursor:pointer;
	float:left;	
}
.msgBox_wrap ul.message li input[type="submit"]:hover{
	background-position:0px -377px;
}
.modalBackground{
    top:0px!important;
    left:0px!important;
	background-color:Gray!important;
	filter:alpha(opacity=70)!important;
	opacity:0.7!important;
}
a.btn_whatsNew{
  background-image:url(/images/btn_whts-new.png);
  background-position:-4px -4px;
  background-repeat:no-repeat;
  width:152px;
  height:24px;
  margin:10px 0px 0px 0px;
  padding:0px;
  position:relative;
  float:left;
}
 a:hover.btn_whatsNew{
  float:left;
  position:relative;
  width:152px;
  height:24px;
  background-position:-4px -29px;
}
#details .faqFeedbackInner ul li ul.fieldsColumnLeft li{
    padding-left:6px;	
}
#details .faqFeedbackInner ul li ul.fieldsColumnLeft select{
    width:254px!important;
}
#details .faqFeedbackInner input[type="text"]{
    width:250px;
}
#details .faqFeedbackInner ul li ul.fieldsColumnRight li{
	margin-top:6px;
	padding-left:85px;
}
.faqFeedbackForm input[type="submit"]{
    margin-left:192px;
}
#details .faqLinks a {
    text-decoration:none;
}
#details .faqLinks a:hover {
    text-decoration:underline;
}
#anthemLinkButtonPager .currentpagediv{
    color:#009966;
    padding-top:4px;
    padding-right:10px;
    float:right !important;
    margin:0px !important;
    border:0px!important;
    background-image:none;
}
.goback input[type="button"]{
	padding:0px;
	position:relative;
	text-align:center;
	width:153px;
	background-image: url('/images/btn_goback.png');
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:29px;
	border:0px;
	background-color:#FFF;	
}
.goback input:hover[type="button"]{
	background-position:0px -29px;
	cursor:pointer;
}
a.btnSize1_requestDemo{
	background-image:url(/images/landing-page/landing-buttons.png);
	background-position:0px -1131px;
	background-repeat:no-repeat;
	width:296px;
	height:37px;
	margin:0px 0px 10px 0px;
	padding:0px;
	position:relative;
	float:left;
	clear:both;
	}
a:hover.btnSize1_requestDemo{
	float:left;
	position:relative;
	width:296px;
	height:37px;
	background-position:0px -1168px;
}
#menuThumbnail a.thumb0{
    background-position:-96px -328px;
    background-image:url(/images/home_banner_davis.jpg);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    border:3px solid #FFFFFF;
    display:block;
    }
#menuThumbnail a.thumb00{
    background-position:-122px -328px;
    background-image:url(/images/home_banner_davis.jpg);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    border:3px solid #FFFFFF;
    display:block;
    }
.slideImg00{
	background-image: url(/images/home_banner_davis.jpg);
	background-position:-4749px 0;
	width:950px;
	height:328px;
	background-repeat:no-repeat;
	position:relative;
	float:left;
}
.slideImg0{
	background-image: url(/images/home_banner_davis.jpg);
	background-position:-3800px 0px;
	width:950px;
	height:328px;
	background-repeat:no-repeat;
	position:relative;
	float:left;
}
.btnCD_iPad{
	margin-left:130px;
	margin-top:111px !important;
}
.slide ul.btn_recognition {
    clear: both;
    float: right;
    height: 155px;
    margin-right: 24px !important;
    position: relative;
    top: -37px !important;
    width: 149px;
}
.slide ul.btn_recognition a {
    float: right !important;
    height: 155px;
    position: relative;
    width: 149px;
}
.slide ul.btn_recognition a:hover {
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#FFF;
}
.btnUGM{
    margin-left: 29px;
    margin-top: 89px !important;
}
a.btn_watchVideo{
	position:absolute;
	top:24px!important;
	right:24px;
	float:right;
	height:36px;
	width:147px;
	background-image:url(/images/pagebanners/btn_watch_video.png);
	background-position:0px -36px;
	background-repeat:no-repeat;
}
a:hover.btn_watchVideo{
	background-position:0px 0px;
}
a.btnSize1_watchVideo{
	background-image:url(/images/landing-page/btn_watch_video_landing.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:296px;
	height:37px;
	margin:0px 0px 10px 0px;
	padding:0px;
	position:relative;
	float:left;
	clear:both;
}
a:hover.btnSize1_watchVideo{
	float:left;
	position:relative;
	width:296px;
	height:37px;
	background-position:0px -37px;
}
.buttonsLanding .infoTools ul{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	display:inline;
}
.buttonsLanding .infoTools ul li{
	position:relative;
	margin:0px;
	padding:0px;
	display:block;
}
.buttonsLanding .infoTools ul li span{
	float:left;
	position:relative;
	margin:0px 5px 0px 0px;
	padding:0px;
	display:inline;
}
a.btn_learnMore_landing{    	
	background-image: url(/images/landing-page/btn_landing_learn-more.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:176px;
	height:46px;
	margin:10px 0px 0px 0px;
	padding:0px;
	position:relative;
	float:left;
	clear:both;
}
a:hover.btn_learnMore_landing{
	float:left;
	position:relative;
	width:176px;
	height:46px;
	background-position:0px -46px;
}
#details .buttoneventSubmit input[type="submit"]{
	float:left;
	position:relative;
	text-align:center;
	width:135px;
	background-image: url(/images/btn_Calendar.png);
	background-position:0px -23px;
	background-repeat:no-repeat;
	height:23px !important;
	border:0px;
	background-color: #FFFFFF;	
	cursor:pointer;
	margin-bottom:5px;
	clear:both;
	margin-top:5px;
}
#details .buttoneventSubmit input:hover[type="submit"]{
	 background-position:0px 0px;
}
#details .buttoneventCalendar input[type="submit"]{
	float:left;
	position:relative;
	text-align:center;
	width:135px;
	background-image: url(/images/btn_Calendar.png);
	background-position:0px -46px;
	background-repeat:no-repeat;
	height:23px !important;
	border:0px;
	background-color: #FFFFFF;	
	cursor:pointer;	
	clear:both;
	}
#details .buttoneventCalendar input:hover[type="submit"]{
	 background-position:0px -69px;
}
.twitterFeed {
    background-color: #F5F5F5;
    border: 1px solid #EAEAEA;
    clear: both !important;
    float: right;
    list-style: none outside none;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 4px !important;
    padding:0px 0 3px 0;
    position: relative;
    width: 180px;
}
.twitterFeed ul {
    margin: 0;
    padding: 0;
    position: relative;
}
.twitterFeed ul.content {
    color: #666666;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin-top: 5px !important;
    padding-left: 0px;
    padding-right: 10px;
    width: 155px !important;
}
.twitterFeed ul.more {
    color: #666666;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 5px !important;
    margin-top: -25px !important;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    width: 155px !important;
}
.twitterFeed ul.more a {
    background-image: url("/images/arrow_yellow_feed.gif");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 10px !important;
    text-decoration: none;
}
.twitterFeed ul h3 {
    border-bottom: 1px solid #CCCCCC;
    color: #666666 !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px !important;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px !important;
    padding-bottom: 5px;
    width: 155px !important;
}
.twitterFeed li{
    padding:0;
    margin-bottom:0 !important;
    }
.twitterFeed .twitter-ChmDraw{
    background-image: url("/images/social_media/followChmDraw.png");
    background-repeat: no-repeat;
    float: left;
    height: 28px;
    position: relative;
    width: 168px;
    margin-left: 6px;
    margin-top: 6px !important;
    margin-bottom:6px;
    z-index:10;
    }    
.twitterFeed .twitter-ChmDraw:hover{
    background-image: url("/images/social_media/followChmDraw-hover.png");
    background-repeat: no-repeat;
    float: left;
    height: 28px;
    position: relative;
    width: 168px;
    margin-left: 6px;
    margin-top: 6px !important;
    }
    .twitterFeed .twitter-Spotfire{
    background-image: url("/images/social_media/follow_PKI_Informatics.png");
    background-position: 0 0px;
    background-repeat: no-repeat;
    float: left;
    height: 28px;
    position: relative;
    width: 168px;   
    margin-top: 6px !important;
    margin-bottom:6px;
    z-index:10;
    } 
.twitterFeed .twitter-Spotfire:hover{   
    background-position: 0 -28px;    
    }   
    
.seeVideo{
	background-image:url("/images/icon_video-link.png");
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding-left:24px;
	color:#0039A6;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
#UGM_FooterWrapper{
    float: left;
    height: 58px;
    margin-left: 94px;
    position: relative;
    width: 950px;    
    }
#UGM_FooterWrapper #UGM_Footer {
    background-image: url("/images/btn_home_banner.png");
    background-position: 0 -21px;
    background-repeat: no-repeat;
    float: right;
    height: 30px;
    margin: 13px 196px;
    position: relative;
    width: 92px;
}
.listingProducts{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	width:950px;
}
.listingProducts h2{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	color:#00693C;
	letter-spacing:normal;
	margin-top:0px!important;
}
.listingProducts ul{
 position:relative;
 margin:0px;
 padding:0px;
 margin-bottom:25px;
 padding-left:20px;
 clear:left!important;
}
.listingProducts ul li{
	position:relative;
	margin:0px;
	padding:0px;
}
.listingProducts ul li.thumb
{ 
	margin-right:20px;
	width:134px;
	border:2px solid #dedede;
	float:left;
	position:relative;
}
.listingProducts ul li.descript
{  
 margin-bottom:0px!important;
 position:relative; 
 width:auto!important;
 padding-right:20px!important;
}
.listingProducts ul li.descript p
{
    margin-left:158px;
}
.listingProducts ul li ul.bulleted {
	margin-bottom:15px;
	padding-left:0px !important;
	width:auto!important; clear:none!important;
	margin-left:158px;
}
.listingProducts ul li ul.bulleted li{
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:0px!important;
	position:relative;
	display:inline!important;
	background-image:url(/images/bullet_rpanel.jpg);
	background-position:left;
	padding-left:20px;
	background-repeat:no-repeat;
	margin-right:20px;
	color:#333;
	font-size:11px;
}
.listingProducts .productButtons {
	border-bottom:0px;
	max-width:177px;
	padding-left:0px!important;	
	float:none!important;	
	margin-top:10px!important;
	top:20px!important;
	right:15px;	
	z-index:99;
}
.listingProducts .productButtons ul{
	padding-left:0px!important;
}
 .listingProducts ul.bullettedSize3{	
	background-image:none;
	border-bottom:0px;
	width:750px!important;
	list-style-image:none!important;	
	margin-bottom:5px!important;
}
.listingProducts  ul.bullettedSize3 li{	 
	background-image: url(/images/li-bullet.gif)!important;
	background-position:0 5px;
	background-repeat:no-repeat;
	padding-left:10px!important;
	margin:0px!important;
	padding:0px;
	position:relative;
	display:inline;
	margin-right:10px!important;
	color:#333;
	width:auto!important; clear:none!important;
	left:158px;
}
.download a{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:158px;
	background-image: url('/images/buttons_productpage.png');
	background-position:0px -4px;
	background-repeat:no-repeat;
	height:24px;
	border:0px;
	background-color:#FFF;
	margin-top:7px;
}
.download a:hover{
	background-position:0px -29px;
	cursor:pointer;
}
.request a{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:158px;
	background-image: url('/images/buttons_productpage.png');
	background-position:0px -154px;
	background-repeat:no-repeat;
	height:24px;
	border:0px;
	background-color:#FFF;
	margin-top:7px;
}
.request a:hover{
	background-position:0px -179px;
	cursor:pointer;
}
.contactSales a{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:158px;
	background-image: url('/images/buttons_productpage.png');
	background-position:0px -204px;
	background-repeat:no-repeat;
	height:24px;
	border:0px;
	background-color:#FFF;
	margin-top:7px;
}
.contactSales a:hover{
	background-position:0px -229px;
	cursor:pointer;
}
.listingProducts p{
	color:#666;
	font-size:10px;
	line-height:15px;
	margin-top:0px!important;
}
.listingProducts h3{
	margin-bottom:3px!important;
	margin-top:0px!important;
}
.productButtons ul li input[type="submit"], .productButtons ul li a {
	width:180px!important;
	margin-top:6px!important;
}
.watchVideo_block{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	background-image:url(/images/background/bg_watch-video.jpg);
	width:655px;
	height:66px;
	background-repeat:no-repeat;
	margin-left:32px;
}
.watchVideo_block ul{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	margin-left:30px;
	margin-top:15px;
}
.watchVideo_block ul li{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	display:inline;
	margin-right:5px;
	border:0px;
}
.watchVideo_block h2{
	float:left;
	position:relative;
	padding:0px;
	letter-spacing:normal;
	color:#00A1DE;
	font-size:13px;
	line-height:normal!important;
	margin-right:5px;
}
.watchVideo_block li a{
	float:left;
	position:relative;
	padding:0px;
}
.launchNew_icon{
   margin-top:12px!important;
}
.circleVideo_icon{
    margin-top:6px!important;
}
.supportKBProduct, .supportKBProductVersion {
    float:left;
    padding-right:20px;
    font-weight:bold;
    margin-bottom:20px;
}
.supportKBProduct select, .supportKBProductVersion select {
    margin-top:5px;
    width:216px;
}
.supportKBProduct span, .supportKBProductVersion span {
    font-weight:normal;
    margin-left:5px;
}
.supportKBProductVersion {
    padding-right:0px;
}
.loginPanel #quickLogin {
    top:298px;
}
.downloadsLoginPanel #quickLogin {
    top:249px;
}
.twSocialWrapper{
    float: left;
    font-family: Arial,sans-serif;
    width:442px;
}
.twSocialWrapper a{
    border: 1px solid #E8E8E8;
    float: left;
    font-size: 12px;
    line-height: 16px;
    padding: 7px 17px 7px 17px;
    text-decoration:none;
    color: #333333;
    background-color:#F5F5F5;
    height:40px;
}
.twSocialWrapper a strong {
    display: block;
    font-size: 14px;
}
.twSocialWrapper a img:hover{
    background-image:url('/images/social_media/follow_hover.png');
	background-repeat:no-repeat;
    }
.twSocialWrapper .Tw_p1{
    color: #333333; 
    font-size: 17px;
    font-weight: bold;
    }
.twSocialWrapper .TWSeparator{
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px; 
    vertical-align: text-bottom;
}
.twSocialWrapper .Tw_p2{
    color: #707070;
    font-size: 14px;
    font-weight: bold;
    }
.twSocialWrapper .Tw_a1{
    display:block;
    margin-bottom:5px;
}
.social_links_wrapper{
    margin-bottom:15px;
    clear:both;
    position:relative;
    display:block;
}
.social_links_wrapper a{
    text-decoration:none;
}
.twSocialWrapper a:hover{
    color:#0084B4;    
}
.social_links_wrapperh1{
     margin: 33px 5px 15px 0;
     position: relative;
     z-index: 1;
     clear: both;
}
.counters{
            float:left;
            position:relative;
            margin:0px;
            padding:0px;
} 
.counters li{
            float:left;
            position:relative;
            margin:0px !important;
            padding:0px;
            display:inline;
}
.btn_updateEmail input:hover[type="submit"]{
	background-position:0px -29px;
}
.btn_updateEmail input[type="submit"]{
	padding:0px;
	float:left;
	position:relative;
	width:195px;
	background-image: url(/images/btn_loginInfo_myaccount.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:29px;
	border:0px;
	left:0px;
	cursor:pointer;
	margin-bottom:10px;
	margin-top:10px;
}
.btn_changePW input[type="submit"]{
	padding:0px;
	float:left;
	position:relative;
	width:195px;
	background-image: url(/images/btn_loginInfo_myaccount.png);
	background-position:0px -58px;
	background-repeat:no-repeat;
	height:29px;
	border:0px;
	left:0px;
	cursor:pointer;
	margin-bottom:10px;
	margin-top:10px;
}
.btn_changePW input:hover[type="submit"]{
	background-position:0px -87px;
}
.downloadHighlight{
	float:left;
	position:relative;
	margin:0px;
	padding:13px!important;
	clear:both;
	background-image:url(/images/bg_download_highlight.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:704px;
	height:125px;
	margin-top:10px;
	margin-bottom:10px;
}
.downloadHighlight ul{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
}
.downloadHighlight ul li{
	position:relative;
	margin:0px;
	padding:0px;
	display:block;
	margin-bottom:5px!important;
	width:680px!important;
}
.downloadHighlight h4{
	position:relative;
	margin:0px;
	padding:0px;
}
.downLoadusInactive{
    opacity:0.6;
    filter:alpha(opacity=60);
	float:left;
	position :relative;
	background-image: url(/images/btn_download_fromServer.png);
	background-color:#FFFFFF;
	background-position:0px 0px;
	height:29px;
	margin:0px;
	padding:0px;
	width:292px;
	float:left;
	clear:right!important;
}
.download_server1 input[type="submit"]{	
	 position :relative;
	 background-image: url(/images/btn_download_fromServer.png);
	 background-position:0px 0px;	
	 height:29px;
	 margin:0px;
	 padding:0px;
	 width:292px;
	 float:left;
	 clear:right!important;
	 border-width:0px;
	 cursor:pointer;
}
.download_server1 input[type="submit"]:hover{
	 background-position:0px -29px;
}
.download_server2 input[type="submit"]{
	 position :relative;
	 background-image: url(/images/btn_download_fromServer.png);
	 background-position:0px -58px;	 
	 height:29px;
	 margin:0px;
	 padding:0px;
	 width:292px;
	 float:right;
	 clear:right!important;
	 border-width:0px;
	 cursor:pointer;
}
.download_server2 input[type="submit"]:hover{
	 background-position:0px -87px;
 }
  .downLoadsingaporeInactive{
     opacity:0.6;
     filter:alpha(opacity=60);
	 position :relative;
	 background-image: url(/images/btn_download_fromServer.png);
	 background-position:0px -58px;
	 background-color:#FFFFFF;
	 height:29px;
	 margin:0px;
	 padding:0px;
	 width:292px;
	 float:right;
	 clear:right!important;
	 border-width:0px;
}
.downLoadSActivation a{
	 float:left;
	 position:relative;
	 margin:0px 10px 5px 0px;
	 padding:0px;
	 background-image: url(/images/subActivation.png);
	 background-position:0px  0px;
	 background-repeat:no-repeat;
	 width:151px;
	 height:29px;
	 display:block;
}
.downLoadSActivation a:hover{
	 float:left;
	 position:relative;
	 margin:0px 10px 5px 0px;
	 padding:0px;
	 background-image: url(/images/subActivation.png);
	 background-position:0px  -30px;
	 background-repeat:no-repeat;
} 
.downloadHighlight ul li div.note{
	position:relative;
	font-style:italic;
	padding-top:7px;
	float:right;
}
.info_serverLogin{
	position:relative;
	margin:0px;
	padding:0px;
}
.info_serverLogin li.server1{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	display:inline;
}
.info_serverLogin li.server2{
	float:right;
	position:relative;
	margin:0px;
	padding:0px;
	display:inline;
	right:0px;
}
.info_serverLogin h2{
	color:#00A1DE;
	margin-bottom:0px!important;
}
.footerNote{
	float:left;
	position:relative;
	margin:0px;
	padding-top:10px;
	font-style:italic;
	border-top:1px solid #ccc;
	width:680px;
}
.HeadLink{
 letter-spacing:normal;
 text-decoration:underline;
}
.HeadLink:hover{
 text-decoration:none;
}
.counters li iframe{
 min-width:430px!important;
}
.mediaSharebutton{
margin-left: 0px ! important;bottom:2px; background-image:none; border: 1px solid #DEDEDE;
}
.lnkURL{
    background-image:url(/images/controls/arrow_top_down.gif);
    background-position:0px 4px;
    background-repeat:no-repeat;
    padding-left:10px!important;
}
.lnk_opened{
    background-image:url(/images/controls/arrow_top_down.gif);
    background-position:0px -17px;
    background-repeat:no-repeat;
    padding-left:10px!important;
}
.listingProducts .purchase a{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:158px;
	background-image: url('/images/buttons_productpage.png');
	background-position:0px -54px;
	background-repeat:no-repeat;
	height:24px;
	border:0px;
	background-color:#FFF;
	margin-top:7px;
}
.listingProducts .purchase a:hover{
	background-position:0px -79px;
	cursor:pointer;
}
.example {
	font: italic normal normal 11px/25px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: normal;	
	line-height:16px;
}
 .btn_elemnts{
 margin-left:34px;
 margin-top:7px !important;
}
.scrollWrap{
	float:left;
	position:relative;
	width:700px;
	border:1px solid #dedede;
	margin:0px;
	padding:10px;
	background-image:url(/images/background/bg_page-top.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.scrollWrap ul{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
}
.scrollWrap ul.itemThumbs{
	float:left;
	position:relative;
	margin:0px 0px 0px 20px!important;
	padding:0px;
	left:10px;
}
.scrollWrap ul li{
	float:left;
	position:relative;
	margin:10px 10px 10px 5px!important;
	padding:0px;
	display:inline;
	border:0px;
}
.scrollWrap ul li img{
	float:left;
	position:relative;
	margin:0px;
	padding:2px;
	display:inline;
	border:1px solid #ccc;
	width:140px;
	height:100px;
}
a.btnPrev_scroll{
	left:10px;
	position:absolute;
	margin:50px 0px 0px 0px!important;
	background-image:url(/images/controls/button_scroll.png);
	width:21px;
	background-position:0px -21px;
	background-repeat:no-repeat;
	height:21px;
}
 a.btnNext_scroll{
	right:10px;
	position:absolute;
	margin:50px 0px 0px 0px!important;
	background-image:url(/images/controls/button_scroll.png);
	width:21px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:21px;
	float:right!important;
}
.scrollWrap ul li img:hover{
    opacity:0.7;
    filter:alpha(opacity=70);
}
.titleScroll{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    background-color:#0039a6;
    color:#fff;
    background-position:top;
    background-repeat:repeat-x;
    float:left;
    position:relative;
    padding:8px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border: 1px solid #0039a6;
    border-bottom:0px !important;
}
.contactNumbers{
    float:left;
    position:relative;
    margin:0px!important;
    padding:0px!important;
    border:1px solid #ccc;
    letter-spacing:normal;
    background: url(/images/gradient_long.jpg) repeat-x center bottom;
    clear:both!important;
    margin-bottom:15px!important;
}
.contactNumbers ul{
    float:left;
    position:relative;
    padding:0px!important;
    margin:0px!important;
    display:inline!important;
    border-right:1px solid #ccc;
}
.contactNumbers ul li{
    position:relative;
    margin:0px!important;
    padding:10px 0px 10px 5px!important;
    border-bottom:1px solid #ccc;
    width:218px;
    float:left;
    clear:both!important;
    height:14px;
}
.noBorder_bottom{
    border-bottom:none !important;
}
.landing_2colImg{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
}
.landing_2colImg ul{
	float:left;
	position:relative;
	margin:0px 30px 0px 0px;
	padding:0px;
	display:inline;
}
sup{
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative; 
}
sup {
    bottom: 1ex;
}
.get_appStore input[type="submit"]{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:171px;
	background-image: url('/images/buttons_productpage.png');
	background-position:0px -478px;
	background-repeat:no-repeat;
	height:24px;
	border:0px;
	background-color:#FFF;
	margin-top:7px;
}
.get_appStore input:hover[type="submit"]{
	background-position:0px -453px;
	cursor:pointer;
}
.rPanel_link{
    padding:10px;
    color:#333!important;
    margin:10px;
    margin-bottom:0px;
    padding-bottom:0px;
    background-image:url('/images/bg_rPanel_link.png');
    background-position:0px 0px;
    background-repeat:no-repeat;
    width:200px;
    height:88px;
    margin-right:10px!important;
    line-height:13px!important;
}
.rPanel_link a{
    font-weight:bold;
    text-decoration:underline;
    color:#6A7F10!important;
    display:inline!important;
    line-height:normal!important;
    padding:0px!important;
    margin:3px!important;
}
.rPanel_link a:hover{
    text-decoration:none;
    line-height:normal!important;
    background:none!important;
}
.download_onAppstore input[type="submit"]{
    padding:0px;
    float:left;
    position:relative;
    text-align:center;
    width:150px;
    background-image: url('/images/buttons_productpage.png');
    background-position:0px -504px;
    background-repeat:no-repeat;
    height:40px;
    border:0px;
    background-color:#FFF;
    margin-top:7px;
}
.download_onAppstore input:hover[type="submit"]{
    background-position:0px -544px;
    cursor:pointer;
}
.pdflist_leftCol {
    clear:both;
    float:left;
    margin-top:0px;
    margin-bottom:0px;
    width:275px;
}
.pdflist_rightCol {
    float:left;
    margin-top:0px;
    margin-bottom:0px;
}
.pdflist .pdfBulleted {
    margin-left:16px;
    list-style-image:url('/images/bullet_rpanel.jpg');
    background-image:url('/images/icons/pdficon_small.gif');
    background-repeat:no-repeat;
    padding-left:25px;
    height:17px;
}
.pdflist .pdfBulleted a {
    line-height:17px;
}
.getFreeTrial input[type="submit"]{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:171px;
	background-image: url('/images/buttons_productpage.png');
	background-position:0px -585px;
	background-repeat:no-repeat;
	height:24px;
	border:0px;
	background-color:#FFF;
	margin-top:7px;
}
.getFreeTrial input:hover[type="submit"]{
	background-position:0px -609px;
	cursor:pointer;
}
.ajax__fileupload_dropzone {display:none; }
.ajax__fileupload_fileItemInfo .uploadstatus { display:none; }	    
.ajax__fileupload_uploadbutton{display:none;}
.ajax__fileupload_progressBar{display:none;}
.ajax_fileupload_cancelbutton{display:none;}
.ajax__fileupload_fileItemInfo .filename {padding-left:5px;}
.ajax__fileupload_fileItemInfo{clear:both;}
#ctl00_cscContentPlaceHolder_fileupload_FileStatusContainer{ display:none; }	 
#ctl00_cscContentPlaceHolder_fileupload_InputFileElement{ display:block; }	
.ajax__fileupload_fileItemInfo .removeButton{
       background-image: url('/images/remove.png');
	   background-repeat: no-repeat;
       width:4px!important;
       height:12px!important;
       background-color:transparent!important;
       position:relative;
       margin-top:4px;
       margin-left:106px!important;
       text-indent: -9999px;  
	}
.moretextcontent span {
    display: none;
}	
.dataAnalyticsProductListing {
    width:700px;
}
.dataAnalyticsProductListing ul {
    margin-bottom:40px;
}
.dataAnalyticsProductListing .productButtons {
    right:5px;
}
.dataAnalyticsProductListing .twitterFeed {
    right:0px!important;
}
.dataAnalyticsProductListing ul li.thumb {
    margin-bottom:40px!important;
}
.contentdiv h2{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	color:#00693C;
	letter-spacing:normal;
	margin-top:0px!important;
}
.contentdiv p{
	color:#666;
	font-size:10px;
	line-height:15px;
	margin-top:0px!important;
}
.contentdiv h3{
	margin-bottom:3px!important;
	margin-top:0px!important;
}
.contentdiv ul
{
    min-height:108px!important;
    margin-bottom:40px!important; 	
}
.enterpriseFAQList ul, .enterpriseFAQList div, .enterpriseFAQList h4
{
    margin-left:10px!important;
    margin-right:10px!important;
}
.enterpriseFAQList a, .enterpriseFAQList a span, .enterpriseFAQList a font
{
    font-family:Verdana, Arial, Helvetica, sans-serif!important;
    font-size:11px!important;
    color:#0039a6!important;
}
.enterpriseFAQList a
{
    display:block!important;
}

a.lnkRSSFeed{
	background-image:url(/images/icons/icon_feed.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	margin:43px 0px 0px 0px!important;
	width:58px;
	height:24px;
	padding:0px;
	position:relative;
	float:left;
	
}
a:hover.lnkRSSFeed{
    background-position:0px -24px;
}

a.lnkRSSFeed_small{
	background-image:url(/images/icons/icon_feed_small.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	margin:0px 60px 0px 0px;
	width:39px;
	height:15px;
	padding:0px;
	position:relative;
	float:right;
	background-color:rgb(221, 221, 221);
}
a:hover.lnkRSSFeed_small{
    background-position:0px -15px;
    background-color:rgb(221, 221, 221);
}
.is-disabled 
{
   background-color: #EBEBEB;   
   font-weight:bold !important;
   font-style:italic !important;
   opacity: .5;
   pointer-events: none;
}
.appFeaturesTitle {
    width:100%;
    margin-left:75px;
    margin-top:10px;
    margin-bottom:10px;
    text-decoration:none;
}
.appFeaturesDesc {
	border:1px solid #DDDDDD;
	border-width:1px 0px 1px 0px;
	overflow:hidden;
	position:relative;
	background-image: url('/images/left_box_bg.gif');
	background-position:bottom;
	margin-bottom:10px;
	margin-left:75px;
	margin-top:5px;
	padding:10px;
}
.multiLevelAccordion h3
{
    cursor:pointer;
    margin-bottom:5px!important;
    color:#0039a6!important;
    background:url(/images/bullet_rpanel.jpg) no-repeat left center;
    text-decoration:underline;
    font-size:11px!important;
    margin-left:35px;
    padding-left:15px;
    font-weight:normal!important;
}
.multiLevelAccordion h3:hover
{
    text-decoration:none;
}
.appFeatures .showhide_divs
{
    background:url(/images/bullet_rpanel.jpg) no-repeat left center;
}
.appFeatures .featuresTitle
{
    background:url(/images/bullet_rpanel.jpg) no-repeat left center;
    margin-left:35px;
}
.appFeatures .featuresDesc {
    margin-left:35px;
}
.appFeaturesTitleText {
    text-decoration:underline;
}
.appFeaturesTitleText:hover {
	text-decoration:none;
}

.downloadProductTrial input[type="submit"]{
	padding:0px;
	float:left;
	position:relative;
	background-image: url('/images/buttons_productpage.png');
	background-position:0px -729px;
	background-repeat:no-repeat;
	height:24px;
	border:0px;
	background-color:#FFF;
	margin-top:7px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	padding-bottom:2px;
	padding-left:8px!important;
}
.downloadProductTrial input:hover[type="submit"]{
	background-position:0px -754px;
	cursor:pointer;
}

.downLoadUS64bitInactive{
    opacity:0.6;
    filter:alpha(opacity=60);
	float:left;
	position :relative;
	background-image: url(/images/btn_download_fromServer.png);
	background-color:#FFFFFF;
	background-position:0px -116px;
	height:29px;
	margin:0px;
	padding:0px;
	width:292px;
	float:left;
	clear:right!important;
	margin-top:10px;
}
.download_server3 input[type="submit"]{	
	 position :relative;
	 background-image: url(/images/btn_download_fromServer.png);
	 background-position:0px -116px;	
	 height:29px;
	 margin:0px;
	 padding:0px;
	 width:292px;
	 float:left;
	 clear:right!important;
	 border-width:0px;
	 margin-top:10px;
	 cursor:pointer;
}
.download_server3 input[type="submit"]:hover{
	 background-position:0px -145px;
}

.downLoadAsia64bitInactive{
	opacity:0.6;
    filter:alpha(opacity=60);
	position :relative;
	background-image: url(/images/btn_download_fromServer.png);
	background-position:0px -174px;
	background-color:#FFFFFF;
	height:29px;
	margin:0px;
	padding:0px;
	width:292px;
	float:right;
	clear:right!important;
	border-width:0px;
	margin-top:10px;
}
.download_server4 input[type="submit"]{
	 position :relative;
	 background-image: url(/images/btn_download_fromServer.png);
	 background-position:0px -174px;	 
	 height:29px;
	 margin:0px;
	 padding:0px;
	 width:292px;
	 float:right;
	 clear:right!important;
	 border-width:0px;
	 margin-top:10px;
	 cursor:pointer;
}
.download_server4 input[type="submit"]:hover{
	 background-position:0px -203px;
}
.downLoadsingaporeInactive .note
{
    /*margin-top:10px;*/
}
.downloadHighlight h2
{
    padding-top:0px!important;
}
.btn360View{
	 margin-left:70px;
	 margin-top:7px !important;
}
.contactCustomerService a {
	background-position: -2px -496px!important;
}
.contactCustomerService a:hover {	
	background-position: -2px -527px!important;
}
.btnActivateASLUser {
	width:99px;
	background-image: url(/images/btn_ActiveInactive.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:17px;
	border:0px;
	cursor:pointer;
}
.btnDeactivateASLUser {
	width:99px;
	background-image: url(/images/btn_ActiveInactive.png);
	background-position:0px -17px;
	background-repeat:no-repeat;
	height:17px;
	border:0px;
	cursor:pointer;
}
.btn_deactivateAccount input[type="submit"]{
	padding:0px;
	float:left;
	position:relative;
	width:195px;
	background-image: url(/images/btn_loginInfo_myaccount.png);
	background-position:0px -116px;
	background-repeat:no-repeat;
	height:29px;
	border:0px;
	left:0px;
	cursor:pointer;
	margin-bottom:10px;
	margin-top:10px;
}
.btn_deactivateAccount input:hover[type="submit"]{
	background-position:0px -145px;
}
.btn_continue input[type="submit"]{
    padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:146px;
	background-image: url(/images/webform-buttons.png);
	background-position:0px -467px;
	background-repeat:no-repeat;
	height:29px;
	border:0px;
	background-color: #FFFFFF;
	left:0px;
	margin-top:10px;
	cursor:pointer;
	margin-bottom:10px;
}
.btn_continue input:hover[type="submit"]{
	background-position:0px -497px;
}
 .btn_ChemDraw
 {
       margin-left:-75px;
    margin-top:115px !important;
    width:128px!important;
    height:34px!important;
    background-image:none!important;
   /* margin-left:-46px;
    margin-top:95px !important;
    width:155px!important;
    height:38px!important;
    background-image:none!important;*/
}
.button_sortOrder input[type="submit"]{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:138px;
	background-image: url(/images/webform-buttons.png);
	background-position:0px -816px;
	background-repeat:no-repeat;
	height:23px;
	border:0px;
	background-color: #FFFFFF;
	left:0px;
	cursor:pointer;
}

.button_sortOrder input:hover[type="submit"]{
		background-position:0px -840px;
}
.button_add input[type="submit"]{
	padding:0px;
	float:left;
	position:relative;
	text-align:center;
	width:89px;
	background-image: url(/images/webform-buttons.png);
	background-position:0px -863px;
	background-repeat:no-repeat;
	height:23px;
	border:0px;
	background-color: #FFFFFF;
	left:0px;
	cursor:pointer;
}

.button_add input:hover[type="submit"]{
		background-position:0px -887px;
}

.btn_addNew input[type="submit"]{
    padding:0px;
 float:left;
 position:relative;
 text-align:center;
 width:114px;
 background-image: url(/images/webform-buttons.png);
 background-position:0px -910px;
 background-repeat:no-repeat;
 height:23px;
 border:0px;
 background-color: #FFFFFF;
 left:0px;
 cursor:pointer;
 }

.btn_addNew input:hover[type="submit"]{
 background-position:0px -934px;
}

