/*
Relionship = StyleSheet
media = screen 
*/
/* CSS Document */
body,
html {
    margin: 0;
    padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#282425;
	background-repeat: no-repeat;
	padding: 12px 12px;
}
form {
    margin: 0;
}
p {
    margin: 0 0 0.5em 0;
}
#content ul {
    padding: 0;
    margin: 0 0 1em 0;
    list-style-type: none;
}
#content ul li {
    background-image: url(/images/ico_arrow2.gif);
    background-position: 3px 0.45em;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-bottom: 0.2em;
}
#content ol {
}
h1 {
	color: #739600;
	font-size: 17px;
	font-weight: normal;
}
h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    background-color: #e2e2e1;
    background-image: url(../images/bg_heading2.gif);
    background-position: 1px 3px;
    background-repeat: no-repeat;
    padding: 0 14px;
    color:#282425;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #8F9600;
	margin: 0.6em 0 0;
	padding: 0;
}
h4 {
    margin: 0.3em 0 0 0;
    padding: 0;
    font-size: 11px;
    color: #282425;
    font-weight: normal;
}
a img {
    border: none;
}
a:link,
a:visited {
    color: #739600;
    text-decoration: none;
}
a:hover {
    color: #739600;
    text-decoration: underline;
}
a:active {
    color: #739600;
    text-decoration: none;
}
/*new*/
a.new:link,
a.new:visited {
    color: #000000;
    text-decoration: none;
}
a.new:hover {
    color: #000000;
    text-decoration: none;
}
a.new:active {
    color: #000000;
    text-decoration: none;
}
/*new end*/
hr {
    height: 0;
    border: none;
    border-top: 1px dotted #739600;
    margin: 1em 0 1em -14px;
    clear: both;
}
hr.invisible {
    border-color: #ffffff;
    margin-left: -13px;
}
hr.light {
    border-top: 7px solid #ffffff;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
#container {
	width: 770px;
	border-top: 1px solid #b5b4b1;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: left;
}
#header {
	padding-top: 19px;
}
#header h1 {
	background-image: url(../images/logo_sg.jpg);
	width: 250px;
	height: 38px;
	text-indent: -9999px;
	float: left;
	margin: 0;
	padding: 0;
	background-position: left;
	background-repeat: no-repeat;
}
#header h1 a {
    width: 100%;
    height: 100%;
    display: block;
}
#header #tools {
    float: right;
    margin-top: 34px;
    padding-bottom: 9px;
}
#header #tools a {
    display: block;
    float: left;
    background-color: #e2e2e1;
    color: #739600;
    font-style: italic;
    padding: 2px 7px 3px 7px;
    text-decoration: none;
    margin-right: 5px;
    font-size: 11px;
}
#header #tools a:hover {
    text-decoration: underline;
}
input.button,
button.button {
/*    height: 19px; */
    font-size: 10px;
    background-color: #597788;
    background-image: url(/images/bg_button.gif);
    background-repeat: no-repeat;
    color: #ffffff;
    border: none;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 2px 10px 1px 16px;
    cursor: pointer;
}
input.button:hover,
button.button:hover {
    background-color: #7398ac;
}
input.text,
#quicklinks select {
    border: none;
    background-color: #e2e2e1;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;    
    padding: 2px 3px 3px 3px;
    margin: 0;
    vertical-align: top;
}
#quicklinks select {
    padding: 2px 3px 1px 3px;
}
select {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;    
    font-style: italic;
}
#header #search input.text {
    font-style: italic;
    width: 16.5em;
    margin-right: -0.3em;
}
#nav-primary {
    clear: both;
    border-top: 1px solid #b5b4b1;
    border-bottom: 1px solid #b5b4b1;
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 11px;
    margin-bottom: 8px;    
}
#nav-primary ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#nav-primary ul li {
    display: inline;
}
#nav-primary .selected {
    font-weight: bold;
    color: #739600;
}
#nav-primary a,
#nav-primary span {
    color: #282425;
    padding-left: 11px;
    text-decoration: none;
    background-image: url(/images/bg_nav-primary.gif);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}
