/* This CSS document is part of a multi-tiered style sheet system.  */
/* This network_skin.css is the secondary CSS document in the teired system and is used to define aesthetic styling information. */
/* All layout information for pages should be placed in the previous "layout" style sheet and not in this document */

/* PeopleAggregator Group Default created by Marc Senasac <marcs@broadbandmechanics.com> and updated February 5, 2007 */
/* modified to zen_columns.css by Marc S on 4/10/07 */
/* PeopleAggregator Group Default modified by Chanderkant Jangra <chanderkant.jangra@tekritisoftware.com> on Sept 12, 2007 */

/* reorder Columns with padding corrections */
body {
/* 	background: #000 url(images/pa_bg.gif) repeat-x top left; */
/* 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Themes/Beta/images/pa_bg.png');   */
}
.right_shadow{ width:4px; margin:0px;}
#bg_blog_post {
	margin-top: -2px;
	margin-left: 0px;
	width: 600px;
	height: 714px; }
#col_a { /*modified by chanderkant on 01 Nov 2007 */
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 4px;
  _margin-right: 4px;
	padding:0px 0px 0px 0px;
	width: 200px;
  text-align:left;
	float: right; 
}
*html #col_a { margin-left: 4px; }
*html #col_a { margin-right: 3px; }
#col_b {
	width: 550px;
	margin:5px 4px 5px 10px; /***/
        padding: 0px 10px 0px 0px;
	float: left;
	overflow: hidden;
	min-height: 0px; /* ckj */
        /*border-top: 2px solid #A5A5A5; */
	border-top: 1px solid #E2E1E2;
  border-left: 1px solid #E2E1E2;
	border-right: 1px solid #E2E1E2;
        border-bottom: 1px solid #E2E1E2;
}
*html #col_b { margin-left: 5px; margin-right: 2px; }

#col_c {   /* modified by chanderkant jangra on 02 Nov 2007*/
	margin: 5px 0px 0px 15px;
	padding: 0 5px 20px 5px;
	width: 200px;
	background:#fff;
        background:transperent;
	float: left;

}
#container {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
*html #col_c {margin: 5px 0px 0px 2px; }
#header h1, #header h1 a {
	color: #FFFFFF;
	top:0px;
	margin:0px;
}
#header h2 {
	color: #000;
	top:85px;
}
/* Module body and headers. Col_A styles the tool bar type module column. Remove 2 col_a below for 2 default module columns */
.module {   /*****/
	border-top: 1px solid #C4c4c4;
	border-right: 1px solid #C4c4c4;
	border-bottom: 1px solid #C4c4c4;
	border-left: 1px solid #C4c4c4;
  background-image: none;
  text-align:left;
	}
.module-border{
	border: 1px solid #CCCCCC;
	}
.module h1 {
	color: #000;
	text-transform:uppercase;
        font-size: 11px;
}
#LogoModule {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
}
/*
#AdsByGoogleModule {
	border: 1px solid #CCCCCC;
}*/
/* Add the next 3 tags to main styles */
/* Arrow in module headers. Added to Main Styles? */
.module h1 img {
	padding-right: 5px;
}
.module h1 a {
	color: #000;
}
/* Browse Tag Module Only. Added to Main Styles? */

.module_browse_tag {
padding: 5px;
}
/* Padding for bottom of blog. This tag already exists in network_skin. Just add the 10px padding to the bottom. */
.wide_content{
	padding-bottom: 5px;
}
.module_wide {
	padding-bottom: 10px;
}
/* Module Delimiters  */
.module_icon_list li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
.module_tagcloud ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
.module_definition_list dt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
.wide_content,
.module_wide {
	/*border-top: 1px solid #fff;*/
}

/* H1 in the center column. */
.wide_content h1,
.module_wide h1 {
	color: #542E91;
}
.wide_content h1, .event_settings h1 {
	color: #000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:17px;
}
.login_box a:link,
.login_box a:visited {
	text-decoration: underline;
	color: #666666;
	font-size: 11px;
}

.login_box a:hover {
	text-decoration: none;
	color: #666666;
}

/* ID login dropdown */

.id_list {
	border-top: 1px none #CCCCCC;
	}

.id_item {
	border-top: 1px none #DFDFDF;
	border-bottom: 1px solid #CCCCCC;}


.id_list .id_name a:link,
.id_list .id_name a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none; }

.id_list .id_name a:hover { text-decoration: underline; }


.id_list .edit_logoff {
        text-align:left;
	padding: 2px 0 2px 51px;
 	background-color: #EAA500;
	border-top: 1px none #DFDFDF;
	border-bottom: 1px solid #CCCCCC;}


.id_params {
	border-top: 1px none #DFDFDF;
	border-bottom: 1px solid #CCCCCC;
	height: 40px;
	margin: 0;
	padding: 5px 0 0 0;
	background-color: #FF9900;
	 }

/* Shortcut menu icons */

#shortcut_post {
	background-image:url(images/shrtcut_post.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
}
#shortcut_widgets {
	background-image:url(images/shrtcut_widgets.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
}
#shortcut_messages {
	background-image:url(images/shrtcut_messages.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
}
#shortcut_edit {
	background-image:url(images/shrtcut_edit.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
}
#shortcut_external {
	background-image:url(images/shrtcut_external.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
}

/* Tabs on modules */

.module_tabbed_image_list ul {
	border-left: 1px none #CCCCCC;
	}
/* View All Colors */
.view_all {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
.module_icon_list ul {
	background:#fff;
}
.module_browse_groups {
	background:#fff;
	color:#000;
}
.module_icon_list li a {
        cursor: pointer;
        cursor: hand;
	color:#000;
}
.wide_content fieldset legend {
	color:#3b5997;
}
#navbar_header ul {
	background-color: #3B5997;
}
#first_tier_navbar li a#current {
	background-color: #3b5997;
	color:#fff;
}
#first_tier_navbar, #first_tier_navbar a {
	color: #000;
}
#first_tier_navbar a:link,
#first_tier_navbar a:visited {
	font-weight: bold;
	text-decoration: none; }

#first_tier_navbar a:hover {
	font-weight: bold;
	text-decoration: underline; }
	#second_tier_navbar li {
	color: #FFFFFF;
}


#second_tier_navbar li.active a {
	padding: 4px; }

#second_tier_navbar a {
	color: #EAA500;
}
.wide_content .group_list h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family:Verdana;
	font-size: 14px; }
.wide_content .group_list h2 a {
	text-transform:uppercase;
	font-family:Verdana;
	color:#3b5997; }
.wide_content ul#filters {
	background:#dbdbdb;

	text-transform:uppercase;
}
.wide_content ul#filters li a {
	color:#000;
  border: 0 none;
  background: transparent;
}
.wide_content ul#filters li.active a {
	color:#000000;
}
.wide_content ul#filters li a:hover {
	color:#dbdbdb; }
.post_info {
	margin-top: 0px;
	padding-bottom:20px;
	padding-left:0px;
	font-weight:bold;
	width:450px;
	font-size:10px;
	color: #000000; }

.post_info a:link,
.post_info a:visited {
	color: #3b5997;
	text-decoration: none; }
.post_info a:hover {
	color: #3b5997;
	text-decoration: underline; }
#buttonibar,
.buttonbar {
	width:130px;
 }
.available-buttonbar {
        width:237px;}
#buttonbar a,
.buttonbar a,
.connect-buttonbar a,
.available-buttonbar a  {
	display: block;
	text-transform:uppercase;
	text-decoration: none;
	color: #000; }
#buttonbar a:hover,
.buttonbar a:hover,
.connect-buttonbar a:hover,
.available-buttonbar a:hover { color:#000;text-decoration: none;text-transform:uppercase; }
.wide_content fieldset {
	width: 540px;
	border: none;
	float:right;
	text-align:center;
	margin: 10px 0 0 10px;
}
/* Previous next selector */

.prev_next a {
	border: none;
	color: #3b5997;
	text-decoration:none;
}

.prev_next a:visited {
	border: none;
	color: #3b5997;
	text-decoration:none;
}

.prev_next a:hover {
	color: #3b5997;
	text-decoration:underline;
}

.prev_next .selected {
	color: #3b5997;
	border: none;

}

.prev_next {
	font-size: 11px;
	padding-top: 10px;
	margin: 10px 0 20px 0;
	clear: both;
	color: #3b5997;
	text-align: center; }

.prev_next a:link,
.prev_next a:visited {
	padding: 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none; }
#footer {
	padding-bottom: 20px;
	background:#3b5997 /*url(images/footer_bg_taxtured.gif)*/ repeat-y top right;
	color:#fff;
	float:left;
}
*+html #footer {
	padding-bottom: 20px;
	background:#EAA500 /*url(images/footer_bg_taxtured.gif)*/ repeat-y top right;
	color:#fff;
	float:left;
        width:1016px;
}

#footer a {
	color:#fff;
}
.wide_content_border{
  float:left;
  margin:0px;
  padding:0px;
  border: 1px solid #c4c4c4;
  width:99%;
}

/* my page starts here */

.my_blog_page_container{
  width:100%;
  float:left;
  margin:0px;
  padding:0px;
}
.my_blog_page_container h4{
  width:100%;
  float:left;
  margin:0px;
  padding:0px;
  line-height:20px;
  border-bottom: 1px solid #3b5997;
  color:#3b5997;
  font-size:14px;
  font-weight:bold;
  text-transform:uppercase;
}
.my_blog_page_container ul{
  width:100%;
  float:left;
  margin:0px;
  padding:0px;
  list-style:none;
}
.my_blog_page_container ul li{
  width:100%;
  float:left;
  margin:0px;
  padding:10px 0px;
  list-style:none;
}
.my_blog_page_container ul li .my_blog_details{
  width:78%;
  float:left;
  margin:0px;
  text-align:justify;
  padding:0px;
  list-style:none;
}
.my_blog_page_container ul li .my_blog_details a{
  color: #FF4444;
}
.my_main_col_module ul li.main_module_content h2,
.my_blog_page_container ul li .my_blog_details h2{
  width:100%;
  float:left;
  margin:0px;
  padding:0px;
  line-height:20px;
  color:#3b5997;
  font-size:14px;
  font-weight:bold;
}
.my_main_col_module ul li.main_module_content h2{
  text-indent:5px;
}

