﻿/*--- Copyright © 1998, 2012, Oracle and/or its affiliates.  All rights reserved. --- */
body
{
	background-color: #000000;
	color: #000000;
}

@media only screen and (orientation:landscape) 
{
    .ipad
    {
        width:135%;
    }
}

p
{
	margin: 0;
	padding: 0;
}

li.DecisionList
{
	padding-left: 16px;
	text-indent: -16px;
	list-style-type:disc;
	list-style-position: inside;
}

li.DecisionListIE10
{
	padding-left: 22px;
	text-indent: -22px;
	list-style-type:disc;
	list-style-position: inside;
}

A:link[href*="javascript:"], A:link[href*="http:"]
{
	color: #0000FF;
}
A:active[href*="javascript:"], A:active[href*="http:"]
{
	color: #0000FF;
}
A:visited[href*="javascript:"], A:visited[href*="http:"]
{
	color: #0000FF;
}
A:hover[href*="javascript:"], A:hover[href*="http:"]
{
	color: #0099FF;
}

.CurvedBoxColor
{
	background-color: rgb(102,102,102);
}
.BubbleBg
{
	background-color: #ffffcc;
}
.InstructText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.InstructTextButtonIE
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	display: inline;
	height: 25px;
}
.InstructTextButtonIE7
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	display: inline;
	height: 25px;
}
.InstructTextButtonFF
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	display: inline;
	height: 25px;
	padding-bottom: 2px;
}
.GrayBackground
{
	background: #cccccc;
}
.AMenu
{
   background-color: #f7f7e7;
}

.BubbleHyperText
{
	color: #0033cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
a:link[class="BubbleHyperText"]
{
	color: #0033cc;
}
 ;

.HomeNavHypertext
{
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.NavHypertextLight
{
	color: #ccffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.CurvedBoxText
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.CurvedBoxNav
{
	color: #ccffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.FrameText
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.TocFormControl
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.PrefTextHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.PrefTop
{
	width: 100%;
	height: 16px;
}
.PrefLeft
{
	width: 16px;
}
.PrefRight
{
	width: 16px;
}
.PrefBottom
{
	height: 16px;
}
.PrefBody
{
	margin: 0;
}
.PrefControls
{
	display: none;
}
#MarqueeLabel, #MarqueeColor
{
	margin-right: 15px;
}
.smallerText
{
	font-size: 8pt;
}
label span
{
	vertical-align: middle;
}
#note1
{
	font-weight: bold;
	margin-left: 5px;
	margin-right: 3px;
}
#FlashText a
{
	font-size: 10px;
	margin-left: 20px;
}
.Area
{
	border-bottom-color: red;
	border-left-color: red;
	border-right-color: red;
	border-top-color: red;
}

div#content p, div#content ul
{
	margin-bottom: 0px;
	margin-top: 0px;
}

#prbr
{
	font-size: 11pt;
}

a p, a div
{
	padding-bottom: 15px;
}

#knowItResults
{
	margin-bottom: 20px;
}

#scoretext
{
	padding-top: 15px;
}

#knowItResults td
{
	white-space: nowrap;
}

/* share content dialog controls */
#scmain
{
	width: 550px;
}
#scurl
{
	width: 100%;
	display: block;
}
#scclose
{
	float: right;
}
/* end share content dialog controls */

/* embedded dialog in the testit player */
#embedded_dialog
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
#embedded_dialog iframe
{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* end embedded dialog in the testit player */

