body {
	margin: 0px;
	padding: 0;
	background: yellow;
	font-size: 1em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	min-width: 980px;
*background: url("images/bg-light.png") no-repeat scroll 50% 0px rgb(233, 233, 233);
background: url("images/bg-light.png") no-repeat scroll 50% 0px rgb(233, 233, 233);
       *background: url("images/content_bg.jpg") repeat-x;
	*background: url("images/bg1.jpg") repeat scroll 0px 0px rgb(245, 241, 229);
	*background: url("images/bg_all.jpg") repeat-x scroll center top rgb(36, 127, 228)!important;
	border-top:linear-gradient(to bottom, rgb(34, 34, 34), rgb(17, 17, 17));
border-top: 5px solid #B91E00;
*border-color: rgb(37, 37, 37);
*background-image: linear-gradient(to bottom, rgb(34, 34, 34), rgb(17, 17, 17));
}

div {
	text-align: left;
}


#headerTitle{
background: url("testsite.png") no-repeat scroll top right transparent;

}


.testsite {
display:none;
}
a, a:link, a:active, a:visited {
	color: rgb(116, 116, 116)!important;
	text-decoration:none!important;
*font: 14px Arial,Helvetica,sans-serif;
}

a:hover {
	color: rgb(185, 30, 0)!important;
	background: none;	
	text-decoration:none underline!important;
	
}

center {
	text-align:left;
}


a.action, a.file{
text-transform: inherit;
}

#searchtop{
    position: relative;
    margin-left: 621px;
    margin-top: -65px;
    width: 334px;
}

.search_style{
float: left;
height: 26px;
width: 155px;
border-radius: 4px;
border: 1px solid rgb(226, 227, 228); 
margin-right: 1px;
}


.search_style:focus{
border-color: rgba(168,168,168,4);
outline: 0;
outline: thin dotted 9;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #2C9DD4;
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #2C9DD4;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgb(206, 64, 38);

}

.combo_box{
argin-left: 5px;
float: left;
height: 30px;
width: 110px;
border-radius: 4px;
border: 1px solid rgb(226, 227, 228);
}


.combo_box:focus{
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(168,168,168,4);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(168,168,168,4);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgb(206, 64, 38);
border-color: rgba(168,168,168,4);
outline: 0;
outline: thin dotted 9;
}


input.button_add {
border-radius: 0px 4px 4px 0px;
background: none no-repeat scroll 0% 0% #740000;
border: medium none;
cursor: pointer;
height: 27.5px;
color: #FFF;
width: 60px;
margin-left: 0px;
font-weight: bold;
}


input.button_add:hover{
background: url("images/menu-hover.jpg") no-repeat scroll 50% 50% rgb(116, 0, 0);
*background: none repeat scroll 0% 0% rgb(173, 23, 0);
*background: url(images/sh.png);
*height: 27.5px;
*width:70px;
}

#about{display:none;}
#navbar #search{display:none;}
#current{display:none;}
#archives{display:none;}
#navbar #register{display:;}
#categories{display:none;}
#announcements{display:none;}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:980px;
	height:420px;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
 

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

#slider{
height:250px;
}


.theme-default #slider {
	width:618px; /* Make sure your images are the same size */
	height:auto; /* Make sure your images are the same size */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
   /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
     -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
	background:url(pagination.png) no-repeat;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.block .popart, .articleToolItem {
margin-left: 0px!important;
margin-right: 10px!important;
border-bottom: 1px solid #DDD!important;
}

.articleToolItem img{
padding-left:0px!important;
}

#banner {
     
     	margin: 0px auto;
	 float:inherit;
	height: 260px;
	width: 960px;

	}

#body1 {
display:;
padding-top: 17px;
margin: auto;
width:1000px;
background-color:#FFF;
height:345px;
}


#container {
	line-height: 100%;
	text-align: center;
*box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}


#header {
margin:0px auto;
width: 100%;
height: 125px;
background: none;
*background: url("images/bg-2.png") no-repeat scroll center top transparent;
*background: none transparent;
*box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
margin-bottom:0px;	
}

#headerTitle {
	text-align: left;
	margin: 0 auto;
       width: 900px;
}

#headerTitle img {

margin-left: -62px;
margin-top: -1px!important;

}

#header h1 {
	margin-top: 0px;
	padding:0px ;
	*font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	
}

p {
    line-height: 1.5em !important;
    text-align: justify;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: rgb(87, 87, 87);
}

#body {
	width:1000px;
	margin: auto;
	background-color: white;
	border-right: 0px solid #336600;
	*box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
min-height:1600px;
padding-bottom: 10px;
}




*html #body {
	margin: 0 auto;
	margin-top:-6px;
	border-bottom:1px solid #336600;
	border-left:1px solid #336600;
}


#main {
       margin-left: 21px;
	padding-bottom:0;
	margin-bottom:0px;
	background-color: #FFFFFF;
	color: #003300;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-right: none;
	width:685px;	
float: none;
display: inherit;
overflow: visible;
}

*:first-child+html #main {
	width: 718px;
	float:left;
	margin:0;
	padding: 0;
}

*html #main {
	width: 677px;
	float:left;
	margin:0;
	margin-right:0!important;
	padding: 0;
	padding-right:0!important;
	background-color:none;
	border-left:none;
	
}

