/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:	1.0
date:		[last modified]
author:		[your name]
email:		[you at domain dot com]
website:	[your domain]
history:	[location of file]
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Lucida Sans, Lucida Grande, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #4c5153;
	background: #d3d3d3 url(../site/bg_body.jpg) no-repeat 0 180px;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	margin-bottom: 14px; 
}

li {
	margin-bottom: 7px;
}

li ul, li ol {
	margin-top: 7px; /* keeps the line spacing even */
	margin-bottom: 7px;
}

h1, h2 {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida Sans, Arial, Verdana, Sans-Serif;	
	font-weight: bold;
	color: #000;
}

h1 {
	font-size: 2.2em;
	line-height: 1.1em;
}

h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	color: #3A68B2;
}

h3 {
	font-size: 1.6em;
	line-height: 1.3em;
}

h4 {
	font-size: 1.4em;
	line-height: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.0em;
	font-style: italic;
}

ul, ol, blockquote, code {
	padding-left: 30px;
}

img {
	border: none;
}

a:link {
	color: #3A68B2; 
}

a:active {
	color: #ff0000;
}

a:visited {
	color: #3A68B2;
}

a:hover {
	color: #000;
}

hr {
	border: none;
	margin-top:3em;
	border-top:1px dashed #7A8083;
	padding-top:1em;
}

/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 1em;
}

table {
	margin-bottom: 1em;
	width: 100%;
}

th, thead td {
	font-weight: bold;
	text-align: left;
	background:#3A68B2;
	color:#fff;
	padding: 3px;
}

td {
	padding: 3px;
	vertical-align: top;
	font-size: 13px;
}

td {
	padding: 3px;
	vertical-align: top;
}


/* Convenience Classes
-----------------------------------------------------------------------------*/

.Hidden {
	display: none;
	visibility: hidden;
}

.Visible {
	display: block;
	visibility: visible;
}

.Clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

.Padding {
	padding: 30px;
}

a.uploadError {
	color: #f00;
}


/* Canvas
-----------------------------------------------------------------------------*/

div#Wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
	background: #fff url(../site/bg_wrapper.gif) no-repeat 0 0;
}

div.Wrapper {
	width: 960px;
	margin: 0 auto;
}

div#Canvas {
}

p#Ancestors, p#Ancestors a {
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: none;
}

P#Ancestors A:hover {
	color: #ff0000;
	text-decoration: underline;
}


/* Left Column
-----------------------------------------------------------------------------*/

div.Left {
	border-right: #7A8083 solid 480px !important;
}

div#Left {
	position: absolute;
	top: 0;
	right: 240px;
	width: 240px;
	font-size: 11px;
	background: #7a8083 url(../site/bg_right.jpg) 0 0;
	font-size: 11px;
}

div#Left div.Padding {
	padding: 30px 10px;
}

div#Left h2 {
	color: #000;
	font-size: 1.6em;
}


/* Right Column
-----------------------------------------------------------------------------*/

div.Right {
	border-right: #7A8083 solid 240px;
}

div#Right {
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	font-size: 11px;
	background: #7a8083 url(../site/bg_right.jpg) no-repeat 0 0;
	color: #e6e6e6;
}

div#Right a {
	color: #fff;
}

div#Right h2, div#Right h3, div#Right h4, div#Right h5 {
	color: #000;
	font-weight: normal;
}

* html div#Right div.Padding {
	height: 400px;
	overflow: visible;
}

div.Right360 div#Canvas {
	border-right: #7A8083 solid 360px;
}

div.Right360 div#Right {
	width: 360px;
}

div.Right480 div#Canvas {
	border-right: #7A8083 solid 480px;
}

div.Right480 div#Right {
	width: 480px;
}


div#FullWidth {
	width: 480px;
}

div#Right div.Padding {
	padding: 30px 20px;
}

div#RightAlt {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
	color: #333;
	width:360px;
	background:#fff;
}

