/* CSS Document */
body 
{
    background-color: #F6F6F6;
    color: black;
    font-family: Verdana, Arial, sans-serif;
	background: url(fond.gif);
	margin: 0px;
	margin-left: 0px;
}

p
{
	line-height: 1.5em;
}

#frame
{
	width: 980px;
	text-align:left;
}

#banner
{
	height: 47px;
	text-align:left;
	padding-left: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#main
{
    background-color: #FFFFFF;
	border: 1px #CDCDCD solid;
	padding: 10px;
}

#breadcrumb, #breadcrumb a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: normal;
	color:#666666;
	text-decoration: none;
	margin-bottom: 15px;
}


#breadcrumb a:hover
{
	text-decoration: underline;
}

#actionBar
{
	float:left;
	width:160px;
	margin:0;
	padding:0;
	display:none;
}

#content
{
	margin-left:0px;
	padding:0;
}

H1
{
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:170%;
	color:#90BE51;
	font-weight:bold;
}

H2 
{
    color:#555555;
	font: 160% sans-serif;
	font-weight: normal;
	font-weight: bold;
}

H3 
{
    color:#555555;
	TEXT-ALIGN: left;
	FONT: 120% sans-serif;
	font-weight: bold;
}

H4 
{
	TEXT-ALIGN: left
	FONT: bold 110% sans-serif
}          

#docinfo
{
	font-size: small;
	color: #888888;
	padding-top: 2px;
	position:relative;
	margin-top: -16px;
}

.widget
{
	background-color: #D6D6D6;
	font-size: small;
	padding: 4px;
}


#actionbar ul
{
  	padding: 0px;
}

#actionbar li
{ 
  	list-style-type: none;
   	padding-bottom: 5px;
   	padding-top: 5px;
}               

.htmlCode
{
	background-color:#E6F0FB;
	border:#C7D2DC 1px solid;
	width: 100%;
}

.htmlCode pre
{
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	padding: 10px;
}

.restFragment
{
	background-color:#E6F0FB;
	border:#C7D2DC 1px solid;
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	padding: 10px;
}

.jsonFragment
{
	background-color:#EEEEEE;
	border:#D0D0D0 1px solid;
	width: 100%;
}

.jsonFragment pre
{
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	padding: 10px;
}

.cssCode
{
	color: #666666;
}

.htmlAnnotation
{
	color:#336600;
	background-color:#ECFCCA;

}

.legend
{
	font-size: small;
	color: #888888;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 9px;
}

.highlight
{
	background-color:#BCD6FB;
}

.miroDirective, .miroExpression
{
	color: #FFFFFF;
	background-color:#5479B2;
}
.activityGuide li{
	margin-top: 9px;
	line-height: 1.5e;
}
