/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
caption, th, td {
	text-align: left;
	font-weight: normal;
	background-color:#ffffff;
	border:0px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.displaynone{
	display:none;
	visibility:visible;
}
/*** Template CSS  ***/

/* Jquery slides CSS */
#gallery {
	position:relative;
	height:243px
}
#gallery a {
		float:left;
		position:absolute;
}
	
#gallery a img {
		border:none;
}
	
#gallery a.show {
		z-index:500;
}
#gallery .caption {
	z-index:600;
	background-color:#333;
	color:#ffffff;
	font-weight:bold;
	font-family:verdana;
	font-size:15px;
	text-align:center;
	height:50px;
	width:100%;
	position:absolute;
	bottom:0;
	left: 0px;
}

#gallery .caption .content {
		margin:5px
}
/* END Jquery slides CSS */

/*** Generic CSS ***/

body{
	background-color:#e4e4e4;
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#666666;
}
p{
	padding:0px;
	font-family:verdana;
	font-size:12px;
	color:#4f5252;
	margin-bottom:10px;
}
a{
	color:#666666;;
	text-decoration:none;
}
a:hover{
	color:#C90;
	text-decoration:none;
}
img{
	border:0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0 0 0.6em;
}
.h{
	color:#1c4795;
	}
.clear{
	clear:both;
}
br{
	line-height:20px;
}
.blue{
	color:#016ed9;
}
a.blue:link{
	color:#016ed9;
}
a.blue:visited{
	color:#016ed9;
}
a.blue:hover{
	color:#FF6600;
}
/*** Layout CSS ***/
#wrapper{
	width:1003px;
	margin:0 auto;
	background-color:#f8f8f8;
	box-shadow:1px 2px 10px;
	-moz-box-shadow:1px 2px 10px;
	-webkit-box-shadow:1px 2px 10px;
}
#wrapper1{
	margin:0 auto;
	width:983px;
}
#header{
	padding-top:5px;
}
#content{
	margin:10px 0px;
	position:relative;
}
#footer{
	margin-top:5px;
	padding:10px;
	text-align:center;
	background-color:#757575;
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	position:relative;
}
#footer a{
	color:#FFFFFF;
	font-family:verdana;
	font-size:11px;
	}
#footer a:hover{
	color:#3FF;
	font-family:verdana;
	font-size:11px;
}
/*** Ind. CSS Styles ***/
#header #topmenumain{
	position:relative;

}
#header #topmenumain .social{
	width:200px;
	margin-top:10px;
	float:left;
	vertical-align:middle;
}
#header #topmenumain .search{
	background:url(images/searchbg.jpg) no-repeat;
	float:left;
	height:27px;
	width:442px;
	margin-top:5px;
	text-align:left;
	position:relative;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666666;
}
#header #topmenumain .search .icon{
	height:25px;
	width:175px;
	position:absolute;
	left:275px;
	top:-2px;
}
#header #topmenumain .login{
	width:auto;
	float:right;
	margin-top:7px;
}
#header #banner{
	background:url(images/bannerbg.jpg) repeat-x;
	text-align:left;
	height:134px;
	border-radius:10px;
	moz-border-radius:10px;
	webkit-border-radius:10px;
	margin-top:10px;
	position:relative;
}
#header #banner .logo{
	background:url(images/logo.jpg) no-repeat;
	height:26px;
	width:292px;
	position:absolute;
	top:33px;
	left:28px;
	display:block;
}
#header #banner .logocap{
	background:url(images/logocap.jpg) no-repeat;
	position:absolute;
	height:18px;
	width:527px;
	top:83px;
	left:28px;
	display:block;
}
#header #banner .likes{
	position:absolute;
	top:15px;
	left:807px;
	width:auto;
	height:auto;
}
#header #menu{
	background:url(images/menubg.jpg) repeat-x;
	border:1px solid #b2b2b2;
	border-radius:5px;
	-moz-border-radius:5px;
	webkit-border-radius:5px;
	width:auto;
	height:29px;
	margin-top:3px;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu ul li{
	display:inline;
	float:left;
/*	background:url(images/menudivider.jpg) no-repeat right center;*/
}
#menu ul li.last{
	background:none;
}
#menu ul li a{
	display:block;
	font-family:tahoma;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	/*text-shadow:3px 3px 5px #666666;*/
	font-weight:normal;
	margin:5px 10px;
	font-weight:bold;
	letter-spacing:1px;
}
#menu ul li:hover{
	background:url(images/menubghover.jpg) repeat-x;

}
/* end of header */
/* start of common content for all pages*/
#contentbg{
	margin:0px;
	background-color:#ffffff;
	border:1px solid #d7d5d5;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	height:auto;
	padding:10px 0px;
}
#contentbg #forgotpasspopup{
	background:#ffffff;
	width:435px;
	height:195px;
	border:2px solid #a9a6a6;
	border-radius:5px;
	-moz-border-radius:5px;
	position:fixed;
	left:451px;
	top:221px;
	z-index:1001px;
	box-shadow:3px 2px 10px;
	-moz-box-shadow:1px 1px 10px;
	-webkit-box-shadow:1px 2px 10px;
	visibility:visible;
	}