#main h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	*padding-left:10px;
	/*font-weight: bold;*/
	font-family:Arial,Helvetica,sans-serif;
	color: rgb(87, 87, 87);
	line-height: 1; 
}

#main h3 {
	font-size: 18px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: rgb(87, 87, 87);
	margin:1px;
	margin-left:15px;
}



.sf-menu > li > a > span {
    position: relative;
    display: block;
    *padding: 21px 0px 20px;
    font: 300 15.96px/18px 'Roboto Slab',serif;
    color: #FFF;
    text-transform: uppercase;
    transition: all 0.4s ease-out 0s;
    z-index: 1;
}

.sf-menu > li:first-child {
    margin: 0px 0px 0px 0px;
}

.sf-menu > li {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 56px;
}

.sf-menu {
margin:0px auto;
Width:1000px;
    padding: 0px;
height: 52px;
position: relative;
list-style: none outside none;
white-space: nowrap;
}




.sf-menu > li > a > strong {
    position: absolute;
    display: block;
    top: 0px;
    left: 50%;
    margin-left: -40px;
    min-width: 80px auto!important;
    background-color: rgb(54, 53, 53);
    *background-image: linear-gradient(to bottom, rgb(67, 66, 66), rgb(34, 33, 33));
    background-repeat: repeat-x;
    z-index: 0;
    transition: all 0.4s ease-out 0s;
    height: 0px;
}

.sf-menu > li > a:hover > strong, .sf-menu > li.active > a > strong, .sf-menu > li.sfHover > a > strong {
    height: 59px;

}


.sf-menu > li:first-child + li + li + li + li > a > strong {
    width: 219px!important;
    margin-left: -60px!important;
}


ul.menu li {
padding:0px;
}

ul.menu a {
text-transform:none!important;
}

#navbar ul.menu{
margin:0px auto;
width:1000px;

}

#navbar {
  background-image: linear-gradient(to bottom, rgb(171, 3, 24), rgb(49, 0, 5));
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    height: 55px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    width: 100%;
}

#navbar a {
    padding: 19px 9px 5px;
    height: 28px;
text-decoration: none;
text-transform: uppercase!important;
letter-spacing: 1px;
font-family: 'Open Sans',sans-serif!important;
font-size: 12px;
font-weight: bold!important;
line-height: 10px;
color: rgb(255, 255, 255)!important;
    text-decoration: none;
    float: left;
    display: block;
    margin: 0px auto;
	*border-right: 1px solid rgb(174, 225, 248);
   *background: url("images/arrows.png") no-repeat scroll 0px bottom transparent;	
*background: url("images/bg-4.gif") no-repeat scroll 0px 0px transparent;
border-right:1px solid #B7412A;


}

#navbar a:hover {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgb(116, 0, 0) !important;
    background-image: url("images/menu-hover.jpg") !important;
    background-origin: padding-box !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    color: rgb(255, 255, 255) !important;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: background-color;
    transition-timing-function: ease;
	height:30px;
}

.menulink, .menulink2,.menulink3{
background: none repeat scroll 0% 0%  rgb(241,241,241) !important;
border-radius: 6px 6px 6px 6px;
padding:10px 20px;
height: 33px;
margin-left:-18px;

}
.menulink2{
background: none repeat scroll 0% 0%  rgb(241,241,241) !important;
border-radius: 6px 6px 6px 6px;
padding:10px 20px;
height: 33px;
margin-left: -33px;
margin-right: -42px;
}

.menulink3{
background: none repeat scroll 0% 0%  rgb(241,241,241) !important;
border-radius: 6px 6px 6px 6px;
padding:10px 20px;
height: 33px;
margin-left: -32px;
margin-right: -42px;

}


.menulink1, .menulink4,.menulink5,.menulink6,.menulink7{display:none;}


#navsearch  a{

line-height: 40px;
    margin-top: 0px;
    text-align: centre;
    font-family: 'Arial';
    font-size: 14px;
    color: rgb(0, 0, 0);
    letter-spacing: 0px;
	height: 33px;
	font-weight: normal;
    font-style: normal;
	vertical-align: baseline;
	border-right: 5px solid #D3D3D3;
	border-bottom: 4px solid #D3D3D3;
	vertical-align: middle;
	padding: 10px 25px;
	text-transform: none;

}

#navsearch a:hover{ 
background: none repeat scroll 0% 0% rgb(216,216,216) !important;
border-right: 5px solid  #C6C6C6;
border-bottom: 4px solid  #C6C6C6;

}

#navsearch {
margin:0 auto;
height: 42px;
width:1008px;
text-align: center;	
margin-top:-90px;
margin-bottom:30px;
}
.sdm{width:410px;}
.active{650px;}

#main #navsearch .table a, #main #navsearch .table a:link, #main #navsearch .table a:active, #main #navsearch .table a:visited {
	font-size: 0.7em;
	letter-spacing: 0.05em;
	color: #FFFFFF!important;
	text-transform:capitalize!important;
	text-decoration:none!important;

}

#main #navsearch .table a:hover {
	color: #FFFFFF!important;
	text-decoration:underline!important;
	background-color:none!important;
	background:none!important;
}

#breadcrumb {
padding:0px auto;
 *padding-left: 10px;
    font-size: 0.7em;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 6px;
}

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}

