/* updated on 13.04.18 
	added style for journal images
*/
.div-right-all img{
	width: 218px!important;
	height: 314px!important;
}
/*end*/


.table-cur{
	border-collapse:collapse;
}

.table-cur td{
	border: none #CCCCCC 1px;
	border-top-style:solid;
	border-bottom-style:solid;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;
}
.head-table-big{
	background-image:url(images/top-banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:130px;
	/* background-color:#06477F; */	background-color:#242f63;
}
.logo-table{
	margin-top:15px;
}
.logo-area{
	padding-left:0px;
}
.pub-write{
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	color: #FFFFFF;
	text-align:right;
}
.menu-table-big{
	background-image:url(images/menu-bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:42px;
}

.menu-table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-align:center;
	font-weight:bold;
	height:40px;
	border-collapse:collapse;
}
.menu-table td { 	border: solid #AFAFAF 1px;
	border-top-style:none;
	border-bottom-style:none;
}
.body-all-table{
	margin-top:20px;
}

.body-text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:justify;
padding-left:30px;
padding-right:20px;
line-height:20px;
}

.body-text-current{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:left;
padding-left:30px;
padding-right:20px;
line-height:20px;
}

.body-text-archives{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:left;
padding-left:30px;
padding-right:20px;
line-height:40px;
}

.int-head{
font-family:Arial;
font-size:16px;
color:#000000;
text-align:left;
font-weight:bold;
}

.int-iss{
font-family:Arial;
font-size:15px;
color:#000000;
text-align:left;
font-weight:bold;
}

h1{
font-family:Arial;
font-size:18px;
font-weight:bold;
color:#0758A8;
}

.left-menu-table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:20px;
}
.left-menu-table-td{
	border: none #CCCCCC 1px;
	border-bottom-style:solid;
	padding-left:15px;
	height:40px;
	background-color:#242f63;
}
.left-menu-line{
	/* background-color:#DA731E; */	background-color:#ff7600;	text-align: left!important;
	font-size:16px;	padding-left: 10px;
}
.div-right-top{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
text-align:center;
border: solid #CCCCCC 1px;
padding:10px;
padding-top:0px;
padding-bottom:0px;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}

.div-right-all{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #666666;
text-align:left;
border: solid #CCCCCC 1px;
padding:10px;
padding-top:0px;
padding-bottom:0px;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
margin-top:10px;
}

.p-heads{
font-family:Arial;
font-size:16px;
color:#B00D00;
text-align:left;
font-weight:bold;
margin:0px;
padding:0px;
padding-top:10px;
}


.zzz{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #666666;
border: solid #CCCCCC 1px;
border-top-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-right-style:solid;
padding:20px;
background-image:url(images/bg1.jpg);
background-repeat:no-repeat;
text-align:justify;
}


body{
background-image:url(images/body-bg.png);
background-repeat: repeat-y;
background-position:center;
margin:0px;
padding:0px;
}


/* --------------------------Glinks--------------- */

a:link {
color:#FF7600;
text-decoration: none;
}

a:active {
color:#FF7600;
text-decoration: none;
}

a:visited {
color:#FF7600;
text-decoration: none;
}
a:hover {
color: #ff7600;
text-decoration:underline;
}

/* --------------------------Glinks--------------- */


/* --------------------------Top--------------- */

a.toplk:link {
color:#000000;
text-decoration: none;
}

a.toplk:active {
color:#000000;
text-decoration: none;
}

a.toplk:visited {
color:#000000;
text-decoration: none;
}

a.toplk:hover {
color:#FF6600;
text-decoration:underline;
}

/* --------------------------Top--------------- */



/* --------------------------Left--------------- */

a.left:link {
color:#FFFFFF;
text-decoration: none;
}

a.left:active {
color:#FFFFFF;
text-decoration: none;
}

a.left:visited {
color:#FFFFFF;
text-decoration: none;
}

a.left:hover {
color: #DA731E;
text-decoration:underline;
}

/* --------------------------Left--------------- */
/*-------------Carousel Start----------------*/
#carousel_inner {
	float:left; /* important for inline positioning */
	width:100%; /* important (this width = width of list item(including margin) * items shown */	
	overflow: hidden;  /* important (hide the items outside the div) */
	/* non-important styling bellow */
	background: #F0F0F0;
}

#carousel_ul {
	position:relative;
	left:0px; /* important (this should be negative number of list items width(including margin) */
	list-style-type: none; /* removing the default styling for unordered list items */
	margin: 0px;
	padding: 0px;
	width:9999px; /* important */
	/* non-important styling bellow */
	padding-bottom:10px;
}

#carousel_ul li{
	float: left; /* important for inline positioning of the list items */                                    
	width:166px;  /* fixed width, important */
	/* just styling bellow*/
	padding:0px;
	background: #000000;
	margin-top:10px;
	margin-bottom:10px; 
	margin-left:5px; 
	margin-right:5px; 
}

#carousel_ul li img {
	.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
	/* styling */
	cursor:pointer;
	cursor: hand; 
	border:0px; 
	height: 235px;
	width: 166px;
}
#left_scroll, #right_scroll{
	float:left; 
	height:130px; 
	width:15px; 
	background: #C0C0C0; 
}
#left_scroll img, #right_scroll img{
	border:0; /* remove the default border of linked image */
	/*styling*/
	cursor: pointer;
	cursor: hand;
}

/*-----------upper body text------------*/
.new-fixed-right h4{
	font-size: 20px;
	font-family: 'Georgia', cursive, serif;
}
.new-fixed-right p, li{
	font-family: 'Georgia', cursive, serif;
	font-size: 15px;
	font-weight: medium!important;
}

/*----------------footer-------------------*/
footer{ 
	background-color:#242f63;
	color:#fff;
	padding:0 0 20px 0!important;
}

footer .footerlinks b{ 
	display:block!important;
	position:relative!important;
	font-weight:400!important;
	font-size:16px!important;
	font-family:Lato!important;
	margin-bottom:10px!important;
}	

.footerlinks{ 
	padding:30px 0 10px 20px!important;
	text-align: left!important;
}

.footerlinks ul{ 
	margin-right:-5px!important;
	left: 0px!important;
}

.footerlinks ul li{ 
	float:left!important;
	padding-left:5px!important;
	padding-right:5px!important;
	line-height:20px!important;
	list-style:none!important;
	width:33.33%!important;
}

.footerlinks ul li a{ 
	color:#d3d3f6!important;
	display:block!important;
	padding:2px 0!important;
	text-decoration: none!important;
}

.footerlinks ul li a:hover{ 
	color:#ff7600!important;
}

.footerlinks ul, .copyright{
	color: rgb(211,211,246);
	font-size: 12px;
	text-align: left;
	text-size-adjust: 100%;
	transition-delay:0s;
	transition-duration:0.25s;
	transition-property:color;
	transition-timing-function:ease-out;
}

.social{ padding:50px 0 5px 0;}
.social a{ margin:4px 3px;}
.copyright{ color:#d3d3f6; padding:0 0 0 3px;}