#content #forgotpasspopup #forgotpasspopupbg{
	position:relative;
}
#forgotpasspopup #forgotpasspopupbg .hdbg{
	margin:1px;
	background:url(images/forgotpass_hdbg.jpg) repeat-x center top;
	height:34px;
	width:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	border-radius:3px;
	-moz-border-radius:3px;
}
#forgotpasspopup #forgotpasspopupbg .heading{
	font-family:tahoma;
	font-size:12px;
	color:#666666;
}
#contentbg h3{
	font-family:tahoma;
	color:#666666;
	font-size:14px;
}
.orangestar{
	color:#f06521;
}
.heading{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
.blueheading{
	font:tahoma;
	font-size:14px;
	font-weight:bold;
	color:#3f6a94;
	}
/* end of common content for all pages */
/* Index page */
#content #leftpane{
	width:295px;
	margin:0px 0px;
	background-color:#ffffff;
	border:1px solid #d7d5d5;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	height:auto;
	float:left;
}
#leftpane .header{
	background:url(images/leftpanebg.jpg) no-repeat;
	width:auto;
	height:auto;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	padding:8px 10px;
	text-shadow:3px 3px 5px #222222;
}
#leftpane .journals{
	background:url(images/journaldivider.jpg) no-repeat bottom;
	margin:0px 13px 13px;
	height:140px;
	width:auto;
	text-align:left;
	position:relative;
}
#leftpane .journals{
	margin:0px 13px 13px;
	height:140px;
	width:auto;
	text-align:left;
	position:relative;
}
#leftpane .journals .inside{
	margin-left:7px;
	position:absolute;
	width:168px;
	height: 115px;
	left: 97px;
	top: 0px;
	overflow:hidden;
}
#leftpane .journals .inside h2{
	font-family:tahoma;
	font-weight:bold;
	font-size:13px;
	color:#3f6a94;
	text-align:left;
	font-style: italic;
}
#leftpane .journals .inside p{
	font-family:verdana;
	font-size:11px;
	color:#4f5252;
}
#leftpane .journals .more a{
	float:right;
	font-family:tahoma;
	font-size:11px;
	color:#f75201;
	position:absolute;
	right:0px;
	bottom:10px;
}
#content #rightpane{
	width:675px;
	position:absolute;
	left:307px;
	top:0px;
}
#content #rightpane #toppane{
	width:672px;
	/*height:50px;*/
	float:left;
	margin-bottom:8px;
	border:1px solid #d7d5d5;
	bor-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#ffffff;
	position:relative;
}
#rightpane #toppane #headerbg{
	background:url(images/toppanebg.png) no-repeat center;
	margin:10px;
	width:auto;
	padding:0px 10px;
	height:30px;
	vertical-align:middle;
	position:relative;
}
#rightpane #toppane #headerbg .input{
	width:150px;
	height:18px;
	vertical-align:middle;
	border:1px solid #b2becb;
	background-color:#ffffff;
	font-family:tahoma;
	font-size:12px;
	color:#b2becb;
	position:absolute;
	top:4px;
	padding:1px 5px;
	text-align:left middle;
}
#rightpane #toppane #headerbg .button a{
	background:url(images/searchbtn.png) no-repeat top;
	height:23px;
	width:68px;
	font-family:tahoma;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	position:absolute;
	left:175px;
	top:3px;
	text-align:center;
	vertical-align:bottom;
	display:block;
}
#toppane #headerbg img {
	float:right;
	width:25px;
	height:25px;
	margin:2px 5px;
	border:0px;
}
.adsearch a{
	position:absolute;
	top:5px;
	left:50px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#666666;
	text-align:left;
}
.adsearch a:hover{
	position:absolute;
	top:5px;
	left:50px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#C90;
	text-align:left;
}	
#content #rightpane #bottompane{
	width:673px;
	position:absolute;
}
#rightpane #bottompane #secondleftmain{
	width:370px;
	margin:0px;
}
#rightpane #bottompane #secondleftmain #secondleft{
	width:383px;
	height:inherit;
	margin-bottom:8px;
	background-color:#ffffff;
	border:1px solid #d7d5d5;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	position:relative;
}
#secondleft .header{
	background:url(images/centerpanebg.jpg) no-repeat;
	width:inherit;
	height:auto;
	margin:12px 12px 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	padding:7px 10px;
	text-shadow:3px 3px 5px #222222;
}
#secondleft .today{
	margin:-6px 11px 10px;
	height:auto;
	width:auto;
	position:relative;
}
#secondleft .slider{
	margin:-3px 13px 10px;
	height:auto;
	width:auto;
	position:relative;
}
#secondleft .today .more a{
	font-family:tahoma;
	font-size:11px;
	color:#f75201;
	float:right;
	margin-bottom:5px;
}
#secondleft .today img{
	margin:0px;
	height:auto;
	width:auto;
	padding:2px;
}
#secondleft .today h3{
	font-family:tahoma;
	font-size:13px;
	color:#6aae3c;
	text-align:left
}
#rightpane #bottompane #secondrightmain{
	width:273px;
	height:auto;
	position:absolute;
	left:395px;
	top:0px;
}
#rightpane #bottompane #secondrightmain #secondright{
	width:278px;
	height:auto;
	margin-top:0px;
	background-color:#ffffff;
	border:1px solid #d7d5d5;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
