body, h1, h2, h3, li, p, ul { font-size: 11px; line-height: 17px; margin: 0; padding: 0; }

a:link {
	color: #CC6600;
	text-decoration:none;
}
a:visited {
/* gray 
	color:#666666;
*/
/* orange */
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600; text-decoration: none;
}

.p {
 font-size: 11px; 
 line-height: 17px; 
 margin: 0; 
 padding: 0; 
}

.myclass {
 border-color: #000000;
 border-width: 1px;
}

body {
	background:  url(images/deepyellow.gif);
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 22px;
	line-height: 26px;
	color: #333333;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 4px;
}
h2 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 4px;
	color: #666666;
}
.h2 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 4px;
	color: #666666;
}

h3 {
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 4px;
	color: #666666;
}

.footer {
	font-style: italic;
	font-size: 10px;
	font-weight: normal;
}

.white {
	color: #FFFFFF;
	padding-right: 8px;
	font-weight: normal;
}

.textSmall {
	font-size: 10px;
	line-height: 12px;
	color: #333333;
}
.textSmallIndent {
  font-size: 10px;
  line-height: 12px;
  color: #333333;
  padding-left: 24px;
}

.smallHeading {
 font-size: 10px;
 text-decoration: underline;
 line-height: 12px;
 color: #333333;
 font-weight: bold;
}

.textSmallBold {
 font-size: 10px;
 text-decoration: underline;
 line-height: 12px;
 color: #333333;
 font-weight: bold;
}

.textMedium {
 font-size: 12px;
}

#submissionFormMaintext {
 width: 470px;
 padding-bottom: 4px;
 padding-left: 10px;
 text-align: left;
 overflow: visible;
 float: left;
}

.rightgray {
 left: -100px;
}

#maintext {
	width: 470px;
	padding-bottom: 4px;
	padding-left: 70px;
	padding-right: 0px;
	text-align: left;
	overflow: visible;
}
#login {
	width: 176px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 0px;
	text-align: left;
	overflow: visible;
	background-image: url(images/lightyellow.gif);
	background-repeat: repeat;
	padding-top: 6px;
	left: 560px;
	top: 200px;
}

#sidebar {
	color: #666666 ;
	width: 180px;
	padding-top: 2px;
	padding-bottom: 4px;
}
#sidemenu {
	width: 180px;
	padding-bottom: 2px;
	text-align: left;
	overflow: visible;
	padding-top: 6px;
	left: 520px;
	top: 300px;
	display: block;
	margin-top: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}

#sidemenu ul {
      list-style: url(images/bullet.gif) none inside; margin:0; padding:0;
}
#sidemenu li {
      border-bottom: 1px dotted #cccccc
}

#assets {
	color: #666666;
	width: 130px;
	display: block;
	padding: 2px;
	float: left;
	height: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	margin-right: 12px;
	visibility: inherit;
	clear: both;
	background-color: #FFFFFF;
}
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#navigation ul {
	background-color:#231F20;
	font-weight: bold;
	list-style: none;
	padding-bottom: 13px; 
	padding-top: 13px;
	text-transform: lowercase;
	width: 675px;
	margin-top: 0px; 
	margin-left: 0px;
}
#navigation li {
	display: inline;
	padding-left: 4px;
	padding-right: 4px;
}
#navigation li a:link, #navigation li a:visited  {
	padding: 0px 1px 1px 1px;
	background-color: #231f20;
	color: #cccccc;
	text-decoration: none;
	border: none;
}
#navigation li a:hover {
	background-color: #231f20;
	color: #FFCC00;
}
.highlight {
	background-color: #FFDC70;
}

.searchbox {
	background-color: #FFFFFF;
	height: 18px;
	width: 160px;
	border-top: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	font-size: 10px;
	padding: 0px;
}

.searchbox2 {
	background-color: #FFFFFF;
	height: 18px;
	width: 140px;
	border-top: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	font-size: 10px;
	padding: 1px;
	line-height: 18px;
	margin: 0px;
}
.textArea {
 background-color: #FFFFFF;
 height: 200px;
 width: 400px;
 border-top: 1px solid #FF9900;
 border-right: 1px solid #FF9900;
 border-bottom: 1px solid #FFCC00;
 border-left: 1px solid #FFCC00;
 font-size: 12px;
 padding: 0px;
}

