/* theme screen stylesheets */

/* import stylesheets and hide from ie/mac \*/
@import url("reset.css");
@import url("FreshPick.css");
/* end import/hide */

/* Custom values for shippingapimonitor.com */

.status-header {font-weight:bold;text-align:center;vertical-align: middle;}

.tiny-time {font-size:0.75em;}

.right {
  	text-align: right;
}

.center {
        text-align: center;
}

.left {
        text-align: left;
}

.middle {
        vertical-align: middle;
}

.bottom {
        vertical-align: bottom;
}


.rssicon {
        background: #FFFFFF;
        border: 0px; 
        padding: 0px;
        margin: 0px; 
}

.rssicon-current {
        background: transparent url(../images/current.gif) repeat-x left bottom;
        color: #222;
}

.mag-glass {
        background: transparent;
        border: 0px; 
        padding: 0px;
        margin: 0px; 
}

/*Popup Comment Stuff*/ 
a.tooltip {outline:none; } 
a.tooltip strong {line-height:30px;} 
a.tooltip:hover {text-decoration:none;} 
a.tooltip span { 
	z-index:10;display:none; 
	padding:14px 20px; 
	margin-top:-30px; 
	margin-left:28px; 
	width:290px; 
	line-height:16px; 
        text-align:left;
} 
a.tooltip:hover span{ 
	display:inline; 
	position:absolute; 
	color:#111; 
	border:1px solid #DCA; 
	background:#fffAF0;
} 
.callout {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
        padding: 0px;
        margin: 0px; 
        background: transparent;
} 
/*CSS3 extras*/ 
a.tooltip span { 
	border-radius:4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-box-shadow: 5px 5px 8px #CCC; 
	-webkit-box-shadow: 5px 5px 8px #CCC; 
	box-shadow: 5px 5px 8px #CCC; 
}
/*End of Popup Comment Stuff*/ 


blockquote {
        margin: 10px 20px;
        padding: 10px 10px 10px 32px;
        border: 1px solid #F0F0F0;
        background: #f8f8f8 12px 12px;
        font-weight: normal;
        font-size: 12px;
        line-height: 1.5em;
        font-style: normal;
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
        color: #555;
}
