﻿.qtip-wiki{
	max-width: 440px;
}
 
.qtip-wiki .qtip-content{
	padding: 10px;
 
	line-height: 12.5px;
}
 
.qtip-wiki h1{
	margin: 0 0 7px;
 
	font-size: 1.5em;
	line-height: 1em;
}
 
.qtip-wiki img{ padding: 0 10px 0 0; }
 
.qtip-wiki p{ margin-bottom: 9px; }
.qtip-wiki .note{ margin-bottom: 0; font-style: italic; color: #888; }
		
.qtip-default { 
	background-color: #D3E9FE;
	border: 1px solid #7DBDFE;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.600);
	color: #333399;
}

.qtip-default .qtip-titlebar { 
	background-color: #D3E9FE;
	padding: 10px 15px 10px 12px;
}

.qtip-icon .ui-icon { 
	background: -100em -100em no-repeat transparent;
	color: inherit;
	font: 700 10px/13px "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
	height: 14px;
	text-align: center;
	text-indent: 0px;
	width: 18px;
}

.qtip-default .qtip-titlebar .qtip-close { 
	border-bottom-color: #AAAAAA;
	border-left-color: #AAAAAA;
	border-right-color: #AAAAAA;
	border-top-color: #AAAAAA;
	color: #333399;
}
	
.qtip-close
{
	margin-right: 5px;
}
	
.qtip-title
{
	font-size: 14px;
	font-weight: 700;
}

.ui-widget-content { 
	background: url("../../smoothness/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x #FFFFFF;
	/*border: 1px solid #AAAAAA;*/
	border: 3px solid #99cdff;
	color: #333399;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}