*{
  margin: 0px;
  padding: 0px;
}
/*html{
    background-image: url(../images/repeat_bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}*/
body{
    /*background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;*/
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size:13px;
    line-height: 20px;
    color: #9e9e9e;
	background-color: #ffffff;
    /*background-position: center top;*/
}
a{
	color: #79a846;
	text-decoration:none;
}
a:hover{
	color: #79a846;
	text-decoration:underline;
}
hr {
	background-color: #dcdcdc;
	border: 0 none;
	clear: both;
	height: 2px;
	margin: 20px 0;
}

b, strong {
	font-family: "Lucida Grande Bold", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight: 400;
}

#right_sidebar hr {
	background-color: #b5cd9a;
    border: 0 none;
    clear: both;
    height: 1px;
    margin: 20px 0;
}

/* Added by NL site wide cleanfix */
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	font-size:0;
	}
.clearfix {display:inline-block;}
* html .clearfix {height:1px;}
.clearfix {display:block;}
/* End of Added by NL site wide cleanfix */

.content-wrap {padding:0 30px 0 0;}
.text-right {text-align:right;}

/**********************************HEADER START**************************************/
#header_container{
	width:100%
	height: 154px;
	background-color:#FFFFFF;
}
#header{
	height: 154px;
	width: 995px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right:25px;
	background-color:#FFFFFF;
}
#header .logo{
	margin-top:40px;
	float:left;
}
#header .social_media_welcome{
	float: right;
	margin-top:30px;
	margin-bottom: 23px;
	height:23px;
	width: 675px;
	line-height: 23px;
	padding-right: 25px;
	position:relative;
	font-size: 15px;
}
div.submenu_main
{
	background: #fff;
	position: absolute;
	top: 22px;
	z-index: 100;
	display: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 1px 5px #888888;
	padding: 10px;
	width: 155px;
}
div.submenu_main ul{
	list-style:none;
	margin: 0px;
	padding:0px;
}
div.submenu_main ul li {
	border-bottom: 2px solid #ebebeb;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
	width: 155px;
	font-size: 13px;
}
div.submenu_main ul li:last-child{
	border-bottom: none;
}
div.submenu_main ul li a{
	width: 155px;
	color: #464646;
	display: block;
}
div.submenu_main ul li a:hover{
	width: 155px;
	color: #79a846;
	display: block;
}
/**********************************NAVIGATION/MENU END**************************************/
/**********************************NAVIGATION/MENU START**************************************/
.navigation{
	float: right;
	width:700px;
	position:relative;
}
.navigation ul{
	list-style:none;
	float: right;
}
.navigation ul li{
	float:left;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:18px;
	color: #36402c;
	margin-right: 20px;
}
.navigation ul li a{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #36402c;
	text-decoration: none;
}
.navigation ul li:hover a,
.navigation ul li:hover a.current, 
.navigation ul li:hover a.homeselected, 
.navigation ul li:hover a.serviceselected, 
.navigation ul li:hover a.communityselected, 
.navigation ul li:hover a.toolsselected, 
.navigation ul li:hover a.aboutselected, 
.navigation ul li:hover a.membershipselected,
.navigation ul li a:hover,
.navigation ul li a:hover.current, 
.navigation ul li a:hover.homeselected, 
.navigation ul li a:hover.serviceselected, 
.navigation ul li a:hover.communityselected, 
.navigation ul li a:hover.toolsselected, 
.navigation ul li a:hover.aboutselected, 
.navigation ul li a:hover.membershipselected{
	color: #FFF;
	background-color: #79a846;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	border-top: none;
	border-bottom: none;
}
.navigation ul li a.current, 
.navigation ul li a.homeselected, 
.navigation ul li a.serviceselected, 
.navigation ul li a.communityselected, 
.navigation ul li a.toolsselected, 
.navigation ul li a.aboutselected, 
.navigation ul li a.membershipselected{
	color: #79a846;	
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #79a846;
	border-bottom-color: #79a846;	
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.navigation ul li ul {
        /* Modified by Yogaraj, For localization project*/
	z-index: 99999999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 238px;
	background-color: #FFF;
	box-shadow: 0px 1px 8px #888888;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 25px;
}
.navigation ul li ul li{
	float:left;
	width:218px;
	font-size: 13px;
	border-bottom: 2px solid #ebebeb;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right: 10px;
	margin-left: 10px;
}
.navigation ul li ul li:last-child{
	border-bottom: none;
}
.navigation ul li:hover ul li a, .navigation ul li ul li a{
	color: #464646;
	width:218px;
	display:block;
	background: none;
}
.navigation ul li:hover ul li a:hover, .navigation ul li ul li a:hover{
	color: #79a846;
	background: none;
	width:218px;
	display:block
}
.navigation ul li:hover ul{
	left:auto;
}
.navigation ul li:hover{
	position:static;
}

/**********************************NAVIGATION/MENU END**************************************/
#middle_wrapper{
	width: 970px;
	min-height: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f0efef;
	box-shadow: 0px 4px 5px #888888;
	color: #666;
	background-image: url(../images/footer_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 25px;
	/* Commented by Imran for task no. 505 of Sw Feature Bunldes */
    /*overflow: hidden;*/
    /* Commented by Imran for task no. 505 of Sw Feature Bunldes */
}
#middle_wrapper_home{
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f0efef;
	box-shadow: 0px 4px 5px #888888;
	color: #666;
	background-image: url(../images/footer_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 25px;
	overflow: hidden;
}
#content{
	float:left;
}
.full_width{
	width: 970px;
}
.two_column{
	width:750px;
}
.two_column_expanded{
	width:740px;
}
.three_column{
	width:520px;
}
.browntxt{
	color: #a2341b;
}
.bluetxt{
	color: #1b7b94;
}
.redtxt{
	color: #F00;
}
.greytxt{
    color: #9e9e9e;	
}
.greentxt{
    color: #79a846;
}
h1{
	font-size: 18px;
	color: #464646;
	margin-bottom: 18px;
	font-weight: normal;
	margin-top: 5px;
}
h2{
	font-size: 16px;
	color: #464646;
	margin-bottom: 12px;
	font-weight: normal;
	margin-top: 5px;
}
h3, h4, h5, h6{
	font-size: 14px;
	color: #464646;
	margin-bottom: 12px;
	font-weight: normal;
	margin-top: 5px;
}
p{
	margin-top: 5px;
	margin-bottom: 10px;
}
#content ul, #right_sidebar ul, #left_sidebar ul{
	margin-top: 5px;
	margin-bottom: 10px;
	list-style: none;
}
#content ul li, #left_sidebar ul li{
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 14px;
}

#right_sidebar ul li{
	background-image: url(../images/sidebar_bullet.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 14px;
}

/* Added by Prakash Pa for 1008 - Registration Task Starts */
.two_column_registration{
    width:750px;
    margin-left: 10px;
}
.two_column_registration_expanded{
    width:740px;
}
#left_registration_sidebar{
    float: left;
    margin-right: 5px;
    width:205px;
}
#content ul, #right_sidebar ul, #left_registration_sidebar ul{
    margin-top: 5px;
    margin-bottom: 10px;
    list-style: none;
}
#content ul li, #left_registration_sidebar ul li{
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 14px;
}

#page_footer_registration{
    float: right;
    width: 770px;
    margin-top: 20px;
    background-color: #E4E4E4;
    padding: 10px 0px 10px 0px;
}
#page_heading_registration{
    float: left;
    width: 970px;
    margin-bottom: 20px;
    background-color: #E4E4E4;
    padding: 10px 0px 0px 0px;
}
#page_heading_registration h1{
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 22px;
    color: #4e4e4e;
    font-weight: normal;
    margin: 3px;
    padding: 0px;
    margin-left: 10px;
}
#page_heading_login{
    float: left;
    width: 970px;
    margin-bottom: 20px;
    /* background-color: #E4E4E4; */
    padding: 10px 0px 0px 0px;
}
#page_heading_login h1{
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 22px;
    color: #4e4e4e;
    font-weight: normal;
    margin: 3px;
    padding: 0px;
    margin-left: 10px;
    margin-bottom: 15px;
}
.joinus{float:left;width:200px;}
.login_head{float:left;width:200px;}
.registration_steps{width: 75%;float:left;margin-left: 15px;}
.registration_steps label{float: left;}
.separator{
    margin-right: 9px;
    float: left;
    background: url(../images/registration/separator.png) no-repeat;
    height: 48px;
    width: 27px;
    background-size: 27px;
    margin-top: -10px;
}
.registration_steps .active{
    margin-right: 35px;
    color:#79A846;
}
.registration_steps .one{
    background: url(../images/registration/one.png) no-repeat;
    background-size: 24px;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.registration_steps .one_active{
    background: url(../images/registration/one_active.png) no-repeat;
    background-size: 24px;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.registration_steps .two{
    background: url(../images/registration/two.png) no-repeat;
    background-size: 24px;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.registration_steps .two_active{
    background: url(../images/registration/two_active.png) no-repeat;
    background-size: 24px;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.registration_steps .three{
    background: url(../images/registration/three.png) no-repeat;
    background-size: 24px;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.registration_steps .three_active{
    background: url(../images/registration/three_active.png) no-repeat;
    background-size: 24px;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.registration_steps .four{
    background: url(../images/registration/four.png) no-repeat;
    background-size: 24px;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.registration_steps .four_active{
    background: url(../images/registration/four_active.png) no-repeat;
    background-size: 24px;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.warning{
    background: #FFE375;
    /*    -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;*/
    /*    margin: 0 0 15px 0;*/
    padding: 6px;
    /*    width: 90%;*/
    text-align: center;
}
#facebookLogin {float:left;width:45%;}
#wpLogin {
    float:left;
    width:55%;
    /*    height: 750px;*/
    /*    overflow: auto;*/
}
#wpLoginStep2 {
    float:left;
    width:100%;
    margin-left:10px;
    /*    height: 750px;*/
    /*    overflow: auto;*/
}
#userType ul li{
    font-size: 11px;
    background-image: none;
    padding: 0px;
    margin: 0px;
    width: 33.333%;
    float: left;
    margin-bottom: 10px;
}
#areaInterests ul li{
    font-size: 11px;
    background-image: none;
    padding: 0px;
    margin: 0px;
    /*    width: 33.333%;*/
    float: left;
    margin-bottom: 10px;
}
#affiliations ul li{
    font-size: 11px;
    background-image: none;
    padding: 0px;
    margin: 0px;
    width: 33.333%;
    float: left;
    margin-bottom: 10px;
}
#otheruserType ul li{
    font-size: 11px;
    background-image: none;
    padding: 0px;
    margin: 0px;
    width: 33.333%;
    float: left;
    margin-bottom: 10px;
}
#details ul li{
    font-size: 11px;
    background-image: none;
    padding: 0px;
    margin: 15px 0px 0px 0px;
}
#aboutyou ul li{
    font-size: 11px;
    background-image: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}
.help{
    background-image: url(../images/registration/help.png);
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    height: 24px;
    padding-left: 15px;
    margin-top: 13px;
}
.optional{font-size:11px;}
.welcomesection{
    width: 33.33%;
    float: left;
}
.welcomesection_2{
    width: 33.33%;
    float: left;
}
.left-icon{
    float: left;
    margin-right: 5px;
}
.left-icon img{
    width: 75px;
    height: 75px;
}
.right-content{margin-left: 90px;margin-right: 10px;}

#welcome-content .left-bar{
    float:left;
    width: 96%;
}

#welcome-content .left-bar .box{
    float:left;
    width: 96%;
    margin-top: 5px;
    margin-bottom: 50px;
    margin-left: 25px;
}
.second_head{text-decoration:underline; font-size:13px;float: left;}

.description_welcome {
    /*    font-family: "Museo Slab 500", Arial, Helvetica, sans-serif, "Trebuchet MS";*/
    font-size:14px;
    line-height:22px;
    color: #464646;
}

.right-content description_welcome a {text-decoration:none; font-size:13px;color:#79A846;}
.right-content description_welcome a:hover {text-decoration:none; font-size:13px;color:#79A846;}

/*.welcomesection_2 a {text-decoration:none; font-size:13px;float: left;color:#79A846;}
.welcomesection a:hover {text-decoration:none; font-size:13px;float: left;color:#79A846;}*/
#left_content_login{float:left; width: 35%;margin-left: 10%;}
#right_content_login{float:left; width: 35%;margin-right: 10%;}
img.captcha{height:40px;}
.btn-facebook{
    background: url(../images/registration/fb_button.png) no-repeat;
    background-size: 207px;
    display: block;
    float: left;
    width: 207px;
    height: 40px;
    margin-right: 5px;
}
.toggle_category{
    cursor: pointer; 
    float: left;  
    height: 39px; 
    margin-left: 20px; 
    margin-top: 10px;
    text-align:center; 
    border: 2px solid #e8e8e8; 
    border-radius: 5px; 
    background-color: rgb(255, 255, 255); 
    padding: 15px 5px 0px 5px;
}
#middle_wrapper_registration{
    font-family: "Open Sans";
    width: 1040px;
    font-weight: 400;
    color: #555;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}
ul#crumbs_reg{
    width: 1040px;
    float: left;
    background-color: #F0EFEF;
    padding: 15px;
    margin-bottom: 0px;
}
ul#crumbs_reg li{
    float: left;
    list-style-type: none;
    color: #90928d;
    background-image: none;
}
ul#crumbs_reg li.current{
    color: #79a846;
}
ul#crumbs_reg li a {
    color: #90928d;
    text-decoration: none;
    background-image: url(../images/breadcrumb_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 15px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 0;
}	
ul#crumbs_reg li a:hover{
    text-decoration: none;
    color: #79a846;
}
#content ul#crumbs_reg li{
    padding-left: 0px;
}
/* Added by Prakash Pa for 1008 - Registration Task Ends */

#sd_info {
    float: left;
    width: 960px;
    border: 1px solid #e6db55;
    background-color: #ffffe0;
    color: #333;
    margin-bottom: 15px;
    padding: 10px 0px 10px 10px;
}

ol{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#content blockquote{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 5px solid #e7e7e7;
	border-right: 5px solid #e7e7e7;
}
#content table{
	margin-bottom:10px;
}
#content table td{
	vertical-align:top;
	padding:4px;
	margin:4px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#right_sidebar{
	float: right;
	margin-left: 25px;
	width:195px;
}
#left_sidebar{
	float: left;
	margin-right: 25px;
	width:205px;
    /* Added By Hemakumar for Task 512 */
    word-wrap: break-word;
    white-space:-moz-pre-wrap!important;
    white-space: -o-pre-wrap;
    white-space: -pre-wrap;
    word-break:keep-all;
}
.sidebar_block_heading{
	width: 175px;
	float:left;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	font-size: 16px;
	color: #FFF;
	background-color: #79a846;
	padding: 10px;
}
.sidebar_block{
	width: 175px;
	float:left;
	margin-top:10px;
	margin-bottom:15px;
	padding-left:10px;
	padding-right:10px;
}
.buzzing_topics{
	color: #6e6e6e;
	font-size: 14px;
	font-weight:normal; 
}
.buzzing_topics a{
	color: #79a846;
	text-decoration: none;
	
}
.buzzing_topics a:hover{
	color: #6e6e6e;
	text-decoration: none;
}
.buzzing_topics .all_topics a{
	color: #464646;
        font-size: 12px;
/*        float: right;*/
	text-decoration: none;
	
}
.buzzing_topics .all_topics a:hover{
	color: #79a846;
        font-size: 12px;
/*        float: right;*/
	text-decoration: none;
}
.events_homewidget{
	color: #6e6e6e;
	font-size: 10px;
	font-weight:normal; 
}
.events_homewidget a{
        color: #6e6e6e;
        font-size: 12px;
/*        float: right;*/
        text-decoration: none;
	
}
.events_homewidget a:hover{
	color: #79a846;
	text-decoration: none;
}

.event{
    word-break: break-word;
    float: right;
    width: 118px;
}

.allevent a{
    color: #464646;
    font-size: 12px;
    word-break: break-word;
    float: right;
    width: 118px;
}

.allevent a:hover{
    color: #79a846;
}

.when{
    float: right;
    font-size: 10px;
	color: #464646;
}
.sidebar_block_interactive{
	margin-bottom:15px;
	width: 175px;
	background-color: #dde6d2;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px;
	float:left;
	color: #464646;
}
.sidebar_block_interactive li#black-studio-tinymce-2{
	list-style: none;
}
.buzzing_content p{
	font-size: 14px;
}
#page_heading{
	float: left;
	width: 970px;
	margin-bottom: 20px;	
}
#page_heading h1{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 22px;
	color: #4e4e4e;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#conversations_heading{
	float:left;
	width:750px;
}
#conversations_heading .heading{
	float: left;
    margin-bottom: 20px;
}
#conversations_heading .heading h1{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 22px;
	color: #4e4e4e;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#conversations_heading .conv_tabs{
	float:right;
	margin-top:5px;
}
#conversations_heading .conv_tabs ul{
	list-style: none;
}
#conversations_heading .conv_tabs ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-image: none;
	border-right: 2px solid #dad8d9;
}
#conversations_heading .conv_tabs ul li:last-child{
	padding-right: 0px;
	border-right: none;
}
#conversations_heading .conv_tabs ul li a{
	color: #a5a3a4;
	text-decoration:none;
}
#conversations_heading .conv_tabs ul li a:hover, #conversations_heading .conv_tabs ul li.selected a{
	color: #6c9b50;
	text-decoration:none;
}
/**********************************BREADCRUMBS START**************************************/
ul#crumbs{
	width:970px;
	float:left;
	margin-bottom: 18px;
	margin-left: 0px;
	padding-left: 0px;
}
ul#crumbs li{
	float: left;
	list-style-type: none;
	color: #90928d;
	background-image: none;
}
ul#crumbs li.current{
	color: #79a846;
}
ul#crumbs li a {
	color: #90928d;
	text-decoration: none;
	background-image: url(../images/breadcrumb_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 15px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
}	
ul#crumbs li a:hover{
	text-decoration: none;
	color: #79a846;
}
#content ul#crumbs li{
	padding-left: 0px;
}
/**********************************BREADCRUMBS END**************************************/
/**********************************FOOTER START**************************************/
#footer{
	float:left;
	width:100%;
	min-width: 1020px;
	height:142px;
	background-color:#e2e2e2;
	background-image: url(../images/footer_shadow.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#footer .footer_container{
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height:142px;
	line-height:142px;
	font-size: 12px;
	padding-right: 25px;
	padding-left: 25px;
	color: #737373;
	text-align: center;
}
/* Added by Imran for Visitor's Homepage Redesign */
#footer ul{
    list-style-type: none;
}
#footer ul li{
    display: inline-block;
    margin-right: 1.25em;
}
/* Ended by Imran for Visitor's Homepage Redesign */
#footer .footer_container a{
	color: #737373;
	text-decoration:none;
}
#footer .footer_container a:hover{
	color: #79a846;
	text-decoration:none;
}
/**********************************FOOTER END**************************************/
/**********************************GENERAL STARTS**************************************/
.padleft{
	padding-left: 15px;
}
.border_left{
	border-left: 1px solid #e1e1e1;
}
label.error {
	display: block;
	background: #ffd2d2;
	padding: 0 10px;
}
#content ul#interests{
    margin-top:15px;
    float:left;
    width:325px;
}
#content ul#interests li{
	float:left;
	width: 100%;
	margin-right:10px;
	background-image: none;
	padding-left:0px;
}
/*
Added By Yogaraj for task no:180
Making dropdown with checkboxes
*/
#topic_container{
	float:left;
	width:100%;
	position:relative;
	margin-bottom: 10px;
}
#topic {
	color: #7a7c78;
	height:46px;
	font-size: 15px;
	line-height: 46px;
	background-color: #e7e7e7;
	padding-left: 20px;
	cursor: pointer;
	padding-right: 20px;
	float:left;
}
#desc{
	display:none;
	width:500px;
	height: 235px;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	z-index: 1;
	background-color:#dadada;
	padding: 10px;
	top: 46px;
}
#topic1 {
	color: #7a7c78;
	height:46px;
	font-size: 15px;
	line-height: 46px;
	background-color: #e7e7e7;
	padding-left: 20px;
	cursor: pointer;
	padding-right: 20px;
	float:left;
}
#desc1{
	display:none;
	width:500px;
	height: 235px;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	z-index: 1;
	background-color:#dadada;
	padding: 10px;
}
#content ul#activity-stream li ul#topic-list li, ul#topic-list li{
    background-image: none;
    padding-left:0px;
}
/* Added By Hemakumar for Task 228 */

