/* CSS layout rules for the non-content portions of the site (banner/branding, navigation, footer) */

/*# Begin reset css #*/
/* orginial: http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, /*img, */ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0;	border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body { line-height: 1; }
ol, ul {list-style: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; border-spacing: 0;}

/* _____________________ End reset css ______________________*/

/*# Container #*/
#container {
	background-color: #FFF; 
	margin:0 auto; 
	margin-top: 10px;	
  	text-align:left;
	width: 989px;
	voice-family: "\"}\"";  /* Box Model Hack: hides declaration from PC IE 5.x */
	voice-family:inherit;
	width: 989px;
}

/*# branding (header) #*/	

#branding {

}	
#brandingLogo {


}
#brandingTagline {

}
		
/* branding (header) ends */

/*# nav #*/
#navContainer {
	margin:0;
	padding:0;
	background: url(../App_themes/GeoTime/images/imgHeaderBar.gif) bottom left no-repeat;
	padding-bottom: 5px;
	
}
#navLogo {
	float:left;
	padding-left: 40px;
}
#navMain  {
	float: right;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin:0;
	padding:0;
		
}
#navMain  a{
	color: #404040;
	text-decoration: none;
}
#navMain  a:hover{
	color: #0287bd;
	text-decoration: none;

}

ul#menuElem {
	display: inline;
	list-style-type: none;	
	padding:0;
	margin:0;
	float:left;
	height: 28px;
}
ul#menuElem li {
	float:left;	
	padding:0;
	margin:0;
	margin-right: 27px;
	
}
ul#menuElem li:last-child,ul#menuElem li.last, ul#menuElem li.navContact {
	padding:0;
	margin:0;
}
ul#menuElem li.navCompany a:hover {
	background: url(../App_themes/GeoTime/images/en/navCompany_on.gif) top right no-repeat;
}
ul#menuElem li.navCompany a:hover img {
	display: none;
}
ul#menuElem li.navCompany a{
	text-decoration: none;
	font: normal normal normal 10px Georgia, serif;
	line-height: 28px;
	display: block;
	width: 57px;
	height: 28px;
}
ul#menuElem li.navProduct a:hover {
	background: url(../App_themes/GeoTime/images/en/navProduct_on.gif) top right no-repeat;
}
ul#menuElem li.navProduct a:hover img {
	display: none;
}
ul#menuElem li.navProduct a{
	text-decoration: none;
	font: normal normal normal 10px Georgia, serif;
	line-height: 28px;
	display: block;	
	width: 101px;
	height: 28px;
}
ul#menuElem li.navIndustry a:hover {
	background: url(../App_themes/GeoTime/images/en/navIndustries_on.gif) top right no-repeat;
}
ul#menuElem li.navIndustry a:hover img {
	display: none;
}
ul#menuElem li.navIndustry a{
	text-decoration: none;
	font: normal normal normal 10px Georgia, serif;
	line-height: 28px;
	display: block;	
	width: 68px;
	height: 28px;
}
ul#menuElem li.navNews a:hover {
	background: url(../App_themes/GeoTime/images/en/navNews_on.gif) top right no-repeat;
}
ul#menuElem li.navNews a:hover img {
	display: none;
}
ul#menuElem li.navNews a{
	text-decoration: none;
	font: normal normal normal 10px Georgia, serif;
	line-height: 28px;
	display: block;	
	width: 94px;
	height: 28px;
}
ul#menuElem li.navSupport a:hover {
	background: url(../App_themes/GeoTime/images/en/navSupport_on.gif) top right no-repeat;
}
ul#menuElem li.navSupport a:hover img {
	display: none;
}
ul#menuElem li.navSupport a{
	text-decoration: none;
	font: normal normal normal 10px Georgia, serif;
	line-height: 28px;
	display: block;	
	width: 54px;
	height: 28px;
}
ul#menuElem li.navContact a:hover {
	background: url(../App_themes/GeoTime/images/en/navContact_on.gif) top right no-repeat;
}
ul#menuElem li.navContact a:hover img {
	display: none;
}
ul#menuElem li.navContact a{
	text-decoration: none;
	font: normal normal normal 10px Georgia, serif;
	line-height: 28px;
	display: block;	
	width: 72px;
	height: 28px;
}