#nav-primary li.first a,
#nav-primary li.first span {
    background: none;
    padding-left: 0;
}
#nav-primary a:hover {
    text-decoration: underline;
}
#main {
    padding-bottom: 14px;
    border-bottom: 1px solid #b5b4b1;
}
.homepage #main {
    padding-bottom: 0;
}
#main h1 {
    margin: 0;
    padding: 0;
}
#main #flash {
    background-color: #739600;
}
#main #flash.empty {
    background-image: url(/images/bg_flash.jpg);
    background-repeat: no-repeat;
    height: 32px;
}
#main img {
    display: block;
}
#footer {
    font-size: 9px;
    color: #76777a;
    padding-left: 9px;
    margin-bottom: 70px;
}
#footer p {
    margin: 3px 0 0 0;
}
#footer a {
    text-decoration: none;
    color: #76777a;
    margin: 0 5px;
}
#footer a:hover {
    text-decoration: underline;
}
#footer #nav-footer {
    float: left;
}
#footer #esri-distributor {
    font-size: 0;
    float: right;
    margin-top: 5px;
    display: none;    
}
#footer #esri-distributor a {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
}
a.more:link,
a.more:visited,
h4 a:link,
h4 a:visited,
ul.links-list li a:link,
ul.links-list li a:visited,
#content #column2  div.action a:link,
#content #column2  div.action a:visited,
#content #column2 input.action,
#content #column2 button.action {
    background-image: url(/images/ico_more.gif);
    background-repeat: no-repeat;
    background-position: 0 0.4em;
    padding-left: 15px;
    font-style: italic;
    color: #282425;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
a.more:hover,
h4 a:hover,
ul.links-list li a:hover,
#content #column2 div.action a:hover {
    color: #282425;
}
a.more:active,
h4 a:active,
ul.links-list li a:active {
    color: #282425;
}
ul.links-list {
    list-style-type: none;
    padding: 0;
}
ul.links-list li {
    background: none !important;
    padding-left: 0  !important;
}
ul.links-list li a {
    display: block;
}
.screenshots {
    margin: 14px 0;
}
.screenshots .screenshot {
    float: left;
    display: block;
    margin: 0 0 0 25px;
    padding: 0;
    width: 119px;
}
.screenshots a.screenshot img {
    border: 3px solid #ffffff;
    margin: -3px;
}
.screenshots a.screenshot:hover img {
    border-color: #739600;
}
.screenshots .screenshot.first {
    margin-left: 0;
}
.screenshot a.more {
    margin: 3px 0;
    display: block;
}
#column2 form.inline,
#column2 .form,
#column2 .sessions,
#column2 .message {
    background-color: #ecf4d3;
    margin-left: -14px;
    padding: 14px 0 7px 14px;
    border-top: 7px solid #ffffff;
}
#column2 form.inline fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
#column2 form.inline legend {
    display: none;
}
#column2 form.inline .form-column-1 {
    clear: both;
    float: left;
    margin-right: 5px;
    width: 85px;
    padding-top: 2px;    
}
#column2 form.inline .form-column-2 {
    clear: right;
    float: left;
}
#column2 form.inline .textfield,
#column2 form.inline textarea,
#column2 span.input {
    width: 290px;
    float: left;
    display: block;
    font-size: 11px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    padding-top: 1px;
    padding-bottom: 2px;
    font-family: Arial, Helvetica, sans-serif;
}
#column2 form.inline textarea {
    height: 50px;
}
#content #column2 form.inline .row {
    margin-bottom: 7px;
    background: none;
    border: none;
}
#content #column2 form.inline .form-column-2 h2 {
    font-size: 11px;
    font-weight: bold;
    color: #739600;
    margin: 0.3em 0 0 0 !important;
    padding: 0;
    background: none;
    border: none;
}
#column2 form.inline .form-column-2 input {
    float: left;
    clear: left;
    margin-bottom: 4px;    
    margin-left: 0;
}
#column2 form.inline .form-column-2 label {
    float: left;
    width: 240px;
    margin-bottom: 4px;
    margin-top: 3px;    
}
#column2 form.inline .form-column-2 select {
    width: 300px;
}

