@charset "UTF-8";

/* GRID CSS FOR THE 960.GS*/
/* Beginning of Grid.css */

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_14 {
	margin-left: auto;
	margin-right: auto;
/*	width: 1008px; */
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14 {
	display:inline;
	float: left;
	margin-left: 7px;
	margin-right: 7px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {margin-left: 0;}

.omega {margin-right: 0;}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_14 .grid_1 {width:57px;}
.container_14 .grid_2 {width:129px;}
.container_14 .grid_3 {width:201px;}
.container_14 .grid_4 {width:273px;}
.container_14 .grid_5 {width:345px;}
.container_14 .grid_6 {width:417px;}
.container_14 .grid_7 {width:489px;}
.container_14 .grid_8 {width:561px;}
.container_14 .grid_9 {width:633px;}
.container_14 .grid_10 {width:705px;}
.container_14 .grid_11 {width:777px;}
.container_14 .grid_12 {width:849px;}
.container_14 .grid_13 {width:921px;}
.container_14 .grid_14 {width:993px;}

/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_14 .prefix_1 {padding-left:72px;}
.container_14 .prefix_2 {padding-left:144px;}
.container_14 .prefix_3 {padding-left:216px;}
.container_14 .prefix_4 {padding-left:288px;}
.container_14 .prefix_5 {padding-left:360px;}
.container_14 .prefix_6 {padding-left:432px;}
.container_14 .prefix_7 {padding-left:504px;}
.container_14 .prefix_8 {padding-left:576px;}
.container_14 .prefix_9 {padding-left:648px;}
.container_14 .prefix_10 {padding-left:720px;}
.container_14 .prefix_11 {padding-left:792px;}
.container_14 .prefix_12 {padding-left:864px;}
.container_14 .prefix_13 {padding-left:936px;}

/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_14 .suffix_1 {padding-right:72px;}
.container_14 .suffix_2 {padding-right:144px;}
.container_14 .suffix_3 {padding-right:216px;}
.container_14 .suffix_4 {padding-right:288px;}
.container_14 .suffix_5 {padding-right:360px;}
.container_14 .suffix_6 {padding-right:432px;}
.container_14 .suffix_7 {padding-right:504px;}
.container_14 .suffix_8 {padding-right:576px;}
.container_14 .suffix_9 {padding-right:648px;}
.container_14 .suffix_10 {padding-right:720px;}
.container_14 .suffix_11 {padding-right:792px;}
.container_14 .suffix_12 {padding-right:864px;}
.container_14 .suffix_13 {padding-right:936px;}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}
 html{
	background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_other_background.png) repeat-x 0px 0px #f3eee8;
}


.clearfix {
	display: block;
}
/* End of Grid CSS */

/* Hack on the Grid to accomodate other stuff */
.container_14 {
	width:993px;
/*
	overflow:hidden;
*/
}

#container.container_14{
	padding-top:8px;
}









 /* GLOBAL SETTINGS */
 a,
   a:link,
   a:active,
   a:visited {
   color:#ff0084;
outline:none;
   text-decoration: none;
   font-family:helvetica;
   }
   a:hover, a:focus {text-decoration:none;color:#7A7A7A;}
   p {
   margin-bottom: 10px;
   line-height:18px;
   }
   .module .content .body p:first-child {padding-top:10px;
   margin:0 5px;}

 body#home{
   		background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_heroimage.jpg") no-repeat scroll center top transparent;
   }

   body {
	background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_other_heroimage.jpg") no-repeat scroll center top transparent;
/*
   background:#F6F6F6;
*/
   color:#7a7a7a;
   font-size:11px;
   font-family: Helvetica,Arial, sans-serif;
   text-align:center;
   line-height:1.16em
   }
   body#music_player{
   	background:#B9B9B9 none repeat scroll 0 0;
   }
   
      /*
#home body{
   		background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_body_home6.png) repeat-y center;
   }
*/
   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
   font-weight:normal
   }
   h1 {
   font-size:28px;
   font-weight:bold;
   font-family: Georgia, serif;
   margin-bottom:15px;
   padding-left:5px;
   }
   h2 {
   font-size:18px
   }
   h3 {
   font-size:16px
   }
   h4 {
   font-size:14px
   }
   h5 {
   font-size:12px
   }
   h6 {
   font-size:10px
   }
   /*SKIN SETTINGS */
   #wrapper {
   margin:0 auto;
   text-align: left;
/*
   background:#f6f6f6;
*/
   }
   #container {
   overflow:hidden;
   margin:20px auto;
   }
 #header {
/*
 	background: #FFF;
*/
 	position: relative;
 	z-index: 2;
 }
   #header .header_img img {
   visibility:hidden
   }
   #banner .module {
   margin: 0 10px
   }
   /*
   MODULE-LEVEL VISUAL
   */
   .module {
   margin:0 0 10px;
   overflow:hidden;
   width:100%;
   padding:5px 0 0 0;
	*position:relative;
   
   }
   .module .content {padding:0 0 4px 0;}
   .module .content .head {
   padding:0;
 }

 .module .content .head h3 {
   text-transform:uppercase;
	padding: 4px 0px 0;
	font-size:39px;
	color:#f3c301;
	font-family:Impact;
   }
   .module .content .head h3 .note {
   margin:5px 0 0;
   font-size:11px;
   font-weight:normal;
   text-transform: none;
   float:right
   }
   .module .content .head .title {
   overflow:hidden;
   width:100%
   }
  .module .content .head .title h3 {}
   .module .content .head .title .nav_meta {
   float:none;
   width:auto;
   padding:6px 0;
   }
   .module .content .head .nav_meta {
   float:right
   }
  .module .content .head .nav_meta ul li {
  margin:0
  }
   .module .content .body {
   padding: 0 6px 10px 6px;
  
  }
/*
  .grid_9 .module {
  	 background: transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_grid9_strip.png) repeat scroll 0 0;
  }
 #home .grid_9 .module,#photo .grid_9 .module,#video .grid_9 .module{
 	background:none;
 }
*/

 .rss_in .module .content .body {padding: 0px 0 0;}
   .module .content .body ul {
   overflow: hidden;
   padding-top: 9px;
   }
   

   .grid_9 .comments .module .content .body  ul, .grid_5 .comments .module .content .body ul {
   background:#EBC426 none repeat scroll 0 0;
   clear:right;
   }
   
   .grid_9 .comments .module .content .body div.tools ul, 
   .grid_5 .comments .module .content .body div.tools ul {
   background-color:transparent;
   background-image:none;
   }
   
  .song_playlist .module .content .body ul,
  .video_player .module .content .body ul,
  .photo_viewer .module .content .body ul,
  .video_thumbnail .module .content .body ul {padding-top:0}
   .module .content .foot {
 /*
  height:1%;
 */
  overflow:hidden;
  padding:0 6px;
 	position: relative;
 }

   
   #member .grid_9 .module .content .foot {
	background:none;
   }
   
   #tour_dates .grid_9 .module .content .foot{background-image:none;background-color:transparent;}


   .html .module .content .foot{
   	display:none !important;
   }
   .grid_5 .module .content .foot {
   	display:block;
	background: none repeat scroll 0 0;
	margin:3px 0 0 0;
	padding:0px;
   }
   .module .content .foot {
   	display:block;
	background:none repeat scroll 0 0;
	margin:3px 0 0 0;
	padding:0px;
   }
    .grid_5  .comments .module .content .foot{
   	display:block;	
	margin:0 5px;
	padding:3px;
	background-image:none;
   }
    .grid_9 .comments .module .content .foot {
    	display:block;
	margin:0 5px;
	padding:3px;
    }
    .grid_6 .comments .module .content .foot {
    	display:block;
margin:0 5px;
padding:3px;
    }
   
   .module .content .foot * {
   line-height:1.16em
   }
   .module .content .foot .nav_meta {
   overflow:hidden;
   height:1%;
   float: right;

   }
   .grid_5 .module .content .foot .nav_meta{
   		float : none;	
   }
   .module .content .foot .nav_meta{
   		float : none;	
   }
   .member_listing .module .content .foot .nav_meta {padding-top:0}
   .module .content .foot .nav_meta ul li {
   margin:1px 0 0 10px;
   }
   .module .content .foot .nav_meta ul li:first-child {margin:0}
    .module .content .foot .nav_meta ul li.more {
    	margin-left:0;
	}

   .page_title .module .content .head {
   background:#fff;
   color:#222;
   text-transform:capitalize
   }
   /*
   AD MODULE
   */
   .ad {
   margin-bottom:	10px;
   text-align:center;
 	z-index: 1;
 	position: relative;
   }
   .ad .ad {margin-bottom:0}
   .ad .head {
  	background-color:#FFF;
   }
   .ad .body {
  	background-color:#c6c6c6;
   }
   .ad.leaderboard .body {
   width:728px;
   height:90px
   }
   .ad.skyscraper .body {
   width:160px;
   height:600px
   }
   .ad.small .body {
   width:180px;
   height:160px
   }
   .ad.medium{
   	background:#ebc426 ;
	
   }
   .ad.medium .head{
   	   	display:block;
	background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_stripe_ad_top.png) no-repeat scroll left center;

	height:21px;
   }
   .ad.medium .foot{
   	   	display:block;
	background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_stripe_ad_footer.png) no-repeat scroll left center;

height:21px !important;
   }
   .ad.leaderboard .foot{
   	height:0px!important;
	display:none;
   }
   .ad.medium .body {
   width:300px;
   margin:0 auto;
   height:250px;
   border-right: 8px solid #fff;
   border-top:5px solid #fff;
   border-bottom:5px solid #fff;
   border-left: 8px solid #fff;
   }
   .ad .head h3,
   .ad .head .foot,
   .ad .foot h3 {
   font-size:10px;
   font-weight:normal;
   color:#666;
   text-align:left
   }
   .ad .foot {background-color:#FFF;}
   
  #nav_global #nav_admin {
  	position:relative;	
  	left:-21px;
  }
  #nav_global li#eos_login_status_message {color:#FFF !important;}
  #nav_global li.hello ul li {
 		padding: 0 !important;
  	width:125px !important;
  	border:none !important;
  	}
  #nav_global li.hello ul li a {
  	line-height:27px;
  	padding:0 9px !important;
  	display:block !important;
  	width:107px;
  	background-color:#EDEBEB !important;
/*
  	border-bottom:1px solid #999 !important;
*/	font-size:17px;
  	color:#FB3499 !important;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight:bold;
  	text-transform: uppercase;
	
  	}
   #nav_global li.hello ul li a:hover, #nav_global li.hello ul li a:focus {

   	color: #FB3499 !important;
 		background-color:#fff !important;
		text-decoration:none;
 		}
   /* 
   CHANNEL-LEVEL NAVIGATION
   */
  .nav_main {margin: 0;}
   .nav_main div {/*
background: #0A0A0A url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_top_nav.gif) repeat-x top left;
*/}
   .nav_main ul {

   margin: 0 auto;
   position:relative;
  height: 94px;
   background: transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_nav_sprite.png) no-repeat scroll center 0;
 }
 .nav_main ul li {/*
 	display:inline;*/
 	float: left;
   height:20px;
   /*
background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/top_nav_divider.gif) no-repeat top right;
*/
   position:relative;
   }
   .nav_main ul li.search {
   float:right
   }
   .nav_main ul li.upload {
	float:none;
	left:145px;
	position:absolute;
	top:68px;
   }
   .nav_main ul li.nav-home {
   	display:none;
   }
   .nav_main ul li a,
   .nav_main ul li a:link,
   .nav_main ul li a:visited {
   color:#FFF;

   text-decoration: none;
   line-height:35px;
   text-transform:capitalize;
   line-height:35px;
	height:20px;
   font-weight:bold;
	display:block;
	text-indent:-9999px;   
   }
   .nav_main ul li a:hover, .nav_main ul li a:focus {color:#00abec; text-decoration:underline;}
   .nav_main ul li.active a, .nav_main ul li.active li.active a {color:#00abec; background-image:none;}
   .nav_main ul li.active  li a {color:#FFF; }
   .nav_main ul li.upload a {
   font-weight:bold;
   text-transform:uppercase;
   font-size: 14px;
	width:109px;
   line-height:35px;

   }
  
  .nav_main ul ul {
      background: none;
     top: 20px !important;
      padding-top: 0px;
  }
  
   .nav_main ul li.active a{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_nav_sprite.png) no-repeat center -40px;
	
 }

 .nav_main ul li a:hover{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_nav_sprite.png) no-repeat center -40px;
	color:#FBE987;
 }
 .nav_main ul li.upload a:hover, .nav_main ul li.upload a:focus {

	background-position: -142px -170px;
	*background-position: -143px -170px;
	}
	.msie8 .nav_main ul li.upload a:hover,.msie8 .nav_main ul li.upload a:focus {

	background-position: -143px -170px;
	}
 .nav_main ul li.nav-music,.nav_main ul li.nav-tour_dates,.nav_main ul li.nav-twitter, .nav_main ul li.nav-community_landing,.nav_main ul li.nav-store{	margin-top:2px; }
  .nav_main ul li.nav-bio {margin-left:90px;margin-top:4px;}
 
 .nav_main ul li.nav-custom a{width:68px;}
 .nav_main ul li.nav-home a{width:90px;}
  .nav_main ul li.nav-blog a{width:74px;}
 .nav_main ul li.nav-video a{width:77px;}
 .nav_main ul li.nav-music a{width:79px;}
 .nav_main ul li.nav-photo a{width:104px;}
 .nav_main ul li.nav-tour_dates a{width:67px;}
 .nav_main ul li.nav-bio a{width:49px;}
 .nav_main ul li.nav-community_landing a{width:163px;}
 .nav_main ul li.nav-twitter a{width:106px;}
 .nav_main ul li.nav-store a{width:90px;}

 .nav_main ul li.nav-home.active a{background-position: 20px -35px;}
  .nav_main ul li.nav-blog.active a{background-position: 3px -102px;}
 .nav_main ul li.nav-video.active a{background-position: -71px -102px;}
  .nav_main ul li.nav-photo.active a{background-position: -148px -102px;}  
 .nav_main ul li.nav-music.active a{background-position:3px -124px;;}
 .nav_main ul li.nav-tour_dates.active a{background-position:-76px -124px;}
 .nav_main ul li.nav-bio.active a{background-position:-87px  -170px;}
 .nav_main ul li.nav-community_landing.active a{background-position: 3px -146px;}
 .nav_main ul li.nav-twitter.active a{background-position: 143px -124px;}
 .nav_main ul li.nav-store.active a{background-position: -160px -146px;}

 .nav_main ul li.nav-home a:hover{background-position: 20px -35px;}
  .nav_main ul li.nav-blog a:hover{background-position:3px -102px;}
 .nav_main ul li.nav-video a:hover{background-position: -71px -102px;}
  .nav_main ul li.nav-photo a:hover{background-position: -148px -102px;}  
 .nav_main ul li.nav-music a:hover{background-position: 3px -124px;}
 .nav_main ul li.nav-tour_dates a:hover{background-position: -76px -124px;}
 .nav_main ul li.nav-bio a:hover{background-position: -87px  -170px;}
 .nav_main ul li.nav-community_landing a:hover{background-position: 3px -146px;}
 .nav_main ul li.nav-twitter a:hover{background-position:-143px -124px}
 .nav_main ul li.nav-store a:hover{background-position: -160px -146px;}
  
   
.nav_main ul li.nav-home a:hover,.nav_main ul li.nav-home.active a{*background-position: 19px -35px;}
   .nav_main ul li.nav-blog a:hover, .nav_main ul li.nav-blog.active a{*background-position:2px -102px;}
   .nav_main ul li.nav-video a:hover,.nav_main ul li.nav-video.active a{*background-position: -72px -102px;}
  .nav_main ul li.nav-photo a:hover,.nav_main ul li.nav-photo.active a{*background-position: -149px -102px;}  
 .nav_main ul li.nav-music a:hover, .nav_main ul li.nav-music.active a{*background-position: 2px -124px;}
 .nav_main ul li.nav-tour_dates a:hover,.nav_main ul li.nav-tour_dates.active a{*background-position: -77px -124px;}
 .nav_main ul li.nav-bio a:hover,.nav_main ul li.nav-bio.active a{*background-position: -87px  -170px;}
 .nav_main ul li.nav-community_landing a:hover,.nav_main ul li.nav-community_landing.active a{*background-position: 2px -146px;}
 .nav_main ul li.nav-twitter a:hover,.nav_main ul li.nav-twitter.active a{*background-position:-144px -124px}
 .nav_main ul li.nav-store a:hover,.nav_main ul li.nav-store.active a{*background-position: -161px -146px;} 
 
   .msie8 .nav_main ul li.nav-home a:hover,.msie8 .nav_main ul li.nav-home.active a{background-position: 19px -35px;}
  .msie8  .nav_main ul li.nav-blog a:hover,.msie8 .nav_main ul li.nav-blog.active a{background-position:2px -102px;}
  .msie8 .nav_main ul li.nav-video a:hover,.msie8 .nav_main ul li.nav-video.active a{background-position: -72px -102px;}
 .msie8  .nav_main ul li.nav-photo a:hover,.msie8 .nav_main ul li.nav-photo.active a{background-position: -149px -102px;}  
 .msie8 .nav_main ul li.nav-music a:hover,.msie8 .nav_main ul li.nav-music.active a{background-position: 2px -124px;}
 .msie8 .nav_main ul li.nav-tour_dates a:hover,.msie8 .nav_main ul li.nav-tour_dates.active a{background-position: -77px -124px;}
 .msie8 .nav_main ul li.nav-bio a:hover,.msie8 .nav_main ul li.nav-bio.active a{background-position: -87px  -170px;}
 .msie8 .nav_main ul li.nav-community_landing a:hover,.msie8 .nav_main ul li.nav-community_landing.active a{background-position: 2px -146px;}
 .msie8 .nav_main ul li.nav-twitter a:hover,.msie8 .nav_main ul li.nav-twitter.active a{background-position:-144px -124px}
 .msie8 .nav_main ul li.nav-store a:hover,.msie8 .nav_main ul li.nav-store.active a{background-position: -161px -146px;} 


  
  
  
 .nav_main li li {float: none;}
 /*flyout menus for top nav */
 .nav_main ul.flyoutMenu li {
 	display:block;
	height:25px;
 	}

	.nav_main ul li.active ul.flyoutMenu a{
		background-image:none;
		color:#FF0084	!important;	
	}
	.nav_main ul li.active ul.flyoutMenu li.lastChild a{
		background-position:left bottom;
		background-repeat:repeat-x;
	}	
	#ringtones .nav_main ul li.active ul.flyoutMenu li.lastChild a{
		background:#3C434B url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_dropdown_border.png");
		background-position:left bottom;
		background-repeat:repeat-x;
	}
	#ringtones .nav_main ul li.active ul.flyoutMenu li.lastChild a:hover{
	}	
	.nav_main ul li.active  ul.flyoutMenu li.active a{
		background-image:none;
		color:#FF0084 !important;	
		background:#fff  none repeat scroll 0 0;
	}
		.nav_main ul li.active  ul.flyoutMenu li.active a:hover{
			color: #FF0084;
		}
 .nav_main ul.flyoutMenu li a {
 	font-family: Arial, Helvetica, sans-serif;
 	display:block;
 	background-color: #edebeb;
	color:#fb3499;
	font-weight:bold;
	font-size:17px;	
	text-transform:uppercase;
	text-indent: 0;
	width:auto;
	line-height:27px;
	padding-left:5px;
	height:25px;
 	}
	.nav_main ul.flyoutMenu li.lastChild a{
	}
	.nav_main ul.flyoutMenu li.lastChild a:hover,.nav_main ul.flyoutMenu li.lastchild a:focus{
	text-decoration:none;
	}
 .nav_main ul.flyoutMenu li a:hover, .nav_main ul.flyoutMenu li a:focus {
	background-image:none;
	text-decoration:none;
	background:#fff;

 }
 .nav_main ul.flyoutMenu li a.flag {
 	padding-left:32px;
 	background-repeat: no-repeat;
 	background-position: 9px center;
 }
/*
 .nav_main ul.flyoutMenu li a.us {background-image:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/us_flag.jpg);}
 .nav_main ul.flyoutMenu li a.uk {background-image:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/uk_flag.jpg);}
*/
  .nav_main ul.flyoutMenu li a.japan {
		background-image:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/Japan_flag16x11.png);
	}
 .nav_main ul.flyoutMenu li a.germany {
		background-image:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/Germany_flag16x11.png);
}
 .nav_main ul.flyoutMenu li a.spain {
		background-image:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/Spain_flag_16x11.png);
}
  .nav_main ul.flyoutMenu li a.canada{
		background-image:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/flag_canada.png);
	}
  .nav_main ul.flyoutMenu li a.australia {
		background-image:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/flag_australia.png);
	}
 
 .nav_main ul.flyoutMenu {
 	display:block;
 	position:absolute;
   left:0;
   top:22px;
 	width: 185px;
 	z-index:1000;
 }
.nav_main ul#storeSubNav.flyoutMenu{
	left:-144px;
}
.nav_main ul#storeSubNav.flyoutMenu {width:232px;}
/*
 .nav_main ul.flyoutMenu#storeSubNav li{
 	 display:block;
	float:left;
	width:44px;
 }
 .nav_main ul.flyoutMenu#storeSubNav li a{
 	text-indent:-9999px;
	display:block;
 }
*/
 .nav_main ul.flyoutMenu li a.flag {
 	padding-left:32px;
 	background-repeat: no-repeat;
 	background-position: 9px center;
 }
 .nav_main ul.flyoutMenu li a.us {background-image:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/flag_us.gif) !important;}
 .nav_main ul.flyoutMenu li a.uk {background-image:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/flag_uk.gif);}
 
  /* 
  MODULE-LEVEL NAVIGATION
  */
  .nav_meta {
/*
  border: solid #C6C6C6;
  border-width: 0 1px;
  background-color:#FFF;

*/  }
  .song_playlist .nav_meta {padding:0 12px;}
  .foot .nav_meta, .head .nav_meta {border:0}
 #home .rss_in .nav_meta,
 #home .feature .nav_meta,
 #home .site_activity .nav_meta,
 #home .member_listing .nav_meta
 	{background: none;}
   .nav_meta ul {
   overflow:hidden;
   height:1%
   }
   .nav_meta ul li {
   float:right;
   line-height:16px;
   font-size:11px
   }
   .grid_5 .foot .nav_meta ul li{
   		float : none;
		text-align : center;
   }
   .foot .nav_meta ul li{
   		float : none;
		text-align : center;
   }

    .nav_meta ul li.launchPlayer {
    	float: left;
    }
	 .nav_meta ul li.new a
	{
		color:#fb3499;
		font-family:Impact,Charcoal,sans-serif;
		font-size:14px;
		font-weight:normal;
		text-transform:uppercase;
		text-decoration:none;
	}
	 .nav_meta ul li.new a:hover
	 {
		color:#707070;
		font-family:Impact,Charcoal,sans-serif;
		font-size:14px;
		font-weight:normal;
		text-transform:uppercase;
		text-decoration:none;
	}
   .nav_meta ul li.launchPlayer a {
   	text-transform:uppercase;
   	font-weight:bold;
   	padding-right:13px;
   	display:inline;
   	background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/launch_player_link.gif) no-repeat 100% 50%;
   	}
   .nav_meta ul li.prev {
   float:right
   }
   .nav_meta ul li.register {
   float:left
   }
   .nav_meta ul li a {
   display:inline-block;
   padding:2px
   }
   .nav_meta ul li.register a,.nav_meta ul li.more a , .mercfoot a{
   font-family: Impact, Charcoal, sans-serif;
	font-size:14px;
	font-weight:normal;
   color:#d79f2d;
   text-transform:uppercase;
   }

   .nav_meta ul li.more a,.nav_meta ul li.register a{
   	color : #fff;
   }
   
   a.twitterContainerMore{
   	font-family: Impact, Charcoal, sans-serif;
   font-size:14px;
   color:#d79f2d;
   text-transform:uppercase;
   font-weight:normal;
   }
   
   .nav_meta ul li.more a:hover, .mercfoot a:hover,.nav_meta ul li.register a:hover{
   	color:#fbe987;
   }
   .nav_meta ul li.more a{
   	color:#FAF9F6;
	display:block;
	text-align:center;
	background : #FF0084;
	padding:3px 0;
   }
   .nav_meta ul li.more a:hover{
   	color :#FF0084;
	background :#FAF9F6;
   }
   
   #member_listing-340499.member_listing .foot .nav_meta ul li.more a:hover{
   		color :#Fbe987;
		background:#FF0084;
   }
    #member_listing-340499.member_listing .head .nav_meta ul li.more a:hover{
   		color :#Fbe987;
		background:#FF0084;
   }
   
    a.twitterContainerMore:hover{
   	color:#fbe987;
	font-family: Impact, Charcoal, sans-serif;
   	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
   } 
   
   
   
   
   /* 
   IN-MODULE-CONTENT-LEVEL NAVIGATION:
   tabs, content-flipping clickable elements
   */
   .nav_switch {
   overflow: hidden;
   position:relative;
   height:20px
   }
   .nav_switch ul.ui-tabs-nav {
   width: 75px;
   margin:0 auto;
   }
   .nav_switch ul li {
   margin: 0 0 0 6px;
   float: left
   }
   .nav_switch ul li a {
   background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_feature.gif) no-repeat top left;
   display: block;
   height: 9px;
   text-indent: -9999px;
   width: 9px
   }
   .nav_switch ul li a:hover {
   background-image: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_feature_current.gif);
   }
  .nav_switch ul li a:focus {outline: none;}
   .nav_switch ul li.ui-tabs-selected a {
   background-image: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_feature_current.gif);
   }
   .tools ul li.admin.delete {font-size:13px !important; line-height:16px !important;background : none;}
   /* 
   IN-MODULE-CONTENT-LEVEL OR PAGE-LEVEL NAVIGATION:
   all pagination belong to us
   */
   .nav_page {
   float:right
   }
   .nav_page ul {
   overflow:hidden;
   width:100%;
   padding:8px 0
   }
   .nav_page ul li.frst,
   .nav_page ul li.last,
   .nav_page ul li.location {
   display:none
   }
   .nav_page ul li.prev {
   float:right;
   text-align:left;
   margin: 0 3px 0 0;
   }
   
   .nav_page ul li.prev a {
   background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_prev_page.png) no-repeat scroll 0 0;
   border:medium none;
	display:block;
	height:23px;
	margin-left:6px;
	padding:0 3px;
	text-indent:-9999px;
	width:68px;
	margin-top:3px;
   }
   .nav_page ul li.prev a:hover{
   	background-position : 0 -36px;
   }
    .nav_page ul li.prev span, .nav_page ul li.next span {
    border:medium none;
	color:#FFFFFF;
	display:block;
	padding:8px 3px;
	text-indent:-9999px;
	width:68px;
    }
	.nav_page ul li.prev span
	{
	background:transparent url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_prev_page.png") no-repeat scroll 0 -33px;
	}
	
	.nav_page ul li.next span
	{
	background:transparent url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_next_page.png") no-repeat scroll 0 -33px;
	}
	
   .nav_page ul li.next {
   float:right;
   margin:0 0 0 3px
   }
   .nav_page ul li.page {
   float:right;
   margin:0 7px 0 10px;
   }
   .grid_5 .nav_page ul li.page {margin:0 1px;}
   .nav_page ul li a {
   text-decoration: none
   }
   .nav_page ul li.next a {
   background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_next_page.png) no-repeat scroll 0 0;
   border:medium none;
	display:block;
	height:23px;
	margin-left:6px;
	padding:0 3px;
	text-indent:-9999px;
	width:68px;
   }
