<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------- THEATOMGROUP.COM --- global.css --------*/

@import url("defaults.css");

html { overflow: scroll; }
/* hide page until cufon had loaded */ 
.cufon-loading { visibility: hidden !important; }

/*------- MAIN CONTAINERS -------*/

#main,
#head-inner,
#foot-inner {
	width: 979px;
	margin: 0 auto;
}
#main { 	
	position: relative;
	z-index: 2;
	margin-top: -38px;
	background: url("../img/master/main-bg.png") repeat-y #fff;
}
.Home #main {
	background: #fff;
}
#left-col {
	float: left;
    margin-right: 20px;
    padding-bottom: 45px;
    width: 729px;
}
#right-col {
	float: left;
    width: 230px;
    margin-top: -20px;
    background: url("../img/master/right-col-bg.png") no-repeat 0 66px #f5f5f5;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    padding-bottom: 30px;
}	

	
/*------- HEADER -------*/

#head { height: 133px; }
#head-inner { position: relative; z-index: 20; }

/*-- logo --*/
#head .logo {
	position: absolute;
	left: 0; top: 52px;
	padding: 0;
}
	#head .logo a {
		display: block;
		text-indent: -9999px;
		outline: 0;
	}
	
/*-- global nav --*/
#global-nav,
#global-nav-inner {
	background: url("../img/master/utility-bar.png");
	_background: url("../img/ie6/utility-bar.gif");
	height: 30px;
}
#global-nav {
	background-position: top left; 
	position: absolute;
	top: 0; right: 0;
	margin-right: 4px;
	float: left;
	z-index: 19;
}
#global-nav-inner {
	background-position: top right;
	position: relative;
	left: 4px;
	padding: 0 4px 0 1px;
	z-index: 18;
	float: left;
}
	#global-nav ul {
		float: left;
		font-size: 11px;
		margin-right: 48px;
		margin-left: -6px;
	}
	
	#global-nav ul#home-list { display: none; margin-right: 17px; }
	#global-nav ul#home-list a { border-left: 0; padding: 0 17px; }
	.Home #global-nav ul#home-list { display: block; }
	.Home #global-list { display: none; }
	
	#global-nav li {
		float: left;
		position: relative;
		z-index: 17;
	}
	#global-nav a {
		color: #fff;
		height: 16px;
		line-height: 16px;
		display: inline-block;
		padding: 0 8px;
		margin-top: 7px;
		border-left: 1px solid #7d7e80;
	}
	#global-nav a.blackboard,
	#global-nav li a.blackboard.hover,
	#global-nav li a.blackboard:hover {
		background: url("../img/master/global-first-hover.png") no-repeat bottom left;
		_background: url("../img/ie6/global-first-hover.gif") no-repeat bottom left;
		padding-left: 34px;
		border: 0;
		margin-top: 0;
		height: 30px;
		line-height: 30px;
	}
	#global-nav li a.blackboard.hover,
	#global-nav li a.blackboard:hover {
		background-position: top left;
	}
	#global-nav a.hover,
	#global-nav a:hover  {
		text-decoration: none;
		background: #4d4b4c;	
		line-height: 30px;
		height: 30px;
		margin: 0;
		border-left: 1px solid #4d4b4c;
		padding: 0 8px;
	}
		
	/* search */	
	#search {
		height: 22px; width: 164px;
		float: right;
		*float: none;
		padding-top: 4px;
	}
		#search .txt {
			width: 126px;
			border: 0;
			background: url("../img/master/search.png") top left no-repeat;
			float: left;
			font-size: 11px;
			color: #757575;
			padding: 0 6px;
			*padding-top: 4px;
			padding-top: 4px\9;
			margin-right: 5px;
			height: 21px;
		}
		#search .btn {
			border: 0;
			height: 21px; width: 20px;
			background: url("../img/master/search.png") top right no-repeat;
			float: left;
			font-size: 0;
			cursor: pointer;
			padding: 0;
			color: #9c9ea1;
		}

/*-- primary nav --*/
#primary-nav {
	position: absolute;
	float: left;
	margin-left: 35px;
	top: 59px; right: -17px;
	z-index: 15;
}
.Home #primary-nav { left: 138px; }

