/* START: jquery.cluetip.js */
#cluetip-close img {
  border: 0;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/Images/2008/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}

.cluetip-default {
  background-color: transparent;
}
.cluetip-default #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 4px 5px;
	font-size: 100%;
  font-weight: bold;
  font-family: Verdana;
  background-color: #ccc;
  color: #333;
  text-align: left;
}

.cluetip-default #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
  line-height: 15px;
  text-align: left;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

.clue-right-default .cluetip-arrows {
  background-image: url(Images/arrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(Images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(Images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(Images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
/* END: jquery.cluetip.js */

/* Start Accordian styles */
#accordion {
	width: 185px;
}

.accordionHeaderLink, .accordionHeaderLinkSpecial {
	background-color: #ffffff;
	border-bottom: 1px solid #cecfce; /* #333333 */
	padding-left: 5px;
	font-weight: bold;
	height: 22px;
	line-height: 21px;
	white-space: nowrap;
	color: #000000;
	list-style-type: none;
	display: block;
}

a .accordionHeaderLinkSpecial {
/*color: #cc0000 !important;*/
	padding-left: 0 !important;
	cursor: pointer;
}

a.accordionHeaderLink {
	font-weight: bold;
	color: #000000;
	background: #ffffff;
	text-decoration: none;
	display: block;
}

a.accordionHeaderLink:hover {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

a.accordionHeaderLink:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.accordionHeaderLink:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.accordionContent {
	padding: 0px;
	margin: 0px;
	background: #ece9d8;
}
/* End Accordian styles */

/* Start Entity tools styles */
.tools ul {
	list-style: none;
	padding: 1px;
	margin: 0px;
}

.tools li {
	margin: 0px;
	cursor: default;
	display: block;
	font-family: Verdana;
	font-size: 11px;
	padding: 2px 0px 2px 0px;
}

.dragentityitem {
	border: 1px solid #316ac5;
	background: #c1d2ee;
	padding: 3px;
	cursor: default;
	z-index: 10000;
}
/* Start Entity tools styles */

/* Start miscellaneous wizard styles */
.delimiter {
	color: #000000;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
/* End miscellaneous wizard styles */

.fixedheightdivsmallerwider {
	width: 85%;
	height: 105px;
}

#formatMappingsList {
	list-style: none;
	padding: 1px;
	margin: 0px;
}

#formatMappingsList li {
	margin: 0px;
	cursor: default;
	display: block;
	font-family: Monospace;
	font-size: 11px;
	padding: 2px 0px 2px 0px;
}

.logmessage {
	font-family: Monospace;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.logmessage span {
	background-color: yellow;
	font-weight: bold;
	color: black;
}
