﻿/* CSS Document: Redefine some CF8 features */

/* Redefine cftooltip */
.yui-tt {
	font-family: "Trebuchet MS", verdana,arial, sans-serif;
	font-size: 1em; 
	border: 2px solid gray;
	background-color: white;
	padding: 0.3em 1.5em 1em 1.5em; 
	width: auto;
	max-width: 300px;/*30em*/
	/*width:250px;*/
}
.yui-tt h1 {
	font-size: 1.5em; 
	border-bottom: 1px solid gray;
	margin-bottom: 0.25em;
}
/* Redefine a tab */
div.ytab {
	padding: 1em 2em 2em;
}
.x-tabs-strip-wrap {
	width: 100%;
	background-color: #00437A;
}

/* correcting style inside a cfwindow */
div#myWin_body.x-dlg-bd li {
	margin-left: 2em;
}

