/*
	Facility:
    	CeleritasWorks	WebFast

		Copyright © 2002-2004 CeleritasWorks, L.L.C.

		This work was created by CeleritasWorks, L.L.C. ("Creator").
		This work and all rights therein and thereto, including copyright rights
		and/or patent rights, are owned by Creator and/or another entity
		(collectively, "Owner").  This shall serve as notice of such ownership
		as of the date of this and associated files or subject matter, if any, as
		depicted above and/or as depicted with an electronic file date stamp
		and/or any versions thereof and their associated dates, if any.  This
		work may not be reproduced for any purpose, distributed, modified,
		reverse-engineered, stored in a retrieval system, transmitted, used,
		made, offered for sale, or sold, in whole or part, in any form or by any
		means, electronic, mechanical, audio, photocopying, recording, or
		otherwise, without the prior written permission of Owner.  This work
		may not be exported unless in compliance with the applicable
		technology export laws.  While this information is presented in good
		faith and believed to be accurate, Creator does not guarantee
		satisfactory or any results from reliance upon such information.
		Creator reserves the right, without notice, to alter or improve the
		designs, specifications, creations, or works of the subject matter
		herein.  Nothing herein is to be construed as a warranty or guarantee,
		express or implied, against infringement, or regarding performance,
		merchantability, fitness, or any other matter with respect to products,
		processes, or any other subject matter herein, and such warranties
		and guaranties are expressly disclaimed.  Nothing herein is to be
		construed as a recommendation to use any product or process in
		conflict with any third party rights in any intellectual property.  All
		products, languages, or trademarked names that are mentioned in
		this work are acknowledged to be the proprietary property of the
		respective owner.

    Title:
  		cwUserAdminStyle.css

    Abstract:
  		Style sheet for the user self registration/administration module.

  	Arguments:
  		None.

    Author:
  		Todd R. Smith

    Creation Date:
   		22-Apr-2004

    Modification History:
  		22-Jun-2004     trs
  			Added ErrorFootNote alias to WebFastErrorFootNote as that is a style
            hardcoded into some custom tags.
            
		12-Jul-2004		trs
			Added ReadOnlyText to provide ReadOnly text for input fields.
            
		19-Jan-2005		dws
			Moved the TABLE.SelfAdminTableCallout styles into this style definition.
            
        28-Jun-2005     sae
            Added MenuItem styles from the SpatialObjects common style sheet
            to avoid having a dependency on SpatialObjects.
            
		18-Nov-2008		das		CWC-146
			Added the body style to provide consistency between page looks.
*/

/* Link classes should be in
   "link-visited-hover-active" order */

body {	
	font-size: 8pt;	
	color: #07155c;	
	font-family: Arial, Helvetica, sans-serif;
}


A:link {
    color : #0000FF;
	text-decoration : none;
}
 
A:visited {
    color : #0000FF;
    text-decoration : none;
}

A:hover {
    color : #0000FF;
	text-decoration : underline;
}

A.UserAdminToolMenuToolText:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
    font-style: italic;
    font-weight: bold;
	color: #FFFFFF;
    padding: 1em 0.5em;
    background-color: #6B73A5;
}

A.UserAdminToolMenuToolText:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
    font-style: italic;
    font-weight: bold;
	color: #FFFFFF;
    padding: 1em 0.5em;
    background-color: #6B73A5;
}

A.UserAdminToolMenuToolText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
    font-style: italic;
    font-weight: bold;
	color: #6B73A5;
    padding: 1em 0.5em;
    background-color: #FFFFFF;
}

.MenuItemDefault {
    background-color: #F0F0F0;
    color: #6B73A5;
    cursor: auto;
    font-weight : bold;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    text-decoration: none;
    vertical-align : middle;
}

.MenuItemDisabled {
    background-color: #CCCCCC;
    color: #999999;
    cursor: auto;
    font-weight : bold;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    text-decoration: none;
    vertical-align : middle;
}

.MenuItemDown {
    background-color: #CCDAF0;
    color: #6B73A5;
    cursor: pointer;
    font-weight : bold;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    text-decoration: none;
    vertical-align : middle;
}

.MenuItemOver {
    background-color: #CCDAF0;
    color: #6B73A5;
    cursor: pointer;
    font-weight : bold;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    text-decoration: none;
    vertical-align : middle;
}

.MenuSeparator {
    color: #C9C9E0;
    font-weight : bolder;
    font-stretch : wider;
}

.ReadOnlyText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Gray;
	font-weight: normal;
}

.SelfAdminConfirmText {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.SelfAdminFormFieldInputText {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.SelfAdminHelpInfoTextHighlight {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.SelfAdminInfoTextHighlight {
	color: #6B73A5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.SelfAdminFieldLabel {
	color : #6B73A5;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	vertical-align : middle;
	text-align : right;
}

.SelfAdminInfoTextMediumHighlight {
	color : #07155C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.SelfAdminInfoTextSmall {
	color: #07155C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.SelfAdminPageTitle {
	color : #07155C;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
}

.SelfAdminRequiredFieldText {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

.SelfAdminRequiredFieldTextNote {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.SelfAdminSavedText {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
    text-align: right;
}

.SelfAdminSectionTitle {
	color : #07155C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.SelfAdminSpacerVertPageBottomMargin {
	height : 5px;
}

.SelfAdminStepInfoText {
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #07155C;
}

.SelfAdminSpacerVertSmall {
	height : 10px;
}

TABLE.SelfAdminTableCallout {
	border: gray solid 1px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: none;
}

TABLE.SelfAdminTableCallout TD {
	border: none;
}

TABLE.SelfAdminTableCallout TH {
	text-align: left;
	background-color: #eeeeee;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom: gray solid 2px;
	font-variant: small-caps;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-left: 3px;
}

TABLE.SelfAdminTableCallout TR {
	border: none;
}

.UserAdminToolMenuToolText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.UserAdminToolMenuToolTextDisabled {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.WebFastErrorFootnote, .ErrorFootNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-stretch: condensed;
	font-variant: small-caps;
	vertical-align : bottom;
}

.WebFastErrorMessage {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