.checkBox {
 background-color: #000000;
 height: 12px;
 width: 12px;
        border-top: 1px solid #FF9900;
        border-right: 1px solid #FF9900;
        border-bottom: 1px solid #FFCC00;
        border-left: 1px solid #FFCC00;
}

.dotlink {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	font-weight: bold;
}
.dotlink a:link, .dotlink a:visited {
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	font-weight: bold;
	color: #CC6600;
}
.dotlink a:hover, .dotlink: a:active {
	color: #FF9900;
	text-decoration:none;
}

.button {
	background-color: #FFCC33;
	width: 100px;
	border-top: 2px solid #FF9900;
	border-right: 2px solid #FF9900;
	border-bottom: 2px solid #FF9900;
	border-left: 2px solid #FF9900;
	font-size: 10px;
	padding: 2px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	margin: 8px 0px 8px 2px;
	font-weight: bold;
}
ul {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	margin-left: 24px;
	margin-top: 6px;
}

ul ul {
	list-style-position: outside;
	margin-left: 24px;
	margin-top: 6px;
	line-height: 10px;
	list-style-type: circle;
}

.textSmall2 {
	font-size: 10px;
	line-height: 11px;
	color: #999999;
	letter-spacing: 0em;
}
.ulrules {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #FFCC33;
}
li {
	padding-bottom: 4px;
}
hr {
	width: 98%;
	border: none;
	background-color: #FFCC33;
	color: #FFCC33;
	height: 1px;
}

.sidetext {
	font-size: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF9900;
	
}
#assets_right {
	color: #666666;
	width: 140px;
	display: block;
	padding: 2px 0px 2px 4px;
	float: right;
	height: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
	visibility: inherit;
	clear: both;
	margin-left: 24px;
	background-color: #FFFFFF;
}
.submissionsHeader
{
 background-color: #666666;
 font-size: 10px;
 font-weight: normal;
 padding-right: 5px;
 padding-left: 5px;
 padding-top: 3px;
 padding-bottom: 3px;
 color: #FFFFFF;
 border-top-color: #FFFFFF;
 border-bottom-color: #FFFFFF;
 border-left-color: #FFFFFF;
 border-right-color: #FFFFFF;
}

