/*	***********************************************
	Created on 12 May 2005
	Updated on 07 Jul 2006
	Updated on 27 September 2006

	Copyright (c) 2005-2006 Caversham Computer Services Ltd
	All rights reserved.

	This document conforms to CXD-1.4.0
	
	**** Creative Commons License

	This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs License. 
	To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/2.5/ or send 
	a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
	
	Creative Commons License **** 

	This document is freely available to all subscribers to GLINT without charge.  
	The apparently conflicting copyright and license statements above will be 
	discussed with early adopters of GLINT and will be revised as appropriate in 
	future releases of CXD.

	If you have acquired a copy of this document by "scraping" it from a web page 
	you are invited to consider joining in the GLINT publishing initiative.  
	Further information is available at 
	http://www.cavcomp.co.uk/glint-redirect.html
	
*********************************************** */
	
/*	***********************************************

	chameleon.chrome.adminPageDefault.css 
	is the master stylesheet for all CRAITS chrome administration pages.
	Currently it consists of a minimal set of extensions to the common CP5
	chrome stylesheets. A substantial review of application chrome is being
	carried out with a view to unifying chrome layout and styling 
	with that developed under CXD for web pages, published documents, and 
	pretty much anything else. As a result of this, this stylesheet may be
	extended in future.

	chameleon.chrome.adminPageSkinning.css
	is a separate css file for overriding various styles to provide a limited 
	(though quite powerful) form of 'skinning'.
	
	The CXD structures and the related stylesheets have been tested against IE5.5 
	(Win2K), Opera 7.54 (Win2K and Linux), and Firefox 1.0.3 (Win2K and Linux) at 
	present.  We are aware of some minor discrepancies with the rendering of 
	documents conforming to CXD-1.3.0 in some of these browsers.  These are 
	annotated in the relevant places in the stylesheets.

	These stylesheets implement the current CCS "house" style, which is the first 
	shot at defining a GLINT house style for document authoring and publishing.  
	Editors and Publishers in GLINT are welcome to use them as the basis for 
	establishing other house styles, *BUT* there are many possible differences 
	between browsers due to implementation options being left open by W3C. All 
	browsers we have tested to date also have minor glitches which can take 
	hours to sort out.  If you change this styling, or your use of CXD as it is 
	currently defined, the whole shebang may come tumbling down round your ears. 
	You have been warned!

	In order to prevent "forking" of the GLINT publishing system any such 
	modified documents must be clearly marked as such and not distributed via 
	GLINT itself.  If you wish to suggest changes then these should be posted 
	and discussed in a relevant GLINT Collaboration Forum.

*********************************************** */

/*	***********************************************

	The complete list of structural elements for Admin pages (more or less in 
	order down the page) is:

	#adminPageContainer
	#adminPageHeader
	#adminPageHeading						
	#adminPageLogo
	#adminPageHeadingText
	#adminPageHeadingTextMain
	#adminPageHeadingTextExtensions
	#adminPageSubheading 
	#adminPageSidebar
	.adminPageSidebarDivider 
	.adminPageSidebarMenu
	.adminPageSidebarMenuLink 
	#adminPageBody
	#adminPageBodyWide
	#adminPageNavigationBar
	#adminPageFooter
	
	***** Login Page only *****	
							
	#craitsExtendedTitle
	#jettyLogo
	#firewallLogo
	#footerText
	#impressumLink		
	
*********************************************** */

/* *********************************************** 

	Over-ride and/or extend 'house style' settings for adminPage structural elements

	[N.B.] Fine control of size and positioning of structural elements (using 'width' 
	'height' 'margin' 'border' and similar settings) can only be achieved by using a 
	fixed measurement unit. For chrome, all these measurements are in pixels (px).
	
*********************************************** */	

#adminPageHeader {
	border-bottom: solid 15px #eeeef3;
}
	
#adminPageNavigationBarWide {
	display: none;
}



#adminPageBodyWide > .splash {
	background-color: #eeeef3; /* Dove Grey */
	color: #2345aa;		/* Dark Blue */
}


#chameleonExtendedTitle {
	background-color: #ffffee;   /* lightest Yellow */	
	font-size: 1.85em;
}


#loginMotd {	
	background-color: #ffffee;   /* lightest Yellow */	
	text-align: left;
}


#uaRegistrationStatus {
	background-color: #ffffee;   /* lightest Yellow */	
	font-size: 1.15em;
}


.excuse {
	color: #2345aa;
	font-size: 0.9em;
	text-align: left;
}



#adminPageFooter {
	border-top: solid #2345aa 4px;
	background-color: white; 
	color: black;
}

#jettyLogo {
	float: left;
	padding: 10px;
}

#firewallLogo {
float: left;
clear: left;
width: 88px;
height: 31px;
margin-left: 10px;
border: none;/* safety against old browsers */

/* See login.xsl for further info - The default display of the smoothwall 
logo was changed by JRD 8.October.2011. To re-instate remove the comment 
brackets from below. For other firewalls change the image url as well */

/*background-image: url(../images/smoothwall.gif);
background-repeat: no-repeat;
*/
} 
#footerText {
	color: black;
	font-size: 1.0em;
	font-style: normal;
	padding: 22px;
	text-align: left;
}

#impressumLink {
	float: right; 
	padding: 18px;
}

/*	***********************************************
	Override and/or extend styling for classes from cxd.common.css
	
	Currently used in chrome admin pages:
	
	.copyright
	.imagelink
	.interhead
	.interrule
	.selected		// navbar entry
	.unselected		// navbar entry
	.splash
	.motd
	
*********************************************** */


