/**
 * common.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.79 2009/06/02 21:20:58 asmecher Exp $
 */

/**
 * Common HTML elements
 */

a:link {
	color: #375;
	text-decoration: none;
}

a:active {
	color: #253;
}

a:visited {
	color: #375;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}


/**
 * Main layout elements
 */

#header {
	background-color: #ABA;
}

#footer {
	background-color: #ABA;
}

/**
 * Access icons and key
 */
#accessKey {
	margin-bottom: 2em;
}

#accessKey img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#content img.accessLogo {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}


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


/**
 * Table of contents
 */

h4.tocSectionTitle {
}

table.tocArticle {
	width: 100%;
}

table.tocArticle td.tocTitle {
	width: 70%;
	height: 100%;
}

table.tocArticle td.tocGalleys {
	width: 30%;
	text-align: right;
}

table.tocArticle td.tocAuthors {
	padding-left: 30px;
	font-style: italic;
	vertical-align: top;
}

table.tocArticle td.tocPages {
	text-align: right;
	vertical-align: top;
}

.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}


/**
 * Homepage image
 */

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

.homepageImage img {
	margin: 0 auto;
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
	text-align: center;
}


/**
 * Issue cover image
 */

#issueCoverImage img {
	display: block;
	border: 0;
}

.issueCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
}

#issueCoverImage a:link, .issueCoverImage a:link {
}

#issueCoverImage a:active, .issueCoverImage a:active {
}

#issueCoverImage a:visited, .issueCoverImage a:visited {
}

#issueCoverImage a:hover, .issueCoverImage a:hover {
}


/**
 * Editorial Team Lists
 */

ol.editorialTeam {
}

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

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


/**
 * Additional text styles
 */

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

/**
 * Table styles
 */

table.listing tr.highlight {
	background: yellow;
}
table.listing tr.highlightRed {
	color:red;
}

table.listing tr.highlightRed a{	
	color: rgb(255, 0, 14);	
}

table.listing tr.highlightRed a:hover{	
	color: rgb(255, 255, 255);	
}

table.listing tr.fastTracked {
	background-color: #ABA;
}

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

li.pluginManaged { 
	color: green; 
}

div.progressbar {
	background-image: url(../templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 505px;
	z-index:1;
}

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

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

input.linkButton {
	padding:6px;
	padding-top:6px;
	padding-bottom:6px;
	border:1px solid #DDDDD0;
	margin-left:2px;
	font-size: 0.8em;
	color: #253;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background: white;
	color: #18336f;
	
	cursor: auto;
	text-decoration: underline;
	width:36px;
	text-align:center;
}

input.linkButton:hover {
	background-color: #18336f;
	color:white;	
}

input.linkButtonSelected {
	padding:6px;
	padding-top:6px;
	padding-bottom:6px;
	border:1px solid #DDDDD0;
	margin-left:2px;
	margin-bottom:3px;
	font-size: 0.8em;
	color: #253;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	
	cursor: auto;
	text-decoration: underline;
	background-color: #18336f;
	color:white;
	width:36px;
	text-align:center;
	
}




#backgroundPopup { 
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}

.PopupBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: none repeat scroll 0 0 #FFFFFF;
	color: #333333;
	display: none;
	font-size: 12px;
	left: 58%;
	margin-left: -402px;
	position: fixed;
	top: 30%;
	width: 400px;
	z-index: 2;
}

.popup_content {
	margin: 4px 7px;
}


	background-color: #E8E8E8;
    padding: 6px 0px 6px 6px;
    border: 1px solid #CBCACA;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;

.msgTableGrid
{
	background-color: #E8E8E8;
    padding: 6px 0px 6px 6px;
    border: 1px solid #CBCACA;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
.msgTableGrid th 
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #666666;
    padding:4px 1px 4px 5px ; 
    background-color: #DBDBDB;	
    
}
.msgTableGrid td 
{
padding:8px 6px 6px 12px; 
}


.green
{
	background: rgb(204, 255, 206)
}

.yellow {
	background: #FFF471;

	
}

.red {
	background: rgba(252, 22, 22, 0.78);
	
	}
	
.chat {	
	width:60%;
background: #f0f9ff; 
background: -moz-linear-gradient(top,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
}


.ticketColumn
{
	width: 99%;
	float: left;
	margin-bottom: 10px;
	border-right: none;
	border: none; 
	 
	background: -webkit-linear-gradient(90deg, #FFF 13%, #eee 13%);
	
    background: -o-linear-gradient(90deg, #FFF 13%, #eee 13%);
    background: -moz-linear-gradient(90deg, #FFF 13%, #eee 12%);
    background: linear-gradient(90deg, #FFF 13%, #eee 12%);
}

.ticketAuthorColumn
{
	width: 20%;
	FLOAT: left; 
	text-align:center; 
	padding: 5px;
	background-color: #fff;
	color: #000;
	WHITE-SPACE: normal;
	WORD-WRAP: break-word;
	MIN-HEIGHT: 40PX;  
	font-size:8px;
}

.ticketAuthorColumn span
{
	width: 100%; 
	text-align:center; 
	FLOAT: left;
	margin-bottom:5px;
}

.ticketAuthorColumn font
{
color="black";
width: 100%;float: left;margin-bottom: 10px; font-size:12px;
}

.ticketMsgColumn
{
	FLOAT: left;
	WIDTH: 62%;padding: 5px;font-size: 12px;font-family: sans-serif;line-height: 1.3em;
	
}	
	

#tabs{
	overflow:hidden;
}

#tabs li{
	margin:0 2px 0 0;
	padding:6px 8px;
	display:block;
	float:left;
	color:#FFF; 
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	background: #C9C9C9; /* old browsers */
	background: -moz-linear-gradient(top, #0C91EC 0%, #257AB6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0C91EC), color-stop(100%,#257AB6)); /* webkit */
}

#tabs >  li a{
text-decoration: none;
color:white;
}

#tabs >  li a:hover{
	/* old browsers */
	background-color:transparent;
	color:black;
}

#tabs >  li.tabActiveHeader{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}