#homecontent {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 13px;
color: rgb(87, 87, 87);
line-height: 1.5em !important;
text-align: justify;
}
#content {
	margin: 0;color: rgb(87, 87, 87);

	padding: 0;
	padding-left:0px;
	padding-right:15px;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-top:none;
	text-align: justify;
	line-height: 1.5em !important;
}
.addissn {
display: ;
}

.addissn:before {
    content: "ISSN No : 0976-2477";
    font-size: 13.5px;
    color: rgb(87, 87, 87);
    margin-top: 20px;
}


.tocArticle {
    padding-bottom: 4px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 4px;
}

table.tocArticle td.tocAuthors {
    padding-left: 10px;
    font-style: italic;
    vertical-align: top;
}

table.tocArticle td.tocPages {
    text-align: right;
    vertical-align: top;
    border-left: 2px solid rgb(204, 204, 204);
}

#content div {
	line-height:160%;
}	

#content h3 {	
color: rgb(87, 87, 87);
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 18px;
text-align: justify;
margin: 10px 0px 5px;
padding-top: 0px;
}

#content h3 + h3 {
	color: rgb(87, 87, 87);
	font-size: 16px;
	background:none;
	margin-top:5px;
}

#content h4 {
letter-spacing: 0.07px;
color: rgb(87, 87, 87);
height: 20px;
margin: 15px 0px 5px;
padding-top: 5px !important;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-weight: normal;
/*font-size: 17px;*/
}
#articleAbstract div {
    padding: 5px;
    text-align: justify;
    line-height: 1.5em;
}

h4.tocSectionTitle {
   /* font-size: 12px;  border-bottom: 1px solid gray;*/
    background-color: rgb(241, 242, 242);
    padding: 2px;
    position: relative;
    left: 1px;
    
    z-index: 2;
   border-radius: 4px 4px 4px 4px;
}

table {
    margin-top: 10px;
}

table.tocArticle td.tocTitle {
    width: 85%;
    padding-right: 40px;
    height: 100%;
    line-height: 1.3em !important;
    text-decoration: ;
}

table.tocArticle td.tocGalleys {
    text-align: right;
    border-left: 2px solid rgb(204, 204, 204);
	background: url("pdf.png") no-repeat fixed 0% 0% transparent;
	width: 30%;
}

#results table.listing td .serchtitle a {
    font-weight: bold !important;
}

#results table.listing td {
width: 60%;
line-height: 1.3em!important;
}

#content ul.plain {
	margin:0;
	margin-left:15px;
	padding:0;
}

#content ul.plain li {
	margin:0;
	padding:0;
	padding-bottom:3px;
}


 


table td {
	color:#1d2c36;
	font-size:1em;
	*font-weight:bold;
	line-height:1.05em;
}

table td a, table td a:link, table td a:visited, table td a:hover {
	font-size:1em;
	*font-weight:bold!important;
}

tr + tr td {
	font-weight:normal;
	padding-top:1px;
	padding-bottom:15px;
	font-size:1.1em;
	color:#000000;
}


table.listing, table.plain, #sidebar .block table, table.data, table.nested, table.info, table.listing table, table.listing + table {
	margin:0;
	margin-top:0!important;
	padding:0;
	*margin-left:15px!important;
	padding-right:15px!important;
	
	border-bottom:none!important;
}

table.listing td.headseparator {
	border-top:none;
}

table.listing td, table.plain td, #sidebar .block table td, table.data td, table.nested td, table.info td, table.listing table td, table.listing + table td {
	margin:0!important;
	padding:0!important;
	padding-bottom:5px!important;
	
	/*color:#000000!important;*/
	font-size:1em!important;
	font-weight:normal!important;
color: rgb(116, 116, 116) !important;
text-decoration: none !important;
font: 14px Arial,Helvetica,sans-serif !important;
}

table.listing td a, table.plain td a, #sidebar .block table td a, table.data td a, table.nested td a, table.info a, table.listing table td a, table.listing + table td a {
	font-size:1em!important;
	font-weight:normal!important;
}

a.action, table.listing a.action {
	font-size:0.9em!important;
	font-weight:normal!important;
}

table.listing tr.heading td {
    font-weight: bold !important;
}

table.listing tr td h4 {
	margin:0;
	margin-top:8px!important;
	padding:0;
	color:#1d2c36!important;
	line-height:15px!important;
}

td.separator, td.endseparator {
	border-top:1px solid #d1c1b2!important;
	font-size:0.1em;
	line-height:10px;
}

#sidebar {
float: right;
width: 308px;
margin: 10px 0px 0px;
padding: 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 1.2em;
border: medium none;
	
}

#rightSidebar {
float: right;
padding: 1em 0em;
font-size: 0.65em;
height: 100%;
margin-right: 77%;
margin-left: 2%;
width: 14%;	
}

*html #sidebar {
	width: 180px;
	margin-top:0!important;
	border-bottom:1px solid #a89989;
}

#sidebar .block {
width: 253px;
border-radius: 3px;
box-shadow: 0px 2px 3px 0px rgb(227, 229, 229);
margin-top: 20px;
padding-left: 10px;
}


#sidebarUser{

/*-moz-box-sizing:border-box;  

border-radius: 6px 6px 6px 6px;
float:left;
border:0px solid gray;
Firefox */
width: 309px;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2)!important;

}

/*#notification{
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2)!important;
}*/


#sidebarInformation {
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2)!important;
}