#rightpane #bottompane #secondright #headerbg{
	background:url(images/rightpanebg.jpg) no-repeat center;
	margin:10px;
	width:auto;
	height:auto;
	padding:8px 10px;
	text-shadow:3px 3px 5px #222222;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
}
#secondright .articles{
	margin:0px 13px 13px;
	height:auto;
	width:auto;
	text-align:left;
	position:relative;
}
#secondright .articles .inside{
	margin-left:5px;
	position:absolute;
	width:182px;
	height: 62px;
	left: 67px;
	top: 0px;
	overflow:hidden;
}
#secondright .articles .inside h4{
	font-family:verdana;
	font-size:10px;
	color:#f75201;
	text-align:left;
}
#secondright .articles .inside p{
	font-family:tahoma;
	font-size:11px;
	color:#4f5252;
	text-align:left;
}
/* start of form page */
#formpagesbg{
	width:100%;
	float:left;
	position:relative;
	height:auto;
}
#formpagesbg #formright{
	width:319px;
	float:right;
	margin:10px 5px 10px 0px;
}
#formpagesbg #formright .formrightinside{
	
}
#fieldbg{
	width:565px;
	margin-bottom:10px;
	position:relative;
	height:auto;
}
#fieldbg .leftdiv{
	width:200px;
	text-align:left;
	vertical-align:top;
	height:auto;
	margin:5px;
}
#fieldbg .rightdiv{
	width:355px;
	text-align:left;
	vertical-align:top;
	float:left;
	margin-left:205px;
	margin-top:-22px;
	clear:both;
}	
#formpagesbg #formbg{
	background-color:#ffffff;
	border:1px solid #e3e3e3;
	border-radius:10px;
	-moz-border-radius:10px;
	width:auto;
	height:auto;
	position:relative;
	left:0px;
	margin:0px 10px;
}
#formpagesbg #formbg #formbgwhite{
	background-color:#ffffff;
	border:1px solid #d7d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	margin:10px;
	width:612px;
	height:auto;
	position:relative;
	text-align:left;
	float:left;
}
#formbgwhite .formheaderleft{
	width:592px;
	padding:5px 10px 5px 10px;
	background-color:#f0f0f0;
	border:1px solid #e3e3e3;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	position:absolute;
	top:15px;
	left:-1px;
	text-align:left;
}
#formbgwhite .formheaderright{
	width:256px;
	padding:5px 10px 5px 10px;
	background-color:#f0f0f0;
	border:1px solid #e3e3e3;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	position:absolute;
	top:15px;
	left:-1px;
	text-align:left;
}
.formpage{
	margin:60px 5px 0px;
	width:auto;
	height:auto;
	position:relative;
}
.formpage img{
	text-align:center;
/*	margin-left:13px;*/
}
.formpagep{
	font-family:verdana;
	font-size:12px;
	color:#666666;
	line-height:2.5em;
	text-align:left;
	vertical-align:top;
}
#tabformbgborder{
	margin:10px 0px 10px 0px;
	border:1px solid #e3e3e3;
	border-radius:10px;
	-moz-border-radius:10px;
	width:auto;
	position:relative;
	padding:5px;
}