.my_blog_page_container ul li .my_blog_details p{
  width:100%;
  float:left;
  margin:0px;
  padding:0px 0px 5px 0px;
  color:#000;
  font-size:11px;
  font-weight:normal;
}
.my_blog_page_container ul li span{
  float:left;
  margin:0px;
  padding:0px 2px 0px 2px;
  color:#000;
  font-size:11px;
  font-weight:normal;
}
.my_blog_page_container ul li .my_blog_pic{
  width:20%;
  float:right;
  text-align:center;
  margin:0px;
  padding:0px;
  list-style:none;
}
.my_main_col_module{
  width:100%;
  margin:0px;
  padding:5px 0px;
  float:left;
}
.my_main_col_module ul{
  width:100%;
  margin:0px;
  padding:0px;
  float:left;
  list-style:none;
}
.my_main_col_module ul li.main_module_heading{
  width:570px;
  margin:0px;
  padding:0px;
  float:left;
  color:#fff;
  font-size:10px;
  list-style:none;
  text-transform:uppercase;
  font-weight:bold;
  text-indent:10px;
  line-height:20px;
  list-style:none;
  background: url(images/main_module_bg.gif) no-repeat top right;
}
.my_main_col_module ul li.main_module_content{
  width:568px;
  margin:0px;
  padding:0px;
  float:left;
  border-left:1px solid #D7D7D7;
  border-right:1px solid #D7D7D7;
}
.my_main_col_module ul li.main_module_content p{
  width:98%;
  float:left;
  margin:0px;
  padding:0px 5px 5px 5px;
  color:#000;
  font-size:11px;
  font-weight:normal;
}
.my_main_col_module ul li.main_module_bottom{
  width:100%;
  margin:0px;
  padding:0px;
  float:left;
  line-height:8px;
  list-style:none;
  background: url(images/main_module_footer.gif) no-repeat;
}
.my_main_col_module ul li.main_module_content .my_top_video{
  width:60px;
  margin:0px;
  padding:5px 0px;
  float:left;
  color:#000;
  font-size:10px;
  text-align:center;
  font-weight:bold;
}
.my_main_col_module ul li.main_module_content .my_top_video span{
  width:100%;
  text-align:center;
  float:left;
  padding: 3px 0px;
}

/* add section*/
.my_add{
  width:100%;
  float:left;
  margin:0px;
  padding:5px 0px;
}
/* my page ends here */

/* below css added by chanderkant jangra */
.module_featured_video{
  width:95%;
  float:left;
  margin:0px;
  padding:0px;
  background-color:transparent;/*ffffff*/
  *width:100% !important;
}
.module_featured_video p{
  width:98%;
  float:left;
  margin:0px;
  padding:5px 0 5px 5px;
  color:#000;
  font-size:11px;
}
.module_featured_video  b{
  width:98%;
  float:left;
  margin:0px;
  padding:5px 0 0 5px;
  color:#3b5997;
  font-size:11px;
}
.module_featured_video span.right{
  width:100%;
  float:left;
  margin:0px;
  padding:0px 0px;
  text-align:center;
}
.col_b_center_court {
	width: 574px;
	margin-left: 11px;
	margin-right:8px;
	float: left;
	padding:0px;
	overflow:hidden;
}
*html .col_b_center_court{ margin-left: 4px;}
.col_b_center_court .google_add_strip{
  width:566px;
  margin:0px;
  padding:0px 0px 0px 5px;
  float:left;
  text-align:center;
}
.col_b_center_court .google_add_strip img{
  margin:0px;
  padding:0px 0px 0px 0px;
  float:left;
}
.big_module_parent{
  float:left;
  width:552px;
  margin:0px 0px 0px 0px;
  padding:5px 0px 5px 9px;
}
.what_cool_module{
  width:540px;
  margin:0;
  padding-left:0px;
  float:left;
/*   border:0 none !important; */
}
.wide_adds_module{
  width:560px;
  margin:0px 0px 0px 0px;
  padding-left:0px;
  float:left;
}
.big_module{ /***/
  border:1px solid #D5D5D5;
  padding-bottom:1px;
}
.what_cool_module h3 {
	cursor: pointer;
        cursor: hand;
	color: #000;
 	width: 100%;
 	margin:0px;
	padding: 2px 0px;
	margin: 0 0 0 0;
	font-family: verdana;
	text-indent: 10px;
	font-size: 12px;
/* 	background-image: url(images/main_module_header.gif); */
        background-color:#dbdbdb;
	background-repeat: no-repeat;
        background-image: transperent;
	text-transform:uppercase;
}
.wide_adds_module h3 {
	cursor: pointer;
        cursor: hand;
	color: #000000;
 	width: 100%;
 	margin:0px;
	padding: 2px 0px;
	margin: 0 0 0 0;
	font-family: verdana;
	text-indent: 10px;
	font-size: 12px;
/* 	background: url(images/main_module_header.gif); */
        background-color:#c0c0c0;
	background-repeat: no-repeat;
}
	/* check this line below-MS */
.what_cool_module h1 img { padding-right: 5px; }
.module_icon_list{background:url(images/module-bg-rptr.gif) repeat-y ;}
*html .what_cool_module h1 { margin-bottom: -3px; }
.main_big_module,
.what_cool_module_content{
  width: 535px;
  margin:0px;
  padding:0 0px 0 0;
  float:left;
  border-top: 0px solid #FFFFFF;
  border-right: 0px solid #ffffff;
  /*border-bottom: 1px solid #CCCCCC;*/
  border-left: 0px solid #FFFFFF;
}
.what_cool_module_content h2{
  width: 100%;
  margin:0px;
  padding:5px 0px 5px 0px;
  font-size:14px;
  color:#5D3996;
  font-weight:bold;
  text-transform: uppercase;
  float:left;
}
*html .wide_content,
*html .module_wide {
	height: 5px;
	margin-top: 0;
}
.what_cool_col_a{
  width:305px;
  margin:0px;
  float:left;
  padding:5px 0px;
}
.what_cool_col_b{
  width:240px;
  margin:0px;
  z-index:20;
  float:right;
  padding:0px 0px 0px 0px;
}
.what_cool_col_a span{
  width:100%;
  margin:0px;
  float:left;
  padding:0px;
  z-index:50;
  text-align:center;
}
.image h4{
  width:100%;
  margin:0px;
  float:left;
  padding:0px 0px 0px 0px;
  font-size:14px;
  color:#5D3996;
  font-weight:bold;
}
.image h4 a:link,
.image h4 a:active,
.image h4 a:visited{
  color:#5D3996;
}
.image h4 a:hover{
  color:#5D3996;
}
.what_cool_col_b h4{
  width:100%;
  margin:0px;
  float:left;
  padding:10px 0px 0px 0px;
  font-size:14px;
  color:#5D3996;
  font-weight:bold;
}
.what_cool_col_b p{
  width:100%;
  margin:0px;
  float:left;
  padding:5px 0px;
  font-size:11px;
  color:#000;
  font-weight:normal;
}

a:link.more_red,
a:active.more_red,
a:visited.more_red  {
  color:#FF0000;
  text-decoration:underline;
}
a:hover.more_red {
  color:#FF0000;
  text-decoration:none;
}
.floating_title_splash{
  width:120px;
  position:absolute;
  top:578px;
  left:325px;
  float:left;
  z-index:3500;
  bottom: 0%;
}
*html .floating_title_splash{
  width:120px;
  position:absolute;
  top:565px;
  left:322px;
  float:left;
  z-index:3500;
  bottom: 0%;
}
*+html .floating_title_splash{
  width:120px;
  position:absolute;
  top:571px;
  left:322px;
  padding:0px;
  margin:0px;
  float:left;
  z-index:3500;
  bottom: 0%;
}
.floating_title_splash p{
  width:100%;
  background:#F3F3F3;
  text-align:center;
  margin:0px;
  font-size:10px;
  color:#000;
  float:left;
  padding:3px 0px;
}
.floating_title_splash p a:link,
.floating_title_splash p a:active,
.floating_title_splash p a:visited,
.floating_title_splash p a:hover{
  color:#5D3996;
}
.floating_title{
  width:180px;
  position:absolute;
  top:500px;
  left:155px;
  float:left;
  z-index:200;
  bottom: 0%;
}
.floating_title p{
  width:100%;
  background:#fff;
  text-align:center;
  margin:0px;
  font-size:12px;
  color:#000;
  padding:6px 0px;
}
.floating_title p a{
  color:#5D3996;
}
.main_big_module ul.event_desc{
  width:550px;
  margin:0px;
  padding:5px 0px 5px 5px;
  float:left;
  list-style:none;
  display:block;
}
.main_big_module ul.event_desc li{
  width:110px;
  margin:0px;
  float:left;
  padding:5px 0px 5px 0px;
  list-style:none;
  display:inline;
}
.main_big_module ul.event_desc li p{
  width:100%;
  margin:0px;
  padding:0px 0px 5px 0px;
  float:left;
  text-align:center;
}
.main_big_module .fan_blog_content{
  width:430px;
  margin:0px;
  padding:0px;
  float:left;
  background:red;
}
.image{
  width:100%;
  border: 0 none;
  margin:0px;
  float:left;
  padding:0px;
}
#content{
  background:#fff;
  padding:0px 0px 0px 0px;
}
.story_of_moment p{
  color:#000;
  float:left;
  background:#fff;
  margin:0px;
  padding:5px 5px 15px 5px;
  width:95%;
}
.story_of_moment {
  padding:5px 0px 0px 0px;
  float:left;
  margin:0px;
}
li.small_thumb{margin-bottom:0px; margin-top:0px; padding:4px 0px 4px 0px; height:22px;}
li.smallest_thumb{margin-bottom:0px; margin-top:0px; float:left; padding:0px 0px 0px 0px; height:10px;}
li.smallest_thumb b{margin-bottom:0px; margin-top:0px; float:left; padding:0px 0px 0px 0px; }
.module_icon_list li{border: 0 none; padding-top:2px; padding-left:5px; font-size:12px;}
.module_icon_list li span.black_list, .module_icon_list li span.black_list a{font-size:10px; color:#000; margin:0px; padding:0px; float:left; }
.module_icon_list li span b {padding-top:0px; margin-top:-3px;line-height:16px; }
.module_icon_list li span b img{padding:0px 3px 0px 5px; margin:-3px 0px 0px 0px;}
.module_icon_list{background:#fff; border:0 none;}
.module{border: 1px solid #D5D5D5;}
.fleft{float:left;}
.fright{float:right;}
.image h4{ text-indent:114px; padding:5px 0px;}
.black_links{ font-weight:bold; color:#542D91; float:left; margin:0px; padding:0px; width:100%;}
.black_links a{ font-weight:bold; color:#542D91;}
.black_links img{ padding:0px 0px 0px 5px; }
.wide_content ul#filters_new {
	padding: 0;
	margin: 0 0 10px -1px;
	background: url(images/bg_navbar_filters.jpg);
	background-repeat: repeat-x;
	height: 21px;
	float: left;
	width: 578px;
	font-weight: bold;
	font-size: 10px; }

.wide_content ul#filters_new li { display: inline; }

.wide_content ul#filters_new li a {
	padding: 5px 10px 3px 10px;
	text-decoration: none;
	float: left;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #DFDFDF;
	height: 13px; }

.wide_content ul#filters_new li a:hover {
	background-color: #fff;
	text-decoration: none;
	height: 13px; }

*+html .wide_content ul#filters_new li a:hover {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff; }

.wide_content ul#filters_new li.active a {
	background: #ffffff;
	background-repeat: repeat-x;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	height: 13px; }
.wide_content ul#filters_new {
	background:#3b5997;
	text-transform:uppercase;
}
.wide_content ul#filters_new li a {
	color:#fff;
  border: 0 none;
  background:url(images/populer_bar_devier_bg.gif) no-repeat top right;
}
.wide_content ul#filters_new li.active a {
	color:#3b5997;
}
.wide_content ul#filters_new li a:hover {
	color:#3b5997; }

