@charset "utf-8";
/* CSS Document */
/**
 * plugins/themes/classicGreen/classicGreen.css
 *
 * Copyright (c) 2003-2013 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 */
@font-face {
	font-family: 'Conv_CORBEL';
	src: url('../fonts/CORBEL.eot');
	src: local('?'), url('../fonts/CORBEL.woff') format('woff'), url('../fonts/CORBEL.ttf') format('truetype'), url('../fonts/CORBEL.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_HelveticaNeue';
	src: url('../fonts/HelveticaNeue.eot');
	src: local('?'), url('../fonts/HelveticaNeue.woff') format('woff'), url('../fonts/HelveticaNeue.ttf') format('truetype'), url('../fonts/HelveticaNeue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica-webfont.eot');
    src: url('../fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-webfont.woff') format('woff'),
         url('../fonts/helvetica-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-webfont.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#373737;
	/*background:url(../images/bg.jpg) repeat-x top #f4f3f3;*/
}
/**************CUSTOM CSS ADDED***********/
.wrapper{
	width:980px;
	height:auto;
	margin:0 auto;
}
.wrapper_main{
	/*width:980px;*/
	width:707px;
	height:auto;
	margin:0 auto;
}
#navbar{
	width:100%;
	height:auto;
	float:left;
	margin-top:8px;
	border:none;
	margin-left: 5px;
}
#navbar ul{
	padding:0px;
	margin:0px;
}
#navbar ul li{
	display:inline;
	list-style:none;
	padding:8px 28px;
	*padding:8px 20px;
	padding:8px 20px\9;
	margin:0px 0px;
	color:#fff;
	font-size:12px;
	float:left;
	font-weight:bold;
	font-family:Verdana;
	position:relative;
	background:url(../images/menu_line.jpg) no-repeat left center;
}
#navbar ul li:first-child{
	background:none;
	padding-left:0px;
}
#navbar ul li a{
	color:#fff;
	text-decoration:none;
	text-transform:none;
	font-family:Verdana;
}
#navbar ul li a:hover{
	color:#AEFFD0;
	text-decoration:none;
}
#navbar ul li a.active{
	color:#AEFFD0;
	text-decoration:none;
}
#navbar ul li ul{
display:none;
position:absolute;
top:28px;
left:0px;
background:#019638;
padding:5px;
}
#navbar ul li:hover ul
{
display:block;
}
#navbar ul li ul li{
display:block;
list-style:none;
border-bottom:solid 1px #007231;
text-align:left;
font-size:12px;
padding:8px 1%;
width:98%;
background:none;
}
#navbar ul li ul li a{
color:#fff !important;
}
#navbar ul li ul li a:hover{
color:#AEFFD0 !important;
}

#submenu{
font-weight:normal;
font-size:11px;
}

.footer{
	width:100%;
	height:auto;
	float:left;
	margin:-10px 0px 0px 0px;
	position:relative;
	z-index:9;
	background:#DBDBDB;
	padding:20px 0px 12px 0px;
}
.footer_content_wrap{
	width:950px;
	height:auto;
	float:left;
	padding:10px 0px 15px 0px;
	margin:0px 15px;
	border-bottom:solid 1px #c6c6c6;
}
.footer_panel{
	width:auto;
	height:auto;
	float:left;
	padding:0px 20px;
	border-right:solid 1px #c6c6c6;
	min-height:210px;
}
.footer_panel h2{
	width:100%;
	height:auto;
	float:left;
	font-size:15px;
	font-weight:bold;
	color:#222;
	margin:0px;
	text-transform:uppercase;
}
.footer_panel p{
	margin:0px;
	width:100%;
	float:left;
	padding:10px 0px 0px 0px;
}
.f_first{
	width:200px;
}
.f_sec{
	width:150px;
}
.f_thrd{
	width:150px;
}
.f_forth{
	width:150px;
}
.f_fifth{
	width:125px;
	float:right;
	border:none;
}
.f_first input{
	width:195px;
	height:auto;
	float:left;
	margin-top:10px;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
    position:relative;
  background:#303030;
  padding:7px 5px;
  color:#dadcdc;
  border:none;
  font-size:12px;
}
.f_first input[type="submit"]{
	width:84px;
	height:31px;
	float:right;
	margin-top:10px;
  background:url(../images/register.png) no-repeat;
  border:none;
  cursor:pointer;
}
.f_menu{
	width:100%;
	height:auto;
	float:left;
	margin-top:5px;
}
.f_menu ul{
	padding:0px;
	margin:0px;
}
.f_menu ul li{
	display:block;
	list-style:none;
	padding:4px 0px;
	margin:0px 0px;
	font-size:12px;
}
.f_menu ul li a{
	color:#222;
	text-decoration:none;
}
.f_menu ul li a:hover{
	color:#222;
	text-decoration:underline;
}
.social_icon{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
}
.social_icon img{
	float:left;
	margin:10px 10px 0px 0px;
}
.copyright{
	width:100%;
	height:auto;
	float:left;
	margin-top:12px;
	font-size:12px;
	color:#222;
	text-align:center;
}
#container{
	width:950px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	padding:5px 15px 15px 15px;
	background:#fff;
  	/*-moz-box-shadow: 0px 0px 15px #888;
  	-webkit-box-shadow: 0px 0px 15px #888;
  	box-shadow: 0px 0px 15px #888;*/
 
  	position:relative;
 	 z-index:1;
 	 padding-bottom:30px;
}

