@charset "UTF-8";

/* GRID CSS OF 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: 2px;
	margin-right: 3px;
}

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

.alpha {margin-left: 0;}

.omega {margin-right: 0;}

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


.container_14 .grid_1 {width:67px;}
.container_14 .grid_2 {width:139px;}
.container_14 .grid_3 {width:211px;}
.container_14 .grid_4 {width:283px;}
.container_14 .grid_5 {width:355px;}
.container_14 .grid_6 {width:427px;}
.container_14 .grid_7 {width:499px;}
.container_14 .grid_8 {width:571px;}
.container_14 .grid_9 {width:643px;}
.container_14 .grid_10 {width:715px;}
.container_14 .grid_11 {width:787px;}
.container_14 .grid_12 {width:859px;}
.container_14 .grid_13 {width:931px;}
.container_14 .grid_14 {width:1003px;}

/* 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%;
}

.clearfix {
	display: block;
}

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



 /* GLOBAL SETTINGS */
 a,
   a:link,
   a:active,
   a:visited {
   color:#a18708;
   text-decoration: none
   }
   a:hover, a:focus {text-decoration:underline}
   p {
   margin-bottom: 10px;
   line-height:18px;
   }
   .module .content .body p:first-child {padding-top:10px}
   body {
   color:#333;
   font-size:13px;
   font-family: Arial, Helvetica, sans-serif;
   text-align:center;
   line-height:1.16em;
   background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_body.jpg") repeat ;
   }
   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
   font-weight:normal
   }
   h1 {
	background-color:#666666;
	color:#FFFFFF;
	font-family:"Courier New",Courier,monospace;
	font-size:28px;
	margin:0 5px 11px 4px;
	padding:6px 0 6px 10px;
	text-transform:uppercase;
	
   }
   h2 {
   font-size:18px
   }
   h3 {
   font-size:16px
   }
   h4 {
   font-size:14px
   }
   h5 {
   font-size:12px
   }
   h6 {
   font-size:10px
   }
   /*SKIN SETTINGS */
   #wrapper {
   text-align: left;
   }
   #container {
   overflow:hidden;
   margin-top:10px;
   margin-bottom:20px;
   }
   /* For fixing 813 */
   body#member_detail #container,body#photo #container,body#video #container {
	 	overflow:visible;
 }
 body#member_detail #container #rightWrapper,body#photo #container  #rightWrapper,
 body#video #container  #rightWrapper{
 	overflow:hidden;
 }
	#header {
		position: relative;
		z-index: 2;
	}
	#headerWrapper{
		overflow:visible;
	}
   #header .header_img img {
   visibility:hidden
   }
   #banner .module {
   margin: 0 10px
   }
   /*
   MODULE-LEVEL VISUAL
   */
	.module {
	margin:0 0 10px 0;
	overflow:hidden;
	width:100%;
	padding:9px 0 0 0;
	}
	.module .content {padding:0 0 10px 0;}
	
	.module .content .head {
	padding:0 14px;
	border: solid #C6C6C6;
	border-width: 0px;
	}
	
	.module .content .head h3 {
	text-transform:uppercase;
	padding: 0 0 2px;
	font-size:26px;
	font-family:"Courier New",Courier,monospace;
	font-weight:300;
	color:#777675;
	}
	
	.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 14px;
	border: solid #C6C6C6;
	border-width: 0px;
	}
	
	.rss_in .module .content .body {padding-top: 8px;}
	.module .content .body ul {
	overflow: hidden;
	}
	.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 {
	overflow:hidden;
	padding:0 14px;
	border: solid #C6C6C6;
	border-width: 0px;
		position: relative;
	}
	
	.module .content .foot * {
	line-height:1.16em
	}
	.module .content .foot .nav_meta {
	overflow:hidden;
	height:1%;
	float:left;
	padding-top:10px;
	padding-bottom:6px;
	}
   .member_listing .module .content .foot .nav_meta {padding-top:0}
   .module .content .foot .nav_meta ul li {
   margin:0 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:#FFF;
   }
   .ad.leaderboard .body {
   width:728px;
   height:90px;
   margin-left:20px;
   }
   .ad.skyscraper .body {
   width:160px;
   height:600px
   }
   .ad.small .body {
   width:180px;
   height:160px
   }
   .ad.medium .body {
   width:300px;
   height:250px;
   border-right: 1px solid #C6C6C6;
   border-left: 1px solid #C6C6C6;
   }
   .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;}

  /* Page top leaderboard ad */
  #header .ad {
  	/*margin:0 0 5px 0; */
	margin: 0px;
	padding-top:5px;
  }
  #header .ad .ad {padding-top:0;padding-right:5px;}
  #header .ad .content .body {margin:0 0 0 20px;}
  #header .ad .content {background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_ad_720_global.png") repeat 4px 0;
  height:90px}
   
  #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: #333 !important;
  	border-bottom:1px solid #999 !important;
  	color:#FFF !important;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight:bold;
  	text-transform: capitalize;
  	}
   #nav_global li.hello ul li a:hover, #nav_global li.hello ul li a:focus {

   	color: #c4b79c !important;
 		background-color:#555 !important;
 		}
	#nav_global ul li ul{
		position:relative;
		z-index:1004;
	}
   /* 
   CHANNEL-LEVEL NAVIGATION
   */
  
  /* Hack for the channel level navigation */
  /*
  .mac .firefox3 .nav_main ul li a, 
	.mac .firefox3 .nav_main ul li a:link, 
	.mac .firefox3 .nav_main ul li a:visited{
		padding-left:4px;
		padding-right:3px;
	}
	
	.mac .firefox3 .nav_main ul li.active a, 
	.mac .firefox3 .nav_main ul li.active a:link, 
	.mac .firefox3 .nav_main ul li.active a:visited{
		padding-left:4px;
		padding-right:3px;
	}
	
   .win .firefox3 .nav_main ul li.upload a {
	padding: 0 0 0 25px;
   }
  
	.win .firefox3 .nav_main ul.flyoutMenu li a {
		padding:2px 9px;
	}
  */
  
	.win .nav_main ul li a, 
	.win .nav_main ul li a:link, 
	.win .nav_main ul li a:visited{
		padding-left:5px;
		padding-right:5px;
	}
	
	.win .nav_main ul li.active a, 
	.win .nav_main ul li.active a:link, 
	.win .nav_main ul li.active a:visited{
		padding-left:8px;
		padding-right:8px;
	}
	
   .win .nav_main ul li.upload a {
	padding: 0 0 0 25px;
   }
   
  .win .msie8 .nav_main ul li a{display:block;}

  .nav_main {margin: 0;}
   .nav_main ul {
   width:1002px;
   margin: 0 auto;
   position:relative;
  height: 27px;
  z-index:5;
 }
 .nav_main ul li {
   float: left;
   height:21px;
   position:relative;
   margin:0px 3px;
   background-color:#dfd8c9;
   }
   .nav_main ul li:hover{
   	background-color:#ac9541;
   	background-color:#c4b79c;
   }
   .nav_main ul li.active{
   	background-color:#353535;
   }
   .nav_main ul li.search {
   float:right
   }
   .nav_main ul li.upload {
   position:absolute;
  right: 0;
   top:-72px;
   margin:0 0px 0 0;
   height: 39px;
   background:#FFF url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_top_nav_upload.gif) repeat-x top left;
   background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_upload.png) no-repeat center left;
   padding: 0;
   float: none;
   width:185px;   	
	
   }

   .nav_main ul li a,
   .nav_main ul li a:link,
   .nav_main ul li a:visited {
   color:#353535;
   padding: 0 3px 0 4px;
   text-decoration: none;
   line-height:21px;
   text-transform:uppercase;
   font-weight:bold;
   font-family:"Courier New", Courier, monospace;
   font-size:14px;
   }
   .nav_main ul li a:hover, .nav_main ul li a:focus {color:#2d2c2a; text-decoration:underline;}
   .nav_main ul li.active a {color:#ffffff;}
   .nav_main ul li.active li.active a {
   	color: #E6C95D;
	background-color:#615e57;
   }
   .nav_main ul li.active  li a {color:#FFF; }
   .nav_main ul li.upload a {
   background:none;
   padding:0 0 0 25px;
   outline:none;
   line-height:36px;
   }
  .nav_main ul li.upload a:hover, .nav_main ul li.upload a:focus {text-decoration:underline}
  .nav_main ul ul {
      background: none;
     top: 20px;
      padding-top: 7px;
  }
 .nav_main li li {float: none;}
 /*flyout menus for top nav */
 .nav_main ul.flyoutMenu li {
 	display:block;
	height:26px;
	margin:0px;
 	}
 .nav_main ul.flyoutMenu li a, .nav_main ul.flyoutMenu li span {
 	font-family: "Courier New", Courier, monospace;
	display:block;
 	background-color: #7c7a75;
	color:#fff;
	font-size:14px;
	padding: 2px 9px;
	border-top:1px solid #A9A8A4;
 }
.nav_main ul.flyoutMenu li span{
	padding-top:6px;
}		
 .nav_main ul.flyoutMenu li a:hover, .nav_main ul.flyoutMenu li a:focus {
 	color: #00abec;
	color: #E6C95D;
 	background-color:#555;
	background-color:#615e57;
 }
 

 .nav_main ul.flyoutMenu {
 	display:block;
 	position:absolute;
   left:0;
   top:14px;
 	width:142px;
 	z-index:1000;
 }
 
 .nav_main ul#bioSubNav li a{
padding-left:5px;
}
 .nav_main ul#storeSubNav.flyoutMenu{
	width:198px;	
 }
 .nav_main ul#bioSubNav.flyoutMenu{
	width:164px;
}
 .nav_main ul.flyoutMenu li a.flag {
 	padding-left:32px !important;
 	background-repeat: no-repeat;
 	background-position: 9px center;
 }
 
 .nav_main ul.flyoutMenu li#storeJapanNav a.flag{
		color:#959594;
		cursor:default;		
	}
	
 .nav_main ul.flyoutMenu li#storeJapanNav  a:hover, .nav_main ul.flyoutMenu li#storeJapanNav  a:focus {
 	cursor:default;
	text-decoration:none;
 	}
 
 .nav_main ul.flyoutMenu li a.canada {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_canada.gif);}
 .nav_main ul.flyoutMenu li a.us {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_us.gif);}
 .nav_main ul.flyoutMenu li a.uk {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_uk.gif);}
 .nav_main ul.flyoutMenu li a.za {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_southafrica_za.png);}
 .nav_main ul.flyoutMenu li a.france {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_france.png);}
 .nav_main ul.flyoutMenu li a.germany {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_germany16x11.png);}
 .nav_main ul.flyoutMenu li a.australia {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_australia.png);}
 .nav_main ul.flyoutMenu li a.brazil {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_brazil_16x11.png);}
 .nav_main ul.flyoutMenu li a.spain {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_spain_16x11.png);}
 .nav_main ul.flyoutMenu li a.italy {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_italy.png);}
 .nav_main ul.flyoutMenu li a.japan {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_japan16x11.png);}
 .nav_main ul.flyoutMenu li a.mexico {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_mexico.png);}
 .nav_main ul.flyoutMenu li a.canada {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_canada.png);}
 .nav_main ul.flyoutMenu li a.europe {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_europe.png);}
 .nav_main ul.flyoutMenu li a.newzealand{background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/newzealand.gif);}
 .nav_main ul.flyoutMenu li a, .nav_main ul.flyoutMenu li a.uk, .nav_main ul.flyoutMenu li a.france, .nav_main ul.flyoutMenu li a.germany,
 .nav_main ul.flyoutMenu li a.australia, .nav_main ul.flyoutMenu li a.spain, .nav_main ul.flyoutMenu li a.italy, .nav_main ul.flyoutMenu li a.canada,
  .nav_main ul.flyoutMenu li a.mexico,  .nav_main ul.flyoutMenu li a.za, .nav_main ul.flyoutMenu li a.brazil{
	padding-left:30px;	
	background-position:6px center;
	padding-right:1px;
 }
 .mac .nav_main li.nav-custom.nav-fanclub.dropdown ul.flyoutMenu li a,
 .mac .nav_main li.nav-custom.nav-fanclub.dropdown ul.flyoutMenu li a{
 	padding-left:10px;
 }
 .nav_main ul#internationalSubNav.flyoutMenu{
 	width:144px;
 }
ul#storeSubNav li a.australia, ul#storeSubNav li a.canada,ul#storeSubNav li a.uk{
	padding-left:32px;	
	background-position:9px center;
}
 .nav_main ul#storeSubNav  li#ringtonesNav a{
	padding: 2px 9px;
}
.nav_main ul.flyoutMenu li#memberNav a, .nav_main ul.flyoutMenu li#discussionsNav a, .nav_main ul.flyoutMenu li#communityHomeNav a{
	padding: 2px 9px;
}
.nav_main ul.flyoutMenu li span.flag{
background-position:9px  8px;
background-repeat:no-repeat;
padding-left:32px;
}

.nav_main ul.flyoutMenu li span.japan{
	background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_japan.png);
	font-weight:bold;
	height:26px;
	text-transform:uppercase;
	color:#C0C0C0;
} 

