/* userStyles.css CSS Document */ 
/* for use by Contribute users only */
/* these were pulled from layout and content_style and watersewers/css/enWS_styles.css */

/*--------------------------------------------------------------------------------------------------
 REMAINING WORK: Styles that exist here should be removed from other CSS files (ie., no duplication)
------------------------------------------------------------------------------------------------- */

/* heading styles; pulled from layout.css */
/* note: in order for user to have access to styles in Contribute, headings cannot be part of a class */
h1 { font-size: 1.5em; font-weight: normal; color: #0076C2; margin-bottom: .75em; }
h2 { font-size: 1.3em; color: #689438; margin: 1.25em 0 .75em 0; } 
h3 { font-size: 1.23em; color: #005995; margin: 1.25em 0 .75em 0; font-weight: bold; }
h4 {font-size: 1.08em; margin: 1.25em 0 .5em 0;color: #005995;}
h5 {font-weight: bold;	color: #666;margin-bottom: 0.5em;font-size: 1em;}
h6 {font-weight: bold;	color: #666;margin-bottom: 0.5em;font-size: 1em;}

/* text styles 
----------------------------------------------*/
.bold { font-weight:bold; }
.italic { font-style:italic; }
.boldItalic { font-weight:bold;font-style:italic; }
.note {	color: #CC0000;	font-weight: bold; } /*bold red*/
.medText { font-size: .85em; color: #333333; }
.smallText { font-size: .8em; color: #333333; }
.greenText { color: #689438 }
.redText { color: #C32541 }

/* image styles 
----------------------------------------------*/
.icon { margin: 0 0 0 4px; }
.imgRight { float: right; margin: 0 .5em 1em 1.5em;  }
.imgLeft { float: left; margin: 0 1.5em 1em 0; }
.imgRightBorder { float: right; border: 1px solid #999999; margin: 0 .5em 1em 1.5em; }
.imgLeftBorder { float: left; border: 1px solid #999999; margin: 0 .5em 1em 1.5em; }
/* do we need imgReg? Wouldn't that just be a straightforward image tag? */
.imgReg {}


/* miscellaneous styles 
----------------------------------------------*/


.hd { font-size: 1.1em; color: #5E8532; float: left; width: 65px;
}