/*
   .body .photo .nav_page ul li.next a{
   	background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_next_arrow.png) no-repeat scroll 0 0;
height:17px;
padding:0;
width:23px;
   }
   .body .photo .nav_page ul li.next a:hover{
   	background-position :0  -23px;
   }

      .body .photo .nav_page ul li.prev a{
   	background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_prev_arrow.png) no-repeat scroll 0 0;
height:17px;
padding:0;
width:23px;
   }
   .body .photo .nav_page ul li.prev a:hover{
   	background-position :0  -23px;
   }
   */
    .nav_page ul li.next a:hover{
    	background-position :0  -36px;
    }
   .nav_page ul li.page a {
   margin:2px 3px 0;
   padding:2px 3px 0;
   border:medium none;
   font-weight:bold;
   float:left;
   color:#FF0084;
   font-size:18px;
   
   }
   .nav_page ul li.page a.active {
   color:#FF0084  ;
   text-decoration:underline;
   border:none;
   }
   .nav_page ul li.page a:hover{
   	color:#707070;
   }
   /* 
   BLOG-PAGE-LEVEL NAVIGATION:
   navigate between previous and next blog posts
   ot: i believe this needs to be looked over again
   */
   .nav_blog {
   padding:10px 0
   }
   .nav_blog ul {
   overflow:hidden;
   height:1%
   }
   .nav_blog ul li {
   line-height:13px
   }
   .nav_blog ul li a {
   display:inline-block;
  font-size:11px
   }
   .nav_blog ul li.next_post {
   float:right;
   line-height:1em;
   width:45%;
   text-align:right;
   margin:0
   }
   .nav_blog ul li.next_post .label {
   text-align:right;
  display:block;
  }
   .nav_blog ul li.next_post a {
  font-size:13px;
  font-weight:bold;
  font-family:Helvetica,Arial;
   text-align:right
   }
   .nav_blog ul li.prev_post {
   float:left;
   line-height:1em;
   width:45%
   }
   .nav_blog ul li.prev_post .label {
   display:block;
   }
   .nav_blog ul li.prev_post a {
   font-size:13px;
	font-weight:bold;
 	font-family:Helvetica,Arial;
   }
   /* HEADER AND FEATURE MODULES
   ot: need to look over/cleanup/compact
   */
   .header .feature {
   background-repeat: no-repeat
   }
   .header img {
   display: block;
   width: 940px;
   height: 118px
   }
   .header .module {
   margin: 0;
   background:none
   }
   .header .module .content .body {
   position: relative;
   padding: 0;
   overflow: hidden;
   width: 100%
   }
   .header .module .content .head,
   .header .module .content .foot {
   display: none
   }
   .header .module .txt {
   position: absolute;
   width: 33%
   }
   .header .nav_switch {
   position: absolute;
   right: 15px;
   top: 15px;
   z-index: 1
   }
   .header .nav_page {
   float: none;
   position: absolute;
   right: 10px;
   bottom: 0
   }
   .header .module .content .body ul li.feature {
   position: relative;
   height: 320px
   }
   /* @group Nine positions in Header Module */
   
   .header .module .description a {
   color:#fff
   }
   .header .module .pos_top_lt {
   top: 0;
   left: 0
   }
   .header .module .pos_top_lt .description {
   padding:20px 0 0 40px
   }
   .header .module .pos_top_c {
   top: 0;
   left: 33%
   }
   .header .module .pos_top_c .description {
   padding:20px 20px 0
   }
   .header .module .pos_top_rt {
   top: 30px;
   right: 0
   }
   .header .module .pos_top_rt .description {
   padding:20px 40px 0 0
   }
   .header .module .pos_mid_lt {
   top: 40%;
   left: 0
   }
   .header .module .pos_mid_lt .description {
   padding:10px 0 10px 40px
   }
   .header .module .pos_mid_c {
   top: 40%;
   left: 33%
   }
   .header .module .pos_mid_c .description {
   padding:10px 20px
   }
   .header .module .pos_mid_rt {
   top: 40%;
   right: 0
   }
   .header .module .pos_mid_rt .description {
   padding:10px 40px 10px 0
   }
   .header .module .pos_btm_lt {
   bottom: 0;
   left: 0
   }
   .header .module .pos_btm_lt .description {
   padding:10px 40px 10px 0
   }
   .header .module .pos_btm_c {
   bottom: 0;
   left: 33%
   }
   .header .module .pos_btm_c .description {
   padding:0 20px 20px
   }
   .header .module .pos_btm_rt {
   bottom: 0;
   right: 0
   }
   .header .module .pos_btm_rt .description {
   padding:0 0 20px 40px
   }
   .module .feature {
   display: block;
   position: relative
   }
   /* size of the image may break the column */
   .module .feature .img {
   max-width: 395px;
   overflow:hidden;
   border:1px solid #ccc;
   margin-bottom:12px;
   }
   .module .feature .img img {
   display: block;
  
   }
   .module li.f_top div {
   display: inline
   }
   .module li.f_top div.img {
   width: 100%
   }
   .module li.f_rt .img {
   background-position: right
   }
   .module li.f_rt .img img {
   float: right;
   padding-left: 10px
   }
   /* just to test... 2 lines of text in #moduleContainer1 */
   .module li.f_btm {
   padding-top: 15%
   }
   .module li.f_btm .txt {
   position: absolute;
   top: 0
   }
   .module li.f_lt .img img {
  float: left;/*
  padding-right: 12px;*/
   
   }
   .module .feature.ui-tabs-hide {
   display: none
   }
   /* @end */
   /* GLOBAL LINK STYLING */
   a.comment,span.comment {
background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_comments_sprite.png) no-repeat scroll left top;
font-size:11px;
font-weight:bold;
padding:0 0 4px 23px;
text-transform:uppercase;
   }
   a.comment:hover,span.comment:hover{
   	background-position:0 -30px;
   }
   a.permalink,li.permalink a {
    background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_links_sprite.png) no-repeat 0 1px;
    padding:0 0 0 18px;
    font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
   }
   a.permalink:hover,li.permalink a:hover{
   	background-position:0 -29px;
   }
   a.sharelink,li.sharelink a {
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_share_sprite.png) no-repeat 0 0px;
   padding:0 0 1px 20px;
   font-size:11px;
   text-transform:uppercase;
   }
   a.sharelink:hover,li.sharelink a:hover{
   	background-position:0 -30px;
   }
   .mac li.sharelink a{padding:3px 0 3px 20px;}
   
   .member_detail li.admin.delete a, .member_detail .tools .delete a{
   	background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_delete_sprite.png) no-repeat 2px 0;
   }
   
   .member_detail li.admin.delete a:hover, .member_detail .tools .delete a:hover{
   	background-position:2px -30px;
   }
   
   
   
   
   
   
   li.admin.delete a, .tools .delete a {
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_delete_sprite.png) no-repeat 0px 0;
   padding:0 0 0 19px;
     font-size:11px;
	 font-weight : bold;
	 text-transform : uppercase;
   }
   li.admin.delete a:hover, .tools .delete a:hover{
   	background-position:0 -30px;
   }
   .mac li.admin.delete a,.mac .tools .delete a {
   	background-position:0px -2px;
	}
	.mac li.admin.delete a:hover,.mac .tools .delete a:hover {
   	background-position:0px -32px;
	}
	
	 .mac .member_detail li.admin.delete a, .mac .member_detail .tools .delete a {
   	background-position:2px -2px;
	}
	.mac .member_detail li.admin.delete a:hover, .mac .member_detail .tools .delete a:hover {
   	background-position:2px -32px;
	}
	
	
   
   .tools .delete a {background-position:0 0}
   li.admin.flag a {
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_flag_sprite.png) no-repeat 0 0;
   padding:0 0 0 20px;
       font-size:11px;
font-weight:bold;
text-transform:uppercase;
   }
   li.admin.flag a:hover{
   	background-position:0px -30px;
   }
   li.admin.edit a {
   background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_edit_sprite.png) no-repeat 0 0;
   padding: 0 0 2px 18px;
     font-size:11px;
font-weight:bold;
text-transform:uppercase;
   }
   li.admin.edit a:hover{
   		background-position:0px -30px;
   }
   li.admin.prome a {
   background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/BG_PRO_BADGE.png") no-repeat 0 0;
   padding:0 0 0 20px;
   font-size:10px
   }
   li.admin.fanme a {
   background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_fan_badge.png") no-repeat 0 0;
   padding:0 0 0 23px;
   font-size:10px
   }
   .more {
  	font-size: 11px;
  	font-weight:bold;
  	text-transform: uppercase;
   }
   .more a {
   padding:1px 4px
   }
   li.register {
  	text-transform:uppercase;
  	font-weight:bold;
   }
   .register a {
   padding:1px 4px
   }
   .register a.img_format {
   display:block;
   height:100%;
   text-indent:-9999px
   }
   .new {
  	font-size: 11px;
  	font-weight:bold;
  	text-transform: uppercase;
   }
   .new a {
   padding:0 4px
   }
   a.next,
   li.next a {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% 3px
   }
   a.prev,
   li.prev a {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% -20px
   }
   /* object meta information: stats and such */
   .obj_meta ul li {
   padding:0 0 0 23px;
   margin:6px 0 0 30px;
   font-size:11px;
   font-family: Verdana, sans-serif;
   }
   .member_detail .obj_meta ul li {text-transform:capitalize; color:#7a7a7a}
   .obj_meta ul li.hd {display:none}
   .obj_meta ul li.songs {
   background:url('http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_stats.gif') no-repeat 0 -13px
   }
   .obj_meta ul li.images {
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_image_icon.png) no-repeat 0 0
   }
   .obj_meta ul li.videos {
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_video_icon.png) no-repeat 1px 0
   }
   .obj_meta ul li.comments {
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_bubble_icon.png) no-repeat 2px 0;
   font-size:11px;
   padding-left:23px;
   margin-left:30px;
   height:14px;
   }
   .obj_meta ul li.views {
   	background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_eye_icon.png) no-repeat 6px 0;
   	padding-left:23px !important;
   	}
   /* dividers */
   .hd {
   border-bottom:1px solid #5D5D5D;
   line-height:1px;
   padding:0;
   float:left;
   display:inline;
   width:100%
   }
  
   /* ratings */
 li .txt {margin-bottom: 5px;}
 .txt .rating {
 	padding: 7px 0 5px;
   float: left;
  }
 .content .rating ul {
   list-style: none;
   width:105px;
   /*height: 22px;*/
   margin:0;
   padding: 0 !important;
   position: relative;
   overflow:visible;
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_ratingstars_big.png) repeat-x 0 -57px;
   height : 23px;
   }
   .rating ul.inactive {
   list-style: none;
   height: auto;
   float: left;
   width: 63px;
   margin:0;
   background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_ratingstars_small.png) repeat-x 0 0px;
 }
   a.rate,
   .rating ul a.rate {
   background: transparent no-repeat top center;
   padding:2px 0;
   display:block;
   text-align:center
   }
   .rating ul li {
   float:left;
   width:21px;
   height:22px;
   padding:0;
   margin:0;
   z-index:2;   
   }
   .rating ul li a {
   display: block;
   width:21px;
   height:22px;
   text-decoration: none;
   text-indent: -9000px;
   z-index: 20;
   position: absolute;
   padding:0
   }
   .rating ul li a:hover {
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_ratingstars_big.png) repeat-x 0 -28px;
   z-index: 2;
   margin:0;
   padding:0;
   left:0
   }
   
    .audio_player .audio .rating ul li.current{position:absolute;}
	
   .rating ul a.ratingone {
   	top:0px;
    left: 0
   }
   .rating ul a.ratingone:hover {
   width: 21px
   }
   .rating ul a.ratingtwo {
   left: 21px;
   top:0px;
   }
   .rating ul a.ratingtwo:hover {
   width: 42px
   }
   .rating ul a.ratingthree {
   left: 42px;
   top:0px;
   }
   .rating ul a.ratingthree:hover {
   width: 63px
   }
   .rating ul a.ratingfour {
   left: 63px;
   top:0px;
   }
   .rating ul a.ratingfour:hover {
   width: 84px
   }
   .rating ul a.ratingfive {
   left: 84px;
   top:0px;
   }
   .rating ul a.ratingfive:hover {
   width: 105px
   }
   .rating ul li.current {
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_ratingstars_big.png) repeat-x 0px 0px;
   position: relative;
   display: block;
   height: 22px;
   margin:0;
   padding:0;
   z-index:1;
   text-indent: -9000px
   }
   .rating ul.inactive li.current {/*
   background:url('http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_rating_inactive.gif') repeat-x 0 0;*/
   height: 16px;
   background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_ratingstars_small.png) repeat-x 0 -17px;
   }
   .rating .total {
   float:left;
   font-weight:normal;
   color:#707070;
   line-height:20px;
   text-transform:capitalize;
   font-size:11px
   }
   .rating .text {
   float:left;
   width:110px;
   line-height:20px;
   text-transform:lowercase;
   font-size:11px
   }
   .compact .rating ul {
   margin-left: auto;
   margin-right: auto
   }
   .compact .rating .total {
   width: auto;
   margin-top: -0.3em;
   text-align: center
   }
 /* general comment indications next to ratings */
 .txt .comments {
   background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_comment_link.png) 5px 2px no-repeat;
   float: right;
   padding: 2px 0 8px 25px;
   font-size: 13px;
   color:#FF0084;
   margin: 5px 0 0;
 }
 .member_detail .txt li.comments {float:none; margin-top:6px}
 .txt .author {
 	clear: both;

 }
 /* end comments indications */
   /* OBJECT BLOCKS */
   /* MEMBERS */
   ul.members {
   height:1%
   }
   .members li {
   float:left;
   margin:0 10px 10px 0;
   background:#f8f8f8;
   overflow:hidden
   }
   .members li.pro {
   border:0
   }
   .members li .img {
  
   }
   
   .members li.member {
  
   position:relative;
  }
    .members li.member .txt {
    margin:5px;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    overflow:hidden
    }
    .members li.member .txt a {
    	color:#7a7a7a;
    	display:block;
    	}
    .members li.member.hover .img a {
    background-color:#faf9f6;
    filter:alpha(opacity=70);
    opacity:0.8
    }
    .members li.member.hover .txt {
    z-index:2
   }
   
   /* MEMBERS: XLARGE|140x140 */
   .members li.xl {
   width:160px;
   height:186px
   }
   .members li.xl .img {
   background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_xl.png") no-repeat center center
   }
   .members li.xl .img a {
   width:140px;
   height:140px
   }
   /* MEMBERS: LARGE|104x104 */
   .members li.l {
   width:106px;
   height:106px
   }
   .members li.l .img {
   background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_l.png") no-repeat center center
   }
   .content li.member.l .img a {
   width:104px;
   height:104px;
   border:1px solid #CCC
   }
   /* MEMBERS: MEDIUM|70x70 */
   .members li.m {
   width:62px;
   height:62px;
   margin:0 2px 2px 0
   }
   .members li.m .img {
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_s.png) no-repeat center center
   }
  .content li.member.m .img a {
   width:60px;
   height:60px;
   border:1px solid #CCC
   }
   /* MEMBERS: SMALL|48x48 */
   .members li.s {
   width:68px;
   height:98px;
   margin:0 2px 2px 0
   }
   .members li.s .img {
   background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_s.png") no-repeat center center
   }
   .members li.s .img a {
   width:48px;
   height:48px
   }
   /* MEMBERS: XSMALL|30x30 */
   .members li.xs {
   width:40px;
   height:70px;
   margin:0 2px 2px 0
   }
   .members li.xs .img {
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_xs.png) no-repeat center center
   }
   .members li.xs .img a {
   width:30px;
   height:30px
   }
   /* MEMBERS: PRO have pretty icon */
   .members li.pro .img a {
/*
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_pro.gif) no-repeat 0 0
*/
   }
   /* MEMBERS: REGISTER has no avatar */
   .members li.register .img {
   background:#ccc
   }
    .txt .title h4{
   text-transform:uppercase;
   }
  
   .members li .txt .title h4 {
   font-size:11px
   }
   .members li .txt .tagline {
   margin:2px 0;
   font-size:11px
   }
   .members li .txt .date {
   font-size:10px
   }
   .members li .txt .location {
   font-size:10px
   }
   .members li .txt .activity {
   font-size:10px
   }
  
   /* MEMBER TOOL TIP */
   .tt div.member.s .img {
   background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_s.png") no-repeat center center
   }
   .tt div.member.m .img {
   background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_m.png") no-repeat center center
   }
   .tt div.member.l .img {
   background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_l.png") no-repeat center center
   }
   .tt div.member .txt {
   position:static;
	z-index:1;
   }
   .tt div.member .txt h4 {
   color:#FFF;
	    font-family: Georgia, serif;
   font-weight:bold;
   font-size:18px;
   }
   /* single member display - detail page */
   .content div.member.m {
   width:126px;
   height:164px;
   padding:10px 0 0;
   background:#DEDCDB
   }
   .content div.member.m.pro {
   background:#f6f6f6
   }
   .content div.member.m .img {
   margin:0 10px 10px;
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_m.png) no-repeat center center
   }
   .content div.member.m .img a {
   width:104px;
   height:104px
   }
   .content div.member.l {
   width:170px;
   padding:24px 0 0;
   }

   .content div.member.l .img {
   width:140px;
   height:140px;
   margin:0 10px 10px 18px;
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_xl.png) no-repeat center center;
   }
   .content div.member .img {
   position:relative
   }
   .content div.member .img .tools {
   background:#FFF;
   font-size:10px;
   padding:2px;
   line-height:12px
   }
   .content div.member .img img {
   display:none
   }
   .content div.member .txt {
   
   }
   .content div.member .txt .tagline {
   margin:2px 0;
   font-size:11px
   }
  .member_detail .module .content .body {padding-bottom:0}
   .content div.member .txt .obj_meta {
   padding:0;
   }
   .content div.member .txt li.admin.delete {
   padding:0;
   }
   #member_detail .content div.member .txt li.admin.delete {
   	margin-top:3px;
	
	}
   .content div.member .txt .obj_meta li.delete a {
   font-size: 11px;
   color:#333;
   padding-top:8px;
   }
   .content div.member .txt li.admin.flag {
   border-top: 1px dotted #999;
   padding:5px 0 0
   }
   .content div.member .txt .obj_meta li.flag a {
   background-position: 0 -74px;
   font-size: 11px
   }
   .content div.member .txt .obj_meta li.flag span {
   background-position:0 0;
   color: #999;
   font-size: 11px
   }
   .content div.member .txt li.admin.prome {
   padding:0
   }
   .content div.member .txt li.admin.prome a {
   font-size: 11px
   }
   .content div.member .txt li.admin.fanme {
   padding:0
   }
   .content div.member .txt li.admin.fanme a {
   font-size: 11px;
   color:#333;
   line-height:13px
   }
   .content .foot .obj_meta {
   color:#999;
   padding:5px 0 10px
   }
   .content .foot .obj_meta li {
   font-size:11px;
   padding:0
   }
   /* member's about me */
   .content .about .description {
   font-size:13px;
   line-height:18px;
   }
   .content .about .description .tools {
   background:#FFF;
   line-height:12px;
   font-size:10px;
   padding:2px
   }
   .content .about{
   	display:block;
	
   }
   .content .about .var {

float:none;
font-size:13px;
margin:10px 0 0;
padding:10px 0 0;

   /* position:relative;*/
   }
   .content .about .var .tools {
   font-size:10px;
   padding:2px;
   line-height:12px
   }
   .content .about .var .label {
   	color:#C9C7C7;

font-size:13px;
   }
   .content .about .var .value {
color:#7a7a7a;
font-size:11px;
line-height:16px;
margin-top:8px;
   	}
   /* member's detail page title for pro state */
   .content .head.pro {
   border:1px solid #eee;
   text-transform:capitalize
   }
   /* photos */
   ul.photos {
   height:1%
   }
   .photos li {
   float:left;
   margin:0 4px 2px 0;   
   }
   .photos li.photo{
   background:#474747 none repeat scroll 0 0;
   overflow:hidden;
   }
  .grid_6  .photos li.xs {clear:none}
   .photos li.pro {
   border:0
   }
  
  .photos li .hd {margin-top:10px;border-bottom:1px dotted #5D5d5d;}
   .photos li .img a {
   display:block;
   /*border: 1px solid #CCC;*/
   }

   .photos li.pro .img a {
/*
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_photo_a_pro.gif) no-repeat 0 0;
*/
   }




   .photos li .txt .title {
   margin:3px 0 0 0;
   overflow:hidden;
  
   }

   .photos li .txt .category {
   font-size: 10px;
   line-height:12px;
   clear:both;
   }/*
   .photos li .txt .author {
   font-size:10px;
   line-height:12px;
   float:left;
   }/*
   .photos li .txt .rating {
   float:left;
   overflow:hidden;
   margin:3px 0 0 0
   }
   .photos li .txt .comments {
   font-size: 10px;
   line-height: 13px;
   padding:0 0 0 14px;
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools.gif") no-repeat 2px 1px
   }
   .photos li .txt .comments.vd {
   padding:0 0 0 22px;
   margin:3px 0 2px 65px;
   background-position:8px 1px;
   border-left:1px solid #ccc
   }*/
   .photos li .txt .views {
   clear:both;
   font-size:10px;
   line-height:12px;
   height:12px
   }
   /* photo compact (no padding, overlay text) */
   .photos li.compact {
   position:relative;
   overflow:hidden
   }
   .photos li.compact .img {
   position: absolute;
   z-index:1
   }
   .photos li.compact.hover .img a {
   /*background-color:#fff;*/
   filter:alpha(opacity=80);
   opacity:0.8
   }
   .photos li.compact .txt {
   margin:145px 0px 10px 0px;
   position:relative;
   z-index:10;
   overflow:hidden;
   color:#95A8AD;
   padding: 0 5px;
   font-size: 11px;
   height:auto;
   border-top:2px solid #b9c0c8;
   }

   .photos li.compact.hover .txt .title,
   .photos li.compact.hover .txt {
   z-index:3;
   display:block
   }
   .photos li.compact .txt .title h4 a {
   color:#95A8AD;
   }
   .photos li.compact .txt .title h4 a:hover {
   text-decoration:none
   }
   /* photo thumbnails */
   /* container sizes */
   .photos li.xs {
   width:87px
   }
 .photos li.s {
 	width: 100%;
 }
 .grid_3 .photos li.s {margin-right: 0;}
   .photos li.m {
   width:114px;
   }
   .photos li.l {
   width:360px
   }
   /* thumb backgrounds */
   .photos li.xs .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_photo_xs.gif") no-repeat center center
   }
   .photos li.s .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_photo_s.gif") no-repeat center center
   }
   .photos li.m .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_photo_m.gif") no-repeat center center
   }
   .photos li.l .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_photo_l.gif") no-repeat center center
   }
   .photos li.xl .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_photo_xl.gif") no-repeat center center
   }
   /* thumb sizes */
   .photos li.xs .img a {
   width:70px;
   height:70px
   }
   .photos li.s .img a {
   width:104px;
   height:104px
   }
   .photos li.m .img a {
	height:113px;
	width:117px;
   }
   .photos li.m.pro .img a{
   	margin :0px;
   }
   .photos li.l .img a {
   width:350px;
   height:350px
   }
   .photos li.xl .img a {
   width:540px;
   height:540px
   }
   .photos li.compact.xs {
   height:80px
   }
   .photos li.compact.s {
   height:114px
   }
   .photos li.compact.m {
   height:220px;
   background:#2B3032 none repeat scroll 0 0;
   }
   .photos li.compact.l {
   height:360px
   }
   .photos li.compact.xl {
   height:540px
   }
   /* single photo display */
   .content div.photo {
   overflow:hidden
   }
   .content div.photo .title {
   text-transform:capitalize
   }
   .content div.photo .img {
   margin:10px 0;
   text-align:center
   }
  .photo_viewer .content div.photo .img {margin-top:6px}
   .content div.photo .img img {
   	display:inline;

   	}
   .content div.photo .author {
   float:right;
   }
   .content div.photo.pro .author a {
   padding:0 23px 0 0;
   background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_pro.gif") no-repeat 1px 100%
   }
   .content div.photo .rating {
   float:left;
   margin-bottom:5px;
   }
   .content div.photo .description {
   padding:5px 0 15px;
   clear:both
   }
   .content div.photo .description a.more {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% 3px;
   padding:0 10px 0 0;
   border:0;
   float:right
   }
   .content div.photo .description a.less {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% -32px;
   padding:0 10px 0 0;
   float:right
   }