.nav_main ul.flyoutMenu li#japanNav a.japan{
	background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_japan_orig.png);
	background-position:6px center;
}

  /* 
  MODULE-LEVEL NAVIGATION
  */
  .nav_meta {
  border: solid #C6C6C6;
  border-width: 0 1px;
  }
  .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
   }
   .discussion_listing .nav_meta ul li.more {float:left;}
    .nav_meta ul li.launchPlayer {
    	float: left;
    }
   .nav_meta ul li.launchPlayer a {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_viewall_120px.png) no-repeat scroll 100% 50%;
	display:block;
	font-weight:bold;
	margin-left:50px;
	padding:7px 17px;
	text-align:center;
	text-transform:uppercase;
	color:#DDD39C;
   	}
   .nav_meta ul li.prev {
   float:right
   }
   .nav_meta ul li.register {
   float:left
   }
   .nav_meta ul li a {
   display:inline-block;
   padding:2px
   }
   /* 
   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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_featured.png) no-repeat top left;
   display: block;
   height: 11px;
   text-indent: -9999px;
   width: 11px
   }
   .nav_switch ul li a:hover {
   background-image: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_featured_selected.png);
   }
  .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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_featured_selected.png);
   }
   .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 a{
   	outline:none;
   }
   .nav_page ul {
   overflow:hidden;
   width:100%;
   padding:8px 0
   }
   .nav_page ul li.frst,
   .nav_page ul li.last
   {
   display:none
   }
    .nav_page ul li.location{
		float:left;
		padding:4px 11px;
    }
	.comments  .nav_page ul li.location{
		padding:4px 0px;
	}
   .nav_page ul li.prev {
    
	float:right;
	padding:0px 1px;
	text-align:left;
   }
   .nav_page ul li.prev a {
   	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_prev.png) no-repeat scroll 0 0;
	height:21px;
	width:21px;
    padding: 2px;
    display:block;
    text-indent:-9999px;
   }
   .grid_5 .comments .nav_page ul li.prev a{
   	width:20px;
   }
    .nav_page ul li.prev span, .nav_page ul li.next span {
    color:#5D5D5D;
	display:block;
	text-indent:-9999px;
	 }
	 .nav_page ul li.prev span{
	 	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_prev_disabled.png) no-repeat scroll 0 0;
		height:25px;
		width:23px;
	 }
	 .nav_page ul li.next span {
	 	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_next_disabled.png) no-repeat scroll 0 0;
		height:25px;
		width:23px;
	 }
	 .nav_page ul li.prev span.empty, .nav_page ul li.next span.empty {
	 	height:0px;
	 }
   .nav_page ul li.next {
    float:right;
   	padding:0px 1px;
	
   }
   .nav_page ul li.page {
   float:right;
   padding:1px 9px;
   *padding-top: 0px;
   }
     .grid_5  .comments .nav_page ul li.page{
   	padding:1px 0;
   }
   
   .nav_page ul li a {
   text-decoration: none
   }
   .nav_page ul li.next a {
	   background:none;
	   padding:3px 1px 3px 3px;
	   margin:0 1px;
	   background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_next.png) no-repeat scroll 0 0;
	   display:block;
	   text-indent:-9999px;
       height:21px;
	   width:21px;
   }
  .grid_5 .comments .nav_page ul li.next a{
   	width:19px;
   }
   .grid_5 .comments .nav_page ul li.page a {
padding:2px 3px 4px;
}

.grid_5 .comments .nav_page ul li.page a.active{
width:13px;
}
   .nav_page ul li.page a {
   margin:0;
   padding:2px 4px 4px;
   color:#5D5D5D;  
   }
   .nav_page ul li.page a.active {
   	color:#5D5D5D;
   	border:none;
    background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page.png) no-repeat;
	display:inline-block;
height:16px;
padding:3px 5px 4px;
width:16px;
*margin-top:1px;
   }
   /* 
   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:16px;
  font-weight:bold;
   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:16px;
	 font-weight:bold;
 	 font-family: Georgia, serif;
   }
   /* 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: 415px;
   overflow:hidden;
   margin-bottom:12px;
   }
   .module .feature .img img {
   display: inline;
   padding:0px;
   border:5px solid #fff;
   cursor:pointer;
   }
   
   .module .feature .img a{
	text-align:center;
   }
   
   .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 {
 /*
  padding-right: 12px;*/
   
   }
   .module .feature.ui-tabs-hide {
   display: none
   }
   /* @end */
   /* GLOBAL LINK STYLING */
   a.comment,
   span.comment {
   padding:0 0 2px 20px;
   background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_comment_link.png) no-repeat top left;
   }
   a.permalink,
   li.permalink a {
   background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_link.png) no-repeat 0 2px;
   padding:0 0 0 15px
   }
   a.sharelink,
   li.sharelink a {
   background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_sharelink.png) no-repeat 0 1px;
   padding:0 0 0 20px
   }
   li.admin.delete a, .tools .delete a {
   background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_delete_link.png) no-repeat 0 0;
   padding:0 0 0 23px;
   }
  /* 	.tools .delete a {
   		display:none;
   	} 
	.tools .delete a:hover {
   display: block;
   }*/
   .tools .delete a {background-position:0 0}
  .content div.topic li.admin.delete a {background-position: 0 0}
   li.admin.flag a {
   background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_flag_link.png) no-repeat 0 0;
   padding:0 0 0 20px;
   }
   li.admin.edit a {
   background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_edit_link.gif) no-repeat 0 0;
   padding: 0 0 0 18px
   }
   li.admin.prome a {
   background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_profile_pro.png") no-repeat -3px 0;
   padding:0 0 0 22px;
   font-size:10px
   }
   li.admin.fanme a {
   background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_profile_fan.png") no-repeat -3px 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 36px;
   font-size:11px;
   font-family: Verdana, sans-serif;
   }
   .member_detail .obj_meta ul li {
   	text-transform:capitalize; color:#fff
	}
   .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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/ep_image_icon.png) no-repeat 0 0
   }
   .obj_meta ul li.videos {
   background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/ep_video_icon.png) no-repeat 1px 0
   }
   .obj_meta ul li.comments {
   background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_comment_link.png) no-repeat 0 0;
   font-size:11px;
   padding-left:23px;
   margin-left:36px;
   }
   .obj_meta ul li.views {
   	background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/ep_views_icon.png) no-repeat 0 0;
   	padding-left:23px !important;
   	}
   /* dividers */
   .hd {
   border-bottom:1px solid #5D5D5D;
   line-height:1px;
   padding:0;
   float:left;
   display:none;
   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: 21px;*/
 	margin:0;
   padding: 0 !important;
   position: relative;
   overflow:visible;
   background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_rating_with_hover.png) repeat-x 0 -42px;
   }
   .rating ul.inactive {
   list-style: none;
   height: auto;
   float: left;
   width: 60px;
   margin:0;/*
   background:url('http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_rating_inactive.gif') repeat-x 0 -24px;*/
   background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/rating_stars_12px.png) repeat-x 0 -24px;
 }
   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:21px;
   padding:0;
   margin:0
   }
   .rating ul li a {
   display: block;
   width:21px;
   height:21px;
   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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_rating_with_hover.png) repeat-x 0 -22px;
   z-index: 2;
   margin:0;
   padding:0;
   left:0
   }
   .rating ul a.ratingone {
   left: 0
   }
   .rating ul a.ratingone:hover {
   width: 21px
   }
   .rating ul a.ratingtwo {
   left: 21px
   }
   .rating ul a.ratingtwo:hover {
   width: 42px
   }
   .rating ul a.ratingthree {
   left: 42px
   }
   .rating ul a.ratingthree:hover {
   width: 63px
   }
   .rating ul a.ratingfour {
   left: 63px
   }
   .rating ul a.ratingfour:hover {
   width: 84px
   }
   .rating ul a.ratingfive {
   left: 84px
   }
   .rating ul a.ratingfive:hover {
   width: 105px
   }
   .rating ul li.current {
   background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_rating_with_hover.png) repeat-x 0 0;/*
   position: absolute;
   height: 16px;
   top:0;
   left:0;*/
   position: relative;
   display: block;
   height: 21px;
   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: 12px;
   background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/rating_stars_12px.png) repeat-x 0 0;
   }
   .rating .total {
   float:left;
   font-weight:normal;
   color:#afaeac;
   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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_comment_link.png) 5px 2px no-repeat;
   float: right;
   padding: 2px 0 2px 25px;
   font-size: 12px;
   margin: 5px 0 0;
   color:#F8B604;
 }
 .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:#FFF;
    	display:block;
    	}
    .members li.member.hover .img a {
	background-color:#C5AF51;
    filter:alpha(opacity=85);
    opacity:0.85
    }
    .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/180/e8a/03f22fc7eb0495a7d6e678eb2a/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:128px;
   height:106px
   }
   .members li.l .img {
   background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_member_l.png") no-repeat center center
   }
   .content li.member.l .img a {
   width:104px !important;
   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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_member_m.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.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_s.gif") 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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_member_xs.gif) 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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_member_a_pro.gif) no-repeat 0 0; */
   }
   /* MEMBERS: REGISTER has no avatar */
   .members li.register .img {
   background:#ccc
   }
  
   .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.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_s.gif") no-repeat center center
   }
   .tt div.member.m .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_m.gif") no-repeat center center
   }
   .tt div.member.l .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_l.gif") 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/180/e8a/03f22fc7eb0495a7d6e678eb2a/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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_member_xl.png) no-repeat center center;
   border:1px solid #CCC;
   }
   .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;
   }
  
  
  .content div.member .txt .obj_meta li.delete a {
   font-size: 11px;
   color:#333;
   padding-top:0px;
   }
   
  /** Start 1.7 Upgrade **/
  .content div.member .txt .obj_meta li.delete a {
    background-position: 0 -2px;
    color:#999;
    font-size: 11px;
    float:left;
    margin:2px 0
  }
  /** End 1.7 Upgrade **/ 
   
   .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
   }
   
    /** Start 1.7 Upgrade **/
   .content div.member .txt .obj_meta li.flag a {
     background-position: 0 -74px;
     color: #999;
     font-size: 11px;
     float:left;
     margin:2px 0
   }
   /** End 1.7 Upgrade **/ 
   
   
   
   
   
   .content div.member .txt .obj_meta li.flag span {
   background-position:0 0;
   color: #fff;
   font-size: 11px;
   padding-left:23px;
   }
   .content div.member .txt li.admin.prome {
   padding:0;
   margin-left:33px;
   
   }
   .content div.member .txt li.admin.prome a {
   font-size: 11px
   }
   .content div.member .txt li.admin.fanme {
   padding:0;
   margin-left:34px;
   }
   .content div.member .txt li.admin.fanme a {
   font-size: 11px;
   color:#fff;
   font-weight:bold;
   line-height:13px
   }
      
  /** Start 1.7 Upgrade **/