ul#navSub {	 
	color: #797266;
	margin:0;
	padding:0;
	list-style: none;
}
ul#navSub li {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size:1em;
	margin:0;
	padding:0;
	text-transform: uppercase;
	line-height: 1.3em;
	padding-top: .3em;
	padding-bottom: .3em;
	background: none;
	/*letter-spacing: 1px;	*/
}
ul#navSub li ul li {
	text-transform:none;
	padding-left: 0px;
	border-bottom:1px solid #ededed;
}
ul#navSub li ul {
	/*border:1px solid green;*/
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
ul#navSub a, ul#navSub a:visited {
	/*font-family: Arial, Verdana, sans-serif;
	font-weight:bold;*/
	color: #797266;
	padding-left: 10px;
	display: block;
	
}
ul#navSub a:hover {
	color:#0287bd;
	text-decoration: none;
	background: url(../App_themes/GeoTime/images/iconArrowRight_on.gif) 0 2px no-repeat;
}

/*level 1*/
ul#navSub li.highlighted a {
	color:#fe8d1e;
	background: url(../App_themes/GeoTime/images/iconArrowRight_off.gif) 0 2px no-repeat;
	padding-left: 10px;
}
ul#navSub li.highlighted ul{
	padding:0px;
}
ul#navSub li.highlighted ul li{
	padding-left:10px;
}
ul#navSub li.highlighted li a {
	color: #797266;
	background: none;
	
}
ul#navSub li.highlighted li a:hover {
	color:#0287bd;
	background: url(../App_themes/GeoTime/images/iconArrowRight_on.gif) 0 3px no-repeat;
}
/*Level 2*/
ul#navSub li.highlighted li.highlighted a{
	color:#fe8d1e;
	background: url(../App_themes/GeoTime/images/iconArrowRight_off.gif) 0 3px no-repeat;
	
}
ul#navSub li.highlighted li.highlighted li {
	border:0;
}
ul#navSub li.highlighted li.highlighted li a{
	color: #797266;
	background: none;
}
ul#navSub li.highlighted li.highlighted li a:hover{
	color:#0287bd;
	background: url(../App_themes/GeoTime/images/iconArrowRight_on.gif) 0 3px no-repeat;
}
/*Level 3*/
ul#navSub li.highlighted li.highlighted li.highlighted a{
	color:#fe8d1e;
	background: url(../App_themes/GeoTime/images/iconArrowRight_off.gif) 0 3px no-repeat;
	
}
ul#navSub li.highlighted li.highlighted li.highlighted li a{
	color: #797266;
	background: none;
}
ul#navSub li.highlighted li.highlighted li.highlighted li a:hover{
	color:#0287bd;
	background: url(../App_themes/GeoTime/images/iconArrowRight_on.gif) 0 3px no-repeat;
}

#navCta {
	margin-top: 80px;
}
#navCta li {
	background: url(../App_themes/GeoTime/images/imgProductCtaDivider.gif) left top no-repeat;
	margin: 0;
	padding: 0;	
	padding-top: 15px;
	padding-bottom: 10px;	
}
#navCta li a, #navCta li a:visited{
	display: block;
	margin-left: 10px;
	background: url(../App_themes/GeoTime/images/btnOrangeCircle_off.gif) right top no-repeat;
}
#navCta li a:hover{
	margin-left: 10px;
	background: url(../App_themes/GeoTime/images/btnOrangeCircle_on.gif) right top no-repeat;
}
#navCta ul {
	background: url(../App_themes/GeoTime/images/imgProductCtaDivider.gif) left bottom no-repeat;
margin:0;
padding:0;	
padding-bottom:5px;
}
#navSup {

}
/* nav ends */

/*# content #*/
#content {
	margin: 0 40px 0 39px;
	width: 910px;
}
.contentWithLeftMenu {
	margin-top: 40px;
	margin-bottom: 40px;
}
.contentLeft {
	float: left;
	width: 215px;
}
.contentRight {
	float: right;
	width: 665px;
}
.contentOneColumn {
	width: 585px;
}
.content2Col, .content2ColWithUnderline{
	width: 665px;
}
.content2ColWithUnderline {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
	padding-bottom: .9em;
}
.content2ColLeft {
	float: left;
	width: 420px;
	margin-right: 20px;
}
.content2ColRight {
	float: right;
	width: 205px;
}
/* conten css ends */

