/**
 * wpro.css
 * WPRO THEME
 *
 * Created by MCS
 *
 *
 */
html {height:100%;}

body {
	font-family: Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:13px;
	margin: 0 auto;
    padding: 0;
    width: 980px;
	background-color: #F5F5F5;
    background-image: url("/ojs/public/site/images/admin/shadow.gif");
    background-position: top;
    background-repeat: repeat-y;
	min-width: 980px;
	width: 980px;
	position: relative;	
	min-height: 83%;
	height:83%;
} 


p {
	font-size:13px;
	line-height:18px;
	margin:0 0 18px 0;
}

a, a:link, a:visited {
	size: 14px; 
	color:#196AAA;
	text-decoration:none;}

a:hover	{
	color: #d86422;
	background-color: transparent;
	text-decoration: none;
}

/*HEADER*/
#header {
	background-image: url("/ojs/public/site/images/admin/wpsar_header.jpg");
	background-repeat: no-repeat;
	background-color: #197ed0;
	width: 980px;
	height: 121px;
}

#headerTitle {
	display: none;
}

#main {
	position: absolute;
	margin-top: -7px;
	margin-left: 0px;
	width: 100%;
	min-height: 100%;
	z-index:1;
}

#main h2 {
	font-family: inherit;
	color: #D86422;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 0;	
	padding: 10px;	
	background-color: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    display: block;
	text-align:center;
	
}

#main input.button {
	background-color: #ece9d8;
    border: 1px solid #808080;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    font-size: 13px;
    font-weight: normal;
	padding:1px 6px 1px 6px;
}



#blufiller {
	height:10px;
	margin-left: 0px;
	margin-top: 0px;	
	padding-left: 20px;
	border-bottom: 1px solid #CCCCCC;
    padding-top: 8px;
	background-color: #DBEEF9;
}


#breadcrumb {
	width:100%;
	margin:0;
	padding: 3px 0px 3px 20px;
	background-color: #DBEEF9;
	line-height:15px;
	font-family: inherit;
    font-size: 13px;
	font-style: inherit;
	position:absolute;
	bottom:146px;
}

#breadcrumb a.current {
    font-weight: normal;
}

#breadcrumb a {	
	color:#666666;
}

#breadcrumb a:hover{
	color:#D86422;
}


/*CONTENT*/
#content, #privacyStatement {
	font-size: 13px;
	padding: 20px;
	width:75%;
	border-top: 0px solid #000;
	height:100%;
	padding-bottom:146px;
}

#content h3 {
	color: #3E4748;
	font-size: 14px;
	font-weight: bold;
	font-family: inherit;
}

#content h4 {
	color: #3E4748;
	font-size: 14px;
	font-weight: bold;
	font-family: inherit;
}

/*PAGETITLE*/
#pageTitle { 
	background-color: #c7e6e8;
	height: 30px;
	position: absolute;
	margin-left: 132px;
	padding-left: 5px; 
	width: 79.9%; 
	border-bottom: 1px solid #96B4B6; 
}

#sidebar {
	z-index:200;
	position:relative;
}

#sidebar input.button {
	background-color: #ece9d8;
    border: 1px solid #808080;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    font-size: 13px;
    font-weight: normal;
	padding:1px 6px 1px 6px;

}

/*LEFTSIDEBAR*/

#navbar {
	margin:0;
	padding:0;
	background-color: #333;
	height: 36px;
	width: 980px;
	border-bottom: none;
}

#navbar ul {
	list-style: none outside none;
	overflow: hidden;	
}

#navbar ul li a {
	display:block;
	float:left;
	height:26px;
	margin:0px;
	padding:10px 10px 0 10px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url("/ojs/public/site/images/admin/navigation_divider.gif");
	background-position:right 8px;
	background-repeat:no-repeat;
	text-transform: lowercase;
	text-transform: capitalize;
}

#navbar ul li a:hover, 
#navbar ul li.selected a, 
#navbar ul li.selected a:hover{
	color: #FFFFFF;
	cursor: pointer;
	background-image: none;
	background-color: #D86422;
	text-decoration: none;
}
}

#navbar ul.menu {
}

#navbar ul.menu li {
}

/* navigation home */
#navbar ul li#home a {
	display:block;
	width:25px;
	font-size:0;
	text-indent:-10000px;
	background-image:url("/ojs/public/site/images/admin/navigation_home.gif");
	background-position:0px 2px;
	background-repeat:no-repeat;
	margin-left:10px;
	padding-right:0px;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}
#navbar ul li#home a:hover,
#navbar ul li#home.selected a,
#navbar ul li#home.selected a:hover  {
	background-position:left -29px;
	background-color: #D86422;
	text-decoration: none;
}




/*RIGHTSIDEBAR*/

#rightSidebar {
	width: 160px;
	float: right;
	margin-top: 120px;
	margin-right: 20px;	
}

#rightSidebar div.block  {
	background-image: url("/ojs/public/site/images/admin/lines.gif");
    background-position: left top;
    background-repeat: repeat-x;
    clear: both;
    padding: 9px 0 18px;	
	font-size: 12px;
	margin-bottom: 5px;

	/*background-image: url(hr.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 25px 8px 10px;
	font-size: 12px;
	margin-bottom: 5px;*/
}