#column2 .message.alternate {
    background-color: #eeeeee;
}
#column2 .message h2 {
    border: none !important;
    background: none !important;
    font-size: 14px !important;
    color: #76777a !important;
    font-weight: normal !important;
    padding: 0 !important;
    margin: 0 0 7px 0 !important;
}
#column2 .sessions {
    padding-top: 7px;
}
#column2 .inline.noheading {
    border-top: 0;
}
#column2 .form textarea {
    height: 50px;
}
#column2 .form {
    border-top: none;
}
#column2 .form label,
#column2 span.label {
    width: 85px;
    float: left;
    display: block;
    padding-top: 3px;
}
#column2 .form .join-label {
    text-align: center;
    width: 50px;
}
#column2 .form select {
    width: 120px;
    float: left;
    display: block;
}
#column2 .form .indent {
    margin-left: 85px;
    position: relative;
    margin-top: 2.5em;
}
#column2 .form .indent .actions {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
#column2 .form .indent .optgroup input {
    clear: left;
    margin-bottom: 7px;     
}
#column2 .form .indent .optgroup label {
    width: 240px;
    margin-bottom: 7px;
}
#column2 .form .indent .fieldset {
    border-top: none;
    margin: 0 0 14px 0;
    padding: 0 0 0 0;
}
#column2 .form .indent .fieldset legend span {
    top: -1.6em; 
    left: 0;
}
#column2 .form .indent .label{
    position: absolute;
    display: block;
    left: -85px;
    top: -1.6em;
}
#column2 .form .optgroup input {
    float: left;
    display: block;
    margin: 0 4px 0 0;
    padding: 0; 
}
#column2 .form .optgroup label {
    display: block;
    float: left;
    width: 85px;
    padding-top: 0; 
}
#column2 .form .optgroup .formrow {
    margin-bottom: 6px;
}
#column2 .formrow {
    margin-bottom: 7px;
}
#column2 .form .textfield,
#column2 span.input {
    width: 290px;
    float: left;
    display: block;
    font-size: 11px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    padding-top: 1px;
    padding-bottom: 2px;
    font-family: Arial, Helvetica, sans-serif;
}
#column2 span.input {
    padding-left: 7px;
    padding-right: 7px;
}
#column2 .form .searchlabel {
    background-color: #ffffff;
    font-style: italic;
    padding: 2px 5px;
    width: 71px;
    color: #282425;
}
#column2 .form fieldset {
    border: none;
    margin: 0;
    padding: 0;    
}
#column2 .form .fieldset {
    clear: both;
    border: none;
    border-top: 1px dotted #739600;    
    position: relative;
    margin: 2.5em 0 14px 0;
    padding: 13px 0 0 0;
}
#column2 .form .actions {
    clear: both;
    border: none;
    border-top: 1px dotted #739600;    
    padding-top: 7px;
}
#column2 .actions {
    padding: 7px 0 0 0;
}
#column2 .form legend span {
    position: absolute;
    width: 29em;
    top: -1.6em; left: 0;
    
    font-size: 11px;
    font-weight: bold;
    color: #739600;
}
.results h2 {
    background-image: none;
    font-size: 11px;
    color: #282425;
    padding-left: 14px !important;
    font-weight: normal;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
#column2 .pagination .page {
    float: left;
    margin-right: 7px;
}
#column2 .pagination {
    margin: 0;
    background-color: #e2e2e1;
    background-repeat: no-repeat;
    padding: 2px 14px;
    color: #282425;
    margin: 0 0 0 -14px;
    border-top: 7px solid #ffffff;
    border-bottom: 7px solid #ffffff;
}    
#column2 .pagination ul {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}
#column2 .pagination p {
    margin: 0;
    padding: 0;
}
#column2 .pagination ul li {
    display: block;
    float: left;
    background: none !important;
    margin: 0 1px 0 0;
    padding: 0;
}
#column2 .pagination ul li a, 
#column2 .pagination ul li span.selected {
    padding: 0 5px;    
    display: block;
    float: left;
}
#column2 .pagination ul li a:link,
#column2 .pagination ul li a:visited {
    color: #282425;
}
#column2 .pagination ul li span.selected {
    color: #739600;
    font-weight: bold;
}
#column2 .pagination ul li a:hover {
    background-color: #ffffff;
}
.search-result {
    position: relative;
}
.search-result .location {
    color: #282425;
}
.search-result .date {
    color: #282425;
    margin-left: 3px;
    font-weight: normal;
}
.search-result .cost {
    position: absolute;
    top: 0;
    right: 7px;
}
.search-result h3 {
    padding-right: 4em;
}
.page-intro .cost {
    position: absolute;
    top: 20px;
    right: 18px;
    font-weight: bold;
    font-size: 10px;
    color: #282425;
}
.page-intro h1.product,
.page-intro h1.training {
    padding-right:3em !important;
}
h2 .subtitle {
    color: #76777a;
    font-weight: normal;
}
img.right {
    float: right;
    margin: 2px 0 14px 14px;
}
img.left {
    float: left;
    margin: 2px 14px 14px 0;
}
div.left {
    float: left;
}
#column2 img.fullwidth {
    margin: 0 -14px;
    border-top: 7px solid #ffffff;
    border-bottom: 7px solid #ffffff;
}
.hide {
    display: none !important;
}
.clearfix:after,
form.inline .row:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix,
form.inline .row {
    display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix,
form.inline .row {
    display:block;
}
/* End hide from IE Mac */
/* Homepage styles */
.homepage #main #intro {
	background-color: #f4f4f3;
	color: #76777a;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.homepage #main #intro .inner {
    margin: 0;
    padding: 0;
    background-image: url(/images/bg_1px-border.gif);
    background-repeat: repeat-y;
    background-position: 519px;
}
#main #intro p {
    margin: 0;
}
#main #intro h2 {
	color: #739600;
	padding: 0;
	background-image: url(../images/hd_esri-2.jpg);
}
.homepage #main #welcome {
    padding-top: 1.75em;
    padding-left: 14px;
    padding-right: 14px;
    width: 492px;
    float: left;
}
#main #intro #welcome p {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
}
#main #intro #welcome a.more {
    margin-left: 14px;
}
.homepage #main #connect {
	float: left;
	width: 222px;
	padding-top: 1.75em;
	padding-left: 10px;
	position: relative;
}
.homepage #main #connect p {
	margin-right: 2em;
}
.homepage #main #content {
    padding-bottom: 0;
    padding-top: 0;
    border-left: none;
}
a.button {
    font-size: 10px;
    background-color: #597788;
    background-image: url(/images/bg_button.gif);
    background-repeat: no-repeat;
    color: #ffffff !important;
    border: none;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 3px 10px 2px 16px;
    text-decoration: none;
}
a.button:hover {
    background-color: #7398ac;
    text-decoration: none;
}
.homepage #main #connect a.button {
    float:right;
    background-image: url(/images/bg_button2.gif); /* change in intro bg color */
}
.homepage #main #flash {
    background-color: #f4f4f3;
}
.homepage .section.wide .inner a{
    color:#76777a;
    font-size:12px;
}
#main #content {
    margin: 5px 0 0 0;;
    padding: 0;
    border-left: 1px dotted #739600;
}
#main #content .row,
#main #content .row2 {
    background-image: url(/images/bg_row.gif);
    background-repeat: repeat-y;
    margin-bottom: 14px;
}
#main #content .row2 {
    background-image: url(/images/bg_row2.gif);
}
#main #content .row .section,
#main #content .row2 .section {
    float: left;
    width: 259px;
}
#main #content .row .section .inner,
#main #content .row2 .section .inner {
    padding: 0 8px 0 14px;
}
#main #content .section h2 {
    border-bottom: 14px solid #ffffff;
}
#main #content .section h3 {
    margin-top: 0;
}
#main #content .row .section.right,
#main #content .row2 .section.right {
    width: 252px;
}
#main #content .row .section.wide, 
#main #content .row2 .section.wide {
    width: 511px;
}
#main #content .section p {
    margin-bottom: 0.3em;
}
.heavy {
    color: #282425;
}
#quicklinks select {
    width: 180px;
    margin-right: -3px;
}
#main #breadcrumbs {
    padding: 3px 172px 6px 172px;
    background-color: #739600;
    color: #ffffff;
    font-size: 9.5px;
}
body.orange #main #breadcrumbs,
body.orange #main #flash {
    background-color: #f28f4c;
}
#main #breadcrumbs a:link,
#main #breadcrumbs a:visited,
#main #breadcrumbs span.selected  {
    color: #ffffff;
    margin: 0 3px;
}
/* Template 3 */
#content #column1 {
    width: 159px;
    float: left;
    padding-top: 14px;
}
#content #column1 .inner {
    margin-right: 11px;
}
#content #column2 {
    width: 427px;
    float: left;
    color: #76777a;
    background-image: url(/images/bg_1px-border.gif);
    background-repeat: repeat-y;    
}
#content #column2 .inner {
    padding: 0 0 0 14px;
    margin-right: 5px;
}
#content #column2 h2 {
    color: #282425;
    margin: 0 0 0 -14px;
    border-top: 7px solid #ffffff;
    border-bottom: 7px solid #ffffff;
    padding: 0 28px;
    background-position: 15px 3px;    
    clear: both;
}
#content #column1 h2,
#content #column3 h2 {
    font-size: 12px;
    font-weight: bold;
    background: none;
    color: #739600;
    border-bottom: 1px dotted #739600;
    padding: 0 0 4px 13px;
}
#content #column2 .page-intro {
    background-color: #f4f4f3;
    margin: 0 0 0 -14px !important;
    padding: 14px 14px 7px 14px;
    position: relative;
    font-size: 13px;
}
#content #column2 .page-intro.solution {
    background-color: #ffffff;
}
#content #column2 .page-intro ul li {
    background-image: url(/images/ico_arrow3.gif);
    background-position: 0 0.3em;
}
#content #column2 div.action a {
    background-color: transparent !important;
    padding: 2px 7px 2px 22px !important;
    background-position: 7px 0.5em !important;
    display: block;
}
#content #column2 div.action {
    float: left;    
    background-color: #ffffff;
    padding-right: 7px;
}
#content #column2 div.action,
#content #column2 div.action.double,
#content #column2 div.action.reverse {
    padding-right: 15px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
