
/*
community builder styles
*/
@import url(cbstyles.css);
@import url(search.css);
@import url(dropdown-menu.css);

/****************STANDARD STYLES****************/

.lang{
	position: absolute;
	right: 0;
	top: 25px;
}
.lang ul li{
	list-style:none;
	float:left;
}
.lang ul li a{
	display:block;
	color:rgba(255,255,255,1);
	font-size:12px;
	text-decoration:none;
	margin-left:5px;
	border-left:solid 1px #FFFFFF;
	padding-left:5px;
	}

.lang ul li:first-child a{
	border-left:none!important;
}

*	{
	padding:0; margin:0; border:0;
	}
	
body{
	padding:0; margin:0; border:0; 
	background-color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#container {
	width:990px;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;	
	}


h1, h2, h3, h4, h5, h6, h7 {
	
}

ol, ul {
	padding-left:40px ;
}

p {
	}

li {}

input[type="text"],input[type="password"] {
border:1px solid #CFCFCF !important;
}


/****************HEADER SECTION LAYOUT****************/

#header-wrapper {
	width:100%;
	background: url(../images/header-main-bg.jpg) right 0;
	}

#header {
	margin:0 auto 0 auto;
	width: 990px;
	height: 144px;
	background: url(../images/header.jpg) no-repeat center top;
	position:relative;
	}

#header-nav {
	width:500px;
	position:absolute;
	top:70px;
    right: 120px;
	}

#header-search {
	width:180px;
	position:absolute;
	bottom:4px;
	right:0px;
	}
	
/****************FOOTER SECTION LAYOUT****************/

#footer-wrap {
	width:100%;
	background:url(../images/footer-bg-main.gif) right 0;
	}

#footer{
	margin:0 auto 0 auto;
	padding-top:0px;
	width:990px;
	height:98px;
	background:url(../images/footer-bg.png) no-repeat bottom ;
	}

.footer-box-left {
	float:left;
	padding:25px 5px 0 10px;
	}	

.footer-box-center {
	float:left;
	padding:25px 5px 0 11px;
	}	
	
.footer-box-right {
	float:right;
	padding:25px 5px 0 10px;
	}	

#hidden-menu-wrap {
	width:100%;
	}	
	
.hidden-menu {
	margin:0 auto 0 auto;
	padding-top:0px;
	width:990px;
	height:1px;
	overflow:hidden;
	position:relative;
	}		
	
/****************HOME PAGE CENTRAL LAYOUT****************/

.section-box {
	float:left;
	padding:10px;
	position:relative;
	z-index:1;
	display:block;
	}	

/****************CONTENT PAGE CENTRAL LAYOUT****************/

#center-wrap-full {
	width:100%;
	background: url(../images/contentWrapBg.png) repeat-x;
	}

#center-wrap-outer {
	margin:0 auto 0 auto;
	width:990px;
	background:url(../images/center-wrap-outer-bg.png) repeat-y;
	}

#center-wrap-inner {
	width:990px;
	background:url(../images/center-wrap-inner-bg.png) no-repeat;
	padding-bottom:30px;
	position:relative;
	
	}
	
#content-wrap {
	overflow:hidden;
	}

#tabbed-nav-wrap {
	width:100%;
	background:url(../images/tab-nav-menu-bg.png) repeat-x;
	}
	
#tabbed-nav {
	margin:0 auto 0 auto;
	width:990px;
	z-index:50;
	display:block;
	position:relative;
	}	
	
#strap-line-wrap {
	background:transparent url(../images/strap-line-bg.jpg) repeat-x scroll 0 0;
	height:34px;
	padding-top:3px;
	width:100%;
	}

#strap-line-wrap { /*height:0px;*/}


#left-column {
	float:left;
	width:230px;
	padding:0 25px 0 0;
	}
	
#left-column-ad-box {
	width:230px;
	float:left;
	padding:0 25px 0 0;
	}
		
.inside {
	overflow:hidden;
	float:left;
	margin:0 0 0 5px;
	}

/****************HEADER SECTION STYLE****************/


#logo {
	display:block; 
	width:315px;
	height:91px;
	background:url(../images/mdi-logo.jpg) no-repeat;
	position:absolute;
	top:25px;
	left:15px
	}

#logo h2 a {
	display:block;	
	width:315px;
	height:91px;
	text-decoration: none;
	z-index:10;
	}	
	
/* UTILITIES MENU SECTION STYLE */	


/* STRAPLINE BOXES */

#strap-line .contentpaneopen{
	margin:0 auto 0 auto;
	width:990px;
	position:relative;
	}

#strap-line #strap-line contentpaneopen p,
#strap-line .contentpaneopen h1,
#strap-line .contentpaneopen h2,
#strap-line .contentpaneopen h3,
#strap-line .contentpaneopen h4,
#strap-line .contentpaneopen h5,
#strap-line .contentpaneopen h6 {
	color:#FFFFFF;
	font-size:1.4em;
	font-weight:bold;
	padding:3px 0!important;
	}
	