.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
}
 /** End 1.7 Upgrade **/       
      
   
   .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 {
 	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_brownstripe_top.png) repeat-x scroll 12px -9px;
	font-size:13px;
	line-height:18px;
	color:#6F6D66;
	color:#4C4C4B;
	padding-left:10px;
	padding-top:36px;	
	padding-bottom:18px;
	*min-height:10px;
   }
   .content .about .description .tools {
   background:#FFF;
   line-height:12px;
   font-size:10px;
   padding:2px;
   top:2px;
   
   }
   .content .about .var {
   border-top:1px dotted #e1e1e1;
	 margin:10px 8px 0;
	padding:10px 0 4px;
   font-size:13px;
   
   /* position:relative;*/
   }
   .content .about .var .tools {
   background:#FFF;
   font-size:10px;
   padding:2px;
   line-height:12px
   }
   .content .about .var .label {
	color:#534E36;
	font-size:13px;
	text-transform:uppercase;
   }
   .content .about .var .value {
	color:#4C4C4B;
	font-size:12px;
	line-height:18px;
	margin-top:2px;
   	}
   /* member's detail page title for pro state */
   .content .head.pro {
   border:1px solid #eee;
   text-transform:capitalize
   }
   /* photos */
   ul.photos {
   height:1%;
   background:#5A5A5A;
   padding-top:9px;
   }
   #photo ul.photos, #photo_detail ul.photos, #video ul.videos, #video_detail ul.videos {
   	padding-left:9px;
	padding-top:15px;
   }
   .photos li {
   float:left;
   clear:left;
   margin:0 10px 10px 0
   }
  .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;
   margin-left:7px;
   border: 1px solid #CCC;
   }
   .grid_3 .photos li .img a {
   	margin-left:38px;
	*margin-left:39px;
   }
   .photos li.pro .img a {
   background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_photo_a_pro.gif) no-repeat center bottom;
   
   }
   .photos li .txt {
   font-size: 11px;
   height: 80px;
   color:#D4CCA5;
   }
   .photos li.s .txt {
		margin-left:20px;
		width: 144px;
   }
   .grid_3 li.s txt{margin-left:29px;}
   .grid_6 .photos li.s .txt {width: 120px;}
   .photos li .txt .title {
   margin:3px 0 0 0;
   overflow:hidden;
	width:116px;
   }
   .photos li .txt .title h4 {
   font-size:11px;
   line-height:12px;
   font-weight:bold;
   }
   .photos li .txt .title h4 a{
   	color:#fff;
   }
   .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 {
   padding:6px 0 0 6px;
   margin:0 10px 10px 0;
   position:relative;
   z-index:0;
   overflow:hidden;
   color:#333;
   font-size: 11px;
   height:auto
   }
   .photos li.compact.hover .txt .title,
   .photos li.compact.hover .txt {
   z-index:3;
   display:block
   }
   .photos li.compact .txt .title h4 a {
   color:#666
   }
   .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:150px
   }
   .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
   }
   .grid_3 .photos li.s .img {margin-bottom:7px}
   .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 {
   width:140px;
   height:140px
   }
   .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:150px
   }
   .photos li.compact.l {
   height:360px
   }
   .photos li.compact.xl {
   height:540px
   }
   /* single photo display */
   .content div.photo {
   overflow:hidden;
   padding-bottom:2px;
   }
   .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;
   	border:1px solid #ffffff;
   	}
	 .photo_viewer .content div.photo .img img{
	   	border:5px solid #ffffff;	 	
	 }
   .content div.photo .author {
   float:right;
   }
   .content div.photo.pro .author a {
   padding:0 23px 0 0;
   }
   .content div.photo .rating {
   float:left;
   margin-bottom:5px;
   padding-left:10px;
   }
   .content div.photo .description {
   padding:5px 10px 15px 10px;
   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;
	padding-top:10px;
	}
   .content div.photo .nav_page ul {
   padding:0
   }
   .content div.photo .nav_page ul li.prev {float:left;}
   .content div.photo .nav_page ul li.prev a {
   background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_prev.png) no-repeat 0 50%;
   padding:9px 0 0 4px;
   height:21px;
 	display:block;
 	border:0;
 	text-transform: uppercase;
 	font-family: Verdana, sans-serif;
   font-size:10px;
   }
   .content div.photo .nav_page ul li.next a {
   background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_next.png) no-repeat 100% 50%;
   padding:9px 4px 0 0;
   height:21px;
   display:block;
   border:0;
   text-transform: uppercase;
   font-family: Verdana, sans-serif;
   font-size:10px;
   }
   .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 */
   .module .content .body ul.articles {padding-top:0px}
   
   .articles li ,div.article{
   overflow: hidden;
   margin:15px 0 0;
   background: #E0DAC4 url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_photoviewer_bottom.png) repeat-x scroll 0 bottom;
   padding:0 0 38px;
   *padding-bottom:15px;
   color:#9c967e;
   color:#6f6d66;
   }

   .module .content .body ul.articles li:first-child{
   	margin-top:0px;
   }
   
   .articles li.article .title,
   .articles li.article .author,
   .articles li.article .date,
   .articles li.article .description,
   .articles li.article .activity,
   .articles li.article .category{
    	padding:0 25px;
   }

   .articles li .img {
    float:left;
    margin:0 10px 10px 0;
    border:1px solid #f2f2f2;
    width:48px;
    height:48px;
    background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_member_xs.gif") no-repeat center center
	} 

  .articles li .description img {
  	/* removed for data migration fix 
  	max-width:375px;
  	*/
	}
	ul.articles li.article .description img{
		margin:10px auto;
	}
	ul.articles li.article .description object{
		display:block;
		 margin:10px auto;
		 cursor:pointer;
	}
   .articles li.article .title, div.article li .title,div.article .title {
   margin: 0 0 10px;
   background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_brownstripe_top.png) repeat-x scroll left top;
   padding-top:41px;
   }
   .articles li .title h4, div.article .title h4 {
   color:#444;
   font-size:18px;
   font-weight:bold;
  text-transform:none;
   }
   .articles li .date, div.article .date {
   	font-size:11px;
   }
   .articles li .author, div.article .author {
   font-size:11px;
   }
   .articles li .description,  div.article .description {
	   margin:20px 0 20px 0;
	   overflow:hidden;
	   font-size:12px;
	   line-height:1.5em;
   }
   
   body#home .articles li .description p {
	   	display:block;
		padding:0px;
   }
   
   .articles li .description p:first-child,  div.article .description p:first-child{
   	padding:0px
   }
   #home .articles li .description object, #home .articles li .description img {display:none}

   .articles li.article .activity, div.article .activity {
	   padding-right:2px;
	   float:left;
	   padding-left:18px;
   }
   .articles li .tools, div.article .tools {
	   float:left;
   }
   .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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/divider.gif) no-repeat 0 1px;
   padding:0 0 0 10px
   }
   .articles li.article .category, div.article .category  {
	   margin:0px;
	   float:right;
	   padding:0 10px 0 7px; 
   }
  .module .content .body li.article .category ul, div.article .category ul {
   padding:0;
   font-weight:bold;
   }
   .articles li .category ul li, div.article .category ul li {
   display:inline;
   padding:0 0 0 2px;
   background:none;
   }
   
   /* Blog Styles specific to paramore */
   .articles li .hd {
      display:none;
   }

   .articles li.article .img{
	   margin:46px 10px 10px 25px;
   }
   
   .articles li.article .img a img{
    display:inline;
	height:100%;
	cursor:pointer;
   }
   
   .articles a{
   	font-weight:bold;
   }
      
   
   /* 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 .title {
   margin: 0 0 5px
   }
  
  
   .content div.article .hd {
   height:3px;
   background:#eee;
   margin:0 0 10px
   }
   /* topic */
   .topics li {
   overflow:hidden;
   clear:left;
   background: #C5AF51 none repeat scroll 0 0;
   margin:0 0 6px;
   padding:6px;
   
   }
   .topics li .img {
   float: left;
   background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_member_s.gif) no-repeat center center;
    margin:0 10px 0 0;
   }
   .topics li .txt {
   	float:left;
   	width:250px;
   	}
	.grid_3 .topics li .txt {width:100%;}
   	.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;font-weight:bold;}
   .topics li .description {
   font-size: 11px;
   line-height: 15px;
   margin:0 0 3px;
   }
   .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;
   background:none;
   padding-left:0px;
   }
   .topics li .hd {
   margin:0 0 10px;
   border-bottom:1px dotted #5D5D5D;
   }
   .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-weight:bold;
	 	font-size:18px;
	 	margin-bottom:10px;
	 	}

  .topics li.topic .title h4 {
  	font-weight:bold;
  	font-size:14px;
	text-transform:uppercase;
  }
  .topics li.topic .title h4 a {		
	color:#6B610D;
   }
   .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:160px}
   .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;
   }
   
   /* International page fixes for discussion listing */
   	#italy .discussion_listing .module .content .body ,
   	#spain .discussion_listing .module .content .body ,
    #canada .discussion_listing .module .content .body ,
    #italy .discussion_listing .module .content .body ,
    #uk .discussion_listing .module .content .body ,
    #germany .discussion_listing .module .content .body ,
    #australia .discussion_listing .module .content .body ,
    #france .discussion_listing .module .content .body {
    	padding-bottom:1px;
    }

   
   
   /* 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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_member_m.gif) 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
   }
   .content div.topic .txt .title h3 {
   text-transform:uppercase;
   font-weight: bold;
   font-size:14px;
   color:#666148;   
   }
   .content div.topic .txt .author {
   display:inline;
   font-size:11px
   }
   .content div.topic .txt .author a{
   	font-weight:bold;
   }
   
   .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;
   }
   .comments .title {
	padding:0 0 8px;	
   clear:both;
   }
    .comments .title h3 {
    	text-transform:uppercase;
			 font-weight:bold;
  		 font-size:14px;
    	}
   .content li.comment {
   overflow:hidden;
   padding-bottom:4px;
   margin-bottom:13px;
	background:#C5AF51 none repeat scroll 0 0;
   }
   .content li.comment.odd {
   	background:#DFCD81 none repeat scroll 0 0;
   }
 #blog_detail .content li.comment {
 	border-top: 1px dotted #CCC;
 	padding-top:10px;
 	}
   .content li.comment .member {
   float:left;
   margin:6px 5px 5px 4px
   }
   .content li.comment .img {
   width:24px;
   height:24px;
   background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_member_xs.gif) 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;
	padding-top:0px;
	}
   .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:none;
   margin:0 0 0px;
   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;
  	background-color: #FFF;
	padding:4px;
  	}
  .content li.comment .tools ul li.admin.delete a {background-position: 0 0;}
   .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-size:16px;
	text-transform:uppercase;
	color:#676045;
   }
   .content .division .category {
   padding:5px 10px 5px
   }
   .content .division .category.selected {
   background:#cbcbcb;
   }
   .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:uppercase;
   }
   .content .division .category .title span {
   display:block;
   text-transform:uppercase;
   }
   .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;
   background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_body_ul.png) repeat scroll 0 0;
   padding:12px 12px 5px;
   }
   .content ul#category-list ul {padding-top:5px}
   .categories .module .content .foot .nav_meta {
		padding-top:5px;
		padding-bottom:0px;
		padding-right:6px;
		background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/visit_dropdown_5.png") no-repeat right 9px;
	}

   /* video */
   ul.videos {
   height:1%;
   background-color:#5a5a5a;
   }
   .videos li {
   margin:10px 0 0 0;
   float:left;
   display:inline;
   background:transparent;
   padding:0 
   }
   .grid_6 .videos li {margin-right:20px}
   .videos li .hd {
   margin:0;
   border-bottom:1px dotted #5D5D5D;
   display:none;
   }
   .videos li.xs.list,
  
   .videos li.m.list,
   .videos li.l.list,
   .videos li.xl.list {
   float:none;
   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:0 10px 0 0
   }
   .videos li .img a {
   /*background:url('http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_video_a.gif') no-repeat bottom right*/
   background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_videoplay.png) no-repeat center center ;
   }
   .videos li.pro .img a {
   background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_photo_a_pro.gif) no-repeat center bottom;
   }
   .videos li .txt {
   overflow:hidden;
   color:#D4CCA5;
   }
   .videos li.list .txt {
   float:left;
   height:auto
   }
   
   /********* fixing for title truncate issue ************/
   .videos li .txt .title {
    display:block;
    overflow:hidden;
	width:110px;
   }
   .videos li .txt .title h4 {
    font-size:11px;
	font-weight:bold;
   }
   .videos li .txt .title h4 a{color:#fff;}
   .videos li .txt .duration {
   font-size:11px;
   font-weight:bold;
   color:#D4CCA5;
   }
 .videos li .txt .author {
 	font-size:10px;
 	line-height:13px;
 	clear: both;
 }
   .videos li .txt .description {
   font-size:10px;
   line-height:13px
   }
   
     /** Start 1.7 Upgrade **/
   .videos li .txt .description {
     /*height:65px;*/ /* Commenting as its breaking existing alignment */
     /*overflow:hidden;*/ /* Commenting as its breaking existing alignment */
     font-size:10px;
     line-height:13px
   } 
/** End 1.7 Upgrade **/ 
   
   
   .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/180/e8a/03f22fc7eb0495a7d6e678eb2a/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;
   color:#D4CCA5;
   }
   .videos li .txt .views .val {
   color:#F8B604;
   }
   .videos li .txt .category {
   font-size: 10px;
   line-height: 13px;
   clear:both;
   }
   /* 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;
   border:1px solid #CCC;
   margin-left:-1px;
   }
  .content .videos li.m .img a {

   height:79px;
   border:1px solid #ccc;

   }
   /********* for fixing alignment issue after ss1-1.6 upgrade ***/
  .content .videos li.m .img a {
  	    width:139px;
		margin-left:0px;  	
  	}
	
   .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:170px
   }
   .videos li.l {
   width:360px
   }
   /* pro settings */
   .videos li.pro {
   border:0;
   padding:0
   }
   .videos li.pro .img {
   border-color:#ddd;
   padding:0;
/*    margin-left:12px; */
   margin-bottom:8px;
   width:140px
   }
   .videos li.pro .txt .author a {
   padding:0 23px 0 0;
   background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_photo_a_pro.gif") no-repeat 1px 100%
   }
   .content div.video {
   overflow:hidden;
   height:1%
   }
   .content div.video.pro {
   border:0;
   background:none;
   }
   .content div.video .title {
   text-transform:uppercase;
   background:   transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_photoviewer_top.png) repeat-x 0 bottom;
   padding-bottom:35px;
   }
   .content div.video .player {
   margin:6px 0;
   height:346px;
   background:#000;
   padding-bottom:35px;
   background:#000000 url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_videoviewer_bottom.png) repeat-x scroll 0 bottom;
   margin:0 0 6px;
	padding:10px 0 67px;

   }
   .content div.video .author {
   float:right;
   }
   .content div.video.pro .author a {
   padding:0 0 0 18px;
   background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_photo_a_pro.gif") no-repeat center left
   }
   .content div.video .rating {
   float:left
   }
   .content div.video .description {
   padding:10px 10px 12px;
   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;
  }
 .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;
   }
  .content div.photo .tools ul li.admin.delete {
    padding:0 20px 0 0;
   }

   /* audio */
   ul.songs {
   height:1%
   }
   .songs li {
   overflow:hidden;
   margin:0 0 5px;
   background:#C5AF51 none repeat scroll 0 0;
   padding:6px;
   }
   
   .songs li a{
   	color:#6B610D;
	font-weight:bold;
   }
   
   .songs li .hd {
   margin:0 0 10px;
   height:0
   }
   .songs li.pro {
   border:0
   }
   .songs li .img {
   border: 2px solid #f6f6f6;
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/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:block;
   }
   .songs li .txt .title h4 {
   font-size:11px;
   display:inline
   }
   .songs li .txt .duration {
   font-size:11px;
   margin:0 0 0 0.6em;
   display:inline
   }
   .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 .tools ul li.admin.delete a {
   /*
background-position: 0 -29px
*/
   }
   .content div.audio .buy {
   font-size:11px;
   color:#aaa;
   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
   }
   .content div.audio .lyrics .val {
    font-size:11px;
   	padding:15px 0 15px;
	display:block;
   }
   .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
   }
   fieldset .note,
   .input .note {
   margin:5px 0;
   }
   .input.radio input {
   float:left;
   /* margin:0 10px 0 0 */
   margin:0 9px 0 1px; /* upgrade to 1.7 */
   }
   .input.radio label strong {
   color:#333;
   font-size:14px;
   font-weight:bold
   margin:1px 0 4px 0; /* Upgrade to 1.7 */
   }
   
   
  /** Start 1.7 Upgrade **/
   .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 
}
  /** End 1.7 Upgrade **/
   
   
   
   
   .input#inputCount {
   float:left;
   font-size:10px;
   font-family: Verdana, sans-serif;
   line-height:13px;
   padding-top:4px;
   }
   .input.textarea textarea {
   border:0;
   width:99%;
   border:1px solid #CCC;
   font-size: 13px;
   font-family: Arial, Helvetica, san-serif;
   padding:7px 10px;
   height:120px;
   }
   .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 {width:311px;}
  .grid_6 .input.textarea textarea {width:383px;}
  .grid_9 .input.textarea textarea {
  	width:596px;
	padding:5px 4px 4px;
	border: 0px solid;
	}
   .inline .input {
   margin:20px 0 0
   }
   .input label {
   display:block;
   margin:0 0 5px
   }
   .add_new_article .input label {
   	font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		}
   .button {
   margin:0 0 0 10px
   }
   .button.submit {
   float:right;
   margin:0;
   display:inline
   }
   .button.submit input {
   border:0;
   padding: 3px 5px;
   margin:0;
   display:block;
   font-size:11px
   }
   .button.cancel {
   margin:0 10px;
   float:right;
   display:inline
   }
  .input .button.submit input, .button.cancel input, .reset_password .input #submit {
  	color: #666148;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight:bold;
  	font-size:14px;
  	background: #FFF;
  	text-transform:uppercase;
  	padding:2px 10px;
	background:#e2ca63;
	cursor: pointer;
  }
  .button.cancel input {
  	border:0;
  	font-size:12px;
  	text-transform:none;
  	font-weight:normal;
  	padding:4px 0 0 0;
  	background: none;
  	}
  .edit_profile fieldset {
  	padding-bottom:10px;

  	}
  .edit_profile fieldset:first-child {
  	padding-bottom:0;
  	border-bottom:0;
  	}
  .edit_profile fieldset legend {
  	font-size:18px;
  	text-transform: none;
  	margin-top:10px;
	*margin-left: -8px;
  	padding-top:7px;
  	}
  .edit_profile fieldset ul li input#changePhoto { padding: 0px; }
   .edit_profile fieldset:first-child legend {
   	margin-top:0; 
   	padding-top:0;
   	}
   .edit_profile .content .body {
   padding-top:10px;
   padding-right:0;
   overflow:hidden;
   }
   .edit_profile .main {
   background: transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_brownstripe_top.png) repeat-x scroll 6px -20px;
	float:left;
	overflow:hidden;
	padding-top:32px;
	width:605px; 
	padding-left:10px;
   }
   
   /* .edit_profile .module .content .head .title .nav_meta {
     	display: none;
     } */
   
  /* .edit_profile .main .hd {
   margin:20px 0 0 0;
   float:none;
   display:block;
   border-bottom:1px solid #999;
   } */
   .edit_profile .main .hd {display:none}
   
   
   /** Upgrade to 1.7 **/
   /* Removing these for 1.7 
   .edit_profile .related {
 	background: transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_brownstripe_top.png) repeat-x scroll 10px -20px;
	float:left;
	padding-top:28px;
	width:282px;

   }
   .edit_profile .related .tt {
   	margin:37px 0 0 0px;
  	 position:relative;
   }
   */
   /** End - Overriding to meet site requirements **/
   
   

   
   
   .edit_profile .module .content .body ul {
   	padding-top:0;
   	margin-bottom:10px;
	margin-right:24px;
/* 	width:308px; */
	background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/ep_linedivider.png) repeat-x scroll 0 0;
	}
	.edit_profile .module .content .body .main fieldset ul{
		background:none;
	}
	.edit_profile .module .content .body .tt_body ul{
		width:247px;
		background:#8F876C none repeat scroll 0 0;
		margin-bottom:0px;
		padding-top: 10px;
	}
   .edit_profile #fileName {
	  width:230px;
   }
   .edit_profile .input.text input, .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:586px;
   	height:150px;
	background-color:#C3BFA6;
	color:#4C4C4B;
	}
   .edit_profile li.input  {margin-top:10px}
   	.edit_profile .input label {
   		color:#666148;
		font-size:16px;
   		text-transform:uppercase;
   		font-weight:bold;
   		}
   .edit_profile .input.textarea label {
   	padding-top:8px;
   	font-size:17px;
	color:#666148;
   	text-transform:none;
   	font-weight: bold;
   	}
	   .edit_profile .input.text input{
	   	background-color:#C3BFA6;
		color:#4C4C4B;
		width:500px;
		border-width:0px;
	   }
   .edit_profile .input div#inputCount {
   	font-size:10px;
   	font-family: Verdana, sans-serif;
   	line-height:12px;
	margin:10px 10px 0 2px;
	text-align:right;
   	}
	.edit_profile #fileName{
			   	background-color:#b4a568;
	}
	.edit_profile .input.file input, .edit_profile .input.browse input{
	   	background-color:#b0a56f;
		color:#4c4c4b;
	}
	
   .edit_profile .input.submit {
   margin:20px 24px;
   }
    .edit_profile li.input.submit {
		padding:25px 0 0;
		margin-right:10px;
   }
	.edit_profile .input .button.submit input{
	/*	background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/SaveProfileButton.png"); */
	}
	.nav_meta ul li.poweredBy {color:#a08709;}

  
    /** Start 1.7 Upgrade **/
    /* Removing this for 1.7
   .edit_profile .tip {
   margin:10px 25px 0 35px;
   font-size:10px;
   font-family:tahoma;
   } */
 /** End 1.7 Upgrade **/  
   
   
   
  .edit_account .note:first-child {padding-top:10px}
   .edit_account .input {
   width:375px;
   padding-right:15px;
   }
   .edit_account .input.text input {
   width:365px;
   background-color:#B4A568;
   }
   .edit_account .edit_items, 
   .edit_account #submitDiv {
   margin:15px 0
   }
   .edit_account #submitDiv {margin-bottom:0}
	.edit_account .edit_items {
		font-size:18px;
		font-weight:bold;
		}
	.edit_account .edit_items * {
		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 {
    padding:5px 0;
    text-align:left;
	padding-left:8px;
    }

   .sign_up .input label {
   float:left;
   width:100px;
   font-family:helvetica;
	font-size:12px;
	font-weight:bold;
   }
   #sign_up .sign_up .input.checkbox label {width:280px;}
   .sign_up .input.select {
   text-align:left
   }
   .sign_up .input.select label {
   margin:0 0px 0 0
   }
   .sign_up .input.text input,  .join .input.text input {
   width:200px;
   margin-right:12px;
   }
   .sign_up .input.checkbox label,  .join .input.checkbox label {
   float:none;
   font-size:11px;
   padding:2px 0;
   width:100%;
   }
   #sign_up .sign_up li.input {
   	position:relative;
	z-index:4999;
	}
   #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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_register_alert.png) no-repeat scroll 0 3px;
		color:#333;
		height:45px;	
		left:-125px;
		padding:17px 10px 4px 15px;
		position:absolute;
		font-family:helvetica;
		font-size:11px;
		font-weight:300;
		top:-45px;
		width:108px;
		
		/*
		background:#DDDDDD none repeat scroll 0 0; */
	}
	
		#sign_up .sign_up .input .message .errorInput{
			color:#7DC0BD;
		}
   #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:2px 10px 0 2px;
   *margin-top:-1px;
   }

	.sign_up .input {margin-bottom:9px;}
   .sign_up_confirm .body div {
   margin:10px 0
   }
   .sign_up_confirm .body #closeBtn {
   margin:15px 0;
   display:none;
   }
   .login fieldset {
   border:0;
   }
   .login .input {
   text-align:right;
   margin:0 0 10px
   }
   .login .input label,  .join .input label {
   float:left;
   width:80px;
   padding-top:4px;
   }
   .join .input label {width:70px}
   .login .input.select {
   text-align:left
   }
   .login .input.select label {
   margin:0 10px 0 0
   }
   .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
   }
   
   body#login #footer{display:none;height:0px;width:0px;overflow:hidden;}
   body#sign_up #footer{display:none;height:0px;width:0px;overflow:hidden;}
   body#join #footer{display:none;height:0px;width:0px;overflow:hidden;}
   
   .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: Bold;
	color:#E2CA63;
	background:transparent;
	text-transform:capitalize;
}
.login .input .button.cancel input:hover, .sign_up .input .button.cancel input:hover,
.forgot_password .input .button.cancel input:hover {
	text-decoration:underline;
	cursor: pointer;
}
   .login .input .fpl {
   display:block;
   margin:0;
  font-weight:bold;
  color:#E2CA63;
   font-size:11px;
	 clear:right;
	 text-transform:capitalize;
	 padding-top:5px;

   }
   .forgot_password .module .content .head {display:none}
   .forgot_password fieldset .note {
   margin:0 0 14px
   }
   
   /* ----- Removed as per 1.09 upgarde css changes ----- */
   /* .forgot_password .module {
   height:305px
   } */
   /* ----- End Removed as per 1.09 upgarde css changes ----- */
  
   .forgot_password .input {
   text-align:right;
   margin:0 0 12px
   }
   .forgot_password .input label {
   float:left;
   width:80px
   }
   .forgot_password .input.text input {
   height:18px;
	margin-right:20px;
	width:200px;
   }
   .forgot_password .input .button.submit {
   margin:0 0 0 150px
   }

   .forgot_password_confirm .module {
   height:305px
   }
   .forgot_password_confirm .address {
   font-weight:bold;
   margin:20px 0
   }

   .reset_password .note {
   margin-bottom:15px;
   margin-top:0px;
   }
   #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:521px;
   background:#B4A568;
   }
   .media_upload .input.textarea textarea {
   width:521px;
   background:#B4A568;
   }
   .media_upload .input .button.submit {
   padding:0 8px 0 0;
   float:left
   }
   .media_upload .input .button.submit input {
   padding:0 2px 0 10px;
   font-weight:bold
   }
   .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 .hd {display:none}
    .tt .tt_content .tt_tip{
    	display:block;
    }
   .tt .tt_head {
  	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_editprofile_top.png) no-repeat scroll 0 0; 
   	height:18px;
	width:279px;
   	}
	.tooltip {
		margin-left:5px;
		width:auto;
	}
   	.tt .tt_foot {
		background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_editprofile_bot.png) no-repeat scroll; 
			height:18px;
			width:279px;
			}
   .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/180/e8a/03f22fc7eb0495a7d6e678eb2a/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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/edit_profile_bottom.png) no-repeat 18px 100%;
   padding:0 6px 9px 18px;
   position:relative;
   z-index:2
   }
   .tt .tt_content {
   overflow:hidden;
   color:#FFF;
   width:100%;
   background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_editprofile_left.png) repeat-y scroll top left;
 /*   padding:5px 6px 0 0;;
   background-color:#8f876c; */
   width:265px;
   margin:0px 0 0 0;
   }
   .tt .tt_content .tt_body {
   background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_editprofile_right.png) repeat-y scroll top right;
   	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:110px;
    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:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/closeButton.png) no-repeat scroll 34px -1px;
	color:#E2CA63;
	padding:2px 22px 2px 0;
   }
   #TB_title{
   	  background:#000;
   }
 
   .e404 .content .body h4 {
   font-size:28px;
   font-weight:bold;
   margin:0 0 10px;
   padding:10px 0 0 0;
   }
   .e404 .content .body p {
   margin:0 0 20px
   }
   .e404 .content .body p.linkList {font-weight:bold}
   .e404 .content .foot {
   border:0
   }
   
   #container div.grid_9 .e404 .content .body {
   	background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_mid_grid9_editprofile.png) repeat-y scroll left bottom;
	padding:1px 22px;
	color:#6F6D66;
   }
   
   /* 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;
  	}
  
 
  /*Top and bottom rounded corners */
  #container div.grid_9 .module {background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_top_gird9.png) no-repeat top left;}
  #container div.grid_9 .module .content {background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_bot_grid9.png) no-repeat bottom left;}
   #container div.grid_9 .module .head,
  #container div.grid_9 .module .body,
  #container div.grid_9 .module .foot {background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_mid_grid9.png) repeat-y bottom left;}

  #container div.grid_6 .module {background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_top_grid6.png) no-repeat top left;}  
  #container div.grid_6 .module .content {background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_bot_grid6.png) no-repeat bottom left;}
  #container div.grid_6 .module .head,
  #container div.grid_6 .module .body,
  #container div.grid_6 .module .foot {background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_mid_grid6.png) repeat-y bottom left;}

  #container div.grid_3 .module {background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_top_grid3.png) no-repeat top left;}  
  #container div.grid_3 .module .content {background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_bot_grid3.png) no-repeat bottom left;}
  #container div.grid_3 .module .head,
  #container div.grid_3 .module .body,
  #container div.grid_3 .module .foot {background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_mid_grid3.png) repeat-y bottom left;}

  #container div.grid_5 .ad,  
  #container div.grid_5 .module {background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_top_grid5.png) no-repeat top left;}  

  #container div.grid_5 .ad .content,
  #container div.grid_5 .module .content {background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_bot_grid5.png) no-repeat bottom left;}

  #container div.grid_5 .ad .head,
  #container div.grid_5 .ad .body,
  #container div.grid_5 .ad .foot,
  #container div.grid_5 .module .head,
  #container div.grid_5 .module .body,
  #container div.grid_5 .module .foot {background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_mid_grid5.png) repeat-y bottom left;}

  #container div.grid_5 .ad {padding-top:9px; }
  #container div.grid_5 .ad .ad {padding:0; border:0; background-image:none;}
  #container div.grid_5 .ad .content {padding-bottom:10px; }
  #container div.grid_5 .ad .content .body {width:303px; padding: 21px 27px 20px 27px;border:0px;}
  
  #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: #777675; 
	text-decoration:none;
	outline:none;
	background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/paramore_logo.png) no-repeat 0px center;
	text-indent:-99999px;
	display:block;
	width:450px;
	} 
	
 body#home #header h1, #header h2 {
	color: #777675;
	font-size:82px;
	font-family:"Courier New",Courier,monospace;
	font-weight:normal;
	text-transform:uppercase;
	padding:12px 0 0 5px;
	margin:0 auto;
	} 
  /* 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}
  .member_listing .module .content .head .title .nav_meta ul li {float:none;}
   
   /* Footer links styles */
 #FooterLinks1 h3 {
 	margin-bottom: 0 !important;
 	padding-bottom: 19px;
 }
   #FooterLinks1 ul,  #FooterLinks2 ul,#FooterLinks3 div {
   	padding:0 0 12px 0;
   	}
   #FooterLinks2 {
   	clear:left;

   	padding-top:10px;
   	}
   #FooterLinks1 div,  #FooterLinks2 div,#FooterLinks3 div {
   	float:left;
   	width:198px;
   }
  #FooterLinks1 h4,  #FooterLinks2 h4 {
  	color:#959595;
	font-family:"Courier New",Courier,monospace;
	font-size:20px;