.inputbox{
	width:151px;
	height:18px;
	vertical-align:middle;
	border:1px solid #b2becb;
	background-color:#ffffff;
	font-family:tahoma;
	font-size:12px;
	color:#666666;
}
.inputbox:hover, .calender:hover{
	border:1px solid #999;
	box-shadow:1px 2px 2px rgba(0, 0, 0, 0.1) inset;
}
.inputbox:focus, .calender:focus{
	border:1px solid #09F;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;
	outline:medium none;
}
.inputboxsmall{
	width:85px;
	height:18px;
	vertical-align:middle;
	border:1px solid #b2becb;
	background-color:#ffffff;
	font-family:tahoma;
	font-size:12px;
	color:#666666;
}
.inputboxsmall:hover{
	border:1px solid #999;
	box-shadow:1px 2px 2px rgba(0, 0, 0, 0.1) inset;
}
.inputboxsmall:focus{
	border:1px solid #09F;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;
	outline:medium none;
}
.searchbox{
	width:170px;
	border:0px;
	background:#ffffff;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666666;
	margin:5px 0px 0px 5px;
}
.emailbox{
	width:200px;
	height:18px;
	vertical-align:middle;
	border:1px solid #b2becb;
	background-color:#ffffff;
	font-family:tahoma;
	font-size:12px;
	color:#666666;
}
.emailbox:hover{
	border:1px solid #999;
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.1) inset;
}
.emailbox:focus{
	border:1px solid #09F;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;
	outline:medium none;
}
.selectbox{
	width:auto;
	height:22px;
	border:1px solid #b2becb;
	font-family:tahoma;
	font-size:12px;
	color:#666666;
	vertical-align:middle;
	text-align:left;
}
.selectbox:hover{
	border:1px solid #999;
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.1) inset;
}
.selectbox:focus{
	border:1px solid #09F;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;
	outline:medium none;
}
.textarea{
	border:1px solid #b2becb;
	background-color:#ffffff;
	color:#666666;
}
.textarea:hover{
	border:1px solid #999;
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.1) inset;
}
.textarea:focus{
	border:1px solid #09F;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;
	outline:medium none;
}
.calender{
	width:90px;
	height:18px;
	border:1px solid #b2becb;
	font-family:tahoma;
	font-size:12px;
	color:#666666;
	vertical-align:middle;
	text-align:left;
}
.button{
	background:url(images/btn.jpg) no-repeat;
	height:32px;
	width:94px;
	color:#ffffff;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border:none;
	padding-bottom:7px;
	text-shadow:1px 2px 3px #666666;
}
/* start of login page */
#loginpgleft{
	margin:0px 10px;
	border:1px solid #d7d5d5;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:8px 0px 0px;
	width:629px;
	float:left;
}
.clickhere a{
	color:#cf731a;
}
#loginboxbg{
	margin-right:10px;
	margin-top:0px;
	border:1px solid #cecccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#f7f7f7;
	width:auto;
	height:auto;
	float:right;
}
#loginboxbg #loginboxbginside{
	margin:20px;
	border:1px solid #cecccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#f7f7f7;
	width:276px;
	height:auto;
	position:relative;
}
#loginboxbg #loginboxbginside .loginheader{
	background:url(images/login_header.jpg) no-repeat;
	position:absolute;
	top:20px;
	left:-8px;
	height:51px;
	width:300px;
}
#loginboxbg #loginboxbginside .userdetails{
	margin:95px 10px 10px;
	font-family:tahoma;
	font-size:12px;
	color:#a6a6a6;
	text-align:center;
}
.logininput{
	width:151px;
	height:20px;
	vertical-align:middle;
	border:1px solid #b2becb;
	background-color:#ffffff;
	font-family:tahoma;
	font-size:12px;
	color:#666666;
	border-radius:5px;
	-moz-border-radius:5px;
}
.logininput:hover{
	width:151px;
	height:20px;
	vertical-align:middle;
	border:1px solid #999;
	background-color:#ffffff;
	font-family:tahoma;
	font-size:12px;
	color:#666666;
	border-radius:5px;
	-moz-border-radius:5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
}
.logininput:focus{
	width:151px;
	height:20px;
	vertical-align:middle;
	border:1px solid #09F;
	background-color:#ffffff;
	font-family:tahoma;
	font-size:12px;
	color:#666666;
	border-radius:5px;
	-moz-border-radius:5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	outline:medium none;
}
/* About us */ 
#aboutleftpane {
	margin:0px 10px;
	background-color:#ffffff;
	border:1px solid #d7d5d5;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	height:auto;
	width:629px;
	float:left;
	padding:10px 10px 10px 12px;
	position:relative;
}
#aboutrightpane{
	margin:0px 10px 0px 0px;
	background-color:#ffffff;
	border:1px solid #d7d5d5;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	height:auto;
	width:294px;
	float:left;
}
#aboutrightpane .inside{
	margin:10px;
}
#aboutrightpane .inside li{
	list-style-type:circle;
}
#aboutrightpane .inside a{
	text-decoration:none;
}
#aboutrightpane .inside img{
	float:left;
	padding-right:8px;
	height:auto;
}
#aboutrightpane .header{
	background:url(images/aboutus_header.jpg) no-repeat;
	padding:6px;
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-shadow:3px 3px 5px #222222;
	width:auto;
	height:auto;
}
.follow{
	font-family:tahoma;
	font-size:18px;
	color:#666666;
}
.socialnetworks{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#3d60af;
}
.aboutdivider{background:url(images/logindivider.jpg) no-repeat center top; height:3px; width:276px; margin:10px 0px 20px;}