.submissionsColumn
{
 color: #CC6600;
 padding-left: 5px;
 padding-right: 5px;
 font-size: 10px;
 line-height: 14px;
 font-weight: normal;
}
.submissionsColumn a:link { color: #CC6600; }
.submissionsColumn a:hover { color: #FF6600; }

.submissionsTitleColumn {
 background:  url(/images/deepyellow.gif);
 font-weight: bold;
 font-size: 10px;
 padding-left: 5px;
 padding-right: 5px;
 text-align: left;
 width: 305px;
}
.submissionsTitleColumn a:link { color: #CC6600; }
.submissionsTitleColumn a:hover { color: #FF6600; }

.submissionsPlatformsColumn {
 background:  url(/images/deepyellow.gif);
 font-size: 10px;
 font-weight: bold;
 padding-left: 5px;
 padding-right: 5px;
 text-align: center;
 width: 175px;
}
.submissionsPlatformsColumn a:link { color: #CC6600; }
.submissionsPlatformsColumn a:hover { color: #FF6600; }
.submissionsRow a:link, .submissionsRow a:visited { color: #CC6600; }
.submissionsRow a:hover { color: #FF6600; }

.error {
 color: #FF6600;
 font-weight: bold;
 text-align: center;
}

.newSubmissionButton {
 font-size: 10px;
 width: 125px;
 font-weight: bold;
 text-align: center;
 display: block;
 color: blue;
 background-color: #FFF3BC;
 border-top-width: 1px;
 border-top-style: dotted;
 border-top-color: #FF9900;
 padding: 5px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #FF9900;
 filter: Alpha(Opacity=60);
}

.newSubmissionButton a:link, .newSubmissionsButton a:visited {
 color: #CC6600;
 font-weight: bold;
}
.newSubmissionButton a:hover {
 color: #FFFFFF;
 font-weight: bold;
}

h4 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 4px;
	padding: 0px;
}
.indentmore {
	padding-left: 60px;
}

.results /* table for Game Search results... */
{
  width: 100%;
  border-style: none;
}

.resultHeaders TH {
 background-color: #333333;
 font-size: 10px;

 padding-right: 5px;
 padding-left: 5px;
 padding-top: 3px;
 padding-bottom: 3px;

 text-align: left;
 color: #FFFFFF;
 font-weight: bold;
 border-color: #FFFFFF;
}

.evenSearchResultRow {
  font-size: 10px;
  background-color: #FFDD44;
  color: #000000;
  text-align: left;
 padding-right: 5px;
 padding-left: 5px;
 padding-top: 3px;
 padding-bottom: 3px;
border-width: 0px;
}

.oddSearchResultRow {
  font-size: 10px;
  color: #000000;
  background-color: #FFCC00;
  text-align: left;

 padding-right: 5px;
 padding-left: 5px;
 padding-top: 3px;
 padding-bottom: 3px;
}

.instructions {
	 font-size: 12px;
	  font-style: normal;
  }




.hidden {
  display: none;
}




#side1 {
  width: 172px;
  text-align: left;
  overflow: visible;
  left: 520px;
  top: 300px;
  display: block;
  background-color: #FFF3BC;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #FF9900;
  padding: 4px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FF9900;
  filter: Alpha(Opacity=60);
}

#side2 {
  width: 172px;
  text-align: left;
  overflow: visible;
  left: 520px;
  top: 300px;
  display: block; 
  background-color: #FFEB9E;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #FF9900;
  padding: 4px;
}

#side3 {
  width: 172px;
  text-align: left;
  overflow: visible;
  left: 520px;
  top: 300px;
  display: block;
  background-color: #FFEB9E;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #FF9900;
  padding: 4px;
}       

#side4 { 
  width: 172px;
  text-align: left;
  overflow: visible;
  left: 520px;
  top: 300px;
  display: block;
  background-color: #FFEB9E;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #FF9900;
  padding: 4px;
} 

.indent {
  padding-left: 24px;
}

TABLE /* JSF panelGrids are currently implemented as tables... */
{
/* padding: 0px; */
/* border-style: none; */
/* border-spacing: 0px; */
/* border-width: 0px; */
 /* border-collapse: collapse; */
}

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.centerVertical { vertical-align: center; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.bold { font-weight: bold; }
.hidden { display: none; }

.error {
 color: red;
 font-weight: bold;
 font-size: 10px;
}

.searchHeading {
 text-align: center;
 background-color: LightSteelBlue;
}

.searchQueryFooter { background-color: LightGrey; }

.criteriaDivider
{/*border-collapse: none; ?*??*/
 border-bottom: thin solid Black;
}

.listItemSelected
{color: White; /*#FFFFFF; /* white */
 background-color: RoyalBlue; /*#3366CC; /* Royal Blue */
}

.listItemNotSelected
{color: Black; /*#000000; /* black */
 background-color: White; /*#FFFFFF; /* white */
}

.listGroupLabel
{font-style: italic;
}

.criteriaLabel /*for Game Search results... */
{text-align: left; /* was right... */
 font-weight: bold;
 font-size: 12px;
}

.criteria
{font-size: 12px;
}

.criteriaQualifier
{font-size: 10px;
 font-weight: bold;
 font-style: italic;
}

.criteriaQualifierNotSelected
{font-size: 10px;
}

.monoSpacedFont
{font-style: Courier New, Lucida Console;
}

.resultGrid /* for Game Search results... */
{
}

.resultGrid TD {
  border-style: none;
  padding: 7px;
  text-align: left;
}

.menu
{text-align: center;
}

.details
{height: 80px;
}

.section {
 background-color: #EEEEEE;
 border: thin solid #666666;
 padding: 5px;
 border-width: 2px;
 vertical-align: top;
}

.sectionLink {
 font-size: 10px;
 font-weight: bold;
 width: 150px;
}

.sectionHeader {
 font-size: 12px;
 font-weight: bold;
}

.outerGroup {
}

.group {
 /**background-image: url(/images/lightyellow.gif);**/
/** border: thin solid #CC6600;
 padding: 5px;
 border-width: 2px; **/
 vertical-align: top;
}

.smallGroupHeader {
 height: 16px;
 border-top: 2px solid #CC6600;
 border-right: 2px solid #CC6600;
 border-bottom: 2px solid #CC6600;
 border-left: 2px solid #CC6600;
 padding: 2px;

 background:  url(/images/deepyellow.gif);
 font-weight: bold;
 font-size: 10px;
 text-align: left; 
}

.submissionTitle {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.submissionTitleSearchbox {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  background-color: #FFFFFF;
  height: 20px;
  width: 180px;
  border-top: 1px solid #FF9900;
  border-right: 1px solid #FF9900;
  border-bottom: 1px solid #FFCC00;
  border-left: 1px solid #FFCC00;
  padding: 0px;
  vertical-align: center;
}

.submissionHeader {
 text-align: left;
}

.disabled
/*
   disabled document elements are not automatically grayed by IE 6!
   so script toggles the class of an element,
   alternating between the classNames of "disabled" and "" (zero length string)
*/
{background-color: LightGrey;
}

.disabledSearchbox2 {
 background-color: LightGrey;
 height: 16px;
 width: 100px;
 border-top: 1px solid #FF9900;
 border-right: 1px solid #FF9900;
 border-bottom: 1px solid #FFCC00;
 border-left: 1px solid #FFCC00;
 font-size: 10px;
 padding: 0px;
}

.disabledFont
{color: Gray;
 font-style: italic;
}

.login
{/* To Be Enhanced... */
 border: 5px ridge Gray;
 padding: 3px;
 border-spacing: 2px;
 border-collapse: separate;
 text-align: left;
}

/* .submissions */
/* { To Be Enhanced... 
 padding: 3px;
 border: thin outset Black;
 border-collapse: separate;
 text-align: center;
}*/

.submissionRow
{/* To Be Enhanced... */
 padding: 3px;
 border: thin outset Black;
 border-collapse: separate;
 text-align: center;
}

.submissionRow:hover
{background-color: LightSteelBlue;
}

.submissionButton {
 background-color: #FFCC33;
 width: 100px;
 border-top: 2px solid #FF9900;
 border-right: 2px solid #FF9900;
 border-bottom: 2px solid #FF9900;
 border-left: 2px solid #FF9900;
 font-size: 10px;
 color: #666666;
 letter-spacing: 1px;
 text-align: center;
 vertical-align: middle;
 margin: 0px 0px 8px 0px;
 font-weight: bold;
}

.submissionLink
{
 font-weight: bold;
 font-size: 80%;
}

.confirmButton
{width: 175px; /* Confirm Submission, Resume Editing */
 /* How do we wrap lines in JSF? \r, \n doesn't do it; you can't nest an outputText inside a CommandLink; ??!! */
 /* word-wrap: break-word; */
}

.shortcutLink
{text-align: left;
 width: 100px;
 whitespace: nowrap;
}

.confirmPriority /* same attributes as a group, but a width is specified too... */
{border: thin outset Black;
 padding: 5px;
 border-spacing: 5px;
 margin: 10px;
 vertical-align: top;
 width: 200px;
}

.contactTabs {
 font-weight: bold;
 font-size: 8px;
 text-align: left;
 color: #000000;
}

.contactTab {
 height: 16px;
 border-top: 2px dotted #CC6600;
 border-right: 2px dotted #CC6600;
 border-bottom: 2px dotted #CC6600;
 border-left: 2px dotted #CC6600;
 padding: 0px;
 background:  url(/images/deepyellow.gif);
 font-weight: bold;
 font-size: 9px;
 font-size: 95%;
}

.contactTabSelected {
 height: 16px;
 border-top: 2px solid #CC6600;
 border-right: 2px solid #CC6600;
 border-bottom: 2px solid #CC6600;
 border-left: 2px solid #CC6600;
 padding: 0px;
 background:  url(/images/deepyellow.gif);
 font-weight: bold;
 font-size: 9px;
 font-size: 95%;
}

.contactItem {
 color: #333333;
 font-size: 11px;
}


.platformInputBox {
	background-color: #FFFFFF;
	height: 16px;
	width: 100px;
	border-top: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	font-size: 10px;
	padding: 0px;
}

.disabledPlatformInputBox {
 background-color: LightGrey;
 height: 16px;
 width: 100px;
 border-top: 1px solid #FF9900;
 border-right: 1px solid #FF9900;
 border-bottom: 1px solid #FFCC00;
 border-left: 1px solid #FFCC00;
 font-size: 10px;
 padding: 0px;
}

.contactInputBox {
	background-color: #FFFFFF;
	height: 16px;
	width: 140px;
	border-top: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	font-size: 10px;
	padding: 0px;
        vertical-align: top;
}

.contactInputBoxMiddleInitial {
 background-color: #FFFFFF;
 height: 16px;
 width: 20px;
 border-top: 1px solid #FF9900;
 border-right: 1px solid #FF9900;
 border-bottom: 1px solid #FFCC00;
 border-left: 1px solid #FFCC00;
 font-size: 10px;
 padding: 0px;
 vertical-align: top;
}

.instructions {
 font-size: 12px;
 font-style: normal;
}

.requiredIndicator {
 color: #000000;
 font-weight: bold;
 text-align: left;
 font-size: 9px;
}

.footnote {
 font-weight: bold;
 font-size: 11px;
 line-height: 10px;
}

.tip
{
 background-color: LightYellow;
 font-weight: bold;
 font-style: italic;
 font-size: 75%;
 text-indent: 5px;
 vertical-align: top; /* text-top? super? */
}

.hiddenTip
{position: absolute;
 display: none;
}

.overlay
{position: absolute;
 display: inline;

 background-color: LightYellow;
 font-weight: bold;
 font-style: italic;
 font-size: 15px;
 text-indent: 5px;
 vertical-align: top; /* text-top? super? */
}

.footnoteNotItalics
{
 font-weight: bold;
 font-size: 75%;
 text-indent: 5px;
 vertical-align: top; /* text-top? super? */
}

.superscript
{vertical-align: super;
}

.subscript
{vertical-align: sub;
}

.platformHeaders {
 background-color: #666666;
 font-size: 10px;
 font-weight: normal;
 padding-right: 5px;
 padding-left: 5px;
 padding-top: 3px;
 padding-bottom: 3px;
 color: #FFFFFF;
 border-top-color: #FFFFFF;
 border-bottom-color: #FFFFFF;
 border-left-color: #FFFFFF;
 border-right-color: #FFFFFF;
}

.platform
{border: thin solid Black;
}

.platformFeature
{border: thin solid Black;
 text-align: center;
}

.contentTabs { /* same attributes as a group, but a width is specified too... */

/* height: 16px;
 border-top: 2px solid #CC6600;
 border-right: 2px solid #CC6600;
 border-bottom: 2px solid #CC6600;
 border-left: 2px solid #CC6600;
 padding: 5px;
 background:  url(/images/deepyellow.gif); */
 font-weight: bold;
 font-size: 10px;
 text-align: left;
}

.contentTab {
 height: 16px;
 border-top: 2px dotted #CC6600;
 border-right: 2px dotted #CC6600;
 border-bottom: 2px dotted #CC6600;
 border-left: 2px dotted #CC6600;
 padding: 5px;
 background:  url(/images/deepyellow.gif);
 font-weight: bold;
 font-size: 10px;
 text-align: left;
 font-size: 95%;
}

.contentTabSelected {
 height: 16px;
 border-top: 2px solid #CC6600;
 border-right: 2px solid #CC6600;
 border-bottom: 2px solid #CC6600;
 border-left: 2px solid #CC6600;
 padding: 5px;
 background:  url(/images/deepyellow.gif);
 font-weight: bold;
 font-size: 10px;
 text-align: left;
 font-size: 95%;
}

.contentQuestion {
 font-weight: bold;
 color: #000000;
 line-height: 12px;
 font-size: 12px;
}

.contentQuestionAnswer {
 font-weight: bold;
 color: #000000;
 line-height: 12px;
 font-size: 10px;
}

.contentTextQuestion {
 font-weight: normal;
 font-size: 10px;
}

.button {
 background-color: #FFCC33;
/*  	width: 100px; */
 border-top: 2px solid #FF9900;
 border-right: 2px solid #FF9900;
 border-bottom: 2px solid #FF9900;
 border-left: 2px solid #FF9900;
 font-size: 10px;
 padding: 2px;
 color: #666666;
 letter-spacing: 1px;
 text-align: center;
 vertical-align: middle;
  margin: 8px 0px 8px 2px;
  font-weight: bold;
}

.submissionNavigationRow {
 font-size: 12px; 
 font-weight: bold;
 text-align: left;
 background-color: #FFF3BC;
 border-top-width: 1px;
 border-top-style: dotted;
 border-top-color: #FF9900;
 padding: 5px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #FF9900;
 filter: Alpha(Opacity=60); 
 white-space: nowrap;
}

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

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