.single-child-item { 
	background: url("../img/master/prim-nav-single-child.png") no-repeat left bottom; 
	_background: url("../img/ie6/prim-nav-single-child.gif") no-repeat left bottom; 
	padding-bottom: 6px;
}

	#primary-nav li {
		float: left;		
		position: relative;
		z-index: 14;
	}
	#primary-nav li.hover { background: none; }
	#primary-nav li:first-child,
	#primary-nav li.first-child { background: none; }
	#primary-nav li a {
		font-size: 15px;
		color: #fff;
		padding: 0 12px 0 16px;
		_padding: 0 17px;
		height: 24px;
		line-height: 22px;
		display: block;
		float: left;
		position: relative;
		margin-right: 4px;
		_margin-right: 0;
		text-decoration: none;
		
	}
	#primary-nav li a.CMSListMenuLinkHighlighted,
	#primary-nav li a.CMSListMenuLinkHighlighted { 
		font-weight: bold; 
		background: url("../img/master/primary-nav-hover.png") no-repeat center -88px;
		_background: none;
		margin-right: 0;
		padding: 0 17px;
		
		
	}
	
	#primary-nav li a.hover,
	#primary-nav li a.CMSListMenuLinkHighlighted.hover { 
		text-decoration: none; 
		color: #000;
		background: url("../img/master/primary-nav-hover.png") no-repeat 0 0;
		_background: url("../img/ie6/primary-nav-hover.gif") no-repeat 0 0;
		height: 27px;
		line-height: 28px;
		position: relative;
		top: -3px;
		
		
	}
	#primary-nav li ul li a.CMSListMenuLinkHighlighted:hover { 
		background: none; 
		position: static;
	}
	
	#primary-nav li a.hover-no-flyout { 
		color: #000; 
		background: url("../img/master/primary-nav-hover.png") no-repeat left -131px;
		
		
	}

	#primary-nav li span {
		display: block;
		height: 22px;
		width: 4px;
		float: left;
		position: absolute;
		right: -4px; top: 0;
		z-index: 13;
		
		
	}
		#primary-nav li a.hover span { 
			background: url("../img/master/primary-nav-hover.png") no-repeat left -36px;
			_background: url("../img/ie6/primary-nav-hover.gif") no-repeat bottom left;
			height: 29px;
			
			
		}
	
	/* flyout */
	#head li ul {
		width: 153px;
		position: absolute;
		top: 24px; left: 0;
		display: none;
		z-index: 13;
		overflow: hidden;
		float: none;
		margin-right: 0;
		margin-left: 0;
		padding-left: 0;
		
	}
		.CMSListMenuULWide { width: 200px !important; }
		#head li ul li.first-child, #head li ul li.CMSListMenuLIfirst {
			background: url("../img/master/prim-nav-li-first.png") no-repeat;
			_background: url("../img/ie6/prim-nav-li-first.gif") no-repeat;
			padding-top: 8px;
		}
		#head li ul li.CMSListMenuLIfirstWide { background: url("../img/master/prim-nav-li-first-wide.png") }
		#head #primary-nav li ul li.last { 
			background: url("../img/master/prim-nav-li-last.png") no-repeat bottom; 
			_background: url("../img/ie6/prim-nav-li-last.gif") no-repeat bottom;
		}
		#head li ul li.CMSListMenuLIlast {
			background: url("../img/master/prim-nav-li-last.png") no-repeat bottom;
			_background: url("../img/ie6/prim-nav-li-last.gif") no-repeat bottom;
			padding-bottom: 5px;
		}
		#head li ul li.CMSListMenuLIlastWide { background: url("../img/master/prim-nav-li-last-wide.png") no-repeat bottom; padding-bottom: 5px; }
		#head li ul li {
			display: block;
			background: none;
			float: none;
			position: static;
			background: url("../img/master/prim-nav-li.png") no-repeat;
			_background: url("../img/ie6/prim-nav-li.gif") no-repeat;
			
		}
		#head li ul li.CMSListMenuLIWide {
			width: 200px;
			background: url("../img/master/prim-nav-li-wide.png") no-repeat;
		}
		#head li ul a,
		#head li li.active ul a:hover {
			line-height: 15px !important;
			font-size: 11px;
			color: #808080;
			text-transform: uppercase;
			display: block;
			width: 125px;
			float: none;
			margin: 0;
			padding: 6px 12px !important;
			height: auto !important;
			position: static;
			border: 0;
			font-weight: normal !important;
			background: url("../img/master/flyout-divider.png") repeat-x top;
			_background: url("../img/ie6/prim-nav-divider.gif") repeat-x top;
			border: 0;
		}
		#head li ul li.first-child a { background: none; }
		#head li ul li a:hover,
		#head li.active ul a:hover {
			text-decoration: none;
			color: #333;
			background: url("../img/master/flyout-divider.png") repeat-x top;
			border: 0;
		}
		
		body #head li ul li.learn a,
		body #head li ul li.learn a:hover,
		body #head li ul li.transact a,
		body #head li ul li.transact a:hover,
		body #head li ul li.connect a,
		body #head li ul li.connect a:hover,
		body #head li ul li.mobile a,
		body #head li ul li.mobile a:hover,
		body #head li ul li.collaborate a,
		body #head li ul li.collaborate a:hover,
		body #head li ul li.analytics a,
		body #head li ul li.analytics a:hover {
			background: url("../img/master/product-dropdown.png") no-repeat;
			_background: url("../img/ie6/product-dropdown.gif") no-repeat;
			display: block;
			height: 28px !important; 
			text-indent: -9999px;
		}
		
		body #head li ul li.learn a,
		body #head li ul li.learn a:hover { background-position: 0 -1px; }
		body #head li ul li.transact a,
		body #head li ul li.transact a:hover { background-position: 0 -43px; }
		body #head li ul li.connect a,
		body #head li ul li.connect a:hover { background-position: 0 -86px; }
		body #head li ul li.analytics a,
		body #head li ul li.analytics a:hover { background-position: 0 -171px; }
		body #head li ul li.collaborate a,
		body #head li ul li.collaborate a:hover { background-position: 0 -129px; }
		body #head li ul li.mobile a,
		body #head li ul li.mobile a:hover { background-position: 0 -215px; }
		
		/* global specific */
		#head #global-nav ul li ul {
			top: 30px;
			width: 144px;
			z-index: 16;
		}
			#head #global-nav ul li ul li {
				background: url("../img/master/global-nav-li.png") no-repeat;	
				_background: url("../img/ie6/global-nav-li.gif") no-repeat;	
			}
			body #head #global-nav li ul a { width: 117px; _background: url("../img/ie6/global-nav-divider.gif") repeat-x top; }
			#head #global-nav li ul a:hover { color: #000; }
			#head #global-nav li ul li.last { 
				background: url("../img/master/global-nav-li-last.png") no-repeat bottom; 
				_background: url("../img/ie6/global-nav-li-last.gif") no-repeat bottom;
				padding-bottom: 5px;
			}
			#head #global-nav li ul li.first-child { 
				background: url("../img/master/global-nav-li-first.png") no-repeat top; 
				_background: url("../img/ie6/global-nav-li-first.gif") no-repeat top;
			}
	
	

