﻿/*
Flexible Accessible Form - A Form CSS Framework
An Asp.Net implementation of "Fancy Form Design Using CSS" (http://www.sitepoint.com/fancy-form-design-css/) by deap (http://ondotnet.deap.nu)

This file contains stuff you probably want to configure. You can also override settings in faf-base.css here.
*/

/* Include these import statements if you want left aligned labels. Omit the "screen" selector at the end if you always want left aligned labels. */
@import "/_design/Faf/faf-leftlabels-base.css";
@import "/_design/Faf/faf-leftlabels-config.css";
/* If you load the faf-leftlabels(-config).css files, also search that config file for comments containing "faf-config.css" */

.faf-form
{
	font-size:12px;
	font-family:Verdana;
	padding:0px;
}

.faf-form fieldset ol li.faf,
.faf-form fieldset ul li.faf
{
	padding-bottom:6px;
}

.faf-form fieldset ol li.faf .single-visible-binding-form li.faf,
.faf-form fieldset ul li.faf .single-visible-binding-form li.faf
{
	padding-bottom: 0;
}

.faf-top-lbls .faf-form fieldset ol li.faf
{
	padding-bottom: 2px;
}

.ie7 .faf-form fieldset ol li.faf.faf-combine
{
	padding-bottom:1px;
}
/*
.faf-form fieldset ol li.faf-hide-lbl
{
    padding-top:2px;
}
*/
/*.faf-form fieldset fieldset ol
{
	width:350px;
}*/

.faf-form .validators,
.faf-form textarea,
.faf-form select,
.ie6 .faf-form input.faf-input-text,
.ie6 .faf-form input.faf-input-password
{
	/* this defines Total Input Width to 256px (width + padding * 2 + border * 2) */
	width:270px;
}


.faf-form textarea
{
	resize: vertical;
	overflow:auto;
}

.faf-form textarea,
.faf-form select,
.ie6 .faf-form input.faf-input-text,
.ie6 .faf-form input.faf-input-password,
html body .RadInput_Mira .riTextBox
{
	padding:2px;
	margin:0;
	border:1px solid #ccc;
}

.faf-form input[type=text],
.faf-form textarea.text,
.faf-form input[type=password],
.faf-form .mira-ajax-dropdown-is-freetextinput input.mira-ajax-dropdown-text
{
	/* this defines Total Input Width to 256px (width + padding * 2 + border * 2) */
	width:270px; 
	/*padding:2px; Funkar ej med portalform*/
	margin:0;
	/*border:1px solid #ccc;  Funkar ej med portalform*/
}

.faf-form .required input,
.faf-form .required textarea,
.faf-form .required select,
.faf-form .required .RadInput_Mira input
{
	 /*border-left: 1px solid #FB7777;
	
    background-color: rgba(0,0,0,0);
   
	background-image: url('/_icons/small_color/form_field_required.png'); 
    background-position: top right; 
    background-repeat:no-repeat; 
  
	background-image: url('/_icons/small_color/form_field_required2.png'); 
    background-position: top left; 
    background-repeat:repeat-y;  */ 
}

.faf-form .is-required-field-img
{
	display:inline;
	position: relative;	
}

.faf-form legend > .is-required-field-img
{
	top: -2px;
}

input[type="checkbox"]
{
    vertical-align: middle;
}

.faf-form input[type="radio"]
{
	margin:0 3px 0 1px;
	vertical-align: middle;
}

.faf-form label + input[type="radio"]
{
	margin-left:15px;
}

.faf-form .rbl-list-horizontal input[type="radio"]
{
	margin-left: 1px;
	margin-bottom: 2px;
}

.ie .faf-form .rbl-list-horizontal input[type="radio"]
{
	margin-left: 0px;
	box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *width: 13px; *height: 13px;
    vertical-align: top;
    margin-top: 2px;
}

