/**
 * common.css
 *
 * Copyright (c) 2003-2010 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id$
 */

/*
 * Notifications
 * FIXME: (Re)move once OJS styles are consolidated with new styles and themes
 adonis
 *@import url("../../../Documents and Settings/Administrador11111111111/lib/pkp/styles/themes/default/pnotify.css");
*/
@import url("../lib/pkp/styles/themes/default/pnotify.css");

.ui-pnotify-title {
	font-size: 0.8em;
}

.ui-pnotify-text {
	font-size: 0.6em;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
	font-size: 0.8em;
}

/**
 * Common HTML elements
 */


a:link {
	color: #154803;
}

a:active {
	color: #375;
}

a:visited {
	color: #154803;
}

a:hover, a:focus {
	color: #2ca205;
}

.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #375;
    color: #fff;
}

.header_view .title:hover, .header_view .title:focus {
    background: #375;
}

.header_view .return:hover, .header_view .return:focus {
    background: #375;
    color: #fff;
}




/**
 * Main layout elements
 */

#header {
    
   background-color:transparent;
   background-image:inherit;
  
    
}


/* @end */
