html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 5px 0px 0px 10px;
	background: #FFFFFF;
}
ul, ol, dl {  
	position: relative; 
}
ul { 
	padding: 0; 
	margin: 0; 
	list-style: none; 
}
.boxVertical		{ background-image: url(images/boxVertical.gif);	background-repeat: repeat-y;}
.boxHorizontal		{ background-image: url(images/boxHorizontal.gif); background-repeat: repeat-x;}
.boxCornerUl	{ background-image: url(images/boxCornerUl.gif); background-repeat: no-repeat;}
.boxCornerUr 	{ background-image: url(images/boxCornerUr.gif); background-repeat: no-repeat;}
.boxCornerLl	{ background-image: url(images/boxCornerLl.gif); background-repeat: no-repeat;}
.boxCornerLr	{ background-image: url(images/boxCornerLr.gif); background-repeat: no-repeat;}

.img-right {
	float: right;
	padding: 0px 0px 0px 15px; 
	text-align: left;  
	color: #000066;
	border: 0;
}
.img-rightCellGallery {
	float: right;
	padding: 0px 0px 0px 0px; 
	text-align: center; 
	font: bold 11px/15px arial, verdana, sans-serif; 
	color: #000066;
	border: 0;
}
.img-left {
	float: left;
	padding: 0px 10px 0px 0px; 
	text-align: left;  
	color: #000066;
	border: 0;
}
.img-leftCellGallery {
	float: left;
	padding: 0px 10px 0px 0px; 
	text-align: center; 
	font: bold 11px/15px arial, verdana, sans-serif; 
	color: #000066;
	border: 0;
}

.img-center {
	clear: both;
	padding: 10px 0px 10px 0px;
	border: 0;
	text-align: center;
	font: bold 11px/15px arial, verdana, sans-serif; 
	color: #000066;
}
.blue { color: #000066; }
.red { color: #cb320b; }
.green { color: #a4d776; }
.dkgrn { color: #99CC66; }
#box { border: 2px solid #a4d776; padding: 10px; -moz-border-radius:10px 10px;}
#boxHeight210 { border: 2px solid #a4d776; padding: 10px; -moz-border-radius:10px 10px; height:210px;}
#boxHeight231 { border: 2px solid #a4d776; padding: 5px 10px 5px 40px; -moz-border-radius:10px 10px; height:231px;}
#boxVisionApps { 
	border: 2px solid #a4d776;  
	-moz-border-radius:10px 10px;
	background-image:url(images/VisionAppMainImage.gif);
	background-repeat:no-repeat;
	height:265px;
	width: 530px;
}
#boxNoPad { border: 2px solid #a4d776; padding: 0px; -moz-border-radius:10px 10px;}
#VisionAppsRunAssay {   
	background-image:url(images/AppVision_RunAsssayBG.gif);
	background-repeat:no-repeat;
	height:228px;
	width: 437px;
	padding: 10px 0px 10px 100px;
}
#VisionAppsRunAssayLG {   
	background-image:url(images/AppVision_RunAsssayBG_LG.gif);
	background-repeat:no-repeat;
	height:328px;
	width: 437px;
	padding: 10px 0px 10px 100px;
}
/*------------------------------------------------- Icon Buttons ------------------------------*/
#iconButtonSchedule {
	line-height: 14px;
	text-align: left;
	background-image:url(images/iconScheduleDemo.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 104px;
	padding-left: 50px;
	padding-top: 10px;
	margin: 10px 5px 10px 5px;
	float: left;
	cursor: pointer;
}

#iconButtonAbstract {
	line-height: 14px;
	text-align: left;
	background-image:url(images/iconViewAbstract.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 104px;
	padding-left: 50px;
	padding-top: 15px;
	margin: 10px 5px 10px 5px;
	float: left;
	cursor: pointer;
}

#iconButtonContactUs {
	line-height: 14px;
	text-align: left;
	background-image: url(images/iconContactUs.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 104px;
	padding-left: 50px;
	padding-top: 15px;
	margin: 10px 5px 10px 28px;
	float: left;
	cursor: pointer; 
}

#iconButtonFullText {
	line-height: 14px;
	text-align: left;
	background-image:url(images/iconViewFullText.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 104px;
	padding-left: 50px;
	padding-top: 15px;
	margin: 10px 26px 10px 26px;
	float: left;
	cursor: pointer; 
}

#iconButtonPDF {
	line-height: 14px;
	text-align: left;
	background-image: url(images/iconDownloadPDF.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 104px;
	padding-left: 50px;
	padding-top: 15px;
	margin: 10px 5px 10px 5px;
	float: right;
	cursor: pointer;
}

/*------------------------------------------------- END Icon Buttons ------------------------------*/

/*------------------------------------------------- Reference Center ------------------------------*/

#RefContainer {
	font-family: Arial, Helvetica, sans-serif;
}
#RefContainer a:link,
#RefContainer a:visited,
#RefContainer a:active {
	font-weight: bold; 
	text-decoration: none; 
	color: #000066; 
	background: transparent; 
}
#RefContainer a:hover {
	font-weight: bold; 
	text-decoration: none; 
	color: #99CC66;
	background: transparent; 
}
.AuthorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	text-align: left;
	color: #000066;
}
.NexcelomMention {
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight:normal;
}

