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

/**
 * Common HTML elements
 */

a:link {
	color: #335;
}

a:active {
	color: #253;
}

a:visited {
	color: #335;
}

a:hover {
	color: #253;
	background: #CDC;
}


/**
 * Main layout elements
 */

#header {
	background-color: #004880;
       background:url(UoNlogo.png) no-repeat top left #004880;
       height: 75px;
}

#header h1 {
	color:#FFF;
}


#footer {
	background-color: #004880;
}

#main {
	width: 80%;
	margin: 0 auto;
}


/**
 * Navigation bar
 */

#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
}


/**
 * 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;
}


/**
 * Homepage image
 */

#homepageImage img {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: center;
}


/**
 * Organizing Team Lists
 */

ol.organizingTeam {
}

ol.organizingTeam li {
	list-style: none;
}

ol.organizingTeam, ol.organizingTeam li {
	margin-left: 0;
	padding-left: 0;
}


/**
 * Additional text styles
 */

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Table styles
 */

table.listing {
	border-collapse: collapse;
}

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
 */


/**
 * Drag and drop styles
 */
.draggable {
	position: relative;
	cursor: move;
}

.borderBox {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin: 2px;
	padding: 2px;
}

.floatLeft {
	float: left;
}

/**
 * Scheduler styles
 */
.scrollContainer {
	overflow: auto;
}

.scheduleTable {
	min-width: 100%;
}

.schedulerEvent {
	color: #880000;
	background-color: #FBFBF3;
}

.schedulerPresentation {
	color: #008800;
	background-color: #FBFBF3;
}

.schedulerEventHeader {
	color: #FBFBF3;
	background-color: #880000;
}

.schedulerPresentationHeader {
	color: #FBFBF3;
	background-color: #008800;
}


td.hole {
	background-color: #777777;
}

td.timeRowLabel {
	border-style: solid none none none;
	border-width: 1px;
}

.droppable {
}

td.notificationContent {
	padding-left: 5px;
	padding-right: 5px;
}

td.notificationFunction {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

/* @group 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;
}

.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;

}

.largeFont {
	background: url(../lib/pkp/templates/images/icons/font-up.png);
	outline: none;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
}

/*******ADDED BY MUNYIVA********/

#main h2{
	color:#004880;
	
}


#content h3 {
	color: #039;
	border: none;
	/*border-top: 2px solid #AAA;*/
	border-bottom: 2px solid #AAA;
	
	
	width:100%;
}

#content h3 a {
	color: #039;
 	text-decoration:none;
}


#navbar { 	
  border: 0px; 
  padding-left:120px;
  margin-right: 0px;
  background-color:#a1c6e3;
  font-weight:bold;

 
 
}


#receipt {
  width: 300px;
  margin-left: 0;
  margin-right: 0;
  background: white;
  border: 1px solid #D0D0D0;
  border-right: 2px solid #D0D0D0;
  border-bottom: 2px solid #D0D0D0;
  padding: 10px;
  font: 11px monospace;
  color: black;
}
#dropdowns {
  height: 15px; 

 margin-right: 0px; 
 padding-right: 11px; 
 position: relative;
 top:10px; 
 z-index: 1000;

 
 }
#dropdowns ul {list-style-type: none; 
float: right; 
margin: 0; 
border-color: #357994;

}
#dropdowns ul ul {display: none; 
position: absolute; 
top: 24px; 
left: -1px; 
width: 98px; 
border-width: 0 1px 1px; 
border-style: solid; 
z-index: 1000;
background-color: #fff;
}
#dropdowns ul li:hover > ul {display: block; }
#dropdowns ul li.hover ul {display: block; width: 98px;}
#dropdowns li {
	background-image: none; 
padding: 0; font-size:12px; 
font-weight:bold;
width: 98px;
background-color: #fff !important;
}

#dropdowns a {display: block; background:#fff; font-size:12px; left:-20px}
#dropdowns .browse, #dropdowns .information{
	position: relative;
	display: block;
	width: 120px;
	height: 15px;
	float: left;
	margin-right: 10px;
	border-width: 1px; 
	border-style: solid;
    border-color: #357994;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #fff;
	
}

#dropdowns .browse, #dropdowns .information {
	padding: 0px 0px 5px 8px; 
	background-image: url(btn.dropdown.gif)
	;}

#dropdowns form {display: inline;}
#dropdowns fieldset {display: inline; border-width: 0; padding:0px}
#dropdowns legend {display: none;}

/* I.E Fix */
* html #dropdowns {margin-left: -13px; margin-right: -13px;}
* html #dropdowns ul ul {width: 98px;}
* html #dropdowns ul ul li {height: 1%;}


/* Fix IE. Hide from IE Mac \*/
* html #dropdowns ul li {float:left; height: 1%; width: 120px;}
* html #dropdowns ul li a { height: 1%; background: #fff; background-color: #fff !important}
/* End */
