html {
        height: 100%;
}

body
{
	font-family: Verdana, Arial;
	text-align: right;
	height:auto !important;
  height:100%;
  min-height:100%;
  position: relative;
}

* html body {
height: 100%;
}

h2 
{
	font-size:16px;
	color:#c61a09;
}


div, th 
{
	text-align:left;
	font-size: 11px;
}


a 
{
	color:#747474;
	font-weight:bold;
	text-decoration:none;
}

a:hover 
{
	color: #888888;
	text-decoration: underline;
}

table.vt	
{
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
	height:200px;
}
			
table.vt td 
{
	vertical-align:top;
	z-index:2;
}
			
div.tab-label 
{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	margin:0px;
	padding: 0.3em 0.3em 0.3em 1em;
	position:relative;
	right: -1px;
	top: -2px;
	cursor: pointer;
	z-index:2;
}
			
div.tab-content 
{
	margin: 0px;
	padding: 3px;
	z-index:2;
}


hr
{
	background:#CCCCCC; border-top:1px solid #CCCCCC; color:#CCCCCC; height:1px
}

h1 
{
	font-size:11px;
	margin:0px;
	padding:0px;
	border-top:1px #F7CEEF dotted;
}

div.yadir
{
	border-top:1px #F7CEEF dotted;
	text-align:center;
	margin:5px;
	padding:5px;
}

p, div, td
{
	font-family: Verdana, Arial;
	font-size:11px;
	text-align: left;
}

table
{
	border-collapse: collapse;
}