#strap-line .contentpaneopen p {font-size:0.6em;}
#strap-line .contentpaneopen h1 {font-size:1.2em;}
#strap-line .contentpaneopen h2 {font-size:1.1em;}
#strap-line .contentpaneopen h3 {font-size:1.0em;}
#strap-line .contentpaneopen h4 {font-size:0.9em;}
#strap-line .contentpaneopen h5 {font-size:0.8em;}
#strap-line .contentpaneopen h6 {font-size:0.7em;}
	
	
#header-search .inputbox {
	border:1px #F8911F solid;
	height:20px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	}	
		
#header-search input.button {
	position:absolute;
	bottom:2px;
	z-index:10;
	right:0px;
	}

/****************FOOTER SECTION STYLE****************/

.footer-box-left p,
.footer-box-center p,
.footer-box-right p {
	font-size:11px;
	color:#333333;
	font-weight:bold;
	padding:0 10px 0 10px;
	line-height:180%;
	}	
	
.footer-box-left .contentpaneopen {
	width:314px;
	height:65px;
	background:url(../images/footer-box-left.png) no-repeat;
	}	

.footer-box-center .contentpaneopen {
	width:314px;
	height:65px;
	background:url(../images/footer-box-center.png) no-repeat;
	}	
	
.footer-box-right .contentpaneopen {
	width:314px;
	height:65px;
	background:url(../images/footer-box-right.png) no-repeat;
	}		
	
/****************HOME PAGE CENTRAL STYLE****************/

/* TABBED NAVIGATION */


/* HOMEPAGE BOXES */

.section-box .contentpaneopen,
.section-box .contentpaneopenabout,
.section-box .contentpaneopennews,
.section-box .contentpaneopenresources,
.section-box .contentpaneopennetwork,
.section-box .contentpaneopendebate,
.section-box .contentpaneopentraining,
.section-box .moduletablesectionMenuMainabout,
.section-box .moduletablesectionMenuMainnews, 
.section-box .moduletablesectionMenuMainresources, 
.section-box .moduletablesectionMenuMainwork, 
.section-box .moduletablesectionMenuMaindebate, 
.section-box .moduletablesectionMenuMaintraining  {
	width:309px;
	height:248px;
	background:url(../images/homepage-box.png) no-repeat;
	
	}
	
.section-box .moduletableabout,
.section-box .moduletablenews,
.section-box .moduletableresources,
.section-box .moduletabledebate,
.section-box .moduletabletraining,
.section-box .moduletablenetwork,
.section-box .contentpaneopenabout,
.section-box .contentpaneopenresources,
.section-box .contentpaneopennews,
.section-box .contentpaneopendebate,
.section-box .contentpaneopentraining,
.section-box .contentpaneopennetwork {
	position:relative;
	}	


.section-box .contentpaneopen h1,
.section-box .contentpaneopenabout h1,
.section-box .contentpaneopennews h1,
.section-box .contentpaneopenresources h1,
.section-box .contentpaneopennetwork h1,
.section-box .contentpaneopendebate h1,
.section-box .contentpaneopentraining h1,
.section-box .moduletablesectionMenuMainabout h3,
.section-box .moduletablesectionMenuMainnews h3, 
.section-box .moduletablesectionMenuMainresources h3, 
.section-box .moduletablesectionMenuMainwork h3, 
.section-box .moduletablesectionMenuMaindebate h3, 
.section-box .moduletablesectionMenuMaintraining h3 {
	color:#0075C4;
	font-size:1.3em;
	font-weight:bold;
	width:260px;
	padding:25px 0 20px 20px;
	}
	
.section-box .contentpaneopenabout h1 {background: url(../images/icons/mdi-about-thumb.png) right 15px no-repeat;}
.section-box .contentpaneopennews h1 {background: url(../images/icons/mdi-news-thumb.png) right 15px no-repeat;}
.section-box .contentpaneopenresources h1 {background: url(../images/icons/mdi-resources-thumb.png) right 15px no-repeat;}
.section-box .contentpaneopennetwork h1 {background: url(../images/icons/mdi-network-thumb.png) right 15px no-repeat;}
.section-box .contentpaneopendebate h1 {background: url(../images/icons/mdi-debate-thumb.png) right 15px no-repeat;}
.section-box .contentpaneopentraining h1 { background: url(../images/icons/mdi-training-thumb.png) right 15px no-repeat;}	

.section-box .moduletablesectionMenuMainabout h3 {background: url(../images/icons/mdi-about-thumb.png) right 15px no-repeat;}
.section-box .moduletablesectionMenuMainnews h3 {background: url(../images/icons/mdi-news-thumb.png) right 15px no-repeat;}
.section-box .moduletablesectionMenuMainresources h3 {background: url(../images/icons/mdi-resources-thumb.png) right 15px no-repeat;}
.section-box .moduletablesectionMenuMainwork h3 {background: url(../images/icons/mdi-network-thumb.png) right 15px no-repeat;}
.section-box .moduletablesectionMenuMaindebate h3 {background: url(../images/icons/mdi-debate-thumb.png) right 15px no-repeat;}
.section-box .moduletablesectionMenuMaintraining h3 { background: url(../images/icons/mdi-training-thumb.png) right 15px no-repeat;}	