/*-- gray buttons --*/
#main a.gray-button,
#main a.gray-button span,
span.gray-button,
span.gray-button input {
	height: 26px;
	line-height: 26px;
	background: url("../img/global/gray-btn.png") no-repeat;
	display: inline-block;
	font-size: 11px;
	cursor: pointer;
	border: 0;
}
#main a.gray-button,
span.gray-button {
	background-position: right top;
	color: #4D4D4F;
	text-decoration: none;
	margin-left: 27px;
}
#main a.gray-button span,
span.gray-button input {
	background: url("../img/global/gray-btn.png") no-repeat top left;
	position: relative;
	right: 27px;
	padding-left: 7px;
}
span.gray-button input {
	*padding-left: 3px;
}
#main a.gray-button:hover,
span.gray-button:hover { color: #000; background-position: right bottom; }
#main a.gray-button:hover span,
span.gray-button input:hover  { background-position: left bottom; }
	
/*-- feature --*/
.feature {
	margin: 0 -10px;
	background: url("../img/global/feature.png") no-repeat;
	_background: url("../img/ie6/feature.gif") no-repeat;
	height: 360px;
	padding: 15px;
	position: relative;
	top: -10px;
	overflow: hidden;
}	
	/* controls */
	.feature .controls {
		position: absolute;	
		background: url("../img/global/feature-controls.png") no-repeat;
		_background: url("../img/ie6/feature-controls.gif") no-repeat;
		height: 33px;
		white-space: nowrap;
		z-index: 3;
		left: 0; bottom: 31px;
		float: left;
		padding: 8px 6px 0 22px;
	}	
		.feature .controls li {
			float: left;
			color: #808080;
			background: #6d6a6a;
			cursor: pointer;
			margin-right: 5px;
			height: 11px; width: 28px;
			line-height: 11px;
			text-align: center;
			font-size: 7px;
		}
		.feature .controls li.active { color: #fff; }	
		
	/* panels */
	.feature .panels li {
		position: absolute;
		height: 359px; width: 968px;
		float: left;
	    display: none;
    }	
	/*.feature .panels a {
		display: block;
		text-decoration: none;
		cursor: pointer;
	}	*/
	.feature .panels .copy {
		z-index: 2;
		color: #fff;
		font-size: 18px;
		padding:48px 458px 48px 36px;
		line-height: 25px;
		height: 262px;
		display: block;
	}
		.feature .panels .copy strong {
			font-weight: bold;
			font-size: 36px;
			margin-bottom: 5px;
			line-height: 1;
			display: block;
		}
		
		
/*------- PRODUCT HOME SPECIFIC -------*/
			
/* intro */
#left-col #intro {
	margin: 5px 0 29px;
	line-height: 23px;
	font-size: 15px;	
	float: left;
}

#left-col #intro h1 {
	margin-bottom: 14px;
	line-height: 25px;	
	font-size: 21px;
}
#left-col #intro .copy {
	width: 440px;
	margin-bottom: 13px;
	float: left;
}
#left-col #intro p { margin-bottom: 13px; }
#left-col #intro a.media { float: left; }
	
