/**
 * confCommon.css
 *
 * Copyright (c) 2000-2010 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Stylesheet shared by all conference pages
 * modified by Jad Orlinska 19/11/10
 * $Id:
 */

/***Start of General***/
.rightText  {
text-align:right;
}
.paddingTop {
	margin-top:1.5em;
}
/***End of General***/
#header {
	margin:0px;
	margin-top:10px;
	padding:0px 0px 0px 0px;
}

/***Start of Banner Images***/
.banner {
	margin-top:84px;
	padding:0px;
	width:960px;
	/*height:194px;*/
}
.banner img {
	width:960px;
}
/***End of Banner***/

/******************/
/***Start of Wrapper and Content***/

#wrapper {
	width:960px;
	margin-top:10px;
	padding-bottom:30px;
	background-color:#fff;
	float:left;
}
#pg-wrapper {
	width:960px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
} 

.border {
	border-bottom:1px solid #ddd;
}
div#left {
	width:212px;
	padding-top:0;
	padding-right:0;
	padding-left:0;
}
div#left form {
	padding-left:1em;
}

div#right {
	width:735px;
	padding-top:15px;
	padding-right:5px;
	padding-left:5px;
}
div#right, div#left {
	/*padding-bottom: 3015px;
	margin-bottom: -3000px;*/
	float:left;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	background-color:#FFF;
}
/*#right h1 {
	margin:0px 0px 10px 0px;
	color:#555;
	font-size:1.4em;
	font-size:22px;
	line-height:1.4em;
	font-weight:normal;
}*/
#right h1{
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#555;
	font-size:1.2em;
	font-size:19px;
	line-height:1.2em;
	line-height:19px;
	font-weight:normal;
}
#right h2{
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#555;
	font-size:1.1em;
	font-size:17px;
	line-height:1.1em;
	line-height:17px;
	font-weight:normal;
}
#right h3, #right h4, #right h5 {
	font-size: .9em;
	line-height: .9em;
	margin: 0 0 10px 0;
}
#right p {
	margin:0 0 10px 0;
	padding:0;
	color:#555;
	font-size:0.7em;
	font-size:12px;
	line-height:1.6em;
}
#right .bodycontent div ul{
	font-size:0.7em;
	font-size:12px;
	margin-left:15px;
	margin-bottom:15px;
	list-style:disc;
	color:#555555;
	line-height:22px;
}
#right a {
	color:#00a651;
	text-decoration:none;
}
#right a:hover {
	color:#555;
}

/***End of Wrapper and Content***/

/* OCS */

/**
* uploadInstructions
*
*/

/**
 * Organising Team Lists
 */
ol.organisingTeam {
}
ol.organisingTeam li {
	list-style: none;
}
ol.organisingTeam, ol.organisingTeam li {
	margin-left: 0;
	padding-left: 0;
}
/* submission preparation checklist and uploadInstructions */
#submissionPreparationChecklist ol, #uploadInstructions ol {

}
#submissionPreparationChecklist ol li, #uploadInstructions ol li{
	list-style-type: decimal;
	margin-left: 1.5em;
	padding-bottom: 0.3em;
}

/**
 * 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 solid #eee;
	border-bottom: 1px dotted #eee;
}

table.listing tr.data td.drag {
	cursor: move;
}
.presentationtime {
	background-color:#eee;
	padding:1em;
}
tr.presentationtime h3{
	padding-top:0.5em;
}

/**
 * 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;
}
/**
 * Announcements
 */

#announcementsHome {
	width: 100%;
/*	margin: 1em 0 1em 0;*/	
}

#announcementsHome h2 {
	text-align: center;
}

#announcements {
	width: 100%;
}

#announcements h2 {
	text-align: center;
}

table.announcements {
	width: 100%;
}

table.announcements td {
	padding: 0.2em;
}

table.announcements td.nodata {
	text-align: center;
	font-style: italic;
}
table.announcements td.headseparator, table.announcements td.endseparator, table.announcements td.separator {
	border-top: 1px solid #eee;
	font-size: 0.1em;
	line-height: 1%;
}
/*
table.announcements td.headseparator {
	border-top: 1px solid #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.endseparator {
	border-top: 1px solid #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 1px solid #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: 0.2em;
	font-style: italic;
}

table.announcements td.more {
	width: 15%;
	text-align: right;
}

table.announcementsMore {
	width: 100%;
}

table.announcementsMore td {
	padding-top: 0.5em;
	text-align: right;
}
/**
 * scheduler styles
 */
div#schedule {

}
div#schedule tr {
border-bottom:1px solid #eee;
}
div#schedule ul {

}
div#schedule ul li {
border-bottom:1px solid #eee;
list-style-type:none;
}
/**
* sessionBooking styles
**/
div#sessionBooking {

}
div#sessionBooking tr {
border-bottom:1px solid #eee;
}
div#sessionBooking ul {

}
div#sessionBooking ul li {
border-bottom:1px solid #eee;
list-style-type:none;
}