/*# Site info (footer) #*/

#footer  {
	clear: both;
	color: #797266;		
	font-size: .9em;
	margin: 0 40px 0 39px;	
	width: 910px;
	border-top: 1px solid #ededed;
	padding-top: 10px;
}	
#footerLegal {
	color: #898888;
	float: left;
}
#footerCredits {
	
}
#footerLinks {
	float:right;
	text-align:right;
	text-transform: uppercase;
}
#footerLinks a {
	color: #797266;
	text-decoration: none;
}
#footerLinks a:hover{
	color: #0287bd;
	text-decoration: none;

}


/* Site info (footer) ends */

/*# misc. rules #*/

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

/* see http://www.positioniseverything.net/easyclearing.html for explaination */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.devNote {
	color: #00FF00;
	background-color: #FF0033;	
}
/* misc. rules ends */

/* CSS layout rules for content formatting */

/*# HTML Elements #*/

body {
	background-color: #fff;
	font-size: 76%;  /*tested sizes are 60%, 62.5%, 69%, 76%. Anything else requires testing (espcially on a Mac) */
	font-family: Arial, Verdana, Sans-serif;
	color: #404040;
	text-align:center;
	padding:0;
	margin: 0 0 40px 0;
}
	
p, ol, li, dd, table {
	font-size: 1em; /* this should stay as 1em. anything else will lead to potential problems with nested elements. Adjust font size in the body tag, or define a class for exceptions */
	line-height: 1.5em;
	margin: 0 0 1em 0;	
	text-align: left; /* compensates for an IE 6 bug */
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .5em 0;
}	

h1 {
	font-size: 2.2em;
	color: #666;
	text-decoration: none;
	/*word-spacing: normal;
	text-align: left;
	letter-spacing: -1px;*/
	line-height: 1.2em;
	margin-bottom: .5em;
	text-transform:uppercase;
}
h2 {
	font-size: 1.6em;
	color: #028fc4;
	text-decoration: none;
	font-weight: normal;
	/*word-spacing: normal;
	text-align: left;
	letter-spacing: -1px;*/
	line-height: 1.2em;
	margin-bottom:1.0em;
}

h3 {
	font-size: 1.2em;
	color: #028fc4;
	text-decoration: none;
	font-weight: normal;
	/*word-spacing: normal;
	text-align: left;
	letter-spacing: -1px;*/
	line-height: 1.2em;
	margin-bottom:1.0em;
}

tr, td {
	vertical-align: top;
}

ul {
	margin: 1em 0 1.5em 0;
	padding-left: 1.5em;
}

li {
	background: url(../App_themes/GeoTime/images/iconArrowRight_on.gif) 0px .3em no-repeat;
	padding-left: 10px;
}

a {
	color:#fe8d1e;
	text-decoration: none;
}
a:visited {
	text-decoration: none
}
a:hover {
	color:#0287bd;
	text-decoration: underline;
}
	
img {
	border: 0;
}

hr {
	background: #ccc; /* used by Gecko, Opera browsers */
	border: 0; 
	color: #ccc; /* incorrectly used by IE */
	height: 1px;
	}

label {
	float: left;
	/*width: 100px;*/
}


/* End rules for elements */

/*# class and id selectors #*/

.alignRight {
	text-align: right;
}

.imgVerticalAlign {
	vertical-align : middle;
}

.imgIcon {
	vertical-align : middle;
	margin-right: 8px;
}

.imgDemo {
	padding:3px;
	margin-bottom:10px;
	margin-right: 25px;
	background: url(../App_themes/GeoTime/images/bkgDemoThum.gif) no-repeat 0 0;
}

.txtSmall {
	font-size: 0.9em;
}	

.txtIndent {
	padding: 0 20px;
}

.txtHighlight {	
	font-size: 1.3em;
}
.txtBlue {
	color:#0287bd;
}
.required {
	font-weight: bold;
	color: red;
}

.noBorder {
	border:0;
}

