﻿.modalBackground 
{
    background-color:#000;
    filter:alpha(opacity=80);
	opacity:0.5;
	height: 1845px;
    left: 0;
    position: fixed;
    top: 0;
    width: 1263px;
    z-index: 10015;
}

.modalLoginVisible
{
	width:415px;
    background-color: #D8E1E5;
    visibility:visible;
}

.modalLoginHidden
{
	width:415px;
    background-color: #D8E1E5;
    visibility:hidden;
}

.innerBubbleTop
{
	width: 395px;
	background-color:White;
	margin:10px 10px 0px 10px;
}

.innerBubbleBottom
{
	width: 395px;
	background-color:White;
	margin:0px 10px 10px 10px
}

.headerMessage
{
	font-weight:bold;
	font-size:14px;
}

.padTop
{
	padding-top:5px;
}

.padBottom
{
	padding-bottom: 5px;
}

.leftSpacing
{
	width: 16%;
}

.w10
{
	width:10px;
}

.w35percent
{
	width:35%;
}

.registerNow
{
	position: relative;
	height: 30px;
	width: 75px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial;
	color: #cc0066;
}

.registerButton
{
	color: #cc0066;
	font-family: Helvetica, Arial;
	font-size: 16px;

	font-weight: bold;
	text-decoration: none;
	width: 176px;
	height: 31px;
}

.divider
{
	clear: left; 
	margin-top: 2px; 
	padding-top: 2px; 
	border-top:#D8E1E5 solid 1px;
}

.hidden
{
	display:none;
}

.fbWrapper
{
	width:55%;
	background: #FFF no-repeat left top;
}

.orWrapper
{
	font-weight:bold; 
	width:10%;
}

.withBorder
{
    border-style:solid;
    border-color: #D8E1E5;
    border-width:1px;
    background-color:#ccc;
    padding-bottom: 5px;
}

.info
{
	color: Gray;
	font-family:Helvetica,Arial;
	font-size:14px;
    font-weight: bold;
	line-height:15px;
}