#topic_events {
    color: #9C2A15;
    height:46px;
    font-size: 13px;
    line-height: 46px;
    background-color: #ffffff;
    padding-left: 20px;
    cursor: pointer;
    padding-right: 20px;
    width: 360px;
}
#desc_events{
    display:none;
    width:378px;
    height: 235px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    z-index: 1;
    background-color:#ffffff;
    padding: 10px;
    color: #7a7c78;
    border:2px solid #DADADA;
}
.ubpfeditor-toolbar{
	display:none;
}
span.defaultSkin table.mceLayout tbody tr.mceLast td.mceStatusbar {
    display: none !important;
}
/**********************************GENERAL END**************************************/
/**********************************INSURANCE STARTS**************************************/
#insurance-green-top-bar{
	float: left;
	border-top: 2px solid #6f9a2c;
	width: 750px;
	margin-bottom:2px;
	margin-top:10px;
}
#insurance-green-middle-con{
	float: left;
	width: 730px;
	background-color: #7fab38;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px;
}
#insurance-green-middle-con p{
	color: #FFFFFF;
}
#insurance-green-bottom-bar{
	float: left;
	border-bottom: 2px solid #6f9a2c;
	width: 750px;
	margin-top:2px;
	margin-bottom: 10px;
	
}
#insurance-brown-top-bar{
	float: left;
	border-top: 2px solid #b24327;
	width: 750px;
	margin-bottom:2px;
}
#insurance-brown-middle-con{
	float: left;
	width: 730px;
	background-color: #a15c33;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px;
}
#insurance-brown-middle-con p{
	color: #FFFFFF;
}
#insurance-brown-bottom-bar{
	float: left;
	border-bottom: 2px solid #b24327;
	width: 750px;
	margin-top:2px;
	margin-bottom: 10px;
}
/**********************************INSURANCE END**************************************/
/**********************************ERROR/SUCCESS MESSAGE STARTS**************************************/
div#message p {
	border: 1px solid #e1ca82;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
	margin-top: 3px;
	text-decoration: none;
	background: #ffeaa6;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .5)), color-stop(100%,rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}
div#message {
	margin: 0 0 15px;
}
#message.info {
	margin-bottom: 0;
}
div#message.updated {
	clear: both;
}
div#message p {
	font-size: 12px;
	display: block;
	padding: 10px 15px;
}
div#message.error p {
	background-color: #db1717;
	border-color: #a71a1a;
	clear: left;
	color: #fff;
}
div#message.updated p {
	background-color: #8ff57a;
	border-color: #80cf70;
	color: #1a6a00;
}
/**********************************ERROR/SUCCESS MESSAGE END**************************************/
/**********************************CONTENT BLOCK STARTS**************************************/
#content_block{
	background-color: #FFF;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 700px;
	padding: 25px;
	margin-bottom: 30px;
	box-shadow: 0px 1px 5px #888888;
	overflow:hidden;
}
.description {
	font-family: "Museo Slab 500", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:14px;
	line-height:22px;
	color: #464646;
}
.shadow_seperator{
	margin-top: -5px;
	margin-bottom: 10px;
}
.seperator{
	width:100%;
	float:left;
	padding-bottom:2px;
	margin-bottom: 10px;
	border-bottom: 2px solid #ebebeb;
}
.posted_in{
	font-size: 12px;
	margin-top: -10px;
}
/**********************************CONTENT BLOCK END**************************************/
/**********************************INPUTS STARTS**************************************/
.inputform input[type="text"]{
	background-color: #FFF;
	height: 29px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	border: none;
	box-shadow: 0px 1px 5px #D6D6D6;
	margin-top: 6px;
}
/**********************************INPUTS END**************************************/
/**********************************TOOLKITS STARTS**************************************/
.bundles{
	float: left;
	width: 750px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#content ul.cats {
	float: left;
	margin-left: 30px;
	width:300px;
}
#content  ul.cats li{
	float: left;
	list-style-type: none;	
	width:300px;
	background-image: url(../images/green-bullet.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}
#content .resources ul{
	margin-top:-11px;
	padding-top: 0px;
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
}
#content .resources ul li{
	padding-left:0px;
	background-image: none;
}
/**********************************TOOLKITS ENDS**************************************/
/**********************************POLLS START**************************************/
#polls input[type="radio"]{
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}
#polls p{
	width: 175px;
	float: left;
}
#polls label{
	float: left;
	width: 155px;
}
#polls strong, #polls b {
	font-weight: 500;
}
/**********************************POLLS END**************************************/
/**********************************OVERVIEW PAGES STARTS**************************************/
#overview_blocks{
	width: 750px;
	margin-bottom: 30px;
	float:left;
	overflow: hidden;
	margin-top: 15px;
	padding: 10px;
}
.overview_box{
	float: left;
	width: 210px;
	margin-right: 11px;
	margin-bottom: 10px;
	padding: 10px;
	box-shadow: 0px 1px 5px #888888;
	background-color: #FFF;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.overview_box img.block_thumb{
	border: 4px solid #FFF;
	box-shadow: 0px 1px 5px #888888;
	padding: 0px;
}
.overview_box .details{
	float: right;
	margin-left: -5px;
	width:130px;
	height: 170px;
	position: relative;
}
.overview_box h1{
	font-size: 15px;
	color: #8db465;
	margin-bottom: 10px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight: normal;
}
.overview_box p{
	margin-top: 0px;
}

/**********************************OVERVIEW PAGES ENDS**************************************/
/**********************************CUSTOM LIGHTBOX STARTS**************************************/
#members_blocks{
	width: 750px;
	margin-bottom: 30px;
	float:left;
	overflow: hidden;
}
#lightboxoverlay{
	position: fixed;
	z-index: 9999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.8;
	display: none;
	background-color: #333;
}
#lightbox{
	position:fixed;
	background-color: #FFF;
	z-index:9999;
	border: 5px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow:  3px 3px 5px 1px rgba(0, 0, 0, .3);
	box-shadow:  3px 3px 5px 1px rgba(0, 0, 0, .3);
	display:none;
	top: 40%;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 400px;
}
/* Added by Imran for task no. 10 of Source Directory Launch */
#lightbox_coupons{
    position:fixed;
    background-color: #FFF;
    z-index:9999;
    border: 5px solid #999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow:  3px 3px 5px 1px rgba(0, 0, 0, .3);
    box-shadow:  3px 3px 5px 1px rgba(0, 0, 0, .3);
    display:none;
    top: 30%;
    left: 20%;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    width: 760px;
}
/* Ended by Imran for task no. 10 of Source Directory Launch */
/**********************************CUSTOM LIGHTBOX ENDS**************************************/
/**********************************MEMBERS & FEATURED FARMERS STARTS**************************************/
#community_member{
	float: left;
	margin-right: 20px;
	width: 210px;
	height:125px;
	margin-left: 10px;
	margin-top: 15px;
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}
#community_member .farmer_avatar{
	float:left;
	width: 60px;
}
#community_member .farmer_avatar img{
	border: 4px solid #FFF;
	box-shadow: 0px 1px 5px #888888;
}
#community_member .farmer_details{
	float:left;
	width:130px;
	margin-left: 10px;
}
#community_member .farmer_details h1{
	font-size:15px;
	color: #8db465;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#community_member .farmer_details p{
	font-size: 13px;
	color: #505a46;
	margin-top: 0px;
	padding-top: 0px;
}
a.friendship-button, a.add, a.remove {
	background-image: url(../images/add_friend_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
span.cancel_friendship{
	padding-left: 25px;
	margin-bottom: -20px;
	cursor:pointer;
	background-image: url(../images/red_tick.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.members-search{
	background-color: #e7e7e7;
	padding: 10px;
	float: left;
	width: 175px;
	margin-bottom: 10px;	
}
.members-search h1{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight: normal;
	font-size:15px;
	color: #464646;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.members-search input[type="text"]{
	width:165px;
	background-color: #FFF;
	border:none;
	line-height: 29px;
	color: #333;
	height: 29px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	margin-bottom: 10px;
}
.nominate_farmer{
	background-color: #dde6d2;
	padding: 10px;
	float: left;
	width: 175px;
	margin-bottom: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}
/**********************************MEMBERS & FEATURED FARMERS ENDS**************************************/
/**********************************PAGINATION STARTS**************************************/
.pagination{
	background-color: #e2e2e2;
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 44px;
	width: 700px;
	border-radius: 10px;	
}
.pagination-links{
	float:right;
	margin-right:10px;
	margin-top: 12px;

}
.pagination a.page-numbers, .pagination span.page-numbers{
	color: #7a7c78;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight: normal;
	border: none;
	background: none;
	font-size: 13px;
}
.pagination a:hover.page-numbers{
	border: none;
	background: none;
	font-size: 13px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight: normal;
	color: #79a846;	
}
.pagination span.page-numbers.current{
	font-size: 13px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight: bold;
	color: #7a7c78;
}
.pag-count{
	font-size: 13px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #7a7c78;
	float:left;
	margin-left:10px;
	margin-top: 12px;
}
/**********************************PAGINATION ENDS**************************************/
/**********************************VIDEOS STARTS**************************************/
#videos_title_bar{
	float:left;
	width:970px;
	border-bottom: 1px solid #666;
	padding-bottom:5px;
	margin-bottom:10px;
}
#videos_title_bar .section_title{
	float:left;
	width:580px;
	font-size:22px;
	font-family:"Museo Slab 500", Arial, Helvetica, sans-serif, "Trebuchet MS";
	color:#000;
}
#videos_title_bar .section_pagination{
	float:right;
	width:350px;
	height:20px;
	vertical-align:middle;
	text-align:right
}
#videos_title_bar .section_pagination ul{
	list-style-type: none;
}
#videos_title_bar .section_pagination ul li{
	margin-right:6px;
	height:20px;
	display:inline;
	list-style-type: none;
	float:right;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
#videos_title_bar .section_pagination ul li input[type="text"]{
	border: 1px solid #99999c;
	font-size: 13px;
	height:15px;
	width:30px;
	text-align:center;
	vertical-align:middle;
}
.section_content{
	float:left;
	width:970px;
	margin-bottom:10px;
	margin-top:5px;
}
.section_content .content_item{
	width:144px;
	margin-right:85px;
	float:left;
}
.section_content .content_item .last{
	margin-right:0px;
}
.section_content .content_item .video_item{
	width:144px;
	margin-bottom:8px;
}
.section_content .content_item .video_desc{
	width:144px;
	margin-bottom:8px;
}
/**********************************VIDEOS ENDS**************************************/
/**********************************IMAGE STARTS**************************************/
img.centered,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #FFF;
	box-shadow: 0px 1px 5px #888888;
}
img.alignright {
	display: inline;
	margin: 0 0 2px 15px;
	float:right;
	border: 4px solid #FFF;
	box-shadow: 0px 1px 5px #888888;
}
img.alignleft {
	display: inline;
	margin: 0 15px 2px 0;
	float:left;
	border: 4px solid #FFF;
	box-shadow: 0px 1px 5px #888888;
}
img.bordered{
	border: 4px solid #FFF;
	box-shadow: 0px 1px 5px #888888;
}
.wp-caption {
	background-color: #FFF;
	border: 4px solid #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 15px;
	text-align: center;
	box-shadow: 0px 1px 5px #888888;
	padding-top: 2px;
	padding-bottom: 2px;
}
.wp-caption img {
	border: 0 none;
	margin: 0px;
	padding: 0px;
}
dd.wp-caption p.wp-caption-text,
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 5px 0px 5px 0px;
}
/**********************************IMAGE ENDS**************************************/
/**********************************FORM ELEMENTS**************************************/
input[type="text"], input[type="password"]{
	background-color: #FFF;
	border:none;
	line-height: 29px;
	color: #333;
	height: 29px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	margin-bottom: 10px;
}
textarea{
	background-color: #FFF;
	border:none;
	color: #333;
	height: 150px;
    padding-left: 10px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	margin-bottom: 10px;
	font-size: 13px;
        /* Modified by Yogaraj, SD changes*/
    padding-top: 10px;
}
input[type="submit"], input[type="reset"], input[type="button"]{
	line-height: 35px;
	background-color: #FFF;
	height: 35px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 13px;
	color: #6c9b50;
	border-radius: 8px;
	box-shadow: 0px 1px 5px #888888;
	border: none;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}
select{
	background-color: #FFF;
	color: #333;
	height: 29px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	margin-bottom: 10px;
	border:none;
}
.standard-form label, .standard-form span.label
{
	display: block;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #9c2a15;
}
#content .standard-form .error {
	background: #e41717;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 6px;
	width: 90%;
}
/**********************************IMAGE STARTS**************************************/
/**********************************RAFFLE PAGE STARTS**************************************/
.brown_content{
	float: left;
	width:950px;
	padding:10px;
	background-color:#8b603e;
	border-radius: 6px;
	font-size: 18px;
	color: #FFF;
	font-family:"Museo Slab 500", Arial, Helvetica, sans-serif, "Trebuchet MS";
	line-height: 24px;
	margin-bottom:10px;
	font-weight: normal;
}
/**********************************RAFFLE PAGE STARTS**************************************/
/**********************************NOT LOGGED IN HOME STARTS**************************************/
#top_container{
	float: left;
	width: 970px;
	margin-bottom: 10px;
}
#content_blocks{
    float: left;
    width: 970px;
    padding-bottom: 20px;
    position:relative;
	/* Modified by Imran for Visitor's Homepage Redesign */
    /*margin-top: 10px;*/
	margin-top: 110px;
	/* Modified by Imran for Visitor's Homepage Redesign */
    margin-bottom:10px;
}
#home_video{
    float: left;
    height: 360px;
    width: 629px;
	/* Commented by Imran for Visitor's Homepage Design */
    /* box-shadow: 0px 1px 5px #888888; */
	/* Commented by Imran for Visitor's Homepage Design */
    background-color: #FFF;
    padding: 5px;
	/* Commented by Imran for Visitor's Homepage Design */
    /*border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
	/* Commented by Imran for Visitor's Homepage Design */
    /* Added by Imran for task no. 389 of Bug & Feature Tracker */
    overflow: hidden;
    position:relative;
}
#home_video iframe{
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#slides {
 position:absolute;
 z-index:100;
}

.slides_container {
 width:629px;
 height: 360px;
 overflow:hidden;
 position:relative;
}

.slides_container a {
 width:629px;
 height: 360px;
 display:block;
}

.slides_container a img {
 display:block;
 
}
#signup_login_buttons{
	background-color: #dde6d2;
	float: right;
	height: 65px;
	width: 315px;
	border-radius: 10px;
	padding-top: 15px;
	margin-bottom: 10px;
}
#most_recent_data{
	float: right;
	width: 315px;
	height: 200px;
}
#most_recent_data .title{
	float:left;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	font-size: 16px;
	color: #FFF;
	background-color: #79a846;
	padding: 10px;
	width: 295px;
}
#most_recent_data .content{
	float:left;
	padding: 10px;
	width: 295px;
}

#most_recent_data .content li.widget{
	list-style-type: none;
}
#most_recent_data .content .textwidget p{
	color: #505a46;
}
#most_recent_data .content .textwidget ul{
	list-style-type: none;
	margin-top: -10px;
}
#most_recent_data .content .textwidget ul li{
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e1e1e1;
}
/*#most_recent_data .content .textwidget ul li a{
	color: #505a46;
	text-decoration: none;
}
#most_recent_data .content .textwidget ul li a:hover{
	color: #79a846;
	text-decoration: none;
}*/
.home_block, .home-activty{
	float: right;
	width: 315px;
}
.home_block .title, .home-activity .title{
	/* Modified by Imran for Visitor's Homepage Redesign */
    /*float:left;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    font-size: 16px;
    color: #FFF;
    background-color: #ef562a;
    padding: 10px;
    width: 295px;*/
	float:left;
    font-size: 16px;
    color: #FFF;
    padding: 20px 0px;
    width: 295px;
    text-align: center;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
	/* Modified by Imran for Visitor's Homepage Redesign */
}
.home_block .title a, .home_block .title a:hover,
.home-activity .title a, .home-activity .title a:hover{
	/* Modified by Imran for Visitor's Homepage Redesign */
    /*color: #FFF;
    text-decoration: none;*/
	font-family: 'Roboto Slab', serif;
    color: #b0410a;
    text-decoration: none;
    font-size: 24px;
	/* Modified by Imran for Visitor's Homepage Redesign */
}
.home_block .content, .home-activity .content{
	float:left;
	padding: 10px;
	width: 295px;
}
.home_block .content p, .home-activity .content p{
	color: #505a46;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e1e1e1;
}
.home_block .content a{
	color: #505a46;
	text-decoration: none;
}
.home_block .content a:hover{
	color: #79a846;
	text-decoration: none;
}
.home-activity-content{
	float:left;
	margin-top:5px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	color: #505a46;
	border-bottom: 1px solid #e1e1e1;
	width: 295px;
}
.activity-avatar img{
	border: 4px solid #FFF;
	box-shadow: 0px 1px 5px #888888;
	margin-right:0px;
}
/**********************************NOT LOGGED IN HOME ENDS**************************************/
/*--------------------------- STAR RATING STARTS ---------------------------*/
.rating_div{
    width: 120px;
    height: 45px;
    float:left;
    position:absolute;
    right:0px;
    top:5px;
}
.star-rating, #content .star-rating, #right_sidebar .star-rating{
    list-style:none;
    padding:0px;
    width: 70px;
    height: 14px;
    position: relative;
    background: url(../images/alt_star2.png) top left repeat-x;	
    float:left;	
    padding:0px;
    margin:0px;
}
.star-rating li, #content .star-rating li, #right_sidebar .star-rating li{
    padding:0px;
    margin:0px;
    /**/
    float: left;
    /* */
}
.star-rating li a, #content .star-rating li a, #right_sidebar .star-rating li a{
    display:block;
    width:14px;
    height: 14px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
    margin:0px;
}
.star-rating li a:hover, #content .star-rating li a:hover, #right_sidebar .star-rating li a:hover{
    z-index: 2;
    left: 0px;
    background-image: url(../images/alt_star2.png);
    background-position: left bottom;
    padding:0px;
    margin:0px;
}
.star-rating a:focus,
.star-rating a:active
#content .star-rating a:focus,
#content .star-rating a:active,
#right_sidebar .star-rating a:focus,
#right_sidebar .star-rating a:active{
    border:0;	
    -moz-outline-style: none;
    outline: none; 
    padding:0px;
    margin:0px;
}
.star-rating a.one-star, #content .star-rating a.one-star, #right_sidebar .star-rating a.one-star{
    left: 0px;
    top: 0px;
    padding:0px;
    margin:0px;
}
.star-rating a.one-star:hover, #content .star-rating a.one-star:hover, #right_sidebar .star-rating a.one-star:hover{
    width:14px;
    padding:0px;
    margin:0px;
}
.star-rating a.two-stars, #content .star-rating a.two-stars, #right_sidebar .star-rating a.two-stars{
    left:14px;
    top: 0px;
    padding:0px;
    margin:0px;
}
.star-rating a.two-stars:hover, #content .star-rating a.two-stars:hover, #right_sidebar .star-rating a.two-stars:hover{
    width: 28px;
    padding:0px;
    margin:0px;
}
.star-rating a.three-stars, #content .star-rating a.three-stars, #right_sidebar .star-rating a.three-stars{
    left: 28px;
    top: 0px;
    padding:0px;
    margin:0px;
}
.star-rating a.three-stars:hover, #content .star-rating a.three-stars:hover, #right_sidebar .star-rating a.three-stars:hover{
    width: 42px;
    padding:0px;
    margin:0px;
}
.star-rating a.four-stars, #content .star-rating a.four-stars, #right_sidebar .star-rating a.four-stars{
    left: 42px;
    top: 0px;
    padding:0px;
    margin:0px;
}	
.star-rating a.four-stars:hover, #content .star-rating a.four-stars:hover, #right_sidebar .star-rating a.four-stars:hover{
    width: 56px;
    padding:0px;
    margin:0px;
}
.star-rating a.five-stars, #content .star-rating a.five-stars, #right_sidebar .star-rating a.five-stars{
    left: 56px;
    top: 0px;
    padding:0px;
    margin:0px;
}
.star-rating a.five-stars:hover, #content .star-rating a.five-stars:hover,  #right_sidebar .star-rating a.five-stars:hover{
    width: 70px;
    padding:0px;
    margin:0px;
}
.star-rating a.five-stars:hover, #content .star-rating a.five-stars:hover, #right_sidebar .star-rating a.five-stars:hover{
    width: 70x;
    padding:0px;
    margin:0px;
}
.star-rating li.current-rating, #content .star-rating li.current-rating, #right_sidebar .star-rating li.current-rating{
    background: url(../images/alt_star2.png) left bottom;
    position: absolute;
    height: 14px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
    padding:0px;
    margin:0px;
}
.star-rating li.average-rating, #content .star-rating li.average-rating, #right_sidebar .star-rating li.average-rating{
    background: url(../images/alt_star2.png) left center;
    position: absolute;
    height: 14px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
    padding:0px;
    margin:0px;
}
#current-rating-result, #content #current-rating-result, #right_sidebar #current-rating-result{
    width:45px;
    float: right;
    font-size: 11px;
    color: #666;	
    margin-left: 5px;	
    height:14px;
    line-height:14px;
    text-align:center;
}
#current-rating-thanks, #content #current-rating-thanks, #right_sidebar #current-rating-thanks{
    width: 115px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    margin-top:0px;
    font-weight: bold;
    padding-left:5px;
    display:none;
}
#review-link{
    position:absolute;
    top:15px;
    right:150px;
    z-index:9999;
}
/*--------------------------- STAR RATING ENDS ---------------------------*/
/*--------------------------- SERVICES DIRECTORY CUSTOM PAGES STARTS---------------------------*/ 
#sd_custom_header{
    float: left;
    width:970px;
    position: relative;
    margin-bottom:20px;
}
#sd_custom_header .logo{
    float: left;
    width: 100px;
    margin-right: 8px;
}
#sd_custom_header .title{
    float: left;
    width: 650px;
}
#sd_custom_header .title .categories{
    margin: 0px;
    padding:0px;
    color: #464646;
}
#sd_custom_header .title h1{
    font-size: 20px;
    color: #ae3824;
    font-weight: normal;
    padding: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.review_links{
    margin-left:-42px;
    /* Modified by Yogaraj, Task: 365 S/w feature bundles */
    /*width:180px;*/
    width:200px;
}
#company_logo{
    float: left;
    text-align:center;
    margin-bottom:10px;
    width:205px;	
}
.subtypes{
    width: 720px;
    margin-left: 20px;
}
.another{
    font-size: 18px;
    color: #2a79be;
    height: 25px;
    padding-left: 30px;
    background-image: url(../images/show_hide.png);
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor:pointer;
}
.congratulations{
    width: 800px;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}