/*   .content div.photo .tools ul li a {
   line-height:20px;
   font-size:11px
   } */
   .content div.photo .tools ul li.admin.delete a {
   background-position: 0 0
   }
   .content div.photo .nav_page {float:none; clear:both}
   .content div.photo .nav_page ul {
   padding:0
   }
   .content .body div.photo .nav_page{
   	padding : 6px 0;
   	}
   .content div.photo .nav_page ul li.prev {float:left;}


   .content div.photo .nav_page ul li.next a:hover, .content div.photo .nav_page ul li.next a:focus {text-decoration:underline}
   .content div.mphoto .img {
   margin:10px 0;
   text-align:center
   }
   .content div.mphoto .img img {
   width:100%;
   display:block
   }
   .content div.mphoto .views {
   display:inline
   }
   .content div.mphoto .comments {
   display:inline
   }
   
   /* article */
   ul.articles {padding-top:15px}
   
   .articles li {
   overflow: hidden;
   width:100%;
   margin:3px 0 0;

   }
   
   .articles li .img {
    float:left;
    margin:0 10px 10px 0;
    border:5px solid #f2f2f2;
    width:48px;
    height:48px;
    background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_xs.png") no-repeat center center
	} 
   .articles li .title, .articles li .description, .articles li .author, .articles li .activity, .articles li .category {
   	padding-left:0px;
   	
   	}
  .articles li .description {padding-right:7px;}
  .articles li .description img {max-width:375px;
  }
   .articles li .title, div.article li .title {
   margin: 0;
   }
 #blog  .articles li .title,#blog div.article li .title {
   margin: 0 0 8px;
   }
   .articles li .title h4, div.article .title h4 {
   color:#E5B656;
   font-family:Impact,Charcoal,sans-serif;
   font-size:16px;
   font-weight:normal;
   text-transform:uppercase;
   }
   .articles li .date, div.article .date {
color:#FF0084;
display:inline;
font-family:Impact,Charcoal,sans-serif;
font-size:14px;
margin:0px 0px 0px 2px;
text-transform:uppercase;
   }
   .articles li .author, div.article .author {
   display:inline;
   }
   .articles li .description,  div.article .description {
border-bottom:0 dotted #9D9D9D;
color:#7A7A7A;
font-family:Helvetica;
font-size:11px;
line-height:16pt;
margin:0;
margin-bottom:2px;
overflow:hidden;
   }
   #home .articles li .description object, #home .articles li .description img {display:none}
   .articles li .activity, div.article .activity {
   display:inline;
   padding-right:7px;
   }
   .articles li .tools, div.article .tools {
   display:inline
   }
   .articles li .tools ul, div.article .tools ul {
   display:inline
   }
   .articles li .tools ul li, div.article .tools ul li {
   display:inline;
   margin:0 0 0 7px
   }
   .articles li .tools ul li.vd, div.article .tools ul li.vd {
   background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/divider.gif) no-repeat 0 1px;
   padding:0 0 0 10px
   }
   
   div.article .tools ul li.permalink{
   	display:none;
   }
   .articles li .category, div.article .category  {
   margin:5px 0 0
   }
   .articles li .category ul, div.article .category ul {
   padding:6px 0 0;
   }
   .articles li .category ul li, div.article .category ul li {
   display:inline;
   padding:0px;
   }
   .articles li .hd {
   height:3px;
   background:#eee;
   margin:0 0 10px;
   background:none ;
   padding:0
   }
   
   /* used? */
   .content .current_category {
   font-weight:bold;
   color:#333;
   font-size:16px
   }
   .content .current_category .label {
   font-weight:normal;
   font-style:italic
   }
   /* article detail */
   .content div.article {
   overflow: hidden;
   width:100%;
   padding:10px 0 0
   }
   
   .content div.article .img {
    float:left;
    margin:0 10px 10px 0;
    border:1px solid #f2f2f2;
    width:48px;
    height:48px;
    background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_48.png") no-repeat center center 
   
   }
   
   .content div.article .title {
   margin: 0 0 5px
   }
  
  
   .content div.article .hd {
   height:3px;
   background:#eee;
   margin:0 0 10px
   }
   /* topic */
   .topics li {
   margin:0 0 6px;
   overflow:hidden;
   width:100%;
   clear:left;
   }
   .topics li .img {
   float: left;
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_s.png) no-repeat center center;
    margin:0 10px 0 0;
   }
   .topics li .txt {
   	float:left;
   	width:250px;
   	}
	.topics li .txt .title {
		padding-bottom:5px;
	}
   	.grid_6 .topics li .txt {width:330px}
   .topics li .img a {
   width:48px;
   height:48px;
   border:1px solid #CCC
   }
   .topics li .date {
   display:inline;
   font-size:11px;
   }
   .topics li .author {
   display:inline;
   font-size: 11px;
   }
   .topics li .author a {font-style:normal}
   .topics li .description {
   font-size: 11px;
   line-height: 15px;
   margin:0 0 3px;
   }
.module .content .body .topics li .description p:first-child{
   	margin :0px;
	padding-top :5px;
   }
   .topics li .activity {
   font-size:11px;
   float: right;
   }
   .topics li .tools {
   display:inline
   }
   .topics li .tools ul {
   margin:0 0 0 6px;
   display:inline
   }
   .topics li .tools ul li {
   margin:0 6px 0 0;
   padding:0 0 0 6px;
   border-left: 1px dotted #ddd;
   display:inline;
   font-style:italic
   }
   .topics li .category ul li {
   display:inline;
   }
   .topics li .hd {
   margin:0 0 10px;
   border-bottom:1px dotted #7A7A7A;
   }
   .topics li.list {
   overflow:hidden;
   width:100%
   }
   .topics li.list.header {
   display:none;
   }
   .topics li.list div {
   padding:0
   }
   .topics li.list.header div {
   font-size:10px
   }
   .topics li.list.header .title {
   float:left;
   width:435px;
   margin:0 10px 0 0;
   line-height:1.16em
   }
   .topics li.list.header .category {
   float:left;
   width:110px;
   margin:0 10px 0 0
   }
   .topics li.list.header .activity {
   float:left;
   width:62px;
   margin:0 10px 0 0
   }
   .topics li.list.header .date {
   float:left;
   width:80px
   }
   .topics li.list .title {
   float:left;
   margin:0 10px 0 0;   
   }
   .grid_6 .topics li.list .title {width:320px}
   .topics li.list .title h4 {
   	font-family: Georgia, serif;
	 	 font-weight:bold;
	 	font-size:18px;
	 	margin-bottom:10px;
	 	}
  .topics li.topic .title h4 {
  	font-family:Helvetica, Arial, sans-serif;;
  	font-weight:bold;
  	font-size:16px;
  }
   .topics li.list .description {
   font-size:11px;
   margin:0 5px 0 0
   }
   .topics li.list .author {
   font-size:11px;
   }
   .grid_6 .topics li.list .author, .grid_6 .topics li.list .category,
   .grid_6 .topics li.list .activity, .grid_6 .topics li.list .date {width:140px}
   .topics li.list .category {
   float:left;
   width:110px;
   font-size:11px;
   padding-top:3px;
   }
   .topics li.list .category ul {
   	padding-top:0;
   	}
   .topics li.list .activity {
   float:right;
   width:62px;
   font-size:11px;
   margin-top: -14px;
   }
   .topics li.list .date {
   float:right;
   clear:right;
   width:80px;
   font-size:11px;
   padding-top:3px;
   }
   /* DISCUSSION TOPIC: DETAIL */
   .content div.topic {
   overflow:hidden;
   width:100%
   }
   .content div.topic .description {line-height:18px; padding-top:10px}
   .content div.topic .tools ul {padding-top:0}
   .content div.topic .img {
   float:left;
   margin:0 10px 10px 0;
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_m.png) no-repeat center center
   }
   .content div.topic .img a {
   width:104px;
   height:104px
   }
   .content div.topic .img img {border:1px solid #CCC;}
   .content div.topic .txt .title {
   padding:0 0 10px;
   margin-right:55px;
   }
   .content div.topic .txt .title h3 {
   	color:#E5B656;
	font-family:Impact,Charcoal,sans-serif;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
   }
   .content div.topic .txt .author {
   display:inline;
   font-size:11px
   }
   .content div.topic .txt .date {
   display:inline;
   font-size:11px;
   font-style:italic
   }
   .content div.topic .hd {
   border-bottom:1px dotted #eee;
   margin:0 0 10px
   }
         				/* Setting up all the image size in the discussion to a predetermined one */
   .content div.topic .description p img{

	} 
   
    .content li.topic .description p img{

	} 
	
   /* COMMENT */
   .comments .input .button.submit {
   float:right;
   }
   .grid_5 .comments .input .button.submit{
   width:100%;
   background:transparent url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_stripe_grid5.png") no-repeat scroll -6px center;   	
   }
   .msie7 .grid_5 .comments .input .button.submit{
   	background-position:-30px center; 
   }
   .msie7 .grid_5 .comments .input .button.submit #submitComment{
   	padding-left:0px;
   }
   .grid_5 .comments .input .button.submit #submitComment{
   	float:right;
	padding-right:0px;
   }
   .mac .safari3 .grid_5 .comments .input .button.submit #submitComment,
   .mac.safari3 .grid_5 .comments .input .button.submit #submitComment,
   .mac .safari4 .grid_5 .comments .input .button.submit #submitComment,
   .mac.safari4 .grid_5 .comments .input .button.submit #submitComment{
   	height : 23px;
   	}
   .mac .firefox3 .grid_5 .comments .input .button.submit #submitComment,
   .mac.firefox3 .grid_5 .comments .input .button.submit #submitComment{
   	height : 24px;
   	}
	
   .msie8  .grid_5 .comments .input .button.submit #submitComment{
   	float:none;
   }
   .grid_5 .comments .module .content .foot{height:auto;}
   .comments .title {
   padding: 0;
   float:left;
   background:#F7F1DB none repeat scroll 0 0;
   padding-left:3px;
   }
   .comments fieldset{
   	background:#fff;
   }
   .comments li.comments .txt{
   	*padding:5px;
   }
   .comments .input.textarea textarea
   {
   	background-color:#fff;
	color:#848484;
	font-size:11px;
	font-weight:bold;
	font-family:helvetica;
    *overflow:auto;
   }
   .comments .title h3{
	color:#FB3499;
	font-family:helvetica;
	font-size:12px;
	font-weight:bold;
	padding:6px 2px 4px;
	text-transform:uppercase;
	*padding-bottom:7px;
	
   }
  .grid_5 .comments .title h3{
padding-bottom:8px;
padding-left:6px;
width:184px;
	*width:192px;
	*padding:10px 0 9px 0;
  }
   .grid_9 .comments .title h3{
   	 width:416px;
	 *padding-bottom:9px;
   	}
	.mac .grid_9 .comments .title h3{
		padding-bottom:5px;
	}
 .mac .safari3 .grid_9 .comments .title h3,
 .mac .safari4 .grid_9 .comments .title h3{
 	padding-bottom:3px;
 }
 
  .msie8 .grid_9 .comments .title h3{
  	padding-bottom:2px;
  }
  .msie8 .grid_5 .comments .title h3{
  	padding-left:0px;
	padding-bottom:6px;
	width:185px;
  }
    .comments #inputCount.input{
    	color:#848484 ;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:helvetica;
    }
   .content li.comment {
   overflow:hidden;
   padding-bottom:0px;
   margin-bottom:5px;
   *padding-bottom:5px;
   *padding-top:2px;
   background:#ceab20 none repeat scroll 0 0;
   padding-top:5px;
   }
   .content li.comment.odd{
   		background:#ceab20 none repeat scroll 0 0;		
   }
   
   .comments .content .body ul li .txt .author,
   .comments .content .body ul li .txt .author a{
   	font-weight:bold;
	font-size:13px;
	color:#363636;
	padding-left:1px;
   }
   .comments .content .body ul li .txt .date,
   .comments .content .body ul li .txt .description{
   	font-size:13px;
	color:#363636;
	   *padding-bottom:5px;
   *padding-top:2px;
   padding-bottom:5px;
   }
 #blog_detail .content li.comment {
 	border-top:none;
 	padding-top:10px;
 	}
	
	li.comment.empty{
		background:none !important;
		border:none !important;
	}
   .content li.comment .member {
   float:left;
   margin:0 5px 20px;
   }
   .content li.comment .img {
   width:30px;
   height:30px;
   background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_xs.png) no-repeat center center;
   border:1px solid #CCC;
   }
   .content li.comment .txt {
   position:relative;
   margin:0 0 0 40px
   }
   .content li.comment .txt .title {
   font-size: 14px;
   line-height: 16px;
   padding:0 0 5px
   }
   .content li.comment .txt .author {
   display:inline;
   }
   .content li.comment .txt .date {
   display:inline;
   text-transform:lowercase;
   font-size:11px;
   font-family: Verdana, sans-serif;
   }
   .content li.comment .txt .description {
   margin:3px 0 0
   }
   .content li.comment .txt .description p {
   	margin-bottom:0;
	line-height:20px;
	padding-top:0;
   }
   .grid_9 .content li.comment .txt .description p{line-height:13px;padding-top:0;}
   .content li.comment .txt .description q {
   margin-bottom: 5px;
   }
   .content li.comment .txt .activity {
   display:inline;
   font-size:10px;
   padding:0 10px
   }
   .content li.comment .hd {
   border-bottom:none;
   margin:0 0 10px;
   float:none;
   display:block
   }
  .module .content .body li.comment ul {padding-top:0;}
  .content li.comment .tools ul li.admin.delete {
  	border:1px solid #CCC;


	margin-right:4px;
	padding:4px;
  	}
	.comments .errorInput{
		margin-left:8px;
	}
  .content li.comment .tools ul li.admin.delete a {background-position: 0 0;}
  .content li.comment .tools ul li.admin.delete a:hover {background-position: 0 -30px;}
  
  .mac .content li.comment .tools ul li.admin.delete a {background-position: 0px -2px;}
  .mac .content li.comment .tools ul li.admin.delete a:hover {background-position: 0px -32px;}
   .content .tag { /*aka KEYWORD */
   display:inline;
   margin:0 0.2em 0 0;
   font-family: Georgia, serif;
  font-size:16px;
  font-weight:normal;
   }
 	.content .division {padding-bottom:10px;}
   .content .division .title {
 	font-family: Georgia, serif;
 	font-size:14px;
   font-weight:bold;
   }
   .content .division .category {
   padding:5px 10px 5px
   }

   .content .division .category .title {
   padding:0;
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   }
   .content .division .category .title a {
   display:block;
   text-transform:capitalize
   }
   .content .division .category .title span {
   display:block;
   text-transform:capitalize
   }
   .content .division .category .date {
   font-size:11px
   }
   .content .division .category.selected .title a {
   color:#333
   }
   .content .division .category.selected .date {
   color:#ddd
   }
   .content ul#category-list {
   overflow:visible;
   }
   .content ul#category-list ul {padding-top:5px}
   .categories .module .content .foot .nav_meta {padding-top:0}
   .categories .module .content .body ul{
   	padding-top:6px;
   }
  .categories .module .content .body{
   	   	padding-bottom:6px;
   }
   /* video */
   ul.videos {
   height:1%
   }
   .videos li {
   margin:10px 0 0 0;
   float:left;
   display:inline;
   background:transparent;
   padding:0 
   }
   .grid_6 .videos li {margin-right:10px}
   .videos li .hd {
   margin:0;
   border-bottom:1px dotted #5D5D5D;
   }
   .videos li.xs.list,
   .videos li.m.list,
   .videos li.l.list,
   .videos li.xl.list {
   margin:0 0 10px;
   overflow:hidden;
   width:100%;
   padding:0
   }
   .videos li .img {
   /*border: 1px solid #B3B3B3;*/
   }
    .grid_6 .videos li .img {border:0}
   .videos li.list .img {
   float:left;
   margin:0px;
   }

   .videos li.m .img a {
   background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_hand_sprite_new2.png) no-repeat scroll center 26px;
   }
.videos li.m .img a:hover{
	background-position : center -92px;
}
   .videos li.s .img a {
   background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_hand_sprite.png) no-repeat scroll center 16px;
   }
.videos li.s .img a:hover{
	background-position : center -102px;
}
   .videos li .txt {
	background:#474747 none repeat scroll 0 0;
	color:#CBCBCA;
	font-size:10px;
	font-weight:bold;
	margin:0;
	overflow:hidden;
	padding:5px 3px;
	text-transform:uppercase;
   }
   .videos li.list .txt {
   float:left;
   height:auto
   }
   
   /********* fixing for title truncate issue ************/
   .videos li .txt .title {
    display:block;
    overflow:hidden;

   }
   .videos li .txt .title h4 {
		font-size:10px;
		font-weight:bold;
		overflow:hidden;
   }
   .videos li .txt .title h4 a{
  		color : #cbcbca;
   }
   .videos li .txt .duration {
color:#CBCBCA;
font-size:10px;
font-weight:bold;
   }
 .videos li .txt .author {
 	font-size:10px;
 	line-height:13px;
 	clear: both;
 }
   .videos li .txt .description {
   font-size:10px;
   line-height:13px
   }
   .videos li .txt .activity {
   display:inline
   }/*
   .videos li .txt .rating {
   padding:5px 0;
   float:left
   }
 .videos li .txt .rating ul {float: none;}
   .videos li .txt .comments {
   font-size: 10px;
   line-height: 13px;
   padding:0 0 0 14px;/*
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools.gif") no-repeat 2px 1px;
   background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/speechbubbles.png) left top no-repeat;
   }
   .videos li .txt .comments.vd {
   padding:0 0 0 22px;/*
   margin:5px 0 5px 65px;
   background-position:8px 1px;
   border-left:1px solid #ccc;
   float: left;
   border: 1px solid red;
   }*/
   .videos li .txt .views {
   font-size: 10px;
   line-height: 13px;
   clear:both
   }
   .videos li .txt .views .val {
   color:#FF0084;
   }
   .videos li .txt .category {
   font-size: 10px;
   line-height: 13px
   }
   /* thumb backgrounds */
   .videos li.xs .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_video_xs.gif") no-repeat center center
   }
   .videos li.s .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_video_s.gif") no-repeat center center
   }
   .videos li.m .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_video_m.gif") no-repeat center center;
   margin-bottom:10px;
   }
   .videos li.l .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_video_l.gif") no-repeat center center
   }
   .videos li.xl .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_video_xl.gif") no-repeat center center
   }
   /* thumb sizes */
   
   .videos li.xs .img a {
   width:70px;
   height:39px
   }
   .videos li.s .img a {
   width:104px;
   height:60px;
   }

   /********* for fixing alignment issue after ss1-1.6 upgrade ***/

	
   .videos li.l .img a {
   width:350px;
   height:197px
   }
   .videos li.xl .img a {
   width:540px;
   height:304px
   }
   /* container sizes */
   .videos li.xs {
   width:80px
   }
   .videos li.s {
   width:104px
   }
   .videos li.m {
   width:154px;
   height:148px;
   }
   .videos li.l {
   width:360px
   }
   /* pro settings */
   .videos li.pro {
   border:0;
   padding:0
   }
   .videos li.pro .img {
   border-color:#ddd;
   padding:0;
   margin:0;
   }
   .videos li.pro .txt .author a {
   padding:0 23px 0 0;
   }
   .content div.video {
   overflow:hidden;
   height:1%
   }
   .content div.video.pro {
   border:0;
   background:none;
   }
   .content div.video .title {
   text-transform:uppercase
   }
   .content div.video .player {
   margin:6px 0;
   height:347px;
   background:#000
   }
   .content div.video .author {
float:right;
padding-left:5px;
padding-top:3px;
text-transform:uppercase;
   }
   .content div.video.pro .author a {
   padding:0 0 0 18px;
   background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_pro.gif") no-repeat center left;
   }
   .content div.video .rating {
   float:left
   }
   .content div.video .description {
   padding:10px 0 5px;
   clear:both;
   }
   .content div.video .description a.more {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% 1px;
   padding:0 10px 0 0;
   border:0;
   float:right
   }
   .content div.video .description a.less {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% -31px;
   padding:0 10px 0 0;
   float:right
   }
   .content div.video .ad_sponsor {
   display: none;
   }
  .content div.video .tools ul li {
   float:left
   }