div.Secondary ul {
	margin: 10px 10px 30px 10px;
	padding: 0;
}

div.Secondary ul li {
	list-style: none;
	margin: 0 0 7px 0;
	padding: 0;
	color: #cbcbcb;
}

div.Secondary ul li a {
	color: #fff;
}

div#Advertising {
	text-align: left;
	padding-bottom: 30px;
	margin-left: 10px;
}

/* Header
-----------------------------------------------------------------------------*/

div#Header {
	margin: 0 auto;
	width: 960px;
	position: relative; /* necessary to position primary navigation correctly */
	z-index: 10;
	height: 125px;
}
	
a#Logo { 
	display: block;
	width: 120px;
	height: 70px;
}

div#TollFree {
	position: absolute;
	top: 5px;
	right: 250px;
	text-align: right;
	width: 480px;
}

fieldset#Search, fieldset.Search {
	margin: 0;
	padding: 0 0 0 200px;
	border: none;
	position: absolute;
	top: 5px;
	right: 0;
	background: url(../site/text_tollfree.gif) no-repeat 0 50%;
}

fieldset#Search input[type='text'], fieldset.Search input[type='text'] {
	border: none;
	width: 240px;
	color: #707678;
}

/* System Navigation
-----------------------------------------------------------------------------*/

ul#System {
	position: absolute;
	top: 40px;
	right: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 20px;
	background: #d3d3d3;
	/*width: 360px;*/
	width: 480px;
}

ul#System li {
	/* first level list items are always visible */
	display: block;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

ul#System li a {
	display: block;
	float:left;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	overflow: hidden;
	color: #000;
	background: url(../site/bg_system.gif) no-repeat 0 0;
	text-indent: -2000em;
}

a#FAQ {
	background-position: 0 0 !important;
}

a#FAQ:hover {
	background-position: 0 -30px !important;
}

a.Active#FAQ {
	background-position: 0 -60px !important;
}


a#MyAmnis {
	background-position: -120px 0 !important;
}

a#MyAmnis:hover {
	background-position: -120px -30px !important;
}

a.Active#MyAmnis {
	background-position: -120px -60px !important;
}

a#SiteMap {
	background-position: -240px 0 !important;
}

a#SiteMap:hover {
	background-position: -240px -30px !important;
}

a.Active#SiteMap {
	background-position: -240px -60px !important;
}


a#Contact {
	background-position: -360px 0 !important;
}

a#Contact:hover {
	background-position: -360px -30px !important;
}

a.Active#Contact {
	background-position: -360px -60px !important;
}

a#Logout {
	background-position: -480px 0 !important;
}

a#Logout:hover {
	background-position: -480px -30px !important;
}

a.Active#Logout {
	background-position: -480px -60px !important;
}


/* Primary Navigation
-----------------------------------------------------------------------------*/

ul#Primary {
	position: absolute;
	bottom: 5px;
	left: 0;
	height: 50px;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	background: url(../site/bg_primary.gif) no-repeat 0 0;
	z-index: 10;
}

ul#Primary li {
	/* first level list items are always visible */
	display: block;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

ul#Primary li a {
	display: block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	overflow: hidden;
	color: #fff;
	text-indent: -2000em;
	background: url(../site/bg_primary.gif) no-repeat 0 0;
}

ul#Primary li a:hover {
	color: #000;
	background-color: #618dc9;
}

ul#Primary li a.Active {
}

ul#Primary li.hover > a:first-child {
}

ul#Primary li ul {
	/* second level unordered lists appear off-page until mouseover */
	position: absolute;
	width: 180px;
	height: auto;
	top: auto;
	left: -2000em;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	border: 1px solid #fff;
	border-top: none;
	background: #335c9d url(../site/bg_primary_ul.gif) no-repeat 0 0;
}

ul#Primary li ul li {
	width: 180px;
	height: 24px;
	background: none;
}

