html 
{
	min-height: 100%;
	height: auto;
}
body 
{
	background-color: #FFFFFF;
}
body, table, tr, td, p
{
	color: #101177;
	font-size: 10pt;
	font-family: Arial, Verdana, Trebuchet, Sans-serif;
}
a
{
	color: #101177;
	text-decoration: none;
}
.tableborder 
{
	border: 3px solid #FFA51F;
}
.tableborderrighttop
{
	border-right: 1px solid black;
	border-top: 1px solid black;
}
.tableborderright
{
	border-right: 1px solid black;
}
.bigredfont 
{
	color: red;
	font-weight: bold
}
.shout
{
	color: #BE0006;
}
.txtsmall
{
	font-size: 8pt;
}
.txttitel
{
	font-size: 14pt;
	font-weight: bold;
}
.blueblock
{
	background-color: #E4EDEF;
}

/* progress bar */

.progressbar
{
	background-image: url(todo.gif);
}
.filling
{
	height: 15px;
	width: 800px;
	position: relative;
	background-image: url(done.gif);
	background-repeat: repeat-x;

}

/* titles */

h4
{
	font-size: 14pt;
}

/* items popup */

.itemspopuptable 
{
	margin-top: 10px;
	margin-bottom: 10px;	
}

.itemspopuptable td 
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.itemspopuptable .scalecolumn 
{
	text-align:center;
	background-color: #e0e0e0;
	font-weight: bold;
	font-size: 8pt;
	border-left: 2px solid #ffffff;
	padding: 2px;
	width: 50pt;
	height: 25px;
}

.itemspopuptable td.itemspopupcell 
{
	border-left: 2px solid #ffffff;
	text-align: center;
}

.itemspopuptable .gridLine2 {
	background-color: #E4EDEF;
}

/* XPointsTable */

.xpointstable 
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.xpointstable td 
{
	height: 25px;
}

.xpointstable .xptscalecolumn 
{
	text-align: center;
	background-color: #e0e0e0;
	font-weight: bold;
	font-size: 8pt;
	border-left: 2px solid #FFFFFF;
	width: 30pt;
	height: 20px;
}

.xpointstable .xpointstitle 
{
	padding: 1px 4px 1px 6px;
}

.xpointstable .optionfont 
{
	padding-right: 6px;
	padding-left: 6px;
}


.xpointstable .xpointscell
{
	text-align: center;
	border-left: 2px solid #ffffff;
}

.XPointsTable .GridLine2 
{
	background-color: #E4EDEF;
}
