.status-icon {
	border: 0px;
	vertical-align: middle;
	height: 70px;
	width: 45px;
	cursor: help;
	padding: 3px;
}

.not-analyzed {
	background: #C0c0c0;
	height:70px;
	width: 45px;
	margin: 3px;

}

.column_widht {
	width: 10px;
}

.row_height {
	height: 30px;
}


.column_line {
	width: 30px;
}

.tableHeader {
	margin:0px;
    padding:0px;
    background-color: #d9d9d9;
    background-position: bottom;
    background-repeat: repeat-x;
    width:2px;
    border-top: 1px solid #CCCCCC;
}





.legend_header {
	background-color: #EFEFEF;
	background-position: bottom;
	background-repeat: repeat-x;
	font-weight: normal;
	text-align: left;
	font-size: 16pt;
	color: #000000;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.legend {
	border: 1px solid #999;
}

.link {
	text-decoration: underline;
	color: blue;
}

a.tooltip {
	position: relative;
	z-index: 20;
	color: #000;
	text-decoration: underline;
}

a.tooltip:hover {
	z-index: 25;
}

a.tooltip span { /* Span Element nicht anzeigen */
	display: none;
}

a.tooltip:hover span {
	/* Span Element nur angezeigt beim Ueberfahren mit der Maus */
	background: #505050; /* Hintergrundbild */
	display: block; /* macht aus dem Inlineelement ein Blockelement */
	position: absolute;
	top: -1.8em; /* abstand von oben */
	right: 1.8em; /* abstand von links */
	width: 15em; /* breite */
	padding: 3px 7px; /* Innenabstand */
	border: 1px solid #ccc; /* Rahmenfarbe */
	color: #fff; /* Textfarbe */
	text-align: left; /* Textausrichtung */
}

a.tooltip:hover span strong {
	color: #AC93C8;
}

a.tooltipRight {
	position: relative;
	z-index: 20;
	color: #000;
	text-decoration: underline;
}

a.tooltipRight:hover {
	z-index: 25;
}

a.tooltipRight span { /* Span Element nicht anzeigen */
	display: none;
}

a.tooltipRight:hover span {
	/* Span Element nur angezeigt beim Ueberfahren mit der Maus */
	background: #505050; /* Hintergrundbild */
	display: block; /* macht aus dem Inlineelement ein Blockelement */
	position: absolute;
	top: 1.8em; /* abstand von oben */
	right: -7.8em; /* abstand von links */
	width: 15em; /* breite */
	padding: 3px 7px; /* Innenabstand */
	border: 1px solid #ccc; /* Rahmenfarbe */
	color: #fff; /* Textfarbe */
	text-align: left; /* Textausrichtung */
}

a.tooltipRight:hover span strong {
	color: #AC93C8;
}



/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/information.png) 12px 50% no-repeat;
    border: 2px solid #b2d1ff;
    color: blue;
    margin: 12px 0 5px 0;
    padding: 5px 5px 5px 30px

}

.errors {
	color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}

.errorsGlobal {
	background: #fff3f3 url(../images/exclamation.png) 8px 50% no-repeat;
    border: 2px solid red;
    color: #cc0000;
    margin: 12px 0 5px 0;
    padding: 5px 5px 5px 30px;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;

}


.footer {
clear:left;
margin:top:1em;
background:#505050;
text-align:center;
padding:40px;
}
