.storklogoo{
	position: absolute;
	left: 20px;
	top: 20px;	
	width: 190;
	height: 600;
	border: 3px;
	background-repeat: no-repeat;
	background-image: url(images/storkcol_short.png);
	background-position: bottom;
}



.headerrow{
	color: #FFFFFF;
	
	background-position: center left;
	background-repeat: no-repeat;

	
}

.loading{
	z-index: 1000;
	background-repeat: no-repeat;
	background-image: url(images/bigrotation2.gif);
	background-position: right;
}


tr.error {
        background-color: #FF4444;
        font-weight: bold;
      
}
tr.success {
        background-color: #A6FF67;
        font-weight: bold;
}

tr.debug{
		background-color: #FFFF66;
}

th{
		font-weight: bold;	
}

td.header{
	font-family: Fixed,monospace;	
	font-weight: bold;
}

td.tabh{
	color: #000000;
	font-size: 10pt;
	background-color: #AAAAAA;
}

td.tabu{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10pt;
	background-color: #666666;
}

td.tabon{	
	color: #FFFFFF;
	font-size: 10pt;
	background-color: #000000;
}



table.content{
	
	font-size: 11pt;
	
}

table.links{
	
	font-size: 11pt;
	border-collapse: collapse;	
	border: 0px solid;
	position: relative;
	top: 90px;
	left: 5px;
	
}



table.info{
	border-collapse: collapse;
	border: 1px solid;
	
}



a:link{
	color: #0000FF;
	text-decoration: none;
}
a:visited{
	color: #0066CC;
	text-decoration: none;
}
a:hover{
	color: #0700A4;
	text-decoration: underline;
}


a.normal:link{
	color: #111111;
	text-decoration: underline;
}
a.normal:visited{
	color: #111111;
	text-decoration: underline;
}
a.normal:hover{
	color: #555555;
	text-decoration: underline;
}






li.links{
 	list-style: none;
	padding: 0;
	margin: 0;
	//background-color: #EEEEEE;
}
ul.links{
	margin: 0 5 0 5;
	padding: 0;
}


code{
	font-size: 10pt;
}