hr {
    background-image: url("lines.gif");
    background-position: left top;
    background-repeat: repeat-x;
    border: medium none;
    clear: both;
    height: 4px;
    margin-top: 0;
}

div.divLine {
	background-image: url("lines.gif");
    background-position: left top;
    background-repeat: repeat-x;
    clear: both;
    padding: 9px 0 18px;	
	font-size: 12px;
	margin-bottom: 5px;
	width:70%;
	
}

#rightSidebar #query {
	font-family: inherit;
	font-size: 12px;
	border: 1px solid gray;
}

#rightSidebar select.selectMenu{
	font-family: inherit;
	font-size: 12px;
	border: 1px solid gray;
}

#rightSidebar div.block span.blockTitle {
	color: #7A5C3D;
	font-weight: bold;
	letter-spacing: 0px;
}

#rightSidebar div.block {
	margin: 0px 5px 0px 5px;
}

/*FOOTER*/
#footer {	
   position:absolute;
   margin: 0;
   padding: 5px;
   bottom:0px;
   left:0px;
   width:100%;
   height:135px; 
   background-image: none;	
   background-color: #E4E4E4;
   border-top: 1px solid #CCCCCC;
   display: block;
}

#doormat .doormat_col_1 {
	color: #333333;
	font-size: 12px;
    line-height: 14px;	
    float: left;
    margin: 0 10px 0 0;
	padding: 8px;
    width: 260px;		
}

#doormat .doormat_col_2, #doormat .doormat_col_3, #doormat .doormat_col_4 {
	color: #333333;
	font-size: 12px;
    line-height: 14px;	
    float: left;
    margin: 0 10px 0 0;
	padding: 8px;
    width: 150px;		
}

#foot p {
	padding-top: 60px;
	font-size: 12px;
    line-height: 14px;
}

#doormat ol, ul {
    list-style: none outside none;
}
#doormat ul li {
    padding: 0 0 3px;
}

#doormat ul li a, #foot p a {
    color: #666666;
}

#doormat ul li a:hover, #foot p a:hover	{
	color: #d86422;
	text-decoration: none;
}

#doormat h3 {
	padding-left:28px;
    color: #666666;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 6px;
    padding-top: 0;
}




.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    text-indent: -10000px;
    width: 0;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField, input.button {
	 font: 12px helvetica,arial,serif;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	border-right: gray 1px solid;
	background-color: white;
}

/*TABLES*/
table.data, table.listing, table.info {
	font-size: 12px;
	width: 100%;
}

table.data td.label{
	height: 30px;
	vertical-align:middle;
	font: 11px;
}

table.data td.value{
	height: 30px;
	vertical-align:middle;
	padding-top: 5px;
	font: 11px;
	
}

ul.tagit {
	width: 90%;	
}

/* ARTICLES */
H1.headline{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 12px;
    padding: 0;
}

H1.topic, #content #issues h3{
    color: #D86422;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 12px;
    padding: 0;
}

#main H2.kicker {
    color:#4E8975;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 12px;
    padding: 0;
	background-color:#fff;
	text-align:left;
	border-bottom:none;
}
#content h3.page_heading {
    color: #D86422;
    font-size: 14px;
	line-height: 18px;
    margin: 0 0 9px;
    padding: 6px 0 0;
}

.image_right {
    display: block;
    float: right;
    margin: 5px 0 5px 10px;
}


#main h5.section_head3 {
	font-family: Helvetica, Arial, sans-serif;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}


a.link_media {
    background-image: url("who_sprite.gif");
    background-position: 0 -869px;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 20px;
	height:26px;
}

ul.decimal, ol.decimal {
    list-style-position: outside;
    list-style-type: decimal;
    padding-left: 26px;
}
ul.decimal, ol.decimal {
    margin: 0 0 18px;
}

ul.disc li, ol.disc li, ul.disc ul.disc li, ul.disc ul.disc ul.disc li, ul.disc ul.disc ul.disc ul.disc li {
    background-image: url("list.gif");
    background-position: left 0.5em;
    background-repeat: no-repeat;
    padding-left: 18px;
}	

#issueDescription {
	color:#D86422;
	font-weight:bold;
}

#issueDescription img, #issueCoverImage {
	position:absolute;
	padding-top: 25px;
	right:255px;
	border:0;
}
	
a.action, a.file {
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
}	

.image_right {
    display: block;
    float: right;
    margin: 5px 0 5px 10px;
}

ul.list li {
    padding: 3px 0 5px;
}
ul.lroman li, ul.uroman li, ul.lalpha li, ul.ualpha li, ul.disc li, ul.list li, ol.list li, ul.horizontal_list, ul.list_dash li, ul.news ul.list_li, ul.news ul.horizontal_list li, ul.auto_archive, ul.decimal li, ol.decimal li, ul.bullet li, ol.bullet li, ol.reference li, ul.reference li {
    font-size: 13px;
    line-height: 15px;
}

#issueCoverImage #articlePdfResizer {
    height: 280px;
    padding: 1px 0 1px 1px;
    width: 98%;
}

#sidebarDevelopedBy, #sidebarHelp {
	display:none;
}