/* 	font-weight:bold; */
	margin-bottom:5px;
	text-transform:uppercase;
  }
  #FooterLinks1 h4 a,  #FooterLinks2 h4  a ,  #FooterLinks3 h4  a{
  		color:#959594;
  }  
  #FooterLinks1 ul li,  #FooterLinks2 ul li, #FooterLinks3 ul li  {margin-bottom:7px}
  #FooterLinks1 ul li a,  #FooterLinks2 ul li a , #FooterLinks3 ul li a {
  	font-weight:bold;
	color:#DDD39C;
  	}
   #FooterLinks ul li#footerStoreJapan a {
   	color:#C0C0C0;
	cursor:default;
   }
    #FooterLinks ul li#footerStoreJapan a:hover,  #FooterLinks ul li#footerStoreJapan a:focus {
	cursor:default;
	text-decoration:none;
   }

   
   /* End footer links styles */
   /* Footer logo links */
   #logoLinks {
   	height:59px;
   	margin: 0 auto;
   	background: transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_findus.png) no-repeat center center;
   	text-indent:-9999px;
   	position:relative;
   	}
   #logoLinks a {
   	height: 76px;
   	text-indent:-9999px;
   	display:block;
   	position:absolute;
   	top:0;
	outline:none;
   }
   #logoLinks #myspaceLink {width:140px; left:322px}
   #logoLinks #youtubeLink {width:120px; left:322px}
   #logoLinks #pvLink {width:138px; left:443px}
   #logoLinks #ljLink {width:140px; left:590px}
   #logoLinks #fbrLink {width:110px; left:730px}
   #logoLinks #buzzLink{width:155px; left:840px;   	
   } 
   
   /* Blog summary styles */
   .articles li .title h4 a {
   	color:#666148;
   	font-weight:bold;
   	font-size:14px;
   	text-transform:uppercase;
   	}
   /* End blog summary styles */
   
   li.feature .txt {
   	padding:0 25px;
   	}
   
   li.feature h4 {
   	font-weight:normal;
	color:#686666;
   	font-size:16px;
   	padding-bottom:4px;
	text-transform:uppercase;
   	}
   	
   	li.feature .description {
   		font-size:12px;
   		color:#666250;
		text-transform:uppercase;
 }
 .site_activity .module .content .body ul.events {
 	padding-top:0;
 }
 
 .site_activity .module .content .body{
 	padding: 0 10px 10px;
 }
 .events li {/*
 	float: left;
 	width: 100%;
 	clear: both;*/
	margin-bottom:5px;
	background-color:#C5AF51;
	padding:0 0 0 6px;
	min-height:76px;
 }
 .events li .txt {
 	padding:7px 0 7px 38px;
 	font-size: 12px;/*
 	position: relative;/*
 	display: block !important;*/
 	min-height: 37px;
 	margin: 0;
	color:#363636;
 }
 .events li .txt a {color:#6b610d; font-weight:bold;overflow:hidden;}
 .events .performer .img a {
 	border:1px solid#DDD;
 	}
 .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;
/* 	border:1px solid #FFFFFF; */
	}
.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/180/e8a/03f22fc7eb0495a7d6e678eb2a/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;
	}
	
#member_detail .events .description .comment{
	display:block;
	padding:0px;
	background: transparent none repeat scroll 0 0;
}

#community_landing .events .description .comment{
	display:block;
	padding:0px 2px 0px 0px;
	background:transparent none repeat scroll 0 0;	
}

 .events .performer {
 	position: relative;
 }
 .events .performer .img {
 	float: none;
 	position: absolute;
 	left: -38px;
 	top: 0;
 	background-color: #fff !important;
 	overflow: hidden;
 	width: 32px;
	height:32px;
 	background-image: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_member_xs.gif);
 }
 .events .performer .txt {padding: 0;}
 .events li .hd {
 	display:none;
 	border-bottom:1px dotted #9C9C9C;
 	margin-bottom:0;
 }
   	
  .events li .txt .date {
  	color:#363636;
  }
 
   	
   
   #launchPlayerLink {
   	display:block;
   	background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_launchmusic.png) no-repeat top left;
   	text-indent:-9999px;
   	height:46px;
   	}
   	
  .footer .module {margin:0; padding-bottom:10px;}
  .footer .module .content .body {
  	border:0;
  	padding: 0px 17px 0 8px;
  	}
  	
  .footer .left {color:#A18708;}	
  .footer .left a {	padding:0 9px;}
  .footer .right a {padding-left:18px}
  
  
  
  /*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 */
  
  .photo_thumbnail .head .nav_meta {display:none}
#home  .photo_thumbnail .nav_page {display:none}
  
  /* Video thumbnail module */
 .video_thumbnail .module .content .head .title .nav_meta {display:none}
 #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}
  
   /************* CELLSTREAM CSS BEGIN ****************/
   #csLogoElement, #cellStreamWrapper .csContent{
   	font-family: "Verdana";
   	font-size:10px;
   	line-height:13px;
   	color:#cdcccc;
   }
   
   #cellStreamSlider{
   	position:relative;
  	/*height:252px;*/
   	height:190px;
   	padding:5px 0 0;
	z-index:900;
   }
   #csLogoElement{
   	text-align:right;
   	padding-right:30px;
   	padding: 12px 10px 12px 0px;
 	display:none;
   }
   
   #cellStreamWrapper .csPage {
  	position:relative;
  	padding-left:20px;
 		_padding-left:0px;
   }
   
   #cellStreamWrapper .csCell{
   	position:absolute;
   	width:123px;
   	height:180px;
   	overflow:hidden;
   	background:#fff;
   }
   
   #cellStreamSlider .csCell0{
   	left: 0px;
   }
   #cellStreamSlider .csCell1{
   	left: 133px;
   }
   
   #cellStreamSlider .csCell2{
   	left: 266px;
   }
   
   #cellStreamWrapper .csContent{
 	background-color:#000;
   	height:125px;
   	overflow: hidden;
   	margin:5px;
   	width:111px;
   	border:1px solid #ccc;
   	margin-bottom:6px;
   	
   }
   
   #cellStreamWrapper .imageVideo{
   	border:0px;
   	width:113px;
   }
   
   #cellStreamWrapper .imageVideo .image {
     	height:90px;
   	overflow: hidden;
   	cursor: pointer;
   }
   #cellStreamWrapper .csContent .image img, #cellStreamWrapper .csContent .video img{
   	height:90px;
   	width: 100%;
   }
 
 #cellStreamWrapper .imageVideo .image img {border:none;}  
   
   #cellStreamWrapper .imageVideo .video {
   	height:90px;
   	overflow: hidden;
   }
   
   
   .videoParams {display:none;}
   
   #cellStreamWrapper  .text {
   	padding:5px;
   }
   
   	#cellStreamWrapper .fullText {
 		padding:5px;
 		font-family: Georgia, serif;
 		font-size: 14px;
 	}
 	
   
   #cellStreamWrapper .csWrapper{
   	overflow: hidden;
 	background-color:#000;
   	margin:0 5px 0 5px;
  	padding:8px 8px 7px;
   }
   #cellStreamWrapper .csWrapper .timestamp,#cellStreamWrapper .csWrapper .user{
   	text-transform:uppercase;
 	font-size:10px;
 	color:#eecb5b;
   }
   #cellStreamWrapper .csWrapper .user{color:#8ac7cc;}
   
   
   /********* code for the on hover state active classes ***********/
   #cellStreamSlider .active{
   	height:248px;
   	width:225px;
   	z-index:5;
 	background-color:#000;
   }
   
 
   #cellStreamSlider .csCell2.active{
 	  	left: 174px;
 	  	top:-35px;
 	  }
 
 
   #cellStreamSlider .active .csContent{
   	height:206px;
   	width:203px;
   	margin:10px 10px 6px 10px;
   }
   
   #cellStreamSlider .active .imageVideo{
   	width:205px;
   }
   
   #cellStreamWrapper .active .imageVideo .text {
   	padding:6px 0 0 0;
   }
   
   #cellStreamWrapper .active .imageVideo .image img{
   	height:154px; cursor:pointer;
   }
   
   #cellStreamWrapper .active .imageVideo .video img{
   	height:154px; cursor:pointer;
   }
   #cellStreamWrapper .active .imageVideo .image {
   	height:154px;
   
    }
   #cellStreamWrapper .active .imageVideo .video {
   	height:154px;
   }
   
   #cellStreamWrapper .active .csWrapper{
   	margin: 0px 10px;	
   }
   
   #cellStreamWrapper .active .csWrapper .timestamp{
   	float:left;
   }
   
   #cellStreamWrapper .active .csWrapper .user{
   	float:right;
   }
   
   /* Code for CS Buttons */
   #csButtonWrap {
   	position:absolute;
   	right:17px;
   	top:12px;
   	width:52px;
   	height:23px;	
   }
   #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;
   }
   
   #csButtonWrap .csPrevious {
   	background-image: url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_prev.png");
   	cursor: pointer;
   }
   
   #csButtonWrap .csPreviousDisabled {
   	background-image: url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_prev_disabled.png");
   	cursor: default;
   }
   
   #csButtonWrap #csNext{
   	float:right;
   }
   
   #csButtonWrap .csNext{
   	background-image: url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_next.png");
   	cursor: pointer;
   }
   
   #csButtonWrap .csNextDisabled {
   	background-image: url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_next_disabled.png");
   	cursor: default;
   }
   
   .clear{
   	clear:both;
  }
  
   #cellStreamWrapper .csVideoPlayButton{
   	height:40px;
  	width:40px;
  	position:absolute;
  	top:31px;
  	right:44px;
  	background:transparent url(http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_video_a.gif) no-repeat scroll right bottom;
    background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_videoplay.png) no-repeat center center ;
  }
  
  #cellStreamWrapper .csPlayLink{
  	display:block;
	height:40px;
	width:40px;
	cursor:pointer;
  }
  #cellStreamWrapper .active .csVideoPlayButton{
  	top:75px;
  	right:95px;
  }
  
 /************* CELLSTREAM CSS END ****************/
 
 
  /**************************  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:505px;
 		width:623px;	
     }
 	
 	#cellStreamPhotosViewer .csPVContent{
 		height:450px;
 		width:600px	; 
 		overflow: hidden;
 		margin:5px;
 		margin-bottom:6px;
 	}
 	
 	
 	#cellStreamPhotosViewer .csPage {
 		position:relative;
 		padding-left:20px;
 		
 	}
 	
 	#csLogoElement{
 		text-align:right;
 		padding-right:6px 0;
 		/*padding:20px 0 0;*/
 		display: block;
 	}
 	
 	#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{
 		width:600px;
 	}
 	#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 detail 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:345px;
  }
  #music_player .module {
  	margin:0;
  	padding: 0;
	width:99%;
  	}
  #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;
	color:#fff;
	overflow:hidden;
  	}
  .member_detail .module .content .foot .obj_meta {
  	padding:5px 0 14px 0;
	background:#8F876C ;
	}
  .about_me .body .about {
  	background:#D6CFAB url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_blog_bottom.png) repeat-x scroll 0 bottom;
	padding-top:0;
	padding-bottom:25px;	
}
  
 /* end member profile page*/
 
 /* photos */
 #photo .photos li, #photo_detail .photos li {
 	clear:none;
 	width:120px;
 	}
 #photo ul.photos li.photo, #photo_detail ul.photos li.photo {
 	height:225px;
 }
 #photo .photos li .txt, #photo_detail .photos li .txt {
 	margin-left:0;
 	margin-top:8px;
 	}
 #photo_detail div.photo {
 	padding-top:6px; background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_photoviewer.png) repeat-x scroll 0 bottom;}
 #photo_detail .photo .title {clear:both;}
 #photo_detail .photo .title h3 {
	color:#545454;
	font-size:28px;
	padding:2px 0;
 	} 
	
.photo_viewer .content div.photo .author {
	padding-right:10px;
}
.photo_viewer .photo .title {
	padding-bottom:40px;
	background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_photoviewer_top.png) repeat-x 0 bottom;
}

.photo_viewer .content div.photo .img {
	background:#E0DAC4 url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_photoviewer_bottom.png) repeat-x 0 bottom;
	padding-bottom:35px;
	margin-top:0;
	padding-top:10px;
}

.photo_viewer .rating .total , .video_player .rating .total {
	font-size:13px;
	color:#5d5d5d;
	font-weight:bold;
}

.photo_viewer .content div.photo .description , .video_player .content div.video .description{
	font-size:12px;
	color:#444443;
	background:#e0dac4;
}

     /*  photo listing - taking a deviation from the original design */
		 
		 #photo ul.photos, #photo_detail ul.photos {
			padding-left:21px;
			padding-top:22px;
		 } 
		 
		 #photo .photos li, #photo_detail .photos li {
		 	width:114px;
		 }
		 
		 #photo .photos li.s .img, #photo_detail .photos li.s .img{
		 	width:105px;
		 }
         #photo .photos li.s .img a,#photo_detail .photos li.s .img a{
			margin-left:0px;
		}
		#photo .photos li .txt .views, #photo_detail .photos li .txt .views{
			padding-top:3px;
			clear:none;
		}
		#photo .photos li .txt .rating, #photo_detail .photos li .txt .rating{
			float:none;
			height:10px;
		}
		#photo .photos li .txt .comments, #photo_detail .photos li .txt .comments{
			margin-top:0px;
			margin-right:10px;
		}
		#photo .photos li .txt .description, #photo_detail .photos li .txt .description{
			display:none;
		}
 	
 /* videos */

 #video .videos li, #video_detail .videos li {
 	clear:none;
 	width:120px;
 	margin-right:10px;
 	}
 #video ul.videos li.video, #video_detail ul.videos li.video {height:185px;}
 #video .videos li .img, #video_detail .videos li .img {
 	width:104px;
 	margin-bottom:8px;
 	}
           /*  taking a deviation from the original design */
		 #video ul.videos, #video_detail ul.videos {
		 	padding-left:22px;
		 } 
		 
		 #video .videos li, #video_detail .videos li {
			 margin-right:15px;
			width:110px;
		 }
		#video .videos li .txt .views, #video_detail .videos li .txt .views{
			padding-top:3px;
			clear:none;
		}
		#video .videos li .txt .rating, #video_detail .videos li .txt .rating{
			float:none;
			height:10px
		}
		#video .videos li .txt .comments, #video_detail .videos li .txt .comments{
			margin-top:0px;
			margin-right:0px;
		}
		#video .videos li .txt .description, #video_detail .videos li .txt .description{
			display:none;
		}
	
 #video_detail div.video {
 	padding-top:6px;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_videoviewer.png) repeat-x scroll 0 bottom;
	}
	
	
 #video_detail .video .title {clear:both;}


 #video_detail .video .title h3 {
	color:#545454;
	font-size:28px;
	padding:2px 0;
 	} 
	
/* sign up, login, reset password forms (pages.css doesn't work */
body.m32 {
 background:#000 url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/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%}
.m32 #container {
 padding:10px 0 0 0;
 margin-top:5px;
 margin-bottom:0;
 }
body#login.m32 #errorMsg, body#sign_up.m32 #errorMsg {
	width: 362px;
	margin:0 auto;
	text-align:center;
	padding: 6px 0;
	background-color: #7DC0BD;
	color: #000000;
	text-transform: uppercase;
	border-top:0;
	border-bottom:0;
	border-right:1px solid #000;
	border-left:1px solid #000;
}
body#sign_up.m32 #errorMsg {width:360px}
.m32 #container #moduleContainer0 {
	width:370px;
	border:1px solid #000;
	border-width: 1px 1px 0 1px;
	}