.video_player .content div.video .tools ul li  {
	float:right;
  padding-right:10px;
  padding-top:3px;
  }
  
  .video_player .content div.video .tools ul li.shareweb{
  	*width:100%;
  }
 .content div.video .tools ul li.admin.delete {
   padding:0 20px 0 0;
   }
   
 .photo_viewer .content div.photo .tools ul li  {
 	float:right;
   padding-right:10px;
   padding-top:3px;
   }
  .content div.photo .tools ul li.admin.delete {
    padding:0 20px 0 0;
   }

   /* audio */
   ul.songs {
   height:1%
   }
   .songs li {
   overflow:hidden;
   width:100%;
   margin:0 0 10px
   }
   .songs li .hd {
   margin:0 0 10px;
   border-bottom:1px dotted #7A7A7A;
   height:0
   }
   .songs li.pro {
   border:0
   }
   .songs li .img {
   border: 2px solid #f6f6f6;
   background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_audio_img.gif") no-repeat center center !important;
   float:left;
   margin:0 10px 0 0
   }
   .songs li.pro .img {
   border-color:#ddd
   }
   .songs li .img a {
   height:11px;
   width:15px
   }
   .songs li .txt {
   margin:0 0 0 30px
   }
   .songs li .txt .title {
   display:inline
   }
   .songs li .txt .title h4 {
   font-size:11px;
   display:inline
   }
   .songs li .txt .duration {
display:block;
font-size:10px;
font-weight:bold;
margin:0; 
   }
   .songs li .txt .category {
   font-size:11px
   }
   .songs li .txt .views {
   font-size:11px;
   clear:both
   }
   .songs li .txt .views .val {
   color:#666
   }
   .songs li .txt .description {
   font-size:11px
   }
   .songs li .txt .buy {
   clear:both;
   font-size:11px;
   padding:5px 0 0
   }
   .songs li .txt .author {
   font-size:11px;
   display:inline
   }/*
   .songs li .txt .comments {
   font-size: 10px;
   line-height: 13px;
   padding:0 0 0 14px;
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools.gif") no-repeat 2px 1px
   }
   .songs li .txt .comments.vd {
   padding:0 0 0 22px;
   margin:1px 0 5px 65px;
   background-position:8px 1px;
   border-left:1px solid #ccc
   }*/
   .songs li.list.header {
   display:none
   }
   .songs li.list.header .txt .title {
   margin:0 40px 0 0
   }
   .songs li.list .txt .title {
   float:left;
   margin:0 10px 0 0;
   width:160px
   }
   .songs li.list .txt .rating {
   float:left;
   font-size:11px;
   height:16px;
   width:70px;
   margin:0 10px 0 0
   }
   .songs li.list .txt .comments {
   float:left;
   width:25px
   }
   .songs li.list .txt .category {
   float:left;
   margin:0 10px 0 0;
   font-size:11px;
   width:70px;
   font-style:italic
   }
   .songs li.list .txt .description {
   font-size:11px
   }
   .songs li.list .txt .buy {
   margin:0 0 0 10px;
   width:130px;
   float:right;
   clear:none;
   padding:0
   }
   .songs li.list .txt .views {
   float:right;
   width:70px
   }
   /* audio detail view */
   .content div.audio {
   overflow:hidden;
   font-family:Verdana;
   }
   .content div.audio .title {
   color:#333;
   padding:10px 10px 40px 0;
   margin:0 0 1px;
	font-size:10px;
   }
   .content div.audio .title .img {
   float:left;
   margin:0 10px;
   background:url('http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_pl_info_img.gif') no-repeat top left;
   display:block;
   width:70px;
   height:70px
   }
   .content div.audio .title h3 {
   color:#333;
   font-weight:bold;
   text-transform:capitalize;
   margin:10px 0 0;
   font-family:Georgia,serif;
	font-size:14px;
	line-height:20px;
   
   }
   .content div.audio .player {
   margin:0 0 10px;
   width:480px;
   height:35px;
   background:#dedede
   }
   .content div.audio .rating {
   float:left
   }
   .content div.audio .tools {
   float:right
   }
   .content div.audio .tools ul li a {
   font-size:11px;
   line-height:20px
   }

   .content div.audio .buy {
   font-size:11px;
   color:#FF0084;
   padding:10px 0 0;
   clear:both
   }
   .content div.audio .description {
   clear:both;
   padding:10px 0 0;
   font-size:11px;
   color:#aaa
   }
   .content div.audio .description a.more {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% 1px;
   padding:0 10px 0 0;
   float:right
   }
   .content div.audio .description a.less {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% -31px;
   padding:0 10px 0 0;
   float:right
   }
   .content div.audio .lyrics {
   	margin:20px 0 0;
   }
   .content div.audio .lyrics h3 {
   padding: 0 0 4px 16px;
   font-weight: bold;
   text-transform: uppercase;
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools.gif") no-repeat 0 -89px;
   border-bottom:1px dotted #ccc;
   color :#FED119;
   }
   .content div.audio .lyrics .val {
    font-size:11px;
   	padding:15px 0 15px;
	display:block;
	color : #707070;
   }
   .content div.audio .lyrics .show {
   margin:10px 0 0;
   display: none;
   }
   .content div.audio .lyrics .show a {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% -31px;
   padding:0 12px 0 0;
   font-size:11px
   }
   .content div.audio .lyrics .show a.active {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% -10px
   }
   
   fieldset legend {
   font-weight:bold;
   font-size:13px;
   text-transform:uppercase
   }
   .input {
   margin:0 0 10px;
   overflow:hidden;  
   }
   
	.comments .input{
		background:none repeat scroll 0 0 #F7F1DB;
		float:right;
		position:relative;
		
   }
   .grid_9  .comments .input{
   	width:200px;
   }
   .grid_5  .comments .input{
   padding-bottom:4px;
	width:140px;
   }
   .grid_9 .comments .input.textarea{
   	background:none repeat scroll 0 0 #FFFFFF;
	float:none;
	margin-right:1px;
	width:622px;
   }
    .grid_5 .comments .input.textarea{
    	float:none;
		background:#fff;
    }
	
	.mac .safari3 .grid_5 .comments .input.textarea,
	.mac .safari4 .grid_5 .comments .input.textarea{
		margin-bottom:0px;
	}
	.msie8 .grid_5 .comments .input.textarea{
		width:238px;
	}
	.msie8 .grid_5 .comments .input{
		padding-right:5px;
		}
   #media_upload-294555.media_upload .urlSelect #cancelUrl{
   	padding:2px;
   }
   
   .msie7 #media_upload-294555.media_upload .urlSelect #cancelUrl{
   	padding-top:5px;
   }
   
   fieldset .note,
   .input .note {
   margin:5px 0;
   }
   .input.radio input {
   float:left;
   margin:0 10px 0 0
   }
   .input.radio label strong {
   color:#333;
   font-size:14px;
   font-weight:bold
   }
   .input#inputCount {
   float:left;
   font-size:10px;
   font-family: Verdana, sans-serif;
   line-height:13px;
   }
   .input.textarea textarea {
   border:0;
   width:99%;
  
   font-size: 13px;
   font-family: Arial, Helvetica, san-serif;
   padding:7px 10px;
   height:120px;
   }
   .edit_profile .input.textarea textarea{
   	height:80px;
   }
   .input span.required {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_required_30h3.png) no-repeat scroll 0 4px;
	padding:0 0 0 8px;
}
   .input.annotation span.required {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_required_30h3.png) no-repeat scroll 0 4px;
	padding:0 0 0 8px;
}
   .input.file input, .input.browse input {
   	border:1px solid #CCCCCC;
   	padding:2px 10px;
   	}
   .input.text input {
   	border:1px solid #CCCCCC;
   	padding:2px 10px;
   	}
  .grid_5 .input.textarea textarea {margin-left:4px;
width:324px;}
  .grid_5 .input.textarea{width:335px;}
  .grid_6 .input.textarea textarea {width:383px;}
   .inline .input {
   margin:20px 0 0
   }
   .input label {
   display:block;
   margin:0 0 5px
   }
   .add_new_article .input label {
   	font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
		}
.edit_blog .input label {
font-size:11px;
font-weight:bold;
text-transform:uppercase;
}
   .button {
   margin:0 0 0 10px
   }
   .button.submit {
   float:right;
   margin:0;
   display:inline
   }
   
   /* Start 1.11 Release Change CSS Rules */
	.button.submit input {
	border:0;
	cursor: pointer; /* added for all 'Post comment' buttons */
	padding: 3px 5px;
	margin:0;
	display:block;
	font-size:11px
	}	
	.edit_account .off {
	background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_settings_boolean.gif") no-repeat 2px -16px;
	}
	/* End 1.11 Release Change CSS Rules */

   .button.cancel {
   margin:0 10px;
   float:right;
   display:inline
   }
   
   #edit_account .button.cancel{
   		margin:0px;		
   }
  .input .button.submit input, .button.cancel input, .reset_password .input #submit {
  /*
	border: 1px solid #0094cc;
  	color: #0094cc;
*/
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight:bold;
  	font-size:14px;
  	background: #FFF;
  	text-transform:uppercase;
  	padding:2px 10px;
	cursor:pointer;
	*padding : 0px ;
  }
  body#reset_password.m32 #errorMsg{
  	text-align:center;
	margin:0px auto;
	width:362px;
  }
    .input .button.submit input{
		color:#FF0084;
		font-family:Impact,Charcoal,sans-serif;
		font-size:18px;
		font-weight:normal;
		text-transform:uppercase;
		text-decoration:none;
		cursor:pointer;
		background:transparent none repeat scroll 0 0;
		padding :0px;

} 
.input .button.submit input:hover{
	color : #707070;
}
  .button.cancel input {
  	border:0;
  	font-size:12px;
  	text-transform:none;
  	font-weight:normal;
	cursor:pointer;
  	padding:4px 0 0 0;
  	}
  .edit_profile fieldset {
  	padding-bottom:10px;
	border-bottom:1px solid #999999;
  	}
  .edit_profile fieldset:first-child {
  	padding-bottom:0;
  	border-bottom:0;
  	}
  .edit_profile fieldset legend {
  	color:#E5B656;
	font-family:Impact,Charcoal,Sans-serif;
	font-size:16px;
	font-weight:normal;
	margin-top:10px;
	padding-top:7px;
  	}
   .edit_profile fieldset:first-child legend {
   	margin-top:0; 
   	padding-top:0;
   	}
   .edit_profile .content .body {
  background:none repeat scroll 0 0 #FAF9F6;
	margin:0 5px 5px;
	overflow:hidden;
	padding-right:0;
	padding-top:60px;
   }
   .edit_profile .main {
   float:left;
   width:605px;
	 overflow:hidden;
   }
  /* .edit_profile .main .hd {
   margin:20px 0 0 0;
   float:none;
   display:block;
   border-bottom:1px solid #999;
   } */
   .edit_profile .main .hd {display:none}
   .edit_profile .related {
   width:288px;
   float:left;

   }
   .edit_profile .related .tt {
   margin:37px 0 0 0px;
   position:relative;
   }
   .edit_profile .module .content .body ul {
   	padding-top:0;
   	margin-bottom:10px;}
   .edit_profile #fileName {
     width:215px;
   }
   .edit_profile .input.text input{
   	width:500px;
	line-height:18px;
   }
   fieldset{
   	color:#b3b3b2;
   }
   .edit_profile .input.text label,.edit_profile fieldset .note,.input .note {width:auto;  line-height:18px;}
   .edit_profile fieldset .note {margin-top:0;}
   .edit_profile fieldset .input.textarea textarea {width:500px;}
   .edit_profile li.input  {margin-top:10px}
   	.edit_profile .input label {
   		font-size:12px;
   		text-transform:uppercase;
   		font-weight:bold;
		color:#E5B656;
   		}
   .edit_profile .input.textarea label {
   	padding-top:8px;
  	font-size:12px;
   	text-transform:none;
   	font-weight: bold;
   	}
   .edit_profile .input div#inputCount {
   	font-size:10px;
   	font-family: Verdana, sans-serif;
   	line-height:12px;
   	margin:10px 18px 0 2px;
	text-align: left;
   	}
   .edit_profile .input.submit {
   margin:20px 0 0
   }
   .edit_profile .tip {
   margin:10px 25px 0 35px;
   font-size:10px;
   font-family:tahoma;
   }
  .edit_account .note:first-child {padding-top:10px}
   .edit_account .input {
   width:375px
   }
   .edit_account .input.text input {
   width:365px;
   }
   
   /* Start 1.09 Release Change CSS Rules */
   /* .edit_account .edit_items,.edit_account #submitDiv {margin:15px 0;}*/
	.edit_account .edit_items, 
	.edit_account .mobileEmail,  
	.edit_account #submitDiv { 
	margin:15px 0 15px 20px 
	}
	/* End 1.09 Release Change CSS Rules */
	
    .edit_account #submitDiv {margin-bottom:0}
	.edit_account .edit_items {
		font-family: Georgia, serif;
		font-size:18px;
		font-weight:bold;
		}
	.edit_account .edit_items * {
		font-family: Arial, sans-serif;
		font-size:13px;
		font-weight:normal;
	}
	.edit_account .edit_items label {
		text-transform:uppercase;
		font-weight:bold;
		font-size:12px;
	}
   .sign_up fieldset {
   border:0;
   }
   .sign_up fieldset .note {
   margin:0 0 14px
   }
   .sign_up .input {
   text-align:right
   }
   .sign_up .input.checkbox {
    border-top:1px dotted #5F6060;
    border-bottom:1px dotted #5F6060;
    padding:5px 0;
    text-align:left;
	margin-bottom:12px;
    }

   .sign_up .input label {
   float:left;
   width:90px;
   padding-top:4px;
   }
   #sign_up .sign_up .input.checkbox label {width:280px;}
   #sign_up .sign_up .input.checkbox label a{
   	color:#fb3499;
   }
   .sign_up .input.select {
   text-align:left;

   
   }
   .sign_up .input.select label {
   margin:0 23px 0 0;
   }
   .sign_up .input.text input,  .join .input.text input {
   height:20px;
   margin-right:11px;
   width:200px;
   background:#e7e3de;
   }
   .sign_up .input.checkbox label,  .join .input.checkbox label {
   float:none;
   font-size:11px;
   padding:2px 0;
   width:100%;
   font-family:helvetica,arial,sans-serif;
font-size:10px;
font-weight:bold;
   }
   body#sign_up.m32 #container{
   	padding-top:50px;
   }
   #sign_up .sign_up li.input {position:relative}
  #sign_up .sign_up .input .message {
	/*
	height:45px;
	left:-125px;
	line-height:15px;
	margin:0;
	position:absolute;
	text-align:left;
	top:-18px;
	width:131px; */
  /* 	margin-left:0px;
   	text-align:left;
   	line-height:14px;
   	height:auto;
   	*/
	
	position:relative;
		margin-left:0px;
		text-align:left;
   		line-height:14px;
	   	height:auto;
		left:0px;
		width:auto;
		top:0px;

   	}
	
	 
   	#sign_up .sign_up .input .message span.description {		
		background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_register_alert.png) no-repeat scroll 0 3px;
		color:#fff;

		height:50px;	
		left:-125px;
		padding:14px 9px 8px 10px;
		text-align:left;
		position:absolute;
		font-family:helvetica,arial, sans-serif;
		font-size:11px;
		font-weight: bold;
		top:-45px;
		width:108px;
		
		/*
		background:#DDDDDD none repeat scroll 0 0; */
		
		display:none !important;
	}





	#sign_up .sign_up .input .message .description{
		   	
			text-align:right;	
	}
	
   #join .join .input.checkbox label {
   	display:inline;
  	margin:0;
  	position:static;
   }
   .join p {line-height:1.4}
  #sign_up .sign_up .input.checkbox input, .join .input.checkbox input {
   float:left;
	margin:1px 6px 0 2px;
   }
.join .input.checkbox input{
	   margin:1px 10px 0 2px;
}
 .sign_up .input {margin-bottom:8px;}
   .sign_up_confirm .body div {
   margin:10px 0
   }
   .sign_up_confirm .body #closeBtn {
   margin:15px 0
   }
   .login fieldset {
   border:0;
   }
   .login .input {
   text-align:right;
   margin:0 0 12px;
   padding:0 15px 0 2px;
   }
   #login .html .description,#sign_up .html .description, .join #html-344525  .description{
   	color:#b3b3b2;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;	
   }
   #login .html .description a,#sign_up .html .description a, .join #html-344525  .description a{
   	color:#fb3499;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
		font-size:12px;	
	text-transform:uppercase;
   }
   
   .login .input label,  .join .input label, .sign_up .input label , .forgot_password .input label {
   float:left;
   width:90px;
   padding-top:4px;
    	color:#b3b3b2;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;	
   }
   .join .input label {width:131px}
   .login .input.select {
   text-align:left
   }
   .login .input.select label {
   margin:0 10px 0 0
   }
   .login .input.text input {
   width:169px;
   background:#e7e3de;
   }
   .login .input.checkbox label {
   float:none;
   font-size:11px;
   padding:2px 0;
   width:auto
   }
   .login .input.checkbox input {
   float:left;
   margin:0 10px 0 0
   }
   .login .input .button.submit, .login .input .button.cancel,
   .sign_up .input .button.submit, .sign_up .input .button.cancel,
   .forgot_password .input .button.submit, .forgot_password .input .button.cancel {
   margin:0;
   display:inline;
   
   }
.login .input .button.cancel input, .sign_up .input .button.cancel input, .login .input .button.cancel input, 
.forgot_password .input .button.cancel input {
	font-weight:normal;
	text-transform:capitalize;
	font-family:impact,charcoal,sans-serif;
	font-size:16px;
	text-indent:-9999px;
	display:block;
	background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_cancel_signin.png") no-repeat scroll 0 3px transparent;
}
	.forgot_password .module .content .foot{
		height:36px;
	}
	.forgot_password .module .content .foot div.poweredBy{
		background-position:8px 5px !important;
		padding-top:8px !important;
	}
	.sign_up .input .button.cancel input{
		width:63px;
	}
	.forgot_password .input .button.cancel input{
		width:54px;
		background-position:0 5px;
		margin-right:15px;
		margin-top:3px;
	}
.login .input .button.cancel input:hover, .sign_up .input .button.cancel input:hover,
.forgot_password .input .button.cancel input:hover {text-decoration:underline}
   .login .input .fpl {
   display:block;
   margin:0;
   width:102px;
   font-size:12px;
	 clear:right;
	 text-transform:capitalize;
text-align:right;
	*float:none !important;
   }
   .forgot_password .module .content .head {display:none}
   .forgot_password fieldset .note {
   margin:0 0 14px
   }

   .forgot_password .input {
   text-align:right;
   margin:0 0 12px
   }
   .forgot_password .input label {
   float:left;
   width:80px
   }
   .forgot_password .input.text input {
   width:200px;
   margin-right:20px;
   }
   .forgot_password .module .foot{
   	margin-top:117px;
   }
   .forgot_password .module .content .foot div.poweredBy{
height:34px;
   }
   .forgot_password .input .button.submit {
	margin:4px 0 0 151px;
   *margin:4px 0 0 152px;
   }
.forgot_password .input .button.submit input{
	color:#fb3499;
}
   .forgot_password_confirm .address {
   font-weight:bold;
   margin-bottom:20px;
   }
   .forgot_password_confirm .module .content .foot{
   	margin-top:135px !important;
	*margin-top:130px !important;
	padding-top:5px !important;
   }
.mac .firefox3 .forgot_password_confirm .module .content .foot{
	margin-top:134px !important;
}
.mac .safari3 .forgot_password_confirm .module .content .foot,
.mac .safari4 .forgot_password_confirm .module .content .foot{
	margin-top:122px !important;
}
.mac .safari3 .forgot_password_confirm .module .content .head,
.mac .safari4 .forgot_password_confirm .module .content .head{
	margin-bottom:-5px;
}
.mac .safari3 .forgot_password_confirm .module .content .body,
.mac .safari4 .forgot_password_confirm .module .content .body{
	width:350px !important;
}     
.msie8 .forgot_password_confirm .module .content .foot .poweredby{
	height:35px;
	background-position:8px 0px;
}
.msie8 .forgot_password_confirm .module .content .foot{
	padding-bottom:0px;
	padding-top:5px;
}	
.forgot_password_confirm .module .content .head h3{
   	padding-left:4px;
	padding-bottom:8px;
}
.forgot_password_confirm .done a{
	color:#fb3499;
}
   .reset_password .note {
   margin-bottom:15px
   }
   .reset_password #errorMsg{
   	padding-left:509px;
   }
   #uploadForm {padding:10px 0 0 0}
   .media_upload .input.browse input#fileName {
   width:425px;
   margin:0 10px 0 0
   }
   .media_upload .input.text input {
   width:523px;
   }
   .media_upload .input.text  span.input{
   	display:block;
   }
   .media_upload .input.textarea textarea {
   width:521px
   }
   .media_upload .input .button.submit {
   padding:0 8px 0 0;
   float:left
   }
   .media_upload .input .button.submit input {
   padding:0 2px 0 10px;
   }
   .media_upload #progressBar {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_uploader.gif") repeat-x 0 0;
   width:400px;
   border:1px solid #e2e1df;
   margin:0 0 10px
   }
   .media_upload #progressBar .progressFill {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_uploader.gif") repeat-x 0 -20px;
   height:20px
   }
   .media_upload #mediaMetaDisplay label {
   font-size:11px;
   color:#666
   }
   .media_upload #fileInfo .img {
   border: 5px solid #dedcdb;
   float:left;
   margin:0 10px 0 0
   }
   .media_upload #fileinfo .img img {
   width:24px;
   height:24px
   }
   .member_listing .body {
   padding:10px 0 10px 10px
   }
   .tt {
   position:absolute;
   z-index:2
   }
   .tt .tt_content .tt_tip, .tt .hd {display:none}
   .tt .tt_head {
   	background:#FFFFFF url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/edit_profile_top.png) no-repeat scroll 0 0;
   	height:4px;
   	}
   	.tt .tt_foot {
			background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/edit_profile_bottom.png) no-repeat scroll 0 100%;
			height:9px;
			}
   .tt .tts {
   position:absolute;
   height:100%;
   285px
   left:22px;
   top:0;
   z-index:1;
   width:100%;
   }
   .tt .ttsh {
	background: #FFF url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/edit_profile_top.png) no-repeat 18px 0;
   height:4px;
   margin:-4px 0 0;
   }
   .tt .ttsb {

   height:100%
   }
   .tt .ttsf {
   display:none;
   height:13px
   }
   .tt .ttc {
   background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/edit_profile_bottom.png) no-repeat 18px 100%;
   padding:0 6px 9px 18px;
   position:relative;
   z-index:2
   }
   .tt .tt_content {
   overflow:hidden;
   background:#2c2e31;
   color:#FFF;
   width:100%;
   padding:5px 6px 0 0;;
   background:#2c2e31 url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/edit_profile_right.png) repeat-y top right;
   width:264px;
   }
   .tt .tt_content .tt_body {
   	background:transparent;
   	padding:0;
   	position:relative;
   	}
   .tt .tt_content div.member {
   float:left;
   background:transparent;
   padding-top:0;
   }
   .tt .ttcb .hd {display:none;}
   .tt .tt_content .tt_body .obj_meta {
   	width:130px;
    position:absolute;
    top:5px;
    right:5px;
    margin:0
   }
   .tt .tt_content .tt_body .description {
   	padding:0 10px 8px 10px;
   	clear:left;
   	line-height:18px;
   	margin:0;
   	}
   .tt .ttcf {
   	/*height:9px;
   	width:100%; */
   	
   	position:relative;
   	top:9px;
   	}
   
   /* tb close button style */
   #TB_closeAjaxWindow #TB_closeWindowButton {
   background:url('http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_close_signin.png') no-repeat center right;
   padding:0 15px 0 0;
   color:#D79F2D;
   text-indent:-9999px;
   display:block; 
   width:40px;  
   }
   #TB_title {
   	background:#000 !important;
   }
   
   #TB_title #TB_ajaxWindowTitle{
   		color:#E5B656 !important;
		padding-top:9px !important;
	}
 
   #html-1406924 .content .body h4 {
   font-size:28px;
   font-weight:bold;
   margin:0 0 10px;
   padding:10px 0 0 0;
   }
   #html-1406924 .content .body p {
   margin:0 0 20px
   }
   #html-1406924 .content .body p.linkList {font-weight:bold}
   #html-1406924 .content .foot {
   border:0
   }
   /* PLAYLIST */
  /*
   * Removed old styles and added new version at the end.
   */
   
   /* END PLAYLIST */
   
 
  /* Floats and margins for columns */
  #container .column {
  	float:left;
  	margin-right:14px;
  	}
  #container .rightColumn {
  	float:right;
  	margin-right:0;
  	}
  
 .grid_9 .module {
}
 
 .comments .module{
	background:none;
	background-color:#ebc426;
}
  /*Top and bottom rounded corners */
/*
   #container div.grid_9 .module {background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/module_top_633px.png) no-repeat top left;}
  #container div.grid_9 .module .content {background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/module_bottom_633px.png) no-repeat bottom left;}
  #container div.grid_6 .module {background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/module_top_417px.png) no-repeat top left;}  
  #container div.grid_6 .module .content {background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/module_bottom_417px.png) no-repeat bottom left;}
  
  #container div.grid_3 .module {background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/module_top_201px.png) no-repeat top left;}
  #container div.grid_3 .module .content {background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/module_bottom_201px.png) no-repeat bottom left;}
 
  
 #home #container div.grid_6 .rss_in .module .content,
 #home #container div.grid_6 .feature .module .content
 	{background-image: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/module_bottom_417px_f6f6f6.png);}
  #container div.grid_5 .module {background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/module_top_345px.png) no-repeat top left;}
 #home #container div.grid_5 .site_activity .module,
 #home #container div.grid_5 .member_listing .module
 	{background-image: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/module_top_345px_fbfbfb.png);}
  #container div.grid_5 .module .content {background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/module_bottom_345px.png) no-repeat bottom left;}
 #home #container div.grid_5 .site_activity .module .content,
 #home #container div.grid_5 .member_listing .module .content
 	{background-image: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/module_bottom_345px_f6f6f6.png);}

  #container div.grid_5 .ad {padding-top:4px; background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/module_top_345px.png) no-repeat top left;}
  #container div.grid_5 .ad .ad {padding:0; border:0; background-image:none}
  #container div.grid_5 .ad .content {padding-bottom:4px; background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/module_bottom_345px.png) no-repeat bottom left;}
  #container div.grid_5 .ad .content .body {width:303px; padding:20px}
*/
  
  #home .grid_5 .member_listing .module .content .body ul.members {
	  	width: 320px;
	  	margin:0 auto;
  }