.congratulations .company_logo{
    width: 100px;
    float:left;
    margin-right:10px;
}
#print_coupon{
    display: none;
}
.congratulations .company_name{
    width: 680px;
    float:left;
    margin-top: 10px;
    font-size: 20px;
    font-weight:normal;
}
.congratulations .other_info{
    width: 800px;
    float:left;
    position:relative;
    margin-top:15px;
    margin-bottom:15px;
}
.congratulations .blocks{
    width: 800px;
    float:left;
    position:relative;
}
.blocks .item-block{
    width: 230px;
    margin-left:14px;
    background-color: #FFF;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 1px 5px #888888;
    overflow:hidden;
    padding:10px;
    float: left;
    height: 120px;
}
.blocks .item_title{
    width: 230px;
    float:left;
    position:relative;
    margin-bottom:10px;
}
.blocks .item_title .item_icon{
    float:left;
    width:30px;
    height:30px;
    margin-right: 10px;
    line-height:30px;
}
.blocks .item_title .item_link{
    float:left;
    width: 190px;
    line-height:30px;
    height:30px;
}
.reps{
    float:left;
    width: 970px;
    position:relative;
    margin-bottom: 10px;
}
.reps .rep_item{
    float: left;
    width:30%; /* Mofidied by Prakash Pa fo Task Id: 495 in Bug & Feature Tracker */
    margin-right:20px;
    position: relative;
    padding-bottom: 10px;
}
.reps .rep_item .rep_det_with_photo{
    float: left;
    width:100px; /* Mofidied by Prakash Pa fo Task Id: 495 in Bug & Feature Tracker */
}
.reps .rep_item .rep_det_with_photo .rep_photo{
    float: left;
    width:80px;
    margin-bottom:5px;
    text-align:left;
    position:relative;
}
.reps .rep_item .rep_det_with_photo .rep_photo img{
    border: 4px solid #FFF;
    box-shadow: 0px 1px 5px #888888;
}
.reps .rep_item .rep_det_with_photo .rep_det{
    float: left;
    width:100px;
    margin-left: 20px;
    padding-top: 0px;
}
#admin_tools{
    width: 948px;
    float:left;
    position:relative;
    margin-bottom: 10px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #7eb339;
    border-bottom-color: #7eb339;
    border-left-color: #7eb339;
    padding: 10px;
    margin-top:-20px;
}
.promoted{
    background-image: url(../images/services_directory/promoted_check.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 26px;
    padding-left: 30px;
    line-height: 15px;
    margin-bottom: 5px;
}
#admin_tools .admin_block{
    float:left;
    width: 250px;
    margin-right:10px;
}

/* Added by Prakash Pa for media tab starts */

#add_vimeo_video .admin_block{
    float:left;
    width: 250px;
    margin-right:10px;
}
#add_youtube_video .admin_block{
    float:left;
    width: 250px;
    margin-right:10px;
}
#add_youtube_video{
    width: 948px;
float: left;
position: relative;
margin-bottom: 10px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #7eb339;
border-bottom-color: #7eb339;
border-left-color: #7eb339;
padding: 10px;
margin-top: -20px;
}

#add_vimeo_video {
    width: 948px;
float: left;
position: relative;
margin-bottom: 10px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #7eb339;
border-bottom-color: #7eb339;
border-left-color: #7eb339;
padding: 10px;
margin-top: -20px;
}

/* Added by Imran for task no. 30 of Source Directory Launch */
#add_media_image .admin_block{
    float:left;
    width: 250px;
    margin-right:10px;
}

#add_media_image {
    width: 948px;
float: left;
position: relative;
margin-bottom: 10px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #7eb339;
border-bottom-color: #7eb339;
border-left-color: #7eb339;
padding: 10px;
margin-top: -20px;
}
/* Ended by Imran for task no. 30 of Source Directory Launch */

/* Added by Prakash Pa for media tab ends */

.admin-show-button{
    float:right;
    font-size: 13px;
    color: #FFF;
    background-color: #79a846;
    padding: 3px;
    cursor: pointer;
    margin-bottom:10px;
    margin-top:-20px;
}
.admin-hide-button{
    font-size: 13px;
    color: #FFF;
    background-color: #79a846;
    padding: 3px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}
.reviews_title{
    float: left;
    width:750px;
    position:relative;
    height: 40px;
    background-color: #e7e7e7;
    margin-top:6px;
    margin-bottom: 20px;
}
.reviews_title .heading{
    float: left;
    margin-left: 6px;
    font-family:"Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 15px;
    margin-top:10px;
    color: #464646;
}
.reviews_title .sort{
    float: right;
    margin-right:6px;
    margin-top:5px;
    color: #464646;
    font-size:13px;
}
.review{
    float: left;
    width:750px;
    position:relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;	
}
.review .user_info{
    float: left;
    width: 210px;
    margin-right:10px;
    position:relative;
    padding-bottom:50px;
    margin-top: 3px;
}
.review .user_info .user-avatar{
    float: left;
    width:50px;
    height:50px;
    margin-right:20px;
}
.review .user_info .user-avatar img{
    border: 4px solid #FFF;
    box-shadow: 0px 1px 5px #888888;
}
.review .user_info .user-details{
    float: left;
    width:140px;
    position:relative;
}
.review .user_info .user_actions{
    position:absolute;
    bottom: 0px;
}
.review .review-top{
    float: right;
    width: 530px;
    height: 30px;
    margin-bottom:5px;
}
.review .review-top .date{
    float: left;
    font-size: 13px;	
    margin-top: 3px;
}
.review .review-top .review-like{
    float: right;
    margin-top: 3px;
}
.review .review-content{
    float: right;
    width: 530px;
    margin-bottom:5px;
}
.review .response-link{
    float: right;
    width: 530px;
    margin-bottom:5px;
    font-size: 13px;
    font-weight: bold;
}
.user_info{
    float: left;
    width: 175px;
    position:relative;
    margin-top:10px;
    margin-bottom:10px;
}

.user_info .user-avatar{
    float: left;
    width:50px;
    height:50px;
    margin-right:15px;
}
.user_info .user-avatar img{
    border: 4px solid #FFF;
    box-shadow: 0px 1px 5px #888888;
}
.user_info .user-details{
    float: left;
    width:110px;
    position:relative;
}
.featured_rating_div{
    width:175px;
    height:25px;
    float:left;
    margin-bottom:10px;
    position:relative;
}
.coupon_area{
    width: 730px;
    float:right;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 10px;
    position: relative;
    margin-bottom:10px;
    margin-top:15px;
}

.coupon_area .coupon_description{
    width: 280px;
    font-size:14px;
    float:left;
    margin-right: 10px;
}
.coupon_area .coupon{
    width: 440px;
    float:right;
    position:relative;
}
#coupon{
    width: 380px;
    float:left;
    border:3px solid #8e7864;
    background-color: #eee6d6;
    padding:20px;
    font-size:16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align:center;
    font-weight: bold;	
}
#coupon_image{
    width: 420px;
    float:left;
    text-align:center;
    min-height:60px;
}
#print_coupon{
    display: none;
}
.overview_left{
    float:left;
    width:200px;
    margin-right:20px;
    position: relative;
}
.overview_right{
    float:left;
    width:530px;
    position: relative;
    /* Added By Hemakumar for Task 427 */
    word-wrap: break-word;
    white-space:-moz-pre-wrap!important;
    white-space: -o-pre-wrap;
    white-space: -pre-wrap;
    word-break:keep-all;
}
.overview_video{
    float:left;
    width:530px;
    height:345px;
    margin-bottom:20px;
    position: relative;
}

.overview_image{
    float: left;
    margin-bottom: 20px;
    position: relative;
    clear: both;
    width: 530px;
}
.analytic_stats{
    width: 600px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    height: 80px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}
.analytic_stats .analytics_stats_block{
    float:left;
    border-right: 1px solid #dcdcdc;
    width: 199px;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    height: 64px;
    padding-top: 16px;
}
.analytic_stats_data{
    width: 600px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}
/* Added by Imran for task no. 10 of Source Directory Launch */
#sd_coupon_row{
	float: left;
	width: 970px;
	margin-bottom: 15px;
}
#sd_coupon_row .sd_coupon_content, #content .sd_coupon_content{
	float: left;
	width: 730px;
	background-color: #FFF;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 1px 5px #888888;
	padding: 10px;
	position: relative;
}
#sd_coupon_row .sd_coupon_content .coupon_description, #content .sd_coupon_content .coupon_description{
	float: left;
	width: 270px;
	padding-bottom:24px;
}
#sd_coupon_row .sd_coupon_content .small_coupon, #content .sd_coupon_content .small_coupon{
	float:right;
	width: 440px;
	height: 220px;
}
#sd_coupon_row .sd_coupon_content .large_coupon, #content .sd_coupon_content .large_coupon{
	float:right;
	width: 610px;
	height: 220px;
}
#sd_coupon_row .sd_coupon_tools{
	float: left;
	width: 200px;
	margin-left: 10px;
}
#sd_coupon_style{
	float: left;
	width: 970px;
	margin-bottom: 10px;
}
#sd_coupon_style .style_radios{
	float: left;
	width: 350px;
}
#sd_coupon_style .style_sample{
	float: left;
	width: 350px;
	margin-left: 25px;
}
#print_coupon_button{
	position: absolute;
	bottom: 10px;
	left: 10px;
}
/* Ended by Imran for task no. 10 of Source Directory Launch */
/*--------------------------- SERVICES DIRECTORY CUSTOM PAGES ENDS---------------------------*/ 

/*--------------------------- SERVICES DIRECTORY LISTING STARTS ---------------------------*/
#sd_filters{
    float: left;
    width: 970px;
    background-color: #e7e7e7;
    height: 50px;
    margin-bottom: 15px;
    color: #464646;
    position: relative;
}
#cross_icon{
    background-color: #a54129;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    color: #FFF;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
}
#sd_more_filters{
    float:left;
    margin-top: -15px;
    border-top: 2px solid #dadada;
    width: 950px;
    padding: 10px;
    background-color: #e7e7e7;
    margin-bottom: 15px;
}
#sd_apply_filters{
    float:left;
    padding-left: -10px;
    margin-left: -10px;
    border-top: 2px solid #dadada;
    width: 970px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
#reset_filters{
    position: absolute;
    right: 50px;
    top: 15px;
    font-size: 13px;
}
#sd_filters a, #sd_filters a:hover{
    color: #464646;
    text-decoration: none;
}
#sd_filters .service_categories{
    float: left;
    padding-right: 10px;
    border-right: 2px solid #dadada;
    margin-left: 15px;
    height: 37px;
    font-size: 15px;
    font-weight: normal;
    padding-top: 13px;
}
#sd_filters .service_filters{
    float: left;
    margin-left: 10px;
    height: 30px;
    padding-top: 15px;
}
/* Added By Hemakumar for ZIP Code Search */

#filter_dd_zip{
    display:none;
    width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    z-index: 99999;
    background-color:#dadada;
    padding: 10px;
}

#filter_dd{
    display:none;
    width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    z-index: 99999;
    background-color:#dadada;
    padding: 10px;
}
#filter_dd ul{
    list-style: none;
}
#filter_dd ul li{
    float: left;
    width: 280px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-left: 13px;
    background-image: none;
    padding-top: 0px;
    border-bottom: 1px solid #c3c7bf;
    color: #a2341b;
    font-size: 13px;
}
#filter_dd ul li:last-child{
    border-bottom: none;
}
#filter_dd ul li a{
    color: #a2341b;
    text-decoration: none;
}
#filter_dd ul li a:hover{
    color: #a2341b;
    text-decoration: underline;
}
ul#sd_filter_list{
    list-style: none;
}
ul#sd_filter_list li{ 
    float: left;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    background-image: none;
    padding-top: 0px;
    border-bottom: 1px solid #c3c7bf;
    color: #a2341b;
    font-size: 13px;
}
ul#sd_filter_list li:last-child{
    border-bottom: none;
}
#sd_count_sort{
    float: left;
    width: 750px;
    margin-bottom: 15px;
    color: #464646;
}
#sd_count_sort .count_label{
    font-size: 16px;
}
#sd_block{
    background-color: #FFF;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 750px;
    box-shadow: 0px 1px 5px #888888;
    /*overflow:hidden;*/
    position:relative;
    float: right;
    padding-bottom: 60px;
    margin-bottom:25px;
}
#sd_block .listing_title{
    float:left;
    padding-top:25px;
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 750px;
    margin-bottom: 15px;
    padding-bottom: 15px;	
}
.sponsored_bg{
    background-color: #9acdda;
    border-top-right-radius: 10px;
}
#sd_block .listing_title .sponsored_tag{
    float: left;
    width:700px;
    margin-bottom: 5px;
    margin-left:25px;
    margin-right:25px;
    font-weight: bold;
    color: #FFF;
}
#sd_block .listing_title .company_name{
    float:left;
    width: 580px;
    font-size: 16px;
    font-weight: normal;
    color: #464646;
    margin-left: 25px;
}
#sd_block .listing_title .company_info{
    float:right;
    font-size: 14px;
    font-weight: normal;
    color: #464646;
    width: 110px;
    margin-right: 25px;
}
#sd_block .listing_title a{
    color: #464646;
    text-decoration: none;
}
#sd_block .listing_title a:hover{
    color: #464646;
    text-decoration: underline;
}
#sd_block .listing_logo{
    width: 110px;
    margin-right: 10px;
    float:left;
    margin-left: 25px;
}
#sd_block .listing_logo img{
    border: 4px solid #FFF;
    box-shadow: 0px 1px 5px #888888;
}
#sd_block .listing_description_with_logo{
    width: 580px;
    float:left;
    line-height:22px;
    color: #464646;
    margin-right: 25px;
}
#sd_block .listing_description{
    width: 700px;
    float:left;
    line-height:22px;
    color: #464646;
    margin-right: 25px;
    margin-left: 25px;
}
#sd_block .listing_meta{
    width: 700px;
    float:left;
    margin-top:10px;
    padding-top:10px;
    border-top: 2px solid #ebebeb;
    color: #464646;
    margin-right: 25px;
    margin-left: 25px;
}
#sd-reviews-strip{
    width: 700px;
    padding-right: 25px;
    padding-left: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #f7f7f7;
    height: 49px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url(../images/conversation_shadow_reversed.png);
    background-repeat: no-repeat;
    background-position: center top;
}
/*--------------------------- SERVICES DIRECTORY LISTING ENDS---------------------------*/ 

/*--------------------------- FORMS CUSTOM PAGES STARTS ---------------------------*/ 
.form-wrap label{
    float: left;
    width: 125px;
    cursor: pointer;
    color: #a2341b;
    margin-top: 5px;
}
.form-wrap p {
    clear: both;
    overflow: hidden;
}
.form-wrap input[type='text']{
    float: left;
    width: 200px;
    margin-bottom:0px;
}
.form-wrap .large{
    width:500px;
}
.one-quarter{
    float:left;
    width:70%;
    margin-bottom:10px;
}
.one-third{
    float: left;
    width:30%;
    margin-bottom:10px;
}
.one-half{
    float: left;
    width:45%;
    margin-bottom:10px;
    margin-right:10px;
}
.checkbox-option{
    float: left;
    width: 100%;
    margin-bottom:10px;
}
.checkbox-option .checkbox{
    float: left;
    vertical-align:top;
    width:20px;
}
.checkbox-option .checkbox-label{
    float: left;
    vertical-align:top;
    width:80%;
}
.topic-checkbox{
    float: left;
    width: 100%;
    margin-bottom:10px;
    padding-bottom:10px;
}
.topic-checkbox .checkbox{
    float: left;
    margin-right:5px;
    vertical-align:top;
    width:20px;
}
.topic-checkbox .checkbox-label{
    float: left;
    vertical-align:top;
    width:80%;
    line-height: 14px;
}
.filter-checkbox{
    float: left;
    width: 100%;
}
.filter-checkbox .checkbox{
    float: left;
    vertical-align:top;
    width:20px;
    padding-top: 3px;
}
.filter-checkbox .checkbox-label{
    float: left;
    vertical-align:top;
    width:260px;
}

