/*----------------------------------------------

	TRACKER_POPUP.CSS
	Author:		Engage Interactive

----------------------------------------------*/

a.tracker_popup, .center_col .resultsbox ul li a.tracker_popup {
	display:inline-block;
	width:20px;
	height:20px;
	margin-left:5px;
	background:url(/images/tracker/popup/icon.png);
	text-indent:-5000px;
  vertical-align: middle;	
}

a.tracker_popup.logged_in, .center_col .resultsbox ul li a.tracker_popup.logged_in {
	display:inline-block;
	width:20px;
	height:20px;
	margin-left:5px;
	background:url(/images/tracker/popup/icon.png) bottom;
	text-indent:-5000px;	
  vertical-align: middle;		
}

#results a.tracker_popup {
	margin-left:1px;
}

/*-------------------------------

	HOLDER

-------------------------------*/

#atr_tracker {
	display: none;
	position:absolute;
	z-index: 2000;
	width:273px;
	border-radius:8px;
	box-shadow: 0 0 6px #000;
	background:#04255d;
	color:#FFF;
	font-size:14px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	text-align: left;
	
	-moz-border-radius:8px;
		
	-webkit-box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;	
}

#atr_tracker .arrow {
	display:block;
	position:absolute;
	left:129px;
	width:15px;
	height:9px;
	background:url(/images/tracker/popup/arrow.png);
	z-index:100;
}

#atr_tracker .down {
	bottom:-8px;
	background:url(/images/tracker/popup/arrow_down.png);
}

#atr_tracker .up {
	top:-7px;
}


/*-------------------------------

	HEADER

-------------------------------*/

#atr_tracker span.header {
	display:block;
	width:271px;
	height:35px;
	background:#204486 url(/images/tracker/popup/heading.gif);
	border:1px solid #04255d;
	border-radius:7px 7px 0 0;
	box-shadow: inset 0 1px rgba(255,255,255,0.2);
	
	-moz-border-radius:7px 7px 0 0;
	
	-webkit-box-shadow: inset 0 1px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 1px rgba(255,255,255,0.2);
}

#atr_tracker span.header a {
	display: block;
	position: absolute;
	top: 12px; right: 10px;
	opacity: .4;
	color: #FFF;
	font-size: 12px;
}

#atr_tracker span.header a:hover {
	opacity: .8;
	text-decoration: none;
}


/*-------------------------------

	MAIN BODY

-------------------------------*/

#atr_tracker .body {
	width:241px;
	padding:15px;
	border-left:1px solid #04255d;
	border-right:1px solid #04255d;
	box-shadow: inset 0 1px rgba(255,255,255,0.2);
	background:#1a4591 url(/images/tracker/popup/body_back.jpg) top left no-repeat;
	
	-moz-box-shadow: inset 0 1px rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0 1px rgba(255,255,255,0.2);
}

#logged_in {
	display: none;
}

#logged_out {
	display: none;
	border-bottom:1px solid #04255d;
	border-radius:0 0 7px 7px;
	
	-moz-border-radius:0 0 7px 7px;
}

#atr_tracker .body p {
	margin:0 0 12px 0;
}

#atr_tracker .body a {
	color:#FFF;
	text-decoration:underline;
}

/*------  FORM  -----------*/

#atr_tracker form {
	position:relative;
}

#atr_tracker form label em {
	color:#9cb0d2;
	font-size:11px;
}

#atr_tracker form textarea {
	margin:15px 0;
	width:219px;
	height:77px;
	padding:10px;
	color:#333;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #04255d;
	border-radius:7px;
	box-shadow: inset 0 0 4px #000, 0 1px rgba(255,255,255,0.2);
	resize:none;
	
	-webkit-box-shadow: inset  0 0 4px #000, 0 1px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 0 4px #000, 0 1px rgba(255,255,255,0.2);
	
	-moz-border-radius:7px;
}

#atr_tracker form span.select {
	position:relative;
	display:block;
	width:137px;
	height:32px;
	background:url(/images/tracker/popup/button_notifications.gif);
	cursor: pointer;
}

#atr_tracker form .select:hover {
	background:url(/images/tracker/popup/button_notifications.gif) bottom;
}

#atr_tracker form span.select span {
	position:absolute;
	top:7px;
	left:10px;
	color:#000;
	text-shadow:1px 1px 1px #FFF;
	font-size:72%;
}

#atr_tracker form span.select  select {
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	width:100%;
	padding:6px;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
	
	-webkit-appearance: textfield;
}

/* BUTTONS */

#atr_tracker form button {
	cursor:pointer;
	text-indent:-5000px;
	height:32px;
	border:none;
}

#atr_tracker form button.confirm {
	position:absolute;
	bottom:0;right:0;
	width:100px;
	background:url(/images/tracker/popup/button_confirm.png) top;
}

#atr_tracker form button.confirm:hover {
	background:url(/images/tracker/popup/button_confirm.png) 0 -32px;
}

#atr_tracker form button.confirm:active {
	background:url(/images/tracker/popup/button_confirm.png) bottom;
}

#atr_tracker form button.login {
	width:104px;
	margin-left:75px;
	background:url(/images/tracker/popup/button_register.gif) top;
}

#atr_tracker form button.login:hover {
	background:url(/images/tracker/popup/button_register.gif) 0 -32px;
}

#atr_tracker form button.login:active {
	background:url(/images/tracker/popup/button_register.gif) bottom;
}


/*-------------------------------

	FOOTER

-------------------------------*/

#atr_tracker .footer a {
	display:block;
	width:271px;
	height:32px;
	background:url(/images/tracker/popup/manage_my_tracker.gif);
	text-indent:-5000px;
	border:1px solid #04255d;
	border-radius:0 0 7px 7px;
	box-shadow: inset 0 1px rgba(0,0,0,.4);
	
	-moz-border-radius:0 0 7px 7px;
	
	-moz-box-shadow: inset 0 1px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 1px rgba(0,0,0,.2);
}

#atr_tracker .footer a:hover {
	background:url(/images/tracker/popup/manage_my_tracker.gif) bottom;
}