.member_listing .module .content .foot .nav_meta,
.discussion_listing .module .content .foot .nav_meta {width:100%}
  
  .grid_6 .member_listing .module .content .body ul.members {
  	width: 384px;
  	margin:0 auto;
  }
  

 #header h2 a {
color:#1F2123;
height:90px;
margin-left:0px;
margin-top:0px;
position:absolute;
text-decoration:none;
text-indent:-9999px;
width:255px;
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_other_logo.png") no-repeat 0 0;
} 
 body#home h1, #header h2 {
	color: #1f2123;
	font-size:36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	padding:12px 0 0 0;
	width: 990px;
	margin:0 auto;
	display:none;
	} 
	#header h2{
		display:block;
	}
  /* Home page styles were present here. It has been moved to pages.css */

  body#community_landing .module .content .nav_page {display:none}

    
  .blog_listing .module .content .head .title h3 {float:none;}
  .blog_listing .module .content .head .title .nav_meta ul li {float:none}
  .blog_listing .module .body{
  	margin:0 0 0 5px;
  	background:#FAF9F6 none repeat scroll 0 0;	
	padding:0 9px 15px;
  	}
	.blog_listing .articles li .hd{
 	background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_blog_divider_grid_6.png) no-repeat right ;
	height:20px;
	border:none;
	margin-bottom:0px;
 }
  .member_listing .module .content .head .title .nav_meta ul li {float:none;}
   
   /* Footer links styles */
 #FooterLinks1 h3 {
 	margin-bottom: 0 !important;
 	padding-bottom: 15px;
 }
   #FooterLinks1 ul,  #FooterLinks2 ul {
   	padding:0;
   	}
   #FooterLinks2 {
   	clear:left;
   	padding-top:13px;
   	}
   #FooterLinks1 div,  #FooterLinks2 div {
   	float:left;
   	width:198px;
   }
   
   #FooterLinks1 div h4 .sIFR-flash ,  #FooterLinks2 div h4 .sIFR-flash {
   		width:90px;
   }
   
  #FooterLinks1 h4,  #FooterLinks2 h4 {
  	text-transform: uppercase;  	
  	margin-bottom:5px;
  	font-size:20px;
	width:auto;	
  }
  
  #FooterLinks1 h4 a,  #FooterLinks2 h4 a{
    	width:auto;
		color:#92abb5;
		font-size:20px;
  }
	
	
  #FooterLinks1 ul li,  #FooterLinks2 ul li {margin-bottom:7px}
  #FooterLinks1 ul li a,  #FooterLinks2 ul li a {
  	font-weight:bold;
	font-family:Helvetica;
	color:#939392;
	font-size:10px;
  	}
   #FooterLinks1 ul li object,  #FooterLinks2 ul li object {
   	outline:none;
   }
   /* End footer links styles */
   /* Footer logo links */
   #logoLinks {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_finduson.png") no-repeat scroll center 0 Transparent;
height:43px;
margin:0 auto 5px 25px;
position:relative;
text-indent:-9999px;
width:946px;
   	}
   #logoLinks a {
   	height: 35px;
   	text-indent:-9999px;
   	display:block;
   	position:absolute;
   	top:0;
   }
   #logoLinks #myspaceLink {width:135px; left:54px}
   #logoLinks #youtubeLink {width:140px; left:220px}
   #logoLinks #pvLink {width:135px; left:400px}
   #logoLinks #ljLink {width:105px; left:607px}
   #logoLinks #fbrLink {width:115px; left:780px}
   
   #myspaceLink:hover,#youtubeLink:hover,#pvLink:hover,#ljLink:hover,#fbrLink:hover{
   	background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_finduson.png) no-repeat ;
   }
   #myspaceLink:hover{background-position: 4px -48px}
   #youtubeLink:hover{background-position: -162px -48px}
   #pvLink:hover{background-position: -342px -48px}
   #ljLink:hover{background-position: -549px -48px}
   #fbrLink:hover{background-position: -722px -48px}
   
    #myspaceLink:hover{*background-position: 3px -48px}
   #youtubeLink:hover{*background-position: -163px -48px}
   #pvLink:hover{*background-position: -343px -48px}
   #ljLink:hover{*background-position: -550px -48px}
   #fbrLink:hover{*background-position: -723px -48px}
   
   .msie8 #myspaceLink:hover{background-position: 3px -48px}
   .msie8 #youtubeLink:hover{background-position: -163px -48px}
   .msie8 #pvLink:hover{background-position: -343px -48px}
   .msie8 #ljLink:hover{background-position: -550px -48px}
   .msie8 #fbrLink:hover{background-position: -723px -48px}
   
   /* Blog summary styles */
   .articles li .title h4 a {
   	font-family: Impact,Georgia, serif;
   	font-weight:normal;
   	font-size:16px;
   	text-transform:uppercase;
	color:#ff0084;
   	}
	.articles li .title h4 a:hover {
		color: #7A7A7A;
	}
	.blog_listing .articles li div.description p {
		font-weight:normal;
	}
   /* End blog summary styles */
   
   li.feature .txt {
   	padding-left:2px;
   	}
   
   li.feature h4 {
   	font-family:Georgia, serif;
   	font-weight:bold;
   	font-size:18px;
   	padding-bottom:15px;
   	}
   	
   	li.feature .description {
   		font-size:11px;
   		color:#5d5d5d;
 }
 .site_activity .module .content .body ul.events {
 	padding-top:0;
 }
 .events li {/*
 	float: left;
 	width: 100%;
 	clear: both;*/
 }
 .events li .txt {
 	padding:7px 0 7px 40px;
 	font-family:Helvetica,Arial,Sans-serif;
 	font-size: 12px;/*
 	position: relative;/*
 	display: block !important;*/
 	min-height: 37px;
 	margin: 0;
 }
 .events li .txt a {font-weight:bold}
 .events .performer .img a {
 	border:1px solid#CCC;
 	width:29px;
 	height:29px;
 	}
 .events .description {margin:7px 0 0 0}
.events .description .photo .img,
.events .description .photo .img a, 
.events .description .photo .img a img {
	width:35px !important;
	height:35px;
	cursor:pointer !important;
	}
.events .description .video .img,
.events .description .video .img a,
.events .description .video .img a img {
		width:61px;
		height:35px;
		cursor:pointer !important;
		background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_video_a.gif) no-repeat scroll right bottom;
		}
.events .description .comment {
	background:#EEEEF0;
	font-size:13px;
	color:#333;
	padding:6px 10px;
	display:none;
	}
	#community_landing .events .description .comment,
	#member_detail .events .description .comment{display:block;background:transparent none;color:#7A7A7A;}
	 .events .performer {
	 	position: relative;
	 }
	 .events .performer .img {
	 	float: none;
	 	position: absolute;
	 	left: -40px;
	 	top: 0;
	 	background-position: left top !important;
	 	overflow: hidden;
	 	width: 31px;
	 	background-image: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_xs.png);
	 }
 .events .performer .txt {padding: 0;}
 .events li .hd {
 	border-bottom:1px dotted #9C9C9C;
 	margin-bottom:0;
 }
   	
   	
   
   #launchPlayerLink {
   background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/launch_Audio.png") no-repeat scroll left top transparent;
	display:block;
	height:86px;
	margin-top:100px;
	text-indent:-9999px;
	width:335px;
   	}
   	#launchPlayerLink:hover{
   		background-position:0 -118px;
   	}
  .footer .module {
height:20px;
margin:0 17px 0 25px;
padding-bottom:10px;
width:946px;
	
  }
  .footer .module .content .body {
  	border:0;
  	padding: 5px 0 0 0;
  	width:950px;
  	margin:0 auto;
  	}
  	
  	
  #footer {}
  .footer a, .footer a:link, .footer a:active, .footer a:visited {
  	color: #333;
  	}
  .footer .left a {text-decoration:underline}
  .footer .right a {padding-left:18px}
  
  
  /* Page top leaderboard ad */
  #header .ad {margin:0 0 5px 0; padding-top:4px;margin-top:0px;float:right;width:728px;}
 
  #header .ad{
  	margin-top:99px
  }
  .msie8 #header .ad{
  	margin-top:50px;
  }
  #home #header .ad{
  	margin-top:369px;
  }
  .msie8#home #header .ad{
  	margin-top:182px;
	
	}
   #header .ad .ad, #home #header .ad .ad {padding-top:0;margin-top:0}
  #header .ad .content .body {margin:0 auto;}
  .ad.leaderboard{
	padding-top:5px;
  }
  /*Community page styles */
  ul#bandPhotoList {text-align:center}
  ul#bandPhotoList li {
  	float:left;
  	margin-right:2px;
  	}
  ul#bandPhotoList li img {border:1px solid #0094CC;}
  	
  /* Discussion listing module */

  
  /*Photo thumbnail module */
  

  
  /* Video thumbnail module */
 #home .video_thumbnail .module .content .nav_page {display:none}
 .grid_3 .video_thumbnail .module .content .body {padding-bottom:0}
 .grid_3 .video_thumbnail .module .content .foot .nav_meta {padding-top:5px; padding-bottom:16px}
  
  /* Comments module */
  .comments .module .content .body {
  	padding-top:10px;
	padding-bottom:4px;
	margin:0 5px;
	background:#EBC426 none repeat scroll 0 0;
	padding:0px;
	
  }
  
  .grid_9 .comments .module .content .body{
  	margin:5px;
	padding:0;
  }

  .comments .module .content{
  	padding:0px;
  }
  /************* CELLSTREAM CSS BEGIN ****************/
  #cellStreamWrapper .csWrapper .timestamp,#cellStreamWrapper .csWrapper .user, #csLogoElement, #cellStreamWrapper .csContent{
  	font-family: HelveticaNeue,Helvetica, sans-serif;;
  	font-size:9px;
	font-weight:bold;
  	line-height:13px;

	text-transform:uppercase;
  }
  #cellStreamWrapper .csWrapper .user{
  	padding-left:6px;
	display : inline;
  }
  #cellStreamWrapper .csWrapper .timestamp{
  	text-transform:none;
	display : inline;
  }
  
  #cellStreamSlider{
  	position:relative;
 	/*height:252px;*/
  	height:180px;
  	padding:9px 0 9px;
	font-family:HelveticaNeue;
	font-size:9px;
	font-weight:bold;
	color:#95a8ad;
  }
  #csLogoElement{
  	text-align:right;
  	padding-right:30px;
  	padding: 12px 10px 12px 0px;
  }
  
  #cellStreamWrapper .csPage {
 	position:relative;
 	padding-left:20px;
	padding-left:0px;
  }
  
  #cellStreamWrapper .csCell{
  	position:absolute;
  	width:114px;
  	height:180px;
  	overflow:visible;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_mobile_stream.png) repeat;	
  }
  
  #cellStreamSlider .csCell0{
  	left: 2px;
  }
  #cellStreamSlider .csCell1{
  	left: 126px;
  }
  
  #cellStreamSlider .csCell2{
  	left: 250px;
  }
  #cellStreamSlider .csCell3{
  	left: 374px;
  }
  
  #cellStreamSlider .csCell4{
  	left: 498px;
  }
  #cellStreamWrapper .csContent{
  	height:151px;
  	overflow: hidden;
  	margin:0 0 4px;
  	width:111px;
  	border:1px solid #ccc;
  	margin-bottom:6px;
  	
  }
  
  #cellStreamWrapper .imageVideo{
  	border:0px;
  	width:114px;
  }
  
  #cellStreamWrapper .imageVideo .image {
  	overflow: hidden;
  	cursor: pointer;
  }
  #cellStreamWrapper .csCell.active .imageVideo .image{
  	padding : 15px 15px 0;
  }
   #cellStreamWrapper .csCell.active .imageVideo .text{
   	padding :5px 15px;
   }
  #cellStreamWrapper .csContent .image img, #cellStreamWrapper .csContent .video img{
  	height:100%;
	width:100%;
  }
  #cellStreamWrapper .imageVideo .image img, #cellStreamWrapper .csContent .video img{
  	height:116px;
  }
#cellStreamWrapper .imageVideo .image img {border:none;}  
  
  #cellStreamWrapper .imageVideo .video {
  	height:90px;
  	overflow: hidden;
  	border: 1px solid #ccc;
  }
  
  .videoParams {display:none;}
  
  #cellStreamWrapper .text {
  	padding:5px;
  	color:#444444;
  }
  
  	#cellStreamWrapper .fullText {
		padding:5px;
	  	color: #333;
		font-family: Georgia, serif;
		font-size: 14px;
	}
	
  #cellStreamWrapper .imageVideo .text {
  	padding:5px 3px 0;
  }
  
  #cellStreamWrapper .csWrapper{
  	overflow: hidden;
  	margin:0 3px;
	color:#444444;
  	padding-top:2px;
  }
  
  /********* code for the on hover state active classes ***********/
  #cellStreamSlider .active{
  	height:248px;
  	width:225px;
  	z-index:5;
  }
  
  /*#cellStreamSlider #csCell0.active,#cellStreamSlider #csCell3.active,#cellStreamSlider #csCell6.active,#csCell9.active {
  	left: 0px;
  	top:-35px;
  }*/
  #cellStreamSlider .csCell0.active{
	  	left: 0px;
	  	top:-35px;
	  }
  /*#cellStreamSlider #csCell1.active, #cellStreamSlider #csCell4.active, #cellStreamSlider #csCell7.active{
  	left: 75px;
  	top:-35px;
  }*/
  #cellStreamSlider .csCell1.active{
	  	left: 75px;
	  	top:-35px;
	  }

 /* #cellStreamSlider #csCell2.active, #cellStreamSlider #csCell5.active, #cellStreamSlider #csCell8.active{
  	left: 174px;
  	top:-35px;
  } */
  #cellStreamSlider .csCell2.active{
	  	left: 174px;
	  	top:-35px;
	  }

.csFlvClose{
	position:absolute;
	margin-top:-160px;
	margin-left:205px;
	*margin-top:0px;
	*margin-left:0px;
}

.csFlvClose a{
	display:block;
	background-color:#000;
	color:#fff;
}


  #cellStreamSlider .active .csContent{
  	height:218px;
  	width:203px;
  	margin:0px;
  }
  
  #cellStreamSlider .active .imageVideo{
  	width:205px;
  }
  
  #cellStreamWrapper .active .imageVideo .image img{
  	height:175px; cursor:pointer;
  }
  
  #cellStreamWrapper .active .imageVideo .video img{
  	height:155px;
  }
  #cellStreamWrapper .active .imageVideo .video {
  	height:155px;
  }
  
  #cellStreamWrapper .active .csWrapper{
  	margin: 0px 15px;	
  }
  
  #cellStreamWrapper .active .csWrapper .timestamp{
  	float:left;
  }
  
  #cellStreamWrapper .active .csWrapper .user{
  	float:right;
  }
  
  /* Code for CS Buttons */
 #mlistForm2Left{
 	background:#FAF9F6 none repeat scroll 0 0;
 }
  #csButtonWrap {

height:23px;
left:89px;
position:absolute;
top:6px;
width:67px;	
  }
  #csButtonWrap a:focus { -moz-outline-style: none; }
  #csButtonWrap #csPrevious,#csNext{
  	display:block;
  	color:#cbcbcb;
  	width:23px;
  	height:23px;
  	text-decoration: none;
  }
  
  #csButtonWrap #csPrevious{
  	float:left;
	margin-right:20px;
  }
  
  #csButtonWrap .csPrevious {
  	background: url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_prev_arrow.png") no-repeat;
cursor:default;
display:block;
float:left;
height:22px;
width:23px;
  }
   #csButtonWrap .csPrevious:hover {
  	background: transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_prev_arrow.png) no-repeat scroll 0 -23px;
  	cursor: pointer;
	display:block;
float:left;
height:15px;
width:23px;
  }
  #csButtonWrap .csPreviousDisabled {
  	background: transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_prev_arrow.png) no-repeat scroll 0 -23px;
  	cursor: default;
	display:block;
float:left;
height:15px;
width:23px;
  }
  
  #csButtonWrap #csNext{
  	float:right;
  }
  
  #csButtonWrap .csNext{
  	background: url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_next_arrow.png") no-repeat;
  	cursor: pointer;
	display:block;
float:right;
height:15px;
width:23px;
  }
  #csButtonWrap .csNext:hover{
  	background: transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_next_arrow.png) no-repeat scroll 0 -23px;
  	cursor: pointer;
	display:block;
float:right;
height:15px;
width:23px;
  }  
  #csButtonWrap .csNextDisabled {
  	background: transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_next_arrow.png) no-repeat scroll 0 -23px;
  	cursor: default;
	display:block;
float:right;
height:15px;
width:23px;
  }
  
  .clear{
  	clear:both;
  }
  
  /**************************  Cellstream detail page section ******************************/
	
	
	 #cellStreamPhotosViewer .csWrapper .timestamp,#cellStreamPhotosViewer .csWrapper .user, #csLogoElement, #cellStreamPhotosViewer .csContent{
		font-family: "Verdana";
		font-size:10px;
		line-height:13px;
		color:#888;
	}
	
	
	#cellStreamPhotosViewer{
		position:relative;
		height:455px;
		width:623px;	
	}
	
	
	#cellStreamPhotosViewer .csPVContent{
		height:360px;
		width:600px	; 
		overflow: hidden;
		margin:5px;
		margin-bottom:6px;
	}
	
	
	#cellStreamPhotosViewer .csPage {
		position:relative;
		padding-left:20px;
		
	}
	
	#csLogoElement{
		text-align:right;
		padding-right:30px;
		padding:20px 0 0;
	}
	
	#csPhotosViewWrapper .csCell{
		position:absolute;
		overflow:hidden;
		background:#fff;	
		-moz-border-radius:3px;
		width:610px;
	}
	
	#cellStreamPhotosViewer .csCell0{
		left: 0px;
	}
	
	#cellStreamPhotosViewer .imageVideo{
		border:0px;
		width:113px;
	}
	
	#cellStreamPhotosViewer .imageVideo .image {
		overflow: hidden;
		border: 1px solid #ccc;
	}
	
	#cellStreamPhotosViewer .csPVContent .image img{
		height:335px;
		width:595px;
	}
	#cellStreamPhotosViewer .imageVideo .image img{
		height:90px;
	}
	
	#cellStreamPhotosViewer .imageVideo .video {
		height:90px;
		overflow: hidden;
		border: 1px solid #ccc;
	}
	
	.videoParams {display:none;}
	
	
	#cellStreamPhotosViewer  .text {
		padding:5px;
		color: #333333;
	}
	#cellStreamPhotosViewer .imageVideo .text {
		padding:6px 0 0 0;
	}
	
	#cellStreamPhotosViewer .csWrapper{
		overflow: hidden;
		color:#888888;
		margin:0 5px 0 5px;
		border-top: 1px solid #ccc;
		padding-top:6px;
	}
	
	
	#cellStreamPhotosNotAvl  .noImageText{
		font-family: arial;
		font-size:14px;
		font-weight:bold;	
		color:red;
	}
	#csPhotosNotAvl{
		height:150px;
		width:200px;
	}
	#cellStreamPhotosNotAvl{
		position:relative;
		height:70px;
		width:150px;
		padding:5px 10px 10px 10px;
	} 
  
  /************* CELLSTREAM CSS END ****************/
  
  /* sIFR text */
 .sIFR-alternate {
  display:block;
  height:0;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  width:0;
  }
    
  /* music player popup */
  #music_player #moduleContainer1 {
  	width:350px;
  }
  #music_player .module {
  	margin:0;
  	padding: 0;
  	}
  #music_player .module .content {padding:0}
  #music_player .module .content .body {
  	padding:0;
  }
  #music_player #nav_global {display:none !important}
  /* end music player popup */
  
  /* Member profile page */
  .member_detail h4 {
  	font-family: Georgia, serif;
  	font-weight:bold;
  	font-size:18px;
  	text-align:center;
  	}
	
	.member_detail .txt .title h4 {
		font-size:14px;
	}
	
  .member_detail .module .content .foot .obj_meta {padding:0 0 14px 0}
  .about_me .body .about {padding-top:10px}
  
 /* end member profile page*/
 
 /* photos */
.photos li{
 	clear:none;
 	width:120px;
}



 #photo_detail div.photo {padding-top:6px}
 #photo_detail .photo .title {	clear:both;	}
 #photo_detail .photo .title h3 {
 	color:#767474;
font-family:Impact,charcoal,san-serif;
font-size:16px;
font-weight:normal;
padding:2px 0;
text-transform:uppercase;	
 	}

 	
 /* videos */
 #video .videos li, #video_detail .videos li {
 	clear:none;
}



 #video_detail div.video {padding-top:6px}
 #video_detail .video .title {clear:both;}
 #video_detail .video .title h3 {
 	color:#E5B656;
font-family:Impact,charcoal,sans-serif;
font-size:16px;
font-weight:normal;
padding:2px 0;
text-transform:uppercase;
	}
#video_detail .container_14 .grid_9 {
 	margin-right:0;
}
body#Welcome.l14{
	background:#F3EEE8;
}
body#Welcome.l14 #nav_main-294563.nav_main{
	display:none;
}	
body#Welcome.l14 #wrapper #container{
	margin-top:0px;
}
body#Welcome.l14 #wrapper #container #moduleContainer1{
	margin-left:132px;
	margin-top:110px;
}
.welcomeMsgHead{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.welcomeMsgDone{
	display:block;
	float:right;
	padding:2px 9px 2px 4px;
	text-align:right;
	width:35px;
	height:16px;
	font-size:14px;
	font-family:impact;
	color:#fff;
	background:#fb3499;
	margin-top:0px;
	cursor:pointer;
}
.welcomeMsgDone:hover{
	color:#fb3499;
	background:transparent;
}
.welcomeMsgDesc{
	padding-bottom:5px;
	font-size:11px;
}
ul.welcomeMsglist{
	padding-bottom:10px;
	padding-top:10px;
}
ul.welcomeMsglist li:first-child{
	border:none !important;
}
ul.welcomeMsglist li.welcomeMsglist{
	border-top:1px solid #b3b3b2;	
	text-transform:uppercase;
	padding-bottom:5px;
	padding-top:5px;
}
ul.welcomeMsglist li.welcomeMsglist a{
	font-size:14px;
}
/* sign up, login, reset password forms (pages.css doesn't work */
body.m32 {
 background:#000 url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_signup.png) repeat-x top left;
 color:#FFF;
 font-family: Verdana, sans-serif;
 }
 .m32 #wrapper {
 width:430px;
 padding-bottom:1px;
 background:transparent;
 }
body#login.m32 #wrapper, body#sign_up.m32 #wrapper {width:100%;padding-bottom:0px}
.m32 #container {
 margin-top:0px;
 margin-bottom:0;
 background:#f3eee8;
 padding-top:30px;
 }
body#login.m32 #errorMsg, body#sign_up.m32 #errorMsg {
	width: 362px;
	margin:0 auto;
	text-align:center;
	padding: 6px 0;
	background-color: #AA1213;
	color: #FFF;
	text-transform: uppercase;
}
body#sign_up.m32 #errorMsg {width:360px}
.m32 #container #moduleContainer0 {
	width:370px;
	}
body#login.m32 #container #moduleContainer0 {
	width:362px;
	margin:0 auto;
	border:none;
	padding-top:57px;
	}
	
	
body#sign_up.m32 #container #moduleContainer0 {
	width:360px;
	margin:0 auto;
	background:#f3eee8;
	}
 .m32 #container #moduleContainer1 {
 width:370px;
 float:left;
 display:inline;
 border:1px solid #000;
	border-width: 0 1px 1px 1px;
 }
 body#reset_password.m32 #container #moduleContainer1{
 	border:none;
	border-width:0px;
 }
 
body#login.m32 #container #moduleContainer1, body#sign_up.m32 #container #moduleContainer1 {
	width:100%;
	border:0;
	display:block;
	margin:0;
	float:none;
	}

 .m32 #container #moduleContainer2 {
 width:250px;
 float:right;
 margin:0 10px 0 0;
 display:none;
 }

body#login .login .module .content .body,
body#login .forgot_password .module .content .body,
body#login .forgot_password_confirm .module .content .body {
	width:352px;	
	margin:0 auto;
	padding-bottom:0px;
	background:#fdf9f5;
	margin-bottom:20px;
	}