.section-box .contentpaneopen ul,
.section-box .contentpaneopenabout ul,
.section-box .contentpaneopennews ul,
.section-box .contentpaneopenresources ul,
.section-box .contentpaneopennetwork ul,
.section-box .contentpaneopendebate ul,
.section-box .contentpaneopentraining ul {
	padding:0 0 0 40px;
	}
	
.section-box .moduletablesectionMenuMainabout ul,
.section-box .moduletablesectionMenuMainnews ul, 
.section-box .moduletablesectionMenuMainresources ul, 
.section-box .moduletablesectionMenuMainwork ul, 
.section-box .moduletablesectionMenuMaindebate ul, 
.section-box .moduletablesectionMenuMaintraining ul  {
	padding:0 0 0 40px;
	}	

.section-box .contentpaneopen li,
.section-box .contentpaneopenabout li,
.section-box .contentpaneopennews li,
.section-box .contentpaneopenresources li,
.section-box .contentpaneopennetwork li,
.section-box .contentpaneopendebate li,
.section-box .contentpaneopentraining li,
.section-box .moduletablesectionMenuMain li,
.section-box .moduletablesectionMenuMainabout li,
.section-box .moduletablesectionMenuMainnews li, 
.section-box .moduletablesectionMenuMainresources li, 
.section-box .moduletablesectionMenuMainwork li, 
.section-box .moduletablesectionMenuMaindebate li, 
.section-box .moduletablesectionMenuMaintraining li  {
	list-style-position:outside;
	list-style-type: square;
	font-size:0.8em;
	color:#5B5B5B;
	line-height:120%;
	padding:0 15px 15px 0;
	}

.section-box .contentpaneopen li a,
.section-box .contentpaneopenabout li a,
.section-box .contentpaneopennews li a,
.section-box .contentpaneopenresources li a,
.section-box .contentpaneopennetwork li a,
.section-box .contentpaneopendebate li a,
.section-box .contentpaneopentraining li a,
.section-box .moduletablesectionMenuMain li a,
.section-box .moduletablesectionMenuMainabout li a,
.section-box .moduletablesectionMenuMainnews li a, 
.section-box .moduletablesectionMenuMainresources li a, 
.section-box .moduletablesectionMenuMainwork li a, 
.section-box .moduletablesectionMenuMaindebate li a, 
.section-box .moduletablesectionMenuMaintraining li a,
.section-box .moduletablesection-menu ul li a
 {
	text-decoration:none;
	color:#c25c0a;
	font-weight:bold;
	font-size:1.2em!important;
	
	}

.section-box .contentpaneopen li a:hover,
.section-box .contentpaneopenabout li a:hover,
.section-box .contentpaneopennews li a:hover,
.section-box .contentpaneopenresources li a:hover,
.section-box .contentpaneopennetwork li a:hover,
.section-box .contentpaneopendebate li a:hover,
.section-box .contentpaneopentraining li a:hover,
.section-box .moduletablesectionMenuMain li a:hover,
.section-box .moduletablesectionMenuMainabout li a:hover,
.section-box .moduletablesectionMenuMainnews li a:hover, 
.section-box .moduletablesectionMenuMainresources li a:hover, 
.section-box .moduletablesectionMenuMainwork li a:hover, 
.section-box .moduletablesectionMenuMaindebate li a:hover, 
.section-box .moduletablesectionMenuMaintraining li a:hover,
.section-box .moduletablesection-menu ul li a:hover {
	color:#0075C4;
	}
	


.section-box a.boxes  {
	font-size:0.70em;
	color:#0075C4;
	line-height:220%;
	text-decoration:underline;
	color:#5B5B5B;
	float:right;
	padding:15px 35px 0 0;
	}
	
.section-box a:hover.boxes {
	color:#CF7107;
	}	
	
.section-box .moduletablesection-menu ul {
	position:absolute;
	right:45px;
	top:215px;
	}	

.section-box .moduletablesection-menu ul li {
	list-style-position:inside;
	list-style-type: none;
	font-size:12px;
	/*font-size:0.75em;*/
	}
/*
.section-box .moduletablesection-menu ul li a {
	text-decoration:none;
	color:#325e8b;
	font-weight:bold;
	}
	
.section-box .moduletablesection-menu ul li a:hover {
	color:#CF7107;	
	}	
*/	
.section-box p {	
	font-size:0.8em;
	line-height:125%;
	color:#333333;
	padding:0 20px 10px 20px;}	


	
/****************INTERNAL PAGE STYLE****************/


.inside table,  {
border-collapse:collapse;
} 
.inside table tbody  {
border-collapse:collapse;
} 	
.inside table tr {
border-collapse:collapse;
} 	
.inside table tr th {
border-collapse:collapse;
} 		
	