.panel_wrap{
	width:182px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	/*background:#f9f9f9;*/
}
.panel_head{
	width:100%;
	height:36px;
	float:left;
	margin:0px;
	background:url(../images/heading_bg.png) repeat-x bottom;
	/*background:url(../images/panel_head_bg.jpg) repeat-x;*/
	-moz-border-radius:5px 5px 0px 0px;
  -webkit-border-radius:5px 5px 0px 0px;
  border-radius:5px 5px 0px 0px;
  position:relative;
  padding-bottom:5px;
}
.panel_head h2{
	width:auto;
	float:left;
	margin:10px 0px 0px 0px;
	font-weight:normal;
	text-transform:capitalize;
	color:#373737;
	font-family: 'helveticaregular';
	font-style:italic;
	font-size:1.4em;
	
}
.panel_content_wrap{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	/*border:solid 1px #d6d6d6;*/
	-moz-border-radius:0px 0px 5px 5px;
  -webkit-border-radius:0px 0px 5px 5px;
  border-radius:0px 0px 5px 5px;

  position:relative;
  /*padding-bottom:5px;*/
}
.panel_content_wrap_menu{
	width:176px;
	height:auto;
	float:left;
	margin:0px 2px;
}
.panel_content_wrap_menu a span{
font-size:100% !important;
}
.panel_content_wrap_menu ul{
	padding:0px;
	margin:0px;
}
.panel_content_wrap_menu ul li{
	display:block;
	list-style:none;
	padding:8px 0px 8px 26px;
	margin:0px;
	color:#222;
	background:url(../images/sidemenu_arrow.png) no-repeat left center;
	border-top:dotted 1px #666;
}
.panel_content_wrap_menu ul li:first-child{
	border:none;
}
.panel_content_wrap_menu ul li a{
	color:#222;
	text-decoration:none;
}

.Journal_Content input{
	width:158px;
	height:auto;
	background-color:none;
	float:left;
	border:solid 1px #D8D8D8;
	padding:5px;
	background:#EBEBEB;
	margin:8px 0px 0px 0px;
}



.Journal_Content input[type="submit"]{
	width:110px;
	min-width:70px;
	height:auto;
	border:none;
	background:url(../images/send_btn.png) no-repeat;
	padding:5px 10px;
	color:#222;
	font-size:14px;
	font-weight:bold;
	float:left;
/*	margin:15px 0px 0px 45px;*/
	cursor:pointer;
	text-align:center;
}


.user_login input[type="submit"] {
    background: url(../images/send_btn.png) no-repeat;
    color: #222;
	border:none;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 15px 0 0 45px;
    min-width: 70px;
    padding: 5px 10px;
    text-align: center;
    width:110px;
}

.user_login input{
	height:auto;
	float:left;
	border:solid 1px #D8D8D8;
	background:#EBEBEB;
	padding:5px;
	font-size:14px;
	color:#222;
	margin:8px 0px 0px 10px;
	font-size:12px !important;
	width:160px;
}
select.selectMenu{
  	border:solid 1px #D8D8D8;
	background:#EBEBEB;
   /* float: left;*/
    font-size: 1em;
    height: auto;
    padding: 5px;	
    width: 169px;
	background-color:none;
	margin-top:5px;
}

 #recipients .label label,#recipients .label input,
#issue .label input,#issue .label label


{
 float: none;
   
} 




