/************************ PROFILE css ******************************************************************/

/* login tab */
#profileTabWrap {
	border-bottom:1px solid #000;
}
#profileTab {
	background:#333333;
	font-family:Arial,Helvetica,sans-serif;
}


#profileTab a, #profileTab{color: #fff;text-decoration: none;}

#profileTab #profileOptions {height: 35px;color:#CCC;line-height: 35px;width:980px;font-size:12px;position:relative;}
#profileTab #profileOptions a {text-decoration:underline;}
#profileTab #profileOptions a:hover {text-decoration:none;}
#profileTab #profileOptions #profileBlog {float:left;height: 35px;padding-left:14px;}
#profileTab #profileOptions #profileBlog .blog-icon {padding-top:11px;}
#profileTab #profileOptions #profileBlog .blog-link-simple {display:inline-block;position:relative;top:-4px;}
#profileTab #profileOptions #profileBlog .blog-bubble {
	display:none;
	position:absolute;
	background:#FFF;
	top:8px;
	left:43px;
	border:1px solid #CCC;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	box-shadow:rgba(0,0,0,0.5) 0 0 3px;
	font-size:12px;
	color:#333;
	line-height:normal;
	padding:8px;
	text-decoration:none;
}
* html #profileTab #profileOptions #profileBlog .blog-bubble {
	width:400px;
}
#profileTab #profileOptions #profileBlog .blog-bubble:hover {
	box-shadow:rgba(0,0,0,0.5) 0 0 6px;
	background:#EEE;
} 
#profileTab #profileOptions #profileBlog .blog-bubble .blog-title,
#profileTab #profileOptions #profileBlog .blog-bubble .blog-article {
	display:block;
}
#profileTab #profileOptions #profileBlog .blog-bubble .blog-title {
	margin-bottom:3px;
	font-weight:bold;
}
#profileTab #profileOptions #profileBlog .blog-bubble .article-title {
	color:#3F9DBB;
}
#profileTab #profileOptions #profileBlog .blog-bubble .article-date {
	color:#888;
}
#profileTab #profileOptions #profileBlog .blog-bubble .point {
	position:absolute;
	top:5px;
	left:-9px;
	height:12px;
	width:9px;
	background:url('/v6/images/control-panel/blog-bubble-point.png') 0 0 no-repeat;
}

	#profileTab #profileOptions #profileText{text-align:right;float:right;height: 35px;margin: 0 ;padding-right:14px;}
	 #profileTab #profileLeft {background-image: url('http://www.pitchero.com/v3/images/header/profileLeft.png');height: 25px;width: 19px;position:absolute;top:0px;}
	 #profileTab #profileRight {background-image: url('http://www.pitchero.com/v3/images/header/profileRight.png');height: 25px;width: 19px;float:right;position:absolute;top: 0px;right:0px;}
*html #profileTab  #profileLeft {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.pitchero.com/v3/images/header/profileLeft.png',sizingMethod='scale');
	position:absolute;top:0px;right:340px;
}

*html #profileTab  #profileRight {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.pitchero.com/v3/images/header/profileRight.png',sizingMethod='scale');
}

/* login dropdown */
#profileInfo {background-color:black;padding-top:8px;}
#profileInfo td {font-size: 10px;color:#fff;}
#profileInfo form input {border: 0px;padding:2px;}
#profileInfo form input.text {border:1px solid #ffffff;background-color:#cccccc;}
#profileInfo form input.button {border:1px solid #ffffff;background-color:#cccccc;font-size:10px;}
#profileInfo a{color: #fff;text-decoration: none;}




/* explore panel COPIED CODE */


/* my links popup */

#myLinks {
	width: 386px; 
	min-height: 100px;
	display:none;
	position: absolute;
	/* right:165px;
	top:23px;*/
	top: 23px;
	right: 95px;
	font-size: 10px;
	z-index: 9999;
}	


#myLinksTop {

	background: url('/v2/images/exploreTop2.png');
	height: 24px;
}	


*html #myLinksTop  {
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/v2/images/exploreTopIE.png',sizingMethod='scale');
}

#myLinksContent {

	background: url('/v2/images/exploreContent.png');
	
}

*html #myLinksContent  {
background: url('/v2/images/exploreContentIE.gif');

}	

#myLinksBottom {

	background: url('/v2/images/exploreBottom.png');
	height: 12px;
}

*html #myLinksBottom  {
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/v2/images/exploreBottomIE.png',sizingMethod='scale');
}	

#myLinks .linksTitle{
	color:#666666;
	height:15px;
	border-bottom:1px solid #638AB9;
	font-weight:bold;
}

#myLinks .groupBox {
	padding-bottom:20px;
	display:block;
}

#myLinks #myLinksContent a.blockElement {
	display:block;
	width:100px;
	height:10px;
	float:left;
	padding:5px;
	color:#666666;

}
#myLinks #myLinksContent a:hover.blockElement {
	background-color:#e6e7e9;
	border-left: 3px solid #999;
	width:100px;
	color:#000;
	padding-left: 2px;
}

#myLinksContent  a{
	color: #999999;
	text-decoration: none;
}