body#sign_up .sign_up .module .content .body, body#sign_up .sign_up_confirm .module .content .body {
	width:348px;
	/*
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	*/
	margin:0 auto;
	}

body#login.m32 .module .foot, body#sign_up.m32 .module .foot {padding:0 5px 5px 5px; width:100%;}
body#login .login .input .button.submit {padding-bottom: 8px}
.m32 .module .content .head h3 {
	border-color:#727374;
	color: #FFF;
	}
.m32 .page_title .module .head, .m32 .reset_password .module .head {
	padding-top:7px;
	border:0;
	background:#FDF9F5 !important;
	}
.m32 .join .module .head {display:none}
.m32 .sign_up .module .content .head, .m32 .login .module .content .head {display:none}
.m32 .sign_up_confirm .module .content .head, .m32 .forgot_password_confirm .module .content .head {
	background:transparent;
	width:362px;
	border-color: #000;
	margin:0 auto;
	}
.m32 .forgot_password_confirm .module .content .head {width:362px}
.m32 .sign_up_confirm .module .content .head h3, .m32 .forgot_password_confirm .module .content .head h3 {
	border-bottom: 0;
	color:#fb3499;
	background:#FDF9F5;
	}
.m32 .forgot_password_confirm #closeBtn {margin-left:15px}

.sign_up_confirm .body p{
	color:#b3b3b2;
	font-family:helvetica;
	font-weight:bold;
}
.sign_up_confirm fieldset a{
	color:#fb3499;
}
.sign_up_confirm fieldset #closeBtn a{
	float:right;
}
.sign_up_confirm fieldset p:first-child{
	margin-left:0px !important;
	margin-bottom:0px !important;
}
.m32 .module .content .foot div.poweredBy {
	padding-left: 40px;
	padding:2px 0 0px;
	}
	
	
	.module .content .foot div.poweredBy{
		color:#FFFFFF;
font-family:helvetica,arial,sans-serif;
font-size:10px;
font-weight:bold;
height:29px;
padding-right:25px;	

	}
.m32 	.module .content {padding:0}
.m32 .html .module .content .body {padding-top:10px;background:#fdf9f5}
.m32 label {
	text-transform:uppercase;
	font-size:11px;
	}
.m32 .checkbox label {text-transform: none;}
/* end sign up, logn, pw reset forms */

/* modal dialogs */
.adminModalWindow, #alertDeleteConfirm {
background: #000 url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_admin_modal.png) repeat-x scroll left top !important;
width: 312px !important;
border:1px solid #000;
z-index:100;
}
.adminModalWindow .top, #alertDeleteConfirm .top {
	padding-bottom: 0 !important;
	background: transparent !important;
	}
.adminModalWindow .actions {
	padding-top: 0 !important;
	background: transparent !important;
	}
.adminModalWindow .top h1 {
	color:#FFF !important;
	padding-top:5px;
	width:250px;
	}
.adminModalWindow .top a.closeModal, #alertDeleteConfirm .top a.closeModal {
	background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/closeButton.png") no-repeat scroll 44px 0 transparent !important;
color:#FF0084 !important;
padding-left:13px !important;
right:20px !important;
text-indent:0 !important;
top:18px !important;
width:47px !important;
	}
.adminModalWindow .main, #alertDeleteConfirm .main {color:#FFF !important;}
.adminModalWindow .actions button.smallPrimary, #alertDeleteConfirm .actions .button.submit {
	background: #FFF !important;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px !important;
	font-weight:bold !important;
	padding:2px 10px !important;
	text-transform:uppercase;
	cursor:pointer;
	*padding-bottom:0px !important;
	*padding-top:4px !important;
}
.msie8 .adminModalWindow .actions button.smallPrimary,.msie8 #alertDeleteConfirm .actions .button.submit{
	padding-bottom:4px !important;
	padding-top:4px !important;
}
#alertDeleteConfirm.adminModalWindow .actions button.smallSecondary span{
	color:#D79F2D !important;
	
}
.adminModalWindow .actions button.smallPrimary span {
	color: #d79f2d !important;
	padding:0 !important;
	*padding-top:5px !important;
	background:transparent !important;
	height: auto !important;
	line-height:1.16em !important;
	}
.msie8 .adminModalWindow .actions button.smallPrimary span {
	padding-top:5px !important;
	}
	
#alertDeleteConfirm .actions .button.submit {
	color: #0094CC !important;
	margin-left:136px !important;
	*margin-left:116px !important;
	}
.adminModalWindow .actions button.smallSecondary, #alertDeleteConfirm .actions .button.cancel {
	font-weight:normal !important;
	background: transparent !important;
	padding: 0 !important;
	color:#0094cc !important;
	cursor: pointer;
	
}
#alertDeleteConfirm .actions .button.cancel {
	*padding-top:5px !important;
}

.msie8 #alertDeleteConfirm .actions .button.cancel {
	padding-top:5px !important;
}
.smallSecondary#cancelFlag{
		cursor: pointer;
}
.modalWindow .main {
	background:transparent !important;
	margin:0 !important;
	}
.modalWindow .main .module, .modalWindow .main .module .content,
.modalWindow .main .module .content .head,
.modalWindow .main .module .content .body {
	background:transparent !important;
	border:0 !important;
	}
	.modalWindow .main .module .content .head h3 { padding-bottom:7px}
	.modalWindow .main .module .content .body {padding-bottom:0}
	.modalWindow .actions .button.submit button, .modalWindow .actions .button.cancel button {
		background:transparent !important;
		padding:0 !important;
		cursor:pointer;
		}
.modalWindow .top a.closeModal {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/closeButton.png) no-repeat scroll 0 0 !important;
	padding-right:0 !important;
	}
.modalWindow .actions .button.cancel button {color:#FF0084 !important;
font-family:Impact,charcoal,sans-serif !important;
font-size:14px !important;
font-weight:normal !important;
}
.modalWindow .actions .button.submit button {
	color:#FF0084 !important;
font-family:Impact,charcoal,sans-serif !important;
font-size:17px !important;
font-weight:normal !important;
}
/* End modal dialogs */
/* PHOTOS */
ul.photos li.photo.m{
	height:222px;
	margin:8px 9px;
	width:117px;
}
.grid_3 ul.photos li.photo.m{
	margin:8px 38px;
}
ul.photos li.photo.m .img a img{
	cursor:pointer;
	display:block;
	height:113px;
	width:117px;
}
.photos li .txt{
	overflow:hidden;
	position:relative;
	z-index:10;
	padding:0 5px;
	color:#CBCBCA;
}
.photos li.s .txt{
	padding:0 3px;
}
.photos li .txt .title h4{
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	text-transform:capitalize;
}
.photos .rating ul.inactive{
	width:63px;
}
.photos li .txt .title h4 a{
	color:#CBCBCA;
}
.photos li .txt .comments{
	font-size: 10px;
	font-weight : bold;
}
ul.photos li.photo.s{
	height:161px;
	margin:12px 15px;
	width:104px;
}

/* Begin tour dates */
/* Beginning of the tour date */


.tourDatesWrapper{
	padding:0 4px 5px;
	text-align:center;
	margin:0px;
	margin-top:5px;
	font-family:Helvetica,Arial,sans-serif;
}
.tourDatesWrapper span.tdErrorText {
	color:#B9D1D7;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
.tourDatesWrapper .tourDatesUnit{
	background:#FDF9F5 none repeat scroll 0 0;
	margin:0 5px 5px;
	padding:2px 6px 3px 10px;
	font-family: Helvetica;
	font-size: 13px;
	font-weight:bold;
	padding-bottom:3px;
}
.grid_3 .tourDatesWrapper .tourDatesUnit{
	background:#B0AEAA none repeat scroll 0 0;
}
.tourDatesWrapper .lastUnit {
	border-bottom: 0px;
}

#rss_in-327532 .module .content .body{
	padding-top: 0px;
}

.tourDatesWrapper .tdDateField{
	font-weight:bold;
	color:#B0AEAA;
	text-align:center;
	font-family:helvetica,arial;
	font-size:17px;
	margin-top: 3px;
	text-transform: uppercase;
	margin-left:10px;
	
}
.grid_3 .tourDatesWrapper .tdDateField{
	color:#FDF9F5;
}
.tourDatesWrapper .tdMonth{
	height: 10px;
	text-align: left;
	float:left;	
	font-family:Helvetica,Arial,sans-serif;
	font-size:17px;
	padding-right:5px;
}
.grid_3 .tourDatesWrapper .tdMonth{padding-right:3px;}

.grid_3 .tourDatesWrapper .tdMonth,
.grid_3 .tourDatesWrapper .tdDD{
	
}


.tourDatesWrapper .tdDD{
	margin-left:4px;
	text-align: left;	
	font-family:Helvetica,Arial,sans-serif;
	font-size:17px;
}

.tourDatesWrapper .tourVenueBuyWrapper{
	float:left;
	width:350px;
}
#tour_dates .tourDatesWrapper .tourVenueBuyWrapper{
	width:100%;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	color:#bad3da;
	margin-left:8px;
}
.tdBuyLinks a {
	background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_buyticket.png") no-repeat scroll 0 0 transparent;
display:block;
height:28px;
text-indent:-9999px;
}
.tdBuyLinks a:hover{
	background-position:0px -59px;
	}

.tourDatesWrapper .tourVenueBuyWrapper .tdVenueField{
	width:235px;
	float:left;
}

.tourDatesWrapper .tourVenueBuyWrapper .tdVenueField .tdVenue {
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	padding-bottom:0px;
	font-weight:bold;
	color:#B0AEAA;
}
.tourDatesWrapper .tourVenueBuyWrapper .tdVenueField .tdVenue {
	color:#FDF9F5;
}

.tourDatesWrapper .tourVenueBuyWrapper .tdBuyLinksField{
	font-family: Arial;
	font-size: 13px;
	float:right;
	padding: 0px;
	width:100px;
	padding-bottom: 10px;
}

#tour_dates .tourDatesWrapper .tourVenueBuyWrapper .tdBuyLinksField{
	width:204px;
	padding-top:0px;
}
#tour_dates .tourDatesWrapper .tourVenueBuyWrapper .tdBuyLinksField .tdBuyLinks a{
	font-family:impact,charcoal,sans-serif;
	font-size:34px;
	margin-right:10px;	
	font-weight:normal;
}
#tour_dates #rss_content-699306 .tourDatesWrapper .tourDatesUnit{
	padding-bottom:8px;
}


.tourDatesWrapper #tdViewAll{
	text-transform:capitalize;
	margin:2px 0px 0;
	padding:0px 0;
background:#FF0084;
display:block;
}
.tourDatesWrapper #tdViewAll a{
color:#fff;
padding:5px 0;
text-align:center;
display:block;
font-family:Impact,Charcoal,sans-serif;
font-size:14px;
}
.tourDatesWrapper #tdViewAll a:hover{
color:#FF0084;
background:#fff;
}

.grid_3 .tourDatesWrapper .tourVenueBuyWrapper .tdVenueField{
	float:left;
	width:170px;
	font-weight:normal;
	font-size:11px;
	margin-left:10px;
}
.grid_3 .tdBuyLinks a{
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_buyticket.png") no-repeat scroll 0 0 transparent;
display:block;
height:28px;
text-indent:-9999px;
}
.grid_3 #rss_in-699306 .module .content .body {
	background:none;
}
.grid_3 .tdBuyLinks a:hover{

background-position:0px -59px
}
.grid_3 .tourDatesWrapper .tourVenueBuyWrapper .tdVenueField .tdVenue {
	font-weight: normal;
	font-size: 11px;
	padding-bottom:0px;
}

.tourDatesWrapper .tourVenueBuyWrapper .tdVenueField .tdArtistName{	
	color:#B0AEAA;
	font-weight:bold;
	padding-top:3px;
}
.grid_3 .tourDatesWrapper .tourVenueBuyWrapper .tdVenueField .tdArtistName {
	color:#FDF9F5;
}

.grid_3 .tourDatesWrapper .tourVenueBuyWrapper{
	width:181px;
	width:170px;
	margin-top:4px;
}

.grid_3 .tourDatesWrapper .tourVenueBuyWrapper .tdBuyLinksField {
	font-family: Arial;
	font-size: 13px;
	float:left;
	padding-top: 10px;
	padding-bottom: 0px;
	width:193px;
}
/* end tour dates */

dl {
	overflow:auto;
	padding-top:2px;
	}
dt {
	float:left;
	width:25%;
	font-weight:bold;
	clear:both;
	padding-top:8px;
}
dd {
	float:right;
	width: 70%;
	padding-top:8px;
	}
.module .content .body dl ul {padding-top:0}

.ad .body a img {cursor:pointer;}

/* social meda sharebox on photo, video detail */
.sharebox .sb_head .sb_title a.sharelink {background-position:0 1px}
.sharebox .sb_head .sb_title a.shareclose {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/closeButton.png) no-repeat 100% 0;
	display:block;
	float:right;
	height:21px;
	padding:2px 19px 0 0;
	width:60px;
	text-align: right;
	}
	.sharebox .sb_content .sb_body ul li.shareweb ul li{
		width:28%;
	}
	.sharebox .sb_head .sb_title a.sharelink:hover{
		background-position:0 -29px;
	}
.sharebox .sb_content .sb_body ul li.shareweb ul li a {
	color:#ff0084;
	padding:3px 0 2px 20px;
	font-family: Verdana, sans-serif;
	font-size:11px;
	}
.sharebox .sb_content .sb_body ul li label {
	color: #333;
	font-family: Verdana, sans-serif;
	font-size:11px;
	}
.firefox3 .video_player .sharebox .sb_content .sb_body ul li.shareweb ul li{margin-right:17px;}
.msie7 .video_player .sharebox .sb_content .sb_body ul li.shareweb ul li.google{margin-left:9px;}
.photo_viewer .sharebox .sb_content .sb_body ul li.shareweb ul li{margin-right:17px;}
.sharebox .sb_content .sb_body ul li.shareweb ul li {margin-right:2px}
.sharebox .sb_content .sb_body ul li.shareweb ul li.delicious {width:30%}
.sharebox .sb_content .sb_body ul li.shareweb ul li.twitter {width:27%}
.sharebox .sb_content .sb_body ul li.shareweb ul li.email {width:28%}
.sharebox .sb_content .sb_body ul li.shareweb ul li.google {
	width:24%; 
	background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_sharelink_google.gif) no-repeat 0 0;
	}
.sharebox .sb_content .sb_body ul li.shareweb ul li.digg {width:28%}
.sharebox .sb_content .sb_body ul li.shareweb ul li.eos_blog {
	margin-left:7px;
width:27%;}
.sharebox .sb_content .sb_body ul li.shareweb .hd {display:none}
.msie8 .sharebox .sb_head .sb_title{
	padding:15px 5px 11px 18px;
}
.sharebox .sb_content .sb_body ul li.shareurl input {
	color:#333;
	width: 310px;
	margin:4px 0 0 0px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	}
.sharebox .sb_content .sb_body ul li.shareembed textarea {
	color: #333;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	width: 310px;
	height:70px;
	margin:4px 0 5px 0;
}

/* IE 7 hacks */
*:first-child+html .module .content,
*:first-child+html .module .content .body,
*:first-child+html .ad,
*:first-child+html .foot,
*:first-child+html .events li,
*:first-child+html .nav_main li li a {zoom: 1;}
*:first-child+html .module .content {position: relative;}
*:first-child+html .module .content .foot.empty {height: 0 !important; overflow: hidden !important;}
*:first-child+html .module .content .foot * {line-height:1.4em}
*:first-child+html body#home #container #moduleContainer0 {}
/*
*:first-child+html .input .button.submit input, *:first-child+html .button.cancel input,
*:first-child+html .reset_password .input #submit {overflow:visible; padding:2px 11px}
*/
/*
*:first-child+html .videos li .img {margin-left:12px}
*/
*:first-child+html #csButtonWrap {top:0}
*:first-child+html .content .videos li.m .img a {margin-left:8px}

*:first-child+html #discussion_detail #moduleContainer1 {display:none}
*:first-child+html .module .feature .img {margin-left:-5px;}
*:first-child+html .module .feature:first-child .img {margin-left:0;}
*:first-child+html .events .performer .txt {padding-right:0.3em}

/* *:first-child+html .grid_9 .member_listing .module .content .body ul.members {width:552px} */
/* end IE 7 hacks */


/**************************** fix for thumbanil issue ****************/


 /* Safari hacks */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
 #html-336227.html ul#bioLinks li {margin-right:8px !important;}
 #html-336227.html ul#bioMemberPics li {margin-left: 27px !important}

	}

/* ALBUM LISTING and album details page hack */

.content .body ul.albums li.s .img {
	background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_s.gif") no-repeat center center;
}

.content .body ul.albums li.xs .img {
	background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_xs.gif") no-repeat center center;
}

.module .content .body ul.albums li.album{
/*
	width:120px;
*/
	float:left;
	padding:0px 5px;
}


.module .content .body div.album .description,
.module .content .body ul.albums li.album .description{
	clear:left;
	
}

.content .body ul.albums li.album .rating{
	padding:7px 5px 5px 0;
}

.content .body ul.albums li.album .txt .comments{
	border-left:1px solid #aaaaaa;
}

.module .content .body div.album h4,
.module .content .body ul.albums li.album h4 a{
	font-weight:bold;
}

.module .content .body ul.albums li.album .title {
	margin-top:10px
}


.module .content .body div.album {
	
}

.module .content .body div.album h4 {
	padding-top:6px;	
}

/* END OF ALBUM LISTING and album details page hack */

/* albums - code from Cisco  */
/*
 * removed old styles and added the new version at the end.
 */
  
 /* end albums code from Cisco */
 /* Added for bug fixes */
.edit_profile .module .body fieldset legend {
	text-transform:uppercase;
} 
.edit_profile .module .body fieldset ul .textarea label {
	text-transform:uppercase;
} 
.tt div.member .txt .title h4 {
	text-align:center;
}


.media_upload .body .textarea label,
.media_upload .body .text label {
	font-weight:bold;
	text-transform:uppercase;
}

/*
.discussion_listing .nav_meta ul li.new {float:left;}

.discussion_listing .module .content .foot .nav_meta {
	border-top:1px solid #C6C6C6;	
}

.blog_listing .module .content .head .title {
	border-bottom: 1px solid #5d5d5d;
}
*/

/** Solution for Scrollbar bug **/
#FooterLinks1 div.footerBlock1,
#FooterLinks1 div.footerBlock2, 
#FooterLinks1 div.footerBlock3, 
#FooterLinks1 div.footerBlock4,
#FooterLinks2 div.footerBlock1,
#FooterLinks2 div.footerBlock2, 
#FooterLinks2 div.footerBlock3, 
#FooterLinks2 div.footerBlock4{
	width:198px;
}
#FooterLinks1 div.footerBlock5,
#FooterLinks2 div.footerBlock5{
	width:135px;
}
#FooterLinks1, #FooterLinks2 {
	width:927px;
}

#FooterLinks2 .footerBlock4 h4,#FooterLinks2 .footerBlock4 h4 object,
#FooterLinks2 .footerBlock4 h4 span,#FooterLinks2 .footerBlock4 h4 param,
#FooterLinks2 .footerBlock5 h4,#FooterLinks2 .footerBlock5 h4 object,
#FooterLinks2 .footerBlock5 h4 span,#FooterLinks2 .footerBlock5 h4 param{
	cursor:default !important;
}

#FooterLinks1 .footerBlock1 h4 object{width:40px !important;}
#FooterLinks1 .footerBlock2 h4 object{width:45px !important;}
#FooterLinks1 .footerBlock3 h4 object{width:48px !important;}
#FooterLinks1 .footerBlock4 h4 object{width:40px !important;}
#FooterLinks1 .footerBlock5 h4 object{width:72px !important;}
#FooterLinks2 .footerBlock1 h4 object{width:60px !important;}
#FooterLinks2 .footerBlock2 h4 object{width:70px !important;}
#FooterLinks2 .footerBlock3 h4 object{width:55px !important;}
#FooterLinks2 .footerBlock4 h4 object{width:40px !important;}
#FooterLinks2 .footerBlock5 h4 object{width:40px !important;}


/* Warning for IE6 users */
#ie6Prompt {
	background: #d6edf9 url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_ie6prompt.gif) repeat-x top left;
	border: 1px solid #c0ddee;
	width: 966px;
	margin: 6px auto;
	padding:0 12px 15px 12px;
	font-family: Gerogia, serif;
	font-size:18px;
	}
#header #ie6Prompt h2 {font-size:24px}

/* To override thickbox settings */
.win .firefox3 #TB_overlay, 
.win .msie8 #TB_overlay, 
.win .msie7 #TB_overlay,
.mac .safari3 #TB_overlay,
.mac .safari4 #TB_overlay {
	background-color:#000000;
}
#TB_overlay {
	z-index:2000;
}

#TB_window{
	z-index:2002;
	background:none repeat scroll 0 0 #000000;
	top:46% !important;
	*top:43% !important;
}
#TB_load{ z-index:2003;}
#TB_HideSelect{ z-index:1999;}

#alertFlagConfirm.modalWindow {
	*background-color:transparent !important;
}

#alertFlagConfirm.modalWindow .top {
	padding: 0px ! important;
}
#alertFlagConfirm.modalWindow .main {
	  background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/alert.jpg) repeat-x top left !important;
	  color: #FFFFFF;
	  padding:0 10px 1px !important;
}

#alertFlagConfirm.modalWindow .top a.closeModal {
	background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/closeButton.png) no-repeat top right !important;
	color:#FF0084 !important;
	font-size:12px;
	position:absolute;
	padding: 0px !important;
	width : 55px;
	top:12px !important;
}

#alertFlagConfirm.modalWindow .main .module .content .head h3 {
	text-transform: capitalize;
	background:none;
}

#alertFlagConfirm.modalWindow .actions .button.submit {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/mlist_button_bg.png) no-repeat scroll right top !important;
	text-align:center;
	width: 80px;
	margin-top: -3px;
}
#alertFlagConfirm.modalWindow .actions .button.submit button{
	padding:1px 0 7px 7px !important;
	cursor: pointer;	
}

#alertFlagConfirm.modalWindow .actions .button.cancel {
	padding: 5px !important;
	cursor: pointer;
	float: none;
}



/* * * Start of changes for upgrading to 1.6.1 * * */

/* Start of edit account */
.edit_account .input.checkbox {
  margin:0;
}
.edit_account .hd {
  border-bottom:1px solid #ccc;
  margin:5px 0 10px 0
}
.edit_account .title {
 margin:0 0 0px 0
}
.edit_account #accountData .title,
.edit_account #notificationSettings .title{padding-top:8px;}
.edit_account #accountData .view p{padding-top:5px;}
.edit_account .title h4 {
  display:inline;
  font-weight:bold;
  margin:0 4px 0 0
}

/* Start 1.09 Release Commented out CSS rules */
/* .edit_account em {  font-size:11px;} */
/* End 1.09 Release Commented out CSS rules */

/* End of edit account */


/* Start of link for Album modules */
.songs li .txt .buy a {
  background:none;
  border:0;
  padding:0;
}
.content div.audio .buy a {
  border:0;
  padding:0;
  background:none;
}
/* End of Buy link for Album modules */

/* Start of Discussion  */
.topics li .img {
  border: 5px solid #ddd;
  float: left;
  margin-right: 10px;
  background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_s.png") no-repeat center center
}

.content div.topic .img {
  float:left;
  margin:0 10px 10px 0;
  border:10px solid #e2e1df;
  background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_l.png") no-repeat center center
}
/* End of Discussion  */

/* Start of Album Listing */
ul.albums {
height:1%
}
.albums li {
float:left;
margin:0 20px 15px 0
}
.albums li.pro {
border:0
}
.albums li .img {
border: 5px solid #e4e4e4
}
.albums li .txt {
font-size: 10px;
padding:5px 0 0 0
}