.panel_pad{
	padding-bottom:15px;
}
input.textField, select.selectMenu, textarea.textArea, input.uploadField
{
border:1px solid #D8D8D8
}
.instruct
{
	font-size:10px !important;
	color:#288131;
}
a.action, a.file {
    font-size: 12px !important;
}
a.action_clean {
    font-size: 12px !important;
    text-decoration: none;
}
a {
	text-decoration: underline;
}
.panel_content_wrap_menu ul li a:hover
{
	color:#288131;
}

a:link {
	color: #373737;
}
/*added long*/
#main a:link {
	color: #040;
        /*text-decoration:underline;*/
}
/*end*/
a:active {
	color: #557034;
}

a:visited {
	color: #040;
}

a:hover {
	color: #82BD86;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #fff;
	background: #A6C843;
	border:none;
	height:30px;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  behavior: url("http://www.jbmethods.org/plugins/themes/classicGreen/PIE.htc");
  position:relative;
  margin-top:2px;
  margin-right:2px;
  cursor:pointer;
}
.mybutton {
	color: #fff;
	background: #A6C843;
	border:none;
	height:35px;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  margin-top:2px;
  margin-right:2px;
  padding:6px;
  cursor:pointer;
}
#signinTable input.button{	
   /* color: #82BD86;
	background: #040;
	border:none;
	height:30px;*/
	width:110px;
	min-width:70px;
	height:auto;
	border:none;
	background:url(../images/send_btn.png) no-repeat;
	padding:5px 10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	float:left;
/*	margin:15px 0px 0px 45px;*/
	cursor:pointer;
	text-align:center;
}
#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	/*min-height:  100px;
	background-color: #fff;*/
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	background:url(../images/bg.jpg) repeat-x top;
	position:relative;
	z-index:9;
}
.logo{
	width:500px;
	height:auto;
	float:left;
	margin:10px 0px 0px 25px;
}

#headerTitle {
padding:0px;
	/*text-align: center;*/
}

#header h1 {
	line-height: 2.5;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: rgb(0,114,49);
	color:  #fff;
}

#footer {
	background-color: #040;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	/*background-color: #fff;
	border-top: 1px solid yellow;
	border-bottom: 1px dotted #040;
	margin-top: 15px;*/
	width:740px;
	height:auto;
	float:left;
	margin:10px 0px 0px 5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
   #main {
	
	margin:11px 0px 0px 10px !important;
}

}

.home_welcome_wrap{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
}

 #sidebarFontSize{
 color: #000000;
    float: left;
    height: auto;
/*    margin-top: 20px;*/
    width: 100%;
	border-bottom:dotted 1px #666;
	padding-bottom:0.2em/9 !important;

}
#sidebarFontSize span.blockTitle{
   	float: left;
    font-size: 17px;
    margin: 0;
    width: auto;
	font-style:italic;
	color:#373737;
	font-weight:normal;
}

#main h2 {
	color:#373737;
	font-family: 'helveticaregular';
    font-weight: bold;
    height: auto;
	font-size:1.4em;
	padding:0em;
	
}
#advancedSearch  label{
 margin-top:12px;
}	

#main h3 {
	font-family: 'helveticaregular';
	text-transform:capitalize;
	text-align:left;
	color:#1F6C7D;
}

/*#navbar {
	border-bottom: 1px dotted #040;
	text-align: center;
}*/

#breadcrumb {
	height: 30px;
	line-height: 1.8em;
	text-align: left;
	border-bottom: 1px dotted #040;
	padding: 0;
	font-style: italic;
}

#content {
	background:url(../images/heading_bg.png) repeat-x top;
	border:none;
	padding-top:25px;
}

#content h3 {
	font-family: 'helveticaregular';
	text-transform:none;
	position:relative;
	top:-2px;
}

#content h4 {
	font-family:arial;
	text-transform: uppercase;
	font-style:italic;
	font-weight:800;
	
}


#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #040;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #82BD86;
}

table.listing td.headseparator {
	border-top: 1px dotted #040;
}