body#login.m32 #container #moduleContainer0 {
	width:362px;
	margin:0 auto;
	}
body#sign_up.m32 #container #moduleContainer0 {
	width:362px;
	margin:0 auto;
	}
 .m32 #container #moduleContainer1 {
 width:370px;
 float:left;
 display:inline;
 border:1px solid #000;
	border-width: 0 1px 1px 1px;
 }
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;
 }
 .m32 .module, .m32 .module .content .body,
 .m32 .module .content .foot {
 	background:transparent;
 	border:0
 	}

body#login .login .module .content .body,
body#login .forgot_password .module .content .body,
body#login .forgot_password_confirm .module .content .body {
	width:342px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	margin:0 auto;
	padding: 0px 10px 20px 10px;
	background:#000;
	}	
body#login .page_title .module, body#login #html-343202 .module,
body#sign_up .page_title .module,body#sign_up #html-343201 .module,
body#join  .page_title .module,body#join  #html-344525 .module{
background:#000000;
padding-top:0px;
}	
body#sign_up .sign_up .module .content .body, body#sign_up .sign_up_confirm .module .content .body {
	width:338px;
	padding : 0 12px 10px 12px;
	/*
	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;}
body#login .login .input .button.submit {padding-bottom: 10px}
.m32 .module .content .head h3 {
	border-color:#727374;
	color: #FFF;
	}
.m32 .page_title .module .head, .m32 .reset_password .module .head {
	padding-top:7px;
	background:#000000 none repeat scroll 0 0;
	border:0;
	width:370px;
	margin:0 auto;
	}
.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: #000;
	width:336px;
	border-color: #000;
	margin:0 auto;
	}

.m32 .sign_up_confirm .module .content .head h3, .m32 .forgot_password_confirm .module .content .head h3 {border-bottom: 0;}
.m32 .forgot_password_confirm #closeBtn {margin-left:15px}
.m32 .module .content .foot div.poweredBy {
	background-color:#45484C;
	padding-left: 48px;
	background-position: 8px 50%;
	}
.m32 	.module .content {padding:0}
.m32 .html .module .content .body {padding-top:10px}
.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/180/e8a/03f22fc7eb0495a7d6e678eb2a/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:5px 0 0;
	width:250px;
	margin:0px;
	background:none;
	}
.adminModalWindow .top a.closeModal, #alertDeleteConfirm .top a.closeModal {
	text-indent:0 !important;
	right: 5px !important;
	top:10px !important;
	width: 38px !important;
	padding-left:22px !important;
	background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/closeButton.png) no-repeat !important;
	color:#E6C95D !important;
	font-weight:bold !important;
}
#alertDeleteConfirm .actions #cancelButton span{
	color:#E6C95D !important;
	font-weight:bold !important;	
}

.adminModalWindow .main, #alertDeleteConfirm .main {color:#FFF !important;}
.adminModalWindow .actions button.smallPrimary, #alertDeleteConfirm .actions .button.submit {

	background: #E6C95D  !important;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px !important;
	font-weight:bold !important;
	padding:2px 10px !important;
	text-transform:uppercase;
}
.adminModalWindow .actions button.smallPrimary span {
	color: #444340 !important;
	padding:0 !important;
	background:transparent !important;
	height: auto !important;
	line-height:1.16em !important;
	}
#alertDeleteConfirm .actions .button.submit {color: #444340 !important;}
.adminModalWindow .actions button.smallSecondary, #alertDeleteConfirm .actions .button.cancel {
	font-weight:normal !important;
	background: transparent !important;
	padding: 0 !important;
	color:#444340 !important;
}
.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-top:20px;
		 padding-bottom:7px;
		 font-weight:bold;
		 font-size:1.3em;
		 color:#fff;
		}
	.modalWindow .main .module .content .body {padding-bottom:0}
	.modalWindow .actions .button.submit button, .modalWindow .actions .button.cancel button {
		background:transparent !important;
		padding:0 !important;
		}
.modalWindow .top a.closeModal {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/closeButton.png) no-repeat scroll right !important;
	padding-right:0 !important;
	}
.modalWindow .actions .button.cancel button {color:#E6C95D !important;
font-weight:bold !important;}
.modalWindow .actions .button.submit button {
	color:#444340 !important;
	font-weight:bold !important;
}
#alertDeleteConfirm.modalWindow .actions {
	padding-top:0px;
	width:170px;
	float:right;
}
#alertDeleteConfirm .module{
	padding-top:0px;
}
.jqmOverlay {
}
/* End modal dialogs */

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

 #tdViewAll.tour_head{
	margin-top:-27px !important;

}

 #tdViewAll a{
display:block;
text-align: right;
background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/visit_dropdown_5.png) no-repeat scroll  right center;
color:#A18708;
width:170px;
padding: 6px 9px 7px 4px;
}
.tourDatesWrapper{
	padding:0px;
	margin:0px;
	background-color:#9D9881;
	color:#FFFFFF;
	
}
body#home .tourDatesWrapper{
	*width:180px;
}

.tourDatesWrapper .tourDatesUnit{
	padding:5px 10px;
	font-size: 12px;
}

.tourDatesWrapper .lastUnit {
	border-bottom: 0px;
}

#rss_in-327532 .module .content .body{
padding-bottom:40px;
padding-top:26px;
}

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

.tourDatesWrapper .tdDateField{
	color:#ffffff;
	font-size: 15px;
	margin: 9px 0;
	text-transform: uppercase;
	float:left;
}

.tourDatesWrapper .tdBuyLinksField{
	float:right;
}

.tourDatesWrapper .tdBuyLinks a{
	background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_buytickets.png) no-repeat 0 2px;
	display:block;
	outline:none;
	margin: 9px 0px;
	text-indent:-99999px;
	width:76px;
	height:20px;
}

.tourDatesWrapper .tdMonth{
	padding: 0 5px 0 0;
	display:inline;
}

.tourDatesWrapper .tdDD{	
	display:inline;
}

.tourDatesWrapper .tourVenueBuyWrapper{
	clear:both;
/*	float:right;
	width:350px;*/
}

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

#tour_dates .tourDatesWrapper .tourVenueBuyWrapper .tdVenueField{
width:285px;
}

.tourDatesWrapper .tourVenueBuyWrapper .tdVenueField .tdVenue {
	font-size: 12px;
	padding-bottom:0px;
	text-transform:uppercase;
}

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

.tourDatesWrapper #tdViewAll{
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
	position:absolute;
	text-transform:capitalize;
}

/*
.grid_3 .tourDatesWrapper .tourVenueBuyWrapper .tdVenueField{
	float:left;
	width:135px;
}

.grid_3 .tourDatesWrapper .tourVenueBuyWrapper .tdVenueField .tdVenue {
	font-weight: bold;
	font-size: 14px;
	padding-bottom:0px;
}
*/

.tourDatesWrapper .tourVenueBuyWrapper .tdVenueField .tdArtistName{	
	font-size:11px;
}


/*
.grid_3 .tourDatesWrapper .tourVenueBuyWrapper{
	width:181px;
	width:135px;
}

*/
.grid_3 .tourDatesWrapper .tourVenueBuyWrapper .tdBuyLinksField {
	font-family: Arial;
	font-size: 13px;
	float:left;
	padding-top: 10px;
	padding-bottom: 5px;
	width:200px;
}
/* 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;
	}
	
.rss_in	 dt{
	width:100%;
}
.module .content .body dl ul {padding-top:0}

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

/* social meda sharebox on photo, video detail */
.sharebox {
	z-index:1010 !important;
}
.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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/closeButton.png) no-repeat 100% 0;
	display:block;
	float:right;
	height:21px;
	padding:2px 28px 0 0;
	width:60px;
	text-align: right;
	color:#DDD39C;
	font-weight:bold;
	
	}
.sharebox .sb_content .sb_body ul li.shareweb ul li a {
	color:#333;
	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;
	}
.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:24%}
.sharebox .sb_content .sb_body ul li.shareweb ul li.twitter {width:24%}
.sharebox .sb_content .sb_body ul li.shareweb ul li.email {width:24%}
.sharebox .sb_content .sb_body ul li.shareweb ul li.google {
	width:24%; 
	background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_sharelink_google.gif) no-repeat 0 0;
	}
.sharebox .sb_content .sb_body ul li.shareweb ul li.digg {width:24%}
.sharebox .sb_content .sb_body ul li.shareweb ul li.eos_blog {width: 24%}
.sharebox .sb_content .sb_body ul li.shareweb .hd {display:none}

.sharebox .sb_content .sb_body ul li.shareurl input {
	color:#333;
	width: 310px;
	margin:4px 0 0 10px;
	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:60px !important;
	margin:4px 0 5px 0;
	border: 1px solid #ccc;
	overflow:auto;
}

/* 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, *:first-child+html .ad .foot {height: 0 !important; overflow: hidden !important;}
*:first-child+html .module .content .foot * {line-height:1.4em}
*:first-child+html body#home #container #moduleContainer0 {height:403px;
padding-bottom:10px;}
*: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:0px}
*:first-child+html .grid_3 .photos li .img a {margin-left: 35px;}
*: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}
 #html-336227.html ul#bioMemberPics li:first-child {margin-left:0 !important}
	}
	*/

/* ALBUM LISTING and album details page hack */

.content .body ul.albums li.s .img {
	background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/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/180/e8a/03f22fc7eb0495a7d6e678eb2a/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;
	padding:8px 0;
}

.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 .main fieldset legend {
	text-transform:uppercase;
	color:#666148;
} 
.edit_profile .module .body .main 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{
	margin-left:18px;
	width:175px;
}
#FooterLinks1 div.footerBlock5,
#FooterLinks2 div.footerBlock5{
	width:190px;
}
#FooterLinks1, #FooterLinks2, #FooterLinks3 {
	width:970px;
}

/* Warning for IE6 users */
#ie6Prompt {
	background: #d6edf9 url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/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 */
#TB_overlay { z-index:2000;}
#TB_window{ z-index:2002;}
#TB_load{ z-index:2003;}
#TB_HideSelect{ z-index:1999;}

#TB_iframeContent{
  height: 420px !important; //To avoid scroll bar
}

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

#alertFlagConfirm.modalWindow .top {
	padding: 0px ! important;
}
#alertFlagConfirm.modalWindow .main {
	  background: #000 url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/alert.jpg) repeat-x top left !important;
	  color: #FFFFFF;
}

#alertFlagConfirm.modalWindow .top a.closeModal {
	background-image: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/closeButton.png) top right !important;
	font-family:Arial;
	color:#E6C95D !important;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	padding: 2px !important;
	width : 55px;
}

#alertFlagConfirm.modalWindow .main .module .content .head h3 {
	text-transform: capitalize;
}
#alertFlagConfirm .module .content .head h3{
	font-weight:bold;
}
#alertFlagConfirm.modalWindow .actions .button.submit {
	background:#E6C95D !important;
	text-align:center;
	width: 80px;
	margin-top: -3px;
}
#alertFlagConfirm.modalWindow .actions .button.submit button{
	padding:1px 0 7px 7px !important;
	cursor: pointer;
	font-family:Arial;
	font-size:16px;
	color:#444340 !important;
	height:30px;
}

#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:0 0 10px 0
}
.edit_account .title {
 margin:0 0 5px 0
}
.edit_account .title h4 {
  display:inline;
  font-weight:bold;
  margin:0 4px 0 0
}

/* ----- Removed as per 1.09 upgrade css changes ----- */
/* .edit_account em {
  font-size:11px;
} */
/* ----- End Removed as per 1.09 upgrade css changes ----- */

/* 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: 1px solid #ddd;
  float: left;
  margin-right: 10px;
  background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_member_m.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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_member_l.png") no-repeat center center
}
/* End of Discussion  */

/* Start of Album Listing */
ul.albums {
height:1%;
background:#5A5A5A;
padding-left:9px;
padding-top:15px;
}
.albums li {
float:left;
margin:0 20px 15px 0
}
.albums li.pro {
border:0
}
.albums li .img {
border: 1px solid #e4e4e4
}
.albums li .txt {
font-size: 10px;
padding:5px 0 0 0
}
.albums li .txt .title {
height:24px
}
/* don't let title text run into things below */
.albums li .txt .title h4 {
font-size:11px;
height:100%;
line-height:12px;
overflow:hidden
}
.albums li .txt .title h4 a{color:#fff;font-weight:bold;}
.albums li .txt .rating {
float:left;
overflow:hidden;
margin:4px 0 6px 0
}
.albums li .txt .comments {
background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_tools.gif") no-repeat 2px 1px;
line-height: 13px;
margin:4px 0 6px 0;
padding:0 0 0 14px
}
.albums li .txt .comments.vd {
padding:0 0 0 22px;
margin:4px 0 6px 65px;
background-position:8px 1px;
border-left:1px solid #ccc
}
.albums li .txt .description {
height:36px;
margin:5px 0 0 0;
overflow:hidden;
width:100%
}
.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
}

.albums li .txt .description, .albums li .txt .author, .albums li .txt .tracks, .albums li .txt .date {
	color:#D4CCA5; font-size:11px; font-weight:bold;
}
/* album thumbnails */
/* container sizes */
.albums li.xs {
width:80px
}
.albums li.s {
width:114px
}
.albums li.m {
width:150px
}
.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 {
width:70px;
height:70px;	
background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_album_xs.gif") no-repeat 50% 50%;
}
.albums li.s .img {
margin-left:4px;
width:104px;
height:104px;
background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_album_s.gif") no-repeat 50% 50%;
}
.albums li.m .img {
width:140px;
height:140px;
background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_album_m.gif") no-repeat 50% 50%;
}
albums li.l .img {
width:350px;
height:350px;
background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_album_l.gif") no-repeat 50% 50%;
}
.albums li.xl .img {
width:540px;
height:540px;
background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_album_xl.gif") no-repeat 50% 50%;
}
.albums li.xxl .img {
width:590px;
height:590px;
background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_album_xxl.gif") no-repeat 50% 50%;
}
/* End of Album Listing */


/* Start of Album Info */
div.album {
overflow:hidden;
}
div.album .img {
margin:0 0 10px 0;
}
div.album.xs .img {
background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/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/180/e8a/03f22fc7eb0495a7d6e678eb2a/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/180/e8a/03f22fc7eb0495a7d6e678eb2a/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/180/e8a/03f22fc7eb0495a7d6e678eb2a/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/180/e8a/03f22fc7eb0495a7d6e678eb2a/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/180/e8a/03f22fc7eb0495a7d6e678eb2a/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:15px;
}
.content div.album .description {
color:#bbb;
}
div.album .val {
color:#bbb;
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;
border-bottom:1px solid #9c9b99
}

   
.playlist .info .img {
background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_album_xs.gif") no-repeat 50% 50%
}
.playlist .info .s .img {
background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_album_s.gif") no-repeat 50% 50%
}
.playlist .info .m .img {
background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_album_m.gif") no-repeat 50% 50%
}
.playlist .info .l .img {
background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_album_l.gif") no-repeat 50% 50%
}
.playlist .info .xl .img {
background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/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/180/e8a/03f22fc7eb0495a7d6e678eb2a/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
}
.playlist .info .txt .title h3 {
color:#444;
font-size:13px;
text-transform:capitalize;
margin:3px 0
}
.playlist .info .txt .album {
color:#666;
font-size:12px;
margin:0 0 10px 0
}
.playlist.s .player {
height:35px;
background:#dedede
}
.playlist.v .player {
height: 300px
}
.playlist .list {
overflow-y:auto;
overflow-x:hidden;
height:126px;
}
.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:#ccc;
color:#444
}
.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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_pl.gif') no-repeat 50% 5px
}
.playlist.v .list ul li.active .status {
background:url('http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/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
}
.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:#444;
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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_stats.gif') no-repeat 50% -79px;
line-height:12px;
height:12px;
display:block;
padding:0 10px;
margin:3px 0 0
}
/* 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/180/e8a/03f22fc7eb0495a7d6e678eb2a/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;	
   border-bottom:1px solid #8b8987;
}

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



/* Song playlist - different from video playlist.  */
.song_playlist .playlist .info{
	background : #EEECE7;
	border-bottom:0px;
}

.song_playlist .playlist.s .player{
	border:1px solid #D5D3CD;
	background: #EEECE7;
	margin:10px 0;
}

.playlist .list ul li {
	background:#EEECE7;	
	color:#6F6D64;
	border-bottom: 1px solid #c9c7c3;
}

.song_playlist .module .content .body {
	padding:0 5px;
}
.song_playlist .module .content .playlist{
	background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_audio_player.png) -10px 0;
	padding:9px;
}



.button.cancel input {
	font-weight:bold;
}

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

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

.content .videos li.m .img a {
   width:139px;
   margin-left:0px;

}


/** End Site specific customization **/

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

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

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

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

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

}

#uploadPolicy {
	padding: 10px;
	background-color:#E0DAC4;
}


/************** Ie comments issue *****************/
.grid_5 .comments ul li.comment .txt{
	*width:275px;
	padding:4px 0;
}

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

.grid_9 .comments ul li.comment .txt{
	*width:555px;
	padding:4px 0;
}

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

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


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

.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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_member_xs.gif") no-repeat center center;
}


/****************** Global Twitter Styles *************/

a.twitterContainerMore{
	
display:block;
text-align: right;
color:#A18708;
font-size:11px;
font-weight:bold;
text-transform: uppercase;
padding:5px 9px 6px 0;
}

.grid_3 a.twitterContainerMore{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/visit_dropdown_5.png) no-repeat scroll right center;
}

.grid_5 a.twitterContainerMore{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/visit_dropdown_5.png) no-repeat scroll right 7px;
}

.twitterContainer {
	background-color: #504f4f;

}

.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: 0 10px 10px;
}

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