/* don't let title text run into things below */
.albums li .txt .title h4 {
font-size:10px;
height:100%;
line-height:12px;
overflow:hidden;
text-transform : capitalize;
}
.albums li .txt .title h4 a{
	color : #CBCBCA;
}
.albums li .txt .rating {
overflow:hidden;
}
.albums li .txt .comments {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_comment_link.png") no-repeat 0px 0px;
line-height: 13px;
margin:4px 0 6px 0;
padding:0 0 0 14px
}
.albums li .txt .comments.vd {
padding:1px 0 0 31px;
margin:4px 0 6px 65px;
background-position:10px 0;
}
.albums li .txt .description {
margin:5px 0;
overflow:hidden;
width:100%;
clear : both;
}
.albums li .txt .author {
line-height:12px;
height:13px;
overflow:hidden;
margin:5px 0 0 0
}
.albums li .txt .date {
height:13px;
overflow:hidden
}
.albums li .txt .tracks {
height:13px;
}
.albums li .hd {
margin:10px 0
}
/* album thumbnails */
/* container sizes */
.albums li.xs {
width:80px
}
.albums li.s {
width:114px
}
.albums li.m {
width:140px
}
.albums li.l {
width:360px
}
.albums li.xl {
width:550px
}
.albums li.xxl {
width:600px
}
/* thumb sizes */
.albums li.xs .img a {
width:70px;
height:70px
}
.albums li.s .img a {
width:104px;
height:104px
}
.albums li.m .img a {
width:140px;
height:140px
}
.albums li.l .img a {
width:350px;
height:350px
}
.albums li.xl .img a {
width:540px;
height:540px
}
.albums li.xxl .img a {
width:590px;
height:590px
}
.albums li.xs .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_xs.gif") no-repeat 50% 50%;
}
.albums li.s .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_s.gif") no-repeat 50% 50%;
}
.albums li.m .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_m.gif") no-repeat 50% 50%;
}
.albums li.l .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_l.gif") no-repeat 50% 50%;
}
.albums li.xl .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_xl.gif") no-repeat 50% 50%;
}
.albums li.xxl .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_xxl.gif") no-repeat 50% 50%;
}
/* End of Album Listing */


/* Start of Album Info */
div.album {
overflow:hidden;
width:100%
}
div.album .img {
margin:0 0 10px 0;
}
div.album.xs .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_xs.gif") no-repeat 50% 50%;
height:70px;
float:left;
margin:0 10px 10px 0;
width:70px
}
div.album.s .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_s.gif") no-repeat 50% 50%;
height:104px;
float:left;
margin:0 10px 10px 0;
width:104px
}
div.album.m .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_m.gif") no-repeat 50% 50%;
height:140px;
float:left;
margin:0 10px 10px 0;
width:140px
}
div.album.l .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_l.gif") no-repeat 50% 50%;
height:350px;
width:350px
}
div.album.xl .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_xl.gif") no-repeat 50% 50%;
height:540px;
width:540px
}
div.album.xxl .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_xxl.gif") no-repeat 50% 50%;
height:590px;
width:590px
}
div.album .txt {
font-size:11px
}
div.album .title {
text-transform:capitalize;
margin:0 0 5px 0
}
div.album .title h4 {
font-size:12px
}
div.album .author,
div.album .date, 
div.album .tracks {
line-height:16px;
font-weight:bold;
}
.content div.album .description {
color:#bbb;
}
div.album .val {

padding:0 0 0 2px;
}
div.album .rating {
height:21px;
margin:0 0 5px 0
}
/* End of Album Info */


/* Start of Audio Playlist */
.playlist .info {
overflow:hidden;
background:#dedede;
width:100%;
padding:10px 0;

}

   
.playlist .info .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_xs.gif") no-repeat 50% 50%;
float:left;
margin:0 10px;
}
.playlist .info .img span {
display:block
}
.playlist .info .xs .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_xs.gif") no-repeat 50% 50%
}
.playlist .info .s .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_s.gif") no-repeat 50% 50%
}
.playlist .info .m .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_m.gif") no-repeat 50% 50%
}
.playlist .info .l .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_l.gif") no-repeat 50% 50%
}
.playlist .info .xl .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_xl.gif") no-repeat 50% 50%;
border:0;
float:none;
margin:0 0 10px 10px
}
.playlist .info .xxl .img {
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_album_xxl.gif") no-repeat 50% 50%;
border:0;
float:none;
margin:0 0 10px 0
}
.playlist .info .xs .img a,
.playlist .info .xs .img span {
height:70px;
width:70px
}
.playlist .info .s .img a,
.playlist .info .s .img span {
height:104px;
width:104px
}
.playlist .info .m .img a,
.playlist .info .m .img span {
height:140px;
width:140px
}
.playlist .info .l .img a,
.playlist .info .l .img span {
height:350px;
width:350px
}
.playlist .info .xl .img a,
.playlist .info .xl .img span {
height:540px;
width:540px
}
.playlist .info .xxl .img a,
.playlist .info .xxl .img span {
height:590px;
width:590px
}
.playlist .info .txt {
margin:0 10px;
font-size:11px;
color : #333;
}
.playlist .info .txt .title h3 {
color:#FED119;
font-size:13px;
margin:3px 0;
text-transform:capitalize;
}
.playlist .info .txt .album {
color:#666;
font-size:12px;
margin:0 0 10px 0
}
.playlist.s .player {
height:35px;
background:#dfdedc none repeat scroll 0 0;
}
.playlist.v .player {
height: 300px
}
.playlist .list {
overflow-y:auto;
overflow-x:hidden;
height:auto;
}
.playlist .list ul li {
background:#bbb;
border-top:1px solid #999;
color:#fff;
font-size:11px;
line-height:20px;
height:20px;
overflow:hidden;
padding:0 5px;
vertical-align:top
}

.playlist .list ul li.active {
background:transparent none repeat scroll 0 0;
color:#000000;
}
.playlist .list ul li .status {
width:20px;
float:left;
height:20px
}
.playlist.s .list ul li.active .status {
background:url('http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_pl.gif') no-repeat 50% 5px
}
.playlist.v .list ul li.active .status {
background:url('http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_pl.gif') no-repeat 50% -12px
}
.playlist .list ul li .sequence {
width:20px;
text-align:center;
float:left;
line-height:19px
}
.playlist .list ul li .title {
width:130px;
float:left;
margin:0 0 0 5px;
line-height:19px;
color : #fff;
}
.playlist .list ul li.active .title{
	color : #000;
}
.playlist .list ul li .author {
float:left;
margin:0 0 0 5px;
margin:3px 0 0;
line-height:14px
}
.playlist .list ul li .author a {
color:#fefeff
}
.playlist .list ul li .buy {
color : #FF0084;
float:right;
line-height:19px
}
.playlist .list ul li .buy a {
background:none;
border:0;

padding:3px 0
}
.playlist .list ul li .information {
width:30px;
float:left
}
.playlist .list ul li .information a {
display:none;
text-indent:-9999px
}
.playlist .list ul li.active .information a {
background:url('http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_track_info.png') no-repeat ;
line-height:12px;
height:12px;
display:block;
padding:0 10px;
margin:1px 0 0;
height:16px;
}
/* End of Audio Playlist */

/* Start of Album Buy links */
.buy {
height:1.6em;
line-height:1.6em;
}
.buy a {
background:#fff url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_tools_directionals.gif") no-repeat right 2px;
border:1px dotted #ddd;
padding:1px 12px 1px 3px;
}
.buy ul {
display:none;
overflow:visible;
background:#fff;
border:1px solid #ccc;
position:absolute;
height:auto;
z-index:20
}
.buy.hover ul {
display:block;
}
.buy ul li {
float:none;
margin:0 10px;
padding:2px 0;
border-bottom:1px dotted #ccc;
}
.buy ul li.last {
border:0
}
.buy ul li a {
background:none;
border:0;
padding:0
}
.albums li .buy {
margin:5px 0 0 0;
}
.nav_meta ul li.buy a {
padding:1px 12px 1px 3px;
}
.nav_meta ul li.buy ul {
overflow:visible;
height:auto;
}
.module .content .nav_meta ul li.buy ul li {
float:none;
margin:0 10px;
padding:2px 0;
border-bottom:1px dotted #ccc;
}
.module .content .nav_meta ul li.buy ul li.last {
border:0
}
.nav_meta ul li.buy ul li a {
background:none;
padding:0
}
/* End of Album Buy links */

/* * * End of changes for upgrading to 1.6.1 * * */



/** Start Site specific customization **/

.playlist .list {
font-family : Verdana;
}

.playlist .info {
   background: none;	

}

.playlist .list ul li {
	border-bottom:1px solid #878787;
	border-top: none;
	font-size:10px;
	background: none;
	color: #333333;
}

.playlist .list ul li.active {
background:transparent none repeat scroll 0 0;
color:#000000;
}

.button.cancel input {

	color:#D79F2D;
	font-family:Helvetica;
font-weight:bold;
}

.button.cancel input:hover {
  	
}

.topics li .img {
	border:0px;
}

.content div.topic .img {
	border:2px solid #E4E4E4;
}



/** End Site specific customization **/


.nav_main ul li.Fanclub{
background-attachment:scroll;
background-color:transparent;
background-image:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_fanclub_menu.jpg);
background-position:72px 0;
background-repeat:no-repeat;
padding-right:13px;
} 

.input.text input {
	padding:2px;
}

.content .body .input.text input.date {
   width:150px;
 }
   	
.input.textarea textarea {
	padding:3px;
}   

.input.file input, .input.browse input {
	padding:2px;
}

.content div.topic .txt .tools {
	display:block;
}

.content li.comment .txt .tools {
	display:block;
}

li.admin.flag a {
	padding:0 0 0 17px;
}

.comments Div.tools li.admin.flag{
	padding-right:6px;
}

.content li.comment .tools ul li.admin.delete {
	border: none;

}
.comments .content li.comment .tools ul li.admin.delete{
	padding-top :0px;
}
#uploadPolicy {
padding-top: 10px;
}


/************** Ie comments issue *****************/
.grid_5 .comments ul li.comment .txt{
	*width:280px;
}

.grid_6 .comments ul li.comment .txt{
	*width:345px;
}

.grid_9 .comments ul li.comment .txt{
	*width:569px;
}

/******************** IE sharelink fix ******************/

.photo_viewer .content div.photo .tools ul li .shareembed{
		width:345px; 
	}
	
.photo_viewer .content	.sharebox .sb_content .sb_body ul li.shareurl{
	width:345px;
}


.photo_viewer .content	.sharebox .sb_content .sb_body ul li.shareweb {
	width:345px;
}

.article div.img {
    float:left;
    margin:0 10px 10px 0;
    border:1px solid #f2f2f2;
    width:48px;
    height:48px;
    background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_48.png") no-repeat center center;
}

/************************************** Implementing login page changes ******************/

.login .input.text input {
	height:20px;
	width:200px;
}

.login .input label{
padding-left:8px;
padding-top:5px;
}

.login .input .button.submit input{
    	background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_submit_signin.png) no-repeat scroll center center;
		padding:4px 14px 5px 10px;
		*padding: 5px 15px 5px 13px;
		border:none;
		text-indent:-9999px;
		cursor:pointer;
		width:70px;
}
.forgot_password  .input .button.submit input{
	outline:none;
	background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_submit_signup.png") no-repeat scroll 2px 1px transparent;
	color:#FFFFFF;
	height:29px;
	padding-bottom:7px;
	padding-top:0;
	width:127px;
}
.forgot_password  .errorInput{
	display:block;
}
#sign_up .input .button.submit input{
background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_submit_signup.png) no-repeat scroll center top;
	padding:0 9px 8px 16px;
	margin-left:140px;
	margin-right:20px;
		border:none;
		cursor:pointer;
	width:123px;	
	text-transform: uppercase;
	font-size:15px;
	font-family:Impact,Charcoal,sans-serif;
	color:#fffffe;
	height:28px;
}
body#sign_up.m32.msie8 .input .button.submit input{
	padding-bottom:7px;
}
.sign_up .button.cancel input, .login .button.cancel input, .button.cancel input ,.forgot_password .button.cancel inpu{
	padding-top:0px;
}

.forgot_password fieldset .note {
color:#b3b3b2;
font-family:helvetica,arial,sans-serif;
font-size:11px;
font-weight:bold;
margin:0 0 1px;
padding-bottom:8px;
}
.forgot_password .input label{
padding-left:5px;
padding-top:5px;
}

.forgot_password .input.text input {
	height:20px;
	width:174px;
	background:#e7e3de;
}

.m32 .module .content .foot div.poweredBy{

}


.forgot_password .module .content .body ul{

}

body#login.m32 .module .foot{
padding:0 5px 5px;
width:100%;
}

body#sign_up.m32 .module .foot{
width:100%;
	padding:0 6px 5px;
	
}
body#sign_up.m32 .sign_up .module .foot,body#login.m32 .login .module .foot{
	margin-top:49px;
	*margin-top:51px;
	background:#000;
	padding-top:5px;
}
body#sign_up.m32.msie8 .sign_up .module .foot{
	margin-top:49px;
}
body#login.m32 .login .module .foot{
	margin-top:101px;
	*margin-top:106px;		
	}
body#login.m32.msie8 .login .module .foot{
	margin-top:104px;
}
.msie8 #TB_window #TB_iframeContent {
	height:499px !important ;
}
.m32 .module .foot{
	background:#000 !important;	
}
body#login.m32.module .content .body{
padding-bottom:0px;
}

.sign_up li.select select{
	margin-left:20px;
	padding:4px;
	border:0 none;
	width:100px;
	background:#e7e3de;
}
.sign_up li.select input{
   background:#E7E3DE;
   border:0 none;
   padding:4px;	
   *padding-top:2px;
   width:34px;
}
#sign_up .page_title .module .content .head h3{
	padding-bottom:8px;
}
.m32 .page_title .module{
margin-bottom:0;
padding-top:0px;
}
.login .input .button.cancel input{
	background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_cancel_signin.png") no-repeat scroll 10px 6px transparent;
	*background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_cancel_signin.png") no-repeat scroll 10px 10px transparent;
	text-indent:-9999px;
	display:block;
	width:63px;
}

.sign_up #cmsgData\[day\]{
	width:28px;
	
}
#login #footer ,#sign_up #footer{
	background:none;
	padding-bottom:0px;
}
.m32 #html-343201  .module{
margin-bottom:0px;
padding-top:0px;
}

#sign_up-294578 .module{
padding-top:0px;
margin-bottom:0px;
}

body#sign_up .sign_up .module .content .body, body#sign_up .sign_up_confirm .module .content .body{
background:#fdf9f5;
}

 .m32 .page_title .module .content .head h3{
padding-bottom:5px !important;
background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_title_thickbox.png) no-repeat scroll left center;
height:45px;
text-indent:-9999px;
margin-left : 7px;
}

#sign_up  .button.submit{
	float:left;	
}
#sign_up .input .button.submit input{
	margin-left:142px;
	*margin-left:135px;
}
#sign_up  .button.cancel {
	float:left;
}
.login .button.submit,.forgot_password .button.submit  {
	float:left;	
}

.login .button.cancel {
	float:left;	
}
.login .input .fpl {
	clear:left;
	color:#fb3499;
	float:right;
}
.login .input .button.submit input{
	margin-left:202px;

}

.forgot_password .button.cancel{
	float:right;
	
}
.forgot_password .button.cancel input{
	margin-right:40px;
}
#TB_window #TB_iframeContent {
	height:589px !important ;
   *height:591px !important ;
}
#join.m32 #container #moduleContainer2 {
	float:none;
	display:block;
	clear:both;
	margin:0 auto;
	width:410px;
}
#join.m32 .module .content .body ul {
	padding-left:2px;
	padding-top:0px;
	
}

.join .module .content .body {

	margin: 0 auto;
width:398px;
background:#fdf9f5 !important;
}
.join .input.text input{
	margin-left:24px;
}
#join .sIFR-alternate{

}
#join .input .button.submit input{
	background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_submit_signup.png") no-repeat scroll 5px 3px transparent;
	border:none;
	cursor:pointer;
	text-transform:uppercase;
	font-size:16px;
	color:#FFFFFF;
	height:32px;
	padding:2px 0 9px 0px;
	width:129px;	
}
.mac .safari3 #join .input .button.submit input,
.mac .safari4 #join .input .button.submit input{
	padding-bottom:7px;
}
#join.m32 #wrapper{
width:100%;
} 
#join.m32 #errorMsg{
	text-align:center;
	margin-left:122px;
	width:384px;
}
#join.m32 #container #moduleContainer1{
	border:none;
}
#join #moduleContainer3{
	width:100%;
}
#join .module .content .foot {
	width:100%;
	margin-top:100px;
	*margin-top:118px;
	padding-bottom:5px;
	padding-top:5px;
	*height:37px;
}

.join .input label span.required{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_required_30h3.png) no-repeat scroll 0 2px;
margin-left:3px;
padding:0 0 0 2px;
}
   #sign_up_confirm-294579.sign_up_confirm .module .content .foot{
   	margin-top:148px;
	*margin-top:164px;
	padding-top:5px;
   }
   #sign_up_confirm-294579.sign_up_confirm .module .content .body{
   	padding-bottom:5px;
   }
   #sign_up_confirm-294579.sign_up_confirm .module .content{
   	height:359px;
	*height:390px;
   }
   .mac .safari3 #sign_up_confirm-294579.sign_up_confirm .module .content .foot,
   .mac .safari4 #sign_up_confirm-294579.sign_up_confirm .module .content .foot{
   	margin-top:135px;
   }
   #sign_up_confirm-294579.sign_up_confirm .module{
   	margin-bottom:0px;
   }
   .mac .firefox3 #TB_iframeContent{
   	margin-top:0px !important;
	margin-bottom:0px !important;
   }
/****************** Global Twitter Styles *************/

a.twitterContainerMore{
	clear:both;
display:block;
text-align: right;
text-transform: uppercase;
padding:0 5px 0 0;
}

.grid_3 a.twitterContainerMore{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/visit_dropdown_5.png) no-repeat scroll right center;
	padding:6px 5px 6px 0;
}

.grid_5 a.twitterContainerMore{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/visit_dropdown_5.png) no-repeat scroll 314px 8px;
	font-size:14px;
	font-weight:normal;
}

.twitterContainer {

}

.twitterContainer .followTag {
	color:#CDCCCC;
	font-size:11px;
	padding:10px;
}
.twitterContainer .followTag .label {
	color:#DDD39C;
	font-size:12px;
	font-weight:bold;
	padding-right:5px;
}

.twitterContainer ul {
	list-style: none;
}

.twitterContainer li {
	padding: 5px 4px 10px;

}

.module .content .body .twitterContainer ul.tweetsHolder{
	padding-top:9px;
	padding-left:5px;
}

.tweetsHolder .userInfo,
.tweetsHolder .userInfo a {
	color:#FF0084;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

.tweetsHolder .follow a {
	color: #d9c771;
	font-size: 10px;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}


.tweetsHolder .userLink {
	display: inline;
}

.tweetsHolder .message {
	color: #707070;
	font-weight: bold;
	font-size: 11px;
	font-family:Helvetica;
	padding: 5px 0px 3px;
	
}
.tweetsHolder .reply a{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_reply_rollover.png) no-repeat scroll 0px 5px;
	height:25px;
	display:block;
	width:103px;
}
.tweetsHolder .reply a:hover{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_reply_rollover.png) no-repeat scroll 0px -20px;
}

.tweetsHolder .retweet a{
	background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/twitter_retweet.png") no-repeat scroll left top transparent;
	height:20px;
	display:block;
}
.tweetsHolder .reply {
	width:103px;
}
#home .tweetsHolder .reply {
	display:none;
}
.tweetsHolder .retweet {
	height:18px;
	margin-top:-14px;
	width:52px;
	float:right;
}

.tweetsHolder .created {
	color:#CDC97A !important;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}

.tweetsHolder .follow {
	margin: 3px 0;
	background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/follow-arrow3OH3.png) no-repeat 0 70%;
	display:none;
}

.borderNone{
	border-bottom:none;
}

#html-659951 #twitterContainer ul.tweetsHolder li:first-child{
	border-top:none;
}

.tc_nav_page{
	position:relative;
	padding:5px;
	float:right;
}

.tc_nav_page a {
	float:left;
	outline:none;
	margin: 0 5px;
	display:block;
	text-indent:-9999px;
	height:28px;
	width:25px;
}


.tc_nav_page .tcPreviousDisabled{
	background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/prevButtonDisabled.png) no-repeat;
	cursor:default !important;
}
.tc_nav_page .tcNextDisabled{
	background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/nextButtonDisabled.png) no-repeat;	
	cursor:default !important;
}

.tc_nav_page .tcNextEnabled{
	background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/nextButton.png) no-repeat;
}
.tc_nav_page .tcPreviousEnabled{
	background: url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/prevButton.png) no-repeat;
	margin-right:21px;
}


/**** End of Twitter ***/



 /*******Eos Upgrade 1.7 fix-Start *******************/

.input.radio input {
  float:left;
  margin:0 9px 0 1px
}
.input.radio label strong {
  color:#333;
  font-size:14px;
  font-weight:bold;
  margin:1px 0 4px 0 
}
.input.checkbox input {
  float:left;
  margin:0 10px 0 1px;
}

#edit_account .input.checkbox input{
	margin:3px 10px 0 1px;
}

.msie8 #edit_account .input.checkbox input {
	margin-top: 0px
}
.msie7 #edit_account .input.checkbox input {
	margin-top: 0px
}
.input.checkbox label {
  margin:1px 0 4px 0 ;
  padding:2px 0 4px 0; 
  line-height:14px 
}


/*  9131 
.nav_main ul li.nav-home a {
  padding: 0 20px 0 10px
}*/

/*  9207 */
.content div.member .txt .obj_meta li.delete a {

  color:#999;
  font-size: 11px;
  float:left;
}
.content div.member .txt .obj_meta li.flag a {
  background-position: 0 -74px;
  color: #999;
  font-size: 11px;
  float:left;
  margin:2px 0
}
.content div.member .txt li.admin.prome a {
  color:#999;
  font-size: 11px;
  float:left;
  margin:2px 0
}
.content div.member .txt li.admin.fanme a {
  font-size: 11px;
  color:#999;
  float:left;
  margin:2px 0
}
/* 6564 */

/* 8980 */

.videos li .txt .description {
  height:65px;
  overflow:hidden;
  font-size:10px;
  line-height:13px
}


/* Eos Upgrade 1.7 fix - End */




/***** Eos Upgrade 1.8 fix - Start ******/

.content div.topic .sharelink a {
  font-size:11px
}
.content div.topic .sharebox {
  margin:-30px 0 0 -18px;
}
.articles li .activity {
  float:left;
  font-size: 11px;
}
.articles li .tools ul li {
  float:left;
  font-size: 11px;
  margin:0 0 0 7px;
  width:auto;
}
.articles li .tools ul li .sharebox {
  margin:-28px 0 0 -18px
}

/* Filtering for Site Activity Module */
.events .description .audio .img {
  float:left;
  width: 17px;
  height: 13px;
  margin:0 6px 0 0;
  border:1px solid #ccc;
  background:url('http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_audio_img.gif') no-repeat top left;
}

/* Eos Upgrade 1.8 fix - End */

.sign_up_confirm .module{
	padding-top:0px !important;
}
.join .button.cancel input{
	background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_cancel_signin.png") no-repeat scroll 10px 1px transparent;
	text-indent:-9999px;
	display:block;
	height:17px;
	width:64px;
	text-transform:uppercase;
}




 /*******Eos Upgrade 1.7 fix-Start *******************/

.input.radio input {
  float:left;
  margin:0 9px 0 1px
}
.input.radio label strong {
  color:#333;
  font-size:14px;
  font-weight:bold;
  margin:1px 0 4px 0 
}
.input.checkbox input {
  float:left;
  margin:0 10px 0 1px;
}
.input.checkbox label {
  margin:1px 0 4px 0 ;
  padding:2px 0 4px 0; 
  line-height:14px 
}


/*  9131 
.nav_main ul li.nav-home a {
  padding: 0 20px 0 10px
}*/

/*  9207 */
.content div.member .txt .obj_meta li.delete a {

  color:#999;
  font-size: 11px;
  float:left;
}
.content div.member .txt .obj_meta li.flag a {

  color: #999;
  font-size: 11px;
  float:left;

}
.content div.member .txt li.admin.prome a {
  color:#999;
  font-size: 11px;
  float:left;

}
.content div.member .txt li.admin.fanme a {
  font-size: 11px;
  color:#999;
  float:left;
  margin:2px 0
}
/* 6564 */

/* 8980 */

.videos li .txt .description {
  height:auto;
  overflow:hidden;
  font-size:10px;
  line-height:13px;
  display:none;
}


/* Eos Upgrade 1.7 fix - End */




/***** Eos Upgrade 1.8 fix - Start ******/

.content div.topic .sharelink a {
  font-size:11px
}
.content div.topic .sharebox {
  margin:-30px 0 0 -18px;
}
.articles li .activity {
  float:left;
  font-size: 11px;
}
.articles li .tools ul li {
  float:left;
  font-size: 11px;
  margin:0 0 0 7px;
  width:auto;
}
.articles li .tools ul li .sharebox {
  margin:-28px 0 0 -18px
}

/* Filtering for Site Activity Module */
.events .description .audio .img {
  float:left;
  width: 17px;
  height: 13px;
  margin:0 6px 0 0;
  border:1px solid #ccc;
  background:url('http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_audio_img.gif') no-repeat top left;
}

/* Eos Upgrade 1.8 fix - End */


#footer{
padding-bottom:15px;
*position:relative;
clear:both;
}

