body {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 76%;
	color: #333;
	background-color: #054069;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#universe {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	overflow: hidden;
	border: 1px none #054069;
	padding: 0px;
	width: 760px;
	vertical-align: top;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#headerbar {
	background-color: #054069;
	overflow: hidden;
}
#menubar {
	background-image:  url(../images/headercurve.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px 0px;
	margin: 0px;
	height: 60px;
	font-size: 1em;
}
#menuitembox {
	text-align: right;
	height: 22px;
	margin: 0px;
	padding: 0px 5px 0px 20px;
	float: right;
	width: auto;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
td, th { 
	padding: 0; 
}

.menuitem {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	font-weight: bold;
}

.menuitem:hover {
	margin: 0px 0px -2px;
	float: left;
	background-image:  url(../images/delta_grey.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: auto;
	height: 24px;
	padding: 0px;
}
.menuitemON {
	margin: 0px 0px -2px;
	float: left;
	background-image:  url(../images/delta_yellow.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: auto;
	height: 24px;
	padding: 0px;
	font-weight: bold;
}
#menuitembox a{
	text-decoration:none;
	color:#666;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
#menuitembox a:hover{
	text-decoration:none;
	color:#054069;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
#content {
	width: 100%;
	height: 600px;
	margin: 0px;
	padding: 0px;
}
.col_1 {
	width: 203px;
	padding: 0px 10px;
	margin: 0px;
}
td {
	vertical-align: top;
}
#testdrivebox {
	font-size: 1.5em;
	font-weight: lighter;
	color: #054069;
	background-image:  url(../images/corner_yellow.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	background-color: #EEB210;
	padding: 10px 10px 0px;
	height: 120px;
}
#testdrivebox2 {
	font-size: 1.5em;
	font-weight: lighter;
	color: #054069;
	background-image:  url(../images/corner_yellow.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	background-color: #EEB210;
	padding: 10px 10px 0px;
	height: 195px;
}
#testdrivebox3 {
	font-size: 1em;
	font-weight: lighter;
	color: #054069;
	background-image:  url(../images/corner_white.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	background-color: #EEB210;
	padding: 10px 10px 0px;
	height: 40px;
}
#testdrivebox a{
	color: #054069;
	text-decoration:none;
}

#prinfobox, #csinfobox{
	float:right;
	background-color:#FFFCDE;
	width:40%;
	padding:10px;
	margin-left:10px;
	margin-top:-10px;
	border-right:1px solid #EEB211;
	border-bottom:1px solid #EEB211;
	border-left:1px solid #EEB211;
}
#prinfobox h3, #csinfobox h3{
	font-size:.9em;
	border:none;
	padding:5px 0px 0px 0px;
	margin:0px;
}
#prinfobox p, #csinfobox p{
	font-size:.9em;
}

#prinfobox li, #csinfobox li{
	font-size:.9em;
	list-style-type: disc;
	list-style-image: none;
}