.myaccount{
	margin:20px;
}
.myaccount li{
list-style-type:disc;
margin-left:25px;
}
/* Journals menu */
#jmenuleftpane{
	width:678px;
	background:#ffffff;
	border:0px;
	float:left;
	margin:0 10px;
}
#jmenuleftpane .jmenuleftinside{
	margin:0px;
	background-color:#ffffff;
	border:1px solid #d7d5d5;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	height:auto;
	width:auto;
}
#jmenuleftpane .jmenuleftinside .jmenuleftheaderbg{
	background:url(images/journalsmenu_leftheaderbg.jpg) no-repeat;
	width:auto;
	height:auto;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	padding:6px 10px;
	text-shadow:3px 3px 5px #222222;
}
#jmenuleftpane .jmenuleftinside .journalsleftbg{
	margin:0 10px 5px;
	position:relative;
	height:163px;
	width:auto;
	overflow:hidden;
	border:1px solid #d7d5d5;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding:10px;
}
.journalsleftbg .inside{
	position:absolute;
	left:140px;
	top:10px;
	height:148px;
	overflow:hidden;
}
.journalsleftbg .inside .blueheading{
	font:tahoma;
	font-size:14px;
	font-weight:bold;
	color:#3f6a94;
	}
.journalsleftbg .more a{
	color:#f75201;
	margin:10px;
	position:absolute;
	right:-1px;
	top: 155px;
}
#jmenurightpane{
	width:273px;
	border:0px;
	float:left;
	margin:0 10px 0 0;
}
#jmenurightpane .jmenurightinside{
	margin:0px;
	background-color:#ffffff;
	border:1px solid #d7d5d5;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	height:auto;
	width:auto;
	padding:10px;
}
#jmenurightpane .jmenurightinside .header{
	background:url(images/rightpanebg.jpg) no-repeat;
	padding:6px;
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-shadow:3px 3px 5px #222222;
	width:auto;
	height:auto;
}
#jmenurightpane .jmenurightinside img{
	margin-right:10px;
	}