.inside th  { 
	/*border: 1px solid #FAB871;
	border-collapse: collapse ;*/
	background-color:#FFFFFF !important;
	text-align:left;
	font-weight:normal;
	width:972px;
	padding:0 20px 0 20px;
	font-size:0.8em;
	line-height:160%;
	color:#333333;
	}	
	
#Kunena th{
border: 1px solid #FAB871;
	border-collapse: collapse ;
	background-color:#FFFFFF !important;
}

#left-column .moduletable h3 {
	/*background:url(../images/navigation/left-nav-head-bg.png) no-repeat;*/
	color: #FFFFFF;
	font-size:1.0em;
	line-height:125%px;
	margin-left:2px;
	margin-bottom:3px;
	padding:0px 5px;
	}

/****************NEW MENU STYLE***************/

#left-column .moduletable ul {
	padding-left:2px;
	padding-bottom:4px;
	}	

#left-column .moduletable li {
	list-style-type:none;
	padding-bottom:2px;
	}	
	
#left-column .moduletable li a {
	
	color: #FFFFFF;
	font-size:0.8em;
	display:block;
	line-height:125%;
	color:#333333;
	text-decoration:none;
	cursor:pointer;
	}
	
#left-column ul{
			list-style:none;
			padding-left:0px;
			}

#left-column ul li{
			height:80%;
			}
			
/*------level1----*/
#left-column .navstep {
			width:220px;
			}

#left-column .navstep_1 {
width:220px;
background:url(../images/left-nav/level1/leftnav_left.png) no-repeat left top;
background-position:0px 0px;
overflow:hidden;
}
#left-column .navstep_1_top {
height:6px;
background:url(../images/left-nav/level1/leftnav_top.png) no-repeat left top;
}

#left-column .navstep_1_top span {
/*position:relative;*/
height:10px;
}

#left-column .navstep_1_center-content {
/*position:relative;*/
background:url(../images/left-nav/level1/leftnav_right.png) repeat-y right top;
padding-left:25px;
overflow:hidden;
}
/*
.navstep_1_center-content {
white-space:nowrap;
}*/

#left-column .navstep_1_bottom {
height:6px;
width:220px;
background:url(../images/left-nav/level1/leftnav_bot.png) no-repeat left bottom;
clear:both;
}
#left-column .navstep_1_bottom span {
display:block;
/*position:relative;*/
height:7px;
background:url(../images/left-nav/level1/leftnav_bot_right.png) no-repeat right top;
}
/*
/*----- hover / Active-----*/

#left-column .hover .navstep .navstep_1, #left-column li.active .navstep .navstep_1{
width:220px;
background-position:0px 0px;
overflow:hidden;
background:url(../images/left-nav/level1_hover/leftnav_left_step1-hover.png) no-repeat left top;
}

#left-column .hover .navstep .navstep_1_top, #left-column li.active .navstep .navstep_1_top{
height:6px;
background:url(../images/left-nav/level1_hover/leftnav_top_step1-hover.png) no-repeat left top;
}

#left-column .hover .navstep .navstep_1_top span, #left-column li.active .navstep .navstep_1_top span {
/*position:relative;*/
height:10px;
}

#left-column .hover .navstep .navstep_1_center-content, #left-column li.active .navstep .navstep_1_center-content {
/*position:relative;*/
padding-left:25px;
overflow:hidden;
background:url(../images/left-nav/level1_hover/leftnav_right_step1-hover.png) repeat-y right top;
}

#left-column .hover .navstep .navstep_1_bottom, #left-column li.active .navstep .navstep_1_bottom {
height:6px;
width:220px;
clear:both;
background:url(../images/left-nav/level1_hover/leftnav_bot_step1-hover.png) no-repeat left bottom;
}

#left-column .hover .navstep .navstep_1_bottom span, #left-column li.active .navstep .navstep_1_bottom span {
display:block;
/*position:relative;*/
height:7px;
background:url(../images/left-nav/level1_hover/leftnav_bot_right_step1-hover.png) no-repeat right top;
}
/*------Level1 ends-----*/

/*------Level 2 -----*/
#left-column li.active ul{
padding-left:20px;
}

#left-column li.haschild ul .navstep .navstep_1{
background:url(../images/left-nav/level2/leftnav_step2_left.png) no-repeat left top;
}

#left-column li.haschild ul .navstep .navstep_1_top{
background:url(../images/left-nav/level2/leftnav_step2_top.png) no-repeat left top;
}


#left-column li.haschild ul .navstep .navstep_1_center-content {
background:url(../images/left-nav/level2/leftnav_step2_right.png) repeat-y right top;
}

#left-column li.haschild ul .navstep .navstep_1_bottom {
background:url(../images/left-nav/level2/leftnav_step2_bot.png) no-repeat left bottom;
}

#left-column li.haschild ul .navstep .navstep_1_bottom span {
background:url(../images/left-nav/level2/leftnav_step2_bot_right.png) no-repeat right top;
}

/*------Level 2  hover / Active---*/
#left-column li.active ul{
padding-left:20px;
}

