/**
 * sbpjournal.css
 *
 * Copyright (c) 2011, SBP Journal
 *
 * SBP Journal theme.
 *
 * $Id$
*/


.listing tr.heading{
    font-weight: bold;
}

/*Set the default font across the site*/
body, #content h2, #content h3, #content h4{
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a:hover {
	background-color: transparent;
}
a img{
	border:none;
}

.Clr{
	float: none;
	clear: both;
}

/* GLOBAL BACKGROUND COLORS*/

body {
	/*Light pink background*/
	/*background-color: #F6EBF2;		*/
}

#content,#headerTitle{
	/*Light grey background*/
	background-color: #FFF;
}

#navbar, input.defaultButton, input.button, #content ul.menu li.current{
	/*Red Crimson background*/
	background-color: #960D24;
}
button.button{
	/*Red Crimson background*/
	background-color: #960D24;
	color: #FFFFFF;
	font-size: 16px;
	height: 28px;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	padding: 3px 6px;

}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #f0f0f0;
}
/* END GLOBAL BACKGROUND COLORS*/





/*GLOBAL COLORS*/
a, a:active, a:link, a:visited, #outerPageFooter a:hover,#breadcrumb a:hover{
	color: #960D24;  /*Red Crimson text*/
}

#innerPageFooter a {
    color: #7f7f7f; /*Grey text*/
}
#innerPageFooter a:hover {
    color: #4D4D4D; /*Grey text*/
}

/*GLOBAL COLORS*/
h1,h2, h3,h4,h5,h6 {
	color: #960D24;  /*Red Crimson text*/
}

body, a:hover, #breadcrumb a{
	color: #000000; /*Black text*/
}
#outerPageFooter a {
    color: #7f7f7f; /*Grey text*/
}
#outerPageFooter a:hover {
    color: #4D4D4D; /*Grey text*/
}

#navbar, #navbar a, input.defaultButton, input.button, #content ul.menu li.current a{
	color: #fff;	/*White text*/
}

/*END GLOBAL COLORS*/



/* FONT SIZES*/
#content, #innerPageFooter, #outerPageFooter, table, #sidebar div.block, #sidebar div.block span.blockSubtitle,#navbar a, #breadcrumb{
	/*standard font size - for all normal text*/
	font-size: medium;
}

#sidebar div.block span.blockTitle, h4, #content h4{
	/*small titles*/
	/*font-size: 12px;*/
	letter-spacing: 0px;
}

h3, #content h3{
	/*font-size: 15px;*/
}

h2, #content h2, #main h2{
	font-size: 24px;
	/*font-weight: 600;*/

}
h3{margin-top:15px;margin-bottom:15px}
#authorFees {
	font-size: medium;
}

/* END FONT SIZES*/






/************ PAGE LAYOUT ***********/

#container{
	width: auto !important;
	margin: 0 auto;
}

#rightSidebar,#leftSidebar{
	margin: 5px;
}

#rightSidebar{
	width: 140px;
        padding-left: 10px;

}
#leftSidebar{
	width: 150px
}

#main-outer{
	/*width: 645px;*/
	display:inline;
    float:left;
    margin: 0;
	padding: 15px;
}

#main{
	/*width: 660px;*/
	padding: 0 2px;
	border: 1px solid #B6B1B5;
	box-shadow:3px -3px 5px #BBB, -3px -3px 5px #BBB, -3px 3px 5px #BBB, 3px 3px 5px #BBB;
	overflow: visible;
}

#main-inner{
	border: none;
	border-left: 1px solid #960D24;
	border-right: 1px solid #960D24;
}

#content{
	/*padding: 20px;*/
	border-top: 0px dotted #000;
}


#breadcrumb{
	padding: 5px 0px;
}

#main-inner>h2{
	padding: 5px 20px;
}

/************ END PAGE LAYOUT ***********/




/*** HEADER ***/

#header h1 {
	padding: 0px;
	margin: 0px;
}

#header h1 img{
	margin: 0 auto;
	display: block;
}

/*** END HEADER ***/





/*** MAIN NAVIGATION ***/



#navbar {
	border: none;
	text-align: center;
	padding: 3px 3px 4px 3px;
}

ul.menu{
	margin: 0 auto;
}

ul.menu li{
	padding: 0;
	position: relative;
}

#navbar a{
	letter-spacing: 0px;
	padding: 3px 8px;
	font-size: 11px !important;
}
#navbar a.sf-with-ul{
	padding-right: 12px;
}

#navbar a:hover{
	color: #808080;
}

#navbar ul ul{
	position: absolute;
	margin: 0px;
	padding: 0px;
	text-align: left;
	left: 0;
	top: 23px;
	display: none;
	z-index: 50;
}

.ie8 #navbar ul ul{
	top: 21px;
}

#navbar ul ul li{
	display: block;
	width: 250px;
	background-color: #960D24;	/*needed for ie7*/
	padding: 3px 10px;
}

#navbar ul ul ul{
	z-index: 100;
	display:none;
	top: 0px;
	left: 250px;
}

#navbar ul li:hover ul ul{
	display:none;
}
#navbar ul li:hover ul, #navbar ul ul li:hover ul{
	display:block;
}


#navbar .sf-sub-indicator{
	margin: 0px;
	padding: 0px;
	background: transparent url('/public/journals/1/arrows-ffffff.png') 0px -12px no-repeat;
	color: #960D24;
	text-indent: -999em;
	width: 10px;
	height: 11px;
	overflow:hidden;
	position: absolute;
	right: 3px;
	top: 7px;
}