ul#Primary li ul li a {
	/* make second level menu items wider and allow 1px height for li border */
	position: relative;
	height: 24px;
	line-height: 24px;
	width: 180px;
	font-weight: normal;
	font-size: 11px;
	text-indent: 10px;
	background: none;
}

ul#Primary li.hover ul { 
	/* on mouseover, move the list to it's normal position */
	top: 50px;
	left: -1px;
}

li#Home a {
	background-position: 0 0 !important;
}

li#Home a:hover {
	background-position: 0 -100px !important;
}

li#Home.Active a {
	background-position: 0 -150px !important;
}

li#Products a {
	background-position: -120px 0 !important;
}

li#Products a:hover {
	background-position: -120px -100px !important;
}

li#Products.Active a {
	background-position: -120px -150px !important;
}

li#Applications a {
	background-position: -240px 0 !important;
}

li#Applications a:hover {
	background-position: -240px -100px !important;
}

li#Applications.Active a {
	background-position: -240px -150px !important;
}

li#Applications ul {
	width: 360px !important;
}

li#Disciplines a {
	background-position: -360px 0 !important;
}

li#Disciplines a:hover {
	background-position: -360px -100px !important;
}

li#Disciplines.Active a {
	background-position: -360px -150px !important;
}

li#Disciplines ul {
	width: 360px !important;
}

li#Company a {
	background-position: -480px 0 !important;
}

li#Company a:hover {
	background-position: -480px -100px !important;
}

li#Company.Active a {
	background-position: -480px -150px !important;
}

li#Support a {
	background-position: -600px 0 !important;
}

li#Support a:hover {
	background-position: -600px -100px !important;
}

li#Support.Active a {
	background-position: -600px -150px !important;
}

ul#Primary li#Account {
	float: right;
}

li#Account a {
	background-position: -840px -50px !important;
}

li#Account a:hover {
	background-position: -840px -150px !important;
}

li#Account.Active a {
	background-position: -840px -200px !important;
}

/* Secondary Navigation
-----------------------------------------------------------------------------*/

div#Secondary {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 960px;
	height: 60px;
	background: #666
}

div#Secondary ul.Links {
	width: 25%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

div#Secondary ul.Links li {
	padding: 0;
	margin: 0;
}

div#Secondary ul.Links li a {
	display: block;
	text-indent: 5px;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
}

div#Secondary ul.Links li a:hover {
	background: red;
}


/* Call to Action
-----------------------------------------------------------------------------*/

#Action {
	background: #3a68b2 url(../site/bg_action.jpg) no-repeat 50% 0;
	color: #9bb4da;
	font-size: 11px;
	border: none;
	padding: 15px 30px;
}

#Action legend {
	display: none;
}

#Action h2 {
	margin: 0;
}

#Action a {
	color: #fff;
}

#Action input[type='text'], #Action textarea {
	background: #9bb4da;
	border: none;
}

#Action input[type='text']:focus, #Action textarea:focus {
	background: #fff;
}

#Action label {
	width: 7em;
}

#Action div.FullWidth label {
	width: auto;
}

#Action div.FormControls {
	clear: both;
	padding: 10px 10px 10px 330px;
}

#Message {
	width: 358px;
}

/* Footer
-----------------------------------------------------------------------------*/

div#Footer {
	background: url(../site/bg_footer.gif) no-repeat 0 0;
	padding-top: 2em;
	font-size: 11px;
	text-align: center;
	color: #707678;
}

div#Footer h2 {
	margin: 10px 0 0 0;
}

div#Footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	height: 20px;
}

div#Footer li {
	margin: 0 .25em;
}

div#Footer a {
	color: #707678;
	text-decoration: none;
}

div#Footer a:hover {
	color: #000;
	text-decoration: underline;
}
	
p#TOP {
	font-size: 13px;
}

p#Copyright {
	margin: 3em 0 0 0;
}

p#Credits {
}

/* JavaScript News Ticker
-----------------------------------------------------------------------------*/


div#FlipDeck {
	width: 960px;
	margin: 0 auto;
	height: 90px;
	position: relative;
	background: url(../site/bg_news.jpg) no-repeat center top;
}