#sidebarUser ul li {
    line-height: 0.0em;
    color: rgb(89, 89, 89);
    border-bottom: 1px solid rgb(221, 221, 221);
	margin: 0px 0px 0px 0px;
    padding: 0px;
	list-style:none;
	
}

#sidebar .block ul li a{
font: 14px Arial,Helvetica,sans-serif;
}


#sidebar .block ul li {

margin-top: 0px;
margin-right: 10px;
margin-bottom: 10px;
*margin-left: 10px !important;
padding: 4px 0px 12px 0px;
background-color: 0px;
list-style:none;


}
#sidebarInformation ul li {
    border-bottom: 1px solid rgb(221, 221, 221);
    background: url("images/foo_arrow.png") no-repeat scroll 4px 7px transparent;
	
}
#sidebarInformation ul li a{
padding-left: 18px;
padding-top:0px;
 line-height: 0em;
 
}

#sidebarNavigation{
display:none;

/*-moz-box-sizing:border-box; border:3px solid gray; Firefox */
width:145%;
border-radius: 6px 6px 6px 6px;
float:left;
list-style:none;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
#sidebarNavigation a:link {
  float:left;
}

#sidebar div.block span.blockTitle {
display: block;
padding: 0.5em 0px;
font-size: 1em;
letter-spacing: 0.1em;
text-transform: uppercase;
width:240px;
}

#rightSidebar .blockTitle {
    border-bottom: 1px solid rgb(221, 221, 221);
}


#sidebar .block .sidebaruserlabel {
   * margin-left: 10px;
    padding-bottom: 6px;
color: rgb(116, 116, 116) !important;
text-decoration: none !important;
font: 14px Arial,Helvetica,sans-serif !important;
}



#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
    font-size: 1.5em;
    width: 182px;
    background-color: white;
	*margin-left:10px;
	border-width: 1px;
	border-style: solid;
	padding: 0px 9px; 
	height: 26px;
    font-size: 12px;
	border-radius: 4px 4px 4px 4px;
	/*background: none repeat scroll 0% 0% rgb(255, 255, 255);*/
	font-family: inherit;
	border-color: rgb(192, 192, 192) rgb(217, 217, 217) rgb(217, 217, 217);
	margin-bottom: 0px;
}


#sidebar div.block {
    font-size: 1.0em;
    padding-bottom: 0.5em;
	margin-bottom: 0px;
	
}



#by_issue{
float:left;

}
#by_issue a:hover{
color:red!important;
}

#by_issue li img:hover {
    opacity: 0.6;
}


#sidebar .block .blockTitle {
display: block;
padding: 0.5em 0px;
width: 100%;
text-transform: uppercase;
font-size: 1.1em;
font-weight: bold;
color: #B91E00;
}

#sidebar .block .blockSubtitle {
	line-height:2.0em;
	display: block;
	padding: 2px 10px 3px 10px!important;
	font-weight:bold;
	font-family:'Arial';
	font-size: 1em;
	color: #484848;
	margin-top: 0px;
	border-bottom: 2px solid rgb(221, 221, 221);
	margin-bottom: 0px;
	margin-right: 5px;
	text-transform:uppercase;
}
.userrole {
*margin-left: 8px;
font: 14px Arial,Helvetica,sans-serif!important;
color: rgb(120, 120, 120)!important;
}


#Message ul li{
background: url("images/foo_arrow.png") no-repeat scroll 4px 8px transparent;
    padding-left: 15px !important;
    border-bottom: 1px solid rgb(221, 221, 221);
}


#notification ul li {
    background: url("images/foo_arrow.png") no-repeat scroll 4px 8px transparent;
    padding-left: 15px !important;
    border-bottom: 1px solid rgb(221, 221, 221);
    
}
#notification ul li a{
padding-left:3px;
padding-top:0px;
margin-top:20px;

}
#sidebar .textField, #sidebar .selectMenu, #sidebar .button {
	font-size: 1.8em;
}



#sidebar .block ul {
	margin:0;
	margin-top:5px;
	padding:0;
}



#sidebar .block img {
	padding:3px;
	margin-left: 3px;
}

#sidebar .block table {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-left: 15px !important;
padding-right: 0px !important;
margin-top:8px!important;
border-bottom: medium none !important;

}


.login_styl{
display: table-cell;
vertical-align: middle;
padding: 4px 14px;
border:none;
border-radius: 4px;
color:#ffffff;
background-color:#C01D00;
text-align:center!important;
font-size: 14px;
float:right;
font-family:'arial';
font-weight: bold;
margin-top: -16px;
}

.login_styl:hover{
background-color:rgb(234, 86, 21);
color: rgb(255, 255, 255);
font-family:'arial';
font-weight: bold;
}


*html #sidebar .block table {
	width:120px;
}

*html #sidebar .block form {
	width:120px;
}


#footer {
margin: 0px auto;
*margin-left: -20px;
background: url("images/c_bg.jpg") repeat-x scroll center top #610504;
*background-color: #E2E2E2;	

	
	width: 100%;
  
	clear: both;
	*background-color: rgb(209, 209, 209);       
       text-align: center;
       *border-bottom:2px solid rgb(116, 0, 0);	
       line-height:100%;
       padding-top:30px;
       height:211px;
}
#foot{   
    width: 999px;
    margin: 0 auto;
    background: #7e3333;
    border-radius: 5px;
    height: 179px;

}
#copyright1{
width: 1000px;
margin: auto;
color: rgb(255, 255, 255);
text-align: center;
line-height: 30px !important;
clear: both;
font-family: "Humnst777 BT";
font-size: 14px;
}