.tweetsHolder .userInfo,
.tweetsHolder .userInfo a {
	font-size: 14px;
	font-weight: bold;
	color: #afa889;
}

.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: #cdcccc;
	font-weight: normal;
	font-size: 11px;
	padding: 5px 0px 3px;
}

.tweetsHolder .message a {
	color: #afa889;
}

.tweetsHolder .created {
	text-align: right;
	color: #afa889;
	font-size: 10px;
}

.tweetsHolder .follow {
	margin: 3px 0;
	background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/follow-arrow.png) no-repeat 0 75%;

}
.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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_prev_disabled.png) no-repeat;	
	cursor:default !important;
}
.tc_nav_page .tcNextDisabled{
	background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_next_disabled.png) no-repeat;	
	cursor:default !important;
}

.tc_nav_page .tcNextEnabled{
	background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_next.png) no-repeat;
}
.tc_nav_page .tcPreviousEnabled{
	background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_prev.png) no-repeat;	
}


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

.login .input.text input {
	height:20px;
	width:200px;
	margin-right:10px;
}

.login .input label{
padding-left:8px;
padding-top:5px;
font-family:helvetica;
font-weight:bold;
font-size:12px;
}
.login .input .button.submit input,.forgot_password  .input .button.submit input{
    /*	background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/mlist_button_bg.png") no-repeat; */
		padding:4px 14px 5px 10px;
		*padding: 5px 15px 5px 13px;
		border:none;
		cursor:pointer;
		width:90px;
}
#sign_up .input .button.submit input{
	/* background:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/Sign_up_but1.png") no-repeat; */
	padding:2px 7px 2px 6px;
	border:none;
	cursor:pointer;
	width:150px;	

	font-size:15px;
}
.forgot_password fieldset .note {
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:200px;
}
.m32 .module .content .foot div.poweredBy{
	background-color:#999999;
}
.forgot_password .module .content .body ul{
border:none;
padding-top:15px;

}
.forgot_password .input .button.submit input{
padding:4px 5px 5px 1px;
*padding:4px 8px 4px 6px;
}
body#login.m32 .module .foot{
padding:0 5px 5px;
width:98%;
}
body#sign_up.m32 .module .foot{
	width:98%;
/*	*width:647px; */
	padding:32px 6px 5px;
}

body#login.m32.module .content .body{
padding-bottom:0px;
}
.sign_up li.select select{
	margin-left:9px;
	padding:1px;
	border:0 none;
	width:98px;
}
.sign_up li.select input{

   border:0 none;
   padding:2px;	
   *padding-top:2px;
   width:34px;
}
.edit_profile .module{
color:#6C654D;
}
#sign_up .page_title .module .content .head h3{
	padding-bottom:8px;
}
.m32 .page_title .module{
margin-bottom:0;
}
.login .input .button.cancel input{
	padding-right:5px;
	padding-top:4px;
	padding-left:8px;
}

.sign_up #cmsgData\[day\]{
	width:36px;
	padding:2px 0 2px 1px;	
}

.m32 #html-343201  .module{
margin-bottom: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{
border-left:1px solid #000000;
border-right:1px solid #000000;
background:#000;
padding-top:8px;
}

 .m32 .page_title .module .content .head h3{
padding-bottom:5px !important;
border:none;
}


#sign_up .button.submit{
	float:left;	
}
#sign_up .input .button.submit input{
	margin-left:110px;
	*margin-left:90px;
	*padding-left:5px;
}
#sign_up  .button.cancel {
	float:left;
	padding-left:7px;
}

.login .button.submit,.forgot_password .button.submit  {
	float:left;	
}

body#login.m32 #login-294554 .module .foot,#forgot_password-294541 .module .foot{
	padding-top:55px;
}

.login .button.cancel {
	float:left;	
}
.login .input .fpl {
	clear:left;
	padding-bottom:6px;	
	width:330px;
	text-align:right;
	float:none;	
}
.login .input .button.submit input{
	margin-left:185px;

}

.forgot_password .button.cancel{
	float:right;
	
}
.forgot_password .button.cancel input{
	margin-right:40px;
}

#TB_window #TB_iframeContent {
	height:470px !important;
	*height:470px !important;
}

#join.m32 #container #moduleContainer2{
border-color:#000000;
border-style:solid;
border-width:1px 1px 0;
}

#join.m32 #container #moduleContainer2 {
	float:none;
	display:block;
	clear:both;
	margin:0 auto;
	width:362px;
}

#join.m32 .module .content .body ul {
	padding-left:12px;
	
}

.join .module .content .body {
	border-color:#000000 !important;
	border-style:solid !important;
	border-width:0 1px !important;
	margin: 0 auto;
	width:342px;
	padding:0 10px 10px;
	background:#000 !important;
}
.join .input.text input{
	margin-left:10px;
}
#join .sIFR-alternate{

}
#join .input .button.submit input{

	padding:2px 11px 2px 11px;
	border:none;
	cursor:pointer;
	width:95px;	
	text-transform:capitalize;
	font-size:16px;
}
#join.m32 #wrapper{
width:100%;
} 
#join.m32 #container #moduleContainer1{
	border:none;
}

/*Added for Send me my password fix in paramore.net */
#join.m32 #container #moduleContainer3{
	float:none;
	margin:0 auto;
	width:auto;
}

#join.m32 #forgot_password-294541 .module .content{background:#000000 none repeat scroll 0 0;}

#join #moduleContainer3{
	width:100%;
}
#join .module .content .foot {
	width:auto;
	padding-top: 10px;
	padding-left:12px !important;
	padding-right:12px !important;	
}
#join .module .content .foot .poweredBy a{
	padding:2px 4px !important;
}
#sign_up_confirm-294579 .module {
	padding-top:0px;
}
.content .foot .obj_meta li.views {
	margin-top:0px;
}

#new_merch .subProductImage img, #new_merch .mainAlbumImg img {
/*	border:1px solid #CCC;
 * 
 */
 }

	.grid_3 .new_merch_wrap, .grid_5 .new_merch_wrap{
		padding-top:5px;
		position:relative;
		z-index:999;
	}
   /* Mainalbum - Image display*/
  .grid_3 #new_merch .mainAlbumImg{
  	 width:185px;
	 height:185px;
	 overflow:hidden;
   	 margin:11px 0 0 5px;
	 background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_merch_album_large.png);
   }  
    .grid_3 #new_merch,  .grid_5 #new_merch{
    	font-family:Helvetica;
		color:#000;
    }
	.grid_3 #new_merch .product .name a,	.grid_5 #new_merch .product .name a{
		color:#444446;
		font-size:12px;
		font-weight:normal;
	}
    .grid_3 #new_merch .top img {
  	 float:none;
  	 width:171px;
  	 height:171px;
  	 padding:6px 4px 3px 6px;
	 
   }
	 .grid_3 #new_merch .top .mainAlbumDesc{
	 	width:180px;
	 }
/*    .grid_3 #new_merch .center .mainAlbumImg,.grid_3 #new_merch .bottom .mainAlbumImg{
    	height:85px;
		overflow:hidden;     	
		width:85px;
		float:left;
		background:#fff;
    }	*/
	.grid_3 #new_merch  .center .mainAlbumDesc, .grid_3 #new_merch  .bottom .mainAlbumDesc  {
		width:85px;
		float:right;
	} 
			
	 
  .grid_3 #new_merch .center .mainAlbumImg img,  .grid_3 #new_merch .bottom .mainAlbumImg img{
  	 width:80px;
	padding:7px 6px 7px 8px;
   }

   /* Mainalbum- Container Product description*/
   .grid_3 #new_merch .mainAlbumDesc{
  	 width:90px;
  	 margin: 9px 3px 0 0px;
   }
  .grid_3 #new_merch .top .mainAlbumDesc {
  		 margin: 9px 6px 0 10px;
  }
    .grid_3 #new_merch .mainAlbumPricenBuy {
    		margin:10px 0 0 0px;
    }
   /* Mainalbum- Container for price and buy button*/
  .grid_3 #new_merch .top .mainAlbumPricenBuy {
  	width:180px;
 
  }
 
  /* BuyNow button -- Main album, left and right product album */ 
   .grid_3 #new_merch .buynowButton {
 	cursor:pointer;
 	display:block;		
 	text-align:left;
 }
  .grid_3 #new_merch a.bg_BuynowButton {	
	cursor:pointer;
	display:block;
	font-size:11px;
	height:18px;
	padding:11px 10px 10px;
	*padding:9px 10px 10px;
	text-align:center;
	text-decoration:none;
	color:#DDD39C;
	background:url('http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_merch_grid_3_top.png') no-repeat;
 }	  
   
   .grid_3 #new_merch .center a.bg_BuynowButton,   .grid_3 #new_merch .bottom a.bg_BuynowButton{
   	background:url('http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_merch_grid_3_center.png') no-repeat;
  }
  
  .grid_3 #new_merch a img {
  	 cursor:pointer;

   }
	.grid_3 #new_merch .ArtistStore  ,  .grid_5 #new_merch .ArtistStore,
	 .grid_3 #new_merch .ArtistStore_footer , .grid_5 #new_merch .ArtistStore_footer     {
   	text-align:left;	
   	font-size: 11px;
   	font-weight:bold;
  	text-transform:uppercase;
 	cursor:pointer;
 	margin:0;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/visit_dropdown_5.png) no-repeat scroll right 2px;
	height:11px;	
	color:#A18708;
	padding-right:9px;
   }
   .grid_3 #new_merch .ArtistStore, .grid_3 #new_merch .ArtistStore_footer{
   	width:114px;
	padding-right:3px;
	float:right;
	margin-right:7px;
   }
  .mac .grid_3 #new_merch .ArtistStore,.mac .grid_3 #new_merch .ArtistStore_footer{
	   	width:118px;   	
   }
 .grid_3  #new_merch .top{
  	padding-top:5px;	 	
   }
body#home    .grid_3 #new_merch .ArtistStore  , body#home  .grid_5 #new_merch .ArtistStore,
body#home .grid_3 #new_merch .ArtistStore_footer ,body#home .grid_5 #new_merch .ArtistStore_footer {
		background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/visit_dropdown_5.png) no-repeat scroll right 3px;
}
   .grid_3 #new_merch .bottom, .grid_5 #new_merch .bottom{
   	padding-bottom :10px;
   }
   .grid_5 #new_merch .ArtistStore_footer  {
   	float:right;
	margin-right:11px;
   }
   
   .grid_5 #new_merch .ArtistStore{
   	position:absolute;
	margin-right:11px;
	top:-18px;
	right:0px;
   }
   
	#italy .grid_5 #new_merch .ArtistStore,
    #canada .grid_5 #new_merch .ArtistStore,
    #italy .grid_5 #new_merch .ArtistStore,
    #uk .grid_5 #new_merch .ArtistStore,
    #germany .grid_5 #new_merch .ArtistStore,
    #australia .grid_5 #new_merch .ArtistStore,
	#spain .grid_5 #new_merch .ArtistStore,
    #france .grid_5 #new_merch .ArtistStore,
	#mexico .grid_5 #new_merch .ArtistStore{
		top:0px;
		right:0px;		   	
   }
   
   /* Artist store ---- Unordered list */
  .grid_3 #new_merch ul.flyoutMenu, .grid_3 #new_merch ul.flyoutMenuFooter,
    .grid_5 #new_merch ul.flyoutMenu, .grid_5 #new_merch ul.flyoutMenuFooter  {
 	clear:both;
 	display:block;
 	position:absolute;	
 	width:155px;
 	z-index:1000;
 	list-style:none;
 	text-decoration:none;
 	padding:3px 0 0 0;
 	margin: -3px 0 0 0;
 }
    .mac .grid_3 #new_merch ul.flyoutMenu,.mac .grid_3 #new_merch ul.flyoutMenuFooter,
    .mac .grid_5 #new_merch ul.flyoutMenu, .mac .grid_5 #new_merch ul.flyoutMenuFooter {
    	width:158px;
    }	
	
	  .grid_5 #new_merch ul.flyoutMenu, .grid_5 #new_merch ul.flyoutMenuFooter {
	  	margin:-3px 0 0 -37px;
		*margin:10px 0 0 -150px; 			
	  }
  
 .grid_3 #new_merch .product ul{
   		display:block;
		width:165px;
		z-index:1015;
		border-top:1px solid #FFFFFF;
		padding:0px;
		position:absolute;	
	 	list-style:none;
		margin-left:15px;
		margin-top:-10px;
   }
   
 /*  Mainalbum Buy - Custom dropdown menu - Unordered list*/
  .grid_3 #new_merch ul#subTopAlbumBuy {
 	width:170px;
 	z-index:1000;
	margin:20px 0 0 0px;	

 }
  /*  Leftalbum Buy - Custom dropdown menu - Unordered list*/
  .grid_3 #new_merch ul#subCenterAlbumBuy{
   	margin:20px 0 0 5px;
 }
 /*  Rightalbum Buy - Custom dropdown menu - Unordered list*/
 .grid_3 #new_merch ul#subBottomAlbumBuy {
 		margin:20px 0 0 0px;	
 }
 
  .grid_3  #new_merch .product p {
   margin:0 0 0px;
   }
   
  .grid_3  #new_merch .top .product .name a {
  	display:inline;
  	padding-right:10px;
  	width:auto;
   	font-size: 13px;
   	line-height:18px;	
}
	.grid_3 #new_merch .name,.grid_5 #new_merch .name{
		 text-align:left;	
		  padding:0;
		   background:transparent none repeat scroll 0 0 !important;
			text-decoration:none;
			font-size: 13px;
			font-weight:bold;
			line-height:16px;	
	}
   
  .grid_3  #new_merch .name { 
    	 margin:6px 0 0 0;
   }
  .grid_5 #new_merch .name { 	
  		 margin:0px; 
		 width:165px;
   }

   .grid_3  #new_merch .productsImgnDesc .name {font-size:12px}
   
  .grid_3  #new_merch .foot {
   padding:0;  
    z-index:1000;
	position:static; 
   }
  .grid_3  #new_merch .foot a {
   padding-right:10px;
  }
  /*********************** MERCH - Photos page section**********************************/

  /* Applying Styles Custom Dropdown menu - List items- US FLAG, UK FLAG  */ 
    .grid_3 #new_merch ul li , .grid_3 #new_merch ul li,
	.grid_5 #new_merch ul li , .grid_5 #new_merch ul li {
 	border-bottom:1px solid #999999;
 	display:block;
 }
 
 
  #new_merch ul.flyoutMenu li:hover , #new_merch ul.flyoutMenuFooter li:hover {background-color:#555;}
   
  
 
 #new_merch  ul li a {
 	background:#333333 none repeat scroll 0 0;
 	display:block;
 	font-family:Arial;
 	font-size:11px;
 }
  #new_merch ul li a.flag {
 	padding-left:32px;
 }
 
  #new_merch ul li a:hover {
 	background-color:#555;
}
 
  #new_merch ul li a.us {
 	background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_us.gif);
 	background-position:9px center;
 	background-repeat:no-repeat;
 	text-transform:uppercase;
 }
 
   #new_merch ul li a.europe{
 	background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_europe.png);
 	background-position:9px center;
 	background-repeat:no-repeat;
 	text-transform:uppercase;
 }
 #new_merch ul li a.uk{
 	background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_uk.gif);
 	background-position:9px center;
 	background-repeat:no-repeat;
 	text-transform:uppercase;
 }
  #new_merch ul li a.canada{
 	background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_canada.png);
 	background-position:9px center;
 	background-repeat:no-repeat;
 	text-transform:uppercase;
 }
  #new_merch ul li a.australia{
 	background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_australia.png);
 	background-position:9px center;
 	background-repeat:no-repeat;
 	text-transform:uppercase;
 }
  #new_merch ul li a.mexico{
 	background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_mexico.png);
 	background-position:9px center;
 	background-repeat:no-repeat;
 	text-transform:uppercase;
 }
  #new_merch ul li a.japan{
 	background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_japan16x11.png);
 	background-position:9px center;
 	background-repeat:no-repeat;
 	text-transform:uppercase;
 }

 #new_merch ul li a.newzealand{
 	background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/newzealand.gif);
 	background-position:9px center;
 	background-repeat:no-repeat;
 	text-transform:uppercase;
 }
 
 #new_merch ul li a.za{
 	background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_southafrica_za.png);
 	background-position:9px center;
 	background-repeat:no-repeat;
 	text-transform:uppercase;
 }
 

	
  .grid_3 #new_merch ul li a,  .grid_5 #new_merch ul li a:link,  .grid_3 #new_merch ul li a:visited,	 
  .grid_5 #new_merch ul li a,  .grid_5 #new_merch ul li a:link,  .grid_5 #new_merch ul li a:visited {
 	color:#FFFFFF !important; 	
 	font-weight:bold !important;
 	line-height:27px;
	font-size:11px;