p {
	margin: 0px;
	padding: 0px 0px 9px;
	line-height: 1.3em;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #004F7A;
	margin: 0px;
	padding: 10px 0px 5px;
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	color: #004F7A;
	margin: 0px;
	padding: 5px 0px 5px;
}
h5 {
	font-size: .9em;
	font-weight:normal;
	color: #004F7A;
	margin: 0px;
	padding: 5px 0px 10px;
}
#wheretostart {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#boilerplate {
	font-size: 1.2em;
	color: #004963;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1.4em;
	width: 515px;
}
#boilerplate2 {
	font-size: 1.2em;
	color: #666;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1.4em;
	width: 515px;
}
#protection {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 9px;
	color: #999999;
}
#protection a {
	text-decoration:none;
	color: #999999;
}
#homeboxes {
	width: 525px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.homebox {
	background-image: url(../images/boxborder_side.gif);
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5EA3BD;
	border-right-color: #5EA3BD;
	border-bottom-color: #5EA3BD;
	border-left-color: #5EA3BD;
	margin: 0px 10px 0px 0px;
	padding: 10px;
	background-position: right top;
	height: 100%;
}
.homebox h3{
	color:#EEB211;
	margin: 0px;
	padding: 0px;
}
.loginbox h3{
	margin: 0px;
	padding: 0px;
}
.loginbox {
	background-image: url(../images/boxborder_side.gif);
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5EA3BD;
	border-right-color: #5EA3BD;
	border-bottom-color: #5EA3BD;
	border-left-color: #5EA3BD;
	margin: 0px 10px 0px 0px;
	padding: 10px;
	background-position: right top;
	height: 160px;
}
.homebox p{
	padding-left: 10px;
}
a.homelink{
	color: #EEB211;
	text-decoration: none;
}
a.homelink:hover{
	color: #EEB211;
	text-decoration: underline;
}
td.homebox{
	background-image: url(../images/boxborder_side.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: none;
	background-position: left top;
}
td.loginbox{
	background-image: url(../images/boxborder_side.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: none;
	background-position: left top;
}
#copyright{
	font-size:10px;
	color:#FFF;
	text-align: left; /* to realign your text */
	width: 760px;/* mandatory to be centered */
	padding: 9px;
	margin-left: auto;
    margin-right: auto;
	overflow: hidden;
}
#copyright a {
	color:#FFF;
	text-decoration:none;
}
#copyright a:hover {
	color:#FFF;
	text-decoration:underline;
}