.genericLabel
{
	color: Gray;
	font-family:Helvetica,Arial;
	font-weight: bold;
}
/*-------------------- 
Start Log-in Pop-Up
--------------------*/
.pagepopups .popup
{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10001;
	background-color: #006699;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
	padding: 11px 10px;
	display: none;
	z-index:200000;
}
.pagepopups .popup .popup-content
{
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
	padding: 15px 30px 30px 30px;
}
.pagepopups .popup h2
{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align:left;
	background-image: none;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	margin-bottom:13px;
	padding:0;
	text-transform:none;
}
.login-form
{
	width: 385px;
}
.round-d-box
{
	position: relative;
	background-color: #e9f4fd;
	border: 1px solid #becdd4;
	padding: 13px;
	margin-bottom: 17px;
}
.login-form .round-d-box .column-left
{
	float: left;
	width: 160px;
}
.login-form .lineholder
{
	line-height: 38px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.login-form .round-d-box .column-right
{
	float: right;
	width: 179px;
}
.login-form .round-d-box .column-right > a
{
	color: #fff;	
}
.button-blue-light
{
	background-image: url(/media/images/insider/button-blue-light-bg.gif);
	background-repeat: no-repeat;
	width: 167px;
	height: 33px;
	text-align:center;
	padding: 0 0 0 10px;
	line-height: 31px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 7px;
}
.clear
{
	overflow: hidden;
	clear: both;
}
.login-form .or-login
{
	background-image: url(/media/images/insider/or-login.gif);
	height: 33px;
	background-position: center center;
	background-repeat: no-repeat;
	clear: both;
}
.login-form label
{
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-align:left;
}
.login-form input
{
	background: none;
	border: none;
	background-image: url(/media/images/insider/login-form-input.gif);
	width: 362px;
	height: 15px;
	font-size: 12px;
	line-height: 15px;
	padding: 8px 10px;
	color: #333;
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
.popup .forgotten-pass
{
	float: left;
	clear: both;
	font-size: 11px;
	color: #3399ff;
	line-height: 16px;
}
.keeploggedin
{
	font-size: 10px;
	float: right;
	display: block;
}
.keeploggedin label
{
	font-size: 10px;
	float: right;
	padding-bottom: 3px;
	font-weight: bold;
}
.keeploggedin input
{
	background: none;
	font-size: 10px;
	float: right;
	width: 25px;
	padding: 0;
	margin: 0;
}
.login-form .actions
{
	padding: 12px 0 0 0;
}
.actions
{
	clear: both;
	overflow: hidden;
	padding: 0 0 10px 0;
}
.login-form input.submit
{
	background: url(/media/images/insider/LoginActions.gif) 0 0 no-repeat;
	width: 188px;
	padding: 0;
	margin: 0;
	height: 39px;
	float: left;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
}
.login-form input.submit:hover
{
	background-position: 0 -40px;
}
.login-form input.cancel
{
	background: url(/media/images/insider/LoginActions.gif) -187px 0 no-repeat;
	width: 105px;
	padding: 0;
	margin: 0;
	height: 40px;
	float: left;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
}

.login-form input.cancel:hover
{
	background-position: -187px -40px;
}
/*-------------------- 
End Log-in Pop-Up
--------------------*/


/*
------------------------------
	Impromptu's
------------------------------
*/
/*.jqiwarning .jqi{ background-color: #b0be96; }*/
.jqifade{
	position: absolute;
	background-color: #000;
}
div.jqi{
	position: absolute;
	background-color: #474747;
	padding: 10px; 
	width: 300px;
	text-align: left;
}
div.jqi .jqiclose {
    width: 24px;
    height: 24px;
    float: right;
    margin: -28px -20px 0 0;
    cursor: pointer;
    background: url("/media/images/insider/close-pop.png") no-repeat;
    color: #fff;
    text-indent: -9999px;
}
div.jqi .jqicontainer{
	background: #ffffff url(http://images.unigo.com/media/graphics/i-man.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 0 0 10px 85px;
	min-height: 120px;
	color: #000000;
}
div.jqi .jqimessage{
	background-color: #ffffff;
	color:#000000;
	padding: 10px;
	font-family:Verdana;
}
div.jqi .jqibuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.jqi button{
	background:#ece9e8;
	border: 1px solid #ccc;
	font-family:Verdana;
	font-size:10pt;
	padding: 1px 4px 3px;
	margin:0px 8px;
	cursor: pointer;
}
/*
------------------------------
	Unigo
------------------------------
*/
div.jqi .bubble-wrap
{
	padding: 0px;
	margin: 0px;
}
div.jqi .bubble-inner
{
	padding: 10px 10px 10px;
	margin: 0px;
}
div.jqi .bubble-g
{
	margin: 0px;
	padding: 0px;
	background-color: #D8E1E5;
}
div.jqi .c-tl, .c-tr, .c-bl, .c-br, .c-tlg, .c-trg, .c-blg, .c-brg
{
	width: 10px;
	height: 10px;
	padding: 0px;
	border: 0px;
	z-index: 99;
	font-size: 1px;
	line-height: 1px;
}
div.jqi .c-tl, .c-bl, .c-tlg, .c-blg
{
	float: left;
	clear: both;
}
div.jqi .c-tr, .c-br, .c-trg, .c-brg
{
	float: right;
	clear: right;
}
div.jqi .c-tl, .c-tlg
{
	margin: 0px;
}
div.jqi .c-tr, .c-trg
{
	margin: 0px;
}
div.jqi .c-bl, .c-blg
{
	margin: -10px 0px 0px 0px;
}
div.jqi .c-br, .c-brg
{
	margin: -10px 0px 0px 0px;
}
div.jqi .bubble-g .c-tl
{
	background: #D8E1E5 url(http://images.unigo.com/media/graphics/corners/g-tl.gif) no-repeat left top;
}
div.jqi .bubble-g .c-tr
{
	background: #D8E1E5 url(http://images.unigo.com/media/graphics/corners/g-tr.gif) no-repeat left top;
}
div.jqi .bottom-corners-g .c-bl
{
	background: #D8E1E5 url(http://images.unigo.com/media/graphics/corners/g-bl.gif) no-repeat left top;
}
div.jqi .bottom-corners-g .c-br
{
	background: #D8E1E5 url(http://images.unigo.com/media/graphics/corners/g-br.gif) no-repeat left top;
}
div.jqi .bubble-wg
{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
div.jqi .bubble-wg .c-tl
{
	background: #fff url(http://images.unigo.com/media/graphics/corners/wg-tl.gif) no-repeat left top;
}
div.jqi .bubble-wg .c-tr
{
	background: #fff url(http://images.unigo.com/media/graphics/corners/wg-tr.gif) no-repeat left top;
}
div.jqi .bottom-corners-wg .c-bl
{
	background: #fff url(http://images.unigo.com/media/graphics/corners/wg-bl.gif) no-repeat left top;
}
div.jqi .bottom-corners-wg .c-br
{
	background: #fff url(http://images.unigo.com/media/graphics/corners/wg-br.gif) no-repeat left top;
}
/*
------------------------------
	impromptu
------------------------------
*/
.impromptuwarning .impromptu{ background-color: #aaaaaa; }
.impromptufade{
	position: absolute;
	background-color: #aaaaaa;
}
div.impromptu{
    position: absolute;
	background-color: #cccccc;
	padding: 10px; 
	width: 300px;
	text-align: left;
}
div.impromptu .impromptuclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #213e80;
}
div.impromptu .impromptucontainer{
	background-color: #213e80;
	padding: 5px; 
	color: #ffffff;
	font-weight: bold;
}
div.impromptu .impromptumessage{
	background-color: #415ea0;
	padding: 10px;
}
div.impromptu .impromptubuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.impromptu button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
}

/*
------------------------------
	columns ex
------------------------------
*/
.colsJqifadewarning .colsJqi{ background-color: #b0be96; }
.colsJqifade{
	position: absolute;
	background-color: #ffffff;
}
div.colsJqi{
    position: absolute;
	background-color: #d0dEb6;
	padding: 10px; 
	width: 400px;
	text-align: left;
}
div.colsJqi .colsJqiclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #bbbbbb;
}
div.colsJqi .colsJqicontainer{
	background-color: #e0eEc6;
	padding: 5px; 
	color: #ffffff;
	font-weight: bold;
	height: 160px;
}
div.colsJqi .colsJqimessage{
	background-color: #c0cEa6;
	padding: 10px;
	width: 280px;
	height: 140px;
	float: left;
}
div.colsJqi .jqibuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.colsJqi button{
	/*background: url(../images/button_bg.jpg) top left repeat-x #ffffff;*/
	border: solid #777777 1px;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	margin: 5px 5px 5px 10px;
	width: 75px;
}
div.colsJqi button:hover{
	border: solid #aaaaaa 1px;
}

/*
------------------------------
	brown theme
------------------------------
*/
.brownJqiwarning .brownJqi{ background-color: #cccccc; }
.brownJqifade{
	position: absolute;
	background-color: #ffffff;
}
div.brownJqi{
	position: absolute;
	background-color: transparent;
	padding: 10px;
	width: 300px;
	text-align: left;
}
div.brownJqi .brownJqiclose{
    float: right;
    margin: -20px 0 0 0;
    cursor: pointer;
    color: #777777;
    font-size: 11px;
}
div.brownJqi .brownJqicontainer{
	position: relative;
	background-color: transparent;
	border: solid 1px #5F5D5A;
	color: #ffffff;
	font-weight: bold;
}
div.brownJqi .brownJqimessage{
	position: relative;
	background-color: #F7F6F2;
	border-top: solid 1px #C6B8AE;
	border-bottom: solid 1px #C6B8AE;
}
div.brownJqi .brownJqimessage h3{
	/*background: url(../images/brown_theme_gradient.jpg) top left repeat-x #ffffff;*/
	margin: 0;
	padding: 7px 0 7px 15px;
	color: #4D4A47;
}
div.brownJqi .brownJqimessage p{
	padding: 10px;
	color: #777777;
}
div.brownJqi .brownJqimessage img.helpImg{
	position: absolute;
	bottom: -25px;
	left: 10px;
}
div.brownJqi .brownJqibuttons{
	text-align: right;
}
div.brownJqi button{
	/*background: url(../images/brown_theme_gradient.jpg) top left repeat-x #ffffff;*/
	border: solid #777777 1px;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	margin: 5px 5px 5px 10px;
}
div.brownJqi button:hover{
	border: solid #aaaaaa 1px;
}

/*
*------------------------
*   clean blue ex
*------------------------
*/
.cleanbluewarning .cleanblue{ background-color: #acb4c4; }
.cleanbluefade{ position: absolute; background-color: #aaaaaa; }
div.cleanblue{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #ffffff; width: 300px; font-size: 11px; text-align: left; border: solid 1px #213e80; }
div.cleanblue .cleanbluecontainer{ background-color: #ffffff; border-top: solid 14px #213e80; padding: 5px; font-weight: bold; }
div.cleanblue .cleanblueclose{ float: right; width: 18px; cursor: default; margin: -19px -12px 0 0; color: #ffffff; font-weight: bold; }
div.cleanblue .cleanbluemessage{ padding: 10px; line-height: 20px; font-size: 11px; color: #333333; }
div.cleanblue .cleanbluebuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #eeeeee; background-color: #f4f4f4; }
div.cleanblue button{ padding: 3px 10px; margin: 0 10px; background-color: #314e90; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.cleanblue button:hover{ border: solid 1px #d4d4d4; }

/*
*------------------------
*   Ext Blue Ex
*------------------------
*/
.extbluewarning .extblue{ border:1px red solid; }
.extbluefade{ position: absolute; background-color: #ffffff; }
div.extblue{ border:1px #6289B6 solid; position: absolute; background-color: #CAD8EA; padding: 0; width: 300px; text-align: left; }
div.extblue .extblueclose{ background-color: #CAD8EA; margin:2px -2px 0 0; cursor: pointer; color: red; text-align: right; }
div.extblue .extbluecontainer{ background-color: #CAD8EA; padding: 0 5px 5px 5px; color: #000000; font:normal 11px Verdana; }
div.extblue .extbluemessage{ background-color: #CAD8EA; padding: 0; margin:0 15px 15px 15px; }
div.extblue .extbluebuttons{ text-align: center; padding: 0px 0 0 0; }
div.extblue button{ padding: 1px 4px; margin: 0 10px; background-color:#cccccc; font-weight:normal; font-family:Verdana; font-size:10px; }

