/**
 * Copyright (c) 2014-2015 ESci Journals Publishing
 * The unauthorized reproduction and distribution of this copyrighted document is illegal.
 */
html {
	background: url("images/base_background.png") repeat-x scroll 0% 0% #41566E;
}
body {
	font-size: 12px;
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
}
a:link {
	color: #375;
	font-size: 12px;
	line-height:120%;
}
a:active {
	color: #253;
	font-size: 12px;
	line-height:120%;
}
a:visited {
	color: #375;
	font-size: 12px;
	line-height:120%;
}
a:hover {
	color: #253;
	background: none;
	font-size: 12px;
	text-decoration:none;
	line-height:120%;
}
ul.menu a {
	font-size: 12px;
	line-height:120%;
}
li {
	font-size:12px;
	line-height: 16px;
}
/**
 * Main layout elements
 */

#header {
	background: url(homeHeaderTitleImage.png) no-repeat !important;
	padding:0;
	margin-top: -28px;
	margin-left: 0px;
	padding-right: 8px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}
#header h1 {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0px;
	height: 183px;
	margin: 28px auto 19px auto;
	padding: 0.75em 0 0.25em 0em;
	width: auto;
}
#footer {
	background-color: #ABA;
}
#body {
	position:relative;
}
#main {
	margin: 0 auto;
	background:#fff;
	padding-top: 0px;
	height:100%;
	min-height:1100px;
	float:left;
	width: 59.6%;
	display:block;
	overflow:inherit !important;
	position:inherit !important;
}
#main h2 {
	color: #2B3036;
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left:10px;
}
#content h3 {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	line-height: 140%;
	height: 140%;
	padding: 0;
	text-indent: 0;
	margin: 0;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #AB290F;
	border-bottom: 1px solid #D2D8DE;
}
#content h4 {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	color: #AB290F;
	font-weight: normal;
	text-decoration: none;
	font-size:14px;
}
/**
 * Access icons and key
 */
#accessKey {
	margin-bottom: 2em;
}
#accessKey img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#content img.accessLogo {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
/**
 * Navigation bar
 */
 
#navbar {
	position:absolute;
	top:-37px;
	left:-222px;
	z-index:99999;
	width:1100px;
}
#navbar a {
	font-size: 12px;
	letter-spacing: 0.05em;
	border-right: 1px solid #959A9E;
	float: left;
	margin: 0;
	padding: 0;
	color: #ffffff;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	padding: 0 26px;
	text-decoration: none;
	text-transform: uppercase;
}
#navbar li:last-child a {
	border: none;
}
#navbar a:hover {
	color: #FF2626;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0D2843), to(#193d62)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #0D2843, #193d62); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #0D2843, #193d62); /* IE 10 */
	background: -ms-linear-gradient(top, #0D2843, #193d62); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #0D2843, #193d62);
}
/**
 * Sidebar
 */

#developedBy {
	text-transform: uppercase;
	font-size: 0.95em;
}
#sidebar div.block {
	background: #F6F6F6;
    border-bottom: 2px solid #153662;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
    border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
    font-size: 12px;
    margin: 0 0 10px;
    padding-bottom: 1.5em;
}
#sidebar div.block span.blockTitle {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#272141), to(#8286B1)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #275988, #040A22); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #21456F, #001E2F); /* IE 10 */
	background: -ms-linear-gradient(top, #5C5C5C, #272727); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #5C5C5C, #272727);
	display: block;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	text-indent: 8px;
	text-transform: uppercase;
}
#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0 0 0 10px;
}
#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 12px;
}
form {
	padding-left: 10px;
}
/* @end */



div, p, table, td, th {
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	line-height: 140%;
	color: #666;
	font-size: 12px;
}
a:link, a:visited {
	color: #084F91;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #c00;
	text-decoration: underline;
	font-weight: normal;
}
p {
	margin-top: 0;
	margin-bottom: 7px;

	font-size: 12px;
}
h1 {
	padding: 0;
	padding-bottom: 5px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}