#left-column li.haschild ul .hover .navstep .navstep_1, #left-column li.haschild ul li.active .navstep .navstep_1{
background:url(../images/left-nav/level2_hover/leftnav_left_hover.png) no-repeat left top;
}

#left-column li.haschild ul .hover .navstep .navstep_1_top, #left-column li.haschild ul li.active .navstep .navstep_1_top{
background:url(../images/left-nav/level2_hover/leftnav_top_hover.png) no-repeat left top;
}



#left-column li.haschild ul .hover .navstep .navstep_1_center-content, #left-column li.haschild ul li.active .navstep .navstep_1_center-content {
background:url(../images/left-nav/level2_hover/leftnav_right_hover.png) repeat-y right top;
}

#left-column li.haschild ul .hover  .navstep .navstep_1_bottom, #left-column li.haschild ul li.active .navstep .navstep_1_bottom {
background:url(../images/left-nav/level2_hover/leftnav_bot_hover.png) no-repeat left bottom;
}

#left-column li.haschild ul .hover .navstep .navstep_1_bottom span, #left-column li.haschild ul li.active .navstep .navstep_1_bottom span {
background:url(../images/left-nav/level2_hover/leftnav_bot_right_hover.png) no-repeat right top;
}

/*------Level 2 ends-----*/


/****************END MENU STYLE***************/

/****************LEFT COL AD BOX STYLE****************/
		
#left-column-ad-box .contentpaneopen {
	background-color:#FFFFFF;
	}		
		
/****************CONTENT STYLE****************/
		
.inside .contentpaneopen p {
	padding:0 0 20px 0;
	font-size:1.0em;
	line-height:160%;
	color:#333333;
	}	
.inside .cp_text p {
	padding:0 20px 20px 20px;
	font-size:1.0em !important;
	line-height:160%!important;
	color:#333333!important;
	margin:0!important;
	text-align:left!important;
	}	
	
	
.inside .componentheading {
	display:none;
	height:0px;
	font-size:0px; 
	}
	
.inside table.blog {
	height:0px!important;
	}		
	
.inside .contentheading {
	padding:0 20px 0 0;
	font-size:1.1em;
	color:#333333;
	}	
	
.inside	.small {
	padding:padding:0 20px 0 0;;
	font-size:1.0em;
	color:#333333;
	}	
	
.inside .createdate {
	padding:0 20px 0 0;
	font-size:1.0em;
	color:#333333;
	line-height:200%;
	}
	
.inside .modifydate {
	padding:0 20px 0 0;
	font-size:0.7em;
	color:#333333;
	line-height:200%;
	}
	
.inside table.blog div	{
	margin:10px;
	border-bottom:#666666 1px solid;
	margin-bottom: 20px;
	}
.inside table.blog p {
	padding:0 0 20px 0!important;
	}

.inside table.blog.contentheading
.inside table.blog.small,
.inside table.blog.createdate,
.inside table.blog.modifydate, {
	padding:0 0 20px 0!important;
	}
	
.inside .componentheadingnetworkcentre, 	
.inside td.contentheading,
.inside h1 {
	color:#D07107;
	font-weight:bold;
	font-size:1.5em;
	padding-bottom:10px;
	}
	
.inside .componentheadingnetworkcentre h2,	
.inside h2 {
	color:#555555;
	font-weight:bold;
	font-size:1.4em;
	padding-bottom:10px;
	text-decoration:none;
	}	
	
.inside .contentheadingnetworkcentre{
	color:#555555;
	font-size:1.2em;
	padding-bottom:5px;
	font-weight:bold;
	text-decoration:none;
	background-color:#FBF3DB;
	}
	

td .contentheadingnetworkcentre {
border-bottom:solid 1px #d0d0d0;
}	
	
.inside contentheadingnetworkcentre
.inside .componentheadingnetworkcentre h3,		
.inside h3 {
	color:#555555;
	font-weight:bold;
	font-size:1.1em;
	padding-bottom:10px
	}
	
.inside h1,
.inside h2,
.inside h3,
.inside h4,
.inside h5,
.inside h6 {
	padding-bottom:10px;
	}
.inside table.pagenav {margin-left:20px!important;}	
	
.inside table.pagenav td {width:0px !important;}

.inside th.pagenav_prev,
.inside th.pagenav_next {
	border:none !important;
	width:60px !important;
	}	

.inside th.pagenav_prev a,
.inside th.pagenav_next a {
	color:#0075C4;
	font-size:0.9em !important;
	}		

.inside th.pagenav_prev a:hover,
.inside th.pagenav_next a:hover {
	color:#D07107;
	text-decoration:none;
	}	

.inside img.left {
	padding:0 15px 15px 0;
	float:left;
	}

.inside img.right {
	padding:0 0 15px 15px;
	float:right;
	}

/* by sadaruwan 
.inside th form#searchForm {
	min-height:400px;
	}
*/
.inside select#ordering.inputbox,
.inside input#search_searchword.inputbox {
	border:solid 1px #F8911F; /*
	height:20px; */
	padding:2px 0 1px 3px;
	margin:0 10px 0 5px;
	font-size:1.0em;
	}
	