.no_border{
  border: 0 none;
}

/* above css added by chanderkant jangra */
/* below css added by chanderkant jangra for Splash Page */
#no_bacbground_image{
  background:none;
}
.txt_size_24{font-size:24px;}

#container_splash{
  width:616px;
  margin:auto;
}
#child_container_splash{
  width:100%;
  margin:0px;
  padding:0px 0px 10px 0px;
  float:left;
  z-index:5;
}
.splash_header{
  width:100%;
  margin:0px;
  padding:0px;
  float:left;
  background: url(images/splash_header_bg.gif) no-repeat;
}
.splash_header .splash_logo{
  width:100%;
  margin:0px;
  float:left;
  padding:0px;
  background:url(images/splash_logo.gif) no-repeat 60% 40%;
}
.splash_header_content{
  width:100%;
  padding:90px 0px 0px 0px;
  float:left;
  margin:0px;
  line-height:30px;
}
.splash_header_content_child{ float:left; background: url(images/main_splash_border_bg.gif) repeat-y;}
.splash_tag_line{
  width:340px;
  float:left;
  margin:0px;
  padding:0px 0px 0px 35px;
  font-size:12px;
  font-weight:bold;
  color:#5D3996;
}
.splash_sign_in{
  width:185px;
  font-size:12px;
  margin: 8px 26px 0px 0px;
  _margin: 4px 13px 0px 0px;
  color:#000;
  line-height:20px;
  padding:0px 0px 0px 0px;
  float:right;
  background:#E7E7E7;
}
.splash_sign_in span{
  margin: 0px;
  color:#000;
  padding:0px 0px 0px 12px;
  float:left;
}
.splash_sign_in span a:link,
.splash_sign_in span a:active,
.splash_sign_in span a:visited,
.splash_sign_in span a:hover{color:#5D3996; font-weight:bold;}

.splash_content{
  width:613px;
  margin:0px;
  padding:0px 0px 10px 0px;
  float:left;
  border-left: 1px solid #5D3996;
  border-right: 1px solid #5D3996;
}
.splash_content_child{
  width:580px;
  margin:0 auto;
  padding:0px 0px 0px 0px;
}
.splash_content_child .splash_nav_module{
  width:100%;
  margin:10px 0px 0px 0px;
  _margin:5px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  float:left;
  background:#F3F3F3;
}
.splash_content_child .splash_nav_module .col_a{
  width:260px;
  margin:0px;
  padding:0px;
  float:left;
}
.splash_content_child .splash_nav_module .col_a ul{
  width:100%;
  margin:0px;
  padding:5px 0px;
  float:left;
  list-style:none;
}
.splash_content_child .splash_nav_module .col_a ul li{
  width:76px;
  margin:3px 4px 2px 4px;
  padding:0px 1px 0px 1px;
  float:left;
  list-style:none;
  height:77px;
  background:#fff url(images/bg_roubd_corner.gif) no-repeat;
  }
*html .splash_content_child .splash_nav_module .col_a ul li{
  margin:1px 4px 2px 3px;
  background:#fff url(images/bg_roubd_corner.gif) no-repeat;
  padding:0px;
}
*+html .splash_content_child .splash_nav_module .col_a ul li{
  margin:4px 4px 3px 3px;
}
.splash_content_child .splash_nav_module .col_a ul li span{
  width:95%;
  margin:0px;
  padding:3px;
  float:left;
  text-align:center;
  font-size:12px;
  color:#000;
}
.splash_content_child .splash_nav_module .col_b{
  width:310px;
  margin:0px;
  padding:5px 0px;
  float:left;
}
.splash_content_child .splash_nav_module .col_b p{
  width:200px;
  margin:0px;
  padding:5px 0px 0px 0px;
  float:left;
  font-size:12px;
  color:#000;
  font-weight:bold;
}
.free_account_tab{
  width:106px;
  float:right;
  margin:0px;
  padding:0px;
  background: url(images/free_account_tab_bg.gif)
}
.free_account_tab b{
  width:85%;
  float:left;
  margin:0px;
  padding:0px 8px;
  font-weight:normal;
  text-align:center;
  font-size:9px;
  color:#fff;
  font-family:Verdana;
  line-height:11px;
}
.free_account_tab span{
  width:97%;
  float:left;
  margin:0px;
  padding:3px 0px 2px 4px;
}
.special_massege_splash{
  width:306px;
  margin:10px 0px 0px 0px;
  _margin:5px 0px 0px 0px;
  padding:0px;
  float:left;
  color:#000;
  background:#fff url(images/special_massage_bg.gif) no-repeat;
}
.special_massege_splash div{
  width:215px;
  margin:0px;
  padding:0px 0px 0px 5px;
  float:left;
}
.special_massege_splash div b{
  width:100%;
  margin:0px;
  color:#5D3996;
  font-size:12px;
  padding:5px 0px;
  float:left;
  border-bottom: 1px solid #F3F3F3;
}
.special_massege_splash div em{
  width:100%;
  margin:0px;
  color:#000;
  font-size:14px;
  padding:10px 0px;
  float:left;
  font-style:normal;
}
.special_massege_splash_image{
  width:75px;
  float:right;
  padding:7px 0px 8px 5px;
  margin:0px;
  float:left;
}
.splash_community_spotlite,
.splash_already_member{
  width:580px;
  margin:0px;
  padding:5px 0px 0px 0px;
  float:left;
}
h2.module_heading{
  width:100%;
  margin:0px;
  padding:5px 0px;
  float:left;
  font-size:14px;
  color:#5D3996;
  font-weight:bold;
}
.splash_already_member ul{
  width:570px;
  margin:0px;
  padding:0px 5px;
  float:left;
  list-style:none;
  background:#F3F3F3;
}
.splash_already_member ul li{
  width:56px;
  text-align:center;
  margin:0px;
  padding:5px 0px 6px 1px;
  float:left;
  list-style:none;
}
.splash_really_cool{
  width:395px;
  margin:0px;
  padding:5px 0px 0px 0px;
  float:left;
  z-index:20;
}
.splash_really_cool_content{
  width:395px;
  margin:0px;
  padding:10px 0px 5px 5px;
  float:left;
  background:#F3F3F3;
}
.splash_really_cool .col_a{
  width:235px;
  margin:0px;
  padding:0px;
  float:left;
}
.splash_really_cool .col_b{
  width:155px;
  margin:0px;
  padding:0px;
  float:right;
}
.splash_really_cool .col_b a:link,
.splash_really_cool .col_b a:active,
.splash_really_cool .col_b a:visited{
  color:#5D3996;
  text-decoration:underline;
}
.splash_really_cool .col_b a:hover{
  color:#5D3996;
  text-decoration:none;
}
.splash_really_cool .col_b p{
  width:150px;
  margin:0px;
  padding:2px 0px;
  float:left;
  font-size:10px;
  line-height:14px;
  color:#000;
}
.splash_happening_now{
  width:170px;
  margin:0px;
  padding:5px 0px 0px 0px;
  float:right;
}
.splash_happening_now_content{
  width:100%;
  margin:0px;
  padding:0px 0px 0px 0px;
  float:left;
  background:#F3F3F3;
}
.splash_happening_now_content ul{
  width:100%;
  margin:0px;
  padding:0px 0px 0px 0px;
  float:left;
  background:#F3F3F3;
  list-style:none;
}
.splash_happening_now_content ul li{
  width:100%;
  margin:0px;
  padding:0px 0px 0px 0px;
  float:left;
  background:#F3F3F3;
  list-style:none;
}
.splash_happening_now_content ul li p{
  width:100%;
  margin:0px;
  padding:2px 0px 2px 0px;
  float:left;
  color:#000;
  font-size:10px;
  font-weight:bold;
}
.splash_happening_now_content ul li p b{
  margin:0px;
  padding:0px 5px 0px 5px;
  float:left;
  line-height:25px;
}
.splash_happening_now_content ul li p img{
  margin:0px;
  padding:0px;
  width:25px;
  float:left;
}
.splash_community_spotlite_content{
  width:100%;
  margin:0px;
  padding:0px 0px 0px 0px;
  float:left;
}
.splash_community_spotlite_content ul{
  width:575px;
  margin:0px;
  padding:0px 0px 0px 5px;
  float:left;
  list-style:none;
}
.splash_community_spotlite_content ul li{
  width:115px;
  margin:6px 12px;
  _margin:10px 10px;
  padding:0px 0px 0px 0px;
  float:left;
  list-style:none;
  height:30px;
  background:#F3F3F3;
  border: 1px solid #5D3996;
}
.splash_community_spotlite_content ul li p{
  width:100%;
  margin:0px;
  padding:0px 0px 0px 0px;
  vertical-align:middle;
  line-height:30px;
  font-size:10px ;
  font-weight:bolder;
  text-align:center;
  text-transform:uppercase;
  color:#5D3996;
}
.splash_community_spotlite_content ul li b{
  width:100%;
  margin:0px;
  padding:3px 0px 0px 0px;
  vertical-align:middle;
  line-height:12px;
  font-size:10px ;
  float:left;
  font-weight:bolder;
  text-align:center;
  text-transform:uppercase;
  color:#5D3996;
}
.splash_footer{
  float:left;
  width:100%;
  margin:0px;
  padding:0px;
}
/* above css added by chanderkant jangra for Splash Page  */
/* below css added by chanderkant jangra for Blogs Page  */
.big_module_inner_col,
.small_blogs_content{
  width:100%;
  float:left;
  margin:0px;
  padding:10px 0px;
  background-color:#FEFDFF;
}
.big_module_inner_col .big_module_blog{
  width:90%;
  float:left;
  margin:0px;
  padding:2px 0px 3px 10px;
  line-height:normal;
  font-size:12px;
  text-align:center;
  color:#000;
}
.big_module_inner_col .big_module_blog a{
  color:#3b5997;
}
.small_blogs_content p{
  width:90%;
  float:left;
  margin:0px;
  padding:1px 0px 0px 10px;
  line-height:normal;
  font-size:10px;
  text-align:center;
  color:#000;
}
.small_blogs_content span{
  width:100%;
  float:left;
  margin:0px;
  padding:2px 0px 3px 0px;
  text-align:center;
}
.read_more_center{
  width:100%;
  float:left;
  margin:0px;
  padding:5px 0px 5px 0px;
  line-height:normal;
  font-size:10px;
  text-align:center;
  font-weight:bold;
  color:#000;
}
.padding_top15{padding-top:15px;}
.padding_top-15{padding-top:-15px;}
#audio_video_photo{
  width: 566px;
  margin:0px;
  padding:10px 0px 0px 0px;
  float:left;
}
#audio_video_photo_tab {
	color: #ffffff;
	font-weight: normal;
	text-transform:uppercase;
	font-family:Verdana;
	font-size: 11px;
	text-align: right;
	padding: 0 5px 6px 0px; }