h2, .contentheading {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #2b3036;
}
h3 {
	margin: 0;
}
input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #fff;
}
input.defaultButton {
	background-color: #ccc;
}
#container {
	background:#FFFFFF;
    text-align: left;
	border:solid #fff 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 30px;
	margin-top: 10px;
	float:left;
	box-shadow: 4px 4px 3px #333;
	-moz-box-shadow: 4px 4px 3px #333;
	-webkit-box-shadow: 4px 4px 3px #333;
}
#headerTitle {
	color: #ffffff;
}
#navbar {
	border-bottom: 0;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#193d62), to(#0D2843)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #193d62, #0D2843); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #21456F, #001E2F); /* IE 10 */
	background: -ms-linear-gradient(top, #193d62, #0D2843); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #193d62, #0D2843);
	height: 32px;
	margin-right: 0;
	padding-bottom: 0;
	border-bottom: 3px solid #5e88b2;
	
}
ul.menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#breadcrumb {
	padding-bottom: 10px;
	background-color: transparent;
	background-image: url("images/omt_bodytop.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0px 0px;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	color: #394048;
	padding-left: 10px;
}
#content {
	border-top: 0px dotted #000;
	padding:10px;
}
/**
#content img {
max-width: 100%;
}

*/

#content p img {
	max-width: 100%;
}
/**
 * Common HTML elements
 */


#leftSidebar {
	float: left;
	width: 20%;
	font-size: 0.65em;
	/*max-height: 100%;*/
	margin-left: 0;
	display: inline;
	overflow: hidden;
	background-color: #fff;
	margin-right: 2px;
	padding-top: 0;
	min-height:900px;
	float:left;
}
 // Set main on non-IE browsers to have a 10% margin *html #main {
 margin-right: 5%;
}
#rightSidebar {
	background-color: #fff;
	float: right;
	width: 20%;
	font-size: 0.65em;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	min-height:900px;
	float:right;
	position:absolute;
	height:auto;
	right:0;
	top:0;
	z-index:888;
}
* html #rightSidebar {
	margin-right: 5%;
}
/**
 * Announcements
 */

#announcementsHome {
	width: 100%;
	margin: 2em 0 2em 0;
}
#announcementsHome h3 {
	text-align: center;
}
#announcements {
	width: 100%;
}
#announcements h3 {
	text-align: center;
}
table.announcements {
	width: 100%;
}
table.announcements td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}
table.announcements td.nodata {
	text-align: center;
	font-style: italic;
}
table.announcements td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}
table.announcements td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}
table.announcements td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}
table.announcements tr.intro {
}
table.announcements td.intro {
}
table.announcements tr.title {
	vertical-align: top;
}
table.announcements td.title {
	width: 85%;
}
table.announcements td.title h4 {
}
table.announcements tr.description {
	vertical-align: top;
}
table.announcements td.description {
	width: 85%;
}
table.announcements tr.details {
	vertical-align: bottom;
}
table.announcements td.posted {
	padding-top: 1em;
	font-style: italic;
}
table.announcements td.more {
	width: 15%;
	text-align: right;
}
table.announcementsMore {
	width: 100%;
}
table.announcementsMore td {
	padding-top: 1.5em;
	text-align: right;
}
/**
 * Table of contents
 */

h4.tocSectionTitle {
}
table.tocArticle {
	width: 100%;
}
table.tocArticle td.tocTitle {
	width: 70%;
	height: 100%;
}
table.tocArticle td.tocGalleys {
	width: 30%;
	text-align: right;
}
table.tocArticle td.tocAuthors {
	padding-left: 30px;
	font-style: italic;
	vertical-align: top;
}
table.tocArticle td.tocPages {
	text-align: right;
	vertical-align: top;
}
.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}
/**
 * Homepage image
 */

#homepageImage img {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: center;
}
.homepageImage img {
	margin: 0 auto;
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
	text-align: center;
}
/**
 * Additional text styles
 */

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}
/**
 * Table styles
 */

table.listing tr.highlight {
	background: yellow;
}
table.listing tr.fastTracked {
	background-color: #ABA;
}
table.listing tr.data td {
	border-top: 1px dotted #DDDDD0;
	border-bottom: 1px dotted #DDDDD0;
}
table.listing tr.data td.drag {
	cursor: move;
}
/**
 * Other organizational elements
 */