div.FlipItem {
	display: block;
	width: 320px;
	height: 90px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

div.FlipItem a {
	display: block;
	padding-top: 8px;
	padding-left: 20px;
}

a#next {
	position:absolute; 
	right: -15px;
	top: 35px;
}

a#previous {
	position:absolute; 
	left: -15px;
	top: 35px;
}




/* JavaScript Tabs
-----------------------------------------------------------------------------*/

span.PanelTab {
	float: left;
	display: block;
	padding: .5em 1em;
	margin: 2em 3px 0 3px;
	font-size: .9em;
	color: #999;
	cursor: pointer;
	background: url(../site/bg_tab.gif) repeat-x 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
}

span.PanelTab:hover {
	color: #d7202f;
}

span.PanelActive {
	background: #fff;
	color: #d7202f;
}

div.PanelContainer {
	border-top: 1px solid #ccc;
	clear: both;
	margin-bottom: 2em;
}

div.Panel {
	padding: 1em;
}



/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	border: none;
}

legend { 
	font-size: 1.4em;
	color: #0000FF;
	display: none;
	background: #fff;
	padding: 0 2px;
}

div.LabelInput, span.LabelInput {
	clear: left;
	margin-bottom: .7em;
	display: block;
}

input[type='text'], input[type='password'], select, textarea {
	width: 16em;
	font-size: 1em;
	font-family: Lucida Sans, Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 3px;
	border: 1px solid #666;	
	display: block;
	z-index: 1000;
	color: #000;
}

select.Select {
	width: 16.55em;
}

textarea {
	height: 12em;
}

label {
	line-height: 2em;
	width: 12em;
	float: left;
	display: block;
}

label.Radio, label.Checkbox {
	width: auto !important;
	padding: 0;
	margin: 0;
	float: none;
	line-height: inherit;
	display: block;
}

div.FullWidth label {
	width: auto;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
}

div.FullWidth {
	width: 310px;
}

div.FullWidth input[type='text'], div.FullWidth input[type='password'], div.FullWidth select, div.FullWidth textarea {
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div#Right div.CAPTCHA img {
	border: 1px solid #666;
}

div.CAPTCHA img {
	margin-top: .5em;
	float: right;
}

div.CAPTCHA label {
	clear: none !important;
	float: none !important;
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}

div.CAPTCHA input[type='text'] {
	width: 5em;
	font-size: 2em;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	padding: 3px;
	border: 1px solid #666;
	color: #000;
}


div.FormControls {
	padding-left: 12em;
	clear: both;
	display: block;
	margin-bottom: 4em;
}


/* Validation messages delivered by validate.js
-----------------------------------------------------------------------------*/