#copyright1 a{
color: rgb(255, 255, 255);
}

*:first-child+html #footer {
	margin:0;
	margin-left:-10px;
	padding:10px;
	padding-bottom:5px;
	min-height:0!important;
	width: 798px;
	border-bottom: 1px solid #336600;
	border-top: 1px solid #336600;
	background-color:none;
}

*html #footer {
	margin:0;
	margin-left:0;
	padding:0;
	padding-bottom:5px;
	padding-top:5px;
	min-height:0!important;
	width: 698px;	
	border-bottom: none;
	border-top: none;
	background-color:none;
}
#nav_box2 {
        margin:0 auto;
        width: 980px;
        padding-top:15px;
	padding-right:15px;
}
#nav_box2 ul {

    float:left;
    width:189px;
    margin-left:15px;
}
#foottab {
color: #FFFFFF;

padding: 2px 5px 2px 5px;
border-radius: 5px;
margin: 10px 0px 10px 0px;
}
.try, .try2{color:#FFFFFF; padding:2px 5px 2px 15px; }

#nav_box2 li {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: rgb(143, 145, 145);
    display: block;    
  
    height: 33px;
background: url("images/li2.jpg") no-repeat scroll 0px 15% transparent!important;
margin-right:30px;
}
#nav_box2 li a {
    padding: 10px 10px 10px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

#nav_box2 li a:hover{
text-decoration: underline !important;
}

.right {
    float: right;
}



#advancedSearch input.textField {
    height: 22px;
}

input.textField:focus{
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(168,168,168,4);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(168,168,168,4);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #CE4026;
}

input.textField, input.uploadField {
  margin-bottom: 6px;
 border: 1px solid rgb(229, 229, 229);
 font-size: 13px;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
 height:22px;
background: none repeat scroll 0% 0% rgb(255, 255, 255);	
border-radius: 4px 4px 4px 4px;

}

 textarea.textArea{
  margin-bottom: 6px;
 border: 1px solid rgb(229, 229, 229);
 font-size: 13px;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
background: none repeat scroll 0% 0% rgb(255, 255, 255);	
border-radius: 4px 4px 4px 4px;

}


select.selectMenu {
    height: 22px;
    border: 1px solid rgb(229, 229, 229);
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    box-shadow: 0px 0px 8px rgb(240, 240, 240);
    border-radius: 4px 4px 4px 4px;
}

select.selectMenu:focus{
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(168,168,168,4);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(168,168,168,4);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #CE4026;

}



 .login_style {
display: table-cell;
vertical-align: middle;
height: 39px;
width: 70px;
border:none;
color:#ffffff;
background: url(images/button.png);
text-align:center!important;
font-size: 14px;

font-family:'arial';
font-weight: bold;

}

.login_style:hover{
background: url(images/button_hover.png);
color:black;
font-family:'arial';
font-weight: bold;
}  


table.data td.label {
    width: 30%;
}

table.data{
padding-top: 10px;
}


.advsearch {
    float: right;
    margin-right: 102px;
}


.advsearch input.defaultButton{
display: table-cell;
vertical-align: middle;
height: 39px;
width: 70px;
border:none;
color:#ffffff;
background: url(images/button.png);
text-align:center!important;
font-size: 13px;
font-family:'arial';
font-weight: bold;
}


.advsearch input.defaultButton:hover{
background: url(images/button_hover.png)!important;
color:black;
}


input.button{
border-radius: 4px 4px 4px 4px;
background-color:rgb(192, 29, 0);
color:#ffffff;
*text-shadow: 0px -1px black;
border: medium none;
padding: 5px 15px;
font-weight: bold;
font-size: 11px;
cursor: pointer;
text-align: center
font-family:'arial';
}

input.button:hover{
border-radius: 4px 4px 4px 4px;
background-color: rgb(234, 86, 21);
}



#sidebar .block .textField:focus,#sidebar .block  .textField:focus {
    background:#FFFFFF;}

input.textField:focus,textarea.textArea:focus,input.uploadField:focus {
    background:#FFFFFF;}


p.switch {
display: block;
float: right;
}
.expandtocSectionTitle a {
display: block;
padding: 3px 10px;
text-decoration:none;
font-weight:bold;
font-size:16px;
}

.expandtocSectionTitle a.open:link, .expandtocSectionTitle a.open:visited {
border-style: solid;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
background: #EEE url(images/arrow-up.gif) no-repeat 98% 50%!important;
margin-bottom: 10px;
}

.expandtocSectionTitle a:link, .expandtocSectionTitle a:visited {
border: 1px solid #EAEAEA;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
background-image: url(images/arrow-down.gif);
background-repeat: no-repeat;
background-position: 98% 50%;
}


.btn_more {
       border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; /*background:#444;*/ color:#fff; text-shadow:0 -1px #000; border:none; padding:5px 15px; font-weight:bold; font-size:11px; cursor:pointer; 
text-align: center;
background-image: url(images/nav_bg.png);
background-repeat: repeat-x;
}
.btn_more:hover {
background: #009900;
 
}


.expandissueyear a {
padding: 3px 10px;
}

.expandissueyear a.open:link, .expandissueyear a.open:visited {
background: url(collapse.png) no-repeat ;
}

.expandissueyear a:link, .expandissueyear a:visited {
background: url(expand.png) no-repeat;
 }




/**** table polishing

#users table.listing td{width:0%!important;}
#subscriptionTypes td{width:0%!important;}
#availableSubscriptionTypes  table tr{width:0%!important;}
#submissions table.listing td{width:0%!important;}
#referrals table.listing td{width:0%!important;}
#editors table.listing td{width:0%!important;}

table polishing********/

#cart img{float:right; padding:0!important;margin-left:500px;}

.prettyTable {
    background-color: rgb(219, 214, 174);
    border: 1px outset rgb(138, 131, 27);
    padding: 5px;
}
	
	
.expandissueyear a:link, .expandissueyear a:visited {
    background: url("expand.png") no-repeat scroll 0% 0% transparent;
}
	



.tocTitle a {
  backgournd-color: rgb(87, 87, 87);
font-weight:bold!important;
 
}

div.separator {
    border-bottom: 1px solid rgb(221, 221, 221);
}

#authors {
border-radius: 3px 3px 3px 3px;
*border: 1px solid rgb(226, 227, 228);

}

