/*			www.sbin.hu
			style_v01.css
			by dauner
			2009.03.25	*/

body	{
		background: #000000;
		color: #606060;
		}

p.quote	{
		background: #e0e0e0;
		margin-left: 1cm;
		}

table	{
		border-spacing: 0px;
		border-collapse: collapse;
		background: #ffffde;
		}

td		{
		vertical-align: top;
		font-size: 12;
		}

td.row1		{
		vertical-align: top;
		font-size: 12;
		}

td.row2		{
		vertical-align: top;
		font-size: 12;
		background: #d0d0d0;
		}

td.bar	{
		vertical-align: middle;
		background: #000000;
		color: #f0f0f0;
		}

td.boxtitle	{
		background: #c0c0c0;
		color:		#000000;
		font-weight: bold;
		border: solid 1px #a0a0a0;
		padding-left: 6px;
		padding-right: 6px;
		}

td.boxcontent {
		background: #f0f0f0;
		padding: 6px;
		border-left: solid 1px #a0a0a0;
		border-right: solid 1px #a0a0a0;
		}

td.formlabel {
		background: #f0f0f0;
		text-align: right;
		padding-right: 6px;
}

td.form {
		background: #f0f0f0;
}

form	{
		margin: 0;
		}

input	{
		background: #c0c0c0;
		font-size: 11;
		}

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

a:hover	{
		color: #ffffff;
		background: #606060;
}

a.bar		{
		color: #c0c0c0;
		background: #000000;
		font-weight: bold;
		}

a.bar:hover	{
		color: #000000;
		background: #c0c0c0;
		font-weight: bold;
}

/* BarMenu Style */

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}

div.menuBar {
  background-color: #000000;
/*  border: 2px outset #e0e0e0; */
  padding: 4px 2px 4px 2px;
  text-align: center;
}

div.menuBar a.menuButton {
  background-color: #a0a0a0;
  border: 1px solid #ffffff;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border: solid 1px #000000;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #000000;
  border: 1px inset #e0e0e0;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  text-align: left;
  background-color: #000000;
  border: solid 1px #c0c0c0;
  padding: 1px 1px 1px 1px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #ffffff;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #c0c0c0;
  color: #000000;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}

