/*
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.__dialog_theme .ui-helper-hidden { display: none; }
.__dialog_theme .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.__dialog_theme .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.__dialog_theme .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.__dialog_theme .ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.__dialog_theme .ui-helper-clearfix { display:block; }
/* end clearfix */
.__dialog_theme .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Icons
----------------------------------*/

/* states and images */
.__dialog_theme .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.__dialog_theme .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=dddddd&bgTextureHeader=02_glass.png&bgImgOpacityHeader=35&borderColorHeader=bbbbbb&fcHeader=444444&iconColorHeader=999999&bgColorContent=c9c9c9&bgTextureContent=05_inset_soft.png&bgImgOpacityContent=50&borderColorContent=aaaaaa&fcContent=333333&iconColorContent=999999&bgColorDefault=eeeeee&bgTextureDefault=02_glass.png&bgImgOpacityDefault=60&borderColorDefault=cccccc&fcDefault=3383bb&iconColorDefault=70b2e1&bgColorHover=f8f8f8&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=bbbbbb&fcHover=599fcf&iconColorHover=3383bb&bgColorActive=999999&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=75&borderColorActive=999999&fcActive=ffffff&iconColorActive=454545&bgColorHighlight=eeeeee&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=ffffff&fcHighlight=444444&iconColorHighlight=3383bb&bgColorError=c0402a&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=c0402a&fcError=ffffff&iconColorError=fbc856&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0pxdow=0px
 */


