body.loginBarBody {
  padding: 0px 0px 0px 0px;
  margin: 0px; 
  text-align: right;
  color:#000000;
  background-color:#f5f5f5;
}

img {
	border:0;
}
.hide {
	display:none;
}
.show {
	display:block;
}
/*
  *******************************************************
  PARAGRAPH
  *******************************************************
 */
p {
	margin-top:0px;
	margin-bottom:12px;
}
em em {
	font-weight: bold;
}
/*
  *******************************************************
  LINKS
  *******************************************************
 */
a:link, a:active , a:visited{
  color: #333333;
  text-decoration:underline;
}

a:hover {
  color: #0000FF;
  text-decoration:underline;
}

a.loginClass:link, a.loginClass:active ,a.loginClass:visited {
  color: #000000;
  text-decoration:none;
}
a.loginClass:hover {
  text-decoration:underline;
}

.exerciseRef:link,.exerciseRef:active,.exerciseRef:hover,.exerciseRef:visited {
	color:Black;
}
.parNum {
	padding-right:10px;
}
.tocBody .parNum {
	padding-right:0px;
}
/*
  *******************************************************
  LISTS, LISTS-ITEMS
  *******************************************************
 */
UL {
	margin-top: -12px;
}
UL UL, OL UL {
	list-style-image: url(../images/list_item_dash_black.png);
}
OL {
	padding-bottom: 10px;
}
ol.sequence {
	list-style: lower-alpha;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
UL.questions {
	margin-left: 0px;
	margin-top: 12px;
	line-height: 12pt;
	font-weight: bold;
	list-style-image: url(../images/list_item_question.png);
}
li p {
	margin-bottom: 0px;
	display: inline;
}
/*
  *******************************************************
  TABLES
  *******************************************************
 */
 
table.layout td
{
	font-size: 12px;
}

table, td {
	border:0px;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	font-size:11px;
}
th {
	font-size:11px;
	vertical-align:top;
	margin:0px;
	padding:0px 4px 0px 4px;
	border-bottom: 2px solid black;
}
tr {
	line-height:11pt;
}
td {
	vertical-align:top;
/* font-size:9pt; */
}
TD P {
	margin-bottom:0px;
}
TD UL, TD OL {
	margin-top:0px;
	margin-bottom:0px;
}
TD LI {
	margin-top:0px;
}
/*
  *******************************************************
  DIV
  *******************************************************
 */
.item {
	padding-left: 24px;
	background-color: #FFFFFF;
}
.number {
	position:absolute;
	margin-left:-40px;
	margin-top:0pt;
}
sub {
}
.emptyLine {
	padding-top: 1px;
}
/*
  *******************************************************
  PHRASE
  *******************************************************
 */
.phrase {
	margin:12px 0px 12px 16px;
	line-height: 11pt;
	text-align: left;
	vertical-align: top;
	color: #000066;
	background-color:white;
}
.phrase td {
/* font-size: 9pt; */
}
.description {
	font-size: 10px;
	font-style:italic;
}

.center
{
	margin-left:40%;
}
.printButton
{
	display:none;
}

/*
  *******************************************************
  iframe
  *******************************************************
 */
 
iframe
 {
	height: 100%;
	width: 100%;
	background-color:transparent;
 }
 
.fullwidth
 {
	margin-left: 0px;
	margin-right: 10px;
 }




/* loginbox */

#ibox_footer_wrapper a {
	color: #fff;
	background: url('../images/bg_btn_loginbox_close.gif') no-repeat top right;
	font-size: 1.2em;
	padding: 0px 20px 4px 0px;
	text-decoration: none;
}

#ibox_footer_wrapper a:hover {
	text-decoration: underline;
	color: #ccc;	
}

#ibox_wrapper 
{
    height:400px;
}

#ibox_overlay { 
	border: 0px solid red; 
	display: block; 
	position:absolute; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	background-image: url(bg_ibox_overlay.png); 
	opacity: 0.2;
	filter: alpha(opacity = 50);
	}


/* end loginbox */