.pagetitleWrap{
background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_stripe_white.png) repeat scroll 0 0;
margin:0 0 5px;
padding:4px;
display:none;
}
#twitter .pagetitleWrap{
	display:block;
	background:none;
	text-transform:uppercase;
}
#ringtones .pagetitleWrap{
	display:block;
	background:none;
	text-transform:uppercase;
}
#bio .pagetitleWrap{
	display:block;
	background:none;
	text-transform:uppercase;
}
.pagetitleWrap h1{
	background:none repeat scroll 0 0;
	color:#F3C301;
	*color:#F3C301;
	font-family:Impact;
	margin:0;
	height:35px;
	padding-top:4px;
	font-size:30px;
}

.grid_5 #member_listing-294561 .module .content .foot,
.grid_5 #tags-294581 .module .content .foot,
.grid_3 #site_activity-340500 .module .content .foot,
.grid_5 #discussion_listing-294533 .module .content .foot,
.grid_9 #member_listing-366839 .module .content .foot,
.grid_5 #tags-294582 .module .content .foot,
.grid_9 #discussion_entry-294529 .module .content .foot
 {
	background:none;
}

#blog .member_listing .module , #blog_detail .member_listing .module{
	background:none;
}
#blog .member_listing .module .body, #blog_detail .member_listing .module .body{
	background:#FAF9F6 none repeat scroll 0 0;
}
#blog .member_listing .module .head h3, #blog_detail .member_listing .module  .head h3{
	background:none;
}

 
.emptybtmborder{
	border-bottom:none !important;
} 
#html-1406924 .content .body{
	background:#FAF9F6 none repeat scroll 0 0;
	margin:0 5px 3px;
}
#html-1406924.html .module .content .body h4{
color:#F3C301;
font-family:Impact;
font-size:39px;
}


.list_album  .albums li .txt .comments.vd {
	float:left;
}
.edit_account .module .content .body{
	background:#faf9f6;
	margin: 0 5px 6px;
}
.grid_9 .edit_account .module .content .foot{
	background-image:none;
}
 .edit_account .module .content .head .title .nav_meta,.edit_profile  .module .content .head .title .nav_meta{
	background:#faf9f6 none repeat scroll 0 0;
	padding:6px;
	margin-top:6px;
	margin-left: 5px;
}


.m32#reset_password  #wrapper{
	width:100%;
}
.m32#reset_password #container #moduleContainer0{
	width:100%;
}
.reset_password .module .head,.reset_password .module .body{
	width:362px;
	margin:0 auto;	
	padding:0 8px;
	background:#fdf9f5;
}
.reset_password .module .body{
	margin-bottom:20px;
}
#reset_password .reset_password .input #submit{
	color:#fff;
font-family:impact,charcoal,sans-serif;
font-size:16px;
border:none;
font-weight:normal;
background:#fb3499;
}
.reset_password .input.text input{
	width:200px;
	float:right;
	*float:none;
	background:#e7e3de;
}
.reset_password .input.text input#cmsgData\[password\]{
	*margin-left:60px;
}
.reset_password .input.text input#cmsgData\[confirmation\]{
	*margin-left:2px;
}
.reset_password .input.submit{
	*padding-bottom:10px;
}
.reset_password .input.submit input{
	*margin-left:-25px;
	*padding-left:0px !important;
	*padding-right:0px !important;
} 
.blog_listing .module .content .body p:first-child , .blog_entry .module .content .body p:first-child{
	margin:0 5px 0 0;
}


#community_landing #furtherWrapper{
	margin-bottom:10px;
}

div.poweredBy a {
margin-top:-4px;
}

.blog_listing .articles li div.description p {	
	line-height:14px;
}
.blog_listing .articles li div.description a{
	font-size:10px;
font-weight:bold;
}
#home .navHomePgTitle a{
height:115px;
margin-left:0px;
margin-top:240px;
position:absolute;
text-decoration:none;
text-indent:-9999px;
width:325px;
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_home_logo.png") no-repeat 0 0;	
}

.edit_account .button.submit {
	margin:-4px 0 0;
	*margin:-6px 0 0;
}

.edit_account .button.cancel input{
	background:none;
	color: #FF0084;
}
.msie8 .edit_account .button.cancel input {
	margin-right: 7px;
}

#twitterReplyContainer	a.closeButton{
	background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/Close3OH3.png") no-repeat center right;
	padding-right:18px;
	font-family:Arial;
	font-size:12px;
	cursor:pointer;
	color:#000;
	text-decoration:none;
	position: absolute;
	left: 260px;
	top: 5px;
	padding-top:2px;
	outline: none;
}

#twitterReplyContainer {
	display:none; 
	top:445px; 
	*top:230px;
	position:absolute;
	margin-left: 15px;
	height:135px;
	width:314px;
	*overflow:hidden;
	
}

#twitterNat .ajaxLoading{
	margin:10px 0 0 15px;
}
#twitterSean .ajaxLoading{
	margin:10px 0 0 40px;
}
#twitterNatReplies .ajaxLoading{
	margin:0px 0 0 8px;
}
#twitterSeanReplies .ajaxLoading{
	margin:0px 0 0 8px;
}
#twitterReplyContainer iframe{
	*height:200px;
	*width:330px;
}

#twitterNatReplies{
	min-height:365px !important;
}

#twitterSeanReplies{
	min-height:365px !important;
}


#join .button.cancel{
	margin:6px 10px;
}
.comments .module .content .foot .nav_page ul{
	padding: 0 0 5px;
}
.comments .input .button.submit #submitComment{
	background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_postcomment.png") no-repeat scroll 0 0 transparent;
display:block;
text-indent:-9999px;
width:130px;
margin-right:5px;
}
.comments .input .button.submit #submitComment:hover{
	background-position:0px -48px;
}
#home #successMsg{
	margin:12px 10px 10px 14px;
	position:absolute;
width:590px;
}
.comments .module .content .body #inputCount.input{
background:none repeat scroll 0 0 #F7F1DB;
padding-left:4px;
margin-bottom:0;
padding:7px 0;
}

.grid_9 .comments .module .content .body #inputCount.input{
	width:617px;
	padding-left:6px;
}
.grid_5 .comments .module .content .body #inputCount.input{
float:none;
width:327px;
padding-left:8px;
}
.msie8 .grid_5 .comments .module .content .body #inputCount.input{
}
.edit_profile .content div.member .img{
	border:2px solid #333333;
}

#cancelUrlLink {
font-size:14px;
font-family:impact,charcoal,sans-serif;	
*padding-top:8px;
}


#twitterReplyContainer .SignIn {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/Sign-in-with-Twitter-darker.png) no-repeat scroll left top;
	text-indent: -9999px;
	display: block;
	height:25px;
	width: 152px;
	padding:0;
	margin:0;
	outline: none;
}
#twitterReplyContainer #container {
	padding: 15px;
}

#twitterReplyContainer  #welcome {
	padding: 30px 15px 5px;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
}

#twitterReplyContainer  #response {
	padding: 30px 15px 5px;
	font-size: 14px;
	font-weight: bold;
	width: 300px;
}

#twitterReplyContainer .success {

	color:#fff;
}
#twitterReplyContainer .failure {
	color:red;
}

#twitterReplyContainer {
	background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_replytwitter_plain.png) no-repeat; 
}

#twitterReplyContainer #formContainer textarea{
	float:left; height:94px;width:203px; background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_twitter_reply_txtarea.png) no-repeat; border:none;padding:3px;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:11px;		
	overflow:hidden;
	margin-left:15px;
	margin-top:18px;
	padding:5px;
}
#twitterReplyContainer #formContainer #replyButton{
	height:34px;
	margin-top:75px;
	float:right;
	text-indent:-9999px;
	width:80px;
	background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_tweetreplybutton.png) no-repeat;
	border:none;
	cursor:pointer;
	display:block;
	outline: none;

}

#twitterReplyContainer #loading {
	left:105px;
	position:absolute;
	top:52px;
	display: none;
}


/* Start 1.09 Release Add CSS Rules  */
.edit_account .body h3 {font-weight:bold;} 
.edit_account .mobileEmail p {margin-bottom:5px; } 
.edit_account .note { font-size:11px; }
.edit_account .on {color:#0c0;} 
.edit_account .off {  color:#f00; }
.forgot_password fieldset { height:auto; }
/* End 1.09 Release Add CSS Rules  */
/* Start 1.11 Release Add CSS Rules */
.join .hd {margin:10px 0 0 0;border-bottom:1px solid #b3b3b2;}
.join .annotation {float:none;}
.sign_up .annotation {float:none;}
.media_upload .input.browse span {display: block;margin: 5px 0;}
.media_upload .input#inputCount {width:100%;margin:5px 0;}
.media_upload .input.browse span {display: block;margin: 5px 0;}
/* End 1.11 Release Add CSS Rules */
/* (Refer Bug#3481)Edit-profile page was broken in mac safari after 1.12 upgrade */
    .mac .safari3 .edit_profile .body fieldset,
    .mac .safari4 .edit_profile .body fieldset,
	.chrome3 .edit_profile .body fieldset {
    display:inline;width:100%;
    }
/* End of Bug#3481 fix */

.mac .safari3 .grid_9 .comments #inputCount,
.mac .safari4 .grid_9 .comments #inputCount{float:none;}
#edit_profile .input .button.submit input{margin-right:8px;}

/* ----- Critical IE8 Add fix ----- */

.msie8 .ad.leaderboard .body {
	height:auto;
	background:none;
}

.msie8 .ad.leaderboard .body span._fwph span._fwac span,
.msie8 .ad.leaderboard .body span._fwph span._fwac iframe {
	display:block !important;
	margin-top:-9px !important;
}

.msie8 .ad.medium .body {
	height:auto;
	
}

.msie8 div.grid_5 .ad {
	margin-bottom:0px;
}

.msie8 .ad.medium .body span#_fw_span_300x250slot._fwph span#_fw_container_300x250slot._fwac span {
	display:block !important;
	margin-top:-9px !important;
}

.msie8 div.grid_5 #ad-1001254 {
	margin-top:10px;
}

.msie8 div.grid_5 #discussion_listing-340654 {
	margin-top:10px;
}
#forgot_password-294541.forgot_password .module .content .foot{
	margin-top:111px;
	*margin-top:122px;
}
.mac .safari3 #forgot_password-294541.forgot_password .module .content .foot,
.mac .safari4 #forgot_password-294541.forgot_password .module .content .foot{
	margin-top:114px;
}
.mac .safari3 #forgot_password-294541.forgot_password .input .button.submit input,
.mac .safari4 #forgot_password-294541.forgot_password .input .button.submit input{
	padding-bottom:5px;
}
#forgot_password-294542.forgot_password .module .content .foot{
	padding-top:5px;
}
/* ----- End Critical IE8 Add fix ----- */

/* ----- 2.1 upgrade related fix ------ */

body#edit_account .ad.leaderboard .body a#adEditProfile {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/3oh3_remixbanner_EditProfile_728x90.gif) no-repeat;
	display:block;
	height:90px;
}

body#edit_account .ad.medium .body a#editProfileGrid5 {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/3oh3_remix_300x250_EditProfile_opt.gif) no-repeat;
	display:block;
	height:250px;
}

#alertFBdCconfirm.modalWindow {
	background:none repeat scroll 0 0 #000000;
}

#alertFBdCconfirm.modalWindow .top a.closeModal {
	background-position:34px 0px !important;
	padding-right:22px !important;
}

#alertFBdCconfirm.modalWindow .actions .button.cancel {
	background:none repeat scroll 0 0 #EEEEEE;
}

#alertFBdCconfirm.modalWindow .actions .button.submit button,
#alertFBdCconfirm.modalWindow .actions .button.cancel button {
	cursor:pointer;
}

#facebookSettings .input {
	width:auto;
}

.site_activity .events li {
 	padding:7px 0 7px 40px;
 	font-family:Helvetica,Arial,Sans-serif;
 	font-size: 12px;/*
 	position: relative;/*
 	display: block !important;*/
 	min-height: 37px;
 	margin: 0;
 }
 
.site_activity .events li a {font-weight:bold}
body#login .forgot_password_confirm .module .content .body{
	padding-bottom:10px;
}

/* ----- End 2.1 upgrade related fix ------ */

/*
/* test for thin client */
/*
#sog { width:800px; height:110px; text-align:left; font-size:19px; text-transform:uppercase; vertical-align:text-top;}
#sog .left { width:240px; float:left; padding: 0 0 0 15px; vertical-align:text-top; text-align:center;}
#sog .right { width:537px; float:right;}

#vid1 {text-align:center;width: 250px;float:left; margin-left: 20px;}

#vid2 {text-align:center;width: 250px;float:left;}

#vid3 {text-align:center;width: 250px;float:left;}

#joinMList  { clear:both; text-transform:uppercase; font-size:12px; padding: 10px 0 0 0; color:#fff;}
#joinMList a { color:#fff;}
#joinMList a:hover { color: #ffc;}

*/
/* test for thin client */
/* category */
.categories .module .content .head{
	display : none;
}
.grid_3 .categories .module .content .body{
	background : none;
}
.categories .content .division .title{
background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_category_arrow.png) no-repeat scroll 0 0;
color:#EBC426;
font-family:impact;
font-size:25px;
height:32px;
padding:1px 0 0 78px;
width:71px;
text-transform : uppercase;
}
.categories .content ul#category-list ul{
border-left:13px solid #EBC426;
margin:0 0 0 1px;
padding:5px 0 0 6px;
}
.categories .content .division .category{
background:#E7E4DD none repeat scroll 0 0;
padding:5px 10px;
}
.categories .content .division li .title{
background:transparent none repeat scroll 0 0;
font-size:11px;
height:auto;
padding:0;
width:auto;
}
.categories .content .division .category.selected .title a{
	color:#13CBA2;
}
.categories .content .division .category .title a{
color:#FB3499;
display:block;
font-weight:normal;
text-transform:uppercase;
}
.categories .content .division .category .title a:hover{
	color:#707070;
}
.categories .content .division{
	padding-top:14px;
	padding-bottom :0px;
}
.categories .content li.division:first-child{
	padding-top:0px;
}
.categories .module .content .foot{
	background:none;
	padding:0 6px 10px;
}
.categories .module .content .foot .nav_meta ul li.new{
	float : right;
}
.categories .module .content .foot .nav_meta ul li.new a{
color:#FB3499;
font-family:impact;
font-size:15px;
padding-left:25px;
padding-right:26px;
padding-top:6px;
}
.categories .module .content .foot .nav_meta ul li.new a:hover{
	color:#707070;
}
/* end */
/* discussion */
.discussion_listing .module .content .head{
	padding :0px;
}
.discussion_listing .module .content .head .title h3{
	display:inline;
	float:left;
	padding:0;
}
.discussion_listing .module .content .head .title .nav_meta{
display:inline;
float:right;
padding:0;	
}
.discussion_listing .head .nav_meta ul li.new a{
	padding-top:21px;
}
.grid_5 .discussion_listing .module .content .body,.discussion_listing .module .content .body{
	margin:0;
	padding:0 7px;
	background : #FAF9F6 none repeat scroll 0 0;
}
.discussion_listing .module .content .foot .nav_meta ul li.new{
	display : none;
}
.discussion_listing .head  .nav_meta ul li.more a{
	display:none;
}
.discussion_listing .module .content .foot .nav_page {
	width:84%;
}
/* end */
/* video */
.video_thumbnail .module .content .body{
	padding : 0px;
}
.video_thumbnail ul.videos li.video{
	background:#474747 none repeat scroll 0 0;
}
.video_thumbnail ul.videos li.video.m {
	height:220px;
	margin:6px 7px;
	width:125px;
}
.video_thumbnail .rating ul.inactive{
	width:63px;
}
.video_thumbnail ul.videos li.video.s {
	height:130px;
	margin:10px 15px;
	width:104px;
}
.videos li.s .txt{
	padding:2px 1px;
}
.video_thumbnail .videos li.video.m .img{
	width:125px;
	margin : 0px;
}
.video_thumbnail .videos li.m .img a{
	height:79px;
	width:125px;
}
/* end */
/* album */
.list_album .module .content .body ul.albums li.m{
	background:#474747 none repeat scroll 0 0;
	margin:11px 19px;
}
.list_album .module .content .body ul.albums li.xs{
	background:#474747 none repeat scroll 0 0;
	margin:11px 19px;
}
.list_album .module .content .head{
	padding : 0px;
}
.list_album .module .content .head .title h3{
	padding-left : 2px;
}
.list_album .module .content .body ul.albums li.s{
	background:#474747 none repeat scroll 0 0;
	margin:11px 19px;
}
.list_album .albums li .img{
	border: 0px;
}
.list_album .albums li .txt {
color:#CBCBCA;
font-size:10px;
font-weight:bold;
padding:4px 5px 0;
}


.list_album .module .content .body .comments.vd {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_comment_link.png) no-repeat scroll 5px 2px;
color:#FF0084;
float:right;
font-size:13px;
margin:5px 0 0;
padding:2px 0 8px 25px;
}
.list_album .albums li .txt .date {
	clear:left;
}	
/* end */

/**************Start Eos 2.2 Upgrade Stylings **************/
/* member detail module */
.membergroups ul {clear: both;}
.membergroups ul li {margin: 2px 0px;}
.membergroups ul li.no-badge {margin-left: 27px;padding: 6px 0px;}
.membergroups img {width: 24px;height: 24px;display:inline;vertical-align: middle;}
.membergroups > span {display: none;}
/* badge class rules */
.badges {overflow: hidden;margin-top: 2px;height: 12px;}
.badges li.badge {float: left;margin: 0 2px 0 0;width: 12px;}
.badges li.badge img {width: 12px;height: 12px;}
/* normal view for members module */
.members li .badges {margin-left: 10px;margin-right: 10px;}
.members li.compact .badges {z-index: 0;margin-bottom: 10px;}
/* compact view of members listing module */
.members li.xl.compact .badges {margin-top: 152px;}
.members li.l.compact .badges {margin-top: 116px;}
.members li.m.compact .badges {margin-top: 82px;}
.members li.s.compact {margin:0 2px 2px 0;}
.members li.s.compact .badges {margin-top: 80px;}
.members li.xs.compact {margin:0 2px 2px 0;}
.members li.xs.compact .badges {margin-top: 42px;}
/* comments module */
.content li.comment .badges {width: 34px;margin-top: 1px;}
.content li.comment .badges .badge {margin-right: 1px;width: 10px; }
.content li.comment .badges .badge img {width: 10px;}
/************** Changed CSS rules:****************/

/** Start- Holding selective CSS changes for 2.2 - Issue in Discussion modules **/
/* discussions module */
/*
.topics .avatar {float: left;margin-right: 10px;}
.topics li .img {border: 5px solid #ddd;background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/icons/bg_member_s.gif") no-repeat center center;}
/* discussion entry module */
/*
.content div.topic .avatar {float:left;margin:0 10px 10px 0;}
.content div.topic .img {border:10px solid #e2e1df;background:url("../icons/bg_member_l.gif") no-repeat center center;}
*/
/** End- Holding selective CSS changes for 2.2 - Issue in Discussion modules **/
/************** End of Eos 2.2 Upgrade Stylings **************/

/* Start - Added for 2.2  upgrade issue in RSS modules */
.rss_in .description div {
margin-bottom:0;
padding-bottom:0;
}

#rss_content-699306 .tourDatesWrapper .tourDatesUnit{
	padding:2px 6px 0px 10px;
	padding-left:0px;
	margin:0 0px 13px;
}
#rss_content-699306 .tourDatesWrapper .tourDatesUnit.lastTourUnit{
	margin-bottom:0px;
}
#rss_content-699306 .tourDatesWrapper .tourDatesUnit{
	
}
/* End - Added for 2.2  upgrade issue in RSS modules */
#footer h4 a{
	font-size:20px;
	color:#e5bc16;
	font-family:Impact;
}
.grid_5 .module .content .body ,.grid_3 .module .content .body{
background:url("http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_grid_5_video.png") repeat scroll 0 0 transparent;
}

.module .content .foot .nav_page{
	width:74%;
	float:left;
}
.grid_5 .module .content .foot .nav_page{
	width:92%;
}


#nav_member  ul li,#nav_global ul li{
	font-size:13px !important;
}

 .grid_5 .comments .module .content .body{
 	background-image:none;
 }
 #nav_member ul li.signout  a,#nav_user ul li.signup a{
 	color:#fff !important;
 }

 /* ReTweet button */
a.retweet{
	margin-left:5px;
	cursor:pointer;
	width:50px;
}
a.retweet span{
	cursor:pointer;
}
a.retweet img{
	cursor:pointer;
	display:inline;
	margin-bottom:-4px;
}
a.retweet strong{
	display:none;
}

.grid_community1 {
float:left;
margin-right:10px;
width:308px;
}
.grid_community2 {
float:left;
width:315px;
}
.grid_community2 .topics li .txt {
width:222px;
}
.nav_meta ul li.poweredBy{
	background-position:left top;
}
#edit_account #notificationSettings .input {
	width:375px;
}
#twitter .grid_5 #html-327531.html .module{
	padding-top:17px;
}
#member_detail #html-327535.html{
	margin-top:0px;
}
#member_detail .moduleContainer0{
	height:60px;
}
#video_detail .sharebox .sb_content .sb_body ul li.shareweb ul li.myspace{
	*width:28% !important;
}

/* Feedback button styling - Starts */
a#fdbk_tab {
	background-image:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/30h3_fb_new.png);
	cursor:pointer;
	height:102px;
	right:0;
	margin-right:-7px;
	overflow:hidden;
	position:fixed;
	text-indent:-100000px;
	top:50%;
	width:35px;
	z-index:1000;
	}
	
/* Feedback button styling - Ends */

.join .input.text select{
background:#E7E3DE none repeat scroll 0 0;
height:28px;
margin-right:11px;
width:207px;
margin-left:24px;
}
/* EOS 2.4 Upgrades Css changes Starts */
.discussion_entry .editedBy {font-size:11px;}
.discussion_entry .description {padding-top:15px;}
.comment_options .auto_close .errorInput {padding-left:25px;}
.comment_options div {color:#333; padding-left:20px;margin-bottom:3px;}
.comment_options input {margin:1px 7px 0px 1px;}
.comment_options .auto_close .days {margin:-5px 5px 0px;width:25px;}
.comments_closed {padding: 10px 0px;}
/* EOS 2.4 Upgrades Css changes Ends */

/* For Join Screen Icon issue with radio and checkboxes -Starts */

.input.required.checkbox label{
	background:none;
}

.join .input.text input{
float:left;
}

.join .input.required.radio ul li label,.join .input.required.checkbox ul li label{
background:none;
}


.join .input.private.radio ul, .join .input.private.radio ul li {
float:left;
}

.input.private.checkbox {
position:relative;
}
.input.private.checkbox i.prText {
position:absolute;
right:0;
top:0;
}

i.prText{
	padding:0 0 0 14px;
	background: transparent url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/bg_lock.png) no-repeat 0px center;
	font-style:normal;
	height:20px;
}



/* For Join Screen Icon issue with radio and checkboxes -Ends */

/* EOS2.5.1 Upgrade style starts */
.cal_event .going {float: right;}
.cal_event .going a {display: block;text-align: center;clear: both;text-align: center;font-size: 0.8em;}
.cal_events .attendee_count {float: right;}
.cal_events .list .attendee_count {float: none;display: inline;}
/* EOS2.5.1 Upgrade style ends */

/* EOS2.7 Upgrade style starts */
li.admin.ban a {padding:7px 0 7px 30px;}
.content div.member .txt li.admin.ban{margin:6px 0 0 30px;}
/* EOS2.7 Upgrade style ends */

/**** Extras page styling ***************/

body#extras{
	background:none;
}
body#extras .left{
	margin-right:3px;
	margin-bottom:5px;
}
body#extras .right{
	margin-left:3px;
	margin-bottom:5px;
}
body#extras .grid_14.alpha.omega{
	width:1002px;
}
a img{
	cursor:pointer;
}
body#extras .module .content .head h3{
	font-size:58px;
	padding-left: 60px;
	margin-bottom:12px;
}
#html-666357 .module .content .head h3{
	background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/3video.png) no-repeat left center;
	}
	#html-666358 .module .content .head h3{
	background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/3bhndscene.png) no-repeat left center;
	}
	#html-666359 .module .content .head h3{
	background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/3promo.png) no-repeat left center;
	}
	#html-666360 .module .content .head h3{
	background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/3merch.png) no-repeat left center;
	}
	#html-2657223 .module .content .head h3{
	background:url(http://static.global.ciscoeos.com/zipupload/2c9/738/90fb7a77c03ed00dfa5104d651/images/3tour.png) no-repeat left center;
	}
