/* @override http://dev.kyte.com/css/dialog.css */

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em;
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
background:transparent url(../images/global/callout/bk_callout.png) no-repeat top right;
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
	padding-right: 12px;
	padding-top: 0px;
	padding-left: 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

/* my changes */

.dialog .bd {
}

.dialog.sm {
	width: 300px;
	color: #6b6b6b;
}

.dialog h1 {
	background: url(../images/global/callout/bullet_arrow.gif) no-repeat 0 12px;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 2em;
	color: #e6581e;
}

.dialog h2 {
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.dialog h1 em {
	color: #565656;
}

.dialog p {
	font-size: 1.3em;
	line-height: 1.3em;
}

.dialog .ft {
	padding-top: 10px;
	padding-bottom: 0;
}

.dialog .content {
}

.dialog .wrapper {
	padding-left: 7px;
	margin-right: 9px;
}

/* ##### */

div#threeProductModule div.dialog,
div#threeProductModule div.dialogShort {
	float: left;
	margin: 0 18px 19px 9px;
}

.userguide .dialog, .userguide .dialog li a,
.userguide .dialogShort, .userguide .dialogShort li a {
	color: #333;
}

.userguide .dialog li a.active,
.userguide .dialogShort li a.active {
	font-weight: bold;
}

.userguide .dialog li a:hover,
.userguide .dialogShort li a:hover {
	color: #ccc;
}

#mainContent.userguide .dialog p,
#mainContent.userguide .dialogShort p {
	margin: 5px 0 20px;
	padding: 0 35px;
	font-size: 1em;
}

#mainContent.userguide .dialog ul
#mainContent.userguide .dialogShort ul {
	margin: 0 268px 0 0;
	padding: 20px 0 0 35px;
}

#mainContent.userguide .dialog li,
#mainContent.userguide .dialogShort li {
	margin: 0;
	padding: 5px 0 5px 17px;
	border-top: 1px solid #767676;
	background: url(/images/global/bullet_guides.png) no-repeat left center;
}

/* ##### */

.dialogThin {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em;
}

.dialogThin .content,
.dialogThin .t,
.dialogThin .b,
.dialogThin .b div {
background: transparent url(../images/global/callout/bk_thin_callout.png) no-repeat right 0;
	 _background:transparent url(../images/fpo/dialog2-blue-800x1600.png) no-repeat top right;
	 _background-image:url(../images/fpo/dialog2-blue.gif);
}

.dialogThin .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
	padding-right: 12px;
	padding-top: 0px;
	padding-left: 0px;
}

.dialogThin .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialogThin .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialogThin .b,
.dialogThin .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialogThin .b {
 background-position:bottom right;
}

.dialogThin .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialogThin .hd,
.dialogThin .bd,
.dialogThin .ft {
 position:relative;
	top: 7px;
	margin-bottom: 7px;
	margin-top: 15px;
}

.dialogThin .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

/* my changes */

.dialogThin h1 {
	background: url(../images/global/callout/bullet_arrow_right.png) no-repeat 0 0;
	padding-left: 35px;
	font-size: 2em;
	color: #e6581e;
}

.dialogThin h1 a {
	color: #f26f20;
}

.dialogThin h1 a:hover {
	color: #333;
}

#mainContent .dialogThin h1 a:hover em {
	color: #f26f20;
}

#mainContent .dialogThin h1 span {
	color: #333;
	font-size: .8em;
	font-weight: bold;
	padding-left: 20px;
}

/* ##### */

.dialogShort {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em;
}

.dialogShort .content,
.dialogShort .t,
.dialogShort .b,
.dialogShort .b div {
background:transparent url(../images/global/callout/callout_bk_short.png) no-repeat top right;
}

.dialogShort .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
	padding-right: 12px;
	padding-top: 0px;
	padding-left: 0px;
}

.dialogShort .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 background-position:top left;
}

.dialogShort .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialogShort .b,
.dialogShort .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialogShort .b {
 background-position:bottom right;
}

.dialogShort .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialogShort .hd,
.dialogShort .bd,
.dialogShort .ft {
 position:relative;
}

.dialogShort .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialogShort h1,
.dialogShort p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

/* my changes */

.dialogShort .bd {
}

.dialogShort.sm {
	width: 300px;
	color: #6b6b6b;
}

.dialogShort h1 {
	background: url(../images/global/callout/bullet_arrow.gif) no-repeat 0 12px;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 2em;
	color: #e6581e;
}

.dialogShort h2 {
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.dialogShort h1 em {
	color: #565656;
}

.dialogShort p {
	font-size: 1.3em;
	line-height: 1.3em;
}

.dialogShort .ft {
	padding-top: 10px;
	padding-bottom: 0;
}

.dialogShort .content {
}

.dialogShort .wrapper {
	padding-left: 7px;
	margin-right: 9px;
}