.faf-form .rbl-list-horizontal .faf-input label
{
	margin-right: 4px;
	position: relative;
}

.ie .faf-form .rbl-list-horizontal .faf-input label
{
	top: 0px;
	
	margin-left: 2px;
	margin-right: 4px;
	top: 2px;
}

.faf-form .RadEditor
{
	width:274px !important; /* width of ".faf-form input[type=text]" + 4px */
	min-width:257px !important; /* width of ".faf-form input[type=text]" + 4px */
}

.faf-form input.mira-ajax-dropdown-text {
	width:249px /* Width of ".faf-form input[type=text]" - 21px */
}

.faf-form ol li.faf-wide-input textarea,
.ie6 .faf-form ol li.faf-wide-input input.faf-input-text,
.ie6 .faf-form ol li.faf-wide-input input.faf-input-password
{
	width:350px;
	border:1px solid #ccc;	
}

.faf-form ol li.faf-wide-input input[type=text],
.faf-form ol li.faf-wide-input input[type=password]
{
	width:350px;
}

.faf-form ol li.faf-wide-input .RadEditor
{
	width:350px !important; /* Width of ".faf-form ol li.faf-wide-input input[type=text]" + 4px */
	min-width:350px !important; /* Width of ".faf-form ol li.faf-wide-input input[type=text]" + 4px */
}

.ie6 .faf-form ol li.faf-wide-input-and-top-lbl input.faf-input-text,
.ie6 .faf-form ol li.faf-wide-input-and-top-lbl input.faf-input-password
{
	width:350px;
}

.ie6 .faf-form ol li.faf-wide-input-and-top-lbl .RadEditor
.ie6 .faf-form ol li.faf-wide-input-and-top-lbl .RadEditor
{
	width:350px !important; /* Width of ".faf-form ol li.faf-wide-input input[type=text]" + 4px */
	min-width:350px !important; /* Width of ".faf-form ol li.faf-wide-input input[type=text]" + 4px */
}

.faf-form ol li.faf-wide-input.faf-top-lbl input[type=text],
.faf-form ol li.faf-wide-input.faf-top-lbl input[type=password]
{
	width:350px;
}

.faf-form ol li.faf-wide-input.faf-top-lbl .RadEditor
{
	width:350px;	
}

.faf-top-lbls .faf-form ol li.faf-wide-input textarea,
.faf-form ol li.faf-wide-input.faf-top-lbl textarea
{
	width:350px !important;
}

.faf-form ol li.faf-wide-input.faf-top-lbl select
{
	width:350px;
}

.faf-form select
{
	border:1px solid #ccc;
}

.faf-form select,
.faf-form .faf-input-defaultwidth,
.faf-form fieldset ol li.faf select.faf-input,
.faf-form fieldset fieldset.faf-top-lbls ol li.faf select.faf-input
{
	width:276px; /* Total Input Width, use "max-width" to enable narrower select elements by default, or "width" to have them all equally wide. This should be 6px more than width of input[type=text]-elements */
}

.faf-form .faf-input-defaultwidth
{
	display:block;
}

.faf-form ol li.faf-wide-input select
{
	max-width:none;
	width:480px; /* Total Form Width - 20px */
}

.faf-top-lbls .faf-form > fieldset > ol > li.faf > table:first-child,
.faf-form > fieldset.faf-top-lbls > ol > li.faf > table:first-child
{
	width:auto;
	/* or use this:
	width:100%; */
}

.faf-validation
{
	color:Red;
	font-size:10px;
}

.faf-form .faf-buttons
{
	clear:both;
	padding-top:10px;
}


/* NE/5 SPECIFICS */

li.float-ajaxdropdown .mira-ajax-dropdown-wrapper
{
	float:left !important;
}

/* ielt9 needs this width to be set explicitly... Any changes to label and input widths affects this width value */
.ie6 .faf-form fieldset fieldset .faf-list-container .item-wrapper,
.ie7 .faf-form fieldset fieldset .faf-list-container .item-wrapper,
.ie8 .faf-form fieldset fieldset .faf-list-container .item-wrapper
{
	width:278px;	
}