div.progressbar {
	background-image: url(../templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 505px;
	z-index:1;
}
td.notificationContent {
	padding-left: 5px;
	padding-right: 5px;
}
td.notificationFunction {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}
.throbber {
	display: none;
	background: url(../lib/pkp/templates/images/throbber.gif) no-repeat;
	width: 25px;
	height: 25px;
	margin-left: 50%;
	margin-top: 5%;
}
/* Font Sizer */

.smallFont {
	outline: none; /*for making it look nice in FF */
	background: url(../lib/pkp/templates/images/icons/font-down.png);
	text-indent: -9999px;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
	margin-right: 4px;
	margin-left: 8px;
}
a.smallFont:hover {
	background: url(../lib/pkp/templates/images/icons/font-down.png);
	color: none;
}
.defaultFont {
	/*if you want to hide the default font button, use display:none */
	background: url(../lib/pkp/templates/images/icons/font-default.png);
	text-indent: -9999px;
	outline: none;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
	margin-right: 4px;
}
a.defaultFont:hover {
	background: url(../lib/pkp/templates/images/icons/font-default.png);
	color: none;
}
.largeFont {
	background: url(../lib/pkp/templates/images/icons/font-up.png);
	outline: none;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
}
a.largeFont:hover {
	background: url(../lib/pkp/templates/images/icons/font-up.png);
	color: none;
}
/* @group Tag-it */

ul.tagit {
	padding:1px 5px;
	border-style:solid;
	border-width:1px;
	border-color:#C6C6C6;
	overflow:auto !important;
	width:350px;
	margin-bottom: 0px;
}
ul.tagit li {
	-moz-border-radius:5px 5px 5px 5px;
	display: block;
	float: left !important;
	margin:2px 5px 2px 0;
	clear: none;
}
ul.tagit li.tagit-choice {
	background-color:#DEE7F8;
	border:1px solid #CAD8F3;
	padding:2px 4px 3px;
}
ul.tagit li.tagit-choice:hover {
	background-color:#bbcef1;
	border-color:#6d95e0;
}
ul.tagit li.tagit-new {
	padding:2px 4px 3px;
	padding:2px 4px 1px;
	padding:2px 4px 1px 0;
}
ul.tagit li.tagit-choice input {
	display:block !important;
	float:left;
	margin:2px 5px 2px 0;
}
ul.tagit li.tagit-choice a.close {
	color:#777777;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	outline:medium none;
	padding:2px 0 2px 3px;
	text-decoration:none;
}
ul.tagit input[type="text"] {
	-moz-box-sizing:border-box;
	border:none;
	margin:0;
	padding:0;
	width:inherit;
	border-color:#C6C6C6;
	background-color:#FFFFFF;
	color:#333333;
}
ul.tagit li:after, ul.tagit li div:after {
	content:" ";
	display:block;
	clear:none;
}
/* Added BY SJ Starts for Footer */
#vr_footer {background: none repeat scroll 0 0 #D8DCDF; clear: both; float: left; margin: 0; width: 100%;}
.footer-logo {float: left; margin: 1px 0 20px;}
.footer-logo img { width: 205px;}
.footer_logo_right{ float: right; margin: 0 20px 20px;}
/* Added BY SJ Upto for Footer */


.img-sub {
	width: 188px;
	height: 73px;
	display: block;
	background-image: url(http://www.clinicalcases.eu/plugins/themes/uncommon/submit.png);
	margin: 0 auto;
}
.img-sub:hover {
	background-image: url(http://www.clinicalcases.eu/plugins/themes/uncommon/submit-hover.png);
}
.img-fb {
	width: 37px;
	height: 37px;
	display: block;
	background-image: url(http://www.clinicalcases.eu/plugins/themes/uncommon/facebook.png);
	float: left;
	margin-left: 20px;
}
.img-fb:hover {
	background-image: url(http://www.clinicalcases.eu/plugins/themes/uncommon/facebook-hover.png);
}
.img-tw {
	width: 37px;
	height: 37px;
	display: block;
	background-image: url(http://www.clinicalcases.eu/plugins/themes/uncommon/tw.png);
	float: left;
	margin-left: 12px;
}
.img-gp {
	width: 37px;
	height: 37px;
	display: block;
	background-image: url(http://www.clinicalcases.eu/plugins/themes/uncommon/gp.png);
	float: left;
	margin-left: 12px;
}
.img-in {
	width: 37px;
	height: 37px;
	display: block;
	background-image: url(http://www.clinicalcases.eu/plugins/themes/uncommon/in.png);
	float: left;
	margin-left: 12px;
}