/*
*html #audio_video_photo_tab { padding: 1px 5px 7px 5px; }*/

#audio_video_photo_tab ul {
	margin: 0;
	padding: 0 0 0 0px; }

#audio_video_photo_tab a:link,
#audio_video_photo_tab a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none; }

#audio_video_photo_tab a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline; }

#audio_video_photo_tab li a:link { margin: 0 5px 0 5px; }

#audio_video_photo_tab li a#current1 {
	margin: 0;
	background-color: #D2D2D2;
	padding: 3px 5px 7px 5px;
	color: #000000;	}

*html #audio_video_photo_tab li a#current1 { padding: 4px 5px 7px 5px; }

/* above css added by chanderkant jangra for Blogs Page   */

#audio_video_photo_tab li a#current1 {
	background-color: #3b5997;
	color:#fff;
}
#audio_video_photo_tab {
	color: #000;
}
#audio_video_photo_tab a:link,
#audio_video_photo_tab a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none; }

#audio_video_photo_tab a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#audio_video_photo ul {
	float: left;
	margin: 0 0px 0 100px;
	width: 350px;
	z-index:3600; }

*html #audio_video_photo ul {margin: 0 0px 0 50px;}

#audio_video_photo ul li { display: inline; padding: 0px 30px; }

.audio_video_photo_bottom{ width:100%; margin:0px; padding:0px; float:left; height:10px; background:#3b5997;}  

.big_module_cols_parent{
  margin:0px;
  padding:10px 0px 0px 0px;
  float:left;
  width:100%;
}
.big_module_col_b,
.big_module_col_a{
  width:275px;
  margin:0px;
  float:left;
  display:inline;
}
.big_module_col_b{ padding: 0px 0px 0px 10px;}
.big_module_inner_col_content{
  width:98%;
  margin:0px;
  padding:5px 0px 5px 5px;
  float:left;
}
.big_module_inner_col{
  width:100%;
  padding:0px 0px 10px 0px;
  margin:0px 0px 10px 0px;
  _margin:0px 0px 5px 0px;
  *margin:0px 0px 5px 0px;
  float:left;
}

.big_module_inner_col_content .module_alert{
  margin:0px;
  padding:5px 0px 5px 5px;
  width:97%;
  float:left;
  color:#FF0000;
  font-size:11px;
  font-weight:bold;
}
.big_module_inner_col_content h2{
  width:100%;
  margin:0px;
  padding:5px 0px 0px 0px;
  color:#3b5997;
  font-size:11px;
  font-weight:bold;
}
.big_module_inner_col_content p{
  width:100%;
  margin:0px;
  padding:2px 0px 3px 0px;
  color:#000;
  font-size:11px;
  font-weight:normal  ;
}
.big_module_inner_col_content span{
  width:100%;
  margin:0px;
  padding:10px 0px 5px 0px;
  color:#000;
  float:left;
  font-size:11px;
  font-weight:normal  ;
}
.view_more_buton{
  width:80px;
  margin: 0 auto;
  padding:0px 0px;
}
.view_more_buton span{
  width:70px;
  margin:0px 0px;
  padding:4px 0px;
  float:left;
  text-align:center;
  font-size:10px;
  font-weight:bold;
  border:1px solid #000;
  color:#000;
}
.big_module_inner_col h3 {
	cursor: pointer;
        cursor: hand;
	color: #FFFFFF;
 	width: 100%;
 	margin:0px;
	padding: 2px 0px;
	margin: 0 0 0 0;
	font-family: verdana;
	text-indent: 10px;
	font-size: 12px;
	background: url(images/big_module_col_bg.gif);
	background-repeat: no-repeat;
}
.google_Add275x75{
  width:100%;
  margin:0px 0px 0px 0px;
  padding:0px;
  float:left;
  height:75px;
  background: #000;
}
.big_module_inner_col select {
	border: 1px solid #ccc;
	margin: 5px 0 5px 20px;
	font-size: 9px; }

.big_module_inner_col_content ul{
  width:240px;
  margin:auto;
  padding:0px;
  list-style:none;
  display:block;
}
.big_module_inner_col_content ul li{
  width:29px;
  margin:0px;
  padding:2px 0px;
  display:inline;
  float:left;
  text-align:center;
  list-style:none;
}
.mkw_river_of_fans{
  width:100%;
  margin:0px;
  padding:0px;
  float:left;
}
.mkw_river_of_fans ul{
  width:100%;
  margin:0px;
  padding:0px;
  float:left;
  list-style:none;
}
.mkw_river_of_fans ul li{
  width:100%;
  margin:0px;
  padding:2px 0px;
  float:left;
  list-style:none;
  border-bottom: 1px dotted #D5D5D5;
}
.mkw_river_of_fans ul li span{
  width:25px;
  margin:0px;
  padding:0px;
  float:left;
  display:inline;
}
.mkw_river_of_fans ul li b{
  margin:0px;
  padding:0px 2px;
  float:left;
  line-height:22px;
  display:inline;
}
/* added by chanderkant on 20 Aug 2007*/

.my-face-zone-info-small{
  list-style-image:url(images/blue_list.gif);
  list-style-position:outside;
  font: bold 11px/13px verdana ;
  text-transform:uppercase;
  padding:5px 0 5px 0;
  margin:0px;
  color:#3b5997;
  background:#fff
}
.my-face-zone-info-black{
  list-style-image:url(images/black-list-small.gif);
  list-style-position:outside;
  font: bold 9px/12px verdana ;
  text-transform:uppercase;
  padding:5px 0 5px 0;
  margin:0px;
  color:#3b5997;
  background:#fff
}
.my-face-zone-info{
  list-style-image:url(images/blue-list-big.gif);
  list-style-position:outside;
  font: bold 14px/16px verdana  ;
  text-transform:uppercase;
  padding:0px;
  margin:0px;
  float:left;
  color:#3b5997;
}
.my-face-zone-info-black ul,
.my-face-zone-info-small ul,
.my-face-zone-info ul{
  margin-top:0px;
  margin-bottom:0px;
  margin-left: -15px;
}
*html .my-face-zone-info-black ul,
*html .my-face-zone-info-small ul,
*html .my-face-zone-info ul{
  margin-left: 25px;
}
.my-face-zone-info-small ul li{
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
}
.my-face-zone-info ul li{
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
}
.my-face-zone-info-black ul li{
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  padding:5px 0 5px 0;
}
.my-face-zone-info-black ul li span{
  width:100%;
  display:block;
  font-size:9px;
}
.module_my_face_zone{
  width:100%;
  float:left;
  margin:0px;
  padding:0px;
  height:135px;
  background-color:#FEFDFF;
 }
.module_featured_video .my-status {
  font-size:10px;
  color:#3b5997; 
  font-weight:bold; 
  width:48%; 
  float:left; 
  padding:10px 0px;
  line-height:20px;
}
.module_featured_video .my-status input {
  font-size:10px;
  width:100%;
}
.module_featured_video ul.event_desc{
  width:93%;
  margin:auto;
  padding:0px;
  list-style:none;
  display:block;
}
.module_featured_video ul.event_desc li{
  width:35px;
  margin:0px;
  padding:5px 5px;
  display:inline;
  float:left;
  text-align:center;
  list-style:none;
}
.bottommrgin-10{margin-bottom:10px;}
ul.team-stats{
  list-style:none;
  float:left;
  padding:5px 0;
  margin:0px;
  width:100%;
}
ul.team-stats li.community{
  line-height:normal;
}
ul.team-stats li{
  list-style:none;
  float:left;
  padding:1px 0 0px 5px;
  margin:0px;
  text-transform:uppercase;
  width:97%;
}
ul.team-stats li em{
  float:left;
  padding:0px 0 0 2px;
  margin:0px;
  font-size:10px;
  font-style:normal;
  color:#3b5997; 
  font-weight:bold; 
  font-family:verdana;
}
ul.team-stats li b{
  float:left;
  padding:0px 0 0 0px;
  margin:0px;
  font-size:9px;
  width:58%;
  color:#AFAFAF;
  font-family:verdana;
  font-weight:bold;
}
ul.team-stats li.community b{
  float:left;
  padding:0px 0 0 5px;
  margin:0px;
  font-size:9px;
  width:100%;
  color:#AFAFAF;
  text-align:left;
  font-family:verdana;
  font-weight:bold;
}
ul.team-stats li.community em{
  float:left;
  padding:0px 0 0 5px;
  margin:0px;
  font-size:9px;
  width:100%;
  font-style:normal;
  text-align:left;
  color:#3b5997; 
  font-weight:bold; 
  font-family:verdana;
}
ul.team-stats li em.blue{
  font-style:normal;
  color:#542E91;
}
ul.team-stats li b.black{
  font-size:10px;
  width:40%;
  color:#000;
  float:right;
  font-family:verdana;
  font-weight:bold;
}
.blacktxt{color:#000;}
.graytxt{color:#7C7C7C;}
.what_cool_module h2.h2_class {
	cursor: pointer;
        cursor: hand;
	color: #3b5997;
 	width: 100%;
 	margin:0px;
	padding: 2px 0px;
	margin: 0 0 0 0;
	font-family: arial;
	text-indent: 10px;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: 1px solid #3b5997;
}
.no-border{border:0 none;}
.image h2{ /* changed by chanderkant on 21 Aug 2007*/
  width:100%;
  margin:0px;
  float:left;
  padding:0px 0px 5px 0px;
  font-size:14px;
  text-indent:0;
  color:#000;
  font-weight:bold;
  border-bottom:0 none;
}
.image h2 a:link,
.image h2 a:active,
.image h2 a:visited,
.image h2 a:hover{
  color:#000;
}
.image h1{
  width:100%;
  margin:0px;
  float:left;
  padding:0px 0px 0px 110px;
  font-size:12px;
  text-indent:0;
  color:#000;
  font-weight:bold;
  border-bottom:0 none;
}
.sb-desc{
  font-size:11px;
  font-family:Verdana;
  color:#000;
}
ul.my-world,
ul.my-world li{
  width:100%;
  list-style:none;
  float:left;
  margin:0px;
  padding:2px 0px;
}
.my-world-content{
  width:90%;
  line-height:35px;
  float:left;
}
.my-world-img{
  width:8%;
  float:left;
}
.me-search-box{
	background: url(images/big_module_col_bg.gif) repeat-y;
	float:left;
	width:97%;
	font-size:12px;
	padding:3px 0px 3px 5px;
	color:#fff;
	text-transform:uppercase;
}
.me-search-box input{
	width:120px;
	height:12px;
	text-transform:none;
	color:#000;
}
.me-search-box label{
  font-weight:bold;
  padding:0 0 0 5px;
  line-height:14px;
}

/********************/
.title_box{
  width:100%;
  float:left;
  padding:0;
  margin:0;
}

.title_box h2 b {/* added by chanderkant on 25 Mar 2008 */
  font-size:20px;
  width:100%;
  float:left;
}
.title_box h2 span {/* added by chanderkant on 25 Mar 2008 */
  width:100%;
  float:left;
}


#header {
	position: relative;
	width: 1016px;
	/*hesight: 130px;*/ /*removed- ckj 071207*/
}

.title_box span{
  float:left;
  padding:5px 5px;
  margin:0;
}
.title_box .logo{/* modified by chanderkant on 25 Mar 2008 */
  padding:5px 0 0 10px;
  font-size:14px;
  width:120px;
}

#header ul {
	/*positions: relative;
	float: left;
	margin: 0 0 0 0;
	width: 1000px;
	top: 0px;
	text-transform:uppercase;
	left:0px; ekta 12 dec*/
  position: absolute;
  float: right;
  margin-top: 0pt;
  margin-right: 10px;
  margin-bottom: 0pt;
  margin-left: 0pt;
  width: 1000px;
  top: 129px;
}

/**+html #header ul{top:110px;} ekta 12 dec*/


#first_tier_navbar {
	text-align: left;
	font-size:11px;
}
#first_tier_navbar li a#current {
	margin: 0;
	background-color: #fff;
	padding: 3px 5px 0px 5px;
	font-weight:normal;
	color: #000000;
}
ul.upcoming_events{
  padding:5px 0px;
  margin:0px;
  width:100%;
  float:left;
  list-style:none;
}
ul.upcoming_events li{
  padding:3px 0 2px 10px;
  margin:0px;
  width:96%;
  float:left;
  height:auto;
  font-size:11px;
  list-style:none;
}
ul.upcoming_events li span {
  width:100%;
  float:left;
 }