.faf-form ol li.faf textarea.address-postaladdress
{
	height:30px;
	resize:none;
}

.ie9 .faf-form ol li.faf textarea.address-postaladdress
{
	height:28px;
}

.ie6 .faf-form ol li.faf textarea.address-postaladdress
{
	height:36px;
}

.faf-form fieldset fieldset.faf-top-lbls ol li.faf-wide-input .mira-ajax-dropdown-wrapper input[type=text]
{
    width: 305px !important;
}

.faf-form fieldset fieldset.faf-top-lbls ol li.faf-wide-input input[type=text],
.faf-form fieldset fieldset.faf-top-lbls ol li.faf-wide-input input[type=password],
.faf-form fieldset fieldset.faf-top-lbls ol li.faf-wide-input .mira-ajax-dropdown-is-freetextinput input[type=text]
{
    width: 324px !important;    
}

.faf-form fieldset fieldset.faf-top-lbls ol li.faf-wide-input textarea,
.ie6 .faf-form fieldset fieldset.faf-top-lbls ol li.faf-wide-input input.faf-input-text,
.ie6 .faf-form fieldset fieldset.faf-top-lbls ol li.faf-wide-input input.faf-input-password
{
    width: 324px !important;
}

/* +7px för att hantera padding/border/margin för input kontroller */
.faf-form fieldset fieldset.faf-top-lbls .faf-readonly,
.faf-form fieldset ol li.address-last-changed-date
{
	width: 277px;
	margin-top: 2px;
}

.faf-form fieldset fieldset.faf-top-lbls ol li.faf-wide-input select
{
	width: 330px !important;
}

.faf-form fieldset ol li.faf-combine input.address-zipcode,
.faf-form fieldset ol li.zip .validators
{
	width:84px !important; /* this width + width of .address-city - 4px should match "total input width" */
}


.faf-form fieldset ol li.zip .validators
{
    overflow: visible;
    white-space: nowrap;
}

.ie7 .faf-form fieldset ol li.faf-hide-lbl.zip
{
	height: 24px;
}

.faf-form fieldset ol li.faf-combine input.address-city,
.faf-form fieldset ol li.city .validators
{
	width:177px !important; /* this width + width of .address-zipcode - 4px should match "total input width" */
}

.ie7 .faf-form fieldset ol li.faf-combine input.address-city,
.ie7 .faf-form fieldset ol li.city .validators
{
	width:178px !important; /* this width + width of .address-zipcode - 4px should match "total input width" */
}

.faf-form fieldset ol li.country
{
	padding-top: 0;
}

 /* overwrite ne5 legend styling */
.faf-form fieldset legend,
.faf-form fieldset .cof-list-header-content
{
	background-image:none !important;
	background-color:transparent;
	color:inherit;
	display:inherit;
	font-size:inherit;
	margin:0;
	width:auto;
	padding-bottom: 5px;
	padding-left: 20px;
}

.ie7 .faf-form fieldset legend
{
	color:#000;
	font-size:12px;
}

/* /Validation containers in faf */

/*
.address-form fieldset fieldset.faf-hide-legend .faf-list-container
{
	margin-left:116px;
}

.ie6 .address-form fieldset fieldset .faf-list-container
{
	margin-left:112px;
}
*/


.faf-form fieldset fieldset.faf-legend-as-lbl legend span.faf-lbl-text
{
	margin-left: 0;
}

.faf-form fieldset .cof-list-readonly fieldset.faf-legend-as-lbl > legend
{
	width: 200px;
}

.faf-form fieldset fieldset.faf-legend-as-lbl .faf-list-container
{
	float:left;
}

.ie7 .base-info-form 
{
	position:relative; 
	z-index:10;
}