/*------------------------------------------------- END Reference Center ------------------------------*/

#alignBulletsRight {
	margin-left: 145px;
	margin-top: 20px;
	line-height: 40px;
	text-align: left;
}
#alignBulletsLeft {
	margin-right: 145px;
	line-height: 40px;
	text-align: left;
}


/*Start test */
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#ddd; margin:0 5px;}
.b2f {height:1px; background:#ddd; margin:0 3px;}
.b3f {height:1px; background:#ddd; margin:0 2px;}
.b4f {height:2px; background:#ddd; margin:0 1px;}
.contentf {background: #ddd;}
.contentf div {margin-left: 5px;}




/*white background with green border */
.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#a4d776; margin:0 5px;}
.b2 {height:1px; background:#fff; border-right:2px solid #a4d776; border-left:2px solid #a4d776; margin:0 3px;}
.b3 {height:1px; background:#fff; border-right:1px solid #a4d776; border-left:1px solid #a4d776; margin:0 2px;}
.b4 {height:2px; background:#fff; border-right:1px solid #a4d776; border-left:1px solid #a4d776; margin:0 1px;}
.contentb {background: #fff; border-right:1px solid #a4d776; border-left:1px solid #a4d776;}
.contentb div {margin-left: 10px; margin-right:10px;}

.contentb div a:link,
.contentb div a:visited,
.contentb div a:active { 
	text-decoration: none; 
	color: #000066; 
	background: transparent; 
}
.contentb div a:hover {; 
	text-decoration: none; 
	color: #99CC66;
	background: transparent; 
}

/*white background with green border Horizontal menu ONLY*/
.menu1, .menu2, .menu3, .menu4{font-size:1px; overflow:hidden; display:block;}
.menu1 {height:1px; background:#a4d776; margin:0 5px;}
.menu2 {height:1px; background:#fff; border-right:2px solid #a4d776; border-left:2px solid #a4d776; margin:0 3px;}
.menu3 {height:1px; background:#fff; border-right:1px solid #a4d776; border-left:1px solid #a4d776; margin:0 2px;}
.menu4 {height:2px; background:#fff; border-right:1px solid #a4d776; border-left:1px solid #a4d776; margin:0 1px;}
.contentmenu {background: #fff; border-right:1px solid #a4d776; border-left:1px solid #a4d776;}
.contentmenu div {text-align: center;}



/*background with header */
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#a4d776; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#a4d776; border-right:2px solid #a4d776; border-left:2px solid #a4d776; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#a4d776; border-right:1px solid #a4d776; border-left:1px solid #a4d776; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#a4d776; border-right:1px solid #a4d776; border-left:1px solid #a4d776; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #fff;}
.headh {
	background: #a4d776; 
	border-right:1px solid #a4d776; 
	border-left:1px solid #a4d776;
	color:#000066;
	font-weight:bold;
	text-decoration:none;
	}
.headHome {
	background: #000066; 
	border-right:1px solid #000066; 
	border-left:1px solid #000066;
	margin-top: 6px;
	padding: 2px 2px 2px 2px;
	}
.headh div {
	margin: 0px 5px 0px 5px;
	padding-bottom: 3px;
	color: #000066;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.headHome div {
	margin: 0px 5px 0px 5px;
	padding-bottom: 3px;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold
}
.contenth {background: #fff; border-right:1px solid #a4d776; border-left:1px solid #a4d776;}
.contenth div {
	margin: 0px 5px 0px 5px;
	padding-bottom: 3px;
	font-size:10px;
}

.contenth div a:link,
.contenth div a:visited,
.contenth div a:active { 
	text-decoration: none; 
	color: #000066; 
	background: transparent; 
}
.contenth div a:hover {; 
	text-decoration: none; 
	color: #99CC66;
	background: transparent; 
}


/*End Test */


#leftnav {
	margin: 20px 0 0 10px;
}
#flash {
z-index: 10;
}
#hometext {
	margin: 5px;
}
#bodytext {
	margin: 10px;
	font: 11px/16px Verdana, Helvetica, sans-serif;
}
#bodytext h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066; 
	text-decoration: none;
	padding: 0;
}
#bodytext h2, #hometext h2, #highlightBox h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cb320b;
	margin: 0px 0px 5px 0px;
}
#bodytext h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	margin: 5px 0px 10px 0px;
}
#bodytext h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cb320b;
	margin: 0px 0px 5px 0px;
}
#bodytext h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000066;
	margin: 0px 0px 5px 0px;
	line-height: 16px;
}
#bodytext ul, #hometext ul { padding: 0; margin: 0; list-style: none; position: relative;}
#hometext li { 
	padding: 3px 0px 3px 0px; 
	margin: 0px 0px 0px 15px;
	position: relative;
}
#bodytext ul li {
    background-image: url(http://www.nexcelom.com/images/bullet.gif); 
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding: 0px 0px 0px 10px; 
	margin: 0px 0px 0px 0px;
	position: relative;
}
#bodytext li ul li {
    background-image: url(http://www.nexcelom.com/images/bullet.gif); 
	background-repeat: no-repeat;
	background-position: 0 8px; 
	padding: 5px 0px 5px 20px; 
	margin: 5px 0px 0px 5px;
	position: relative;
}

#bodytext ol {
	padding: 5px 0px 5px 12px; 
	margin: 5px 0px 0px 5px;
	position: relative;
}
#bodytext ol li {
	padding: 5px 0px 5px 5px; 
	margin: 0px 0px 0px 5px;
	position: relative;
}
.ptable { margin: 0; font-weight: bold; }
	
#bodytext a:link,
#bodytext a:visited,
#bodytext a:active {
	font-weight: bold; 
	text-decoration: none; 
	color: #000066; 
	background: transparent; 
}
#bodytext a:hover {
	font-weight: bold; 
	text-decoration: none; 
	color: #99CC66;
	background: transparent; 
}
/*-----------------------------START Homepage Background images---------------------------------------------------*/
#homeBGleft{
	background-image:url(images/BG_left.gif);
	background-repeat:no-repeat;
	height: 230px;
}
#homeBGright{
	background-image:url(images/BG_right.gif);
	background-repeat:no-repeat;
	height: 230px;
}
/*-----------------------------END Homepage Background images---------------------------------------------------*/
#heading {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
	margin-left: 0px;
}
#heading a:link,
#heading a:visited,
#heading a:active {
	font-weight: bold; 
	text-decoration: none; 
	color: #000066; 
	background: transparent; 
}
#heading a:hover {
	font-weight: bold; 
	text-decoration: none; 
	color: #99CC66;
	background: transparent; 
}
#footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	margin-left: 0px;
}
#footer a:link,
#footer a:visited,
#footer a:active {
	font-weight: bold; 
	text-decoration: none; 
	color: #000066; 
	background: transparent; 
}
#footer a:hover {
	font-weight: bold; 
	text-decoration: none; 
	color: #99CC66;
	background: transparent; 
}