/* Component containers
----------------------------------*/
.__dialog_theme .ui-widget { font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 1.1em; }
.__dialog_theme .ui-widget .ui-widget { font-size: 1em; }
.__dialog_theme .ui-widget input, .__dialog_theme .ui-widget select, .__dialog_theme .ui-widget textarea, .__dialog_theme .ui-widget button { font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 1em; }
.__dialog_theme .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff; color: #333333; }
.__dialog_theme .ui-widget-content a { color: #333333; }
.__dialog_theme .ui-widget-header a { color: #444444; }

/* Interaction states
----------------------------------*/

.__dialog_theme .ui-state-default a, .__dialog_theme .ui-state-default a:link, .__dialog_theme .ui-state-default a:visited { color: #3383bb; text-decoration: none; }
.__dialog_theme .ui-state-hover, .__dialog_theme .ui-widget-content .ui-state-hover, .__dialog_theme .ui-widget-header .ui-state-hover, .__dialog_theme .ui-state-focus, .__dialog_theme .ui-widget-content .ui-state-focus, .__dialog_theme .ui-widget-header .ui-state-focus { background: #7f3039 ; font-weight: bold; color: #ffffff; }
.__dialog_theme .ui-state-hover a, .__dialog_theme .ui-state-hover a:hover { color: #599fcf; text-decoration: none; }

/* Icons
----------------------------------*/

/* states and images */
.__dialog_theme .ui-icon { width: 16px; height: 16px; background-image: url(../img/ui-icons_ffffff_256x240.png); }
.__dialog_theme .ui-state-hover .ui-icon, .__dialog_theme .ui-state-focus .ui-icon {background-image: url(../img/ui-icons_ffffff_256x240.png); }

/* positioning */

.__dialog_theme .ui-icon-close { background-position: -80px -128px; }
.__dialog_theme .ui-icon-closethick { background-position: -96px -128px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.__dialog_theme .ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.__dialog_theme .ui-dialog-titlebar-close.ui-corner-all { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

/* Overlays */
.__dialog_theme .ui-widget-overlay { background-color: #222222; opacity: .50; filter:Alpha(Opacity=50); }
/*
 * jQuery UI Button 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.__dialog_theme .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.__dialog_theme .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
.__dialog_theme button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.__dialog_theme .ui-button-icons-only { width: 3.4em; }
.__dialog_theme button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.__dialog_theme .ui-button .ui-button-text { display: block; line-height: 1.4;  }
.__dialog_theme .ui-button-text-only .ui-button-text { padding: .4em 1em; }
.__dialog_theme .ui-button-icon-only .ui-button-text, .__dialog_theme .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.__dialog_theme .ui-button-text-icon-primary .ui-button-text, .__dialog_theme .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.__dialog_theme .ui-button-text-icon-secondary .ui-button-text, .__dialog_theme .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.__dialog_theme .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
.__dialog_theme input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.__dialog_theme .ui-button-icon-only .ui-icon, .__dialog_theme .ui-button-text-icon-primary .ui-icon, .__dialog_theme .ui-button-text-icon-secondary .ui-icon, .__dialog_theme .ui-button-text-icons .ui-icon, .__dialog_theme .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.__dialog_theme .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.__dialog_theme .ui-button-text-icon-primary .ui-button-icon-primary, .__dialog_theme .ui-button-text-icons .ui-button-icon-primary, .__dialog_theme .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.__dialog_theme .ui-button-text-icon-secondary .ui-button-icon-secondary, .__dialog_theme .ui-button-text-icons .ui-button-icon-secondary, .__dialog_theme .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.__dialog_theme .ui-button-text-icons .ui-button-icon-secondary, .__dialog_theme .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.__dialog_theme .ui-buttonset { margin-right: 7px; }
.__dialog_theme .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

.__dialog_theme  button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/* workarounds */
/*
 * jQuery UI Dialog 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.__dialog_theme .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; background-color: #ffffff}
.__dialog_theme .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.__dialog_theme .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.__dialog_theme .ui-dialog .ui-dialog-titlebar-close { position: absolute; width: 17px; margin: -10px 0 0 0; padding: 1px; height: 17px; background-color: #bd2c45; }
.__dialog_theme .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 0px; }
.__dialog_theme .ui-dialog .ui-dialog-titlebar-close:hover, .__dialog_theme .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; background-color: #7f3039}
.__dialog_theme .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.__dialog_theme .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.__dialog_theme .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.__dialog_theme .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.__dialog_theme .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.__dialog_theme .ui-draggable .ui-dialog-titlebar { cursor: move; }

/* Hide elements that provide context for the rest of the CSS */
.__dialog_theme {
	width:0;
	height:0;
	margin:0;
	padding:0;
	top: 0;
	left:0;
	}

/* Custom styling for dialog */
.__dialog_theme .ui-dialog .ui-dialog-content {
	padding: 30px;
	}

.__dialog_theme .ui-dialog .ui-dialog-title {
	display: none;
}

.__dialog_theme .ui-dialog .ui-dialog-titlebar  {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0;
	width: 18px;
	height: 18px;
	z-index: 10002;
	}
.__dialog_theme .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	}

.__dialog_theme .ui-dialog {
	font-size: 13px;
	font-family: Tahoma, sans-serif;
	}
.__dialog_theme h2 {
	color: #89ad3e;
	padding:0;
	margin: 0;
	font-weight:bold;
	font-size: 18px
	}

.__dialog_theme p {
	margin-top: 8px
	}
.__dialog_theme #dialog-modal {
	overflow: visible;
	}
.__dialog_theme #dialogLike {
	background-color: #c2c6d1;
	border: 4px solid #c2c6d1;
	height: 20px;
	width: 48px;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	right: 30px;
	}

.__dialog_theme #dialogLike iframe {
	height: 20px;
	overflow: hidden;
	}

.__dialog_theme .ui-dialog {
	box-shadow: -moz-box-shadow: 0px 0px 400px 0px #ffffff, 1px 0px 3px 0px #111111;
	-webkit-box-shadow: 0px 0px 1200px 0px rgba(255,255,255,.5), 1px 0px 3px 0px #111111;
	box-shadow: 0px 0px 400px 0px #ffffff, 1px 0px 3px 0px #111111;
	}

.facebooklikespan {
	vertical-align: bottom;
	margin-bottom: 2px;
	height: 20px !important;
	width: 48px !important;
	}

.twittertweetspan {
	vertical-align: bottom;
	margin-bottom: 2px;
	height: 20px !important;
	width: 55px !important;
	}

.twitter-share-button {
	width: 55px !important;
	}

#dialogLike span.fb_edge_comment_widget.fb_iframe_widget,
span.fb_edge_comment_widget.fb_iframe_widget {
	display: none;
	}


/* ----------------------------------- */
/* ----------- GOOGLE +1 ------------- */
/* ----------------------------------- */

.__dialog_theme.googlePlusOne .ui-dialog {
	/* appearance */
	background: url('../img/shareDialog_googlePlusOne.png') no-repeat;

	/* size */
	height: 208px;
	width: 380px;
	}
	.__dialog_theme.googlePlusOne .ui-widget-content {
		/* appearance */
		border: 0;
		}
	.__dialog_theme.googlePlusOne .ui-dialog .ui-dialog-content {
		/* size */
		padding-top: 70px;
		padding-bottom: 0;
		}
		.__dialog_theme.googlePlusOne h2 {
			/* text */
			color: #fff;
			font: bold 16px/26px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
			text-align: center;
			}
		.__dialog_theme.googlePlusOne p {
			/* text */
			color: #fff;
			font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
			text-align: center;
			}
		.__dialog_theme.googlePlusOne #dialogGoogle {
			/* text */
			text-align: center;
			}
			.__dialog_theme.googlePlusOne .ui-dialog .ui-dialog-titlebar-close {
			    /* appearance */
				background-color: #C6A731;
				}
				.__dialog_theme.googlePlusOne .ui-dialog .ui-dialog-titlebar-close:hover {
				    /* appearance */
					background-color: #90720b;
					}

/* ----------------------------------- */
/* ------------ LinkedIn ------------- */
/* ----------------------------------- */

.__dialog_theme.linkedIn .ui-dialog {
	/* appearance */
	background: url('../img/shareDialog_linkedIn.png') no-repeat;

	/* size */
	height: 208px;
	width: 380px;
	}
	.__dialog_theme.linkedIn .ui-widget-content {
		/* appearance */
		border: 0;
		}
	.__dialog_theme.linkedIn .ui-dialog .ui-dialog-content {
		/* size */
		padding-top: 70px;
		padding-bottom: 0;
		}
		.__dialog_theme.linkedIn h2 {
			/* text */
			color: #fff;
			font: bold 16px/26px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
			text-align: center;
			}
		.__dialog_theme.linkedIn p {
			/* text */
			color: #fff;
			font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
			text-align: center;
			}
		.__dialog_theme.linkedIn #dialoglinkedIn {
			/* text */
			text-align: center;
			}
			.__dialog_theme.linkedIn .ui-dialog .ui-dialog-titlebar-close {
			    /* appearance */
				background-color: transparent;
				}
				.__dialog_theme.linkedIn .ui-dialog .ui-dialog-titlebar-close:hover {
				    /* appearance */
					background-color: #002c4e;
					}

/* ----------------------------------- */
/* ------------ Facebook ------------- */
/* ----------------------------------- */

.__dialog_theme.facebook .ui-dialog {
	/* appearance */
	background: url('../img/shareDialog_facebook.png') no-repeat;

	/* size */
	height: 208px;
	width: 380px;
	}
	.__dialog_theme.facebook .ui-widget-content {
		/* appearance */
		border: 0;
		}
	.__dialog_theme.facebook .ui-dialog .ui-dialog-content {
		/* size */
		padding-top: 70px;
		padding-bottom: 0;
		}
		.__dialog_theme.facebook h2 {
			/* text */
			color: #fff;
			font: bold 16px/26px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
			text-align: center;
			}
		.__dialog_theme.facebook p {
			/* text */
			color: #fff;
			font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
			text-align: center;
			}
		.__dialog_theme.facebook #dialogLike {
			/* text */
			text-align: center;
			}
			.__dialog_theme.facebook .ui-dialog .ui-dialog-titlebar-close {
			    /* appearance */
				background-color: transparent;
				}
				.__dialog_theme.facebook .ui-dialog .ui-dialog-titlebar-close:hover {
				    /* appearance */
					background-color: #1e3162;
					}
}