#content #column2 div.action {
    background-image: url(/images/bg_action-single.gif);
}
#content #column2 div.action.invert{
    background-image: url();
}
#content #column2 div.action.double {
    background-image: url(/images/bg_action-double.gif);
    background-position: 0 100%;
    margin-left: -14px;
    padding-left: 10px;
    padding-right: 7px;
}
#content #column2 div.action.double.invert {
    background-image: url();
}
#content #column2 div.action.reverse {
    background-image: url(/images/bg_action-reverse.gif);
    background-position: 0 0;
    padding-left: 15px;
}
#content #column2 input.action,
#content #column2 button.action {
    float: left;
    background-color: #ffffff;
    border: none;
    padding: 1px 21px 1px 22px;
    background-position: 7px 0.5em;
    cursor: pointer;
}
#content #column2 input.action:hover,
#content #column2 button.action:hover {
    text-decoration: underline;
}
#content #column3 {
    width: 183px;
    float: left;
    padding-top: 0;    
    color: #76777a;
}
#content #column2 .related-products,
#content #column2 .system-requirements {
    margin: 0 0 0 -14px;
    padding: 0 0 0 14px;
}
#content #column2 .system-requirements h3 {
    font-weight: normal;
}
#content #column2 .section {
    float: left;
    width: 178px;
    margin-right: 10px;
}
#content #column2 .index .section {
    margin-bottom: 7px;
}
#content #column2 .index .more {
    margin-left: 4px;
}
#content #column2 .section.first {
    margin-right: 36px;
}
#content #column2 .section h3 {
    border-bottom: 1px dotted #739600;
    padding-bottom: 3px;
    margin-bottom: 4px;
}
#content #column2 .index .section h3 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#content #nav-secondary ul {
    margin: 4px 0 0 0;
}
#content #nav-secondary ul li {
    background-image: none;
}
#content #nav-secondary ul ul {
    margin: 2px 0 7px 0;
}
#content #nav-secondary ul a {
    color: #76777a;
}
#content #nav-secondary ul .selected {
    color: #282425;
}
#content #column3 .section {
    background-color: #f4f4f3;
    padding: 11px 7px 1px 7px;
    margin-bottom: 5px;
}
#content #column3 .section.first {
    margin-top: -14px;
    padding-top: 14px;
}
#content #column3 .last {
    margin-top: -14px;
    background-color: #f4f4f3;    
    height: 20px;
    background-image: url(/images/bg_right-col.gif);
    background-repeat: no-repeat;
    background-position: 0 100%;
}
body.orange #content #column3 .last {
    background-image: url(/images/bg_right-col-orange.gif);
}
#content #column3 .section h2 {
    border: none;
    padding: 0;
    border-bottom: 1px dotted #739600;
    margin-right: -7px;
    padding-bottom: 3px;
    margin-bottom: 4px;    
    margin-top: 0;
}
#content #column3 ul.links-list li {
    margin-right:.1em;
}
.document-list .document {
    clear: left;
    margin-bottom: 14px;
}
.document-list .document .document-header {
    float: left;
    width: 170px;
    margin-right: 14px;
    background-image: url(/images/ico_document.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
}
.document-list .document .document-header h3 {
    margin: 0 0 0 24px;
    padding: 0;
    font-weight: normal;
}
.document-list .document .document-header h3 a {
    color: #76777a;
}
.document-list .document .document-header .document-type {
    margin: 0 0 0 24px;
}
.document-list .document .document-description {
    float: left;
    width: 222px;
}
.sessions table {
    width: 100%;
    background-image: url(/images/bg_sessions-cover.gif);
    background-position: -1px 20px;
    background-repeat: no-repeat;
    border-collapse: collapse;
    color: #282425;
}
.sessions .table {
    margin: 0 0 14px -14px;
    background-image: url(/images/bg_1px-border-horizontal.gif);
    background-repeat: repeat-x;
    background-position: 14px 20px;
}
.sessions td,
.sessions th {
    padding: 3px 14px;
    text-align: left;
}
.sessions .location {
    font-weight: bold;
}
.sessions th {
    color: #739600;
    padding-bottom: 9px;
}
.sessions tr.even td {
    background-color: #ffffff;
}
#content #column2 .sessions h3 {
    border-bottom: 1px dotted #739600;
    padding-bottom: 3px;
    margin-bottom: 4px;
}
#content #column2 .course-details span,
#content #column2 .event-details span {
    font-size: 10px;
    color: #282425;
    padding: 0 12px 0 5px;
    background-image: url(/images/ico_arrow2.gif);
    background-position: 100% 0.4em;    
    background-repeat: no-repeat;
    display: block;
    float: left;
}
#content #column2 .course-details span.cost {
    background-image: none;
    font-weight: bold;
}
#content #column2 .course-details span.length,
#content #column2 .event-details span.date { 
    background-image: none;
}
#content #column2 .course-details span.level,
#content #column2 .event-details span.type {
    padding-left: 0;
}
.required {
    color: #c25d56;
}

#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    }
#lightboxDetails{
    font-size: 0.8em;
    padding-top: 0.4em;
    }    
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
#overlay{ background-image: url(/images/overlay.png); }
* html #overlay{
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
    }
.Text {
	color: #000;
}
.Text {
	color: #000;
}
.sub_header {
	color: #709302;
}
.text {
	color: #000;
}
.text {
	color: #000;
}
.Head_Title {
	color: #000;
}
.Head_Title {
	color: #000;
}
.Podcast_title {
	color: #709302;
}
.Podcast_notes {
	color: #000;
}
.Poscast_title {
	color: #709302;
}
.Poscast_notes {
	color: #000;
}
.Poscast_title {
	color: #709302;
}
.Poscast_note {
	color: #000;
}
text {
	color: #000;
}
.Video_title {
	color: #709302;
}