#highlightBox {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	margin: 15px 2px 10px 2px;
	padding: 0px 15px 0px 15px;
	background-image: url(images/HighlightBoxesBG.gif);
	background-repeat: no-repeat;
	height: 275px;
}
#highlightBox a:link,
#highlightBox a:visited,
#highlightBox a:active {
	font-weight: bold; 
	text-decoration: none; 
	color: #000066; 
	background: transparent; 
}
#highlightBox a:hover {
	font-weight: bold; 
	text-decoration: none; 
	color: #99CC66;
	background: transparent; 
}
#highlightBoxTitle {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}
#highlightBoxImage {
	padding: 20px 0px 20px 0px;
}
#staticBox {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	margin: 10px 2px 10px 2px;
	padding: 10px 5px 0px 5px;
	background-image:url(images/staticBox_BG_gray.gif);
	background-repeat: no-repeat;
	background-position: center; 
	width: 180px;
	height: 150px;
}
#staticBox a:link,
#staticBox a:visited,
#staticBox a:active {
	font-weight: bold; 
	text-decoration: none; 
	color: #000066; 
	background: transparent; 
}
#staticBox a:hover {
	font-weight: bold; 
	text-decoration: none; 
	color: #99CC66;
	background: transparent; 
}




#sitemap {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	margin-left: 0px;
}
#sitemap a:link,
#sitemap a:visited,
#sitemap a:active {
	font-weight: bold; 
	text-decoration: none; 
	color: #000066; 
	background: transparent; 
}
#sitemap a:hover {
	font-weight: bold; 
	text-decoration: none; 
	color: #99CC66;
	background: transparent; 
}