/*--------------------------- FORMS CUSTOM PAGES ENDS ---------------------------*/ 
/*--------------------------- TABS STARTS ---------------------------*/ 
.item-list-tabs{
	margin-bottom:20px;
	border-bottom: 3px solid #79a846;
}
.item-list-tabs ul{
	list-style-type: none;
}
.item-list-tabs ul li{
	float: left;
	border-right: 2px solid #ebebeb;
	background-color: #FFF;
	white-space:nowrap;
	overflow:visible;
	text-transform: capitalize;
}
.item-list-tabs ul li:last-child{
	border: none;
}
.item-list-tabs ul li a{
	text-decoration: none;
	color: #7a7c78;
	font-size: 15px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	display:block;
	padding-right: 30px;
	padding-left: 30px;
}
.item-list-tabs ul li a:hover{
	text-decoration: none;
	color: #FFFFFF;	
	font-size: 15px;
	height: 47px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	line-height: 47px;
	display:block;
}
.item-list-tabs ul li.selected{
	background-color: #79a846;
	border-right: 2px solid #79a846;
}
.item-list-tabs ul li.selected a{
	text-decoration: none;
	color: #FFFFFF;	
	font-size: 15px;
	height: 47px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	line-height: 47px;
	display:block;
}
.item-list-tabs ul li:hover{
	background-color: #79a846;
	border-right: 2px solid #79a846;
}
#content .item-list-tabs ul{
	margin-top: 0px;
}
#content .item-list-tabs ul li{
	background-image:none;
	padding-left: 0px;
}
/*--------------------------- TABS ENDS ---------------------------*/ 
/*--------------------------- GROUPS STARTS ---------------------------*/ 
#group_avatar_image{
	text-align: center;
	width: 205px;
	margin-bottom: 15px;	
}
#groups_welcome_blocks{
	width: 920px;
	clear: both;
}
#groups_welcome_blocks .welcome_block{
	float: left;
	width: 240px;
	margin: 20px 20px 20px 20px;
	padding: 10px 10px 10px 10px;
	min-height: 150px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 1px 5px #888888;
	background-color: #FFF;
}
.groups_welcome_section{
	width: 920px;
	clear: both;
}
.groups_welcome_highlight{
	font-size: 20px;
	color: #464646;
}
.groups_welcome_avatar{
	float: left; 
	width: 155px;
	margin: 20px 20px 20px 20px;
	padding: 10px 10px 10px 10px;
	min-height: 150px;
}
.groups_welcome_name{
	float: left; 
	width: 580px;
	margin: 20px 20px 20px 20px;
	padding: 70px 10px 0px 10px;
	min-height: 105px;
}
#groups_conversations_heading{
	float:left;
	width:520px;
}
#groups_conversations_heading .heading{
	float: left;
}
#groups_conversations_heading .conv_tabs{
	float:right;
	margin-top:5px;
}
#groups_conversations_heading .conv_tabs ul{
	list-style: none;
}
#groups_conversations_heading .conv_tabs ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-image: none;
	border-right: 2px solid #dad8d9;
}
#groups_conversations_heading .conv_tabs ul li:last-child{
	padding-right: 0px;
	border-right: none;
}
#groups_conversations_heading .conv_tabs ul li a{
	color: #a5a3a4;
	text-decoration:none;
}
#groups_conversations_heading .conv_tabs ul li a:hover, #groups_conversations_heading .conv_tabs ul li.selected a{
	color: #6c9b50;
	text-decoration:none;
}
/*--------------------------- GROUPS ENDS ---------------------------*/
/*--------------------------- BUTTON STYLE LINKS STARTS ---------------------------*/ 
a.button{
	line-height: 35px;
	background-color: #FFF;
	height: 35px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 13px;
	color: #6c9b50;
	border-radius: 8px;
	box-shadow: 0px 1px 5px #888888;
	border: none;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	text-decoration: none;
}
/*--------------------------- BUTTON STYLE LINKS ENDS ---------------------------*/ 
/*--------------------------- GROUPS STARTS ---------------------------*/ 
#groups_counts{
    float: left;
    height: 48px;
    line-height: 48px;
    width: 730px;
    background-color: #e7e7e7;
    font-size: 15px;
    font-weight: normal;
    padding-right: 10px;
    /* Modified by Yogaraj, task no:74 s/w Feature bundles*/
    padding-left: 10px;
    margin-bottom:15px;
}
table.groups_table{
	border:none;
	border-collapse:collapse;
	border-spacing:0;
}
table.groups_table th{
    font-size: 15px;
    font-weight: normal;
    color: #464646;
    text-align: left;
    padding-right: 10px;
    /* Modified by Yogaraj,Task no:74 s/w Feature Bundles */
    padding-left: 10px;
    background-color: #e7e7e7;
    border-right: 2px solid #dadada;
    border-left: none;
    line-height: 48px;
    height: 48px;
    margin: 0px;
    border-collapse:collapse;
    white-space: nowrap;
}
/* Added by Yogaraj,Task no:74 s/w Feature Bundles */
/*
table.groups_table td.td-title p{
    padding-left:8px;
}
table.groups_table td.td-title a{
    padding-left:8px;
}*/
table.groups_table th:last-child{
	border-right: none;
}
table.groups_table tr.evenColour{
	background-color: #e7e7e7;
}
a.group-link, a.group-link:hover{
	cursor:pointer;
	color: #79a846;
	text-decoration: none;
	font-size:13
}
#group_page_heading{
	float: left;
	width: 970px;
	margin-bottom: 20px;	
}
#group_page_heading .group_title{
	float: left;
	width: 550px;
}
#group_page_heading .group_title h1{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 22px;
	color: #4e4e4e;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#group_page_heading .join-group-box{
	width:420px;
	float:right;
	color: #ad4116;
	font-size: 13px;
	text-align: right;
}
.moderator_link a, .moderator_link a:hover{
	color: #505a46;
	text-decoration: none;
}
a.message_link{
	background-image: url(../images/message_icon.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}
.events-seperator{
    border-bottom:2px solid #dadada;
    padding-bottom: 10px;
}
#conv_filter_container{
	float:left;
	width:730px;
	background-color: #e7e7e7;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position:relative;
	margin-top: -20px;
	margin-bottom: 15px;
}
#groups_filter_container{
	float:left;
	width:500px;
	background-color: #e7e7e7;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position:relative;
	margin-top: -20px;
	margin-bottom: 15px;
}
#view_by_container{
	float: left;
	width: 100%;
	position:relative;
}
#content ul.view_by{
	float: left;
	list-style-type: none;
	margin-bottom: 20px;
	width:100%;
}
#content ul.view_by li{
	line-height: 24px;
	color: #464646;
	height: 24px;
	padding-right: 20px;
	float:left;
	border-right: 1px solid #e1e1e1;
	background-image: none;
	font-size: 14px;
	
}
#content ul.view_by li:last-child{
	border-right: none;
}
#content ul.view_by li.view-by-label{
	font-size: 18px;
	font-weight: normal;
	padding-left: 0px;
	color: #797979;
}
#content ul.view_by li a{
	color: #464646;
	text-decoration: none;
	background-image: url(../images/down_arrow_grey.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}
#content ul.view_by li a:hover, #content ul.view_by li.selected a{
	color: #79a846;
	text-decoration: none;
	background-image: url(../images/down_arrow_green.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}
#content .view_by_topic{
	display:none;
	width: 380px;
	height: 235px;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	z-index: 1;
	background-color:#dadada;
	padding: 10px;
	left: 90px;
	top: 42px;
}
#content .view_by_topic ul{
	list-style: none;
}
#content .view_by_topic ul li{
	float: left;
	width: 350px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	background-image: none;
	padding-top: 0px;
	border-bottom: 1px solid #c3c7bf;
}
#content .view_by_topic ul li a{
	color: #a2341b;
	text-decoration: none;
}
#content .view_by_topic ul li a:hover{
	color: #a2341b;
	text-decoration: underline;
}
#groups-content-block{
    background-color: #FFF;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 470px;
    margin-bottom: 30px;
    box-shadow: 0px 1px 5px #888888;
    /*overflow:hidden;*/
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 60px;
    padding-left: 25px;
    position:relative;
    float:right;
}
#groups-content-block .iframeclass iframe{
	height: 262px;
	width: 465px;	
}
#groups-content-block h1, #groups-content-block h2, #groups-content-block h3, #groups-content-block h4, #groups-content-block h5, #groups-content-block h6{
	margin-top: 10px;
}
#groups-content-block .user_info{
	float:left;
	width: 470px;
	margin-bottom:10px;
}
#groups-content-block .user_info .user_avatar{
	float: left;
	margin-right: 15px;
	width:60px;
}
#groups-content-block .user_info .user_avatar img{
	border: 4px solid #FFF;
	box-shadow: 0px 1px 5px #888888;
}
#groups-content-block .user_info .user_details{
	float: left;
	width:395px;
	font-size: 14px;
	font-weight: normal;
}
#groups-content-block .user_info .user_details .user_name{
	font-size: 16px;
	font-weight: normal;
}
#groups-content-block .friend-msg-links{
	float:left;
	width: 470px;
	margin-bottom:10px;
}
a.send-message{
	background-image: url(../images/message_icon.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left center;
}
a.black_link, a.black_link:hover{
	color: #464646;
	text-decoration: none;
}
#groups-comments-strip{
	width: 470px;
	padding-right: 25px;
	padding-left: 25px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #f7f7f7;
	height: 49px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/groups_conv_shadow_reversed.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#groups-comments-strip .topic_comment{
	float: left;
	font-size: 14px;
	margin-top: 14px;
	color: #69953d;
}
#groups-comments-strip .topic_comment a, #groups-comments-strip .topic_comment .comment_count{
	background-image: url(../images/comment_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	padding-left: 18px;
	color: #69953d;
	text-decoration: none;
}
#groups-comments-strip .topic_date{
	float: right;
	font-size: 14px;
	color: #464646;
	margin-top: 14px;
}
#groups-comments-strip .topic_like{
	float: left;
	font-size: 14px;
	margin-top: 14px;
	color: #9e9e9e;
	margin-right: 10px;
}
#groups-comments-strip .topic_like a.like_blogpost, 
#groups-comments-strip .topic_like .unlike_blogpost{
	background-image: url(../images/like_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: 5px;
	padding-right: 25px;
	color: #69953d;
	text-decoration: none;
}
#groups-comments-strip .topic_like a.view-likes-topic{
	display: none;
}
#groups-comments-area{
	float: left;
	width: 480px;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #e2e2e2;
	margin-top: -30px;
	margin-bottom: 30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 1px 5px #888888;
}
#groups-comments-area .comment_overview{
	float: left;
	width: 480px;
	padding-bottom:5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #dbdbdb;
}
#groups-comments-area .comment_overview .user_avatar{
	float: left;
	width: 60px;
	margin-right: 10px;
}
#groups-comments-area .comment_overview .user_avatar img{
	border: 4px solid #FFF;
	box-shadow: 0px 1px 5px #888888;
}
#groups-comments-area .comment_overview .comment_text{
	float: left;
	width: 410px;
    /* Added By Hemakumar for Task 122 */        
    word-wrap: break-word;
    white-space:-moz-pre-wrap!important;
    white-space: -o-pre-wrap;
    white-space: -pre-wrap;
    word-break:keep-all;
}
#content .groups_conv_tabs{
	float: left;
	width: 520px;
	border-top: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
	padding-top: 5px;
	padding-bottom: 9px;
	margin-bottom: 5px;	
}
#content .groups_conv_tabs ul{
	list-style: none;
}
#content .groups_conv_tabs ul li{
	float: left;
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
	border-right: 1px solid #e1e1e1;
	padding-right: 10px;
	margin-right: 10px;
}
#content .groups_conv_tabs ul li:last-child{
	border-right: none;
}
#content .groups_conv_tabs ul li a{
	color: #7a7c78;
	text-decoration: none;
}
#content .groups_conv_tabs ul li a:hover, #content .groups_conv_tabs ul li.selected a{
	color: #79a846;
	text-decoration: none;
}
/*--------------------------- GROUPS ENDS ---------------------------*/ 
/*--------------------------- CONVERSATION STARTS ---------------------------*/ 
#conversation_topic{
	float:left;
	width: 750px;
	margin-bottom: 30px;
}
#conversation_topic_block{
	background-color: #FFF;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 590px;
	box-shadow: 0px 1px 5px #888888;
	/*overflow:hidden;*/
	position:relative;
	float: right;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 60px;
	padding-left: 25px;
}
#conversation_topic_avatar{
	float: left;
	box-shadow: 0px 1px 5px #888888;
	width: 100px;
	padding:5px;
	background-color: #f0eeee;
}
#conversation_topic_poster_actions{
	float: left;
	width: 100px;
	padding:5px;
	background-color: #e2e2e2;
}
#conversation_topic_block .user_details{
	float: left;
	width:590px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
#conversation_topic_block h1, #conversation_topic_block h2, #conversation_topic_block h3, #conversation_topic_block h4, #conversation_topic_block h5, #conversation_topic_block h6{
	margin-top: 10px;
}
#conversation_topic_block .user_details .user_name{
	font-size: 16px;
	font-weight: normal;
}
#conversation-comments-strip{
	width: 590px;
	padding-right: 25px;
	padding-left: 25px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #f7f7f7;
	height: 49px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/conversation_shadow_reversed.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#conversation-comments-strip .topic_comment{
	float: left;
	font-size: 14px;
	margin-top: 14px;
	color: #69953d;
}
#conversation-comments-strip .topic_comment a, #conversation-comments-strip .topic_comment .comment_count{
	background-image: url(../images/comment_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: 5px;
	padding-right: 18px;
	color: #69953d;
	text-decoration: none;
}
#conversation-comments-strip .topic_like{
	float: left;
	font-size: 14px;
	margin-top: 14px;
	color: #9e9e9e;
	margin-right: 10px;
}
#conversation-comments-strip .topic_like a.like_blogpost, 
#conversation-comments-strip .topic_like .unlike_blogpost{
	background-image: url(../images/like_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: 5px;
	padding-right: 25px;
	color: #69953d;
	text-decoration: none;
}
/* Modified By Hemakumar for View Likes */
/*#conversation-comments-strip .topic_like a.view-likes-topic{
	display: none;
}*/

#conversation-comments-strip .other_links{
	float: left;
	font-size: 14px;
	margin-top: 14px;
	color: #9e9e9e;
	margin-left: 20px;
}
#conversation-comments-strip .topic_date{
	float: right;
	font-size: 14px;
	color: #464646;
	margin-top: 14px;
}
#conversations-comments-area{
	float: left;
	width: 600px;
	padding: 10px;
	margin-left: 120px;
	margin-right: 10px;
	background-color: #e2e2e2;
	margin-top: -30px;
	margin-bottom: 30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 1px 5px #888888;
}
#conversations-comments-area .comment_overview{
	float: left;
	width: 600px;
	padding-bottom:5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #dbdbdb;
}
#conversations-comments-area .comment_overview .user_avatar{
	float: left;
	width: 60px;
	margin-right: 10px;
}
#conversations-comments-area .comment_overview .user_avatar img{
	border: 4px solid #FFF;
	box-shadow: 0px 1px 5px #888888;
}
#conversations-comments-area .comment_overview .comment_text{
    float: left;
    width: 530px;
    /* Added By Hemakumar for Task 122 */        
    word-wrap: break-word;
    white-space:-moz-pre-wrap!important;
    white-space: -o-pre-wrap;
    white-space: -pre-wrap;
    word-break:keep-all;
}
.pmr p{
	margin-top: 5px;
	margin-bottom: 10px;
}
#content .conv_tabs{
	float: left;
	width: 750px;
	border-top: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
	padding-top: 5px;
	padding-bottom: 9px;
	margin-bottom: 5px;	
}
#content .conv_tabs ul{
	list-style: none;
}
#content .conv_tabs ul li{
	float: left;
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
	border-right: 1px solid #e1e1e1;
	padding-right: 10px;
	margin-right: 10px;
}
#content .conv_tabs ul li:last-child{
	border-right: none;
}
#content .conv_tabs ul li a{
	color: #7a7c78;
	text-decoration: none;
}
#content .conv_tabs ul li a:hover, #content .conv_tabs ul li.selected a{
	color: #79a846;
	text-decoration: none;
}
/*--------------------------- CONVERSATION ENDS ---------------------------*/
/*--------------------------- ACTIVITY FEED STARTS ---------------------------*/
#content ul#activity-stream li{
	background-image:none;
	padding-left: 0px;
}
#content ul#activity-stream li ul li{
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 14px;
}
#content ul#activity-stream li.load-more{
	border-radius: 10px;
	height: 44px;
	width: 100%;
	font-size: 15px;
	background-color: #e2e2e2;
	margin-top: 10px;
	font-family: "Museo Slab 500", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight: normal;
	color: #6d6d6d;
	line-height: 44px;
	float: left;
}
#content ul#activity-stream li.load-more a{
	width: 100%;
	display:block;
	text-align:center;
	height: 44px;
	color: #6d6d6d;
	font-style: italic;
	text-decoration: none;
}
#content.activity-list li .activity-inreplyto {
	color: #888;
	font-size: 11px;
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 25px;
}
#content div.acomment-content .time-since,
#content div.acomment-content .activity-delete-link,
#content div.acomment-content .comment-header {
	display: none;
}
#content div.activity-comments form.ac-form {
	background: #fafafa;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: none;
	margin: 0 0 15px 33px;
	padding: 8px;
}
.activity_description a, .activity_description a:hover{
	color: #464646;
	text-decoration: none;
}
/*--------------------------- ACTIVITY FEED ENDS ---------------------------*/
/*--------------------------- PROFILE STARTS ---------------------------*/
.user_photo img{
    /* Modified by Imran for Profile Page Redesign */
    border: 4px solid #e0e4db;
    /*box-shadow: 0px 1px 5px #888888;*/
    /* Modified by Imran for Profile Page Redesign */
}
table#message-threads{
	border:none;
	border-collapse:collapse;
	border-spacing:0px;
	margin-top: 10px;
	float:left;
}
table#message-threads tr.alt{
	background-color: #e7e7e7;
}
table#message-threads tr.unread{
	background-color: #fff9db;
	border-top:1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
}
table#message-threads td{
	padding: 6px;
}
table#message-threads td img{
	border: 4px solid #FFF;
	box-shadow: 0px 1px 5px #888888;
}
li span.unread-count,
tr.unread span.unread-count {
	background: #dd0000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 2px 8px;
}
div.messages-options-nav {
	background-color: #e7e7e7;
	font-size: 12px;
	text-align: right;
	width:720px;
	float:left;
	height: 50px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 50px;
}
table#message-threads span.activity,
table#message-threads div#message p {
	border: 1px solid #e1ca82;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
	margin-top: 3px;
	text-decoration: none;
	background: #ffeaa6;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .5)), color-stop(100%,rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	padding: 3px;
}
/*--------------------------- PROFILE ENDS ---------------------------*/
/*--------------------------- AJAX POSTING STARTS ---------------------------*/
#groups_ajax_fake_textarea{
	float:left;
	width: 520px;
}
#groups_ajax_posting_container{
	background-color: #e7e7e7;
	float:left;
	width: 520px;
	/* Modified by Yogaraj,for Task no:237  */
        margin-bottom: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-bottom: 22px;
	position: relative;
}
#groups_topic_container{
	float: left;
	position: relative;
}
#groups_ajax_posting_textarea{
	float:left;
	width:520px;
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#groups_ajax_posting_file_upload_area, #conversations_ajax_posting_file_upload_area{
    width: 355px;
    position: absolute;
    /* Modified by Imran for task no. 505 of Sw Feature Bundles */
    /*top:283px;*/
    bottom: 0px;
    /* Modified by Imran for task no. 505 of Sw Feature Bundles */
    /* Modified By Hemakumar for Feedback in Member Home Page Redesign */
    /*left:10px;*/
}
#conversations_ajax_fake_textarea{
	float:left;
	width: 750px;
}
/* Commented by Imran for Redesign of Member Logged in Homepage Posting Mechanism Task */
/*#conversations_ajax_posting_container{
    background-color: #e7e7e7;
    float:left;
    width: 750px;
    margin-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 22px;
    position: relative;
}*/
/* Commented by Imran for Redesign of Member Logged in Homepage Posting Mechanism Task */
#conversations_topic_container{
	float: left;
	position: relative;
}
#conversations_ajax_posting_textarea{
	float:left;
	width:750px;
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content .post_button{
	line-height: 38px;
	background-color: #e7e7e7;
	height: 38px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 15px;
	color: #9fa697;
	box-shadow:none;
	border-radius:0px;
	padding-right: 10px;
	padding-left: 20px;
	cursor: pointer;
	font-weight: normal;
	border-right: none;
	border-left: 2px #dbdbdb solid;
	border-top: none;
	border-bottom: none;
	margin:0px;
}

/*--------------------------- AJAX POSTING ENDS ---------------------------*/
#content .topic_text_container{
	/*font-family: "Museo Slab 500", Arial, Helvetica, sans-serif, "Trebuchet MS";*/
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	/*font-size:14px;*/
	font-size: 13px;
	line-height:22px;
	color: #464646;
    /* Added By Hemakumar for Task 122 */        
    word-wrap: break-word;
    white-space:-moz-pre-wrap!important;
    white-space: -o-pre-wrap;
    white-space: -pre-wrap;
    word-break:keep-all;
}
/*Added by Prakash Pa for 505-3 Image overlap issue in editor starts*/
/* Added by NL for task 407 */
#content .topic_text_container img{
	max-width: 100% !important; /* for rewrite inline styles */
}
#groups-content-block .edit_posting_container {
	width:450px;
}
#groups-content-block .edit_posting_container .form-block .mceEditor table.mceLayout {
	width:426px !important; /* for rewrite inline styles */
}
/*
#content .topic_text_container p img{
    max-width: 560px;
}
#content .postimage_groups img{
    max-width: 420px !important;
}
#content .postimage_groups p img{
    max-width: 420px !important;
}
*/
/* End of Added by NL for task 407 */

/*Added by Prakash Pa for 505-3 Image overlap issue in editor ends*/
/*--------------------------- WELCOME CONTENT STARTS ---------------------------*/
#welcome-content{
	float:left;
	width:970px;
}
#welcome-content .sections{
	float:left;
	margin-top: 30px;
	margin-bottom: 30px;
}
#welcome-content .left-bar{
	float:left;
	width: 970px;
}

#welcome-content .left-bar .box{
	float:left;
	width: 970px;
	margin-top: 5px;
	margin-bottom: 50px;
}
#welcome-content .left-bar .box .icons{
	float:left;
	width: 180px;
	margin-right: 30px;
}

#welcome-content .left-bar .box .contents{
	float:left;
	width: 760px;
}