ul.upcoming_events li span a {
 color:#341861;
 cursor:pointer;
 padding: 1px 0 2px 0;
 text-decoration:none !important;
 }
ul.upcoming_events li span a:hover {
  color:#341861;
  text-decoration:underline !important;
 }
ul.upcoming_events li p{
  padding:10px 0 10px 0;
  margin:0px;
  width:100%;
  text-transform:uppercase;
}
ul.upcoming_events li a:link,ul.upcoming_events li a:visited ,ul.upcoming_events li a:active ,ul.upcoming_events li a:hover, #event_location_module a{
  color:#3b5997;
}
#col_e {
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 20px 12px;
	width: 200px;
	background:#ffffff;
	float: left;
}

*html #col_e {margin: 0 0px 0px 2px; }
.content_child_zdegree{
  float:left;
  width:810px;
}
*html .content_child_zdegree{
  float:left;
  width:806px;
}

#col_d_new {
	width: 574px;
	margin-left: 4px;
	margin-right: 0px;
	float: left;
	overflow: hidden;
	min-height: 100px; /* ckj */
}

*html #col_d_new { margin-left: 2px; }
.padding5{
  padding:5px;
}
.module h1, .module_about h1{position:relative;}
.module h1 span, .module_about h1 span{
  float:right;
  text-align:right;
  font-size:10px;
  font-weight:normal;
  letter-spacing:-1px;
  top:2px;
  right:3px;
  position:absolute;
}
.module_recent_media{
  width:70%;
  float:left;
  padding:5px 0 10px 30px;
  margin:0px;
}
.module_recent_media span{
  width:100%;
  float:left;
  padding:5px 0;
  margin:0px;
  text-align:center;
}
.module_recent_media p{
  width:100%;
  float:left;
  padding:0px 0 10px 0;
  text-transform:uppercase;
  font-size:12px;
  color:#000;
  margin:0px;
}
.module_html {
	margin: 0;
	padding: 5px 0px;
}
.font-size10{
  font-size:10px;
}
.image_left_space img{
  margin: 0 0 0 10px;
}
.color span{
  text-indent:0px;/*Make it 10px when the requirement came.*/
}
.center_text{
  text-align:center;
}
.module_river_of_members{
  width:93%;
  margin:0px;
  padding:10px 20px 10px 20px;
  float:left;
}
.module_river_of_members ul{
  width:100%
}
.module_river_of_members ul li {
  width:49%
}
.module_river_of_members ul li b{
  font-size:10px;
}
.module_my_messages a:link,
.module_my_messages a:active,
.module_my_messages a:visited,
.module_my_messages a:hover{
  color:#542D91;
}
.module_my_messages em{
  float:right;
  color:#000;
  font-weight:bold;
}
.module_my_messages b{
  float:left;
  color:#542D91;
}
.module_my_messages p{
  width:90%;
  float:left;
  padding:5px 5px 5px 10px;
  text-transform:uppercase;
  font-size:12px;
  margin:0px;
}
.login_box {/**/
	position: absolute;
	background: url(images/login_back.gif);
	background-repeat: repeat-x;
	border-top: #000;
	border-bottom: #A9A9A9;
	background-color: #FCFCFC;
	padding: 5px 5px 0 2px;
	right: 10px;
	top:25px;
	font-size: 11px;
	text-align: center;
	border-width: 1px 0 1px 0;
	border-style: solid none solid none;
	z-index: 2000; }

*html .login_box { width: 140px; }

.login_box img {/**/
	float: left;
	padding: 0 0 5px 0;
	margin: 0 2px 0 0;
}
.login_box em{/**/
	float: left;
	font-style:normal;
}
.login_box span {/**/
	float: left;
	text-align: center;
}
.zdegree-community-calender{
  width:538px;
  float:left;
  margin:0px;
  padding:0px;
  background:#3b5997;
}
.zdegree-community-calender-heading {
  width:100%;
  float:left;
}

.zdegree-community-calender-content{
  width:532px;
  float:left;
  margin:0px;
  padding:2px;
  list-style:none;
}
.zdegree-community-calender-content ul{
  width:100%;
  float:left;
  margin:0px;
  padding:0px;
  background:#FFFFFF;
}
.zdegree-community-calender-heading ul{
  width:100%;
  float:left;
  margin:0px;
  padding:0px;
  list-style:none;
}
.zdegree-community-calender-content ul li{
  width:74px;
  height: 74px;
  float:left;
  margin:0px;
  padding:0px 0 0 0px;
  list-style:none;
  border-left:1px solid #3b5997;
  border-right:1px solid #3b5997;
  border-top:1px solid #3b5997;
  border-bottom:1px solid #3b5997;
  min-height:62px;
 _height:62px;
}

.today{
  background-color: #ffffcc;
}

.zdegree-community-calender-content ul li span{
  width:100%;
  float:left;
  font-size:9px;
  color:#474747;
  padding: 1px 0px;
  text-align:right;
  background:#EBEBF3;
}
.zdegree-community-calender-content ul li i {
  width:100%;
  float:left;
  font-size:8px;
  font-style: normal;
  color:#474747;
  padding: 0px;
  height: 12px;
}
*html .zdegree-community-calender-content ul li i {
  width:100%;
  float:left;
  font-size:8px;
  font-style: normal;
  color:#474747;
  padding: 0px;
  height: 11px;
}
.zdegree-community-calender-heading ul li{
  width:75px;
  float:left;
  margin:0px;
  padding:0px 0 0 0px;
  list-style:none;
}
.zdegree-community-calender-heading ul li span{
  width:100%;
  float:left;
  font-size:9px;
  color:#fff;
  text-align:center;
}
/* below code added by chanderkant on 26-09-2007 */
.organization_members{
  width: 99%;
  float:left;
}
.organization_members ul{
  width: 98%;
  float:left;
  padding:0 0 0 10px;
  margin:0;
  list-style:none;
}
.organization_members ul li{
  float:left;
  width:62px;
  padding:5px 0 5px 5px;
  margin:0;
  list-style:none;
}
.organization_members ul li a{
  cursor: pointer;
  cursor: hand;
}
.organization_members ul li span{
  width:62px;
  padding: 0 0 0 0px;
  float:left;
}
.organization_members ul li p{
  float:left;
  font-weight:normal;
  text-align:center;
  margin:5px 0;
  padding:0;
  width:100%;
}
.organization_members ul li span a img{
  border-top:3px solid #6F6D6A;
  border-left:4px solid #6F6D6A;
  border-bottom:3px solid #6F6D6A;
  border-right:4px solid #6F6D6A;
}
.brdr-litekgray-img{
  float:left;
  border:2px solid #2A2B29;
}