.lte7 #navbar .sf-sub-indicator{
	background-position: 0px -10px;
}

#navbar ul ul .sf-sub-indicator{
	background-position: 0px 0px;
}

/*** END MAIN NAVIGATION ***/





/*** SIDEBARS ***/

#leftSidebar .block{
	border-bottom: 1px solid #960D24;
}
#rightSidebar .block{
	border-bottom: 1px solid #960D24;
}

#sidebar div.block span.blockTitle{
	font-weight: 500;
}

/*** END SIDEBARS ***/




/*** BREADCRUMB ***/
#breadcrumb {
	border-bottom: 1px solid #960D24;
}
/*** END BREADCRUMB ***/




/*** CONTENT LEVEL MENUS ***/
div#content ul.menu {
	border-bottom: 2px solid #AAA;
	padding-bottom: 2px;
}

div#content ul.menu li {
	border: 1px solid #AAA;
	padding: 2px 10px;
}

/*** END CONTENT LEVEL MENUS ***/





/**** FOOTER STYLES ***/

/*#innerPageFooter{*/
	/*padding: 20px 20px 10px 20px;*/
	/*border-top: 1px solid #960D24;*/
	/*position: relative;*/
/*}*/

/*#outerPageFooter{*/
	/*float: left;*/
	/*width: 630px;*/
	/*padding: 40px 20px;*/
/*}*/


/*#outerPageFooter a{*/
	/*text-decoration: none;*/
/*}*/

/*#outerPageFooter table{*/
	/*width: 100%;*/

/*}*/

/*#outerPageFooter table td{*/
	/*padding: 5px;*/
	/*vertical-align: top;*/
	/*width: 20%;*/
/*}*/

/**** END FOOTER STYLES ***/



/**** BUTTON STYLES ***/
input.button, input.defaultButton{
	padding: 3px 6px;
	font-weight: normal;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input.defaultButton{
	font-weight: bold;
	letter-spacing: 1px;
}

/*for IE7 and below we need to reduce the padding of buttons*/
.lte7 input.button, .lte7 input.defaultButton{
	padding: 1px 2px;
}

input.button:hover, input.defaultButton:hover{
	color: #4D4D4D;
	cursor: pointer;
}

/**** END BUTTON STYLES ***/



/**** SHORTCUT STYLES ***/
.login_link{
    display: inline-block;
    height: 39px;
    margin: 0;
}
#shortcut_facebook, #shortcut_weibo, #shortcut_twitter, #shortcut_linkedin, #shortcut_email {
	display: inline-block;
	width: 38px;
	height: 39px;
    margin: 0;
}

#shortcut_email{
	background: transparent url('/public/journals/1/icon/email.png') top left no-repeat;
}
#shortcut_weibo{
	background: transparent url('/public/journals/1/icon/weibo.png') top left no-repeat;
}
#shortcut_facebook{
	background: transparent url('/public/journals/1/icon/facebook.png') top left no-repeat;
}
#shortcut_twitter{
	background: transparent url('/public/journals/1/icon/twitter.png') top left no-repeat;
}
#shortcut_linkedin{
	background: transparent url('/public/journals/1/icon/linkedin.png') top left no-repeat;
}

#shortcut_email:hover{
	background: transparent url('/public/journals/1/icon/email45.png') top left no-repeat;
}
#shortcut_weibo:hover{
	background: transparent url('/public/journals/1/icon/weibo45.png') top left no-repeat;
}
#shortcut_facebook:hover{
	background: transparent url('/public/journals/1/icon/facebook45.png') top left no-repeat;
}
#shortcut_twitter:hover{
	background: transparent url('/public/journals/1/icon/twitter45.png') top left no-repeat;
}
#shortcut_linkedin:hover{
	background: transparent url('/public/journals/1/icon/linkedin45.png') top left no-repeat;
}


/**** END SHORTCUT STYLES ***/



div.separator{
	border-bottom: 1px solid #960D24;
}


.homePageTable h3{
	border-bottom: 1px solid #960D24;
}

.homePageTable td{
	vertical-align: top;
}

.homePageTable a{
	text-decoration: none;
}

.homePageTable td.leftCol{
	width: 50%;
	padding: 5px 15px 5px 0;
}

.homePageTable td.rightCol{
	width: 50%;
	padding: 5px 0 5px 15px;
}
#articleAbstract >div{text-align:justify}

.sbpcitation{
    padding-top: 10px;
    font-size: 12px;
    color: #000000;
}

#htmlCopy .textField{
	width:700px;
}
#htmlCopy .mceLayout{
	width: 700px!important;
}

#htmlArticle > *{
	font-family: Georgia;
	font-size: 10pt;
	color: black;
}


#htmlArticle > * body {
	 font-family: Georgia;
	 font-size: 10pt;
 }
#htmlArticle > * p {
	font-family: Georgia;
	font-size: 10pt;
}

#htmlArticle > * .abstract{
	font-family: Georgia;
	font-size: 10pt;
}

#htmlArticle .title{
	font-family: Helvetica;
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	color: black;
}

#htmlArticle > h1, * > h1{
	font-family: Helvetica;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: black;
}

#htmlArticle > * h2{
	font-family: Helvetica;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: black;
}

#htmlArticle > * h3{
	font-family: Helvetica;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: black;

}

#htmlArticle > * h4{
	font-family: Helvetica;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	color: black;

}


#htmlArticle .heading3{
	font-family: Helvetica;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;

}

.heading3{
	font-family: Helvetica;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;

}