#welcome-content p, #welcome-content li{
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 10px;
}
/*--------------------------- WELCOME CONTENT ENDS ---------------------------*/
/* Edit comments S.No:1*/
.edit_del_comment{
    float:right; 
    /* Modified by Yogaraj, Task:549 Bug & Feature Tracker*/
    margin-top:0px;
}
.edit_comment{
    float:left;
}
.del_comment{
    float:right;
    margin-left:20px;
}

#comment_action{
    float:right;
    margin-right: 75px;
}
.view_remaining_comments{
	background-image: url(../images/comment_icon.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
	margin-left: 6px;
}
/* Added by Yogaraj, For Task Id:224 Bug & Feature Tracker*/
#check_all_topics, #check_all_groups{
    cursor: default;
    font-size: 12px;
    font-weight: bold;
}
/*-----------Newly Added by Yogaraj, For Editing the Post. Visual Redesign QA_RA S.No:1*/
#edit_holder{
    float: left;
    margin-top: 14px;
    margin-left:20px;
    cursor:pointer; 
}

#edit_icon, #delete_icon{
    width:20px;height:20px;
}

#delete_holder{
    float: left;
    margin-top: 14px;
    margin-left:20px;
    cursor:pointer; 
    margin-left:10px;
    cursor:pointer;
}
.edit_area{
    width: 581px; 
    height: 116px; 
    border:2px solid #EBEBEB;
}

#edit_delete_action{
    float:right;
}

/*-----------END, For Editing the Post. Visual Redesign QA_RA S.No:1*/

/* Added By Hemakumar for Task 234 */
a.moderator-button {
    background-image: url(../images/add_friend_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}
/* Added by Yogaraj for Task:231 S/w Feature Bundles*/
.share_list_view{
    border:1px groove #cccccc;
    width:250px;
    margin-top:30px;
    position: absolute;
    background-color: #DADADA;
    z-index:1000;

}


/*#content .share_list_view ul li{
 background-image: none;
 padding-left: 5px;
}*/

.share_list_view ul li:hover{
    color:#FFFFFF;
    background-color:#79A846;
    cursor:pointer;
    background-image: none;
    padding-left: 5px;
    border-bottom: 1px solid #C3C7BF !important;

}

#cboxClose
{
    top:0px;
}

/* End for Task:231 S/w Feature Bundles*/

/* Added By Hemakumar for Task 234 */
a.moderator-button {
    background-image: url(../images/add_friend_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

#content ul#activity-stream li ul#topic-list li, ul#topic-list li{
    background-image: none;
    padding-left:0px;
}

/* Added By Hemakumar For I Need/ I have */

#sticky-notes {
    background-color: #FFFFFF;
    box-shadow: 0 1px 5px #888888;
    float: left;
    overflow: hidden;
    padding: 10px;
    margin: 10px;
    width: 180px;
    word-wrap: break-word;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius:5px;
}

#sticky-notes-post {
    /*background-color: #E7E7E7;*/
    /*box-shadow: 0 1px 5px #888888;*/
    float: left;
    overflow: hidden;
    /*    padding: 10px;*/
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    width: 460px;
}

#sticky-i-found-button {
    margin-top: 15px;
    margin-bottom: -20px;
    margin-left: -10px;
    margin-right: -10px;
    background-color: #E7E7E7;
    color: #79A846;
    height:35px;
    padding: 10px;
    text-align: center;
}

#sticky-i-found-button a{
    text-decoration: none;
    text-align: center;
}

#sticky-i-found-button a span{
    margin-top: 0px;
    font-size: 14px;
    padding-left: 5px;
}

#sticky-send-message-button {
    margin-top: 15px;
    margin-bottom: -20px;
    margin-left: -10px;
    margin-right: -10px;
    background-color: #E7E7E7;
    color: #79A846;
    height:30px;
    padding: 10px;
    text-align: center;
}

#sticky-send-message-button a{
    text-decoration: none;
    text-align: center;
}

#sticky-send-message-button a span{
    margin-top: 0px;
    font-size: 14px;
    padding-left: 5px;
}

#sticky-call-button {
    margin-top: 15px;
    margin-bottom: -20px;
    margin-left: -10px;
    margin-right: -10px;
    background-color: #E7E7E7;
    color: #79A846;
    height:35px;
    padding: 10px;
    text-align: center;
}

#sticky-call-button a{
    text-decoration: none;
    text-align: center;
    cursor: default;
}

#sticky-call-button a span{
    margin-top: 0px;
    font-size: 14px;
    padding-left: 5px;
}

#sticky_heading_container {
    background-color: #E7E7E7;
    float: left;
    height: 30px;
    padding: 10px;
    width: 220px;
}

#sticky_heading_button {
    background-color: #E7E7E7;
    color: #7A7C78;
    float: left;
    height: 25px;
    margin-left: 5px;
    padding: 15px 10px 10px;
    width: 165px;
}
#sticky_heading_button a{
    color: #7A7C78;
    cursor: pointer;
    text-decoration: none;
}

#i-need-i-have {
    width: 970px;
    font-size: 12px;
}

#i-need {
    width: 470px;
    float: left;
    margin-left: 20px;
}

#i-have {
    width: 470px;
    float: left;
}

#i-have-column {
    width: 230px;
    float: left;
}

#i-need-column {
    width: 230px;
    float: left;
}

#sticky_caption {
    float: left;
    font-family: 'Handlee', cursive;
    font-size: 32px;
    padding: 10px;
    width: 460px;
    color: #79A846;
}

#sticky_heading {
    font-family: 'Handlee', cursive;
    font-size: 22px;
    color: #79A846;
}

#sticky-notes #seperator_shadow {
    background-image: url('../images/line.png');
    border-top: 1px solid #EBEBEB;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 2px;
    width: 100%;
}

#sticky-notes #seperator {
    border-top: 1px solid #EBEBEB;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 2px;
    width: 100%;
}

#sticky_title {
    /*font-family: 'Handlee', cursive;*/
    font-size: 17px;
}

#sticky_post {
    font-family: 'Handlee', cursive;
    font-size: 15px;
    margin-bottom: 0px;
}

#found-someone {
    background-image: url(../images/like_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-left: 5px;
    padding-right: 25px;
    color: #69953d;
    text-decoration: none;
}


/* Added by Imran for task no. 389 of Bug & Feature Tracker */
ul.pagination_new{
	display: none;
}
/* Ended by Imran for task no. 389 of Bug & Feature Tracker */

/*Added by Yogaraj, for task:365 S/w feature bundles */
#review_edit_delete{
    float:right;
}
.no-review{
    font-size:11px;
    font-style:italic;
}
/*Added by Yogaraj, for task:214 S/w feature bundles */
ul#topic-list li{
    padding-left:10px;
}

/* Added by Yogaraj, For Task:477 S/w feature new bundles Start*/
.add_comment .mceEditor td.mceIframeContainer iframe {
    height: 100px !important;
    width:600px !important;
}
.add_comment .mceEditor table.mceLayout {
    height: 100px !important;
    width:600px !important;
}

.edit-comment .mceEditor td.mceIframeContainer iframe {
    height: 100px !important;
     width:525px !important;
}

.edit-comment .mceEditor table.mceLayout {
    height: 100px !important;
    width:525px !important;
}

/* For groups page*/

.grp_add_comment .mceEditor td.mceIframeContainer iframe {
    height: 100px !important;
    width:480px !important;
}
.grp_add_comment .mceEditor table.mceLayout {
    height: 100px !important;
    width:480px !important;
}

.grp-edit-comment .mceEditor td.mceIframeContainer iframe {
    height: 100px !important;
     width:410px !important;
}

.grp-edit-comment .mceEditor table.mceLayout {
    height: 100px !important;
    width:410px !important;
}

/* End, For Task:477 S/w feature new bundles*/

/* Added by Yogaraj, for Task:253 S/w feature bundles*/
.sidebar_block #black-studio-tinymce-2{
    list-style: none;
}
/* Added by Prakash Pa for 488 - SD form submission Starts */
.message_sd{
float: left;
width: 958px;
padding: 5px;
border: 1px solid #E6DB55;
background-color: #FFFFE0;
color: #333;
margin-bottom: 15px;
font-size: 13px;
}
/* Added by Prakash Pa for 488 - SD form submission Ends */



/* Added by Yogaraj, for Task:492 Filters - Community Landing Page*/

#community-header{
    width:950px;
    float:left;
}

#comm_desc{
   /* width:660px;*/
    float:left;
    /*border-right:2px solid #DADADA;*/
    line-height:25px;
}

#comm_search_module{
    float:left;
    margin-left:20px;
    margin-top:-10px;
}

#comm_search_btn{
    float:left;
    margin-left:25px;
    margin-top:-5px;
}

.comm_separator{
    float:left;
    border-right:1px solid;
    height: 40px;
    text-align: center;
}
.comm_roles{
    float:left;
    height: 40px;
    width:160px;
    text-align: center;
    margin-top:10px;
}

#more_location_layer, #entire_community_layer,  #community-pins-layer{
   
    width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    z-index: 99999;
    background-color:#dadada;
    padding: 10px;
}

#more_location_layer hr, #entire_community_layer hr {
	background-color: #c3c7bf;
	border: 0 none;
	clear: both;
	height: 1px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#content #more_location_layer ul, #entire_community_layer ul{
    list-style: none;
}
#content #more_location_layer ul li, #entire_community_layer ul li{
    float: left;
    width: 280px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-left: 13px;
    background-image: none;
    padding-top: 0px;
    border-bottom: 1px solid #c3c7bf;
    color: #a2341b;
    font-size: 13px;
    padding-left:0px;
    cursor:pointer;
}
#content #more_location_layer ul li:last-child{
    border-bottom: none;
}
#content #more_location_layer ul li a, #entire_community_layer ul li a{
    color: #a2341b;
    text-decoration: none;
}
#content #more_location_layer ul li a:hover{
    color: #a2341b;
    text-decoration: underline;
}

#content #entire_community_layer ul li:last-child{
    border-bottom: none;
}

#content #entire_community_layer ul li a:hover{
    color: #a2341b;
    text-decoration: underline;
}

#role_based_layer, #business_based_layer{
    background-color: #DADADA;
    padding: 10px;
    position: absolute;
    width: 950px;
    z-index: 99999;
    margin-top:180px;
}

#display_filters{
    float:left;
    border-left: 2px solid #DADADA;
    border-right:2px solid #DADADA;
    position:relative;
    height:40px;
    padding-top:15px;
    cursor:pointer;
}

#display_filter_title{
    /*color:#6C9B50;*/
    margin-left:5px;
}

#specType ul li{
    font-size: 12px;
    background-image: none;
    padding: 0px;
    margin: 0px;
    width: 33.333%;
    float: left;
    margin-bottom: 10px;
}

#stake ul li{
    font-size: 12px;
    background-image: none;
    padding: 0px;
    margin: 15px 0px 0px 0px;
    color: #A2341B;
}

#affiliations_comm ul li{
    font-size: 12px;
    background-image: none;
    padding: 0px;
    margin: 0px;
    width: 33.333%;
    float: left;
    margin-bottom: 10px;
}

#filter_type ul li, #community-pins-layer ul li{
    background-image: none;
    border-bottom: 1px solid #C3C7BF;
    color: #A2341B;
    cursor: pointer;
    float: left;
    font-size: 13px;
    margin-bottom: 5px;
    margin-left: 13px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-top: 0;
    width: 280px;
}

.one-by-two{
    float: left;
    margin-bottom: 10px;
    width: 50%;
}

#community-pins-member{
    height:300px;
    overflow-y:scroll;
    overflow-x:none;
    width:310px;
    
}


#load_more{
    background-color: #E2E2E2;
    border-radius: 10px;
    color: #6D6D6D;
    float: left;
    font-family: "Museo Slab 500",Arial,Helvetica,sans-serif,"Trebuchet MS";
    font-size: 15px;
    font-weight: normal;
    height: 44px;
    line-height: 44px;
    margin-top: 10px;
    width: 100%;
}
#load_more a{
    width: 100%;
    display:block;
    text-align:center;
    height: 44px;
    color: #6d6d6d;
    font-style: italic;
    text-decoration: none;
}

#slide-pane{
    display:none;
    position:absolute; 
    right: 165px; 
    bottom: 0px; 
    width: 50px; 
    background-color: rgb(218, 218, 218); 
    clear: both; 
    height: 800px;
    top:425px;
    z-index: 999999;
}

/* End for Task:492 Community Landing Page*/ 
/* Added by Yogaraj, For Task:506, Bug and Feature Tracker */
#groups_sort{
float:right;               
}

#group-sort{
width:115px;
}
/* End, For Task:506, Bug and Feature Tracker */

/* Added by Yogaraj, For Task:265, Bug & Feature Tracker*/
#comment_like{
    margin-right:20px;
}

#comment_like a.like_blogpost, #comment_like a.unlike_blogpost{

    background-image: url("../images/like_icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #69953D;
    margin-left: 5px;
    padding-right: 25px;
    text-decoration: none;

}
/* End for Task:265, Bug & Feature Tracker*/

/* Added by Yogaraj, For Task:504 Bug & Feature Tracker*/
.pp_content{
    padding-top: 25px !important;
}

.pp_close{
    z-index: 9999999;
    margin-right: 16px !important;
    margin-top: -6px !important;
}
/* End for Task:504, Bug & Feature Tracker*/


/*Added by Yogaraj, For Task:Community Map filters Task:492*/
#filter-options-area{
    background-color:#F2F4EF;
    display:none;
    width:965px;
}
#filter-options-area input[type="submit"], #Seed-options-area input[type="submit"], #agriculture-options-area input[type="submit"], #other-options-area input[type="submit"]{
    background-color: #79A846;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor:pointer;
    font-family: "Lucida Grande",Arial,Helvetica,sans-serif,"Trebuchet MS";
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right:10px;
    width: 175px;
}

/* Added by Imran for Task no. 3 & 11 of Community Map Redesign */
.content_white_bg{
	background-color:#FFFFFF;
	width: 995px;
	margin-left: -25px;
	padding-left: 25px;
	padding-bottom: 25px;
	margin-bottom: -25px;
	min-height: 950px;
}
#list_view_user_window{
	width: 263px;
	height: 320px;
	float: left;
	background-color: #f6f6f6;
	padding: 17px;	
	color: #828282;
	margin-right: 20px;
	margin-bottom: 40px;
	border-radius: 10px;
	position:relative;
}
.featured_farmer_label{
	position: absolute;
	top: 28px;
	left: -6px;
	width: 149px;
	height: 137px;
}
#list_view_user_window .member_name, #user_info .member_name{
	font-size: 19px;
	margin-top: 0px;
	margin-bottom: 14px;
	font-family: "Museo Slab 500", Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #464646;
	/*text-align: center;*/
        margin-left: 20px;
}
#list_view_user_window .member_details{
	font-size: 13px;
	color: #828282;
	/*text-align: center;*/
}
#list_view_user_window .member_actions{
	position:absolute;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	bottom: 0px;
	left: 0px;
	width: 297px;
	height: 55px;
	background-color:#eeeeee;
}
#list_view_user_window .member_actions .friend_actions{
	margin-top: 18px;
	margin-left: 13px;
}
#list_view_user_window .member_actions .message_link{
	margin-top: 18px;
	margin-right: 13px;
}
#filter_by_location_heading{
	float:right;
	width:488px;
	height:50px;
	border-bottom-left-radius: 10px;
	background-color: #f1f4ee;
	cursor:pointer;
	color: #393939;
	font-size: 14px;
	line-height: 50px;
	padding-right: 10px;
	padding-left: 10px;
}
#filter_by_location_community{
	position:absolute;
	right: 0px;
	top:0px;
	background-color:#FFFFFF;
	width: 508px;
	height: 494px;
	z-index: 999999;
	box-shadow: 0px 5px 40px #888888;
	border-radius: 12px;
	color: #393939;
	display: none;
}
#filter_by_location_community .block_title{
	width:488px;
	height:50px;
	color: #393939;
	font-size: 14px;
	line-height: 50px;
	padding-right: 10px;
	padding-left: 10px;
	float:left;
}
#filter_by_location_community .search_by_zipcode{
	float:left;
	width: 368px;
	height: 131px;
	background-color: #f7f7f7;
	background-image: url(../images/map_icon_community.png);
	background-position: 28px 39px;
	padding-top: 36px;
	padding-left: 137px;
	font-size: 14px;
	color: #393939;
	background-repeat: no-repeat;
}
#filter_by_location_community .search_by_state{
	float:left;
	width: 368px;
	height: 131px;
	background-image: url(../images/usa_icon_community.png);
	background-position: 28px 45px;
	padding-top: 36px;
	padding-left: 137px;
	font-size: 14px;
	color: #393939;
	background-repeat: no-repeat;
}
#filter_by_location_community input[type="submit"], 
#filter_by_location_community input[type="reset"], 
#filter_by_location_community input[type="button"]{
	line-height: 35px;
	background-color: #79a846;
	height: 38px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
        border-radius: 8px;
	border: none;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}
#filter_by_location_community .dd-select-wrapper, #filter_sort_members .dd-select-wrapper {
	display: inline-block;
	position: relative;
	border: 1px solid #c9c9c9;
	font-size: 14px;
	color: #393939;
	background-color: #FFF;
	height: 40px;
	border-radius: 5px;
}
#filter_by_location_community .dd-select-wrapper-2, #filter_sort_members .dd-select-wrapper-2 {
	overflow: hidden;
}
#filter_by_location_community .dd-select-wrapper select, #filter_sort_members .dd-select-wrapper select {
	margin-right: -17px;
	margin-left: 0px;
	border: none;
	margin-bottom: 1px;
	margin-top: 1px;
	font-size: 14px;
        /*font-family: "Open Sans";*/
	padding-right: 36px;
	background-image: url(../images/arrow_down_select.png);
	background-repeat: no-repeat;
	background-position: right 1px;
        padding-top: 9px;
	padding-left: 10px;
	width: auto;
        -webkit-appearance:none;
	}
#filter_by_location_community .dd-select-wrapper select:focus, #filter_sort_members .dd-select-wrapper select:focus {
		outline: none;
	}
#filter_by_location_community .dd-select-wrapper select::-ms-expand, #filter_sort_members .dd-select-wrapper select::-ms-expand {
                display: none;
}

#filter_sort_members{
    float:left;
    margin-left:10px;
}

#sort_txt{
    float:left;
    margin-top:10px;
    margin-left:5px;
}
/* End, Modified by Yogaraj, Community Map Post Launch1*/

#filter_by_location_community input[type="text"]{
	display: inline-block;
	position: relative;
	border: 1px solid #c9c9c9;
	font-size: 14px;
	color: #393939;
	background-color: #FFF;
	height: 40px;
	border-radius: 5px;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
}
/* Ended by Imran for Task no. 3 & 11 of Community Map Redesign */

/* Added by Yogaraj, For Task: 492 Community Map Filters*/
.no-result{
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) repeat scroll 0 0 #FFEAA6;
    border: 1px solid #E1CA82;
    border-radius: 3px;
    font-weight: normal;
    margin-top: 3px;
    padding: 3px;
    text-decoration: none;
    width: 963px;
}

#filter-area{
    width:1020px;
    margin-left:-25px;
    background-color:#ffffff;
    height:155px;
    position:relative;
}

#filter-by-type-heading{
    float:left;
    width:485px;
    height:30px;
    font-size:18px;
    padding-top:20px;
    padding-left:25px;
}

#member_icons_area{
    float:right;
    width: 150px;
    margin-right: 10px;
}
#member_details_area{
    float:left;
    clear:both;
    padding-top:10px;
}

#other_details{
    clear:both;
    padding-top:20px;
}
#other_details ul{
    list-style-type:disc;
}

#other_details ul li{
	background:none;
        list-style: disc inside none;
}

#years{
    background-image: url(../images/years_icon_text.png);
    background-repeat: no-repeat;
    height: 27px;
    width: 27px;
    font-size:11px;
    text-align:center;
    float:left; 
    margin-left:10px;
    color: #00465d;
    font-weight: bold;
    padding-top: 2px;
}
#acres{
    background-image: url(../images/acres_icon_text.png);
    background-repeat: no-repeat;
    height: 27px;
    width: 27px;
    font-size:11px;
    text-align:center;
    float:left; 
    margin-left:10px;
    color: #79451D;
    font-weight: bold;
    padding-top: 1px;
	overflow:hidden;
}
#certified{
    background-image: url(../images/USDA_icon.png);
    background-repeat: no-repeat;
    height: 27px;
    width: 27px;
    font-size:11px;
    text-align:center;
    float:left; 
    margin-left:10px;
}