.error {
	background: #F3E5A1;
}
div.errorMessage {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* Info, Error & Success Messages
-----------------------------------------------------------------------------*/

.Alert, .Info, .Error, .Success, .ErrorInline, .Help {
	margin-bottom: 14px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: relative;
}

.Alert a, .Info a, .Error a, .Success a, .ErrorInline a {
	color: #000;
	text-decoration: underline;
}

.Alert, .Info {
	background: #BFC8F1 url(../admin/information.png) no-repeat 10px 8px;
	border: 1px solid #4574AE;
}

.Error {
	background: #F3E5A1 url(../admin/error.png) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

.Success {
	background: #B5E1AE url(../admin/accept.png) no-repeat 10px 6px;
	border: 1px solid #3B9E2B;
}

.Help {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}


/* Modal Dialog Box
-----------------------------------------------------------------------------*/

.modalBox {
	background: #fff url(../site/loading.gif) 50% 50% no-repeat; 
	position: relative; 
	border: 10px solid #fff; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	border-radius: 5px; 
	-moz-box-shadow: 0 0 10px #000; 
	-webkit-box-shadow: 0 0 10px #000;
}

.modalMessage { 
	overflow: hidden; 
	background: #fff; 
}

.modalClose { 
	position: absolute; 
	top: -25px; 
	right: -25px; 
	display: block; 
	width: 32px; 
	height: 32px; 
	overflow: hidden; 
	text-indent: 40px; 
	color: #fff; 
	font-size: 10px; 
	letter-spacing: .1em; 
	text-transform: uppercase; 
	line-height: 2em; 
	text-decoration: none; 
	background: url(../site/button_close.png) no-repeat 0 0; 
}

.modalNext { 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	padding: 0 10px; 
	color: #fff; 
	font-size: 10px; 
	letter-spacing: .1em; 
	text-transform: uppercase; 
	line-height: 35px; 
	text-decoration: none; 
}

.modalPrevious { 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	padding: 0 10px; 
	color: #fff; 
	font-size: 10px; 
	letter-spacing: .1em; 
	text-transform: uppercase; 
	line-height: 35px; 
	text-decoration: none; 
}


/* Javascript Form Tips
-----------------------------------------------------------------------------*/

div.FormTip {
	/* the floating tooltip */
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}




/* Javascript MooTools Tips Plugin
-----------------------------------------------------------------------------*/

.tip {
	width: 300px;
	background: #fff;
	border: 1px solid #666;
	padding: 10px;
	font-size: 11px;
	z-index: 100;
}

.tip-title {
	font-weight: bold;
	font-size: 13px;
	color: #000;
}


/* Edit Mode
-----------------------------------------------------------------------------*/

div.Block {
	position: relative;
}

a.Create, a.Edit {
	width: 85px;
	height: 35px;
	text-indent: -2000em;
	display: block;
	background: url(../admin/button_edit.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -65px;
	z-index: 999;
}

.Editable {
	background: #ffcc00 !important;
}

div#PageProperties {
	position: relative;
	padding: 1em;
	color: #000;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 11px;
}

div#MetaData {
	margin-right: 25em;
	padding: 1em;
	background: #fff;
}

div#InternalComments {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 22em;
	line-height: 1.6em;
	background: #F3E5A1;
	padding: 1em;
}




/* Prototype Documentation
-----------------------------------------------------------------------------*/

div#Documentation { 
	margin-top: 5em;
	background: #1d1d20;
	font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, Verdana, sans-serif;
	background: #1d1d20;
	color: #b3b3bb;
	padding: 1em 7em;
	font-size: 1em;
}

div#Documentation div.Info {
	background: #000;
	border: none;
	padding: 1em;
}

div#Documentation h1 {
	background: none;
	padding: 0;
	font-size: 2em;
	font-weight: bold;
	margin: 1em 0 .5em 0;
	text-indent: 0;
	color: #fff;
}

div#Documentation h2 {
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px solid #27272a;
	border-top: 1px solid #27272a;
	margin-top: 2em;
	color: #c17878;
	text-shadow: 1px 2px 1px #131315;
}

div#Documentation h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #b3b3bb;
	text-shadow: 1px 2px 1px #131315;
}

div#Documentation h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #b3b3bb;
	text-shadow: 1px 2px 1px #131315;
}

div#Documentation h5 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	color: #b3b3bb;
	text-shadow: 1px 2px 1px #131315;
}

div#Documentation a {
	color: #face8f;
}

div#Documentation a:hover {
	color: #ccc;
}

div#Documentation table {
	margin-bottom: 2em;
	width: 100%;
}

div#Documentation th {
	background: #333;
	border: 1px solid #666;
	border-bottom: 2px solid #666;
	color: #b3b3bb;
}

div#Documentation td {
	border: 1px solid #666;
	background: #1D1D20;
	color: #b3b3bb;
}

table.Elements tr td:first-child {
	width: 20%;
}


/* JavaScript Debug Log
-----------------------------------------------------------------------------*/

div#Debug { 
	height: 200px; 
	overflow: auto; 
	padding: 1em; 
	background: #000;
	color: green;
	display: none;
}