.noWrap {
	white-space:nowrap
}

.noMarginBottom {
	margin-bottom: 0;
}

.noMargin {
	margin: 0;
	padding: 0;
}

ul.pdf {
	list-style-type: none;
	margin: 20px 0;
	padding-left: 0;
	position: relative;  /*fix the disappearing list backgrounds bug in IE*/
}	
ul.pdf li {
	background: url(../App_themes/GeoTime/images/iconPdf.gif) no-repeat 0 0;
	line-height: 1.6em;
	margin: 0 0 0.6em 0;
	padding-left: 25px;
}
ul.iconRight, ul.iconLeft, ul.ctaIconLeft{
	margin: 0;
	padding:0;	
}
ul.iconRight li, ul.iconLeft li, ul.ctaIconLeft li{
	padding:0;
	margin:0;
	/*line-height: 25px;*/
	background:none;
	margin-bottom: 1em;
	
}

ul.iconRight a {
	font-size: 1.1em;
	color: #028fc4;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	/*font-family: Arial Bold, Arial Black, Gadget, sans-serif;*/
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height:1em;	
	padding-right: 25px;
	padding-bottom: 5px;
	padding-top: 2px;
	background: url(../App_themes/GeoTime/images/btnOrangeCircle_off.gif) no-repeat top right;
}
ul.iconRight a:hover{
	text-decoration: none;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-top: 2px;	
	background: url(../App_themes/GeoTime/images/btnOrangeCircle_on.gif) no-repeat top right;
}
ul.iconLeft a {
	text-decoration: none;	
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 2px;
	background: url(../App_themes/GeoTime/images/btnOrangeCircle_off.gif) no-repeat top left;
}
ul.iconLeft a:hover{
	background: url(../App_themes/GeoTime/images/btnOrangeCircle_on.gif) no-repeat top left;
}

ul.ctaIconLeft li {
	margin:0;
	padding:0;
	margin-bottom: 1em;
	
}
ul.ctaIconLeft a, ul.ctaIconLeft a:visited {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;	
	line-height: 1.2em;
	padding-left: 42px;
	padding-bottom: 12px;
	padding-top: 8px;
	background: url(../App_themes/GeoTime/images/btnCircleMedium_off.gif) no-repeat 0 0;
	display: block;
}
ul.ctaIconLeft a:hover{
	background: url(../App_themes/GeoTime/images/btnCircleMedium_on.gif) no-repeat 0 0;
}
/* End rules for class and id selectors */

/*# Section - Homepage #*/
.homeMulCols {
	width: 910px;
	margin: 20px 0 20px 0;
	background: url(../App_themes/GeoTime/images/ctaDividerVertical.gif) top right no-repeat;
	position: relative;
}
.homeMulCols h1 {
	font-size: 1.6em;
	color: #028fc4;
	text-decoration: none;	
	text-transform: uppercase;
	font-family: Arial, Arial Black, Gadget, sans-serif;
	font-weight: bold;
	line-height:1em;
}
.homeMulColsA {
	float: left;
	width: 227px;	
	padding: 20px;
	voice-family: "\"}\"";  /* Box Model Hack: hides declaration from PC IE 5.x */
	voice-family:inherit;
	width: 187px;
	background: url(../App_themes/GeoTime/images/ctaDividerVertical.gif) top left no-repeat;
	
}
.homeMulColsB {
	float: left;
	width: 227px;	
	padding: 20px;
	voice-family: "\"}\"";  /* Box Model Hack: hides declaration from PC IE 5.x */
	voice-family:inherit;
	width: 187px;	
	background: url(../App_themes/GeoTime/images/ctaDividerVertical.gif) top left no-repeat;

}
.homeMulColsC {
	float: left;
	width: 227px;	
	padding: 20px;
	voice-family: "\"}\"";  /* Box Model Hack: hides declaration from PC IE 5.x */
	voice-family:inherit;
	width: 187px;	
	background: url(../App_themes/GeoTime/images/ctaDividerVertical.gif) top left no-repeat;
	
}
.homeMulColsD {
	float: left;
	width: 227px;	
	padding: 20px;
	voice-family: "\"}\"";  /* Box Model Hack: hides declaration from PC IE 5.x */
	voice-family:inherit;
	width: 187px;	
	background: url(../App_themes/GeoTime/images/ctaDividerVertical.gif) top left no-repeat;
	
}
.homeButton {
	text-transform: uppercase;
	font-size: .9em;
	font-family: Arial, Arial, Helvetica, sans-serif;	
	font-weight:bold;
}
.homeButton ul {
	padding:0;
	margin:0;
	width: 150px;
}
.homeButton li {
	padding:0;
	margin:0;
	background: url(../App_themes/GeoTime/images/btnOrangeCircle_off.gif) no-repeat right 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-top: 5px;	
	display:inline-block;
	font-weight:bold;
	font-size:1.1em;
	font-family: Arial;
	font-weight: bold;
}
.homeButton li:hover {
	background: url(../App_themes/GeoTime/images/btnOrangeCircle_on.gif) no-repeat right  5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-top: 5px;

}