/* Added by NL for #386 */
.badges-wrap {margin-top:2px;}

.badges-wrap #years,
.badges-wrap #acres,
.badges-wrap #certified {margin:3px 0 0;}

.badges-wrap #years {height:25px;}
.badges-wrap #acres {height:26px;}

.badges-wrap #years:first-child,
.badges-wrap #acres:first-child,
.badges-wrap #certified:first-child {margin-right:5px;}
/* End of Added by NL for #386 */

/*#animal_category, #plant_category, #pests_category, #natural_category1, #natural_category2{
    padding-left:20px;
    font-size:12px;
    padding-top:10px;
    background-color: #fff;
    height: 50px;
}*/
#coming_soon_box{
	width:420px;
	height:100px;
	border-radius:10px;
	background-color: #7aa846;
	color: #FFF;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 20px;
        margin-left: 30px;
        margin-top: -20px;
}
#coming_soon_box h1{
	font-family: 'Roboto Slab', serif;
	font-size: 25px;
	margin-bottom: 25px;
	color: #FFF;
	margin-top:0px;
}
#coming_soon_box a{
	color: #d7f2bd;
	text-decoration: none;
}
#coming_soon_box a:hover{
	color: #d7f2bd;
	text-decoration: underline;
}
/* Modified for Post Launch1*/
.change_filters{
    padding-left:10px;
    margin-top:10px;
    color:#C89D00;
    cursor:pointer;
}

#agriculture-options-area .agri_option{
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	color: #666;
	width: 160px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
#primary_animals, #primary_plants, #primary_pests, #primary_natural{
	background-color: #F1F1EF;
	border: 1px solid #d1d2cd;
	border-radius: 5px;
	cursor: pointer;
	background-image: url(../images/down_arrow_grey.png);
	background-repeat: no-repeat;
	background-position: 155px center;
}
#agriculture-options-area .agri_options_sub{
	position:absolute;
	color: #666;
	background-color: #FFFFFF;
	border-bottom: 1px solid #d1d2cd;
	border-left: 1px solid #d1d2cd;
	border-right: 1px solid #d1d2cd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 20px;
	width: 160px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	z-index: 999999;
}
#animal_category{
	top: 72px;
	left: 190px;
}

#plant_category{
	top: 72px;
	left: 10px;
}

#pests_category{
	top: 72px;
	left: 370px;
}

#natural_category{
	top: 72px;
	left: 550px;
}

#search_community_btn{
    
    background-color: #da624a;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    width: 100px;  
}

#search_community_bar{
    float:right;
    margin-top:-10px;
    background-image: url(../images/search.png);
    height:40px;
    width:411px;
}


/* End of Community Map filters Task:492*/
/* Added by Imran for Visitor's Homepage Redesign */
.cta-home{
    padding: 1em 0em;
    text-align: center;

}
.cta-home h1{
    font-family: 'Roboto Slab', serif;
    color: #b0410a;
    text-align: center;
    font-size: 24px;
}
.cta-home .video-thumb{
    background-image: url(../images/cta-video.png);
    width: 268px;
    height: 149px;
    margin: 0px auto;
    margin-bottom: 2em;
    position: relative;
	cursor: pointer;
}
.cta-home .video-thumb a{
    font-size: 5em;
    color: #ffffff;
    position: relative;
    top: 27%;©1722

}
.cta-home .video-thumb a:hover{
    color: #79a745;
    text-decoration: none;
}
.cta-home .cta-button{
	border: none;
	outline: none;
	width: 85%;
	padding: 1em;
	color: #fff; /* text color */
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 16px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #79a745; /* layer fill content */
	cursor: pointer;
	margin-top: 20px;
}
.cta-home .cta-button:hover{
    background-color: #5f8336; /* layer fill content */
}

.cta-home .cta-lead{
    color: #555; /* text color */
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 16px;
    margin-top: 1em;
}
.home-activity, .home_block, .home-activity{
    position: relative;
}
.title-crown{
    position: absolute;

}
.partner-block{
    background-color: #ffffff;
    width: 1020px;
    margin: 0px auto;
    display: table;
    text-align: center;
    padding: 3em 0em;
}

.partner-block img{
    display: inline-block;
    float: left;
    margin-left: 2.5em;
}
/* Ended by Imran for Visitor's Homepage Redesign */


/* Added By Hemakumar for View Likes */
.users-who-like {
    position: absolute;
    background-color: rgb(255, 255, 255);
    border: 3px solid rgb(238, 238, 238);
    border-radius: 12px;
    color: rgb(57, 57, 57);
    z-index: 999999;
    box-shadow: 0px 0px 10px rgb(136, 136, 136);
    padding: 15px;
    width: 400px;
}

.topic_like .users-who-like {
    margin-top: 10px !important;
}
/* Added By Hemakumar for View Likes */

/* Added by Yogaraj, Communiy Map filters Task:492*/

.farm_type, .certifications, .stakeholder, #open_internship, #open_job, #minority_owned, #women_owned{
    margin-bottom:15px;
}
/* Added by Imran for Profile Page Redesign */
#profile_wrapper .item-list-tabs{
    margin-bottom:20px;
    background-color: #79a846;
    border-bottom: none;
}
#profile_wrapper .item-list-tabs ul{
    list-style-type: none;
}
#profile_wrapper .item-list-tabs ul li{
    float: left;
    border-right: 1px solid #FFFFFF;
    background-color: #79a846;
    white-space:nowrap;
    overflow:visible;
}
#profile_wrapper .item-list-tabs ul li a{
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    color: #FFF;
    font-size: 18px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    display:block;
    padding-right: 30px;
    padding-left: 30px;
}
#profile_wrapper .item-list-tabs ul li a:hover{
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    color: #79a846;
    font-size: 18px;
    height: 47px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    line-height: 47px;
    display:block;
}
#profile_wrapper .item-list-tabs ul li.selected{
    background-color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
#profile_wrapper .item-list-tabs ul li.selected a{
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    color: #79a846;	
    font-size: 18px;
    height: 47px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    line-height: 47px;
    display:block;
}
#profile_wrapper .item-list-tabs ul li:hover{
    background-color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
#profile_wrapper .item-list-tabs ul{
    margin-top: 0px;
}
#profile_wrapper .item-list-tabs ul li{
    background-image:none;
    padding-left: 0px;
}
#profile_wrapper .left_sidebar_block{
    border: 2px solid #f3f3f3;	
    border-radius: 5px;
    margin-bottom: 10px;
    float:left;
    padding: 10px;
    width: 185px;
    color: #79a846;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
#profile_wrapper .user_heading{
    float:left;
    width: 740px;
    margin-bottom: 15px;
    margin-top: 15px;
}
#profile_wrapper .user_heading .username{
    font-size: 28px;
    color: #4e4e4e;
    font-family: 'Roboto Slab', serif;
    width: 100%;
}
#profile_wrapper .user_heading .farm_name{
    font-size: 14px;
    color: #79a846;
    font-family: 'Roboto Slab', serif;
    margin-top: 15px;
    width: 100%;
}
#profile_wrapper .expanded-seperator{
    width:100%;
    float:left;
    height: 15px;
    margin-bottom: 10px;
    border-bottom: none;;
    background-color: #f3f4f1;
}
#profile_wrapper .add-friend-button{
    line-height: 48px;
    background-color: #f3f3f3;
    height: 48px;
    width: 195px;
    border-radius: 5px;
    margin-top: -15px;
    text-align:center; 
}
#profile_wrapper .section_title{
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    color: #267081;
    margin-top: 15px;
    margin-bottom: 15px;
}
#profile_wrapper .about_me_title{
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    color: #267081;
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: url(../images/profile/about_me_icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 25px;
    padding-left: 70px;
    padding-top: 12px;
}
#profile_wrapper .recent_activity{
    float:left;
    width: 740px;
    margin-bottom: 15px;
    margin-top: 15px;
}
#profile_wrapper .recent_activity_title{
    float: left;
    width: 375px;
}
#profile_wrapper .recent_activity_title h1{
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    color: #267081;
    background-image: url(../images/profile/recent_activity_icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 29px;
    padding-left: 50px;
    padding-top: 5px;
}
#profile_wrapper .recent_activity_filters{
    float: right;
    position: relative;
}
#profile_wrapper .recent_activity_filters .dd-select-wrapper {
    display: inline-block;
    position: relative;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    color: #393939;
    background-color: #FFF;
    height: 40px;
    border-radius: 5px;
}
#profile_wrapper .recent_activity_filters .dd-select-wrapper-2 {
    overflow: hidden;
}
#profile_wrapper .recent_activity_filters .dd-select-wrapper select {
    margin-right: -17px;
    margin-left: 0px;
    border: none;
    margin-bottom: 1px;
    margin-top: 1px;
    font-size: 14px;
    font-family: "Open Sans";
    padding-right: 36px;
    background-image: url(../images/arrow_down_select.png);
    background-repeat: no-repeat;
    background-position: right 1px;
    padding-top: 9px;
    padding-left: 10px;
    width: auto;
    -webkit-appearance:none;
}
#profile_wrapper .recent_activity_filters .dd-select-wrapper select:focus {
    outline: none;
}
#profile_wrapper .recent_activity_filters .dd-select-wrapper select::-ms-expand {
    display: none;
}
#profile_wrapper .about_me_details{
    float: left;
    width: 740px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#profile_wrapper .about_me_details b, #profile_wrapper .about_me_details strong{
	font-family: 'Lucida Grande Bold',serif;
	font-weight: normal;
}
#profile_wrapper .about_me_details a{
    color: #666666;
    text-decoration: none;
}
#profile_wrapper .about_me_details a:hover{
    color: #79a846;
    text-decoration: underline;
}
#profile_wrapper #messages_search{
    border-radius: 4px;
    height: 40px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #d8d8d8;
    line-height: 29px;
    font-size: 14px;
    width: 250px;
    font-family: "Open Sans";
    font-weight: 300;
    margin-right: 10px;
}
#topic_areas, #expertise_label, 
/* Added by Imran for task no. 330 of Bug & Feature Tracker */
#topic_areas2, #expertise2_label
/* Ended by Imran for task no. 330 of Bug & Feature Tracker */
{
    border-radius: 3px;
    width: 100%;
    min-width: 270px;
    background-color: white;
    border: 1px solid #d8d8d8;
    position: relative;
    line-height: 40px;
    height: 40px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 1em;
    padding-bottom: 0em;
    padding-left: 1em;
    cursor:pointer;	
}
#topic_areas_checkboxes, #expertise_checkboxes,
/* Added by Imran for task no. 330 of Bug & Feature Tracker */
#topic_areas2_checkboxes, #expertise2_checkboxes
/* Ended by Imran for task no. 330 of Bug & Feature Tracker */
{
    width: 100%;
    min-width: 270px;
    background-color: white;
    position: relative;
    margin-top: -11px;;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#profile_wrapper #user_icons{
    float:left;
    width: 205px;
    margin-top: 5px;
    margin-bottom: 20px;
}
/* Ended by Imran for Profile Page Redesign */
/* Added by Imran for New Form Styles */
#general_form .form-block *{
    box-sizing: border-box;
}
#general_form .form-block label, #general_form .drawer label {
    font-size: 13px;
    width: 100%;
}
#general_form .form-block .field label, #general_form  .drawer .field label {
    display: block;
    padding-left: 18px;
    text-indent: -18px;
    position: relative;
}
#general_form .field input, #general_form .field input[type="*"], #general_form .field textarea {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#general_form .field .input {
    position: relative;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #d8d8d8;
    height: 31px;
    line-height:1.4; /* Updated by NL for task 367 */
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
#general_form .field .input.textarea {
    height: auto;
}
#general_form .field input, #general_form .field .input, #general_form .field textarea, #general_form .field .textarea, #general_form .field .radio span, #general_form .field .checkbox span, #general_form .field .picker, #general_form .field .btn-picker, .field .bsmSelect {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
#general_form .form-block input[type="text"],
#general_form .form-block input[type="password"],
#general_form .form-block input[type="email"], #general_form .drawer input[type="text"],
#general_form .drawer input[type="password"],
#general_form .drawer input[type="email"] {
    height: 40px;
}
#general_form .form-block .field .input, #general_form .drawer .field .input {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
#general_form .form-block .field .input:focus, #general_form .drawer .field .input:focus {
    border-color: #8bc0ea;
    -webkit-box-shadow: 0 0 2px rgba(102, 175, 233, 0.75);
    -moz-box-shadow: 0 0 2px rgba(102, 175, 233, 0.75);
    box-shadow: 0 0 2px rgba(102, 175, 233, 0.75);
}
#general_form .gray-bdr-rnd {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #e7e7e7;
    border: 1px solid #b4b4b4;
    padding: 1em 0em;
}
#general_form .row {
    width: 100%;
    max-width: 1040px;
    min-width: 320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
#general_form .row .field{
    width: 100%;
    float:left;
    margin-bottom: 20px;
}
#general_form .column, #general_form .columns {
    margin-left: 0%;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#general_form .row .push_one {
    margin-left: 8.33333%;
}
#general_form .row .eight.columns {
    width: 66.66667%;
}
#general_form .row .four.columns {
    width: 33.33333%;
}
#general_form .row .five.columns {
    width: 41.66667%;
}
#general_form .row .twelve.columns {
    width: 100%;
}
#general_form .no-marg {
    margin: 0px;
}
#general_form .checkbox, #general_form .radio {
    width: 16px;
    height: 16px;
    padding: 0 5px 0 0;
    display: block;
    clear: left;
    float: left;
    background-image: url(../images/ajax_posting/checkbox.png);
    background-repeat: no-repeat;
}
#general_form .radio {
    background-image: url(../images/ajax_posting/radio.png);
    background-repeat: no-repeat;
}
#general_form .dd-select-wrapper {
    display: inline-block;
    position: relative;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    color: #393939;
    background-color: #FFF;
    height: 40px;
    border-radius: 5px;
}
#general_form .dd-select-wrapper-2 {
    overflow: hidden;
}
#general_form .dd-select-wrapper select {
    margin-right: -17px;
    margin-left: 0px;
    border: none;
    margin-bottom: 1px;
    margin-top: 1px;
    font-size: 14px;
    font-family: "Open Sans";
    padding-right: 36px;
    background-image: url(../images/arrow_down_select.png);
    background-repeat: no-repeat;
    background-position: right 1px;
    padding-top: 9px;
    padding-left: 10px;
    width: auto;
    -webkit-appearance:none;
}
#general_form .dd-select-wrapper select:focus {
    outline: none;
}
#general_form .dd-select-wrapper select::-ms-expand {
    display: none;
}
#general_form .text-micro {
    font-size: 10px;
    line-height: 1.5em;
    margin-bottom: 0px;
    color: #818181;
}
#general_form .row .two.columns {
    width: 16.66667%;
}
#general_form .row .six.columns {
    width: 50%;
}
#general_form .row .eight.columns {
    width: 66.66667%;
}
#general_form .row .nine.columns {
    width: 75%;
}
#general_form .important {
    color: #c3510c;
    font-size: small;
}
#general_form .tight-line {
    line-height: 1em;
    margin-bottom: 5px !important;
}
#general_form .icon-plus-circled{
    font-size: 11px;
    color: #81ba44;
    background-image: url(../images/profile/icon_circle_plus.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    cursor: pointer;
}
#general_form .icon-minus-circled{
    font-size: 11px;
    color: #81ba44;
    background-image: url(../images/profile/icon_circle_minus.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    cursor: pointer;
}
#general_form p {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    font-size: 1rem;
    margin-bottom: 13px;
    line-height: 1.85714em;
}
/* line 65, ../bower_components/gumby/sass/_typography.scss */
#general_form p.lead {
    font-size: 17.5px;
    font-size: 1.25rem;
    margin-bottom: 18px;
}
#general_form .display_on_profile{
    float:left;
    width: 100%;
    margin-top: 5px;
}
#general_form .grey_button{
    line-height: 37px;
    background-color: #e7e7e7;
    height: 40px;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 16px;
    color: #555555;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow:none;
}
#general_form .grey_button:hover{
    line-height: 37px;
    background-color: #FFFFFF;
    height: 40px;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 16px;
    color: #555555;
    border-radius: 3px;
    border: 1px solid #555555;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow:none;
}
#general_form .posting-checkbox{
    float: left;
    width: 100%;
}
#general_form .posting-checkbox .checkbox-container{
    float: left;
    vertical-align:top;
    width:20px;
    padding-top: 3px;
}
#general_form .posting-checkbox .checkbox-label{
    float: left;
    vertical-align:top;
    width:85%;
    padding-bottom: 3px;
}
#general_form .role1-tag, #general_form .role2-tag {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
    position: relative;
    padding: 1em 1em 1em 1em;
    float: left;
    list-style: none;
    background: #f0efef;
    border: 1px solid #d7d5d5;
    margin: 0 1em 1em 0;
    line-height: 1em;
    text-align: left;
    margin-left: 0em;
    font-size: 12px;
    font-weight: 600;
}

.clear-tag { // Added by Prakash Pa for clearing roles selection button design
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
    position: relative;
    padding: 1em 1em 1em 1em;
    float: left;
    list-style: none;
    margin: 0 1em 1em 0;
    line-height: 1em;
    text-align: left;
    margin-left: 0em;
    font-size: 12px;
    font-weight: 600;
}
#general_form .role_dd_label{
    border-radius: 3px;
    width: 240px;
    min-width: 270px;
    background-color: white;
    border: 1px solid #d8d8d8;
    position: relative;
    line-height: 40px;
    height: 40px;
    padding-right: 1em;
    padding-bottom: 0em;
    padding-left: 1em;
    cursor:pointer;
    margin-bottom: 20px;
}
#general_form .role_checkboxes{
    width: 740px;
    background-color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.13);
    z-index: 110;
    position:absolute;
    padding:  10px;
    top: 20px;
}
#content .green_button{
    line-height: 37px;
    background-color: #79a846;
    height: 40px;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 3px;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow:none;
}
#content .green_button:hover{
    line-height: 37px;
    background-color: #92BD62;
    height: 40px;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 3px;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow:none;
}
.unread_msg_count{
    color: #FFF;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background-color: #d34e23;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
/* Ended by Imran for New Form Styles */


/* Added By Hemakumar for list view design in events and news page */
table.groups_list_table, table.events_table, table.news_table{
    border:none;
    border-collapse:collapse;
    border-spacing:0;
}

table.groups_list_table .group_title_head, table.events_table .group_title_head, table.news_table .group_title_head{
    font-weight: bolder;
}

table.groups_list_table th a, table.events_table th a, table.news_table th a{
    color: #666;
    text-decoration: none;
}

table.groups_list_table th, table.events_table th, table.news_table th{
    font-size: 15px;
    font-weight: normal;
    color: #666;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #edf5f8;
    border: 1px solid #d5ecf5;
    line-height: 38px;
    height: 38px;
    margin: 0px;
    border-collapse:collapse;
    white-space: nowrap;
}

table.groups_list_table  tr.evenColour, table.events_table tr.evenColour, table.news_table tr.evenColour{
    background-color: #f9f9f9;
}

table.groups_list_table td, table.events_table td, table.news_table td{
    border: 1px solid #e7e7e7;
    padding: 15px !important;
}

.pagination-links .new-pagination {
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    margin-left: -5px;
    background-color: #f9f9f9;
    color: #000;
    text-decoration: none;
}

.pagination-links .new-pagination-current {
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    margin-left: -5px;
    background-color: #e2e2e2;
}

.pagination-links .prev {
    border: 1px solid #e7e7e7;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 5px 10px;
    margin-left: -5px;
    background-color: #f9f9f9;
    color: #000;
    text-decoration: none;
}

.pagination-links .prev-current {
    border: 1px solid #e7e7e7;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 5px 10px;
    margin-left: -5px;
    background-color: #e2e2e2;
}

.pagination-links .next {
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 10px;
    margin-left: -5px;
    color: #000;
    text-decoration: none;
}

.pagination-links .next-current {
    background-color: #e2e2e2;
    border: 1px solid #e7e7e7;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 10px;
    margin-left: -5px;
}
/* Added By Hemakumar for list view design in events and news page Ends */


.content-layer {
    background-color: #fff;
    margin-bottom: -25px;
    margin-left: -25px;
    min-height: 950px;
    padding-bottom: 25px;
    padding-left: 25px;
    width: 995px;
    padding-top: 25px;
    float: left;
}
.content-layer #right_sidebar{
    margin-right: 25px !important;
}

.content-layer #right_sidebar .button, .content-layer #right_sidebar input[type="submit"]{
    width: 155px;
    text-align: center;
    color: #ffffff;
    background-color: #79a846;
}