/* above code added by chanderkant on 26-09-2007 */
/* Below code added by chanderkant on 27-09-2007 */
.itimes_user_profile{
  width:1000px;
  background: #F4F0F7;
  float:left;
  padding:5px 0px 0 0;
  margin:8px 0 0px 16px;
  _margin:0 0 0 8px;
}
.itimes_user_profile ul{
  width:100%;
  float:left;
  margin:0;
  padding:0;
  list-style:none;
}
.itimes_user_profile ul li{
  float:left;
  list-style:none;
  display:inline;
}
.itimes_user_profile .itimes_user_profile_detail{
	border: 1px solid #CCCCCC;
	float:left;
	width:193px;
text-align:left;
	margin:0 6px 0 6px;
	_margin:0 3px 0 3px;
	background:#fff;
}
.itimes_user_profile .itimes_user_profile_detail h2{
	cursor: pointer;
        cursor: hand;
	color: #000;
 	width: 185px;
	padding: 2px 2px 2px 7px;
	margin: 0 0 0 0;
	font-family: verdana;
	font-size: 12px;
	/*background: url(images/bg_top_module_middle.png);
	background-repeat: no-repeat;*/
	background-color: #dbdbdb;
	_background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_top_module_middle.png');
}
.itimes_user_profile_detail .itimes_profile_container{
  width:182px;
  float:left;
  padding:5px 4px 5px 10px;
}
.itimes_user_profile_detail .itimes_profile_container a{
  color:#3b5997;
}
.itimes_user_profile_detail .itimes_profile_container span{
  width:100%;
  float:left;
  padding:3px 0px;
  color:#3b5997;
}
.itimes_profile_container .itimes_profile_links{
  width:85px;
  float:left;
  padding:10px 0 10px 0;
  color:#3b5997;
  text-align:center;
}
.itimes_profile_container .itimes_profile_links_full{
  width:170px;
  float:left;
  padding:5px 0 5px 0;
  color:#3b5997;
}
.itimes_profile_container .itimes_profile_links span{
  text-align:center;
}
#col_g{
	margin:0px;
	padding: 5px 5px 0px 5px;
	width: 200px;
	background:#fff;
	float: left;
	border: 0 none;
}
.module_icon_list span{
  padding: 5px 0px;
}
.my_media_gallery{
  width:100%;
  padding:0;
  float:left;
}
.my_media_gallery ol,
.my_media_gallery ul{
  width:100%;
  padding:0;
  float:left;
  list-style:none;
}
.my_media_gallery ul li{
  width:170px;
  padding:10px 0 10px 16px;
  float:left;
  list-style:none;
}
.my_media_gallery ul li span{
  width:100%;
  padding:0 0;
  float:left;
  font-size:11px;
  color:#000;
}
.my_media_gallery ul li .gallery_heading{
  width:100%;
  padding:5px 0 0px 0px;
  float:left;
  font-size:14px;
  line-height:normal;
  font-weight:bold;
  color:#3b5997;
}
.my_media_gallery ol li{
  width:100%;
  padding:0px;
  float:left;
  list-style:none;
}
.my_media_gallery ol li .facebook_updates {
  width:93%;
  padding:5px 0 5px 35px;
  float:left;
  display:block;
}
.my_media_gallery ol li .facebook_updates a{
 color:#3A538C;
}
.my_media_gallery ol li .facebook_updates a.black{
 color:#000;
}
.my_media_gallery ol li .facebook_updates span{
  padding:0px 2px 5px 2px;
  float:left;
  line-height:20px;
  font-size:13px;
  font-weight:bold;
  color:#6F6F6F;
}
.my_media_gallery ol li .facebook_updates span.padding_left{
  padding:0px 2px 5px 22px;
  float:left;
  line-height:20px;
  font-size:13px;
  font-weight:bold;
  width:100%;
  color:#6F6F6F;
}
.my_media_gallery ol li .facebook_updates .facebook_birthday_message{
  width:440px;
  padding:5px 0 5px 0;
  margin:0 0 0 20px;
  _margin:0 0 0 10px;
  float:left;
  border-bottom: 1px solid #E6E6EA;
}

.facebook_birthday_message span.birthday_text{
  width:250px;
  padding:0 0 0 10px;
  float:left;
}
.facebook_birthday_message span.birthday_text b{
  width:240px;
  padding:0 0 0 0;
  float:left;
  margin:0px;
}
.updated_profile_picture{
  width:470px;
  float:left;
  margin:0px;
  padding:0px 0 0 50px;
}
.updated_profile_picture table{
  float:left;
  width:100%;
  margin:0px;
  padding:0px;
}
.updated_profile_picture table tr{
  float:left;
  margin:0px;
  padding:0px;
}
.updated_profile_picture table tr td{
  padding:0px;
  width:70px;
  margin:1px;
}
.updated_profile_picture table tr td.name{
  height:20px;
  color:#757575;
  font-weight:bold;
  width:72px;
}
.updated_profile_picture table tr td.pic{
  height:70px;
  border: 1px solid #E1E1E1;
}
.desktop_image_bgd {
  display: block;
  background-image: url(images/desktop_image_bgd.png);
  background-repeat: no-repeat;
  width: 585px;
  height: 233px;
  margin: 2px 1px 2px 1px;
  border: 1px solid #000;
}

.desktop_image {
  display: block;
  background-image: url(images/desktop_image_01.jpg);
  background-repeat: no-repeat;
  padding: 0px;
  width: 585px;
  height: 231px;
  margin: 2px 2px 2px 2px;
}
 .shout_bgd {
  display: block;
  background-image: url(images/shout_bgd.png);
  background-repeat: no-repeat;
  position: relative;
  top: 20px;
  font-size: 28px;
  color: #fff;
  padding: 5px;
}
/* above code added by chanderkant on 27-09-2007 */
form fieldset.center_box_join_zdi {
	width: 540px;
	border: 1px solid #cdcdcd;
	margin: 10px 0 0 9px;
        float: left; }

form fieldset.center_box_join_zdi{ width: 500px; }

form fieldset.center_box_join_zdi legend{
	font-size: 12px;
	font-weight: bold;
	color: #000000; }

.single_post form fieldset.center_box_join_zdi .field,
.single_post form fieldset.center_box_join_zdi .field_big{
	font: normal 10px Verdana;
	color: #000;
	width: 495px;
	margin-bottom: 6px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #cdcdcd; }

*html .single_post form fieldset.center_box_join_zdi .field,
*html .single_post form fieldset.center_box_join_zdi .field_text,
*html .single_post form fieldset.center_box_join_zdi .field_big {
	margin: 0 0 5px 5px;
	width: 485px; }

.single_post form fieldset.center_box_join_zdi .field_text {
	clear: both;
	font: normal 10px Verdana;
	color: #8c8c8c;
	width: 495px;
	text-align: left;
	margin: 0 0 0 2px; }

.single_post form fieldset.center_box_join_zdi .field_text {
	clear: both;
	font: normal 10px Verdana;
	color: #8c8c8c;
	width: 495px;
	text-align: left;
	margin: 0 0 0 2px; }

.single_post form fieldset.center_box_join_zdi input.text {
	border: 1px solid #ccc;
	font-size: 10px;
	padding: 2px;
	float: left;
	margin-left: 10px; }

.single_post form fieldset.center_box_join_zdi .field h5,
.single_post form fieldset.center_box_join_zdi .field_big h5 {
	margin: 0 0 5px 0;
	padding: 2px;
	float: left;
	width: 100px;
	font: normal 11px Verdana, sans-serif;
	color: #000;
	text-align: left;
}

*html .single_post form fieldset.center_box_join_zdi .field h5,
*html .single_post form fieldset.center_box_join_zdi .field_big h5 { margin: 0 0 5px 0; }

.single_post form fieldset.center_box_join_zdi .normal  { width: 370px; }
*html .single_post form fieldset.center_box_join_zdi .normal  { width: 360px; }

.single_post form fieldset.center_box_join_zdi textarea {
	border: 1px solid #ccc;
	height: 70px;
	width: 375px;
	margin: -2px 0 0 10px; }

*html .single_post form fieldset.center_box_join_zdi textarea {
	width: 360px;
	margin: 0 0 0 10px; }

.thread form fieldset.center_box_join_zdi textarea {
	height: 70px;
	width: 475px;
	margin: -2px 0 0 10px; }

.single_post form fieldset.center_box_join_zdi .button_position,
.thread form fieldset.center_box_join_zdi .button_position {
	text-align: center;
	margin: 10px 0 0 0; }

.single_post form fieldset.center_box_join_zdi h3 {
	margin: 5px 0 5px 0;
	padding: 1px 0 1px 5px;
	background-color: #CCC;
	font-size: 12px; }

*html .single_post form fieldset.center_box_join_zdi h3 { margin: 5px; }

.single_post form fieldset.center_box_join_zdi h3 a:link,
.single_post form fieldset.center_box_join_zdi h3 a:visited,
.single_post form fieldset.center_box_join_zdi h3 a:hover { color: #000; }

.single_post form fieldset.center_box_join_zdi .field { height: 15px; }

.single_post form fieldset.center_box_join_zdi .field_big,
.thread form fieldset.center_box_join_zdi .field_big { height: 70px; }
form fieldset.center_box_join_zdi {
	width: 540px;
	border: 1px solid #cdcdcd;
	margin: 10px 0 0 0; }


#advance_search_options { margin: 10px 0 0 5px; }

form fieldset.center_box_join_zdi legend {
	font-size: 12px;
	font-weight: bold;
	color: #000; }

*html form fieldset.center_box_join_zdi legend { margin: 0 0 10px 0; }

form fieldset.center_box_join_zdi .field_text {
	clear: both;
	font: normal 10px Verdana;
	color: #8c8c8c;
	width: 520px;
	text-align: left;
	margin: 0 0 0 2px; }

#advance_search_options .field {
	font: normal 10px Verdana;
	color: #000;
	width: 520px;
	margin-bottom: 6px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #cdcdcd; }

#advance_search_options .field_text {
	clear: both;
	font: normal 10px Verdana;
	color: #8c8c8c;
	width: 500px;
	text-align: left;
	margin: 0 0 0 2px; }

form fieldset.center_box_join_zdi input.text {
	border: 1px solid #ccc;
	font-size: 10px;
	padding: 2px;
	float: left;
	margin-left: 10px; }

form fieldset.center_box_join_zdi textarea {
	border: 1px solid #ccc;
	height: 90px;
	width: 370px;
	margin: -1px 0 0 10px; }

*html form fieldset.center_box_join_zdi textarea { width: 365px; }

form fieldset.center_box_join_zdi select {
	border: 1px solid #ccc;
	font-size: 11px;
	margin: 0 0 0 10px; }

form fieldset.center_box_join_zdi .normal_search  {
	width: 280px;
	margin: 5px 0 5px 0; }

*html form fieldset.center_box_join_zdi .normal_search  { margin: 5px 0 20px 0; }

form fieldset.center_box_join_zdi .longer  { width: 365px; }
form fieldset.center_box_join_zdi .register_longer  { width: 350px; }
form fieldset.center_box_join_zdi .normal  { width: 130px; }
#advance_search_options .longer  { width: 345px; }

form fieldset.center_box_join_zdi .center {
	font-size: 10px;
	padding: 2px;
	float: left;
	margin-left: 10px;
	width: 190px;
	text-align: left;
	overflow: hidden; }

form fieldset.center_box_join_zdi .left {
	width: 230px;
	float: right;
	margin: 5px 0 5px 0; }

form fieldset.center_box_join_zdi .button_position {
	text-align: center;
	margin: 10px 0 0 0; }

form fieldset.center_box_join_zdi .field,
form fieldset.center_box_join_zdi .field_medium,
form fieldset.center_box_join_zdi .field_big,
form fieldset.center_box_join_zdi .register_field_medium
form fieldset.center_box_join_zdi .field_bigger, .event_field_medium, .event_field, .event_field_big {
	font: normal 10px Verdana;
	color: #000;
	width: 540px;
	margin-bottom: 6px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #cdcdcd; }
form fieldset.center_box_join_zdi .register_field_medium {width:520px;} 
form fieldset.center_box_join_zdi .field, .event_field { height: 15px; }

form fieldset.center_box_join_zdi .field_medium, .event_field_medium { height: 30px; }

form fieldset.center_box_join_zdi .field_big, .event_field_big { height: 45px; }

form fieldset.center_box_join_zdi .field_bigger { height: 90px; }

form fieldset.center_box_join_zdi .field h4,
form fieldset.center_box_join_zdi .field_medium h4,
form fieldset.center_box_join_zdi .field_big h4,
form fieldset.center_box_join_zdi .field_bigger h4 {
	margin: 0 0 5px 0;
	padding: 2px;
	float: left;
	width: 150px;
	font: normal 11px Verdana, sans-serif;
	color: #000;
	text-align: left; }

form fieldset.center_box_join_zdi .field h5 {
	margin: 0 0 5px 0;
	padding: 2px;
	float: left;
	width: 100px;
	font: normal 11px Verdana, sans-serif;
	color: #000;
	text-align: left; }

#left_blank_col{
        float: left;
        margin-top: 5px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 5px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 20px;
        padding-left: 5px;
        width: 200px;
        height:10px;
}
.padding_left_5px {
  padding-left:5px;
}
.blog_description h1 {
        text-transform:none;
	text-align:justify;  }
.blog_description_perm {
        width:440px; }
.blog_description_perm h1 {
        text-transform:none;
	text-align:justify;  }
.hiden {
display:none; }

#message_body .field_big h4,
#message_body .field_medium h4 {
  width:60px;
}
#message_body .field_big select {
   width:150px;
   float:left;
   margin:0px;
   padding:0px;
   height:45px;
}
#message_body .field_medium .text {
  float:left;
  margin:0px;
}
#message_body {
  width:750px;
}
#message_body .field_medium,
#message_body .field_bigger{
  width:100%;
}
#message_body .field_medium input,
#message_body .field_bigger textarea{
  width:90%;
}
#header{
  background-color:#fff; }