#jmenurightpane .jmenurightinside .journaltitle{
	margin:10px 0 0;
	width:auto;
	position:relative;
	height:140px;
	background:url(images/journaldivider.jpg) center bottom no-repeat;
}
.journaltitle .inside{
	position:absolute;
	left:100px;
	top:2px;
	overflow:hidden;
	height:120px;
	width:151px;
}
/* Journal pages */
#jathomeleft{
	float:left;
	width:218px;
	margin:0 5px 0 10px;
	border:1px solid #d7d5d5;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	}
#jathomeleft ul{
	margin:0px 10px 10px;
	display:list-item;
}
#jathomeleft ul li{
	background:#f0f0f0;
	border-right:1px solid #adb6bf;
	border-bottom:1px solid #adb6bf;
	font:tahoma;
	font-size:12px;
	color:#000000;
	padding:5px;
	margin-bottom:2px;
	}
#jathomeleft ul li:hover{
	border-right:1px solid #adb6bf;
	border-bottom:1px solid #adb6bf;
	color:#000000;
	background-color:#C1F2FF;
	}
#jathomeleft ul li.selected{
	background-color:#016ed9;
	border-right:1px solid #adb6bf;
	border-bottom:1px solid #adb6bf;
	color:#ffffff;
	}
#jathomeleft .header{
	background:url(images/journalJATleft.jpg) no-repeat;
	padding:6px;
	margin:10px 10px 5px;
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-shadow:3px 3px 5px #222222;
	width:auto;
	height:auto;
	}
#jathomemiddle{
	float:left;
	width:543px;
	margin:0 5px 0 5px;
	border:1px solid #d7d5d5;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	}
#jathomemiddle #content{
	margin:0 10px;
	}
#jathomemiddle #content ul{
	margin:0;
	display:list-item;
	}
#jathomemiddle #content ul li{
	background:url(images/bulletstar.jpg) no-repeat 1px 4px;
	padding-left:20px;
	margin-bottom:10px;
	}
#jathomemiddle .header{
	background:url(images/journalJATmiddle.jpg) no-repeat;
	margin:10px;
	padding:6px;
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-shadow:3px 3px 5px #222222;
	width:auto;
	height:auto;
	}
#jathomemiddle #lrr{
	margin:10px;
	width:auto;
	padding:10px;
	background:#f6f8fa;
	border:1px solid #b5cde2;
	border-radius:8px;
	-moz-bordius-radius:8px;
	height:115px;
	}
#lrr h4{
	color:#3f6a94;
	font-family:tahoma;
	text-align:left;
	font-size:12px;
	}
#lrr img{
	float:right;
	margin-left:10px;
}
#lrr .text{
	height:85px;
	overflow:hidden;
	position:relative;
	width:auto;
	}
#lrr .text .more a{
	position:absolute;
	right:0px;
	top: 67px;
	}
#jathomeright{
	float:left;
	width:174px;
	margin:0 10px 0 5px;
	border:1px solid #d7d5d5;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	}
