/**
 * Default style sheet
 *
 */

/** ELEMENTS */

body, td
{
	background-color: #FFFFFF;
	margin:	4px;
	font-family: arial, helvetica, sans-serif, serif;
	font-weight: normal;
	font-size: 0.7em; /*0.8em;*/
	text-align: left;
	padding: 0px;
}

body.topbar
{
	background-color: #CCEE99;
	margin:	1px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif, serif;
	font-size: medium; /* 1em; */
	text-align: left;
	border-bottom: 2px solid #000000;
}


body.bottombar {
	background-color: #CCEE99;
	margin:	0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif, serif;
	font-size: 0.7em; /*1em;*/
	text-align: left;
	border-top:	1px solid #000000;
}

body.left
{
	height:	90%;
	background-color: #eeffdd;
	margin:	0px;
	padding: 4px;
	font-family: arial, helvetica, sans-serif, serif;
	font-size: 0.7em; /*1em;*/
	text-align: left;
	border-right: 1px dashed #c0c0c0;
}

body.detail
{
	height:	90%;
	background-color: white; 
	margin:	0px;
	padding: 4px;
	font-family: arial, helvetica, sans-serif, serif;
	font-size: 0.7em; /*1em;*/
	text-align: left;
	border-right: 1px dashed #c0c0c0;
}

td.data1
{
	color: #000000;
	background-color: #eeffdd;
	text-align: left;
	font-family: arial, helvetica, sans-serif, serif;
	font-size: 0.7em; /*0.8em;*/
}

td.data2
{
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	font-family: arial, helvetica, sans-serif, serif;
	font-size: 0.7em; /*0.8em;*/
}

a,a:active 
{
	color: #989973;
	font-family: arial, helvetica, sans-serif, serif;
	font-weight: normal;
	text-decoration: underline;
}

a:link
{
	color: #336699;
	font-family: arial, helvetica, sans-serif, serif;
	text-decoration: none;
}

a:visited
{
	color: #336699;
	font-family: arial, helvetica, sans-serif, serif;
	text-decoration: none;
}

a:hover
{
	color: #cc0000;
	font-family: arial, helvetica, sans-serif, serif;
	text-decoration: none;
}