a.group-join-button {
    line-height: 35px;
    background-color: #FFF;
    height: 35px;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 13px;
    color: #6c9b50;
    border-radius: 8px;
    border: 2px solid #6c9b50;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
}
/* Added by Imran for Task no. 505 of Sw Feature Bundles */
/*--------------------------- FARMSREACH FILTERS STARTS ---------------------------*/
#fr_filters{
    float: left;
    width: 100%;
    background-color: #e7e7e7;
    height: 50px;
    margin-bottom: 15px;
    color: #464646;
    position: relative;
}
#fr_filters .fr_filter_categories{
    float: left;
    padding-right: 10px;
    border-right: 2px solid #dadada;
    margin-left: 15px;
    height: 37px;
    font-size: 15px;
    font-weight: normal;
    padding-top: 13px;
}
#fr_reset_icon{
    background-color: #a54129;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    color: #FFF;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
}
#fr_reset_filters{
    position: absolute;
    right: 50px;
    top: 15px;
    font-size: 13px;
}
#fr_filters .service_categories{
    float: left;
    padding-right: 10px;
    border-right: 2px solid #dadada;
    margin-left: 15px;
    height: 37px;
    font-size: 15px;
    font-weight: normal;
    padding-top: 13px;
}
#fr_filters .fr_filters_container{
    float: left;
    margin-left: 10px;
    height: 30px;
    padding-top: 15px;
}
#fr_filter_dd{
    display:none;
    width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;


    z-index: 99999;
    background-color:#dadada;
    padding: 10px;
}
#fr_filter_dd hr {
    background-color: #c3c7bf;
    border: 0 none;
    clear: both;
    height: 1px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}
#fr_filter_dd a.button{
    margin-bottom:3px;
    margin-top: 3px;
}
#content #fr_filter_dd ul{
    list-style: none;
}
#content #fr_filter_dd ul li{
    float: left;
    width: 280px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-left: 13px;
    background-image: none;
    padding-top: 0px;
    border-bottom: 1px solid #c3c7bf;
    color: #a2341b;
    font-size: 13px;
    padding-left:0px;
}
#content #fr_filter_dd ul li:last-child{
    border-bottom: none;
}
#content #fr_filter_dd ul li a{
    color: #a2341b;
    text-decoration: none;
}
#content #fr_filter_dd ul li a:hover{
    color: #a2341b;
    text-decoration: underline;
}

/*--------------------------- FARMSREACH FILTERS ENDS ---------------------------*/
/*--------------------------- AJAX EVENT POSTING STARTS ---------------------------*/
/* Commented by Imran for Redesign of Member Logged in Homepage Posting Mechanism Task */
/*#events_ajax_posting_container{
    background-color: #e7e7e7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 38px;
    position: relative;
}*/
/* Commented by Imran for Redesign of Member Logged in Homepage Posting Mechanism Task */
#events_ajax_form_container{
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 350px;
}
#events_topic_container{
    float: left;
    position: relative;
}
#event_topic {
    color: #7a7c78;
    height:46px;
    font-size: 15px;
    line-height: 46px;
    background-color: #e7e7e7;
    padding-left: 20px;
    cursor: pointer;
    padding-right: 20px;
    float:left;
}
#event_desc{
    display:none;
    /* Modified by Yogaraj, For Task:549 Bug & Feature Tracker*/
    width:385px;
    height: 235px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    z-index: 1;
    background-color:#dadada;
    padding: 10px;
}
ul#event-topic-list li{
    padding-left:0px;
    list-style:none;
    color: #666666;
}
#events_ajax_posting_file_upload_area{
    width: 120px;
    padding:0px;
    margin:0px;
    position: absolute;
    bottom:0px;
    left:10px;
}
/*--------------------------- AJAX EVENT POSTING ENDS ---------------------------*/
/*--------------------------- LOAD MORE MODULES STARTS ---------------------------*/
#content .load-more-conversation{
    border-radius: 10px;
    height: 44px;
    width: 100%;
    font-size: 15px;
    background-color: #e2e2e2;
    margin-top: 10px;
    font-family: "Museo Slab 500", Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-weight: normal;
    color: #6d6d6d;
    line-height: 44px;
    float: left;
    text-align: center;
    cursor: pointer;
}
/*--------------------------- LOAD MORE MODULES ENDS ---------------------------*/
/* Ended by Imran for Task no. 505 of Sw Feature Bundles */
/* Added by Hemakumar for Task 505 */
#filter_block{
    width:750px;
    float:left;
    border:1.5px solid #dadada;
    margin-bottom: 10px;
    background-color: #E7E7E7;
}

#all_categories {
    height: 50px;
    padding: 10px;
    width: 159px;
    float: left;
}

#all_categories_caption {
    color: #797979;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
}

#filter_by_categories_caption {
    background-image: none;
    color: #6C9B50;
    font-size: 14px;
    width: 160px;
    cursor: pointer;
}

#filter_by_categories_topic {
    background-color: #dadada;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 10px;
    position: absolute;
    /*top: 370px;*/
    z-index: 1;
    height: 180px;
    width: 160px;
    display: none;
}

#filter_by_categories_topic ul li {
    background-image: none;
    border-bottom: 1px solid #C3C7BF;
    float: left;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-top: 0;
    width: 140px;
}

#filter_by_categories_topic ul li a {
    color: #A2341B;
    text-decoration: none;
}

#category_all_topics, #category_people_like_me, #location_layer_btn {
    color: #464646;
    cursor: pointer;
    font-family: "Lucida Grande",Arial,Helvetica,sans-serif,"Trebuchet MS";
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 18px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    float: left;
}

#more_category_filters {
    width: 370px;
    float: left;
}

#more_category_filters_caption {
    color: #797979;
    float: left;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 25px;
    width: 80px;
}

#location_layer {
    width: 270px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    z-index: 99999;
    background-color:#dadada;
    padding: 10px;
    left: 0px;
    top: 15px;
    height: 390px;
}

#category_all_topics_list {
    width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    z-index: 99999;
    background-color:#dadada;
    padding: 10px;
    left: 0px;
    top: 15px;
    height: 305px;
}

#category_people_like_me_list {
    width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    z-index: 99999;
    background-color:#dadada;
    padding: 10px;
    left: 10px;
    top: 15px;
}

#category_all_topics_list hr, #category_people_like_me_list hr, #location_layer hr{
    background-color: #c3c7bf;
    border: 0 none;
    clear: both;
    height: 1px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}

#category_all_topics_list ul, #category_people_like_me_list ul, #location_layer ul{
    list-style: none;
}

#category_all_topics_list ul li{
    float: left;
    width: 280px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-left: 13px;
    background-image: none;
    padding-top: 0px;
    border-bottom: 1px solid #c3c7bf;
    color: #a2341b;
    font-size: 13px;
    padding-left:0px;
    cursor:pointer;
}
#category_people_like_me_list ul li, #location_layer ul li{
    float: left;
    width: 280px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-left: 13px;
    background-image: none;
    padding-top: 0px;
    border-bottom: 1px solid #c3c7bf;
    color: #a2341b;
    font-size: 13px;
    padding-left:0px;
    /*cursor:pointer;*/
}
#category_all_topics_list ul li label, #category_people_like_me_list ul li label, #location_layer ul li label{
    cursor:pointer;
}

#category_all_topics_list ul li:last-child, #category_people_like_me_list ul li:last-child, #location_layer ul li:last-child{
    border-bottom: none;
}

#category_all_topics_list ul li a, #category_people_like_me_list ul li a, #location_layer ul li a{
    color: #a2341b;
    text-decoration: none;
}

#category_all_topics_list ul li a:hover, #category_people_like_me_list ul li a:hover, #location_layer ul li a:hover{
    color: #a2341b;
    text-decoration: underline;
}
/* Commented by Imran for Redesign of Member Logged in Homepage Posting Mechanism Task */
/*#classifieds_ajax_posting_container {
    background-color: #E7E7E7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 22px;
    position: relative;
    width: 750px;
}*/
/* Commented by Imran for Redesign of Member Logged in Homepage Posting Mechanism Task */

#topic_classified {
    color: #7a7c78;
    height:46px;
    font-size: 15px;
    line-height: 46px;
    background-color: #e7e7e7;
    padding-left: 20px;
    cursor: pointer;
    padding-right: 20px;
    float:left;
}
/* Modified by Yogaraj, For Reclassifying classfieds*/
#desc_classified{
    display:none;
    width:305px;
    height: 225px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    z-index: 1;
    background-color:#dadada;
    padding: 10px;
    top: 46px;
}

#topic1_classified {
    color: #7a7c78;
    height:46px;
    font-size: 15px;
    line-height: 46px;
    background-color: #e7e7e7;
    padding-left: 20px;
    cursor: pointer;
    padding-right: 20px;
    float:left;
}

#desc1_classified {
    display:none;
    /* Modified by Yogaraj, For Task:549 Bug & Feature Tracker*/
    width:385px;
    height: 235px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    z-index: 1;
    background-color:#dadada;
    padding: 10px;
}

#classified_form label {
    color: #A2341B;
    float: left;
    margin-top: 5px;
    width: 155px;
}
/* Added by Imran for Imran for Redesign of Member Logged in Homepage Posting Mechanism Task  */
#ajax_posting_container{
    background-color: #e7e7e7;
    padding: 12px;
    float: left;
    margin-bottom: 15px;
    position: relative;
}
.tab-wrap {
    background-color: #f8f8f8;
    padding: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
    border: 1px solid #d7d7d7;
    margin-bottom: 1.5em;
    width: 96%;
}
#defaultMsg img {
    vertical-align: middle;
    margin-right: 1em;
    float: left;
}

#openConvo {
    color: #cecece;
    width: 100%;
    display: block;
}
.conversation_icon{
    color: #555555;
    background-image: url(../images/ajax_posting/conversaion_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;	
    margin-left: 15px;
    cursor: pointer;

}
.conversation_icon_over{
    color: #79a846;
    background-image: url(../images/ajax_posting/conversaion_icon_over.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-left: 15px;
    cursor: pointer;
}
/* Modified By Hemakumar for Feedback in Member Home Page Redesign */
.classified_icon{
    color: #555555;
    background-image: url(../images/ajax_posting/classified_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 23px;
    margin-left: 25px;	
    cursor: pointer;
}
#indicator-default {
    width: 25px;
    height: 13px;
    position: absolute;
    top: 18px;
    left: 124px;
    z-index: 999999;
}
#conversation-indicator {
    width: 25px;
    height: 13px;
    position: absolute;
    top: 18px;
    left: 124px;
    z-index: 999999;
}
#classified-indicator {
    width: 25px;
    height: 13px;
    position: absolute;
    top: 18px;
    left: 260px;
    z-index: 999999;
}
#events-indicator {
    width: 25px;
    height: 13px;
    position: absolute;
    top: 18px;
    left: 365px;
    z-index: 999999;
}
/* Modified By Hemakumar for Feedback in Member Home Page Redesign */
.classified_icon_over{
    color: #79a846;
    background-image: url(../images/ajax_posting/classified_icon_over.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 23px;
    margin-left: 25px;	
    cursor: pointer;
}
.events_icon{
    color: #555555;
    background-image: url(../images/ajax_posting/events_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 23px;
    margin-left: 30px;
    cursor: pointer;
}
.events_icon_over{
    color: #79a846;
    background-image: url(../images/ajax_posting/events_icon_over.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 23px;
    margin-left: 30px;
    cursor: pointer;
}
#create-a-post{
    font-size: 14px;
    margin-bottom: 10px;
    color:#555555;
    position: relative;
}
#ajax_posting_container .form-block *{
    box-sizing: border-box;
}
#ajax_posting_container .field input, #ajax_posting_container .field input[type="*"], #ajax_posting_container .field textarea {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#ajax_posting_container .field .input {
    position: relative;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #d8d8d8;
    height: 31px;
    line-height: 29px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
#ajax_posting_container .field input, #ajax_posting_container .field .input, #ajax_posting_container .field textarea, #ajax_posting_container .field .textarea, #ajax_posting_container .field .radio span, #ajax_posting_container .field .checkbox span, #ajax_posting_container .field .picker, #ajax_posting_container .field .btn-picker, .field .bsmSelect {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
#ajax_posting_container .form-block input[type="text"],
#ajax_posting_container .form-block input[type="password"],
#ajax_posting_container .form-block input[type="email"], #ajax_posting_container .drawer input[type="text"],
#ajax_posting_container .drawer input[type="password"],
#ajax_posting_container .drawer input[type="email"] {
    height: 40px;
}
#ajax_posting_container .form-block .field .input, #ajax_posting_container .drawer .field .input {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
#ajax_posting_container .form-block .field .input:focus, #ajax_posting_container .drawer .field .input:focus {
    border-color: #8bc0ea;
    -webkit-box-shadow: 0 0 2px rgba(102, 175, 233, 0.75);
    -moz-box-shadow: 0 0 2px rgba(102, 175, 233, 0.75);
    box-shadow: 0 0 2px rgba(102, 175, 233, 0.75);
}
#ajax_posting_container .gray-bdr-rnd {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #e7e7e7;
    border: 1px solid #b4b4b4;
    padding: 1em 0em;
}
#ajax_posting_container .row {
    width: 100%;
    max-width: 1040px;
    min-width: 320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
#ajax_posting_container .row .field{
    width: 100%;
    float:left;
    margin-bottom: 10px;
}
#ajax_posting_container .column, #ajax_posting_container .columns {
    margin-left: 0%;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#ajax_posting_container .row .push_one {
    margin-left: 8.33333%;
}
#ajax_posting_container .row .eight.columns {
    width: 66.66667%;
}
#ajax_posting_container .row .four.columns {
    width: 33.33333%;
}
#ajax_posting_container .row .five.columns {
    width: 41.66667%;
}
#ajax_posting_container .no-marg {
    margin: 0px;
}
#ajax_posting_container .no-pad{
    padding: 0px;
}
#ajax_posting_container .checkbox, #ajax_posting_container .radio {
    width: 16px;
    height: 16px;
    padding: 0 5px 0 0;
    display: block;
    clear: left;
    float: left;
    background-image: url(../images/ajax_posting/checkbox.png);
    background-repeat: no-repeat;
}
#ajax_posting_container .radio {
    background-image: url(../images/ajax_posting/radio.png);
    background-repeat: no-repeat;
}
#ajax_posting_container .dd-select-wrapper {
    display: inline-block;
    position: relative;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    color: #393939;
    background-color: #FFF;
    height: 40px;
    border-radius: 5px;
}
#ajax_posting_container .dd-select-wrapper-2 {
    overflow: hidden;
}
/* Modified By Hemakumar for Feedback in Member Home Page Redesign */
#ajax_posting_container .dd-select-wrapper select {
    margin-right: -17px;
    margin-left: 0px;
    border: none;
    margin-bottom: 1px;
    margin-top: 1px;
    font-size: 14px;
    font-family: "Open Sans";
    padding-right: 36px;
    background-image: url(../images/arrow_down_select.png);
    background-repeat: no-repeat;
    background-position: right 1px;
    padding-top: 9px;
    padding-left: 10px;
    width: auto;
    -webkit-appearance:none;
}
#ajax_posting_container .dd-select-wrapper select:focus {
    outline: none;
}
#ajax_posting_container .dd-select-wrapper select::-ms-expand {
    display: none;
}
#ajax_posting_container .text-micro {
    font-size: 10px;
    line-height: 1.5em;
    margin-bottom: 0px;
    color: #818181;
}
#ajax_posting_container .row .two.columns {
    width: 16.66667%;
}
#ajax_posting_container .row .six.columns {
    width: 50%;
}
#ajax_posting_container .row .nine.columns {
    width: 75%;
}
#ajax_posting_container .important {
    color: #c3510c;
    font-size: small;
}
.dateTimePickerField {
    background-image: url(../images/ajax_posting/icon-calendar.png);
    background-repeat: no-repeat;
    background-position: right 10px;
}
#topic_conversation,
#topic_classifieds,
#groups_conversation,
#groups_classifieds,
#groups_events{
    border-radius: 3px;
    width: 100%;
    min-width: 270px;
    background-color: white;
    border: 1px solid #d8d8d8;
    position: relative;
    line-height: 40px;
    height: 40px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 1em;
    padding-bottom: 0em;
    padding-left: 1em;
    cursor:pointer;	
}
#topic_conversation_checkboxes,
#topic_classifieds_checkboxes,
#groups_conversation_checkboxes,
#groups_classifieds_checkboxes,
#groups_events_checkboxes{
    width: 100%;
    min-width: 270px;
    background-color: white;
    position: relative;
    margin-top: -11px;;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#content .green_button{
    line-height: 37px;
    background-color: #79a846;
    height: 40px;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 3px;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow:none;
}
#content .green_button:hover{
    line-height: 37px;
    background-color: #92BD62;
    height: 40px;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 3px;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow:none;
}
#content .grey_button{
    line-height: 37px;
    background-color: #e7e7e7;
    height: 40px;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 16px;
    color: #b4b4c2;
    border-radius: 3px;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow:none;
}
#content .grey_button:hover{
    line-height: 37px;
    background-color: #e7e7e7;
    height: 40px;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 16px;
    color: #555555;
    border-radius: 3px;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;

    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow:none;
}
.posting-checkbox{
    float: left;
    width: 100%;
}
.posting-checkbox .checkbox-container{
    float: left;
    vertical-align:top;
    width:20px;
    padding-top: 3px;
}
.posting-checkbox .checkbox-label{
    float: left;
    vertical-align:top;
    width:85%;
    padding-bottom: 5px;
}
.tooltip_content{
    width: 140px;
    padding: 10px;
    background-color: #81ba44;
    color:#FFFFFF;
    position: relative;
    border-radius: 3px;
}
.tooltip_content_arrow{
    position:absolute;
    left: 10px;
    bottom: -8px;
    z-index: 999999;
}
/* Ended by Imran for Imran for Redesign of Member Logged in Homepage Posting Mechanism Task  */
/* Added by Hemakumar for Edit Redesign Starts */
.edit_posting_container{
    background-color: #e7e7e7;
    padding: 12px;
    float: left;
    margin-bottom: 15px;
    width: 580px;
}