/* Homepage
-----------------------------------------------------------------------------*/

div#Animation {
	height: 353px;
}

div.Tombstone {
	float: left;
	width: 240px;
	overflow: hidden;
}



/* Applications AND Disciplines Entrance
-----------------------------------------------------------------------------*/

div.Hero {
	float: left;
	width: 220px;
}

div.Hero h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.Hero p.LearnMore {
	position: absolute;
	bottom: 0;
}


/* Application Entrance
-----------------------------------------------------------------------------*/

div.Hero a.Icon {
	float:left;
	margin: 0 5px 0 0;
}

div.App {
	height: 180px;
	width: 220px;
	position: relative;
}

table#Apps {
}

table#Apps td {
	border-top: dashed #ccc 1px;
	padding: 20px 10px;
}

table#Apps h3 {
	font-size: 13px;
	margin: 0;
	padding: 0;
}


/* Disciplines Entrance
-----------------------------------------------------------------------------*/

#DisciplineEntrance {
	width: 660px; /* IE6 hack to prevent rendering problems created by float */
}

#Discipline01, #Discipline02, #Discipline03 {
	height:450px;
}

.Discipline div {
	overflow: hidden;
	width: 205px;
	height: 450px;
}

/* Application and Discipline Detail Pages
-----------------------------------------------------------------------------*/

#Video {
	z-index:1;
	width: 480px;
	background: #000; 
	text-align: center; 
	color:#7A8083;
}

ul#technologyNavigation {
	margin: 0;
	padding: 0; 
	list-style: none;
}

ul#technologyNavigation li {
	margin: 0;
	padding: 0;
	display: block;
	height: 45px;
	line-height: 45px;
	float: left;
}

ul#technologyNavigation li a {
	display: block;
	overflow: hidden;
	height: 45px;
	text-indent: -2000em;
	background: url(../site/nav_technology.gif) no-repeat 0 0;
}

li#technology a {
	width: 200px;
	background-position: 0 0;
}

li#technology a:hover {
	background-position: 0 -45px;
}

li#technology a.Active {
	background-position: 0 -90px;
}

li#TDI a {
	width: 175px;
	background-position: -254px 0 !important;
}

li#TDI a:hover {
	background-position: -254px -45px !important;
}

li#TDI a.Active {
	background-position: -254px -90px !important;
}

li#Multispectral a {
	width: 160px;
	background-position: -455px 0 !important;
}

li#Multispectral a:hover {
	background-position: -455px -45px !important;
}

li#Multispectral a.Active {
	background-position: -455px -90px !important;
}

li#EDF a {
	width: 172px;
	background-position: -647px 0 !important;
}

li#EDF a:hover {
	background-position: -647px -45px !important;
}

li#EDF a.Active {
	background-position: -647px -90px !important;
}

li#IDEAS a {
	width: 100px;
	background-position: -860px 0 !important;
}

li#IDEAS a:hover {
	background-position: -860px -45px !important;
}

li#IDEAS a.Active {
	background-position: -860px -90px !important;
}

li#Lasers a {
	display: none;
	width: 125px;
	background-position: -835px 0 !important;
}

li#Lasers a:hover {
	background-position: -835px -45px !important;
}

li#Lasers a.Active {
	background-position: -835px -90px !important;
}

div.ProductHero {
	width: 239px;
	float: left;
	border-left: 1px solid #cacccd;
	height: 360px;
	position: relative;
	font-size: 11px;
	overflow: hidden;
}

div.ProductHero div.Padding {
	padding: 0 10px 10px 10px;
}

div.ProductHero a.Learn {
	position: absolute;
	bottom: 30px;
	left: 10px;
}

div.Upgrade {
	width: 50%;
	float: left;
}

table#Upgrades td {
	border: none;
	padding: 10px 30px 20px 20px;
	width: 50%;
}

table#Upgrades tr td:first-child {
	border-right: 1px solid #cacccd;
}

table#Upgrades img {
	float: left;
}

div.Caption {
	margin-left: 80px;
}