/* 	padding:0 9px; */
 	text-decoration:none;

 } 
    
   /* Applying Styles for First half which has One large image and desc  */
	.grid_3 #new_merch .center .mainAlbumImg,.grid_3 #new_merch .bottom .mainAlbumImg,
    .grid_5 #new_merch .mainAlbumImg{
   	 float: left;
  	 width:95px;
	 height:94px;
	 overflow:hidden;
	 background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_merch_album.png);
   }
    .grid_5 #new_merch .mainAlbumDesc{
   	 float:right;
  	 width:225px;
	 margin-top:5px;
   }   
    .grid_5  #new_merch .buynowButton {
	margin-top:8px;
	margin-left:-2px;
   }
   
  .grid_5 #new_merch .top,  .grid_5 #new_merch .center ,   .grid_5 #new_merch .bottom {
   height:80px;
   width:325px;
   margin:15px 0 0 0;
   padding:5px;
   }
   .grid_5 #new_merch .top{
   	margin-top:5px;
   }
   .grid_5 #new_merch .bottom {
   	margin-bottom:5px;
   	}
   .grid_5 #new_merch .top img, .grid_5 #new_merch .center img, .grid_5 #new_merch .bottom img {
   width:80px;
   float:left;
   padding:7px 6px 7px 8px;
   }
    
   .grid_5 #new_merch a img {
   cursor:pointer;
   }     
        
   .grid_5 #new_merch .product ul{
   		display:block;
		width:165px;
		z-index:1015;
		border-top:1px solid #FFFFFF;
		padding:0px;
		position:absolute;	
	 	list-style:none;
   }
   
 .grid_5 #new_merch .product ul {
   	margin-left:55px;
	margin-top:-10px;
  }
 /* Applying styles for Unordered list for Dropdown menus - Main Album buynow buy now button*/
  .grid_5 #new_merch ul#subTopAlbumBuy {
 	display:block;
 	margin-left:-70px; 	
 	width:170px;
 	z-index:1000;
 	margin:20px 0 0 -88px;			
 }
 
 /* Applying styles for Unordered list for Dropdown menus - Left & Right Product buy now button*/
  .grid_5 #new_merch ul#subCenterAlbumBuy{
	margin-left:-20px;
	margin:20px 0 0 -88px;
 }
 /* Applying styles for Unordered list for Dropdown menus Left & Right Product buy now button*/
 .grid_5 #new_merch ul#subBottomAlbumBuy {
 	list-style:none;
 	margin:20px 0 0 -88px;	
 }
   
  /* applying styles for Internal buynow link in the List items of Left&Right product BUYNOW button*/  
    .grid_5 #new_merch a.bg_BuynowButton {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_merch_buynow.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	font-size:11px;
	height:18px;
	padding:10px;
	text-align:right;
	text-decoration:none;
	color:#DDD39C;	
 }	  
 
 .mac #firefox3 .grid_5 #new_merch a.bg_BuynowButton {
  	padding-top:12px;
  }
  
   .grid_5 #new_merch .product p {
  	margin:0 0 5px;
   }
   
  
   .grid_5 #new_merch .productsImgnDesc .name {font-size:12px}
     
   .grid_5 #new_merch .foot { 
   	padding:0;
	z-index:1000;
	position:static;
	clear:both;
   }
   #new_merch .ArtistStore_footer{
	padding-bottom:10px;
	}
	
   .grid_5 #new_merch .foot a {
   	padding-right:10px;
} 

/* Styles for the view all links*/

#video_thumbnail-340502.video_thumbnail .module .content .head .nav_meta {
	display:block;
}

#video_thumbnail-340502.video_thumbnail .module .content .nav_meta,
#blog_listing-327529.blog_listing .module .content .nav_meta{
	float:none;
}

#video_thumbnail-340502.video_thumbnail .module .content .nav_meta ul li.more,
#blog_listing-327529.blog_listing .module .content .nav_meta ul li.more{
	float:none;
	margin-left:3px;
}

#video_thumbnail-340502.video_thumbnail .module .content .nav_meta ul li a,
#blog_listing-327529.blog_listing .module .content .nav_meta ul li a {
	display:block;
	text-align: right;
	background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images//visit_dropdown_5.png) no-repeat scroll right center;
	color:#A18708;
	padding:4px 0 5px;
	*padding:4px 0 5px 0;
	padding-right:9px
}

#video_thumbnail-340502.video_thumbnail .module .content .head .nav_meta,
#blog_listing-327529.blog_listing .module .content .head .nav_meta {
	padding: 0 0 6px 0;
}

/* Styles for the show all link in the third column */
#photo_thumbnail-340501.photo_thumbnail .module .content .head .title .nav_meta,
#video_thumbnail-327534.video_thumbnail .module .content .head .title .nav_meta {
	display:block;
}

#photo_thumbnail-340501.photo_thumbnail .module .content .nav_meta,
#video_thumbnail-327534.video_thumbnail .module .content .nav_meta{
	float:none;
}

#photo_thumbnail-340501.photo_thumbnail .module .content .nav_meta ul li.more,
#video_thumbnail-327534.video_thumbnail .module .content .nav_meta ul li.more{
	float:none;
}

#photo_thumbnail-340501.photo_thumbnail .module .content .nav_meta ul li a ,
#video_thumbnail-327534.video_thumbnail .module .content .nav_meta ul li a {
	display:block;
	text-align: right;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/visit_dropdown_5.png) no-repeat scroll  right center;
	color:#A18708;
	padding:7px 0;
	*padding:5px 0 6px;
	padding-right:9px;
}

#photo_thumbnail-340501.photo_thumbnail .module .content .head .nav_meta ,
#video_thumbnail-327534.video_thumbnail .module .content .head .nav_meta {
	padding: 0 0 6px 0;
}

#photo_thumbnail-340501.photo_thumbnail .module .content .foot .nav_meta ,
#video_thumbnail-327534.video_thumbnail .module .content .foot .nav_meta {
	padding: 6px 0;
}


/* Alternate Module Colouring */
 ul.events li.odd,
 ul.topics li.odd{
 	background-color:#DFCD81;
 }



.int_nav_page{
	position:relative;
	padding:8px 0 5px 0;
	*height:20px;
}

.int_nav_page a {
	float:right;
	outline:none;
	margin: 0 5px;
	display:block;
	text-indent:-9999px;
	height:28px;
	width:25px;
}
.int_nav_page .intPrevDisabled{
	background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_prev_disabled.png) no-repeat;	
	cursor:default !important;
}
.int_nav_page .intNextDisabled{
	background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_next_disabled.png) no-repeat;	
	cursor:default !important;
}
.int_nav_page .intNextEnabled{
	background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_next.png) no-repeat;
}
.int_nav_page .intPrevEnabled{
	background: url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_page_prev.png) no-repeat;	
}

ul#feedHolder li.article .title {
	margin-bottom: 1px;
}

.photo_thumbnail p , .video_thumbnail p{
	margin-bottom:0px;
	padding-bottom:10px;
}
#sign_up_confirm-294579 .module .content .body fieldset p:first-child{
	padding-top:0px;
	margin-bottom:2px
}
#sign_up_confirm-294579 .module .content .body fieldset{
	padding:0 5px;
}
.tt .tt_head .tt_title {
	background:none;
}


body#login.m32 #forgot_password-294541 .module .foot, body#login.m32 #forgot_password_confirm-294542 .module .foot {
	padding-top:55px;
}

.content li.comment.empty{
	padding-bottom:0 !important;
/*	*width:0px !important; */
}
#blog_detail  .content li.comment.empty{
	border:none;
	padding-top:0px;
}
.comments .input .button.submit input{
	background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_postcomment.png);
	color:#DDD39C;
	height:26px;
	width:145px;
	padding:3px 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size:11px;
	cursor: pointer;
}


#edit_profile-294536 .button.cancel input{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/mlist_button_bg.png) no-repeat scroll 0 0;
	height:27px;
	width:87px;
	padding:0 0 0;
}


.articles li .category ul li, div.article .category ul li a{
margin-left:-2px;
}


/* Removed the dark color comments icon as per elise 

.blog_listing a.comment , .blog_listing span.comment , .blog_entry  a.comment {
	background:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_blog_comments_icon.gif) no-repeat ;
}

*/

#nav_member ul li.hello ul{
	top:7px;
}


 #FooterLinks3 ul li.us {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_us.gif) }
 #FooterLinks3 ul li.uk {background-image :url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_uk.gif)}
 #FooterLinks3 ul li.za {background-image :url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_southafrica_za.png)}
 #FooterLinks3 ul li.france {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_france.png)}
 #FooterLinks3 ul li.germany {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_germany16x11.png)}
 #FooterLinks3 ul li.australia {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_australia.png)}
 #FooterLinks3 ul li.spain {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_spain_16x11.png)}
 #FooterLinks3 ul li.italy {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_italy.png)  }
 #FooterLinks3 ul li.canada {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_canada.png)  }
 #FooterLinks3 ul li.japan {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_japan_orig.png)  }
 #FooterLinks3 ul li.mexico {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_mexico.png)  }
 #FooterLinks3 ul li.brazil {background-image:url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/flag_brazil_16x11.png)  }
 #FooterLinks3 ul li.uk, #FooterLinks3 ul li.france, #FooterLinks3 ul li.germany,
 #FooterLinks3 ul li.australia, #FooterLinks3 ul li.spain, #FooterLinks3 ul li.italy,
 #FooterLinks3 ul li.canada,#FooterLinks3 ul li.mexico,#FooterLinks3 ul li.japan,
 #FooterLinks3 ul li.za, #FooterLinks3 ul li.brazil  {
	padding-left:25px;	
	background-position:2px center;
	background-repeat:no-repeat;
 }
 #FooterLinks3{
	padding-top:12px;
	width:970px;
 }
  #FooterLinks3 div {
  	width:192px;
  }	
   #FooterLinks3 .ft_Australia{
   	
   }
   #FooterLinks3 .ft_France{
   	
   }
  #FooterLinks3 .ft_Germany{
  	
  }
   #FooterLinks3 .ft_Spain{
   	
   } 
/*          Commenting for the time being. so that we could get this to the second line.
    #FooterLinks3 .ft_UK{
   	width:106px;
   }

 #FooterLinks3 .ft_Italy{width:114px;}
*/ 
 
  #FooterLinks .hrline{
 	border-top:1px solid #636566;
	height:0px;  	
	margin-left:5px;
	width:950px;
  }

 
 .grid_9 .comments .module .content .body .input.textarea{
 	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_comment_textarea_9.png) no-repeat scroll 0 0;
	padding:4px;
	width:608px;

 }
  .grid_6 .comments .module .content .body .input.textarea{
  	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_comment_textarea_6.png) no-repeat scroll 0 0;
	padding:4px;	
  	}
	
	.grid_6 .input.textarea textarea{
		width:393px;
		height:123px;
		border : 0px solid #ccc;
	}
	.grid_6 .comments 	.module .content .body {
		padding:0 10px;
	}
 .grid_5 .comments .module .content .body .input.textarea{
 	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_comment_textarea_5.png) no-repeat scroll 0 0;
	padding:4px;
}
	.grid_5 .input.textarea textarea{
		height:115px;
		border:0px solid #CCCCCC;
	}
	
	.grid_5 .comments 	.module .content .body {
			padding:0 14px;
		}
	
	#photoOfWeek {
		text-align:center;
		padding-top:8px;
		padding-bottom:10px;
	}

	.content li.comment .txt .tools{
		top:3px;
		*top:-5px;
	}
	.firefox3 .content li.comment .txt .tools,
	.msie7 .content li.comment .txt .tools,
	.safari4 .content li.comment .txt .tools,
	.safari3 .content li.comment .txt .tools{right:3px;}
	#alertDeleteConfirm .module .content .head h3{

	}
	
	#reset_password #container #moduleContainer1{
		border:none;
	}
	#reset_password  #wrapper{
		width:100%;
	}
	#reset_password.m32 #container{
		margin:0 auto;
	}
	#reset_password.m32 #container #moduleContainer0{
		float:none;
		margin:0 auto;
		width:100%;
		border:medium none;
	}
	#join .button.cancel input{
		color:#E2CA63;
	}
	#reset_password.m32 #container #moduleContainer0{
		*margin:0px;		
	}
	#uploadForm .input.submit{
		margin-bottom:0px;
	}
	.articles li.article .description p{
		*padding-top:0px !important;
	}
	
	#video_detail .content li.comment .txt .tools , #photo_detail .content li.comment .txt .tools {
		*top:-1px;
	}
	.photos .author, .photos .category, .videos .author, .videos .category {color:#D4CCA5;font-size:10px;}
	
	.sharebox .sb_content .sb_body ul li.shareembed{
		padding-right:20px !important;
	}
	.sharebox .sb_content .sb_body ul li.shareurl label{
		padding-left:9px
	}
	.sharebox .sb_content .sb_body ul li.shareembed label{
			
	}
	
	.video_player.module .content .body .rating ul{
		margin-left:10px;
	}
	
	.photos li .txt span.val{
	color:#F8B604;
	}

	.videos li .txt {
	color:#D4CCA5;
	}
	
	.videos li .txt span.val{
		color:#F8B604;
	}

	.member_listing .module .content .head .title .nav_meta ul li.more{
		float:right;
		margin-right:12px;
	}


	.header_Flag h1{
		margin-left:5px;
		padding-left:60px;
	}	
	.header_Flag.uk h1{
		background:#666666 url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bne/uk_flag.jpg) no-repeat scroll 5px 5px;
	}
	.header_Flag.italy h1{
		background:#666666 url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bne/italy_flag.jpg) no-repeat scroll 5px 5px;
	}
	.header_Flag.australia h1{
		background:#666666 url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bne/australia_flag.jpg) no-repeat scroll 5px 5px;
	}
	.header_Flag.spain h1{
		background:#666666 url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bne/spain_flag.jpg) no-repeat scroll 5px 5px;
	}
	.header_Flag.germany h1{
		background:#666666 url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bne/germany_flag.jpg) no-repeat scroll 5px 5px;
	}
	.header_Flag.mexico h1{
		background:#666666 url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bne/mexico_flag.jpg) no-repeat scroll 5px 5px;
	}
	.header_Flag.france h1{
		background:#666666 url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bne/france_flag.jpg) no-repeat scroll 5px 5px;
	}

	.header_Flag.canada h1{
		background:#666666 url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bne/canada_flag.jpg) no-repeat scroll 5px 5px;
	}

	.header_Flag.japan h1{
		background:#666666 url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bne/japan_flag.jpg) no-repeat scroll 5px 5px;
	}
	
	.header_Flag.brazil h1{
		background:#666666 url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bne/brazil_flag.jpg) no-repeat scroll 5px 5px;
	}
	
	.ad .ad.medium .body{
		*background:none;
	}

	ul li#FBR_link ul#FBRSubNav{
		left:-10px;
		margin-bottom:0;
		margin-left:0;
		margin-right:0;
		margin-top:0;
		padding-bottom:0;
		padding-left:0;
		padding-right:0;
		padding-top:10px;
		position:absolute;
		top:12px;
		width:80px;		
	}
	

	ul li#FBR_link{
		float:left;
		width:auto;
		padding-bottom:0;
		padding-left:0;
		padding-right:14px;
		padding-top:0;
		position:relative;
		z-index:1003;	
	}
	
	ul li#FBR_link a#FBR_LINK_Text {
		background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_fbr_logo.png) no-repeat scroll 0 0;
		border-bottom:medium none !important;
		color:#FFFFFF;
		display:block;
		height:19px;
		padding-bottom:4px;
		text-indent:-9999px;
		width:158px;	
		outline:none;
	}
	
	ul li#FBR_link ul li {
		background-color:#7C7A75 ;	
		display:block;
		padding:0 ;
		width:192px ;	
	}
	

	ul li#FBR_link ul li a {
	color:#FFFFFF ;
	display:block ;
	font-family:courier new,arial;
	font-size:12px;
	font-weight:bold;
	height:22px;
	line-height:16px;
	margin:0 5px;
	padding:4px 1px 0;
	text-transform:uppercase;
	width:178px;
	border-bottom:1px solid #a29e96;
	}
	
	ul li#FBR_link ul li a:hover,ul li#FBR_link ul li a:focus{
		color: #E6C95D;
	}
	
	.mac l li#FBR_link ul li#moreFBR span{ padding-left:0px;}
	
	ul li#FBR_link ul li#moreFBR span{
		font-family:courier new,arial;
		font-size:12px;
		color:#ece3d1;		
		font-style:italic;
		padding-left:2px;
		text-transform:uppercase;
	}
	ul li#FBR_link ul li#moreFBR a{
		display:inline !important;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		padding:1px;
		margin:0;
		border-bottom:none;
	}
	
	ul li#FBR_link ul li#academyNav{
		padding-top:7px;	 
	}



	ul li#FBR_link ul li#moreFBR{		
		height:30px;
		border-bottom:none !important;
		padding-top:12px
	} 
	ul li#emptytrail{
	 background: #7c7a75 url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_fbr_decoration.png) no-repeat 2px 0;
		height:23px;
		border-bottom:none !important;
	}
	/*

	height:23px;
	border-bottom:none !important; 
	*/
	.fbr_close{
		background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_fbr_close.png) no-repeat scroll center bottom;
		height:18px;
		margin-left:85px;
		width:20px;
		cursor:pointer;
	}

	ul li#VersaEmergeNav a{
		border-bottom:none !important;
	}
	  ul li#FBR_link ul#FBRSubNav li:hover {background-color:#555;}
	ul li#FBR_link ul li#moreFBR:hover , ul li#FBR_link ul li#emptytrail:hover{
		background-color:	#7c7a75;
	}
	
	/*************** International page object embed fix *****************/
	.rss_in .articles li .description, div.article .description{
		overflow:visible;
	}
	
	.rss_in ul.articles li.article .description object{
	display:inline;
	}
	
	.rss_in ul.articles li.article .description object embed{
	display:block;
	margin: 5px auto !important;
	}
	
	.rss_in ul.articles li.article .description a img {
		cursor: pointer;
	}

	
.ajaxLoading {
	text-align: center;
	color:#CDC97A;
	padding: 20px 0px 50px;
	background: none;
}

/********************** Home Page static share module fixes ***************/

#sharelinkWrapper {
	padding:2px 0 0 10px;
	padding:6px 0 11px 10px;
	padding:3px 0 14px 10px;
	float:left;
	display: none;
	/*background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_home_modcon0_ad.png) repeat scroll 0 0;*/
}

#sharelinkWrapper .sharebox .sb_content .sb_body ul li.shareurl {
	width:100%;
	height:38px;
}

#sharelinkWrapper .sharebox .sb_content .sb_body ul {
	padding-bottom:1px;
}