.ItalicRight {
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #000066;
}
.AccordionPanelContent a:link, 
.AccordionPanelContent a:visited, 
.AccordionPanelContent a:active {
	font-weight: bold; 
	text-decoration: none; 
	color: #000066; 
	background: transparent; 
}
.AccordionPanelContent a:hover{
	font-weight: bold; 
	text-decoration: none; 
	color: #cb320b;
	background: transparent; 
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-align: left;
}
blockquote {
	text-indent: 4pt;
}
background {
	background-attachment: fixed;
	background-image: url(images/BG_LeftNav.gif);
	background-repeat: no-repeat;
}
.CustomerName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	text-align: left;
}
.CustomerComment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}
.FigureText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #333333;
	text-decoration: none;
}
table#border {
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 0;
	width: 822px;
}
table#content {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 0;
	width: 776px;
}
table#interior {
	background-color:#FFFFFF;
	border: 0;
	border-width: 0;
	border-color: #FFFFFF;
}

.even td {
	background-color:#DDF7C1
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
}

table#application {
	border: 0;
	font-size: 9px;
}
td#application {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}
th#application {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
}

.rowCursor {
	cursor: pointer;
}

a.rowCursor:link {color: red; text-decoration: none; }
a.rowCursor:visited {color: purple; text-decoration: none; }
a.rowCursor:hover {color: orange; text-decoration: underline; }
a.rowCursor:active {color: blue; } 



.rowHover {
	background-color: #BFBFFF;
}
.rowEven {
	background-color: #CCF2A2;
}
.rowOdd {
	background-color: #FFFFFF;
}
.rowSelect {
	background-color: #CECEFF;
}
/*** chrome menu navigation ***/
#chromemenu{
	position: relative;
}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#chromemenu ul{
border: 0px;
width: 100%;
padding: 0px 0px 0 0;
margin: 0;
list-style: none;
}
#chromemenu ul li{
display: inline;
font: bold 12px/18px arial, sans-serif; 
text-align: left; 
color: #000066;
}
#chromemenu ul li a{
	font-weight: bold;
	float: right;
	color: #000066;
	padding: 10px 24px 0px 0px;
	text-decoration: none;
	list-style: none;
}
#chromemenu ul li a:hover{
	font-weight: bold;
	color: #99CC66;
}

#chromemenu ul li a[onMouseover]:after{ content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	margin: 0px 0 0 0px;
	top: 0;
	border: 1px solid #f0f0f0; /*Theme Change here*/
	font: 12px/18px arial, sans-serif;
	text-align: left;
	z-index: 1000;
	background-color: #99CC66;
	width: 150;
	visibility: hidden;
	color: #FFFFFF;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #f0f0f0; /*Theme Change here*/
	padding: 2px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #99CC66;
}
.Quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFFFFF;
}
.QuoteAuthor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000066;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}



.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #CBF2A1;
	font-weight: normal;
	color: #000066;
}

