/**
 * rightSidebar.css
 *
 * Copyright (c) 2003-2011 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including a right-hand sidebar.
 *
 * $Id$
 */

/**
 * Common HTML elements
 */


#headerTitle {
	text-align: center;
	width: 100%;
}

#body {
	width: 100%;
}

#rightSidebar
{
    float: right;
    width: 14%;
    padding: 1em 0em 1em 0em;
    font-size: 0.65em;
    height: 100%;
    margin-right: 10%;
    margin-left: 2%;
    font-size: 11px;
    /*background-color: #E2E2E2;*/
}

* html #rightSidebar { margin-right: 0%; }

#main {
	float: left;
	width: 63%;
	margin-left: 10%;
	display: inline;
	overflow: hidden;
}

/*SideBar Left Box*/
	.box {
    background: none repeat scroll 0 0 #EBECED;
    width: 216px;
     margin:  0 0 0 -25px;
}

.box .heading {
    background: none repeat scroll 0 0 #0B643E;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    height: 7px;
    line-height: 10px;
    margin:  0 0 0 0;
    overflow: hidden;
    padding: 12px 10px;
    width: 196px;
    
    
}
.box .login
{
    padding: 18px 9px 30px 10px;
    background-image: url('~/lib/pkp/templates/images/picture-5.jpg');
    padding: 18px 9px 30px 5px;
}

.register_new
{
    background: transparent url('../lib/pkp/templates/images/register_new.png') no-repeat scroll 0 0;
    display: block;
    height: 20px;
    margin: 20px auto 0;
    text-indent: -9999px;
    width: 180px;
}

.box label input[type="submit"]
{
    background: transparent url('../lib/pkp/templates/images/go.png') repeat scroll 0 0;
    border: medium none;
    float: right;
    height: 20px;
    margin: 6px 3px 0 0;
    text-indent: -999px;
    width: 29px;
}

button, input[type="button"], input[type="submit"], input[type="reset"] {
    padding: 2px 3px;
}

input[type="button"], input[type="submit"], 
input[type="reset"], input[type="checkbox"], 
input[type="image"], input[type="file"], 
input[type="radio"], input[type="reset"], 
select, button, label {
    cursor: pointer;
}

#main .heading {
    color: #940303;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin: 0;
    padding: 0;
}

.main-right .heading {
    background: none repeat scroll 0 0 #0B643E;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white !important;
    font-size: 12px;
    font-weight: bold;
    height: 7px;
    line-height: 10px !important;
    margin: 0;
    overflow: hidden;
    padding: 12px 10px !important;
    width: 201px;
}