.conversation_topic, .groups_conversation {
    border-radius: 3px;
    width: 100%;
    min-width: 270px;
    background-color: white;
    border: 1px solid #d8d8d8;
    position: relative;
    line-height: 40px;
    height: 40px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 1em;
    padding-bottom: 0em;
    padding-left: 1em;
    cursor:pointer;	
}
.conversation_topic_checkboxes, .groups_conversation_checkboxes {
    width: 100%;
    min-width: 270px;
    background-color: white;
    position: relative;
    margin-top: -11px;;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.edit_posting_container .form-block *{
    box-sizing: border-box;
}
.edit_posting_container .field input, .edit_posting_container .field input[type="*"], .edit_posting_container .field textarea {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.edit_posting_container .field .input {
    position: relative;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #d8d8d8;
    height: 31px;
    line-height: 29px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.edit_posting_container .field input, .edit_posting_container .field .input, .edit_posting_container .field textarea, .edit_posting_container .field .textarea, .edit_posting_container .field .radio span, .edit_posting_container .field .checkbox span, .edit_posting_container .field .picker, .edit_posting_container .field .btn-picker, .field .bsmSelect {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.edit_posting_container .form-block input[type="text"],
.edit_posting_container .form-block input[type="password"],
.edit_posting_container .form-block input[type="email"], .edit_posting_container .drawer input[type="text"],
.edit_posting_container .drawer input[type="password"],
.edit_posting_container .drawer input[type="email"] {
    height: 40px;
}
.edit_posting_container .form-block .field .input, .edit_posting_container .drawer .field .input {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.edit_posting_container .form-block .field .input:focus, .edit_posting_container .drawer .field .input:focus {
    border-color: #8bc0ea;
    -webkit-box-shadow: 0 0 2px rgba(102, 175, 233, 0.75);
    -moz-box-shadow: 0 0 2px rgba(102, 175, 233, 0.75);
    box-shadow: 0 0 2px rgba(102, 175, 233, 0.75);
}
.edit_posting_container .gray-bdr-rnd {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #e7e7e7;
    border: 1px solid #b4b4b4;
    padding: 1em 0em;
}
.edit_posting_container .row {
    width: 100%;
    max-width: 1040px;
    min-width: 320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.edit_posting_container .row .field{
    width: 100%;
    float:left;
    margin-bottom: 10px;
}
.edit_posting_container .column, .edit_posting_container .columns {
    margin-left: 0%;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.edit_posting_container .row .push_one {
    margin-left: 8.33333%;
}
.edit_posting_container .row .eight.columns {
    width: 66.66667%;
}
.edit_posting_container .row .four.columns {
    width: 33.33333%;
}
.edit_posting_container .row .five.columns {
    width: 41.66667%;
}
.edit_posting_container .no-marg {
    margin: 0px;
}
.edit_posting_container .checkbox, .edit_posting_container .radio {
    width: 16px;
    height: 16px;
    padding: 0 5px 0 0;
    display: block;
    clear: left;
    float: left;
    background-image: url(../images/ajax_posting/checkbox.png);
    background-repeat: no-repeat;
}
.edit_posting_container .radio {
    background-image: url(../images/ajax_posting/radio.png);
    background-repeat: no-repeat;
}
.edit_posting_container .dd-select-wrapper {
    display: inline-block;
    position: relative;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    color: #393939;
    background-color: #FFF;
    height: 40px;
    border-radius: 5px;
}
.edit_posting_container .dd-select-wrapper-2 {
    overflow: hidden;
}
.edit_posting_container .dd-select-wrapper select {
    margin-right: -17px;
    margin-left: 0px;
    border: none;
    margin-bottom: 1px;
    margin-top: 1px;
    font-size: 14px;
    font-family: "Open Sans";
    padding-right: 36px;
    background-image: url(../images/arrow_down_select.png);
    background-repeat: no-repeat;
    background-position: right 1px;
    padding-top: 9px;
    padding-left: 10px;
    width: auto;
    -webkit-appearance:none;
}
.edit_posting_container .dd-select-wrapper select:focus {
    outline: none;
}
.edit_posting_container .dd-select-wrapper select::-ms-expand {
    display: none;
}
.edit_posting_container .text-micro {
    font-size: 10px;
    line-height: 1.5em;
    margin-bottom: 0px;
    color: #818181;
}
.edit_posting_container .row .two.columns {
    width: 16.66667%;
}
.edit_posting_container .row .six.columns {
    width: 50%;
}
.edit_posting_container .row .nine.columns {
    width: 75%;
}
.edit_posting_container .important {
    color: #c3510c;
    font-size: small;
}

.groups_ajax_posting_file_upload_area, .conversations_ajax_posting_file_upload_area{
    bottom: 10px;
    left: 10px;
    position: absolute;
    width: 355px;
}

.groups_conversation_checkboxes .posting-checkbox,
.conversation_topic_checkboxes .posting-checkbox{
    float: left;
    width: 260px;
}
.groups_conversation_checkboxes .posting-checkbox .checkbox-container,
.conversation_topic_checkboxes .posting-checkbox .checkbox-container{
    float: left;
    vertical-align:top;
    width:20px;
    padding-top: 3px;
}
.groups_conversation_checkboxes .posting-checkbox .checkbox-label,
.conversation_topic_checkboxes .posting-checkbox .checkbox-label{
    float: left;
    vertical-align:top;
    width:85%;
    padding-bottom: 5px;
}

.edit_posting_container .form-block .mceEditor table.mceLayout{
    height: 100px !important;
    width:555px !important;
}

.edit_posting_for_groups {
    width: 450px !important;
}

.edit_posting_for_groups .form-block .mceEditor table.mceLayout{
    height: 100px !important;
    width: 425px !important;
}

.edit_events_container {
    background-color: #e7e7e7;
    padding: 12px;
    float: left;
    margin-bottom: 15px;
}

.edit_events_container #edit_event_form .tab-wrap .form-block .ubpfeditor-wrap .mceEditor table.mceLayout{
    height: 300px !important;
    width: 920px !important;
}

.edit_events_container .form-block *{
    box-sizing: border-box;
}
.edit_events_container .field input, .edit_events_container .field input[type="*"], .edit_events_container .field textarea {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.edit_events_container .field .input {
    position: relative;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #d8d8d8;
    height: 31px;
    line-height: 29px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.edit_events_container .field input, .edit_events_container .field .input, .edit_events_container .field textarea, .edit_events_container .field .textarea, .edit_events_container .field .radio span, .edit_events_container .field .checkbox span, .edit_events_container .field .picker, .edit_events_container .field .btn-picker, .field .bsmSelect {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.edit_events_container .form-block input[type="text"],
.edit_events_container .form-block input[type="password"],
.edit_events_container .form-block input[type="email"], .edit_events_container .drawer input[type="text"],
.edit_events_container .drawer input[type="password"],
.edit_events_container .drawer input[type="email"] {
    height: 40px;
}
.edit_events_container .form-block .field .input, .edit_events_container .drawer .field .input {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.edit_events_container .form-block .field .input:focus, .edit_events_container .drawer .field .input:focus {
    border-color: #8bc0ea;
    -webkit-box-shadow: 0 0 2px rgba(102, 175, 233, 0.75);
    -moz-box-shadow: 0 0 2px rgba(102, 175, 233, 0.75);
    box-shadow: 0 0 2px rgba(102, 175, 233, 0.75);
}
.edit_events_container .gray-bdr-rnd {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #e7e7e7;
    border: 1px solid #b4b4b4;
    padding: 1em 0em;
}
.edit_events_container .row {
    width: 100%;
    max-width: 1040px;
    min-width: 320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.edit_events_container .row .field{
    width: 100%;
    float:left;
    margin-bottom: 10px;
}
.edit_events_container .column, .edit_events_container .columns {
    margin-left: 0%;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.edit_events_container .row .push_one {
    margin-left: 8.33333%;
}
.edit_events_container .row .eight.columns {
    width: 66.66667%;
}
.edit_events_container .row .four.columns {
    width: 33.33333%;
}
.edit_events_container .row .five.columns {
    width: 41.66667%;
}
.edit_events_container .no-marg {
    margin: 0px;
}
.edit_events_container .checkbox, .edit_events_container .radio {
    width: 16px;
    height: 16px;
    padding: 0 5px 0 0;
    display: block;
    clear: left;
    float: left;
    background-image: url(../images/ajax_posting/checkbox.png);
    background-repeat: no-repeat;
}
.edit_events_container .radio {
    background-image: url(../images/ajax_posting/radio.png);
    background-repeat: no-repeat;
}
.edit_events_container .dd-select-wrapper {
    display: inline-block;
    position: relative;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    color: #393939;
    background-color: #FFF;
    height: 40px;
    border-radius: 5px;
}
.edit_events_container .dd-select-wrapper-2 {
    overflow: hidden;
}
.edit_events_container .dd-select-wrapper select {
    margin-right: -17px;
    margin-left: 0px;
    border: none;
    margin-bottom: 1px;
    margin-top: 1px;
    font-size: 14px;
    font-family: "Open Sans";
    padding-right: 36px;
    background-image: url(../images/arrow_down_select.png);
    background-repeat: no-repeat;
    background-position: right 1px;
    padding-top: 9px;
    padding-left: 10px;
    width: auto;
    -webkit-appearance:none;
}
.edit_events_container .dd-select-wrapper select:focus {
    outline: none;
}
.edit_events_container .dd-select-wrapper select::-ms-expand {
    display: none;
}
.edit_events_container .text-micro {
    font-size: 10px;
    line-height: 1.5em;
    margin-bottom: 0px;
    color: #818181;
}
.edit_events_container .row .two.columns {
    width: 16.66667%;
}
.edit_events_container .row .six.columns {
    width: 50%;
}
.edit_events_container .row .nine.columns {
    width: 75%;
}
.edit_events_container .important {
    color: #c3510c;
    font-size: small;
}

/* Added By Hemakumar for Feedback in Member Home Page Redesign */ 
.required_fields {
    color: #777;
    font-size: 12px;
    margin-left: 180px;
    padding-left: 23px;
}
/* Added by Hemakumar for Edit Redesign Ends */
/* Added by Imran for New Activity Feed Filters */
#activity_feed_filters{
    float:right;
    position: relative;
}
#activity_feed_filters .dd-select-wrapper {
    display: inline-block;
    position: relative;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    color: #393939;
    background-color: #FFF;
    height: 40px;
    border-radius: 5px;
}
#activity_feed_filters .dd-select-wrapper-2 {
    overflow: hidden;
}
#activity_feed_filters .dd-select-wrapper select {
    margin-right: -17px;
    margin-left: 0px;
    border: none;
    margin-bottom: 1px;
    margin-top: 1px;
    font-size: 14px;
    font-family: "Open Sans";
    padding-right: 36px;
    background-image: url(../images/arrow_down_select.png);
    background-repeat: no-repeat;
    background-position: right 1px;
    padding-top: 9px;
    padding-left: 10px;
    width: auto;
    -webkit-appearance:none;
}
#activity_feed_filters .dd-select-wrapper select:focus {
    outline: none;
}
#activity_feed_filters .dd-select-wrapper select::-ms-expand {
    display: none;
}
/* Ended by Imran for New Activity Feed Filters */
/* Added by Imran for task no. 403 & 404 of Bug & Feature Tracker */
#new_content_wrapper #content{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	color: #2b2b2b;
	font-weight: normal;
}
#new_content_wrapper #content h1{
	font-size: 32px;
	color: #79a846;
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	margin-bottom: 30px;	
}
#new_content_wrapper #content h2{
	font-size: 26px;
	color: #647744;
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	margin-bottom: 30px;
}
#new_content_wrapper #content b, #new_content_wrapper #content strong{
	font-family: 'Lucida Grande Bold',serif;
	font-weight: normal;
}
#new_content_wrapper #content ul {
	margin-bottom: 20px;
}
#new_content_wrapper #content ul li{
	background-image: url(../images/new_list_bullet.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 14px;
}
#new_content_wrapper #content p{
	margin-bottom: 20px;
}
#new_content_wrapper #content .toolkit_box{
	background-image: url(../images/toolkit_box_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	height: 245px;
	width: 218px;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	color: #828282;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	background-position: left bottom;
}
#new_content_wrapper #content .toolkit_box:nth-child(3n+2){
	margin-right: 0px;
}
#new_content_wrapper #content .toolkit_box h1{
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: normal;
	color: #79a846;
	margin-bottom: 20px;
}
#new_content_wrapper #content .toolkit_box img{
	border: none;
	box-shadow: none;
	margin-bottom: 15px;
}
#new_page_title{
	background-color: #efeae3;
	height: 90px;
	width: 970px;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
	margin-left: -25px;
}
#new_page_title h1{
	font-family: 'Roboto Slab', serif;
	margin-top:35px;
	font-size: 24px;
	font-weight: normal;
	color: #79a846;
	margin-bottom: 0px;
	padding-bottom:0px;
}
/* Ended by Imran for task no. 403 & 404 of Bug & Feature Tracker */

/* Added by Prakash Pa for SD Filters starts */

.source-directory input[type="submit"]{
    -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: .75em 3em;
  font-size: 1.0em;
  background-color: #81ba44;
  border: 1px solid transparent;
  cursor: pointer;
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 12px;
  height: auto;
  box-shadow: none;
}

#middle_wrapper_sd{
    width: 1040px;
min-height: 950px;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
background-color: #F0EFEF;
box-shadow: 0px 4px 5px #888;
color: #666;
background-image: url(../images/footer_shadow.png);
background-repeat: no-repeat;
background-position: center top;
padding: 25px;
}
/* Added by Prakash Pa for SD Filters ends */

/* Added by Yogaraj, For Localization project*/

.localization_filters{
    float:left;
    text-align:center;
    margin-top:5px;
    /*margin-left:160px;*/
    position: relative;
    margin-bottom: 10px;
}
.localization{
    float:left;
    width:100px;
    padding:5px;
}

.localization_all{
    float:left;
    border-right:1px solid #dadada;
    width:80px;
    padding:5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-color:#79a846;
    color:#fff;
    cursor:pointer;
    /* Modified by Yogaraj, For localization project*/
    z-index: 9999999;
    position: relative;
}
.localization_near{
    float:left;
    border-right:1px solid #dadada;
    width:80px;
    padding:5px;
    background-color:#fff;
    cursor:pointer;
    /* Modified by Yogaraj, For localization project*/
    z-index: 9999999;
    position: relative;
}

.localization_custom{
    float: left; 
    width: 80px; 
    padding: 5px; 
    background-color: rgb(255, 255, 255); 
    border-top-right-radius: 5px; 
    border-bottom-right-radius: 5px;
    cursor:pointer;
    /* Modified by Yogaraj, For localization project*/
    z-index: 9999999;
    position: relative;
}

#localization_arrow{
	position:absolute;
	z-index: 99999999;
	top: -60px;
	left: 230px;
	width: 23px;
	height: 45px;
}
#localization_note{
    /* Modified by Yogaraj, For localization project*/
	font-size: 16px;
	color: #e6e6e6;
	font-family: "Open Sans";
	text-align: center;
	width: 580px;
	font-weight: normal;
	top: -120px;
	left: -20px;
	position:absolute;
	z-index: 99999999;
	line-height: 25px;
}
#localization_gotit_button{
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	width: 175px;
	position: absolute;
	left: 150px;
	bottom: -120px;
	color: #e6e6e6;
	border: 4px solid #e6e6e6;
	border-radius: 6px;
	z-index: 99999999;
	cursor: pointer;
}
#localization_close_button{
	width: 27px;
	height: 28px;
	cursor: pointer;
	position: absolute;
	top: 120px;
	right: 180px;
	z-index: 99999999;
	cursor: pointer;
}
.localization_custom_layer{
    width:380px;
    height:auto;
    min-height:450px;
    position:absolute;
    border:2px solid #DADADA;
    border-radius:8px;
    background-color:#fff;
    z-index:1;
    display:none;
}

.localization_nearme_layer{
    width:290px;
    height:40px;
    position:absolute;
    border:2px solid #DADADA;
    border-radius:8px;
    background-color:#fff;
    z-index:1;
    display:none;
}

#custom_arrow_nearme{
    display:none;
}

#custom_arrow{
    display:none;
}

.custom_txt{
    padding-top:20px;
    background-color:#F5F5F5;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    height:40px;
    font-size:14px;
}

  #localization_custom_layer .dd-select-wrapper {
	display: inline-block;
	position: relative;
	border: 1px solid #c9c9c9;
	font-size: 14px;
	color: #393939;
	background-color: #FFF;
	height: 40px;
	border-radius: 5px;
}

#localization_custom_layer .dd-select-wrapper-2 {
	overflow: hidden;
}
#localization_custom_layer .dd-select-wrapper select {
	margin-right: -17px;
	margin-left: 0px;
	border: none;
	margin-bottom: 1px;
	margin-top: 1px;
	font-size: 14px;
        /*font-family: "Open Sans";*/
	padding-right: 36px;
	background-image: url(../images/arrow_down_select.png);
	background-repeat: no-repeat;
	background-position: right 1px;
        padding-top: 9px;
	padding-left: 10px;
	width: auto;
        -webkit-appearance:none;
	}
#localization_custom_layer .dd-select-wrapper select:focus {
		outline: none;
	}
#localization_custom_layer .dd-select-wrapper select::-ms-expand {
                display: none;
}
#localization_custom_layer input[type="text"]{
	display: inline-block;
	position: relative;
	border: 1px solid #c9c9c9;
	font-size: 14px;
	color: #393939;
	background-color: #FFF;
	height: 40px;
	border-radius: 5px;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
}

#localization_submit{
    background-color: #79a846;
    color: #ffffff;
    text-align: center;
    width: 250px;
    height: 40px;
    margin-left: -25px;
    border-radius: 5px;
}


/*Added by Yogaraj, For localisation fixes*/
.tribe-events-calendar .tribe-events-tooltip{
    z-index: 999999999;
}

/* End for Localization project*/
#big.tribe-events-calendar {margin-top:0 !important;}

/* Added by NL for task 367 */
#content ul.acfb-holder li.friend-tab {
	padding-left:7px;
	background:#fff9df;
}
ul.acfb-holder li.friend-tab img.avatar {
	margin-right:3px;
}
/*#general_form .message-send-to label {
	float:left;
	top:9px;
	margin-right:5px;
	width:auto;
}*/
.message-send-to {
  position:relative;
  /*padding-bottom:10px;*/
}

.message-send-to .friend-tab-first {
	margin:0;
	padding-left:0;
	background:none; 
}
/*#general_form .message-send-to #send-to-input {
  position:absolute;
  left:95px;
  bottom:-8px;
}*/

/* Event Calendar */
.tribe-events-calendar .tribe-events-event {
  width:118px;
  word-wrap:break-word;
}

/* End of Event Calendar */
/* Added by Prakash for SD Submission Form Task Id: 370 */
#sdform .form-block *{
    box-sizing: border-box;
}
#sdform .form-block label, #sdform .drawer label {
    font-size: 13px;
    width: 100%;
}
#sdform .form-block .field label, #sdform  .drawer .field label {
    display: block;
    padding-left: 18px;
    text-indent: -18px;
    position: relative;
}

#sdform .gray-bdr-rnd {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #e7e7e7;
    border: 1px solid #b4b4b4;
    padding: 1em 0em;
}
#sdform .row {
    width: 100%;
    max-width: 1040px;
    min-width: 320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
#sdform .row .field{
    width: 100%;
    float:left;
    margin-bottom: 20px;
}
#sdform .column, #sdform .columns {
    margin-left: 0%;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sdform .row .push_one {
    margin-left: 8.33333%;
}
#sdform .row .eight.columns {
    width: 66.66667%;
}
#sdform .row .four.columns {
    width: 33.33333%;
}
#sdform .row .five.columns {
    width: 41.66667%;
}
#sdform .row .twelve.columns {
    width: 100%;
}
#sdform .no-marg {
    margin: 0px;
}
#sdform .checkbox, #sdform .radio {
    width: 16px;
    height: 16px;
    padding: 0 5px 0 0;
    display: block;
    clear: left;
    float: left;
    background-image: url(../images/ajax_posting/checkbox.png);
    background-repeat: no-repeat;
}
#sdform .radio {
    background-image: url(../images/ajax_posting/radio.png);
    background-repeat: no-repeat;
}
#sdform .dd-select-wrapper {
    display: inline-block;
    position: relative;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    color: #393939;
    background-color: #FFF;
    height: 40px;
    border-radius: 5px;
}
#sdform .dd-select-wrapper-2 {
    overflow: hidden;
}
#sdform .dd-select-wrapper select {
    margin-right: -17px;
    margin-left: 0px;
    border: none;
    margin-bottom: 1px;
    margin-top: 1px;
    font-size: 14px;
    font-family: "Open Sans";
    padding-right: 36px;
    background-image: url(../images/arrow_down_select.png);
    background-repeat: no-repeat;
    background-position: right 1px;
    padding-top: 9px;
    padding-left: 10px;
    width: auto;
    -webkit-appearance:none;
}
#sdform .dd-select-wrapper select:focus {
    outline: none;
}
#sdform .dd-select-wrapper select::-ms-expand {
    display: none;
}
#sdform .text-micro {
    font-size: 10px;
    line-height: 1.5em;
    margin-bottom: 0px;
    color: #818181;
}
#sdform .row .two.columns {
    width: 16.66667%;
}
#sdform .row .six.columns {
    width: 50%;
}
#sdform .row .eight.columns {
    width: 66.66667%;
}
#sdform .row .nine.columns {
    width: 75%;
}
#sdform .posting-checkbox{
    float: left;
    width: 100%;
}
#sdform .posting-checkbox .checkbox-container{
    float: left;
    vertical-align:top;
    width:20px;
    padding-top: 3px;
}
#sdform .posting-checkbox .checkbox-label{
    float: left;
    vertical-align:top;
    width:85%;
    padding-bottom: 3px;
}
#sdform .role1-tag, #sdform .role2-tag {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
    position: relative;
    padding: 1em 1em 1em 1em;
    float: left;
    list-style: none;
    background: #f0efef;
    border: 1px solid #d7d5d5;
    margin: 0 1em 1em 0;
    line-height: 1em;
    text-align: left;
    margin-left: 0em;
    font-size: 12px;
    font-weight: 600;
}
#sdform .role_dd_label{
    border-radius: 3px;
    width: 240px;
    min-width: 270px;
    background-color: white;
    border: 1px solid #d8d8d8;
    position: relative;
    line-height: 40px;
    height: 40px;
    padding-right: 1em;
    padding-bottom: 0em;
    padding-left: 1em;
    cursor:pointer;
    margin-bottom: 20px;
}
#sdform .role_checkboxes{
    width: 940px;
    background-color: white;
    border: 1px solid rgb(216, 216, 216);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.13);
    z-index: 110;
    position:absolute;
    padding:  10px;
    top: 0px;
}
/* Ended by Prakash for SD Submission Form Task Id: 370 */