#jathomeright #content{
	margin:10px;
	}
#jathomeright #content .journalsflierbox{
	border:1px solid #cfd6dc;
	background:#f6f8fa;
	padding:3px;
	margin:8px 0;
	width:auto;
	position:relative;
	height:auto;
	text-align:center;
	}
#content .journalsflierbox p{
	color:#3f6a94;
	}
#jathomeright .header{
	background:url(images/journalJATright.jpg) no-repeat;
	margin:10px;
	padding:6px;
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-shadow:3px 3px 5px #222222;
	width:auto;
	height:auto;
	}
#jateditorialright{
	width:729px;
	height:auto;
	margin:0 10px 0 5px;
	border:1px solid #d7d5d5;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	float:left;
	}
#jateditorialright .headerbg{
	background:url(images/editorialboard_headerbg.jpg) no-repeat;
	margin:10px;
	padding:6px;
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-shadow:3px 3px 5px #222222;
	width:auto;
	height:auto;
	}
#jateditorialright #editordiv{
	margin:5px 10px 5px;
	width:auto;
	padding:10px;
	background:#f7f7f7;
	border:1px solid #dfdede;
	border-radius:8px;
	-moz-bordius-radius:8px;
	height:115px;
	}
#jateditorialright #editordiv .editorimg{
	float:left;
	margin-right:30px;
	}
#jateditorialright #editordiv .editortext{
	height:93px;
	overflow:hidden;
	}
#editordiv .editordescription {
	float:left;
	width:auto;
	margin:0 33px;
	}
/* Manuscript pages */
#manuscriptbg{
	margin:10px;
	width:auto;
	height:auto;
}
#manuscriptbg #formborder{
	width:auto;
	height:auto;
	border:1px solid #d7d5d5;
	border-radius:8px;
	-moz-border-radius:8px;
	margin:20px 0px 10px;
	padding:10px;
}
#manuscriptbg #formborder #mformbg{
	width:auto;
	height:auto;
	position:relative;
	margin:10px 0px;
	text-align:left;
}
#mformbg .mformleft{
	width:205px;
	float:left;
	color:#666666;
}
#mformbg .mformright{
	width:auto;
	float:left;
	color:#666666;
}
.mformright #mforminside{
	width:auto;
	position:relative;
	margin-bottom:10px;
}
#mforminside .first{
	float:left;
	margin-right:15px;
}

/* Phd Thesis */
#aboutrightpane .phdrightinside{
	margin:10px;
}
#aboutrightpane .phdrightheader{
	background:#f0f0f0;
	border-radius-topleft:8px;
	border-radius-topright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding:8px 20px;
}
#aboutrightpane .entersearchitem{
	background:url(images/searchbgphdthesis.jpg) repeat-x;
	width:250px;
	min-height:60px;
	padding:10px;
	border:1px solid #d7d5d5;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.entersearchitem .inputwidth{
	float:left; width:155px; margin:10px 10px 0 0;
}
.phdthesisleftheader{
	width:631px;
	padding:5px 10px 5px 10px;
	background-color:#f0f0f0;
	border:1px solid #e3e3e3;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	position:absolute;
	top:15px;
	left:-1px;
	text-align:left;
}
#formborder #sformbg{
	width:auto;
	height:auto;
	position:relative;
	margin:10px 0px;
	text-align:left;
}
#sformbg .sformleft{
	width:205px;
	float:left;
	color:#666666;
}
#sformbg .sformright{
	width:auto;
	float:left;
	color:#666666;
}
.border{
	background-color:#0099CC;
	}
/* Admin panel */
#adminloginboxbg{
	margin-right:10px;
	margin-top:0px;
	border:1px solid #cecccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#f7f7f7;
	width:auto;
	height:auto;
	float:right;
}
#loginboxbg #loginboxbginside .adminloginheader{
	background:url(images/admin_login.jpg) no-repeat;
	position:absolute;
	top:20px;
	left:-8px;
	height:51px;
	width:300px;
}
.admincontentbg{
	padding:10px;
	text-align:center;
}