.ie7 .contactinfo-form 
{
	position:relative; 
	z-index:5;
}

.ie7 .contactinfo-form fieldset fieldset.faf-legend-as-lbl legend span.faf-lbl-text
{
	margin-left:0;
}

.ie7 .contactinfo-form fieldset fieldset legend span.faf-lbl-text
{
	margin-left:156px;
}

.multipage .contactinfo-form fieldset fieldset legend span.faf-lbl-text
{
	margin-left:21px;
}

.ie7 .multipage .contactinfo-form fieldset fieldset legend span.faf-lbl-text
{
	margin-left:14px;
}

/* Blir för mycket space här PS: 2012-09-26 
.faf-form.contactinfo-form fieldset fieldset legend span.faf-lbl-text
{
	padding-bottom: 2px;
}
*/

.contactinfo-form.eventapplication-match-form fieldset fieldset .faf-list-container
{
	margin-left:-24px;
}

.contactinfo-form.eventapplication-sync-form fieldset fieldset .faf-list-container
{
	margin-left:0px;
}

.faf-form.contactinfo-form fieldset.faf-hide-legend > ol,
.faf-form.contactinfo-form fieldset.faf-hide-legend > .faf-list-container
{
	margin-top:10px;
}

.faf-form.contactinfo-form.eventapplication-match-form fieldset.faf-hide-legend ol, 
.faf-form.contactinfo-form.eventapplication-match-form fieldset.faf-hide-legend .faf-list-container
{
	margin-top:2px;
}

.faf-form.contactinfo-form.eventapplication-sync-form fieldset.faf-hide-legend ol, 
.faf-form.contactinfo-form.eventapplication-sync-form fieldset.faf-hide-legend .faf-list-container
{
	margin-top:2px;
}
.faf-form.contactinfo-form.eventapplication-sync-form .syncform-value
{
	margin-right: 5px;
}

.contactInfo-undelivarable-flag-container.readonly
{
	/*float: right;*/
	position: relative;
	right: -10px;
	top: 0px;
}

/* /NE/5 SPECIFICS */


/* COF in FAF */

.faf-form fieldset ol.cof-list-wrapper li.cof-list-item
{
	padding-bottom:0px;
}

.faf-form fieldset ol.cof-list-wrapper li.cof-list-item.cof-list-item-extra-margin
{
	margin-bottom:15px;
}

.faf-form fieldset ol.cof-list-wrapper li.cof-list-last-item.cof-list-item-extra-margin
{
	margin-bottom:0px;
}

.faf-form fieldset ol.cof-list-wrapper li.cof-list-item.cof-list-item-deleted,
.faf-form fieldset ol.cof-list-wrapper li.cof-list-item.cof-list-item-deleted.cof-list-item-extra-margin,
.faf-form fieldset ol.cof-list-wrapper li.cof-list-item.cof-list-item-deleted fieldset,
.faf-form fieldset ol.cof-list-wrapper li.cof-list-item.cof-list-item-deleted fieldset .faf-list-container
{
	margin: 0;
	padding: 0;
	height: 0;
}

/*
.faf-form fieldset ol.cof-list-wrapper li.faf 
{
	padding-bottom:8px;
}*/
,
.contactinfo-form .cof-list-header-content
{
	font-size: 11px;
	position: relative;
	z-index: 100;
}

.faf-form fieldset.cof-list .cof-list-footer
{
	clear:both;
	padding-left:24px;
}

.ie7 .faf-form fieldset.cof-list .cof-list-footer
{
	position:relative;
	top: 5px;
}

.item-wrapper,
.contactinfo-item
{
    float: left;
}
        
.item-header
{
    float: left;
    margin:2px 4px;
    width:16px;
}

.item-footer 
{
    float: left;
    margin: 4px 4px;
}

.contactinfo-item .icon 
{
    float: right;
}

.faf-form a.add-co
{
    font-size:80%;
}

