@import "menu.css";
@import "form.css";
@import "fonts.css";
@import "links.css";

*{margin:0px; padding:0px;}

 img, div, a, input
{ behavior: url(../images/iepngfix.htc) 
}

body{margin:20px 0px 10px 0px; background:#2AA856 url(../images/bck_body.jpg) repeat-x; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#555;}

#container{width:900px; margin:auto;}

#container #header{}
#container #header_inner{background:#fff url(../images/bck_header-inner.jpg) 310px 10px no-repeat; padding:10px 15px 0px 15px;}
#container #header .leftpanel{float:left; margin-top:10px;}
#container #header h1{color:#2BA14A;}

#container #header .rightpanel{float:right; width:425px; display:inline;}
#container #header .rightpanel .toppanel{color:#474747; font-size:10px; text-align:right;float:right;}

#container #header #menupanel{background:#fff url(../images/bck_menu.jpg) repeat-x; height:38px;}
#container #header .searchpanel{padding:12px 0px 15px 0px; float:right; height:38px;}

#container #bannercontainer{margin-top:-3px;}
#container #banner{ width:590px; height:223px; background:#FBFFEF url(../images/img_banner3.gif);}
#container #banner div#joinnow{padding:100px 0px 0px 150px;}
#container #banner a#joinnow{width:128px; height:32px; background:url(../images/btn_joinnow.png) no-repeat; display:block;}
#container #banner a#joinnow:hover{background:url(../images/btn_joinnow.png) no-repeat 0px -32px;}
#container #banner a#invitefriends{width:128px; height:32px; background:url(../images/btn_invitefriends.png) no-repeat; display:block;}
#container #banner a#invitefriends:hover{background:url(../images/btn_invitefriends.png) no-repeat 0px -32px;}

#container #content_home{background:#fff; padding:12px 20px 20px 20px;}
#container #content_home .leftpanel{float:left; width:590px;}
#container #content_home .rightpanel{float:right; width:250px;}

#container #content_home #visionwall{width:250px; height:164px; padding:15px; background:url(../images/bck_greenwall.jpg) no-repeat; margin:20px 0px 0px 0px; float:left;}
#container #content_home #visionwall a{color:#000; font-size:12px; font-weight:bold; text-decoration:none;}
#container #content_home #visionwall a:hover{text-decoration:underline;}

#container #content_home #greenscreen{width:250px; height:164px; padding:15px; background:url(../images/bck_greenscreen.jpg) no-repeat; margin:20px 0px 0px 0px; float:right;}

#container #content_home #lifecycle{}
#container #content_home #lifecycle .title{color:#333; font-weight:bold; padding-bottom:6px; font-size:13px;}
#container #content_home #lifecycle .title a{color:#333; text-decoration:none;}
#container #content_home #lifecycle .title a:hover{color:#333; text-decoration:underline;}
#container #content_home #lifecycle .subtitle{color:#094F19; font-weight:bold; padding-bottom:6px; font-size:12px; height:35px;}
#container #content_home #lifecycle .subtitle a{color:#094F19; text-decoration:none;}
#container #content_home #lifecycle .subtitle a:hover{text-decoration:underline;}
#container #content_home #lifecycle .col1{background:url(../images/bck_lifecycle.jpg) no-repeat; margin:0px 0px 12px 0px; width:240px; height:91px; float:left; padding:15px 15px 0px 15px;}
#container #content_home #lifecycle .col2{background:url(../images/bck_lifecycle.jpg) no-repeat; margin:0px 0px 12px 0px; width:240px; height:91px; float:right; padding:15px 15px 0px 15px;}

#container #content{padding:15px 20px 15px 20px; background:#fff; line-height:18px;}

#container #content .leftpanel{float:left; width:590px;}
#container #content .rightpanel{float:right; width:250px;}

#container #content .leftpanel1{float:left; width:450px;}
#container #content .rightpanel1{float:right; width:365px;}

#container #content .leftpanel2{float:left; width:140px;}
#container #content .rightpanel2{float:right; width:690px;}
#container #content .rightpanel2 .leftpanel{float:left; width:465px;}
#container #content .rightpanel2 .rightpanel{float:right; width:200px; padding-left:10px;}
#container #content .rightpanel2 .leftpanel1{float:left; width:475px;}
#container #content .rightpanel2 .rightpanel1{float:right; width:180px; padding:0px 4px 0px 10px;}
#container #content .rightpanel2 .rightpanel2{float:right; width:190px; padding:0px 4px 0px 10px;}

#container #content .leftpanel3{float:left; width:640px;}
#container #content .rightpanel3{float:right; width:200px;}

#container #content .leftpanel4{float:left; width:200px;}
#container #content .rightpanel4{float:right; width:640px;}

#container #content .toppanel{padding:10px 0px 10px 0px; text-align:center;}

#footer_out{width:900px;margin:auto; }
#footer_in{padding:10px; line-height:18px; color:#E4E4E4; font-size:10px;}
#footer_in h3{color:#fff; font-size:15px; font-weight:bold;}
#footer_in a{color:#E4E4E4; text-decoration:none;}
#footer_in a:hover{text-decoration:underline;}
#footer_in ul{padding-left:17px;}

#footer_in .leftpanel{ float:left; width:30%; padding-right:15px;}
#footer_in .centerpanel{ float:left; width:31%; padding:0px 15px 0px 15px; border-left: 1px dotted #094f19; border-right: 1px dotted #094f19;}
#footer_in .rightpanel{ float:left; width:30%; padding-left:15px;}

#copyright{width:850px;margin:auto; text-align:center; color:#2B2B2B; padding:10px 0px 0px 0px; font-size:10px; border-top: 1px dotted #094f19;}

#footerad{width:900px;margin:auto; text-align:center; padding:20px 0px 20px 0px; }

/* formatting */
.clearboth{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}

p{padding-bottom:12px;}

img.border{padding:2px; border:1px solid #E5E5E5;}
a img.border:hover{border:1px solid #79BE5A;}

.ad{font-size:10px; color:#777777; text-align:center; padding:10px 0px 10px 0px;}
.ad a img{border:1px solid #777777; padding:0px;}

h1.pageheading{color: #097325; font-size:20px; padding:0px 0px 5px 0px; margin:0px 0px 10px 0px; border-bottom: 1px dotted #094f19; font-family: Arial, Tahoma, Verdana; font-size:22px;}

h2{font-family: Arial, Tahoma, Verdana; font-size:22px; color:#363636; padding:0px 0px 10px 0px; font-weight:bold;}
h2.white1{color:#fff; font-size:15px; font-weight:normal; padding-bottom:0px;}
h2.white2{color:#fff; font-size:20px; font-weight:normal;}/*to be removed*/
h2.green{color:#097325; font-size:15px; font-weight:bold; padding-bottom:0px;}
h2.green_border{color:#097325; font-size:15px; font-weight:normal; padding:0px 0px 5px 0px; font-weight:bold; border-bottom: 1px dotted #097325; margin-bottom:10px;}
h2.title{color:#097325; font-weight:bold; font-size:15px; padding:0px 0px 10px 0px; margin:0px;}
h2.title a{color:#097325; text-decoration:underline;}
h2.title a:hover{text-decoration:none;}
h2.title_details{color:#097325; font-weight:bold; font-size:18px; padding:0px 0px 10px 0px; margin:0px;}

h3{ margin:0px 0px 0px 0px; color:#000; font-size:18px; font-weight:normal;padding:0px 0px 6px 0px;} /*to be removed*/
h3.heading{color: #097325; padding:0px 0px 10px 0px; border-bottom: 1px dotted #094f19; margin-bottom:10px; background:none;}

h4{ padding:2px 4px 2px 4px; margin:0px; color:#097325; font-size:15px; padding:3px 3px 3px 7px; font-weight:bold; font-family:"Trebuchet MS", Tahoma, Verdana; letter-spacing:1px;}

h5{ margin:0px 0px 10px 0px; color:#333; font-size:11px; font-weight:normal;}/*to be removed*/

/* divs */
.title a{ color:#097325; text-decoration:none;}
.title a:hover{ text-decoration:underline;}

.title5{padding:6px; background:#EBEBEB; border-top:1px solid #D6D6D6; border-bottom:2px solid #999999;}/*to be removed*/
.title6{ color:#097325; font-weight:bold; padding-bottom:10px; font-size:18px;}/*to be removed*/
.title7{ color:#E0E0E0; font-weight:bold; padding-bottom:10px; font-size:13px;}/*to be removed after homepage*/
.title7 a{ color:#E0E0E0; text-decoration:none;}
.title7 a:hover{ color:#E0E0E0; text-decoration:underline;}

div.pagesubheading{padding:0px 0px 15px 0px; margin:0px; font-family: Arial, Tahoma, Verdana; text-align:justify; font-size:12px;}
div.pagesubheading:first-letter{color:#097325; font-size:18px;}

.row{padding-bottom:5px;}

.details:first-letter{color:#097325; font-size:18px;}

div.arrow{background:url(../images/arrow.jpg) no-repeat 20px 0px; height:10px;}
.arrow4{background:url(../images/arrow4.gif) no-repeat right; padding-right:16px;}
div.arrow5{background:url(../images/arrow5.gif) no-repeat 20px 0px; height:14px;}

div.lastaddedimg{padding:10px; text-align:center;}

.filtersearch {color:#000;padding:0px 0px 10px 0px;font-size:10px;}

.date{color:#666; text-transform:uppercase; font-weight:bold; padding-bottom:10px;}

.div1{color:#FFF; font-size:14px; font-style:italic; text-decoration:none; font-weight:bold;}/*to be removed after profile page completion*/
.div1 a{color:#FFF; text-decoration:none;}
.div1 a:hover{text-decoration:underline;}
.div1 span{color:#CCCCCC; font-size:11px; font-style:normal; font-weight:bold;}

/* lists */
ul,li{list-style:none;}
.details ul{padding-left:17px;}
.details li{padding-bottom:10px;list-style-type:square;}

ul.tab{font-weight:bold; font-size:11px;}
ul.tab li{float:left;}
ul.tab li a{background:#E0F3E8 url(../images/bck_lightgrey.jpg) repeat-x; padding:8px; letter-spacing:-1px; display:block; color:#000; text-decoration:none;}
ul.tab li a.current{background:#AEDB36 url(../images/bck_lightgreen.jpg) repeat-x;}
ul.tab li a:hover{background:#95C801 url(../images/bck_lightgreen.jpg) repeat-x 0px -34px;}

ul.tab2{font-size:11px; height:24px;}
ul.tab2 li{float:left; margin-left:3px; border-top:1px solid #86D5A6; border-right:1px solid #86D5A6; border-left:1px solid #86D5A6;}
ul.tab2 li a{background:url(../images/bck_lightgreengradient3.jpg) repeat-x; padding:5px; display:block; color:#094F19; text-decoration:none;}
ul.tab2 li.current{background:#86D5A6; font-weight:bold; padding:5px;}
ul.tab2 li a:hover{background:#A4E5BF;}

ul.tabroundgreen{margin-left:10px; height:15px; height:25px !ie;}
ul.tabroundgreen li{display: inline; font-size:11px;}
ul.tabroundgreen a{float: left; color:#097325; background: url(../images/tab_green_round.gif) no-repeat left top; /*default background color of tabs, left corner image*/ margin: 0px 1px 0px 0px; padding:0px 0px 1px 6px; text-align:center; text-decoration:none; height:24px;}
ul.tabroundgreen a span{display: block; background: transparent url(../images/tab_green_round.gif) no-repeat right top; /*right corner image*/
 padding: 5px 9px 2px 3px; cursor: pointer;}
ul.tabroundgreen a.current{color:#000; background: url(../images/tab_green_round2.gif) no-repeat left top; /*default background color of tabs, left corner image*/}
ul.tabroundgreen a.current span{background: transparent url(../images/tab_green_round2.gif) no-repeat right top; /*right corner image*/}

ul.greensquare{padding-left:17px;}
ul.greensquare li{font-size:11px; font-weight:bold; color:#42A700; list-style:square; padding-bottom:6px;}
ul.greensquare li a{color:#097325; text-decoration:none;}
ul.greensquare li a:hover{text-decoration:underline;}

ul.greensquare2{padding:0px 0px 0px 17px; color:#097325;}
ul.greensquare2 li{font-size:11px; list-style:square; padding-bottom:6px;}

.listing1{border-bottom:1px solid #ccc; padding:20px 10px 20px 10px;}
.listing1:hover{background:#EFFFE9;}
.listing1 .col1{float:left; padding:0px 0px 0px 0px; width:20%;}
.listing1 .col2{float:left; width:80%;}

.listing1_1{padding:10px;}
.listing1_1 .col1{float:left; padding:0px 0px 0px 0px; width:20%;}
.listing1_1 .col2{float:left; width:80%;}

.listing2{padding:10px;}
.listing2 .col1{float:left; padding:0px 0px 0px 0px; width:18%;}
.listing2 .col2{float:left; width:57%;}
.listing2 .col3{float:right; width:25%;}

.list1{background:url(../images/bck_lightgrey2.jpg) bottom repeat-x; padding:10px;}
.list1 .col1{ float:left; width:90px;}
.list1 .col2{ float:left; width:305px;}
.list1 .col3{ float:right; width:130px;}

.list9{background:url(../images/bck_lightgrey2.jpg) bottom repeat-x; padding:10px; margin:10px 0px 0px 0px; border-top:2px solid #ECECEC;}
.list9:hover{background:#EEEEEE; border-top:2px solid #DDDDDD;}
.list9 .col1{float:left; width:10%;}
.list9 .col2{float:left; width:88%; margin-left:6px;}
.list9 .title{font-weight:bold; padding-bottom:10px;}
.list9 .row2{padding:0px 0px 6px 0px;}

/* boxes */
.tabdata{padding:10px; background:#FFF;}/*to be removed*/
.tabdata1{padding:5px; background:#FFF;}/*to be removed*/

.box2{border:1px solid #9DCE0F; border-top:0px;}
.box4{padding:5px; border:1px solid #094F19;}/*to be removed after groups completion*/

.roundbox .topl{ height:7px; margin-right:7px; font-size:1px;}
.roundbox .topr{ height:7px; margin:-7px 0px 0px 7px; font-size:1px;}
.roundbox .middle{ padding:10px 15px 10px 15px;}
.roundbox .bottoml{ height:7px; margin-right:7px; font-size:1px;}
.roundbox .bottomr{  height:7px; margin:-7px 0px 0px 7px; font-size:1px;}

.roundbox_pink .topl{background:url(../images/roundbox_pink.gif) no-repeat left top;}
.roundbox_pink .topr{background:url(../images/roundbox_pink.gif) no-repeat right top; }
.roundbox_pink .middle{background:#FFF0F0; border-left:1px solid #FF0000; border-right:1px solid #FF0000;}
.roundbox_pink .bottoml{background:url(../images/roundbox_pink.gif) no-repeat bottom left;}
.roundbox_pink .bottomr{background:url(../images/roundbox_pink.gif) no-repeat right bottom;}

.roundbox_lgreen .topl{background:url(../images/roundbox_lgreen.gif) no-repeat left top;}
.roundbox_lgreen .topr{background:url(../images/roundbox_lgreen.gif) no-repeat right top; }
.roundbox_lgreen .middle{background:#BBEDA8; line-height:18px}
.roundbox_lgreen .bottoml{background:url(../images/roundbox_lgreen.gif) no-repeat bottom left;}
.roundbox_lgreen .bottomr{background:url(../images/roundbox_lgreen.gif) no-repeat right bottom;}

.roundbox_lgreen2 .topl{background:url(../images/roundbox_lgreen2.gif) no-repeat left top;}
.roundbox_lgreen2 .topr{background:url(../images/roundbox_lgreen2.gif) no-repeat right top; }
.roundbox_lgreen2 .middle{background:#D2EFC5;}
.roundbox_lgreen2 .bottoml{background:url(../images/roundbox_lgreen2.gif) no-repeat bottom left;}
.roundbox_lgreen2 .bottomr{background:url(../images/roundbox_lgreen2.gif) no-repeat right bottom;}

.roundbox_lgreen3 .topl{background:url(../images/roundbox_lgreen3.gif) no-repeat left top;}
.roundbox_lgreen3 .topr{background:url(../images/roundbox_lgreen3.gif) no-repeat right top; }
.roundbox_lgreen3 .middle{background:#BBE878; padding:0px 7px 0px 7px;}
.roundbox_lgreen3 .bottoml{background:url(../images/roundbox_lgreen3.gif) no-repeat bottom left;}
.roundbox_lgreen3 .bottomr{background:url(../images/roundbox_lgreen3.gif) no-repeat right bottom;}

.roundbox_lgreen4 .topl{background:url(../images/roundbox_lgreen4.gif) no-repeat left top;}
.roundbox_lgreen4 .topr{background:url(../images/roundbox_lgreen4.gif) no-repeat right top; }
.roundbox_lgreen4 .middle{background:#93D976; padding:0px 7px 0px 7px;}
.roundbox_lgreen4 .bottoml{background:url(../images/roundbox_lgreen4.gif) no-repeat bottom left;}
.roundbox_lgreen4 .bottomr{background:url(../images/roundbox_lgreen4.gif) no-repeat right bottom;}

.roundbox_lgreen5 .topl{background:url(../images/roundbox_lgreen5.gif) no-repeat left top;}
.roundbox_lgreen5 .topr{background:url(../images/roundbox_lgreen5.gif) no-repeat right top; }
.roundbox_lgreen5 .middle{background:#B2DE9F; padding:0px 7px 0px 7px;}
.roundbox_lgreen5 .bottoml{background:url(../images/roundbox_lgreen5.gif) no-repeat bottom left;}
.roundbox_lgreen5 .bottomr{background:url(../images/roundbox_lgreen5.gif) no-repeat right bottom;}

.roundbox_lgreen6 .topl{background:url(../images/roundbox_lgreen6.gif) no-repeat left top;}
.roundbox_lgreen6 .topr{background:url(../images/roundbox_lgreen6.gif) no-repeat right top; }
.roundbox_lgreen6 .middle{background:#EAF6E5; padding:10px 15px 10px 15px;}
.roundbox_lgreen6 .bottoml{background:url(../images/roundbox_lgreen6.gif) no-repeat bottom left;}
.roundbox_lgreen6 .bottomr{background:url(../images/roundbox_lgreen6.gif) no-repeat right bottom;}

.roundbox_lgreenborder .topl{background:url(../images/roundbox_lgreenborder.gif) no-repeat left top;}
.roundbox_lgreenborder .topr{background:url(../images/roundbox_lgreenborder.gif) no-repeat right top; }
.roundbox_lgreenborder .middle{background:#fff; border-left:2px solid #D2EFC5; border-right:2px solid #D2EFC5;}
.roundbox_lgreenborder .bottoml{background:url(../images/roundbox_lgreenborder.gif) no-repeat bottom left;}
.roundbox_lgreenborder .bottomr{background:url(../images/roundbox_lgreenborder.gif) no-repeat right bottom;}

.roundbox_lgreenborder1 .topl{background:url(../images/roundbox_lgreenborder1.gif) no-repeat left top;}
.roundbox_lgreenborder1 .topr{background:url(../images/roundbox_lgreenborder1.gif) no-repeat right top; }
.roundbox_lgreenborder1 .middle{background:#fff; border-left:1px solid #EAF6E5; border-right:1px solid #EAF6E5;}
.roundbox_lgreenborder1 .bottoml{background:url(../images/roundbox_lgreenborder1.gif) no-repeat bottom left;}
.roundbox_lgreenborder1 .bottomr{background:url(../images/roundbox_lgreenborder1.gif) no-repeat right bottom;}

.roundbox_lgreenborder2 .topl{background:url(../images/roundbox_lgreenborder2.gif) no-repeat left top;}
.roundbox_lgreenborder2 .topr{background:url(../images/roundbox_lgreenborder2.gif) no-repeat right top; }
.roundbox_lgreenborder2 .middle{background:#BBEDA7; border-left:1px solid #B1D7A2; border-right:1px solid #B1D7A2; padding:5px 12px 5px 12px;}
.roundbox_lgreenborder2 .bottoml{background:url(../images/roundbox_lgreenborder2.gif) no-repeat bottom left;}
.roundbox_lgreenborder2 .bottomr{background:url(../images/roundbox_lgreenborder2.gif) no-repeat right bottom;}

.roundbox_lgreenborder3 .topl{background:url(../images/roundbox_lgreenborder3.gif) no-repeat left top;}
.roundbox_lgreenborder3 .topr{background:url(../images/roundbox_lgreenborder3.gif) no-repeat right top; }
.roundbox_lgreenborder3 .middle{background:#EAF6E5; border-left:2px solid #BBEDA8; border-right:2px solid #BBEDA8; padding:5px 12px 5px 12px;}
.roundbox_lgreenborder3 .bottoml{background:url(../images/roundbox_lgreenborder3.gif) no-repeat bottom left;}
.roundbox_lgreenborder3 .bottomr{background:url(../images/roundbox_lgreenborder3.gif) no-repeat right bottom;}

.roundbox_green .topl{background:url(../images/roundbox_green.gif) no-repeat left top;}
.roundbox_green .topr{background:url(../images/roundbox_green.gif) no-repeat right top; }
.roundbox_green .middle{background:#3EAC3E; padding:0px 7px 0px 7px;}
.roundbox_green .bottoml{background:url(../images/roundbox_green.gif) no-repeat bottom left;}
.roundbox_green .bottomr{background:url(../images/roundbox_green.gif) no-repeat right bottom;}

.roundbox_green2 .topl{background:url(../images/roundbox_green2.gif) no-repeat left top;}
.roundbox_green2 .topr{background:url(../images/roundbox_green2.gif) no-repeat right top; }
.roundbox_green2 .middle{background:#78D07A; padding:6px 10px 6px 10px;}
.roundbox_green2 .bottoml{background:url(../images/roundbox_green2.gif) no-repeat bottom left;}
.roundbox_green2 .bottomr{background:url(../images/roundbox_green2.gif) no-repeat right bottom;}

.roundbox_greengradient .topl{background:url(../images/roundbox_greengradient.gif) no-repeat left top;}
.roundbox_greengradient .topr{background:url(../images/roundbox_greengradient.gif) no-repeat right top; }
.roundbox_greengradient .middle{background:#2AA856 url(../images/bck_footermiddle.jpg) repeat-x; padding:0px 7px 0px 7px;}
.roundbox_greengradient .bottoml{background:url(../images/roundbox_greengradient.gif) no-repeat bottom left;}
.roundbox_greengradient .bottomr{background:url(../images/roundbox_greengradient.gif) no-repeat right bottom;}

.roundbox_grey .topl{background:url(../images/roundbox_grey.gif) no-repeat left top;}
.roundbox_grey .topr{background:url(../images/roundbox_grey.gif) no-repeat right top; }
.roundbox_grey .middle{background:#F7F7F7; padding:6px 10px 6px 10px;line-height:18px}
.roundbox_grey .bottoml{background:url(../images/roundbox_grey.gif) no-repeat bottom left;}
.roundbox_grey .bottomr{background:url(../images/roundbox_grey.gif) no-repeat right bottom;}

.roundbox_white .topl{background:url(../images/roundbox_white.gif) no-repeat left top;}
.roundbox_white .topr{background:url(../images/roundbox_white.gif) no-repeat right top; }
.roundbox_white .middle{background:#fff; padding:4px 10px 6px 10px; border:0px;}
.roundbox_white .bottoml{background:url(../images/roundbox_white.gif) no-repeat bottom left;}
.roundbox_white .bottomr{background:url(../images/roundbox_white.gif) no-repeat right bottom;}

.roundbox_white3{background:url(../images/roundbox_white3.gif) no-repeat; width:215px; height:58px; padding:8px;}

.roundbox_lgreen6_1 .topl{background:url(../images/roundbox_lgreen6.gif) no-repeat left top;}
.roundbox_lgreen6_1 .topr{background:url(../images/roundbox_lgreen6.gif) no-repeat right top; }
.roundbox_lgreen6_1 .middle{background:#EAF6E5; padding:10px 15px 10px 15px;}
.roundbox_lgreen6_1 .bottoml{background:url(../images/roundbox_lgreen6.gif) no-repeat bottom left;}
.roundbox_lgreen6_1 .bottomr{background:url(../images/roundbox_lgreen6.gif) no-repeat right bottom;}

.roundbox_arrow{width:220px; float:right;}
.roundbox_arrow .topl{background:url(../images/roundbox_arrow.gif) no-repeat left top;}
.roundbox_arrow .topr{background:url(../images/roundbox_arrow.gif) no-repeat right top; margin-left:20px;}
.roundbox_arrow .middle{background:url(../images/roundbox_arrow.gif) no-repeat 0px -7px; padding:0px 15px 0px 25px; font-family:Georgia, "Times New Roman", Times, serif, "Trebuchet MS"; color:#fff; font-style:italic; letter-spacing:1px;}
.roundbox_arrow .bottoml{background:url(../images/roundbox_arrow.gif) no-repeat bottom left;}
.roundbox_arrow .bottomr{background:url(../images/roundbox_arrow.gif) no-repeat right bottom; margin-left:20px;}

#mylinks{position:relative; width:190px; _width:180px; left:-55px;}
#mylinks .row{padding:4px 4px 4px 10px; background:#D4FCC5; margin-top:1px;}

#newsscroller{width:666px; height:18px; padding:12px; background:url(../images/bck_newsscroller.jpg) no-repeat; margin-bottom:20px;}
#newsscroller .col1{width:125px; float:left;}
#newsscroller .col2{width:500px; float:left; margin-left:25px; font-size:14px; font-weight:bold;}

/* slidelist */
.slidelist{padding-top:10px;}
.slidelist div.slide{width:93px; float:left; text-align:center; padding-bottom:20px;}
.slidelist div.slide a{color:#026343; font-size:10px; font-weight:bold;}

.slidelist div.slide2{width:66px; float:left; text-align:center; padding-bottom:20px;}
.slidelist div.slide2 a{color:#323232; font-size:10px; color:#323232; text-decoration:none; font-weight:bold;}
.slidelist div.slide2 a:hover{color:#006D49;}

.slidelist div.slide3{width:93px; float:left; text-align:center; padding-bottom:20px;}/*to be removed after my and members home completion*/
.slidelist div.slide3 a{color:#323232; font-size:10px; color:#323232; text-decoration:none;}
.slidelist div.slide3 a:hover{color:#006D49;}

.slidelist div.slide4{width:152px; float:left; text-align:center; padding-bottom:20px;}
.slidelist div.slide4 a{color:#323232; font-size:10px; color:#323232; text-decoration:none; font-weight:bold;}
.slidelist div.slide4 a:hover{color:#006D49;}

.slidelist div.slide5{width:102px; float:left; text-align:center; padding-bottom:20px;}
.slidelist div.slide5 a{color:#026343; font-size:10px; font-weight:bold;}

.slidelist div.slide7{width:59px; float:left; padding:0px 0px 1px 0px;}

/* breadcrumb */
ul.breadcrumb{font-size:11px; height:25px;padding-bottom:20px}
ul.breadcrumb li{float:left; background:url(../images/bullet3.gif) no-repeat right center; padding-right:8px; margin-right:4px;}
ul.breadcrumb li.current{background:none; color:#396008;}
ul.breadcrumb li a{color:#69A321; text-decoration:none;}
ul.breadcrumb li a:hover{color:#69A321; text-decoration:underline;}

/* pagination */
#paginationholder{padding:10px 0px 0px 0px;} 

#paginationholder .showpanel{color:#666; font-size:9px; float:left; padding:4px 6px 4px 6px; border: 1px solid #CCCCCC;display:none;} 

#pagination{padding: 2px;}

#pagination ul{
text-align: center; /*Set to "left/right/center" to right align pagination interface*/
font-size: 9px;
}

#pagination li{list-style-type: none;display: inline;padding-bottom: 1px;}

#pagination a{padding:4px 6px 4px 6px;border: 1px solid #CCCCCC;text-decoration: none; color:#333;background-color:#F5F5F5;}

#pagination a:hover{border: 1px solid #009900;}

#pagination a.currentpage{background-color:#C9F8D5;color: #000;border-color:#66CC66;font-weight: bold;cursor: default;}

#pagination a.disablelink{background-color:none;cursor: default;color: #666;border-color: #929292;font-weight: normal !important;
border: 1px solid #CCCCCC;}

#pagination a.disablelink:hover{}

#pagination a.prevnext{font-weight: normal;}

table.border{}
table.border td{padding:6px; border-bottom:1px solid #CCCCCC; background:#E5E5E5;}
table.border tr.heading td{background:#399B41; font-weight:bold; color:#fff;}
table.border tr.highlight td{background:#F5F5F5;}

#greenwall{background:#006600; padding:15px; border-top:2px solid #ccc; border-right:5px solid #999; border-bottom:5px solid #999; border-left:2px solid #ccc;} 
#greenwall_inner{padding:15px; border:1px dashed #BFF9A4;}
#greenwall_inner .vbox{background:url(../images/bck_visions.jpg) no-repeat; width:65px; height:108px; padding:32px 22px 0px 25px; float:left; }
#greenwall_inner .vbox a img{border:1px solid #4C944C;}
#greenwall_inner .vbox a:hover img{border:1px solid #81B481;}
#greenwall_inner .vbox .name{margin:3px; text-align:right; color:#fff; font-family:"Lucida Handwriting", Cambria, "Trebuchet MS", Verdana, Arial; font-size:11px;}
#greenwall_inner .vbox a{color:#fff; text-decoration:none;}
#greenwall_inner .vbox a:hover{text-decoration:underline;}

div.commenthead {padding-top: 20px;padding-right: 0pt;padding-bottom: 10px;padding-left: 0pt;clear: both;}
div.success{padding:5px 5px 5px 20px; border:1px solid #338E1C; background:#EEF9E8 url(../images/icon_tick.jpg) no-repeat 3px 3px; color:#006633; font-weight:bold;}

/*--------- Added ----------*/

span.idcommunity{padding-left: 40px;font: bold 140%/150% verdana,arial,tahoma;letter-spacing: 1px;background-color: transparent;background-image: url(../images/icon_community.gif);background-repeat: no-repeat;background-attachment: scroll;background-position: left -7pt ;
}

/*--------- Comments Activate any one ----------*/

.comments{padding-left: 22px;font: normal 120%/150% verdana,arial,tahoma; background: url(../images/icon_comments.gif) no-repeat left -1.5pt ;background-attachment: scroll;}

span.comments{padding-left: 22px;font: normal 120%/150% verdana,arial,tahoma;text-decoration:none;background: url(../images/icon_comments.gif) no-repeat left -1.5pt ;background-attachment: scroll;}

/* Added on 15th Nov 2008 Question Vision wall */

.visionquestion {float:left;padding-right:10px;}
.visionquestion_img{float:left;width:24px;height:15px;}
.visionquestion_body{float:left;width:600px; font: bold 140%/140% Palatino, verdana,arial,tahoma;text-decoration:none; }


/* Added by Developer for Health Questions optional details */

.row1{font-size:1.04em; font-family:arial,verdana,tahoma; clear:both; font-weight:normal; padding:0pt 0em 1.4em/*1.4em 1em*/;}

.roundbox .middle h4 {font-size: 1.5em; padding: 2px 0 0 2px ;}


/* -- What is this code recaptcha -- */

.mycaptchaquestionpopup {position: relative; text-align: right; float: left; padding : 5px 0px 0 10px;}
.mycaptchaquestionpopup a.questionmark {display: block; min-height: 18px; padding: 2px 20px 0 0 ; background: url(../images/question.png) no-repeat right 1pt; }

/* -- What is this code  -- */
.questionpopup {position: relative; text-align: right;}
.questionpopup a.questionmark {display: block; height: 18px; width:18px; background: url(../images/question.gif) no-repeat right 1pt; float:right;}

.answerpopup {position: absolute; width: 210px; z-index: 10; float:right; top:20px; right:-50px; _right:-20px;}

.pointer {background: url(../images/arrow_form.gif) 35% 0% no-repeat; padding-top: 10px;}

.pointer p {text-align: left; padding: 10px; margin: 0; background-color: #FFF; border: 3px solid #267A28; border-bottom: none}

.pointer .cont-close {padding: 0 10px 10px 10px; border: 3px solid #267A28; background-color: #FFF; border-top: none}

.pointer .cont-close {padding: 0 10px 10px 10px; border: 3px solid #267A28; background-color: #FFF; border-top: none}

.close {background: url(../images/close.gif) no-repeat left top; padding-left: 17px}

* html .questionpopup a.questionmark {}

* html .mycaptchaquestionpopup a.questionmark {}

.alert.attention { background: #FFF5CC url(../images/icon1.gif) no-repeat 8px 6px; padding: 6px 6px 6px 30px; border: 1px solid #fc1; padding-bottom: 6px;}
.section .alert.attention { margin-top: 10px;}

div#share{width:380px; border:1px solid #4C994C; display:none; position:absolute; z-index:1000; right:200px;}
div#share .header{background:#F4FEEB; padding:20px 10px 0px 10px;}
div#share .content{padding:10px; background:#fff;}

#akst_social ul, #postto ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
}
#akst_social ul li, #postto ul li  {
float:left;
margin:0pt;
padding:0pt;
position:relative;
height:24px;
width:160px;
}
#akst_social ul li a, #postto ul li a {
float:left;
padding:4px 0px 0px 22px;
vertical-align:middle;
margin-top:-2px;
white-space: nowrap;
}
#akst_delicious, #akst_digg, #akst_facebook, #post_facebook, #akst_netscape, #akst_yahoo_myweb, #akst_stumbleupon, #akst_google_bmarks, #akst_technorati, #akst_blinklist, #akst_newsvine, #akst_magnolia, #akst_reddit, #akst_furl, #akst_tailrank, #akst_blogmarks, #akst_windows_live, #akst_propeller, #akst_mixx, #akst_myspace, #post_myspace, #post_twitter, #akst_current, #post_wordpress, #post_typepad, #post_blogger, #akst_yahoo_bmarks, #akst_mister_wong, #akst_slashdot, #akst_yigg, #akst_diigo, #akst_meneame, #akst_faves, #akst_simpy, #akst_care2, #akst_n4g, #akst_fresqui, #akst_kirtsy, #akst_oknotizie, #akst_funp, #akst_hugg, #post_livejournal, #post_orkut, #post_hifive, #post_friendster, #akst_friendfeed, #akst_sphinn, #akst_xanga {
    position:absolute;
	height:16px;
   	width:16px;
}
#akst_reddit {
     background:transparent url(../images/sprite2_073108.gif) 0 -320px no-repeat !important;
}
#akst_digg {
  	background:transparent url(../images/sprite2_073108.gif) 0 -20px no-repeat !important;
}
#akst_facebook, #post_facebook {
   	background:transparent url(../images/sprite2_073108.gif) 0 -180px  no-repeat !important;
}
#akst_myspace, #post_myspace {
    background:transparent url(../images/sprite2_073108.gif) 0 -520px no-repeat !important;
}
#akst_delicious {
    background:transparent url(../images/sprite2_073108.gif) 0 -40px no-repeat !important;
}
#akst_stumbleupon {
     background:transparent url(../images/sprite2_073108.gif) 0 -140px no-repeat !important;
}
#akst_technorati {
     background:transparent url(../images/sprite2_073108.gif) 0 -120px no-repeat !important;
}
#akst_google_bmarks {
     background:transparent url(../images/sprite2_073108.gif) 0 -220px no-repeat !important;
}
#akst_yahoo_bmarks {
    background:transparent url(../images/sprite2_073108.gif) 0 -720px no-repeat !important;
}
#akst_yahoo_myweb {
     background:transparent url(../images/sprite2_073108.gif) 0 -80px no-repeat !important;
}
#akst_windows_live {
     background:transparent url(../images/sprite2_073108.gif) 0 -300px no-repeat !important;
}
#akst_propeller {
     background:transparent url(../images/sprite2_073108.gif) 0 -600px no-repeat !important;
}
#akst_blinklist {
     background:transparent url(../images/sprite2_073108.gif) 0 0 no-repeat !important;
}
#akst_newsvine {
     background:transparent url(../images/sprite2_073108.gif) 0 -360px no-repeat !important;
}
#akst_magnolia {
     background:transparent url(../images/sprite2_073108.gif) 0 -240px no-repeat !important;
}
#akst_furl {
     background:transparent url(../images/sprite2_073108.gif) 0 -160px no-repeat !important;
}
#akst_tailrank {
     background:transparent url(../images/sprite2_073108.gif) 0 -100px no-repeat !important;
}
#akst_blogmarks {
     background:transparent url(../images/sprite2_073108.gif) 0 -60px no-repeat !important;
}
#akst_mixx {
     background:transparent url(../images/sprite2_073108.gif) 0 -580px no-repeat !important;
}
#akst_current {
    background:transparent url(../images/sprite2_073108.gif) 0 -640px no-repeat !important;
}
#akst_mister_wong {
    background:transparent url(../images/sprite2_073108.gif) 0 -740px no-repeat !important;
}
#akst_slashdot {
    background:transparent url(../images/sprite2_073108.gif) 0 -800px no-repeat !important;
}
#akst_yigg {
    background:transparent url(../images/sprite2_073108.gif) 0 -760px no-repeat !important;
}
#akst_diigo {
    background:transparent url(../images/sprite2_073108.gif) 0 -780px no-repeat !important;
}
#akst_meneame {
    background:transparent url(../images/sprite2_073108.gif) 0 -820px no-repeat !important;
}
#akst_faves {
    background:transparent url(../images/sprite2_073108.gif) 0 -840px no-repeat !important;
}
#akst_simpy {
    background:transparent url(../images/sprite2_073108.gif) 0 -860px no-repeat !important;
}
#akst_care2 {
    background:transparent url(../images/sprite2_073108.gif) 0 -880px no-repeat !important;
}
#akst_n4g {
    background:transparent url(../images/sprite2_073108.gif) 0 -900px no-repeat !important;
}
#akst_fresqui {
    background:transparent url(../images/sprite2_073108.gif) 0 -980px no-repeat !important;
}
#akst_kirtsy {
    background:transparent url(../images/sprite2_073108.gif) 0 -920px no-repeat !important;
}
#akst_oknotizie {
    background:transparent url(../images/sprite2_073108.gif) 0 -960px no-repeat !important;
}
#akst_funp {
    background:transparent url(../images/sprite2_073108.gif) 0 -1000px no-repeat !important;
}
#akst_hugg {
    background:transparent url(../images/sprite2_073108.gif) 0 -1020px no-repeat !important;
}
#post_twitter {
    background:transparent url(../images/sprite2_073108.gif) 0 -620px no-repeat !important;
}
#post_wordpress {
    background:transparent url(../images/sprite2_073108.gif) 0 -660px no-repeat !important;
}
#post_typepad {
    background:transparent url(../images/sprite2_073108.gif) 0 -700px no-repeat !important;
}
#akst_netscape {
     background:transparent url(../images/sprite2_073108.gif) 0 -280px no-repeat !important;
}
#post_blogger {
    background:transparent url(../images/sprite2_073108.gif) 0 -680px no-repeat !important;
}
#post_livejournal {
    background:transparent url(../images/sprite2_073108.gif) 0 -1060px no-repeat !important;
}
#post_orkut {
    background:transparent url(../images/sprite2_073108.gif) 0 -1080px no-repeat !important;
}
#post_hifive {
    background:transparent url(../images/sprite2_073108.gif) 0 -1100px no-repeat !important;
}
#post_friendster{
    background:transparent url(../images/sprite2_073108.gif) 0 -1120px no-repeat !important;
}
#akst_friendfeed{
    background:transparent url(../images/sprite2_073108.gif) 0 -1140px no-repeat !important;
}
#akst_sphinn{
    background:transparent url(../images/sprite2_073108.gif) 0 -1180px no-repeat !important;
}
#akst_xanga{
    background:transparent url(../images/sprite2_073108.gif) 0 -1200px no-repeat !important;
}