.homeButton a {
	line-height:1.5em;
	text-decoration: none;	
	}
.homeButton a:hover{
	line-height:1.5em;
	text-decoration: none;
		
}

/*.homeButton img {
	margin-left: 5px;
}
.homeMulColsA .homeButton {
	position:absolute;
	left:21px;
	bottom:0px;
	width: 187px;
}
.homeMulColsB .homeButton {

	position:absolute;
	left:248px;
	width: 187px;
	bottom:0px;
}
.homeMulColsC .homeButton {
	position:absolute;
	left:475px;
	width: 187px;
	bottom:0px;
}
.homeMulColsD .homeButton {
	position:absolute;
	left:703px;
	width: 187px;
	bottom:0px;
}*/
/* homepage css ends */

/*# Section - Production Center#*/
#productContent {
	width: 540px;
}
#tabs {
	width: 665px;
}
#tabs-1,#tabs-2,#tabs-3{
	padding:0;
	margin:0;
}
.videoDetails {
	background-color: #e7e7e7;
	width: 665px;
	padding: 20px;
	voice-family: "\"}\"";  /* Box Model Hack: hides declaration from PC IE 5.x */
	voice-family:inherit;
	width: 625px;
	position: relative;
	
}
.videoDetailsBackgroung {
	width: 625px;
	float: left;
	background-color: #fff;
	
}
.btnBackNext {
	width: 92px;
	position:absolute;
	left: 573px;
	bottom: 0px;
}
.videoPlayer {
	width: 307px;
	float: left;
}
.videoDescription {
	width: 294px;
	float: right;
	padding-bottom: 40px;
	margin-right: 10px;
}
.videoDescription h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#028fc4;
	margin-top: 1em;
}
#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs ul li{
	display:inline;	
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #797266;
	font-size:.9em;
	height:35px;
	line-height: 2.5em;
	float:left;
	padding:0;
	margin:0;
}
li#videoMenu0 {
	width:126px;	
}
li#videoMenu1 {
	width:151px;	
}
li#videoMenu1 a, li#videoMenu1 a:visited{
	color:#fe8d1e;
	background: url(../App_themes/GeoTime/images/iconArrowRight_off.gif) 0 3px no-repeat;
	padding-left: 10px;	
	text-decoration:none;	
}
li#videoMenu1 a:hover{
	color:#0287bd;
	background: url(../App_themes/GeoTime/images/iconArrowRight_on.gif) 0 3px no-repeat;
	padding-left: 10px;
	text-decoration:none;
}
li#videoMenu1 a {
	margin-left: 10px;
}
li#videoMenu2 {
	width:156px;
}
li#videoMenu2 a, li#videoMenu2 a:visited{
	color:#fe8d1e;
	background: url(../App_themes/GeoTime/images/iconArrowRight_off.gif) 0 3px no-repeat;
	padding-left: 10px;
	text-decoration:none;
}
li#videoMenu2 a:hover{
	color:#0287bd;
	background: url(../App_themes/GeoTime/images/iconArrowRight_on.gif) 0 3px no-repeat;
	padding-left: 10px;
	text-decoration:none;
}
li#videoMenu2 a {
	margin-left: 10px;
}
li#videoMenu3 {
	width:232px;	
}
li#videoMenu3 a, li#videoMenu3 a:visited{
	color:#fe8d1e;
	background: url(../App_themes/GeoTime/images/iconArrowRight_off.gif) 0 3px no-repeat;
	padding-left: 10px;
	text-decoration:none;
}
li#videoMenu3 a:hover{
	color:#0287bd;
	background: url(../App_themes/GeoTime/images/iconArrowRight_on.gif) 0 3px no-repeat;
	padding-left: 10px;
	text-decoration:none;
}
li#videoMenu3 a {
	margin-left: 10px;
}
.ui-tabs .ui-tabs-hide {
     display: none;
}
.ui-tabs .ui-tabs-nav {
	width: 665px;
	background: url(../App_themes/GeoTime/images/bkgProductTabNav.gif) bottom left repeat-x;
	
}
.ui-tabs .ui-tabs-nav li#videoMenu1.ui-tabs-selected {
	background:url(../App_Themes/GeoTime/images/bkgProductTabAboutTime.gif) top left no-repeat;	
		
}
.ui-tabs .ui-tabs-nav li#videoMenu2.ui-tabs-selected {
	background:url(../App_Themes/GeoTime/images/bkgProductTabMeeting.gif) top left no-repeat;	
		
}
.ui-tabs .ui-tabs-nav li#videoMenu3.ui-tabs-selected {
	background:url(../App_Themes/GeoTime/images/bkgProductTabAnnotation.gif) top left no-repeat;	
		
}
li#videoMenu0, li#videoMenu1, li#videoMenu2, li#videoMenu3{
	background:none;
}
/*.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }*/

