@CHARSET "ISO-8859-1";

#colorBox {

	color: white;
	font-size: 10px;
	font-weight: normal;
}

#colorBox .content {
	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#colorBox .top {

	/*background-image: url('../img/cornerTop.gif');*/
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
	height: 7px;
}

#colorBox .bottom {

	/*background-image: url('../img/cornerBottom.gif');*/
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
	height: 7px;
}

#bgimg {

	position: absolute;
	
	z-index: 100;
}

#title {

	font-size: 11px;
	
	margin-left: 15px;
	margin-bottom: 4px;
}

#text {

	color: #869198;
	
	font-family: sans-serif;
	font-weight: normal;
	font-size: 36pt;
	
	padding: 0px;
}

#collist {

	border: 0px;
	border-spacing: 0px;
}

#collist td {

	border: 0px;	
}

.error {

	color: red;
	font-size: 9px;	
}

.success {

	color: green;
	font-size: 9px;	
}

#collist a {

	color: #ffffff;
	text-decoration: none;
}

#collist a:hover {

	text-decoration: underline;
}

.fieldlistinput {

	width: 178px;
	background-color: white;
	border: 1px dashed #000000;
}

a.imglistbutton {

	color: #757b7f;
	font-size: 11px;
	text-decoration: none;
}

a.imglistbutton:hover {

	text-decoration: none;
}

#backforward, #backforwardde, #backforwarden {
	
	padding-left: 1px;
	padding-right: 1px;

	vertical-align: middle;
	
	background-image: url('../img/transp.png');
	background-repeat: repeat;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='..img/transp.png');
}

.hiddenImg {

	width: 0px;
	height: 0px;
	
	display: none;
	visibility: hidden;
}

#existKeywords {

	height: 150px;
	
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#keys #keywords {

	width: 200px;
	height: 150px;
	
	color: black;
	
	border-style: solid;
}