.kur{
border:1px solid blue;
padding:6px 10px;
}

#content p.ini a{
    color: rgb(0, 102, 153);
    display: inline;
    height: 23px;
    margin: 40px 0px 0px;
    padding: 5px 4px;
    text-decoration: none;
    vertical-align: bottom;
    width: 10px;
}


#content p.ini a:hover{
Background-color: #CE3017!important;
color: rgb(255, 255, 255)!important;

}
.ini a{
padding: 4px 3px!important;
}

.ini a{
border: 1px solid rgb(221, 221, 221);
color: rgb(0, 102, 153);
display: inline;
height: 23px;
margin: 40px 0px 0px;
padding: 5px 4px;
text-decoration: none;
vertical-align: bottom;
width: 10px;
}


#content .menu li {
    list-style: none outside none;
    padding: 3px 15px;
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    background-color: rgb(78, 162, 78);
    background-image: linear-gradient(to bottom, rgb(168, 2, 23), rgb(128, 1, 17));
    background-repeat: repeat-x;
    margin-left: 2px;
    cursor: pointer;
    margin-top: -1.5px;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}



#table-2 th {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
    *text-shadow: 1px 1px 1px white;
}

#table-2 th strong {
color:#FFF!important;
}

#table-2 td, #table-2 th {
    padding: 5px;
    color: rgb(89, 89, 89);
}

#table-2 thead {
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    padding: 0.2em 0px 0.2em 0.5em;
    text-align: left;
    color: rgb(75, 75, 75);
    border-bottom: 1px solid rgb(153, 153, 153);
    background-color: rgb(200, 200, 200);
    *background-image: linear-gradient(to bottom, rgb(255, 255, 255), #029CE7);
background: url("images/bg-3.gif") repeat-x scroll 0px 0px rgb(153, 51, 32);
}

#table-2 {
    border: 1px solid rgb(227, 227, 227);
    *background-color: rgb(242, 242, 242);
    width: 103%;
    border-radius: 6px;
width:675px;
}

#table-2 td {
    line-height: 20px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #F5F1E5;
    border-top: 1px solid #F5F1E5;
    border-right: 1px solid #F5F1E5;
   /* padding: 10px 10px 14px; */
}

#table-2 td:hover {
    background-color: rgb(255, 255, 255);
}


.kur{color: rgb(255, 255, 255);
    background: none repeat scroll 0% 0% rgb(177, 32, 1);
padding: 3px 4px;
} 

.kur:hover{background: none repeat scroll 0% 0% rgb(234, 86, 21);
color: rgb(255, 255, 255);}

.ini a:hover{
    color: rgb(255, 255, 255)!important;
 background-color:#CE3017!important;

}

#articleCitations {
padding-left:20px!important;
}

#articleCitations h4{
margin-left:-20px;
}

#i-scholarabout {
display:none;
}

ul {
   
    list-style: none;
}


.auth_index_title {
    font-weight: bold;
    margin-bottom: -15px;
    font-size: 10pt;
}

#authorDetails ul {
padding-left:10px;
}

a.file {
    *float: right;
    text-decoration: underline !important;
    font-weight: bold;
    color: rgb(87, 87, 87) !important;
}

ul.steplist a{
*font: 12px Arial,Helvetica,sans-serif;
}

#footer1 ul.list, #footer1 ul.list1, #footer1 ul.list2, #footer1 ul.list3 {
margin: 0px auto 0px 39px;
width: 290px;
float: left;
padding-top: 46px;
height: 114px;
}

#footer1 ul.list li {
    list-style: disc outside url("images/li2.png") !important;
    padding: 5px 0px;
}

#footer2 {
    padding: 1px;
    margin: auto;
    border-top: 1px solid rgb(222, 222, 222);
    line-height: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    clear: both;
font-size: 13px !important;
}

#footer a:link, #footer a:visited, #footer a:active {
    color: rgb(255, 255, 255) !important;
    background: none repeat scroll 0% 0% transparent !important;
    text-decoration: none !important;
}

#foottab {
    color: rgb(255, 255, 255);
    padding: 2px 5px;
    border-radius: 5px;
padding-left: 25px;
}

.try, .try2 {
    color: rgb(255, 255, 255);
    padding: 0px 5px 2px 15px;
}