table.listing td.endseparator {
	border-top: 1px dotted #040;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #040;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top:11px;
/*	border-bottom: 1px dotted #040;*/
}
-----------------------
label
{
	font-size:12px !important;
}
.panel_content_wrap panel_pad user_login form table
{
	padding-left:5px;
}
.notificationFunction
{
	min-width:78px !important;
}
.panel_content_wrap.panel_pad.user_login input
{
	margin:3px;
}
ul.plain
{
/*	list-style-type: square;*/
}
#simpleSearchForm
{
	padding-left:5px;
}
#announcementsHome{
	border:1px solid #DDDDDD;  
	padding:0px 15px 10px 15px;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;

  position:relative;
  background:#F9F9F9;
}
#citationBox{
	border:1px solid #DDDDDD;  
	padding:2px 4px 2px 4px;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;

  position:relative;
  background:#F9F9F9;
}
#homeTOC{    /*for TOC on home page */
	border:1px solid #DDDDDD;  
	padding:0px 15px 10px 15px;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;

  position:relative;
  background:#F9F9F9;
}
ul.plain li{padding:5px 0;}
#signinForm{border:1px solid #d2d2d2;  
	padding:0px 15px 10px 15px;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;

  position:relative;
  background:#f3f3f3;}

#signinTable{margin:15px 0 0 120px;}
#signinTable td.label{width:auto;}
.value select.selectMenu{margin:7px 7px 0 0;}



@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
   #navbar ul li{ font-weight:bold;
}

}


.user_login form{
margin-left:0px !important;
}
.user_login form table{
width:100% !important;
}
.user_login form table tr{
width:100% !important;
}
.user_login form table tr td{
width:100% !important;
}
.user_login form table tr td input[type="checkbox"]{
width:20px !important;
margin-top:2px !important;
float:left !important;
margin-bottom:7px !important;
}
.user_login form table tr td input{
margin:0px 3px !important;
}


.mceLayout{
width:100% !important;
}
/*#searchForm table tr td label, #register table tr td label{
float:left; margin-top:12px;
}
#searchForm table tr td input, #register table tr td input{
padding:5px 0px;
}*/

#content p span.instruct{
font-size:12px !important;
}
#enroll select, .filter select, #submit select{
float:none;
}
.users{
width:100%;
float:left;
margin-top:20px;
}
#submit input, #submit select, .manager-select input, .manager-select select{
margin-right:20px;
}

a.act-btn{
   background: #E8E8E1;
	border:none;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  behavior: url("http://www.jbmethods.org/plugins/themes/classicGreen/PIE.htc");
  position:relative;
  padding:10px 15px;
}
a.act-btn:hover{
color:#373737;
}

a.act-btnn{
   background: #E8E8E1;
	border:none;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  behavior: url("http://www.jbmethods.org/plugins/themes/classicGreen/PIE.htc");
  position:relative;
  padding:3px 15px;
}
a.act-btnn:hover{
color:#373737;
}
ul#submission-menu{
padding-bottom:15px;
}
#submission-menu li a{
background: #E8E8E1;
	border:none;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  behavior: url("http://www.jbmethods.org/plugins/themes/classicGreen/PIE.htc");
  position:relative;
/*padding:6px 15px;*/
padding:6px 9px;

}
#history-submenu li a{
background: #E8E8E1;
	border:none;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  behavior: url("http://www.jbmethods.org/plugins/themes/classicGreen/PIE.htc");
  position:relative;
  top:0px;
  padding:2px 5px;
  text-transform:capitalize;


}

#reviewers > p {
    color: #373737;
    font-style: italic;
}
#reviewers h4{
color:#008000
}

#notifications .notifications{
background:#eee;
padding:10px;
margin-top:5px;
}
table#dragTable tr.heading td, #submissions table tr.heading td, #referrals table tr.heading td{
background:#eee;
}


#journal-jbms table.info tr td{
padding:10px 8px;
background:#eee;
border-bottom:solid 1px #fff;
}
#copyedit table.info tr td{
padding:10px 8px;
}
#myAccount ul.plain li{
padding:10px;
background:#eee;
margin-top:1px;
}
.tocTitle{
padding-top:2px;
font-size:1.2em;
font-weight:bold;
}
.tocTitle a{
color:#1D6F25;
}
.tocTitle a:hover{
color:#007231;
text-decoration:underline;
}
.tocAuthors{
font-style:normal !important;
color:#373737;
font-family:arial !important;
padding:5px 0px 5px 0px !important;
}
#topBar{
padding:0px !important;
}
#sidebarRTAuthorBios{
padding:20px 0px 0px 30px !important;
float:left;
}

#title-about{
	width:auto;
	font-weight:normal;
	text-transform:capitalize;
	color:#1F6C7D;
	font-family: 'helveticaregular';
	font-style:italic;
	font-size:1.1em;
	

}


#content img {
    max-width: 100%;
}

#people #users {
    float: left;
    padding-bottom: 20px;
    width: 100%;
}