.inside select#ordering.inputbox option {
	background-color:#EEEEEE;
	}	

.inside button.button {	
	/*background: url(../images/searchButton2.gif) no-repeat;
	text-indent:-9999px;
	width:45px;*/
	height:20px;
	
	cursor:pointer;	
	}
/*
.inside table.searchintro{
	min-height:400px !important;
	}
	*/
.inside	.cp_tags,	
.inside	.labels-label-list,
.inside .labels-label-pagination {
	padding-bottom:20px;
	}

#community-nav-wrap { /* Horizontal Nav 
	width:972px;
	margin:0 0 15px 0;*/ 
	}
	


.clear {
	clear:both;
	}
	
#community-nav-wrap ul {
margin-left:2px;

}

#community-nav-wrap ul li {
display:inline-block;
}

#community-nav-wrap ul li a {
	font-size:0.8em;
	background:#FAB871;
	padding:5px 5px;
	display:block;
	text-decoration:none;
	color:#0033FF;
	
	}
	
#community-nav-wrap ul li a:hover {
	font-size:0.8em;
	background:#ffffff;
	padding:5px 5px;
	display:block;
	text-decoration:none;
	}

.inside .contentpaneopen a.contentpagetitle {color:#D07107;
font-size:0.9em;
font-weight:bold;
padding-bottom:10px;
padding-top:20px;
text-decoration:none;}

.inside .contentpaneopen a:hover.contentpagetitle {
color:#4E99AF}

.inside .contentpaneopen ol,
.inside .contentpaneopen ul {
padding-left:40px;
padding-top:10px;
}

.section-bottom-right {
position:relative;
}

.orangeLine {
text-indent:-9999px;
}


.orangeLine .moduletablelineOverlay {
background:url(../images/oragneLine.png) no-repeat;
height:20px;
position:absolute;
bottom:28px;
left:9px;
width:998px;
text-indent:-9999px;
}

.contentheadingnetworkcentre {
}

/**************** Blog Left Module****************/

#left-column .moduletableblog {
	margin-bottom:15px;
	padding:0 25px 0 0;
	width:230px;
	}

#left-column .moduletableblog h3 {
	background:url(../images/myblog_heading.jpg) no-repeat;
	color: #993300;
	font-size:1.0em;
	line-height:125%;
	margin-left:2px;
	margin-bottom:3px;
	padding:3px 5px 3px 5px
	}
	
#left-column .moduletableblog li {
	float:left;
	list-style-type:none;
	padding-bottom:2px;
	color:#226699;
	font-size:0.8em;
	}	

#left-column .moduletableblog li a {
	background:none;
	color: #993300;
	font-size:1em;
	display:inline;
	line-height:125%;
	padding:3px 5px 3px 25px; 
	text-decoration:none;
	}


#left-column .moduletableblog li a:hover {
	color:#993300;
	text-decoration:none;
} 

#left-column .moduletableblog {
	clear:both;
	}

#left-column .blog-tags {
	padding-left:25px;
	font-size:0.9em;
	}

#left-column .blog-tags a, .blog-bloggers a{
color: #993300;
text-decoration:none;
}

/* System Standard Messages */
dl#system-message dt{
display:none;
}

#syserror {
padding: 0px 0px 0px 0px;
}

#syserror li{
	text-indent:0px !important;
}

#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat; border-top: 3px solid #0055bb; border-bottom: 3px solid #0055bb; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

.desc img
{
padding: 5px !important;
}

/*-------------Notice Heading-------------*/
#easybook .noticeheading{
color: #993300 !important;
font-size:1.4em;
padding: 10px;
}



#easybook .noticeheading_n{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-image:url(../images/join-button-big-empty.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:19px;
	font-weight:700;
	height:49px;
	line-height:46px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 2px #333333;
	width:278px;
}/*
#easybook .noticeheading_n {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-image:url("../images/join-button-big-empty.gif");
background-position:0 0;
background-repeat:no-repeat;
color:#FFFFFF;
display:block;
float:right;
font-size:19px;
font-weight:700;
height:49px;
line-height:46px;
outline:medium none;
text-align:center;
text-decoration:none;
text-shadow:0 1px 2px #333333;
width:278px;
}
*/
/*-------------------Log in --------------------*/

.login_main {
	background:#fff url(../images/greybox.gif) repeat-x top left;
	float:left;
	width:100%;
}
.login_main #login_maintxt_div {
	width:660px;
	float:left;
	}
.login_main .login_topic {
	color:#D07107;
	font-size:1.5em;
	font-weight:bold;
	padding: 15px 0px 0px 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
.login_main .login_textarea {
	color:#999999;
	font-weight:normal;
	font-size:1em;
	margin:0px;
	padding: 15px 50px 20px 40px;
}

.login_main ul {
	padding-left:0px;
	margin:0px;
}
.login_main li {
	color:#999999;
	font-size:1em;
	line-height:120%;
	list-style-position:inside;
	list-style-type:none;
	background:url(../images/add-icon.gif) no-repeat;
	line-height:16px;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 35px;
}
.login_main #form-login {
float:right;
}
.login_main #form-login #login_form {
	background:transparent url(../images/greybox-separator.gif) no-repeat scroll left top;
	float:right;
	height:240px;
	padding:20px 15px 20px 30px;
	width:200px;
	text-align:left;
	line-height:180%;
}