.faf-top-lbls .faf-form .header-action-control
{
	margin-left: 10px;
}

.faf-top-lbls .faf-form .is-required-field-img
{
	left: 2px;
	right: 0;
	margin-left: 0px;
}

/* /COF IN FAF */


/* Ajax-dropdown */
.faf-form .mira-ajax-dropdown-is-freetextinput .mira-ajax-dropdown-text 
{
    background-color: #fff;
}

/* Slut Ajax-dropdown */

/* Hover-meny till cof-listor */

.hover-menu 
{
    color:#888;
    font-size:80%;
    line-height:20px;
    margin:10px 0 0 -4px;
    position:relative;
    width:160px;
    z-index: 500
}

.hover-menu .hover-menu-trigger
{   
    border:1px solid Transparent;
    cursor:pointer;
    text-indent:4px;
    text-decoration:underline;
    padding:4px 0;
    width:inherit;
    color:Blue;
}       

.hover-menu .hover-menu-list-wrapper
{
    background-color:White;
    display:none;
    position:absolute;
    width:inherit;
    z-index: 10000;
}

.ie7 .hover-menu .hover-menu-list-wrapper
{
	width: 160px;
}

.hover-menu .hover-menu-list-wrapper .hover-menu-list
{
    border:solid 1px #eee;
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
}

.hover-menu .hover-menu-list-wrapper li *
{
    display:block;
    padding:4px 10px;
}

.hover-menu .hover-menu-list-wrapper li
{
    padding-bottom: 0px;
}

.hover-menu .hover-menu-list-wrapper li span
{
    color:#ccc;
    cursor:default;
}

.hover-menu .hover-menu-list-wrapper li a,
.hover-menu .hover-menu-list-wrapper li a:visited
{
    color:#888;
    text-decoration:none;
}

.hover-menu .hover-menu-list-wrapper li a:hover
{    
	background-color:#eee;
}

.hover-menu:hover .hover-menu-trigger
{
    background-color:#eee;
    border-color:#eee;    
}

.hover-menu:hover .hover-menu-list-wrapper
{
    display:block;
}

.ie6 .hover-menu
{
	border:solid 1px #eee;
	margin:10px 0 20px 0;
	overflow:auto;
	position:static;
	width:auto;
}

.ie6 .hover-menu .hover-menu-trigger
{
	
}

.ie6 .hover-menu .hover-menu-trigger,
.ie6 .hover-menu .hover-menu-list-wrapper,
.ie6 .hover-menu .hover-menu-list-wrapper li
{
	float:left;
}

.ie6 .hover-menu .hover-menu-trigger
{
	border-color:#eee;
	background-color:#eee;
	cursor:auto;
	text-indent:0px;
	padding:5px;
	text-decoration:none;
	width:auto;
}

.ie6 .hover-menu .hover-menu-list-wrapper 
{
	background-color:transparent;
	display:block;
	position:static;
	width:auto;
}

.ie6 .hover-menu .hover-menu-list-wrapper ul.hover-menu-list
{
	border:none;
    padding:5px 5px 5px 0;
    width:auto;
}

.ie6 .hover-menu .hover-menu-list-wrapper ul.hover-menu-list li
{
	padding:0 5px;
	border-right:solid 1px #eee;
}

.ie6 .hover-menu .hover-menu-list-wrapper li *
{
	display:inherit;
	padding:0;
}

/* slut på css hover-meny cof-listor */

.ie6 .faf-form .mira-ajax-dropdown-input-wrapper
{
	position:static;
}

.ie6 .faf-form .mira-ajax-dropdown
{
	top:80px;
	left:-275px !important;
}

.faf-form ol li.information,
.faf-form ol li.faf .information
{
	line-height:14px;
	font-size: 10px;
	max-width: 400px;
}

/*slut på bas CSS code-only formulärhantering*/

/* CheckBoxList as PushButtons */