.editmainpage form select.access{ width:145px;}
.leave_comment,
#report_abuse_div {
  float:left;
  width:100%;
}
.leave_comment form,
#report_abuse_div form {
  margin:0 auto;
  padding:0;
  width:600px;
}
.search_button_position
{
  float:left;
  width:100%;
  text-align:center;
}
/**
* Styles added for the Acteva Links module on top of left gutter for the widgets links
*/
.acteva_link_tabs ul {
  padding: 0;
  margin: 0 0 10px 0;
  background: url(images/bg_tabbed_image_list.jpg);
  background-repeat: repeat-x;
  height: 17px;
  float: left;
  width: 100%;
  font-size: 9px;
  border-left: 1px solid #CCCCCC; }

*html .acteva_link_tabs ul { margin: 0 0 0 0; }

*+html .acteva_link_tabs ul { margin: -3px 0 0 0; }

.acteva_link_tabs ul li { display: inline; }

.acteva_link_tabs ul li a {
  padding: 2px 4px 3px 4px;
  text-decoration: none;
  float: left;
  border-right: 1px solid #B6B6B6;
  border-left: 1px solid #DDDDDC; }

.acteva_link_tabs ul li a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none; }

*+html .acteva_link_tabs ul li a:hover {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }

.acteva_link_tabs li.active a {
  background: url(images/bg_navbar_filters_active.jpg);
  background-repeat: repeat-x;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  height: 13px; }
}
.prev_next {
  font-size: 11px;
  padding-top: 10px;
  margin: 10px 0 20px 0;
  clear: both;
  text-align: center;
}
.prev_next a:link,
.prev_next a:visited {
  padding: 2px 6px;
  border:  1px solid #3b5997;
  background: #fff;
  text-decoration: none;
}

.prev_next a:hover {
  color: #fff;
  background: #3b5997;
  border:solid 1px #3b5997;
  text-decoration: none;
}
.prev_next .selected {
  padding: 2px 6px;
  font-weight: bold;
  font-size: 11px;
  vertical-align: top;
  background: #3b5997;
  color: #fff;
  border: solid 1px #3b5997;
}

/*added by CKJ on 24 Jan, 2008*/
#buttonbar a {
  padding: 6px 2px 10px 2px;
}
#message_col_b #buttonbar li select {
  width:110px;
}
#buttonbar ul {
  _margin: 0 0 0 5px;
}
*html #message_col_b {
  margin: 15px 5px 10px 0;
}
#message_col_a {
  width: 160px;
  float: left;
  margin: 16px 0 10px 10px;
  _margin: 16px 0 10px 5px;
  border-right: 1px solid #9B9B9B;
}
#message_col_b table {
  width: 775px;
}
*html #message_col_b table {
  width: 773px;
}
#mod_featured_network {
  width: 198px;
}
.wide_content .group_list td {
  padding: 10px 0 10px 5px; 
}
#mod_video_tour {
  width: 198px;
}
.featured_org {
  height:auto; 
  position:relative; 
  top:0px; 
  left:-20px;
}
*html .featured_org {
  height:auto; 
  position:relative; 
  left:5px;
}
*+html .featured_org {
  height:auto; 
  position:relative; 
  left:5px;
}
#col_d {
  margin: 0 0 0 21px;
  _margin: 0 0 0 10px;
  width: 972px;
  float:left;
  _position:relative;
  min-height: 800px;
  max-height: auto; 
}
*+html #col_d #display_message, *html #col_d #display_message {
  position: relative;
  margin-left: 108px;
}
*html #display_message {
  position:relative;
  width: 400px;
  text-align: center;
  top:50px;
  left:0;
  margin-left:180px;
  float:left;
}
.blog, .events, .reviews, .peopleshowcase, .video, .audio, .image, .groupshowcase {
  width: 525px;
  margin: 5px 5px 0 5px;
}
#peopleaggregator_networks {
  background-color: #3b5997;
  text-transform: capitalize;
}
#peopleaggregator_networks h1 {/**/
  text-transform: none;
}
.featured_event_body {
  max-height:420px;
  overflow-y:auto;
  overflow-x:hidden;
}
#box_login {
  height:100px;
}
.title_box div.banner {/* added by chanderkant on 25 Mar 2008 */
  float:left;
  width:470px;
/*   height:140px;  top:-13px; */
  overflow:hidden;
  display:block;
  position:relative;
  padding-top:5px;
}
*html .title_box div.banner {
  float:left;
  width:470px;
  height:140px;
  overflow:hidden;
  display:block;
  position:relative;
  top:0px;
}
*+html .title_box div.banner{/* added by chanderkant on 25 Mar 2008 */
  float:left;
  width:470px;
  height:140px;
  overflow:hidden;
  display:block;
  position:relative;
  top:0px;
}

.title_box h2 {/* added by chanderkant on 25 Mar 2008 */
  width:400px;
  float:left;
  padding:15px 0 0 0;
  margin:0;
  color:#000;
  font-size:16px;
}

#box_login .box_left {
  /*background-color: #fff;*/
}
.box_left ul li a,
.box_left ul li a.active {
  border-bottom: 1px solid #fff;
}
.box_left ul li a {
  height:auto;
}

.box_left strong {
  float:left; 
  width:165px; 
  margin-top:14px;
  text-align:right;
}
*html .box_left strong {
  width:190px; 
}
*+html .box_left strong {
  width:190px; 
}
.box_left ul li span {
  margin: -25px 0 0 90px;
}
*html .box_left ul li span {
  margin: -28px 0 0 90px;
}
*+html .box_left ul li span {
  margin: -28px 0 0 90px;
}
.full_width { 
  width:100%;
}
.itimes_profile_container .approve_link{
  width:128px;
  float:left;
  padding:10px 0 10px 0;
  color:#3b5997;
  text-align:center;
}
.itimes_profile_container .approve_link span{
  text-align:center;
}
.what_cool_module h1.h1_class {
  cursor: pointer;
  cursor: hand;
  color: #000;
  width: 100%;
  margin:0px;
  padding: 2px 0px;
  margin: 0 0 0 0;
  font-family: verdana;
  text-indent: 10px;
  font-size: 12px;
/*  background-image: url(images/main_module_header.gif); */
        background-color:#dbdbdb;
  background-repeat: no-repeat;
        background-image: transperent;
}

.module {   /*****/
  background-image: none;
  text-align:left;
	}
.module-border{
	border: 1px solid #CCCCCC;
	}

.module_about {
  margin-bottom: 10px;
  background-image: url(images/bg_module.gif);
  background-repeat: repeat-y;
  border: 1px solid #D5D5D5;
  overflow: hidden;
  text-align:left;
}

.module_about h1 {
  cursor: pointer;
  color: #000;
  padding: 2px 2px 2px 7px;
  margin: 0 0 0 0;
  font-family: verdana;
  font-size: 11px;
  /*background: url(images/bg_top_module.png);*/
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  _background-image: none;
  text-transform: uppercase;  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_top_module.png'); */
}/*changed*/