#topmenu {
	position: relative;
	margin-right: 5px;
}
#topmenu ul {
	border: 0px;
	width: 100%;
	padding: 10px 10px 0 0;
	margin: 10px 0 5px 0;
	list-style: none;
}
#topmenu ul li{
	display: inline;
	font: bold 11px/15px arial, verdana, sans-serif;
	float: right;
	text-align: left; 
	color: #99CC66;
}
#topmenu ul li a{
	color: #000066;
	padding: 0px 5px 6px 25px;
	text-decoration: none;
	list-style: none;
}
#topmenu ul li a:hover{
	text-decoration: none;
	color: #99CC66;
}
#topmenu img-right {
	float: right;
	border: 0;
}
.boxWidth {
	width: 180px;
}
.Width140 {
	width: 140px;
	float: left;
}
.Width375 {
	width: 375px;
	float: right;
}
.Width384 {
	width: 384px;
}
.Width143 {
	width: 143px;
	float: left;
}
.Width537 {
	width: 537px;
}
.Width537Banner {
	width: 535px;
	background-color:#000066;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	margin: 10px 0px 10px 0px;
	padding: 4px 0px 4px 2px;
}
#spacer140 {
	height: 140px;
}
#spacer250 {
	height: 250px;
}
#cellSectionSpacer50 {
	height: 50px;
}
#cellSectionSpacer75 {
	height: 75px;
}
#cellSectionSpacer100 {
	height: 100px;
}
#cellSectionSpacer175 {
	height: 175px;
}
#cellDescription {
	height: 50px;
}
#cellName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #cb320b;
	margin: 0px 0px 1px 0px;
}

.FormWidth537Banner {
	width: 523px;
	background-color:#000066;
	color:#FFFFFF;
	font-weight: normal;
	font-size:14px;
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 10px;
}
#FormContent { 
	padding: 20px; 
}
/*-----------------------------START Webinar Video Styles ---------------------------------------------------*/
#WebinarVideoHome {
	font-size:16px;
	font-weight:bold;
	line-height: 16px;
	text-align: left;
	background-image:url(images/horzWebinarVideoHome.jpg);
	background-repeat: no-repeat;
	height: 89px;
	width: 575px;
	padding-left: 20px;
	margin: 0px 0px 10px 0px;
}
#WebinarVideoHome a:link,
#WebinarVideoHome a:visited,
#WebinarVideoHome a:active {
	font-weight: bold; 
	text-decoration: none; 
	color: #000066; 
	background: transparent; 
}
#WebinarVideoHome a:hover {
	font-weight: bold; 
	text-decoration: none; 
	color: #99CC66;
	background: transparent; 
}
#WebinarVideoProducts {
	font-size:14px;
	font-weight:bold;
	line-height: 16px;
	text-align: left;
	background-image:url(images/horzWebinarVideoProducts.jpg);
	background-repeat: no-repeat;
	height: 89px;
	width: 517px;
	padding-left: 20px;
	margin: 20px 0px 10px 0px;
}
#WebinarVideoProducts a:link,
#WebinarVideoProducts a:visited,
#WebinarVideoProducts a:active {
	font-weight: bold; 
	text-decoration: none; 
	color: #000066; 
	background: transparent; 
}
#WebinarVideoProducts a:hover {
	font-weight: bold; 
	text-decoration: none; 
	color: #99CC66;
	background: transparent; 
}
#WebinarVideoSideBar {
	font-size:14px;
	font-weight:bold;
	line-height: 16px;
	text-align: left;
	background-image:url(images/SidebarWebinarVideo.jpg);
	background-repeat: no-repeat;
	height: 197px;
	width: 195px;
	padding-top: 10px;
	padding-left: 10px;
	margin: 10px 0px 10px 0px;
}
#WebinarVideoSideBar a:link,
#WebinarVideoSideBar a:visited,
#WebinarVideoSideBar a:active {
	font-weight: bold; 
	text-decoration: none; 
	color: #000066; 
	background: transparent; 
}
#WebinarVideoSideBar a:hover {
	font-weight: bold; 
	text-decoration: none; 
	color: #99CC66;
	background: transparent; 
}
/*-----------------------------END Webinar Video Styles ---------------------------------------------------*/

/*----------------------------- SEARCH Styles ---------------------------------------------------*/
.searchButton {
	vertical-align:middle;

}

.searchField {
	vertical-align:middle;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:thin;
}

/*----------------------------- END SEARCH Styles ---------------------------------------------------*/

/*----------------------------- TAB Styles ---------------------------------------------------*/


