body
{
/*	background: white url("../images/bg.png") repeat-x; */
	background-color: #dedede;
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 9pt;
	color : #000000;
}

a
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
	color: #000000;
}

acronym
{
	border-bottom: 1px dashed #dedede;
	cursor: help;
}

h1, h2, h3, h4, h5, h6
{
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	/*border-bottom: 1px solid #000000;*/
	position: relative;
}

h1 { font-size: 160%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; }

h1 span.subtitle
{
	font-weight: normal;
	font-size: 12pt;
	position: absolute;
	right: 0;
	bottom: 2px;
}

img
{
	border: 0;
}

.clear
{
	clear: both;
}

.hide
{
	visibility: hidden;
}

.justify
{
	text-align: justify;
}

img.inline
{
	float: left;
	margin: 10px 20px 10px 10px;
}

.update
{
}

.update em
{
	font-style: normal;
	font-weight: bold;
}

.table
{
	text-align : left;
}


#page
{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
	min-width: 675px;
	max-width: 1000px;
	border: 0px solid #000000;
	background-color: #dedede;
}

div.toolbar
{
	margin-left: 0px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 35px;
	border-top: 1px solid #000000;
	height: 70px;
}

div.toolbar-item
{
	width: 80px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

div.toolbar-item label
{
	font-size: 80%;
}

div.view-block
{
    background-color: #fcff9f;
    border: 1px dashed #adadad;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;

}

div.view-block-h
{
    background-color: #fcff9f;
    border: 1px dashed #adadad;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 200px;

}

th
{
	text-align: left;
    font-size: 8pt;
}

td
{
    font-size: 8pt;
}

div.note-block
{
	margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;	
}

.warning
{
	color: #000000;
}
