html, body
{
    border-style: none;
    background-color: #fff;
    background: url(../img/grad.gif) repeat-x;
}

h1
{
    font-family: Arial,sans-serif;
    font-size: 14pt;
    margin-top: 0px;
    margin-bottom: 20px;
}

#iframe
{
    width: 100%;
    height: 20px;
    padding: 0px;
    float: right;
}

#frame
{
    width: 100%;
}

#frame a, #frame div, #frame td, #frame span
{
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 9pt;
}

#frame .fname
{
    font-size: 8pt;
}

#frame .remark
{
    font-size: 8pt;
    color: #a90a08;
}

#frame .pgnr
{
    color: #008000;
}

#frame a
{
    color: #0066a7;
    text-decoration: none;
}

#frame a.anchor
{
    color: #000;
    text-decoration: none;
}

#frame td
{
    padding: 30px 10px 30px 30px;
}

#home, #legend
{
	float: right;
	margin-left: 20px;
	margin-right: 50px;
}

#header
{
    margin: 0px 0px 20px 0px;
    color: #333;
}

#footer
{
    width: 100%;
    margin-top: 20px;
	text-align: center;
}

/*
result table style
*/
#result
{
    empty-cells: show;
    border-collapse: collapse;
    width: 100%;
}

#result thead td
{
    padding: 5px 5px 5px 5px;
    border-top: 1px solid #DDD;
    background: #F0F0F0;
    border-bottom: 1px solid #DDD;
    font-weight: bold;
    white-space: nowrap;
}

#result tbody td
{
    padding: 12px 6px 12px 6px;
    border-bottom: 1px solid #F0F0F0;
    vertical-align: top;
}

#result tfoot td
{
    padding: 5px 5px 5px 5px;
}

#result th
{
    font-weight: normal;
    width: 50px;
}

/*
more container
*/
.tagContainer
{
    display: none;
    background: url(../img/tag.gif) no-repeat;
    padding-top:5px;
    width: 50px;
    height: 30px;
}

/*
tooltip
*/
.tooltip
{
	display: none;
    padding: 10px;
    max-width: 300px;
	background-color: #FFFFCC;
	border: 1px solid #CCC;
	-moz-box-shadow: 3px 3px 4px #A8B296;
	-webkit-box-shadow: 3px 3px 4px #A8B296;
	box-shadow: 3px 3px 4px #A8B296;
}
.with-tooltip
{
	cursor: help
}

/*
navigation style
*/
.actual-page
{
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	color: #990000;
}

.page
{
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}

.page:hover
{
	text-decoration: underline;
}

.page-link, .page-link:hover
{
	padding: 0px 5px 0px 5px;
	text-decoration: underline;
	font-weight: bold;
}