#menu {
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
    color: rgb(255, 255, 255) !important;
    padding-left: 2px;
    margin-top: 4px;
    margin-left: 15px;
    padding-top: 12px;
}

#menu a, #menu1 a, #menu2 a {
    color: rgb(255, 255, 255) !important;
}

#menu2 {
   font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
    padding-left: 2px;
    margin-top: 10px;
    margin-left: 15px;
color: rgb(255, 255, 255) !important;
}

.custom{
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) !important;
}

#sidebarPopularArticles, #sidebarRTArticleTools{
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) !important;
}

#sidebarPopularArticles span.blockTitle{
margin-bottom:12px;
}


#anil{
margin:-10px auto;
width:1000px;
height:145px;
background-color:#5E5E5E;
border-radius: 0px 0px 6px 6px;
}

.quicksearchtag {
    box-shadow: 0px 0px 3px #CCC, 0px 10px 15px #EEE inset;
    border-radius: 5px;
    transition: padding 0.25s ease 0s !important;
    border: 1px solid #AAA;
    padding: 8px 10px 6px;
    font-weight: bold;
    color: #005297;
}

.contact_form input, .contact_form textarea {
    box-shadow: 0px 0px 3px #CCC, 0px 10px 15px #EEE inset;
    border-radius: 5px;
    padding-right: 10px;
    transition: padding 0.25s ease 0s !important;
    border: 1px solid #AAA;
    height: 25px;
    padding-left: 10px;
}

.contact_form input:focus {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #CE4026;
}

#post {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e9e9e9;
    height: auto;
    margin-bottom: 15px;
    padding: 15px 15px 20px;
}



#hp {
    border-bottom: 1px solid #d8d8d8;
    color: #494949;
    font-family: "Avant Garde",sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 5px;
    width: 100%;
}



.images_left {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e7e7e7;
    float: left;
    margin-right: 15px;
    padding: 4px;
}


.para1 {
    line-height: 18px !important;
    margin-bottom: 35px;
    text-align: justify;
}


h2 {
    display: none;
}





.ediboardtable,.ediboardtable1 {
margin: 15px 10px;
border-spacing: 3px;
}
ediboardtable tr,.ediboardtable1 tr {
height: 34px;
background: #fff;
}
.ediboardtable td {
padding-left: 11px;
padding-right: 11px;
border: 1px solid #EDEDED;
padding-top: 8px;
padding-bottom: 8px;
font-size: 12px;
}
.ediboardtable1 td {
padding-left: 11px;
padding-right: 11px;
border: 1px solid #EDEDED;
padding-top: 8px;
padding-bottom: 8px;
font-size: 12px;
line-height:2em;
}


#content a:hover img { filter: Gray }
#footer_nav img{padding-left:440px;}


#sidebarNavigation ul li {padding-left:14px!important;}

div.separator{border-bottom:1px solid #ddd;}

table.announcements td.headseparator{border-top:1px solid #ddd;}
#announcementsHome h3 {
    text-align: left;
}
#topBar{padding-bottom:0em;}
#aboutPeople{display:none;}

#onlineSubmissions a{color:#336600;
font-size:14px!important;
font-weight: bold!important;
}
#onlineSubmissions a:hover {
	color: #009933;
       background:none;
}
table.tocArticle td.tocAuthors {
    color: rgb(0, 0, 0) !important;
}

.smallFont {
background: transparent url(images/font_3.jpg);
width:60px;
height:42px;
margin-left: 20px;
}
.defaultFont {
background: transparent url(images/font_2.jpg);
width:60px;
height:42px;
}
.largeFont {
background: transparent url(images/font_1.jpg);
 width:60px;
height:42px;
}
a.smallFont:hover {
background: url(images/font_3.jpg);

}
a.defaultFont:hover {
background:  url(images/font_2.jpg);

}
a.largeFont:hover {
background: url(images/font_1.jpg);

}




.expandissueyear a {
padding: 3px 10px;
}

.expandissueyear a.open:link, .expandissueyear a.open:visited {
background: url(collapse.png) no-repeat ;
}

.expandissueyear a:link, .expandissueyear a:visited {
background: url(expand.png) no-repeat;
 
}
#articleAbstract h4, #articleSubject h4, #articleCitations h4,#authoraffliation h4{
    background-color: rgb(241, 242, 242);
    border-radius:3px;
}
.heading{width:100%;
background-color: rgb(241, 242, 242);
    border-radius:3px;
}
#results .heading{width:100%;
background-color: rgb(241, 242, 242);
    border-radius:3px;
}

#topBar{padding-bottom:3.2em;}

#navbar #about{display:none;}

#navbar #search{display:none;}
#navbar #current{display:none;}
#navbar #archives{display:none;}
#navbar #register{display:;}
.addissn {
   position: relative;
top: 9px;
}


.addissn:before {
   
    content: "Online ISSN : 0976-2477";
    font-size: 11.5px;
    letter-spacing: auto;
    color: #575757;
 margin-top:10px;
}

.addissn:after {
    
    content: "Print ISSN : 0972-2467";
    font-size: 11.5px;
    letter-spacing: auto;
    color: #575757;

}
#accessKey {
    margin-bottom: 0em!important;
}
#tocIndex{
margin-top:20px!important;
}


#footer1{
margin:0px auto;
margin-left:184px;

}


.at4-whatsnext.at-whatsnext-nophoto{
display:none!important;
} 