.login_main #form-login #login_form h2 {
	font-size:1.4em;
	color:#660000;
	margin:0 0 15px;
}
.login_main #form-login #login_form .frontlogin {
	border:1px solid #f9b972;
	color:#990000;
	font-size:12px;
	height:22px;
	font-weight:normal;
	padding:1px;
	width:95%;
}
.login_main #login_form .un_pw {
	color:#993300;
	font-weight:bold;
 }
.login_main .remember_me {
	font-size:0.9em;
	font-weight:bold;
	margin:0;
	color:#666666;
	}
.login_main .login_register, .login_register a, .register {
	padding:10px 0px;
	color:#c76c05;
	font-size:0.95em;
	font-weight:bold;
	text-decoration:none;
	}
.login_main .login_register a:hover {
	color:#993300 !important;
	/*text-decoration:underline;*/
	}
.login_main .login_btn, .login_btn a  {
	margin:0px;
	padding:0px;
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:url(../images/login_btn_bg.gif);
	width:58px;
	height:25px;
	border:none;
	text-decoration:none;
	cursor:pointer;
	}
.login_main .login_btn:hover {
	background:url(../images/login_btn_bg_hover.gif);
	}
.login_main .registar_btn {
	background:url(../images/register_btn_bg.gif);
	width:78px;
	height:25px;
	}
.login_main .registar_btn:hover {
	background:url(../images/register_btn_bg_hover.gif);
	}

	
/*--------------Logged in page -----------------------*/

#loggedin_main {
background-image:url(../images/user_loggedin_bg.jpg);
background-repeat:repeat-x;
float:left;
width:100%;
}

.topic{
	color:#D07107;
	font-size:1.5em;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:20px;
	padding-left:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
.subtopic {
	color:#D07107;
	font-size:1.2em;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left:15px;
}
.loggedin_main {
	float:left;
	padding-bottom:25px;
	}

.loggedin_section_box {
	width:330px;
	height:220px;
	margin:32px 0px 0px 103px;
	background:url(../images/user_loggedin_mainbox.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	}
.inside .contentpaneopen .loggedin_section_box  p {
	color:#333333;
	font-size:1em;
	line-height:125%;
	height:80px;
	overflow:hidden;
	padding:0 20px 10px;
	margin:0px;
}

.loggedin_enter {
padding:0px 0px 0px 190px;
width:70px;
}
.loggedin_topics {
	color:#0075C4;
	font-size:1.5em;
	font-weight:bold;
	padding:25px 0 35px 20px;
	width:270px;
}
.loggedin_section_box .home  {
	background:transparent url(../images/home_thumb.png) no-repeat scroll right 20px;
	}
.network  {
	background:transparent url(../images/mdi-network-thumb.png) no-repeat scroll right 20px;
	}
.loggedin_section_box .blog  {
	background:transparent url(../images/blog_thumb.png) no-repeat scroll right 20px;
	}
.loggedin_section_box .debate  {
	background:transparent url(../images/mdi-debate-thumb.png) no-repeat scroll right 20px;
	}
.loggedin_main ul {
	padding-left:40px;
	margin:0px;
	}
.loggedin_main li {
	color:#5B5B5B;
	font-size:1.2em;
	line-height:120%;
	list-style-position:outside;
	list-style-type:square;
	padding:0 15px 15px 0;
	margin:0px;
	
}
.loggedin_main li a {
	color:#C25C0A;
	font-weight:bold;
	text-decoration:none;
}
.loggedin_main li a:hover {
	color:#0075C4;
}

/* left hand nav added by randika */


#left-column {
float:left;
}
#left-column .moduletable-new {
margin-bottom:15px;
padding:0px 25px 0px 0opx;
width:230px;
}
.newsection {
    background:transparent url(../images/navigation/left-new-nav-head-bg.png) !important;
    background-repeat:no-repeat !important;
    padding:7px 5px 5px 15px !important;
}
#left-column .moduletable-new h3{
color:#FFFFFF;
font-size:0.9em;
margin-bottom:0px;
margin-left:0px;

}
.moduletable-new_textarea_main {
background:url(../images/navigation/moduletable-new_textarea_mainbg.png);
background-repeat:repeat-y;
margin:0px 0px 0px 0px;
padding:0px 8px 0px 6px;
}
.moduletable-new_textarea_bottom {
background:url(../images/navigation/moduletable-new_textarea_bot.gif);
background-repeat:no-repeat;
}
.moduletable-new_textarea {
background:url(../images/navigation/moduletable-new_textarea_bg.gif);
background-repeat:repeat-x;
padding:10px 15px;
}
.style1 {
	font-size: 0.8em;
	color:#666666;
}
.moduletable-new_textarea p {
margin-top:10px;
}
.read_more {
color:#993300;
text-decoration:none;
}
.read_more:hover {
color:#CC6600;
text-decoration:none;

}
.header_link {
color:#666666;
font-weight:bold;
text-decoration:none;
}
.header_link:hover {
color:#333333;
font-weight:bold;
text-decoration:none;
}