#ablum-view {
	float:left;
	width:100%;
	padding-top:10px;
}
#ablum-view p.paging {
	float:left;
	width:100%;
	border-bottom:solid 1px #dddee0;
	padding-bottom:3px;
  margin-left:20px;
}
#ablum-view p.paging span {
  margin-left:10px;
}
#ablum-view p.paging i {
	float:right;
	width:160px;
	font-style:normal;
}
#ablum-view p.paging i em {
	float:right;
	font-style:normal;
	color:#4170a8;
	padding:0 3px;
}
#ablum-view p.paging i em span.selected {
	font-style:normal;
	font-weight:bold;
	border-bottom:solid 1px #4170a8;
	padding-bottom:2px;
}
#ablum-view p.paging i em a:link,
#ablum-view p.paging i em a:visited,
#ablum-view p.paging i em a:active {
	color:#4170a8;
	text-decoration:none;
}
#ablum-view p.paging i em a:hover {
	color:#4170a8;
	text-decoration:none;
	border-bottom:solid 1px #4170a8;
	padding-bottom:2px;
}
#ablum-view div.album-view {
	float:left;
	width:100%;
	padding-top:20px;
	border:1px solid #DDDEE0;
  margin-left:20px;
}
#ablum-view div.album-view ul {
	float:left;
	width:100%;
	margin:0;
	padding:0 0 20px;
	display:inline;
}
#ablum-view div.album-view ul li {
	float:left;
	width:128px;
	padding:0 12px;
	margin:0;
	list-style:none;
}
#ablum-view div.album-view ul li del {
	float:left;
	width:100%;
}
#ablum-view div.album-view ul li del img {
	border:solid 1px #ccc;
	padding:3px;
}
#ablum-view div.album-view ul li b {
	float:left;
	width:100%;
	color:#82a1b6;
}
#ablum-view div.album-view ul li a {
	cursor: pointer;
	cursor: hand;
}
#ablum-view div.album-view ul li span {
	float:left;
	width:100%;
	color:#ccc;
}
#ablum-view div.album-view ul li span a:link,
#ablum-view div.album-view ul li span a:visited,
#ablum-view div.album-view ul li span a:active {
	color:#4c567a;
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
}
#ablum-view div.album-view ul li span a:hover {
	color:#4c567a;
	text-decoration:underline;
	cursor: pointer;
	cursor: hand;
}
#ablum-view div.album-view ul li span i {
	font-style:normal;
	color:#244661;
}
.picture-share {
	float:left;
	width:100%;
}
.picture-share h6 {
	float:right;
	width:100%;
	border-bottom:solid 1px #ccc;
	margin:0;
	padding:0 0 10px;
}
.picture-share h6 b {
	float:right;
	width:73%;
	color:#000;
	font-weight:bold;
	font-size:18px;
}
.picture-share h6 strong {
	float:right;
	width:73%;
	font-size:12px;
	font-weight:normal;
}
.picture-share div {
	float:right;
	width:98%;
	padding-bottom:10px;
}
.picture-share del {
	float:left;
	width:70px;
}
.picture-share em {
	float:left;
	width:120px;
	text-align:right;
	font-style:normal;
	color:#b3b2ad;
}
.picture-share em b {
	float:left;
	width:100%;
}
.picture-share a:link,
.picture-share a:visited,
.picture-share a:active {
	color:#4854a0;
	text-decoration:none;
}
.picture-share em b a:hover {
	color:#4854a0;
	text-decoration:underline;
}
.picture-share p {
	float:right;
	width:550px;
	margin:0;
	padding:0 0 5px;
	color:#24231e;
	border-bottom:solid 1px #ccc;
}
.picture-share i,
.picture-share span,
.picture-share dfn {
	float:left;
	width:100%;
	font-style:normal;
}
.picture-share span {
	padding:3px 0;
}
.picture-share p big {
	float:left;
	width:100%;
	font-size:11px;
	font-weight:bold;
	color:#76726f;
	padding-top:5px;
}
.picture-share p small {
	float:left;
	padding-top:5px;
	width:100%;
	font-size:11px;
}
.picture-share p small textarea {
	width:70%;
	height:80px;
}
.picture-share p a:hover {
	text-decoration:underline;
}
input.send {
	background:#3a599a;
	color:#fff;
	padding:2px 5px;
	margin-right:10px;
	border:outset 1px #3a599a;
	cursor:pointer;
        cursor: hand;
}
input.inbox {
	background:#f2f0f1;
	color:#000;
	border:outset 1px #f2f0f1;
	padding:2px 5px;
        cursor: hand;
	cursor:pointer;
}
.share-link-popup {
	position:absolute;
	width:300px;
	background:#fff;
	border:solid 5px #888;
	z-index:100;
	top:740px;
	left:530px;
}
.share-link-popup-parent {
	float:left;
	width:100%;
	background:#fff;
	border:solid 1px #555;
}
.share-link-popup h2 {
	float:left;
	width:290px;
	background:#6e84b5;
	color:#fff;
	font-size:12px;
	border-bottom:solid 1px #555;
	padding:5px;
	margin:0;
}
.share-link-popup span,
.share-link-popup strong {
	float:left;
	width:290px;
	background:#fff;
	color:#fff;
	font-size:12px;
	border-bottom:solid 1px #cdcdcd;
	padding:10px 5px;
	margin:0;
}
.share-link-popup b {
	float:left;
	color:#000;
	width:100%;
}
.share-link-popup em {
	float:left;
	font-style:normal;
	width:100%;
	padding-top:5px;
}
.share-link-popup em input {
	border:solid 1px #c5c6ca;
	color:#969dad;
	width:270px;
}
.share-link-popup strong {
	background:#f2f2f2;
	font-weight:normal;
	float:right;
	text-align:right;
}
.popup_buble {
	background-image:url(images/shrtcut_post.gif);

}


#calc-pop {
	position: absolute;
	z-index:100;
	width:393px;
        height:60px;
}
.calc-pop-top {
	float:left;
	width:293px;
	height:15px;
	background:url(images/pop-top.gif) no-repeat;
}
.calc-pop-middle {
	float:left;
	width:293px;
	background:url(images/pop-middle1.gif) repeat-y;
}
.pop-heading,
.pop-content {
	float:left;
	width:273px;
	padding:0 10px;
}
.pop-heading b {
	float:left;
	color:#234ab3;
        text-decoration: underline;
        cursor:pointer;
        cursor:hand;
}

.pop-heading del {
	float:right;
}
.pop-content div {
	float:left;
	width:100%;
	border-bottom:solid 1px #39517d;
	padding-bottom:5px;
}
.pop-content span {
	float:left;
	width:100%;
	color:#000;
	padding-top:3px;
}
.pop-content a:link,
.pop-content a:visited,
.pop-content a:active {
	color:#30428e;
	text-decoration:underline;
}
.pop-content a:hover {
	color:#30428e;
	text-decoration:none;
}
.pop-content p {
	float:left;
	width:100%;
	color:#000;
	padding:5px 0;
	margin:0;
}
.pop-content em {
	float:left;
	padding-right:10px;
	font-style:normal;
	padding-top:10px;
}


/*Styles added for the Email Log module*/
.email_module {
  width:578px;
  float:left;
  margin:0;
  padding:0;
}
.email_content,
.email_content p {
  width:100%;
  float:left;
  margin:0;
  padding:0;
}
.email_content p {
  padding:3px 0 3px 0;
  border-bottom:solid 1px #aaa;
  font-size:12px;
}
.email_content p.heads {
  font-weight:bold;
  border:none;
  font-size:13px;
}
.email_content p span {
  float:left;
  margin:0;
  padding:0;
}
.email_content p span.email {
  width:148px;
  padding:0 20px 0 10px;
}
.email_content p span.subject {
  width:265px;
  padding:0 20px 0 10px;
}
#diplay_org_color {
  height:15px;
  width:15px;
  margin-left:10px;
}
.boxbody {
  position:relative;
  top:-1px;
  border:solid #bbb;
  width:146px;
  float:left;
  border-width:2px;
  margin-left:10px;
/*  padding-bottom:20px;*/
}
.boxbody ul,.boxbody li{
  margin:0;
  padding:0;
  list-style:none;
}
.calcolor{
  float:left;
  width:146px;
}
.calcolor ul{
  float:left;
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  display:inline;
}
.calcolor ul li {
  float:left;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:1px;
  list-style:none;
}
.calcolor li a {
  float:left;
  display:block;
  width:13px;
  height:13px;
  border:1px solid #fff;
  text-decoration:none;
}

.calcolor li a:hover{
  border-color:#000;
}
.user_edit_profile{
  float:left;
  margin-left:10px;
}
.event_cal_display a{
  color: #3b5997;
}
#reminder_block, #user_add_event_id, #user_delete_event_id {
  background-color: #c3d9fe;
}
.event_field_medium h4, .event_field h4, .event_field_bigger h4, .event_field_big h4 {
	margin: 0 0 5px 0;
	padding: 2px;
	float: left;
	width: 120px;
	font: normal 11px Verdana, sans-serif;
	color: #000;
	text-align: left; }
.event_field_bigger {
  height:75px;
}
*html .event_field_bigger, *+html .event_field_bigger {
  height:60px;
}
#social_graph_id {
/*   background:#FF9900; */
  color: #000;
  border: 1px solid #3B5997;
}
.title_box h2.punch-line b {/* added by shilpi as on 10th july 2009 */
/*   width:870px; */
  float:left;
  margin:0;
  font-size:34px;
  padding:0 0 5px;
  color:#000000;
}
.title_box h2.punch-line {/* added by shilpi as on 10th july 2009 */
/*   width:870px; */
  float:left;
  padding:15px 0 0 0;
  margin:0;
  font-size:26px;
  font-weight:normal;
}
ul#second_tier_navbar li span.secondnavcal{font-weight:normal; text-align:left; float:left;}
ul#second_tier_navbar li span.secondnavcal1{font-weight:bold;color:#fff; text-align:left; float:left;}
 /* Grey Button */
.image_btn {
  float: left;
  padding: 0 10px 0 0;
}
.image_btn code,
.image_btn tt {
  float: left;
  width: 14px;
  height: 23px;
  background: url(images/grey_left.gif) no-repeat;
}
.image_btn code {
  background: url(images/grey_right.gif) no-repeat;
}
.image_btn span {
  float: left;
  background: url(images/grey_rep.gif) repeat-x;
  height: 23px;
}
.image_btn span b {
  float: left;
  padding: 4px 0 0;
  font-size: 12px;
  font-family: Arial;
}
.media_msg a.name_link{
  color:#3B5997;
  font-weight : bold;
}
.wide_content fieldset.comment_box {
float : none;
border : 1px solid #3B5997;
margin:5px 0 0 10px;
padding-left:0;
}
.wide_content fieldset.comment_box legend {
color:#3B5997;
}
.tabmember_module .tabmember_container  {
border:1px solid #3B5997;
}
.tabmember_module .tabmember_navmenu li a {
padding:4px 10px;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
background:#98acd5;
text-decoration:none;
}
.tabmember_module .tabmember_navmenu li a:hover,
.tabmember_module .tabmember_navmenu li a.active {
background:#3B5997;
text-decoration:none;
}
.blog {
  margin-left:5px;
}
.new_reply_icon {
  background:#3B5997;
}
.topics_table h1 a, .thread h1 { color: #3B5997;}
.forum_new {
color:#FFFFFF;
background:#3a599a;
padding:0 2px;
}
.zdegree-community-calender, .month-calc-middle-bg, .calc-left-middle, .calc-left-top, .calc-left-bottom, .month-calc-top-bg, .month-calc-bottom-bg, #featured_event_list {
  background-color:#EAA500;
  font-family: Lucida Sans Unicode,Lucida Grande;
}
.zdegree-community-calender-content ul li i a {
 color:#327699; 
}
.zdegree-community-calender-content ul li {
  border-color:#EAA500;
}
h1.news_header {
font-size:11px;
background-color:#327699;
color:#FFFFFF;
cursor:pointer;
font-family:verdana;
margin:0;
padding:2px 3px 2px 7px;
text-align:left;
width:100%;
height:15px;
}
h1.news_header span.search_link {
font-size:10px;
float:right;
font-weight:normal;
letter-spacing:-1px;
padding-right:5px;
}
.files_list_desc {
  color:#EAA500;
}