#sharelinkWrapper .sharebox .sb_content .sb_body {
	*height:180px;
	*margin:0px;
	*padding:0px;
}

#sharelinkWrapper .sharebox .sb_head .sb_title {*padding-bottom:6px;}

#sharelinkWrapper .sharebox .sb_content .sb_body ul li.shareurl input {
	*margin:0px;
}





/* Mailing List Code...*/



	
#mContainer {
	position:absolute;
	z-index:1001;
	}
.commLinks {
	width: 345px;
	height:40px;
	}
.commLinks .joinCommLink {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_joinus.png) no-repeat 1px 0;
	float:left;
	text-indent:-9999px;
	height:40px;
	width: 248px;
	}
#brazil .commLinks .joinCommLink {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_joinus_br.png) no-repeat 5px 0;
}
.commLinks .signinCommLink {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_signin.png) no-repeat scroll -2px 0;
	float:left;
	text-indent:-9999px;
	height:40px;
	width: 97px;
	}
#brazil .commLinks .signinCommLink {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_signin_br.png) no-repeat 2px 0;
}
.commLinks a:hover, .commLinks a:focus {text-decoration:none;}
.commLinks a:active {border:0}

/* Styles for Signup for mailing list button */

.mailButton {
	width: 345px;
	height:44px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	text-indent:-9999px;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_mailinglist.png) no-repeat scroll -3px -7px;
}
#brazil .mailButton {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_mailinglist_br.png) no-repeat scroll 0px -4px;
}
.mailButton:hover, .mailButton:focus {text-decoration:none}
 
/* Styles for mobile PinForm - closebutton */
 
#mobilePinForm a.closeButton
{
	position: absolute;
	color:#cccccc;
	font-weight: bold;	
	top:5px;
	right: 7px;
	background-image: url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/closeButton.png");
	height:20px;
	width: 20px;
}

#mobilePinForm a.closeButton:hover
{
	color: #fff;
	background-color:#000000;
}


#mobilePinForm .mlistCloseText{
	text-decoration:none;
}
/* Styles for mobile PinForm */

#mobilePinForm{
	position: absolute;
	border: 1px solid #000000;
	color: #cccccc;
	/*font-weight: bold;*/
	z-index:1005;
	display: none;
	top:36px;
	left:35px;
}

#mobilePinForm .formContainer h2{
	color:#FFFFFF;	
	padding:5px 0 15px 15px;
}

#mobilePinForm .mlistError {
	color: 	#FF0000;
	font: 10px Verdana;
	font-weight: bold;
	text-transform: uppercase;	
	
}
#mobilePinForm .formContainer .error{
	color: 	#FF0000;
	font: 10px Verdana;
	font-weight: bold;
}

/* mobile PinForm - Submit button*/

#mobilePinForm .mListSubmitWrapper{
	padding-top:14px;
	*padding-top:2px;
}

#mobilePinForm .formContainer a.submit
{
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding:5px 10px;
	text-align: center;
	font-size:14px;
	font-weight:bold;
	color:#444340;
	float:right;
	background:#E6C95D;
	text-transform:uppercase;
}

/* styles for formContainer  */

.formContainer .formUnit{
	font-family:Arial;
	font-size:18px;
	position:relative;
}

.formContainer input{
	font-size:14px;	
	color: #333333
}

.formContainer label{
	font-size: 12px;
	color:#ffffff;
	line-height:21px;
	text-transform: uppercase;
	font-weight:bold
}

.formContainer input.err{
	color: 	#FF0000;
}

#mobilePinForm .formContainer a.submit.disabled{
	color: 	#D3D3D3;
}

.formContainer .requiredAstriex{
	position:absolute;
	left:-10px;
	top:8px;
	color:#8bd5d2;
	font-family:Verdana;
	font-size:9px;
	font-weight:normal;
}

.formContainer .mlistCloseText{	
	color:#E6C95D;
	position:absolute;
	right:30px;
	top:7px;
	font-size:12px;
	font-weight:bold;
}

#formContainer1, #formContainer2, #formContainer3 {
	display: none;
}



.clear{
	clear:both;	
}

.formContainer .mListFormInput{
	float:right;
	padding:2px 1px;
	border:0px;
	color:#333;
	font-size:14px;
}

.formContainer .mListFormLabel{
	float:left;
}

/* Styles for Form 1(Layer-1)*/

.form1 .closeButton{
	color:#00ABEC;
	display:block;	
}
.form1 .mlistCloseText{
	display:block;	
}

#mobileFormWrapper .form1 {
	width:325px;
	margin-left: -35px; /*Temporary: to be changed based on design framework */
	background:#000;
}

#formContainer1 {
	padding: 32px 10px 10px;
}

#formContainer1 .requiredFieldText{
	text-align:right;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom:10px;
	color:#8bd5d2;
}

#formContainer1 #mListMobileForm1{
	*min-height:21px;
}

#formContainer1 .formUnit{
	margin-top:15px;
	margin-left:10px;
}

#formContainer1 .mListFormInput{
	width:190px;
}

#formContainer1 .mListFormLabel{
	width:87px;
}

/* Styles for fields/components in Form 2(Layer-2)*/

#mobileFormWrapper .form2 {
	width:480px;
	margin-left: -180px; /*To be changed based on design framework */
	background:#e0e0e0;
	font-color: #cccccc;
	font-weight:normal;
	border-width:0px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topleft:6px;
}

#mlistForm2Left{
	float:left;
	width:154px;
	background:#b2b2b2;
	height:460px;
	color:#333;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topleft:6px;
}

#mlistForm2Left .wrapper{
	padding: 10px 10px 10px 16px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}

#mlistForm2Left .wrapper .titleText{
	font-size: 25px;
	line-height: 2;
	font-family:"Courier New", courier, monospace;
}

#mlistForm2Right{
	float:right;
	width:326px;
	background:#000;
}

#mlistForm2Right .wrapper{
	padding:20px 10px 10px 15px;
}

#formContainer2 .formUnit{
	margin-top:14px;	
}

#formContainer2 .mListFormLabel{
	width:95px;
}

#formContainer2 .mListFormInput{
	width:190px;
}
#mListZipForm2 #mListZip2{
	*display:block;
}


#formContainer2 .floatedFields{
	width:300px;
}

#formContainer2 .requiredAstriex{
	left:-10px;
}

#formContainer2 span.select {
  	position: absolute;
  	overflow: hidden;
}

#formContainer2 .floatedFields input{
	margin-left:0px;	
}

/* Applying styles Month dropdown(Layer 2) */
#formContainer2 .floatedFields .mlMonth{
	float:left;
	width:85px;
}

/* Applying styles for Date dropdown(Layer 2) */
#formContainer2 .floatedFields .mlDate{
	float:right;
	width:85px;
}

#formContainer2 .mlMonth,#formContainer2 .mlDate, #formContainer2 .mlCountry,#formContainer2 #mlGenderDropDown{
	width:192px;
}

#formContainer2 #mlDOBText{	
	float:left;
	font-size:22px;
	color: #cccccc;
	text-align:left;
}

#mListDateMonthContainer {
	float:right;
	width:192px;
}

#formContainer2 .checkBoxes input {
	height:20px;
	margin-left:0px;
	float: left;
}

#formContainer2 .checkBoxes{
	margin:10px 0 0 0;
	padding:5px 0 7px;
	border:1px solid #7a7a7c;
	border-right:0px;
	border-left:0px;
	font-family: Arial;
	font-weight: bold;
	height: 40px;
	line-height:1.5em;
}

#formContainer2 .checkBoxes label {
	float:right;
	width:280px;
	line-height: 1.5;
	font-weight: bold;
	color: #cccccc;
	font-size: 13px;
	font-family: Arial;
	text-transform: none;
}

#mobilePinForm .mListSubmitWrapper{
	*padding-top:14px;
}

/* Applying styles for Privacy text message (Layer 2) */
#mobileFormWrapper #privacyText{
	clear:both;
	margin:14px 0 5px 0;
	font-size:10px;
	font-weight:normal;
	font-family: Verdana;
	line-height: 1.5;
	color: #cccccc;
}

#mobileFormWrapper #privacyText a{
	color: #E6C95D;
}



/* Styles for Form 3(Layer-3)*/
#mobileFormWrapper .form3{
	background:#000;
	height:105px;
	width:205px;
	margin-left:20px; /* Temporary: to be changed based on design framework */
	border: 1px solid #000;
	-moz-corner-radius:3px;
	-webkit-corner-radius:3px;
}

#formContainer3 {
	margin-left: 0px;
	padding: 3px;
	/*padding:10px;	*/
}

#formContainer3 .titleText{
	font-size: 20px;
	line-height: 2;
	font-family: "Courier New", Courier, monospace;
	color: #fff;
}

#formContainer3 .mlGreeting {
	margin-left:12px;
	margin-top:0px;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
}

/* International Pages translation related changes. */
.uk #html-327535.html .module .content .body .description{}

#france #html-558169.html .module .content .body .description,
#germany #html-558163.html .module .content .body .description,
#italy #html-558166.html .module .content .body .description,
#spain #html-558164.html .module .content .body .description,
#mexico #html-561323.html .module .content .body .description,
#brazil #html-1391987.html .module .content .body .description{
	height:88px;
}

#france #html-558169.html .module .content .body .description{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_commlinks_france.png) no-repeat scroll 0 -10px
}
#germany #html-558163.html .module .content .body .description{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_commlinks_germany.png) no-repeat scroll 0 -10px
}

#italy #html-558166.html .module .content .body .description{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_commlinks_italy.png) no-repeat scroll 0 -10px
}

#spain #html-558164.html .module .content .body .description {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_commlinks_spain.png) no-repeat scroll 0 -10px
}
#mexico #html-561323.html .module .content .body .description {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_commlinks_spain.png) no-repeat scroll 0 -10px
}
#brazil #html-1391987.html .module .content .body .description {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_commlinks_italy.png) no-repeat scroll 0 -10px
}

#spain .commLinks .joinCommLink,
#italy .commLinks .joinCommLink,
#germany .commLinks .joinCommLink, 
#france .commLinks .joinCommLink, 
#mexico  .commLinks .joinCommLink,
#spain .commLinks .signinCommLink,
#italy .commLinks .signinCommLink,
#germany .commLinks .signinCommLink,
#france .commLinks .signinCommLink,
#mexico .commLinks .signinCommLink,
#spain .mailButton,
#italy .mailButton,
#germany .mailButton,
#france .mailButton,
#mexico .mailButton {
	background:none;
}

.grid_3 #html-327531.html .module .content .body{
	padding:0 10px 17px;
}


.nav_main ul#bioSubNav li a{
padding-left:5px;
}


/* ****************Eos Cisco  1.8 upgrade  ************** */

.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
}

	

.events .description .audio .img {
  float:left;
  width: 17px;
  height: 13px;
  margin:0 6px 0 0;
  border:2px solid #F6F6F6;
  background:url('http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_audio_img.gif') no-repeat top left;
}


/* ************ Eos Cisco  1.8 upgrade-End  ********** */

/* Fanclub activity feed */
.fanClubWrapper .fanClubActivity .topic img {
padding-right: 5px;
width:35px;
}


/*Upload page - contest details - 2467fix*/

#upload .uploadcontent{
	background:#E0DAC4 url('http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/upload_header.jpg') no-repeat;
	margin:0 5px 0 5px;
}

#contest_details .contest{
	background:#E0DAC4 url('http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/details_header.jpg') no-repeat;
	margin:0 5px 0 5px;
}

#upload .uploadbody{
	padding: 130px 0 0px 13px;
	width:400px;
}

#contest_details .contest{
	padding: 130px 0 10px 13px;
}
#upload .uploadbody ul{
	padding:18px 0 0 20px;	
	}

#contest_details .contest ul{
	padding:3px 0 10px 20px;
}
#upload .uploadbody ul li{	
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bullet.png) no-repeat scroll 0 5px;
	line-height:18px;
	padding-left:10px;
	width:300px;
}	

#contest_details .contest ul li{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bullet.png) no-repeat scroll 0 6px;
	line-height:18px;
	margin:	5px 0 5px 0;
	padding-left:10px;
	width:539px;
}

#rss_in-1022620 ul li iframe{
	display:none;	
}

#rss_in-1022620 ul li{
	background-color:#DFCD81;
}

#rss_in-1022620 ul li.odd{
	background-color:#C5AF51;
}
#rss_in-1022620 .intlFeedWrapper .feedActivity{
	line-height:1.16em;
	margin-bottom:5px;
	padding:5px 0 0 5px;
}
#rss_in-1022620 .intlFeedWrapper .feedActivity .date{
	color:#363636;
	font-size:11px;
	padding:2px 0 5px 2px;
	height:auto;
	width:100%;
}
#rss_in-1022620 .intlFeedWrapper .feedActivity .date .date,
#rss_in-1022620 .intlFeedWrapper .feedActivity .date .from{
	padding:0px;
	width:auto;
}

#rss_in-1022620 .intlFeedWrapper .feedActivity a{
	color:#6B610D;
	font-weight:bold;
	padding-left:1px;
	text-transform:capitalize;
}
#rss_in-1022620 .intlFeedWrapper .feedActivity .topic{
	line-height:1.19em;
	padding:2px 0 3px 1px;
}
/* Fix for 2236
 * */
#nav_member ul li.hello ul{
padding-top:8px !important;
}
/* Fix for 881 */
.emptybtmborder{
	border-bottom:none !important;

} 
#song_playlist-348671 .playlist .list{
	*height:95px;
	
}
.msie8 #song_playlist-348671 .playlist .list{
	height:95px;
}
#song_playlist-348671 .module .content .playlist{
	*padding-left:2px;
	*padding-right:2px;
}
.msie8  #song_playlist-348671 .module .content .playlist{
	*padding-left:2px;
	*padding-right:2px;
}

.mac .safari3 #sharelinkWrapper .sharebox .sb_content .sb_body ul,
.mac .safari4 #sharelinkWrapper .sharebox .sb_content .sb_body ul{overflow:hidden;}

/*------- Nav search fixes for mac-------- */

.mac .safari3 #globalSearch #cse-search-box #cse_txtinput,
.mac .safari4 #globalSearch #cse-search-box #cse_txtinput {
	height:18px !important;
}
.mac .safari3 #globalSearch #cse-search-box #cse_submit,
.mac .safari4 #globalSearch #cse-search-box #cse_submit {
	height:20px !important;
	padding-bottom:0px !important;
}
.mac .firefox3 #globalSearch #cse-search-box #cse_submit {
	height:20px!important;
	padding-bottom:2px!important;
}
.mac .firefox3 #globalSearch #cse-search-box #cse_txtinput {
	height:17px!important;
}

#googleCSEBlockModule {padding:15px 0;}

/*------- End Nav search fixes for mac-------- */

/* 3602 */
.forgot_password_confirm .content .body fieldset .note{
	margin:0px;
}


/* **************************** 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:185px 
}

/* ****** End Add CSS Rules ****** */

/* ****** Change CSS Rules ****** */

.edit_account .edit_items, 
.edit_account .mobileEmail,  
.edit_account #submitDiv { 
margin:15px 0 15px 20px 
}

/* ****** End Change CSS Rules ****** */

/* **************************** End 1.09 Release ************************************ */



/* **************************** Start 1.11 Release ************************************ */

/* ****** Add CSS Rules ****** */

.join .hd {
  margin:10px 0 0 0;
}
.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 Add CSS Rules ****** */

/* ****** Change CSS Rules (Global.CSS) ****** */

.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/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/icons/bg_settings_boolean.gif") no-repeat 2px -16px;
}



/* ****** End Change CSS Rules ****** */

/*************** IE 8 AD Issue Fix ***************/
#home.msie8 #ad-366837.ad{margin-top:-7px;}
.msie8 .ad.leaderboard .content{height:auto !important;}
.msie8 .ad.leaderboard .body{background-color:transparent;height:auto;} 
.msie8 .ad.leaderboard .body a img{margin-top:-14px;}

.msie8 div.grid_5 .ad{background:transparent none !important;padding:0px;margin:0px !important;}
.msie8 div.grid_5 .ad.medium{background:transparent none !important;padding:0px;margin:0px;}
.msie8 div.grid_5 .ad .content{background:transparent none !important;padding:0px;margin:0px;}
.msie8 div.grid_5 .ad .body{
	height:auto;
	padding:0px 27px !important;
	width:auto;
	background:transparent url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/bg_grid5_AD.png") 0px 0px !important;
	margin-top:-14px;
}
.msie8 div.grid_5 .ad .body a img{margin-top:20px;margin-left:0px;padding:0px;margin-bottom:30px;}

/*************** IE 8 AD Issue Fix ***************/

/* Only Exception Video Changes */
/*.homeVideoHide{
	display:none;
}
.homeVideoImg{
	background-image:url("http://static.global.ciscoeos.com/zipupload/180/e8a/03f22fc7eb0495a7d6e678eb2a/images/paramore_bg_video.jpg");
	text-indent:-9999px;
	height:265px;
	width:470px;
	display:block;
}*/

/* **************************** End 1.11 Release ************************************ */

/* ----- Start EOS 2.1 upgarde fix ----- */

.content div.topic .txt .title {
  padding:0 0 10px;
  margin-right:55px
}

.site_activity .body ul.events li {
	color:#363636;
	font-size:12px;
	margin-bottom:5px;
	min-height:37px;
	padding:7px 0 7px 44px;
}

.site_activity .body ul.events li a {
	color:#6B610D;
	font-weight:bold;
	overflow:hidden;
	font-size:12px;
}

.site_activity .body ul.events li .date {
	color:#363636;
}

/* ----- End of EOS 2.1 upgarde fix ----- */

.l14 ul.articles li.article .title h4 {
	color:#666148;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