/*------- DRILLDOWN SPECIFIC -------*/

#drilldown {
	background: url("../img/master/drilldown-bg.png") no-repeat;
	float: left;	
	margin: 0 -10px;
	padding: 6px 10px 0;
	_width: 980px;
	_display: inline;
	_background: url("../img/ie6/drilldown-bg.gif") no-repeat;
	width: 979px;
	min-height: 400px;
}	

#drilldown #left-col {
	padding-left: 6px;
	width: 723px;
	margin-right: 6px;
	width: 737px;
}	
#drilldown h1 {
	font-size: 30px;
	height: 74px;
	line-height: 74px;
	padding: 0 12px;
	background: url("../img/global/h1-bg.png") no-repeat;
}
#drilldown #right-col { margin-top: 0; background-position: 0 96px; }
#drilldown #contact-us { 
	margin-right: 6px; 
	margin-bottom: 68px;
	height: 74px;
	line-height: 74px;
	padding: 0 10px 0 7px;
}
	
/* content */
#drilldown #content {
	float: left;
	padding: 30px 25px 85px 0;
	width: 489px;
	line-height: 19px;
}
#drilldown #content h2 { margin-bottom: 10px; line-height: 25px; }
#drilldown #content h3 { margin-bottom: 5px; text-transform: uppercase; }
#drilldown #content ul { margin: 5px 0; }
#drilldown #content ol li { list-style: decimal; padding: 5px 0; }
#drilldown #content ul li { list-style: disc outside; padding: 5px 0; }
#drilldown .quotes {
	margin: 25px 0 30px;
	border-left: 6px solid #f5f5f5;
	padding-left: 25px;
}
#drilldown .quotes blockquote {
	color: #313132;
	line-height: 20px;
	margin-bottom: 5px;
}
#drilldown .quotes .author {
	display: block;
	font-size: 10px;
	margin-bottom: 20px;
	line-height: 15px;
}
/*------- FOOTER -------*/

#foot {
	height: 220px;
	background: url("../img/master/footer-bg.png") repeat-x #606062;
	padding-top: 47px;
	font-size: 11px;
	color: #999;
	clear: both;
}
	#foot p { margin-bottom: -2px; font-size: 10px; line-height: 12px; }
	#foot .copy { font-size: 10px; display: block; }
	#foot a { color: #999; text-decoration: none; }
	#foot a:hover { color: #CCC; }
	#foot .logo a {
		background: url("../img/master/footer-logo.png") no-repeat;
		text-indent: -9999px;
		display: block;
		margin-bottom: 20px;
		_margin-bottom: 15px;
		height: 19px; width: 130px;
		outline: 0;
	}
	#foot .legal {
		height: 11px; width: 12px;
		cursor: pointer;
		margin-left: 37px;
		position: relative;
		top: 2px;
	}
	#foot .utility { margin-top: 17px; }
		#foot .utility li {
			display: inline;
			margin-right: 6px;
		}
		
	/* quick links */
	#foot .quick-links {	
		float: right;
		position: relative;
		right: -61px;
	}
		#foot .quick-links .column {
			background: url("../img/master/footer-column-bg.png") repeat-y top left;
			float: left;
			padding: 0 15px;
			width: 144px; height: 182px;
		}
		#foot .quick-links .column h2 {
			font-size: 15px;
			color: #fff;
			margin: -2px 0 12px 0;
			font-weight: normal;
		}
		#foot .quick-links .column li { margin-bottom: 4px; }
		
	/* social media */
	#foot .social-media {
		margin-top: 14px;
	}
	#foot .social-media a {
		height: 20px; width: 20px;
		display: block;
		text-indent: -9999px;
		background: url("../img/global/social-media.png") no-repeat;
		margin-right: 4px;
		float: left;
	}
	#foot .social-media a.twitter { background-position: 0px 0px; }
	#foot .social-media a.facebook { background-position: -24px 0px; }
	#foot .social-media a.rss { background-position: -49px 0px; }
	#foot .social-media a.blog { background-position: -74px 0px; }
#foot .social-media a.youtube{ background-position: -99px 0px; }	
	#foot .social-media a:focus { outline: none; }</pre></body></html>