@charset "utf-8";
/* CSS Document */

body {
	background-color: #68B436;
	background-image: none !important;
}
#searchbar { display: none; }
#crumbs { display: none; }
.navlinkactive { 
	background-color: #68B436; 
	color: #FFF !important; 
}
#content, #maincontent {
	background-color: #FFF;
}
#maincontent { position: relative; }
.txtbutton {
    background-color: #222 !important;
}
#tabs .tabs li.ui-state-active a, #tabs .tabs li.ui-state-active a:hover {
    background-color: #222;
}
#tabs .tabcontent {
    border-color: #222;
	min-height: 600px;
}
.indiform fieldset legend {
    background-color: #222;
}
.agenda {
	font-size: 12px;	
}
#headerbg {
	height: 64px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -100;
	background-image: url(https://cdn.indiblogger.in/v3/images/meetings/nokia4/bg.png);
	background-repeat: repeat-x;
}
h1 {

}
.hashtag {
	display: none;
}
#content { overflow: visible; display: inline-block; }
#tabs .tabs li a {
    font-size: 11px !important;
}
.shareme {
	height: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 5px;
	background-image: url(https://cdn.indiblogger.in/v3/images/meetings/nokia4/trans_share.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.agreement {
	background-color: #FFF;
	padding: 15px;
	width: 830px;
	height:400px;
	border: 1px dashed #CCC;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index:100;
}
.agreement h3 {
	font-weight: bold;
	margin-bottom:15px;
}
.agreement li {
	background-color: #F7FDF7;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #AAECAA;
	margin-bottom: 10px;
}
.agreement .txtbutton { padding-top:10px; padding-bottom:10px; }