.not-ie6 .cbl-pushbuttons,
.not-ie6 .faf-form .cbl-pushbuttons label,
.div-pushbuttons span
{
	font-size:10px;
	line-height:normal;
}

.not-ie6 .cbl-pushbuttons input
{
	display:none;
}

.not-ie6 .cbl-pushbuttons label,
.div-pushbuttons span
{
	cursor:pointer;
	display:inline-block;
	border:1px solid;	
	border-color:#C0C0C0 #A9A9A9 #A9A9A9 #C0C0C0;
	background: #F6F6F6 url('/_icons/small_grey/pushbutton-unchecked.png') top left no-repeat;
	color:#A9A9A9;
	padding:0 4px 0 12px;
	margin:0 4px 4px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
}

.div-pushbuttons
{
	margin-top: 3px;
}

.div-pushbuttons span
{
	color: #494949;
	cursor:default;
	background: #fff;
	padding:0 4px 0 4px;
}

.not-ie6 .cbl-pushbuttons label:hover
{
	background-color: #fff;
	color: #494949;
}

/*.cbl-pushbuttons input:checked + label,  /* <--- if this selector worked in all browsers no script would be needed... */
.not-ie6 .cbl-pushbuttons label.checked
{
	background-color:#666;
	color: #494949;
	border-color:#A9A9A9 #C0C0C0 #C0C0C0 #A9A9A9;
	background: #fff url('/_icons/small_grey/pushbutton-checked.png') top left no-repeat;
	
}

/* /CheckBoxList as PushButtons */

input[type='image'][disabled]
{
	cursor: not-allowed;
}

.opera input[type='image'][disabled]
{
	cursor: default;
}

.careof .watermark
{
	line-height:24px !important;
	height:24px !important;
}

.address .watermark_container
{
	height:36px !important;
}

.ie9 .address
{
	margin-bottom: -2px;
}

.faf-form .footer-action-wrapper,
.faf-form fieldset label span.faf-lbl-text,
.multipage .faf-form fieldset fieldset legend span.faf-lbl-text
{
	font-size:11px;	
	font-weight:normal;
	font-family:inherit;
}

.faf-form fieldset label span.faf-lbl-text,
.multipage .faf-form fieldset fieldset legend span.faf-lbl-text
{
	color:#666;
}

.faf-form fieldset .cof-list-wrapper fieldset,
.faf-form fieldset.eventapplication fieldset
{	
	position:relative;
}

.faf-form fieldset .cof-list-wrapper fieldset.faf-hide-legend
{	
	position:static;
}

.faf-form fieldset.address-list .cof-list-wrapper fieldset.faf-hide-legend
{	
	position:static;
}

.ie8 .faf-form fieldset.address-list .postaladdress-form li.address,
.ie9 .faf-form fieldset.address-list .postaladdress-form li.address,
{
	padding-bottom: 1px;
}

.ie7 .faf-form fieldset.address-list .postaladdress-form li.work.company
{
	padding-bottom: 0px;
	margin-bottom: -1px;
}

.faf-form fieldset.home-address-list
{
	margin-top: 2px;
}

.faf-form .linkbutton-disabled
{
	color: #999;
}

.faf-form fieldset.address-list .hide-imported-address
{
	display:none;
}

.faf-form .has-validation-error label {
	margin-bottom: 0;
}

.faf-form a.disabled,
.faf-form a.disabled img
{
	cursor: default;
}

















/*
 * qTip2 - Pretty powerful tooltips - v2.1.1
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Tue Aug 13 2013 02:51 UTC+0000
 * Plugins: tips viewport
 * Styles: basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;

		cursor: pointer;
		outline: medium none;

		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}
	
		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}



/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #FFFFFF;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}



.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border-width: 0;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}
	
	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;
		
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}
	
	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}
	
	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}
	
	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}



.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
	
}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}
	
	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}

/* / qTip2 - Pretty powerful tooltips  */