/* production Center css ends */

/*# Section - News Event #*/
.NewsEventRpt{
	margin:10px 0;
	padding:0px
}

.NewsEventRpt li{
	padding:0px;
	margin:0px;
	padding-left: 15px;
}
/* news event css ends */

/*# Section - Register For Updates #*/
.participateFormRow {
	padding:0;
	margin:0;
	margin-top: 0px;
	margin-top: 10px;	
}
.EditingFormControlNestedControl {
	margin:0;
	padding:0;
}
.participateFormRowA {
	float: left;
	width: 350px;	
}
.participateFormRowB {
	float: right;
	width: 150px;	
}
.participateFormRow label {
	margin:0;
	padding:0;	
}

.participateFormRow input, .participateFormRow select{
	margin-top: .3em;
	margin-right: 5px;
}
.participateFormRowOption {
	padding:0;
	margin:0;
	margin-top: 0px;
	margin-top: 10px;
}
.participateFormRowOption participateFormRowA {

}
.participateFormRowOption .EditingFormControlNestedControl{
	float: left;
	width: 20px;
	padding:0;	
}
.participateFormRowOption .EditingFormControlNestedControl input {
	padding:0;
	margin:0;
}
.participateFormRowOption label {
	float: left;
	width: 210px;
	line-height: 1.2em;
}
input.short {
	width: 40px;
}
input.mid {
	width: 80px;
}

.CheckBoxField input {
	float: left;
	margin-top: 1em;
}
input[type="text"] {
	width: 200px;
}
.EditingFormErrorLabel {
	color: #fe8d1e;
	margin-top:.5em;
	margin-bottom:.5em;
}
span.ErrorLabel {
	color: #fe8d1e;
	line-height: 1.6em;
}
.participateFormRow .FormButton {
	background: url(../App_themes/GeoTime/images/btnOrangeCircle_off.gif) top right no-repeat;
	color:#fe8d1e;
	border:0;
	padding-right: 20px;
	font-weight: bold;
	height: 20px;
	
}
.participateFormRow .FormButton:hover {
	background: url(../App_themes/GeoTime/images/btnOrangeCircle_on.gif) top right no-repeat;
	border:0;
	color:#0287bd;
}
/* Register for Updates Bizform css ends*/

/*# Section - salesForce form #*/

/* Section - salesForce form css ends */
#formSalesforce select, #formSalesforce input, #formSalesforce textarea{
	margin-left: 20px;
	margin-bottom: 20px;
}
#formSalesforce label {
	width: 100px;
}
/*# Section - Industries #*/
#WhatIsHostID {
	margin-top: 20px;
}
/* Industries css ends */