﻿/****************************************************************
					main
****************************************************************/
html
{
    overflow-y: scroll;
    overflow-x: auto;
    min-height: 100%;
    margin-bottom: 1px;
}
body
{
    background-color: #ddd;
    color: #666;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , "Helvetica" , Arial, Sans-Serif;
    font-size: 80%;
    margin: 0;
    padding: 0;
    min-height: 100%;
}
.Heading
{
    font-family: "Helvetica" , Arial, Verdana, sans-serif;
    color: #fff;
    background-color: #424242;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 7px;
    padding-left: 2em;
    white-space: nowrap;
}
h1.Heading1
{
    font-size: 14pt;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
div.IndentedContent
{
    text-align: left;
    padding-top: 1em;
    padding-left: 74px;
    padding-right: 1em;
}
.SimpleInstructions
{
    font-size: 1.1em;
    line-height: 1.4em;
    color: #DF420F;
}
table.MasterBackground
{
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}
table.MasterBackground tr td.Left
{
    background-image: url(BGcircles-Left.png);
    background-repeat: repeat-y;
    background-position: right;
    width: 59px;
}
table.MasterBackground tr td.Middle
{
    padding: 0;
}
table.MasterBackground tr td.Right
{
    background-image: url(BGcircles-Right.png);
    background-repeat: repeat-y;
    background-position: left;
    width: 59px;
}
a, a:visited, a:link
{
    color: #006;
    text-decoration: none;
    border-bottom: dotted 1px;
}
a:hover
{
    color: #009;
    text-decoration: none;
    border-bottom: solid 1px;
}
br.wee
{
    font-size: 4pt;
}
textarea
{
}
/****************************************************************
					inputs
****************************************************************/
input.regular
{
    font-size: 10pt;
    border: solid 1px #A3A3A3;
    background-color: #7E7E7E;
    background-image: url(input-regular-Background.png);
    background-repeat: repeat-x;
    background-position: center;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
}
input.regular.whitetop
{
    border-top-color: #fff;
}
input.regular:hover
{
    background-image: url(input-regular-Background-Hover.png);
    border: solid 1px #2299ef;
    color: #fff;
}
input.regular[disabled=disabled], input.regulardisabled
{
    font-size: 10pt;
    color: #aaa;
    cursor: text;
    background-image: url(input-regular-Background-Disabled.png);
    border: solid 1px #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
}
input.regular[disabled=disabled]:hover, input.regulardisabled:hover
{
    background-image: url(input-regular-Background-Disabled.png);
}
/****************************************************************
					master table
****************************************************************/

table.Master
{
    margin: 0;
    table-layout: fixed;
    width: 900px;
    background-color: #fff;
    text-align: left;
    border: none;
    border-collapse: collapse;
}
table.Master tr td.Logo
{
    border: none;
    background-image: url(topbar-shallow.png);
    height: 76px;
    background-repeat: no-repeat;
    background-position: top left;
    vertical-align: top;
}
table.Master tr td.LogoHome
{
    background-color: #F7D533;
    background-image: url(topbar.png);
    height: 253px;
    background-repeat: no-repeat;
    background-position: top left;
    vertical-align: top;
}
img.LogoTransparentImageMap
{
    clear: both;
    float: right;
    margin-top: 15px;
    margin-right: 23px;
    border: none;
}
table.Master tr td.Body
{
    vertical-align: top;
    padding-top: 2em;
    padding-right: 1em;
    padding-bottom: 3em;
}
table.Master tr td.BodyDefault
{
    padding-top: 0;
    background-color: #F7D533;
    background-image: url(Default-Background-Gradient.png);
    background-repeat: repeat-x;
    background-position: top left;
}

table.Master tr td.Footer
{
    text-align: center;
    margin-top: 0.2em;
    margin-bottom: 1em;
    background-color: #bbd6d6;
}
table.Master tr td.Footer a, table.Master tr td.Footer a:link, table.Master tr td.Footer a:visited, table.Master tr td.Footer a:active
{
    text-decoration: none;
    border: 0;
    color: #6da7a7;
}
table.Master tr td.Footer a:hover
{
    text-decoration: underline;
    border: 0;
}
.Master-lblFooter
{
    font-size: 80%;
    color: #6da7a7;
}

/****************************************************************
					Standard table
****************************************************************/

table.Standard
{
    border-collapse: collapse;
}

table.Standard tr.row1
{
    background-color: #f5f5f5;
}
table.Standard tr.row0
{
    background-color: #e5e5e5;
}
table.Standard tr td
{
    border: 0.6pt solid #ddd;
    border-left: none;
    border-right: none;
    line-height: 1.6em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
table.Standard tr td.blank
{
    border: none;
}
table.Standard tr td.rightAlign
{
    text-align: right;
}
table.Standard tr td.center
{
    text-align: center;
}
table.Standard tr th
{
    background-color: #fff;
    border: none;
    font-weight: bold;
    font-size: 110%;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
table.Standard tr th.Emphasised
{
    color: #424242;
    background-color: #F1CD27;
    font-family: "Helvetica" , Arial, Verdana, sans-serif;
    font-size: 1.40em;
    font-weight: bold;
    letter-spacing: -1px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 7px;
    padding-left: 7px;
}
table.Standard tr th.rightAlign
{
    text-align: right;
}
table.Standard tr.moving td
{
    border: 0.6pt solid #fff;
}
table.Standard tr td a
{
    color: #33f;
}
table.Standard tr td a:hover
{
    color: #0c3;
}


/****************************************************************
					Login
****************************************************************/
table.Login
{
}
table.Login span
{
}
span.LoginStatus
{
    color: #006acc;
}

span.Login-lblLogoSubTitle
{
    font-weight: bold;
    color: #669;
}

table.Login span.secure
{
    font-size: 9pt;
}
td.Login-tdBrowsers
{
    padding-top: 25pt;
    text-align: right;
    border: 0px solid green;
}
.Login-lblBrowsers
{
    font-size: 8pt;
    width: 33em;
    color: #333;
}

/****************************************************************
					Default
****************************************************************/

h1.Default-Heading1
{
    margin: 0;
    margin-top: 0px;
    margin-left: 73px;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 44px;
    font-weight: normal;
    font-family: Arial;
    letter-spacing: -1px;
}

div.Default-Heading5
{
    margin-top: -3px;
    margin-left: 100px;
    font-family: "Helvetica" , Arial, Verdana, sans-serif;
    color: #424242;
    font-size: 1.60em;
    font-weight: normal;
    letter-spacing: -0.4px;
}
div.Default-ButtonBoxOuter
{
    text-align: left;
    margin-top: 24px;
    margin-left: 102px;
    padding: 12px;
    width: 485px;
    background-color: #fff;
    border: solid 1px #3cceec;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
div.Default-ButtonBoxInstructions
{
    color: #287fc7;
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.6em;
    margin-bottom: 13px;
    margin-left: 11px;
    margin-top: 5px;
}
div.Default-ButtonBoxInner
{
    background-color: #fefba6;
    padding: 12px;
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    height: 4em;
    color: #424242;
}
div.Default-ButtonBoxInner1
{
    background-color: #f3f0b0;
}
div.Default-ButtonBoxInner2
{
    background-color: #d1f0f3;
}
div.Default-LabelFloat
{
    float: left;
    margin-top: 3px;
    width: 265px;
}
div.Default-ButtonFloatBox
{
    float: right;
    margin-top: 6px;
}
input.Default-JuicyButton
{
    background: transparent url(start-button.gif) no-repeat scroll left top;
    width: 103px;
    height: 44px;
    border: none;
}
input.Default-JuicyButton:hover
{
    background: transparent url(start-button.gif) no-repeat scroll 0 -44px;
    width: 103px;
    height: 44px;
    border: none;
}
input.Browse-JuicyButton
{
    background: transparent url(browse-subjects-button.gif) no-repeat scroll left top;
    width: 103px;
    height: 44px;
    border: none;
}
input.Browse-JuicyButton:hover
{
    background: transparent url(browse-subjects-button.gif) no-repeat scroll 0 -44px;
    width: 103px;
    height: 44px;
    border: none;
}
/*
div.Default-JuicyButton
{
	background: transparent url(start-button.gif) no-repeat scroll 0 -44px;
	margin: 0 0 0 0;
	width: 103px;
	height: 44px;
}
a.Default-JuicyButton
{
	background: transparent url(start-button.gif) no-repeat scroll left top;
	border-bottom: medium none;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 100%;
}
a.Default-JuicyButton:hover
{
	background: transparent none repeat scroll 0 0;
	border-bottom: medium none;
}
a.Default-JuicyButton-Browse
{
	background-image: url(browse-subjects-button.gif);
}
div.Default-JuicyButton-Browse
{
	background-image: url(browse-subjects-button.gif);
}
*/
.Default-BottomSpace
{
    height: 1em;
}

.Default-lblDisclaimerHeading
{
    font-weight: bold;
    font-size: 100%;
}
.Default-lblDisclaimerText
{
    font-size: 80%;
    color: #666;
}

/****************************************************************
					Criteria
****************************************************************/
.Criteria-Heading
{
}
.Criteria-Status
{
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: bold;
}
.Criteria-StatusBad
{
    color: #db3f0f;
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.6em;
}
.Criteria-StatusGood
{
    color: #db3f0f;
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.6em;
}
table.Criteria-TableOfColumns
{
    margin-left: -48px;
    border-collapse: collapse;
}
td.Criteria-Group-Heading
{
    font-family: "Helvetica" , Arial, Verdana, sans-serif;
    color: #424242;
    background-color: #F1CD27;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: -0.6px;
    padding: 8px;
    padding-left: 18px;
    vertical-align: bottom;
}
div.Criteria-Or
{
    padding-left: 2.5em;
}

div.Criteria-Team-0
{
}
div.Criteria-Team-1
{
}
div.Criteria-Team
{
    padding-left: 37px;
    text-indent: -37px;
    line-height: 1.4em;
    margin-bottom: 7pt;
}
div.Criteria-Team label
{
    margin-left: 7px;
    vertical-align: middle;
}
div.Criteria-Team input
{
    margin-left: 12px;
    vertical-align: middle;
    width: 15px;
}
td.Criteria-Group
{
    margin-bottom: 25px;
    background-color: #f4f4f4;
    border-bottom: solid 2px #c7c7c7;
    line-height: 1.8em;
    width: 32%;
    vertical-align: top;
}
td.Criteria-ColumnSpacer
{
    width: 2%;
}
div.Criteria-Group-ListPanel
{
    margin-top: 12px;
    margin-bottom: 18px;
    margin-left: 0px;
    margin-right: 14px;
}
.lblInstructions
{
    color: #424242;
    font-size: 1.2em;
    line-height: 1.6em;
}
.Criteria-BottomSpace
{
    height: 0em;
}
/****************************************************************
					Decisions
****************************************************************/
.Decisions-DecisionButtonBox
{
    text-align: center;
}
.Decisions-DecisionButton
{
    width: 85%;
}
div.Decisions-Finished
{
    font-size: 1.1em;
    line-height: 1.2em;
    color: #000;
}
.Decisions-Question
{
}
.Decisions-Alternative
{
    border: 1px solid #c7c8cb;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}
div.Decisions-CriterionCategory
{
    margin-bottom: 2em;
}
.Decisions-Criterion
{
    font-size: 100%;
    font-weight: normal;
    color: #000;
}

.Decisions-Category
{
    font-size: 125%;
    color: #DD4118;
    font-weight: bold;
}
.Decisions-AllElseTheSame
{
    font-size: 90%;
    color: #666;
}
div.Decisions-AllElseTheSameDiv
{
    padding-top: 0.5em;
    padding-left: 46px;
}
div.Decisions-Dilemma
{
    margin-top: 0.1em;
    margin-left: 1em;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    background-color: #D8F2F8;
}
td.Decisions-TD-Or2
{
    padding-top: 15px;
    text-align: center;
}
td.Decisions-TD-Equal
{
    padding-top: 15px;
    text-align: center;
}
td.Decisions-TD-Undo
{
    padding-top: 15px;
    text-align: center;
}
.Decisions-BottomSpace
{
    height: 3em;
}
.Decisions-Or
{
    font-family: "Helvetica" , Arial, Verdana, sans-serif;
    color: #DB3E11;
    font-size: 1.50em;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 0.21em;
    padding-right: 0.25em;
}
/****************************************************************
					Alternatives
****************************************************************/
.Alternatives-Heading
{
}
.Alternatives-Notes
{
    font-size: 1.1em;
    line-height: 1.2em;
    color: #000;
}
.Alternatives-BottomSpace
{
    height: 0em;
}
table.Alternatives-tblAlternatives tr td.Alternatives-TD-Name
{
    text-align: left;
    width: 44%;
}
table.Alternatives-tblAlternatives tr td.Alternatives-TD-Name div.Alternative a
{
    margin-left: 3px;
}
table.Alternatives-tblAlternatives tr td.Alternatives-TD-Name div.Alternative
{
    line-height: 1em;
    margin-bottom: 0.5em;
}
table.Alternatives-tblAlternatives tr td.Alternatives-TD-Name div.Alternative input
{
    vertical-align: middle;
}
table.Alternatives-tblAlternatives tr td.Alternatives-TD-Rank
{
    line-height: 1.2em;
    text-align: center;
    font-size: 130%;
    color: #DA3C0F;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    width: 12%;
}
table.Alternatives-tblAlternatives tr td.Alternatives-TD-LeadChar
{
    line-height: 1.2em;
    text-align: center;
    font-size: 130%;
    color: #DF420F;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
}
input.Alternatives-Button
{
    width: 199px;
}
table.Alternatives-tblAlternatives
{
    text-align: left;
}

table.Alternatives-tblAlternatives tr td
{
    border: none;
}
table.Alternatives-tblAlternatives tr th
{
    font-weight: normal;
}
table.Alternatives-tblAlternatives
{
}
table.Alternatives-tblAlternatives tr td
{
    vertical-align: top;
    padding-top: 12pt;
    padding-bottom: 5pt;
}
table.Alternatives-tblAlternatives tr td div.Alternative
{
    margin-left: 17px;
    text-indent: -23px;
    padding-bottom: 4px;
}
div.Alternatives-SideBar
{
    float: right;
    text-align: left;
    margin-left: 1em;
    line-height: 2em;
}
td.Alternatives-TD-BuySell
{
    white-space: nowrap;
}
table.Alternatives-tblAlternatives tr td a, table.Alternatives-tblAlternatives tr td a:link, table.Alternatives-tblAlternatives tr td a:visited
{
    color: #000;
}
table.Alternatives-tblAlternatives tr td a:hover
{
    color: #006EAB;
}
a.buysell, a.buysell:visited, a.buysell:link
{
}
div.Alternatives-LearnMore
{
    text-align: left;
    background-color: #E0F7F9;
    width: 199px;
}
div.Alternatives-LearnMore-Grey
{
    border: solid 1px #2299EF;
    border-top: 0;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
div.Alternatives-ButtonArrayList
{
    margin-top: 0.6em;
    text-align: left;
    width: 199px;
}
div.Alternatives-LearnMore div
{
    padding-top: 0.5em;
    padding-bottom: 1.9em;
    padding-left: 2em;
}
div.Alternatives-LearnMore a, a:visited, a:link
{
    color: #57585C;
}
div.Alternatives-LearnMore span.LearnMoreHeading
{
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    letter-spacing: -1px;
    background-color: #909090;
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 7px;
}

/****************************************************************
					ProgressBar
****************************************************************/
div.ProgressBar-divBigBar
{
    height: 2.4em;
    vertical-align: top;
    border: solid 1px #cafbb1;
    background-color: #B9B9B9;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

div.ProgressBar-divFilled
{
    position: absolute;
    height: 2.4em;
    background-color: #00f;
    border-right: 1px solid #6a6;
    background-image: url(Progress.gif);
    background-repeat: repeat-x;
    background-position: top;
}
div.ProgressBar-divText
{
    position: absolute;
    height: 2.4em;
    text-align: center;
    line-height: 2.4em;
    font-family: "Arial Bold" , Sans-Serif;
    font-size: 110%;
}
span.ProgressBar-lblText
{
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
}
div.ProgressPie-Container
{
    width: 155px;
}
div.ProgressPie-Container div.ProgressPie-Label
{
    float: right;
    margin-top: 20px;
    width: 72px;
    text-align: left;
}
div.ProgressPie-Chart
{
    float: right;
    width: 82px;
    height: 82px;
}
img.ProgressPie-Chart
{
    width: 82px;
    height: 82px;
}
div.ProgressPieChartFloating
{
    float: right;
    width: 155px;
}
/****************************************************************
					Email
****************************************************************/
.Email-Heading
{
}
.Email-Notes
{
}

.Email-BottomSpace
{
    height: 2em;
}

/****************************************************************
					Order
****************************************************************/
.Order-Heading
{
}
.Order-BottomSpace
{
    height: 2em;
}
div.OrderFormBox
{
    background-color: #F4F4F4;
    border-bottom: solid 2px #c7c7c7;
    float: left;
    padding: 3em;
    padding-bottom: 1.5em;
    width: 500px;
}
.Order-Notes
{
}

/****************************************************************
					FlowBar
****************************************************************/

div.FlowBar
{
    margin-top: 0em;
    border-top: solid 1px #fff;
}
div.FlowBar table
{
    background-color: #2299ef;
    background-image: url(ToolbarBackground.png);
    background-repeat: repeat-x;
    background-position: left top;
    color: #fff;
    width: 100%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    height: 2.5em;
}
div.FlowBar table tr td
{
    padding-top: 0.2em;
    border: none;
    text-align: center;
    vertical-align: middle;
}
div.FlowBar table tr td.Separator
{
    padding: 0;
    width: 6px;
    font-size: 1pt;
    background-image: url(flowbar-arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
}
div.FlowBar table tr td.Separator-Current
{
    background-color: #fff;
    background-image: url(flowbar-arrow-current.png);
    background-repeat: no-repeat;
    background-position: left center;
}
div.FlowBar table tr td.Current
{
    background-color: #fff;
}
div.FlowBar button
{
    background-color: Transparent;
    color: #fff;
    border: none;
    width: 9em;
    font-family: "Helvetica" , Arial, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 125%;
}
div.FlowBar button.Current
{
    color: #2299ef;
    cursor: pointer;
    border: inherit;
}
div.FlowBar button.Enabled
{
    background-color: Transparent;
    cursor: pointer;
}
div.FlowBar button.Disabled
{
    background-color: Transparent;
    color: #aaf;
}
div.FlowBar button.Current:hover
{
    cursor: pointer;
    border: solid 1px #2299ef;
}
div.FlowBar button.Enabled:hover
{
    cursor: pointer;
    border: solid 1px #cce;
}
div.FlowBar button.Disabled:hover
{
}

div.ExtendedInfo
{
    color: #58595c;
    letter-spacing: normal;
    line-height: 1.5em;
    padding-left: 10px;
    padding-right: 5.8em;
    text-align: justify;
}
div.ExtendedInfo h1
{
    font-family: "Helvetica" , Arial, Verdana, sans-serif;
    color: #DB3E11;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.6px;
    margin-left: 0px;
}
div.ExtendedInfo hr
{
    display: none;
}

.Preferences-Notes
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.1em;
    line-height: 1.2em;
    color: #000;
}
fieldset
{
    border: none;
    padding: 0;
    margin: 0;
}
legend
{
    display: none;
}
table.HeadingWithPie
{
    width: 100%;
    border: 0;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}
table.HeadingWithPie tr td
{
    vertical-align: top;
    padding: 0;
}
table.HeadingWithPie tr td.Pie
{
    text-align: right;
}

table.Criteria-TableOfColumns tr td
{
    border-spacing: 22px;
}

/* About */
div.AboutOCLinkDiv
{
    float: right;
    width: 12em;
    height: 1.9em;
    line-height: 1.6em;
    text-align: center;
    padding-top: 0.4em;
    padding-right: 0.5em;
    font-size: 14px;
    margin-top: 18px;
    background-color: #287fc7;
    font-weight: bold;
    font-family: Arial;
}
div.AboutOCLinkDiv a, div.AboutOCLinkDiv a:hover, div.AboutOCLinkDiv a:link div.AboutOCLinkDiv a.visited
{
    color: #fff;
    border-bottom: none;
}
div.AboutOCLinkDiv:hover
{
    background-color: #2f94d1;
}
div.AboutOCBody
{
    background-color: #333;
    text-align: center;
}
div.AboutOCRectangle
{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 540px;
    text-align: left;
}
div.AboutOCHeading
{
    font-family: "Helvetica" , Arial, Verdana, sans-serif;
    color: #424242;
    background-color: #F1CD27;
    font-size: 1.9em;
    font-weight: bold;
    letter-spacing: -0.6px;
    padding: 8px;
    vertical-align: bottom;
    margin: 0;
}
div.AboutOCMain
{
    padding: 30px 30px 60px 30px;
    background-color: #fff;
}
div.AboutOCIntro
{
    color: #287fc7;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.3em;
}
div.AboutFauxTransparent
{
    background-color: #061C36;
    font-size: 1pt;
    height: 5px;
}
div.AboutOCCloseLinkDiv
{
    float: right;
    width: 4em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center;
    font-size: 24px;
    background-color: #287fc7;
    font-weight: bold;
    font-family: Arial;
}
div.AboutOCCloseLinkDiv a, div.AboutOCCloseLinkDiv a:hover, div.AboutOCCloseLinkDiv a:link div.AboutOCCloseLinkDiv a.visited
{
    color: #fff;
    border-bottom: none;
}
div.AboutOCCloseLinkDiv:hover
{
    background-color: #2f94d1;
}
select.ExtendedText-AlternativesList 
{
    font-family: Courier New;
}