.back_to_top {
background:transparent url(../images/back_to_top.gif) repeat scroll 0 0;
color:#666666; 
font-size:0.8em;
font-weight:bold;
height:21px;
padding:0px 0px 0px 17px;
text-decoration:none;
width:100px;
}

.back_to_top:hover {

color:#000000;
}

.back_btn {
background:url(images/back_btn.gif);
width:33px;
height:18px;
padding:0px 15px 0px 5px;
font-size:0.8em;
font-weight:bold;
color:#666666;
text-decoration:none;
}
.back_btn:hover {

color:#000000;
}

.contentarea_borders_common {
font-size:0em;
line-height:0em;
height:9px;
}
.contentarea_border_top_left {
background:url(../images/contentarea_border_top_left.png);
background-repeat:no-repeat;
width:11px;
}
.contentarea_border_top_mid {
background:url(../images/contentarea_border_top_mid.png);
background-repeat:repeat-x;
}
.contentarea_border_top_right {
background:url(../images/contentarea_border_top_right.png);
background-repeat:no-repeat;
width:11px;
}


.contentarea_border_mid_left {
background:url(../images/contentarea_mid_left.png);
background-repeat:repeat-y;
}
.contentarea_border_mid_right {
background:url(../images/contentarea_mid_right.png);
background-repeat:repeat-y;
}


.contentarea_border_bot_left {
background:url(../images/contentarea_border_bot_left.png);
background-repeat:no-repeat;
width:11px;
}
.contentarea_border_bot_mid {
background:url(../images/contentarea_border_bot_mid.png);
background-repeat:repeat-x;
}
.contentarea_border_bot_right {
background:url(../images/contentarea_border_bot_right.png);
background-repeat:no-repeat;
width:11px;
}
/*----------accessibility -----------*/
#accessibility{
float:right;
padding:0 0 25px 0;
}
 #accessibility a
{
text-decoration:none;
}
/*------ Site back btn -----*/
#sitebackbtn{
padding-top:5px;
padding-bottom: 8px;
}

.textfield_new {
border:1px solid #CFCFCF !important;
padding:5px 0;
}

.show-linkmore {
border-bottom : 0px !important; 
}

.show-hit{
border-bottom : 0px !important; 
}

.commentBlogView{
border-bottom : 0px !important; 
}

.moduletablesection-menu #mainlevelsection-menu li a, .loggedin_enter li a{
width:71px;
height:34px;
background:url(../images/enter_bg.jpg);
background-repeat:no-repeat;
border:none;
color: #C25C0A;
padding: 2px 10px !important;
}

.moduletablesection-menu #mainlevelsection-menu li a:hover, .loggedin_enter li a:hover{
color:  #0075c4;
}

#activecode  {
color:#226699 !important;
}

.highlight {
font-weight:bold;
}

.text_bot_space {
margin-bottom:15px;
background-color:#f1f7fc;
}

.pages {
background-color:#d7e9f6;
border-top:1px solid #6aabe3;
margin:5px;
}

.top_table {
border:1px solid #dc801b;
background-color:#fefaf6;
}

#limit {
background-color:#fefaf6;
border:1px solid #6aabe3;
}

#searchForm table td{
padding:5px !important;
}

#searchForm .button {
background:transparent url(../images/search_btn.png) no-repeat scroll right top;
border:medium none;
cursor:pointer;
height:20px;
width:45px;
}


#left-column .lnavheader{
width:220px;
padding-left:2px;
margin-bottom:10px;
}
#left-column .navheader {
width:220px;
background:url(../images/header/header_left.png) no-repeat left top;
overflow:hidden;
}
#left-column .navheader_top {
height:6px;
background:url(../images/header/header_left_top.png) no-repeat left top;
}
#left-column .navheader-center-content {
position:relative;
background:url(../images/header/header_right.png) repeat-y right top;
padding-left:20px;
overflow:hidden;
}
#left-column .navheader_bottom {
height:6px;
width:220px;
background:url(../images/header/header_bot.png) no-repeat left bottom;
clear:both;
}
#left-column .navheader_bottom span {
display:block;
position:relative;
height:7px;
background:url(../images/header/header_bot_right.png) no-repeat right top;
}

.moduletablekeywordsearch h3{
color:#FFFFFF;
}

.componentheadingnetworkcentrenetworkcentre
{
color:#D07107;
font-size:1.5em;
font-weight:bold;
padding-bottom:10px;

}

.footer-box-right .moduletable .contentpaneopen a{
text-decoration:none;
color:#333333;
}

fieldset.cp_field_4{
display:none;
}