.at-vertical-menu{
top:42%;
}

.at-vertical-menu a .at-share-label{
color: rgb(176, 38, 28) !important;
}

.at-vertical-menu a:hover{
background: none repeat scroll 0% 0% rgb(255, 255, 255);
}


.at-vertical-menu.at-vertical-menu-right a:hover {
    border-radius: 4px 0px 0px 4px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255)!important;
    right: 95px!important;
border: 1px solid rgb(195, 195, 195);
}


#authorDetails .file {
    padding: 4px 16px 7px;
    background-color: #EAEAEA;
    color: rgb(255, 255, 255) !important;
    background-image: linear-gradient(to bottom, rgb(116, 0, 0), #AB1600);
    background-repeat: repeat-x;
    margin-right: 5px;
    font-weight: bold;
}

.auth_index_title {
    font-weight: bold;
    margin-bottom: -15px;
    font-size: 10pt;
    *color: rgb(47, 118, 187) !important;
}

#authorDetails ul li {
    margin-top: 10px;
    margin-left: -30px;
    line-height: 20px;
    background-color: #FDFDFD;
    padding-left: 10px;
    padding-bottom: 12px;
    padding-top: 10px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
}


#sidebarNavigation{
display:none;
}

#Advance {

margin: 0px auto;
margin-top: -1028px;
margin-left:135px;
border-radius: 4px 4px 4px 4px;
background: none no-repeat scroll 0% 0% rgb(116, 0, 0);
border: medium none;
cursor: pointer;
height: 25px;
color: rgb(255, 255, 255);
width: 125px;
font-weight: bold;
padding-top: 5px;
padding-left: 10px;
}

#Advance a{
color:white;
}

#Advance a:hover {
color: rgb(255, 255, 255);
 background: url("images/menu-hover.jpg") no-repeat scroll 50% 50% rgb(116, 0, 0);
width: 125px;
height: 25px;
}

#results table.listing td .serchtitle a{
font-weight: bold !important;
}

#i-scholarabout{
display:none;
}

table.listing tr.heading td {
    font-weight: bold !important;
}
#authors a:hover{
text-decoration:underline!important;
}

#articleCitations ul li,div#authoraffliation ul li {
line-height: 20px;
text-align: justify;
}
#register .value img {
padding-bottom: 6px;
}
#captcha {
margin-top: 7px;
}

#notification ul li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/vew.png");
    background-origin: padding-box;
    background-position: 8px 46%;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: rgb(89, 89, 89);
    line-height: 2.5em;
    padding-left: 30px !important;
}

#sidebarUser a,  #sidebarUser a:link,  #sidebarUser a:active,  #sidebarUser a:visited {
	color: rgb(89, 89, 89);
      background:none!important;
      text-decoration:none!important;
}
#notification a,  #notification a:link,  #notification a:active,  #notification a:visited {
	color: rgb(89, 89, 89);
      background:none!important;
      text-decoration:none!important;
}
#sidebarNavigation a,  #sidebarNavigation a:link,  #sidebarNavigation a:active,  #sidebarNavigation a:visited {
	color: rgb(89, 89, 89);
      background:none!important;
      text-decoration:none!important;
}
#sidebarInformation a,  #sidebarInformation a:link,  #sidebarInformation a:active,  #sidebarInformation a:visited {
	color: rgb(89, 89, 89);
      background:none!important;
      text-decoration:none!important;
}


#sidebarInformation ul li {border-bottom:1px solid #ddd;
line-height:2.5em;
background:url(images/inform.png)no-repeat scroll 0px 50% transparent;
}
#sidebarInformation ul li a{padding-left:30px;color: rgb(89, 89, 89);
}

#sidebarNavigation ul li {float:left; border-top: thin solid rgb(204, 204, 204);

}
/** -----------------------------------------*/
#sidebarNavigation .block-wrapper{margin:auto;
    position:relative;
    display: inline-block;}
#sidebarNavigation .block-wrapper>img{ position: absolute;
    z-index: 1;}
#sidebarNavigation .block-before{ position: absolute;
    z-index: 5;}
/***
#sidebarNavigation ul li a{padding-left:4px;   border-spacing:10px ;}
***/
#sidebarNavigation .blockSubtitle{/*border-bottom:1px solid #ddd; padding-bottom:10px!important;*/}
ul {list-style-type: none; list-style: none;}



#Informationn p {
    background-image: url("images/inform.png");
    background-repeat: no-repeat;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: rgb(83, 83, 83) !important;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10pt;
    line-height: normal;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 10px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

#sidebarSubscription
{
box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) !important;
}

#notification
{
box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) !important;
}

#notification1 ul li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/vew.png");
    background-origin: padding-box;
    background-position: 20px 46%;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: rgb(89, 89, 89);
    line-height: 2.5em;
    padding-left: 42px !important;
}

/* May 26 code begins */

#content .menu li a
{
 color:#ffffff !important;
}

/* May 26 code ends */

/* June 1 Code begins */

#pne li
{
 height:0px !important;
}

#pne li a
{
 position:relative;
 top:-30px;
left:0px;
}

#Informationn p a
{
 margin-left:9px;
}

ul.circlea
{
list-style-type: square !important;
}


/* June 1 code ends */

/* Sep 22 */

.uldisp li
{
list-style: disc !important;
}

/* Sep 22 */