div.Caption b {
	text-transform: uppercase;
	color: #000;
	letter-spacing: .1em;
}



/* Modular Option Pages
-----------------------------------------------------------------------------*/


ul#productNavigation {
	margin: 0;
	padding: 0; 
	list-style: none;
}

ul#productNavigation li {
	margin: 0;
	padding: 0;
	display: block;
	height: 45px;
	line-height: 45px;
	float: left;
}

ul#productNavigation li a {
	display: block;
	overflow: hidden;
	height: 45px;
	text-indent: -2000em;
	background-image: url(../site/nav_imagestreamx.gif);
}

li#imageStreamX a {
	width: 229px;
	background-position: 0 0;
}

li#imageStreamX a:hover {
	background-position: 0 -45px;
}

li#imageStreamX a.Active {
	background-position: 0 -90px;
}

li#twelveChannel a {
	width: 136px;
	background-position: -296px 0;
}

li#twelveChannel a:hover {
	background-position: -296px -45px;
}

li#twelveChannel a.Active {
	background-position: -296px -90px;
}

li#depthOfField a {
	width: 165px;
	background-position: -616px 0;
}

li#depthOfField a:hover {
	background-position: -616px -45px;
}

li#depthOfField a.Active {
	background-position: -616px -90px;
}

li#autoSampler a {
	width: 101px;
	background-position: -515px 0;
}

li#autoSampler a:hover {
	background-position: -515px -45px;
}

li#autoSampler a.Active {
	background-position: -515px -90px;
}

li#brightField a {
	width: 145px;
	background-position: -781px 0;
}

li#brightField a:hover {
	background-position: -781px -45px;
}

li#brightField a.Active {
	background-position: -781px -90px;
}

li#magnification a {
	width: 83px;
	background-position: -432px 0;
}

li#magnification a:hover {
	background-position: -432px -45px;
}

li#magnification a.Active {
	background-position: -432px -90px;
}

li#addLasers a {
	width: 67px;
	background-position: -230px 0;
}

li#addLasers a:hover {
	background-position: -230px -45px;
}

li#addLasers a.Active {
	background-position: -230px -90px;
}



/* Contact Page
-----------------------------------------------------------------------------*/

td img.flag {
	border: 1px solid #666;
}

div.International {
	width: 480px !important;
	background: #fff !important;
	font-size: 11px;
	color: #4c5153 !important;
}

div.International a:link {
	color: #3A68B2; 
}

div.International a:active {
	color: #ff0000;
}

div.International a:visited {
	color: #3A68B2;
}

div.International a:hover {
	color: #000;
}



/* IDEAS Software
-----------------------------------------------------------------------------*/

div#AnimationIDEAS {
	margin: 0 auto;
	width:960px;
	height: 491px;
	background: #fff url(../site/bg_animationideas.jpg) no-repeat 0 0;
}

div.Column {
	width:50%;
	float:left;
}

/* Extended Depth of Field
-----------------------------------------------------------------------------*/

div#EDFFader {
	width: 300px;
	height: 180px;
}


/* Time Delay Integration (TDI)
-----------------------------------------------------------------------------*/

div#AnimationTDI {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 300px;
	height: 225px;
}


/* Company Entrance
-----------------------------------------------------------------------------*/

div.Management, div.Directors, div.Investors {
	float: left;
	width: 200px;
}

div.Management ul, div.Directors ul, div.Investors ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

div.Management ul li, div.Directors ul li, div.Investors ul li {
	margin: 0 0 1em 0;
	padding: 0;
	color: #aab3b7
}

div.Management a, div.Directors a, div.Investors a {
	color: #fff;
}

span.FullName, span.Title, span.Organization {
	display: block;
}

span.FullName {
	font-weight: bold;
	color: #fff;
}


/* Portal
-----------------------------------------------------------------------------*/

div.Message {
	padding: 10px 10px 5px 10px;
	margin-bottom: 20px;
	background: #faf0c1;
	border: 1px solid #ebcf9f;
	color: #000;
	font-size: 11px;
}