.copyright{
	color:#FFF;
	text-decoration: none;
}
#forgotpass {
	font-size: 10px;
	color: #999999;
}
.login {
	font-size: 10px;
	line-height: 10px;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 18px;
	width: 110px;
	color: #666;
}
.loginsubmit {
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	background-color: #054069;
	margin: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-decoration: none;
}
.loginsubmit:hover {
	font-size: 10px;
	line-height: 12px;
	color: #054069;
	background-color: #FFF;
	margin: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-decoration: none;
	border: 1px solid #005177;
}
#centernavselector {
	background-color: #054069;
	background-image:  url("http://www.tgdcom.com/test/3DS/solutions/index.htm");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px 10px 0px;
	width: 510px;
	color: #FFF;
	height: 150px;
	vertical-align: middle;
}
.centernav_button {
	padding: 0px;
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-size: 1.6em;
	color: #EEB211;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 3.5em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
blockquote {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
form {
	margin: 0px;
	padding: 0px;
}
.explain {
	float: right;
	margin: 0px;
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 315px;
	overflow: hidden;
	height: 60px;
	font-size: 11px;
	line-height: 12px;
}
.col_2 {
	width: 560px;
	padding: 0px 10px 20px 20px;
	margin: 0px;
}
.col_3 {
	padding: 0px 20px 20px;
	margin: 0px;
}
a {
	color: #054069;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#breadcrumb {
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 9px;
}
.subsized {
	font-size: .9em;
}
#login {
	width: 120px;
	margin: 0px;
	padding: 0px 5px;
	border: 1px solid #054069;
}
.underline {
	text-decoration: underline;
}
#sidelogin {
	background-color: #0D4973;
	margin: 0px 0px 30px 5px;
	padding: 5px 20px 5px 15px;
	text-align: left;
	background-image: url(../images/gradient_darkblue.jpg);
}
#sidelogin a{
	color: #FFF;
	text-decoration:none;
}
#sidelogin a:hover{
	color: #FFF;
	text-decoration:underline;
}
#sidelogin2 {
	background-color: #0D4973;
	margin: 0px 0px 30px 5px;
	padding: 5px 20px 5px 15px;
	text-align: center;
	background-image: url(../images/gradient_darkblue.jpg);
}
#sidelogin2 a{
	color: #FFF;
	text-decoration:none;
}
#sidelogin2 a:hover{
	color: #FFF;
	text-decoration:underline;
}
.sidebar {
	margin: 20px 0px 0px 5px;
	padding: 0px;
	color: #EEB211;
	font-size: 0.85em;
	border: 1px none #EEB211;
}
.sidebar p{
	background-color: #EEB211;
	color: #FFF;
	padding: 5px 5px 5px 15px;
	margin-bottom: 5px;
	background-image: url(../images/corner_yellowL.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sidebar li{
	padding:2px 0px 3px;
	list-style-image: url(../images/arrow.gif);
	list-style-position: outside;
	margin: 0px;
	color: #054069;
	display: list-item;
}
.sidebarhome {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #EEB211;
	font-size: 0.85em;
	border: 1px none #EEB211;
}
.sidebarhome p{
	background-color: #EEB211;
	color: #FFF;
	padding: 5px 5px 5px 15px;
	margin-bottom: 5px;
	background-image: url(../images/corner_yellowL.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sidebarhome li{
	padding:2px 0px 3px;
	list-style-image: url(../images/arrow_blue.gif);
	list-style-position: outside;
	margin: 0px;
	color: #054069;
	display: list-item;
}
.sidebarr {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	color: #EEB211;
	font-size: 0.95em;
	border: 1px none #EEB211;
}
.sidebarr p{
	background-color: #EEB211;
	color: #FFF;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
	background-image: url(../images/corner_yellowR.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.sidebarr li{
	padding:2px 0px 3px;
	list-style-image: url(../images/arrow.gif);
	list-style-position: outside;
	margin: 0px;
	color: #054069;
	display: list-item;
}
.product_padright10 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.productbox_red, .productbox_green, .productbox_purple, .productbox_grey, .productbox_blue, .productbox_none {
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
}
.productbox_red {
	background-image: url(../images/topbar_red.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #981418;
	border-right-color: #981418;
	border-bottom-color: #981418;
	border-left-color: #981418;
}
.productbox_green {
	background-image: url(../images/topbar_green.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #5C6C1A;
	border-right-color: #5C6C1A;
	border-bottom-color: #5C6C1A;
	border-left-color: #5C6C1A;
}
.productbox_purple {
	background-image: url(../images/topbar_purple.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #4E124E;
	border-right-color: #4E124E;
	border-bottom-color: #4E124E;
	border-left-color: #4E124E;
}
.productbox_grey {
	background-image: url(../images/topbar_grey.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #919194;
	border-right-color: #919194;
	border-bottom-color: #919194;
	border-left-color: #919194;
}
.productbox_blue {
	background-image: url(../images/topbar_blue.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #1C2674;
	border-right-color: #1C2674;
	border-bottom-color: #1C2674;
	border-left-color: #1C2674;
}
.productbox_none {
	background-image: url(../images/topbar_none.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #004F6D;
	border-right-color: #004F6D;
	border-bottom-color: #004F6D;
	border-left-color: #004F6D;
}
td.productbox_logo {
	width:175px;
}
.product_tableinset_red {
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px none #990000;
}
.product_tableinset_red td{
	padding: 10px 10px 5px 10px;
}
.product_tableinset_green {
	border-top: 1px solid #5C6C1A;
	border-right: 1px solid #5C6C1A;
	border-bottom: 1px solid #5C6C1A;
	border-left: 1px none #5C6C1A;
}
.product_tableinset_green td{
	padding: 10px 10px 5px 10px;
}
.product_tableinset_purple {
	border-top: 1px solid #4E124E;
	border-right: 1px solid #4E124E;
	border-bottom: 1px solid #4E124E;
	border-left: 1px none #4E124E;
}
.product_tableinset_purple td{
	padding: 10px 10px 5px 10px;
}
.product_tableinset_grey {
	border-top: 1px solid #919194;
	border-right: 1px solid #919194;
	border-bottom: 1px solid #919194;
	border-left: 1px none #919194;
}
.product_tableinset_grey td{
	padding: 10px 10px 5px 10px;
}
.product_tableinset_blue {
	border-top: 1px solid #1C2674;
	border-right: 1px solid #1C2674;
	border-bottom: 1px solid #1C2674;
	border-left: 1px none #1C2674;
}
.product_tableinset_blue td{
	padding: 10px 10px 5px 10px;
}
.product_tableinset_none {
	border-top: 1px solid #004F6D;
	border-right: 1px solid #004F6D;
	border-bottom: 1px solid #004F6D;
	border-left: 1px none #004F6D;
}
.product_tableinset_none td{
	padding: 10px 10px 5px 10px;
}
td.w169_pad20L0T0R20B {
	margin: 0px;
	width: 154px;
	vertical-align: top;
	padding: 0px 0px 5px 20px;
}
td.w169_pad20L0T0R20C {
	margin: 0px;
	width: 203px;
	vertical-align: top;
	padding: 0px 0px 5px 20px;
}
td.w169_pad20L0T0R20C {
	margin: 0px;
	width: 533px;
	vertical-align: top;
	padding: 0px 20px 20px 20px;
}
td.w419T0R20B20L20 {
	margin: 0px;
	width: 379px;
	padding: 0px 20px 20px 20px;
}
td.w419T0R20B20000 {
	margin: 0px;
	width: 440px;
	padding: 0px 20px 20px 20px;
}
.sidemenu {
	background-color: #4485AF;
	margin: 0px 5px 1px 0px;
	padding: 5px 20px 5px 30px;
	font-weight: bold;
	background-image: url(../images/gradient_lightblue.jpg);
	background-repeat: repeat-x;
	background-position: 0px top;
}
.sidemenu a{
	color: #FFF;
	text-decoration:none;
}
.sidemenu a:hover{
	color: #054069;
	text-decoration:none;
}
.sidemenuON {
	background-color: #0F4973;
	margin: 0px 5px 1px 0px;
	padding: 5px 20px 5px 30px;
	text-align: left;
	font-weight: bold;
	background-image: url(../images/gradient_darkblue.jpg);
	background-repeat: repeat-x;
	background-position: 0px top;
}
.sidemenuON a{
	color: #FFF;
	text-decoration:none;
}
.w419T0R20B20L20 h3{
	border-top: 1px none #EEB211;
	border-right: 1px none #EEB211;
	border-bottom: 1px solid #EEB211;
	border-left: 1px none #EEB211;
	margin-bottom: 10px;
}
.w169_pad20L0T0R20C h3{
	border-top: 1px none #EEB211;
	border-right: 1px none #EEB211;
	border-bottom: 1px solid #EEB211;
	border-left: 1px none #EEB211;
	margin-bottom: 10px;
}
.w419T0R20B20L20 ul{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
}
.w419T0R20B20L20 li{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	list-style-image: url(../images/arrow.gif);
}
.leftsidebar {
	margin: 5px;
	padding: 0px;
	color: #666666;
	font-size: 0.85em;
	border: 1px solid #CCCCCC;
}
.leftsidebar p{
	background-color: #CCCCCC;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 1.1em;
	background-image: url(../images/gradient_grey.jpg);
}
.leftsidebar ul{
	list-style-type:none;
	color: #666666;
	margin: 0px;
	padding: 0px 5px 5px;
}
.leftsidebar li{
	padding:2px 0px 3px 0px;
}
#breadcrumb2 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 195px;
	font-size: 9px;
}
.blue {
	color: #054069;
}
.sidesubmenu , .sidesubmenuON {
	background-color: #F6F9FC;
	margin: 0px 5px 1px 0px;
	padding: 5px 20px 5px 40px;
	font-weight: bold;
	background-image: url(../images/gradient_lightblue2.jpg);
	background-repeat: repeat-x;
	font-size: 90%;
	background-position: 0px;
}
.sidesubmenuON a{
	text-decoration: underline;
}
/*  --------------------------------------------------------------  */
/*  BEGIN SIDE SUBMENU2*/
.sidesubmenu2 , .sidesubmenu2ON{
	background-color: #FFF;
	margin: 0px 5px 1px 0px;
	padding: 1px 20px 1px 50px;
	font-weight: normal;
	background-repeat: repeat-x;
	font-size: 85%;
	background-position: 0px;
}
.sidesubmenu2ON a{
	text-decoration: underline;
}
/*  END SIDE SUBMENU2*/
/*  --------------------------------------------------------------  */

.floatRpadLpadB {
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.sidebar ul {
	padding: 0px 5px 0px 20px;
	margin: 1px;
}

.popupmenuitem {
	background-image: url(../images/gradient_darkblue.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #054069;
	cursor: pointer;
}
.popupmenuitem:hover {
	background-image: url(../images/gradient_lightblue.jpg);
	background-repeat: repeat-x;
}
.popupmenulayer {
	border: 1px solid #054069;
	margin-left:15px;
}

.pullquote {
	padding:10px;
	margin:10px 0px 10px 0px;
	border-top: 1px solid #054069;
	border-right: 1px none #054069;
	border-bottom: 1px solid #054069;
	border-left: 1px none #054069;
	background-color: #F9FBFD;
}
.pullquote p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height:1.6em;
	color: #054069;
	
}
a.csPDFLink {
	font-size: 9px;
	font-weight: normal;
	color: #DD0000;
	float: right;
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid #E2E2E2;
	padding: 4px 2px 3px 5px;
}
a.csPDFLink:hover {
	font-size: 9px;
	font-weight: normal;
	color: #DD0000;
	float: right;
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid #DD0000;
	padding: 4px 2px 3px 5px;
}
a.csBACKLink {
	font-size: 9px;
	font-weight: normal;
	color: #DD0000;
	float: center;
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid #E2E2E2;
	padding: 4px 2px 3px 5px;
}
a.csBACKLink:hover {
	font-size: 9px;
	font-weight: normal;
	color: #DD0000;
	float: center;
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid #DD0000;
	padding: 4px 2px 3px 5px;
}
p.date {
	font-size: 80%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.publication {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:110%;
	font-weight:bold;
}.notbold {
	font-weight: normal;
}
.edit {
	font-weight: bold;
	color: #FF00FF;
}
table.allborder {
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	
}
table.allborder td , table.allborder th{
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	vertical-align:middle;
}
table.allborder td p, table.allborder th p{
	line-height:90%;
	padding:3px;
	margin:0px;
}
.enabled {
	background-color:#EAF4F9;
}

/* BEGIN CSS FOR GLOSSARY PAGES */

.trigger{
	text-decoration:none;
	font-weight:normal;
	line-height:1.2em;
	padding:5px 0px 0px 0px ;
	cursor:pointer;
}		
.trigger:hover {
	text-decoration:underline;
	font-weight:normal;
	line-height:1.2em;
	padding:5px 0px 0px 0px ;
	cursor:pointer;
}
.expanded {
	text-decoration:none;
	font-weight:bold;
	line-height:1.2em;
	padding:10px 5px 5px 5px;
	background-color:#EAF4F9;
	margin-top:5px;
	cursor:pointer;
	background-image: url(../images/x.gif);
	background-repeat: no-repeat;
	background-position: 367px 2px;
}
.expanded:hover {
	text-decoration:underline;
	font-weight:bold;
	line-height:1.2em;
	padding:10px 5px 5px 5px;
	background-color:#EAF4F9;
	cursor:pointer;

}
.show{
	display:block;
	padding:5px 5px 10px 5px;
		background-color:#EAF4F9;

}
.hide{
	display:none;
}


/* END CSS FOR GLOSSARY PAGES */

/* BEGIN LIGHTBOX */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	
/* END LIGHTBOX */