div.Message h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #000;
}

a.Title {
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
}

.UploadDate {
	color: #666;
	display: block;
}

.FileSize {
	color: #666;
}

.FileActions {
	display: block;
}

.Owner {
	color: #666;
}

.MoreInfo {
	line-height: 16px;
	background: url(../site/icon_moreinfo.gif) no-repeat 0 0;
	padding-left: 20px;
	margin-left: 5px;
	color: #666;
	cursor: pointer;
}

ul.Files {
	list-style: none;
	margin: 2em 0;
	padding: 0;
	font-size: 11px;
}

ul.Files li {
	margin-bottom: 1em;
	min-height: 3.5em;
	padding: 0 0 20px 60px;
	position: relative;
	clear: left;
	background-repeat: no-repeat;
}

ul.Knowledgebase li {
	min-height: 6.5em;
}

.pdf, ul.Files .pdf {
	background-image: url(../site/doctype_pdf.gif);
}

.xls, ul.Files .xls {
	background-image: url(../site/doctype_xls.gif);
}

.ideas, ul.Files .ideas {
	background-image: url(../site/doctype_ideas.gif);
}

.doc, ul.Files .doc {
	background-image: url(../site/doctype_doc.gif);
}

.zip, ul.Files .zip {
	background-image: url(../site/doctype_zip.gif);
}

.ppt, ul.Files .ppt {
	background-image: url(../site/doctype_ppt.gif);
}

.txt, ul.Files .txt {
	background-image: url(../site/doctype_txt.gif);
}

a.fileIcon {
	position: absolute;
	left: 0;
	top:0;
}

* html a.fileIcon {
	position: absolute;
	left: -60px;
	top:0;
}


div.Pop {
	display: none;
	background: #fff;
	color: #000;
	padding: 2em 1em 1em 1em;
	width: 25em;
	z-index: 100;
}

div.Pop dl {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 80px;
}

div.Pop dt {
	color: #666;
}

div.Pop dd {
	padding-bottom: 10px;
}

a.DownloadLink {
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	font-size: 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
	line-height: 2em;
	text-decoration: none;
	background: #e6e6e6;
	padding: 0 1em;
}

div#Tickets ul {
	margin-left: 0;
	padding-left: 0;
	font-size: 1.2em;
	list-style: none;
}

div#Tickets li {
	margin-left: 0;
	padding-left: 0;
}

div#RightAlt h2 {
	margin-top: 2em;
}

div#Profile h2 {
	margin-top: 0;
}

.Back {
	margin-top: -1em;
}


/* Knowledgebase
-----------------------------------------------------------------------------*/

ul.SubjectAreas {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

ul.SubjectAreas li {
	margin: 0 0 .7em 0;
	padding: 0;
}

div#Right div.SubjectAreas ul.Menu li a.Active{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


/* Buttons */

.Button {
	border:none;
	height:30px;
	text-indent:-2000px;
	display: block;
	text-align: left;
	cursor: pointer;
	float: left;
}

.Save {
	background: url(/admin/button_save.png) no-repeat center center;
	width:100px;
}

.Cancel {
	background: url(/admin/button_cancel.png) no-repeat center center;
	width:100px;
}

.Login {
	background: url(/admin/button_login.png) no-repeat center center;
	width:100px;
}

.Logout {
	
}

.Upload {
	
}

.UploadFile {
	
}

.Search {
	background: url(../site/button_search.gif) no-repeat center center;
	width:106px;
}

.Show {
	display: block;
}

/* Search Results
-----------------------------------------------------------------------------*/

#results {

}

.relevance {
	color: #666;
}

.title {
	font-size: 1.3em;
}

.description {
	display: block;
}

.url {
	color: green;
}

/* Contact Page */

table#Distributors tr td a {
	color: #3A68B2;
}

div#success, div#failure, div#fatal {
	width: 400px;
	
}