
/*	
	======================================================================

	modifiers.css

	======================================================================
	Linda Werner & Associates PHP Library Component
	Version 2007.11.06
	Copyright 2007, 2005, 2004 Linda Werner & Associates
	======================================================================
*/


/* ----------------------------------------------------
   DOCUMENTATION
   ---------------------------------------------------- */

/* These are basic style modifiers that should be loaded after
   all section-specific styles...these are loaded last so that
   they can override both general and page-specific styles.     */


/* ----------------------------------------------------
   ALIGNMENT
   ---------------------------------------------------- */

.alignRight {

	text-align: right;
}

.align_left {

	text-align: left;
}

.alignCenter {

	text-align: center;
}

.alignTop {

	vertical-align: top;
}

.centeredImage, .alignVerticalMiddle {

	vertical-align: middle;
}


/* ----------------------------------------------------
   INDENTATION & SPACING
   ---------------------------------------------------- */

.tightLines {

	line-height: 14px;
}

.indented2em {

	padding-left: 2em;
}

.small {

	font-size: 10px;
}

.halfSpaceUnder {

	margin-bottom: 7px;
}

.nowrap { 

	white-space: nowrap;

}

/* ----------------------------------------------------
   COLORS
   ---------------------------------------------------- */

.black {

	color: #000;
}

.white {

	color: #FFF;
}

.smallWhite {

	font-size: 9pt;
	font-weight: normal;
	color: #FFF;
}

.blackBackground {

	background-color: #000;
}

.alternateColor {

	color: #830;
}

.lightBlue {

	color: #77AAB5;
}

.lightGray {

	color: #DDD;
}

.mediumGray {

	color: #AAA;
}

.red {

	color: #F00;
}

.red_gray_bg {

	color: #F00;
}

/* ----------------------------------------------------
   OTHER TEXT STYLING
   ---------------------------------------------------- */

.noBold {

	font-weight: normal;
}

.borderless {

	border: 0px;
}

.noPadding {

	padding: 0px;
}

.hrDotted {

	margin: 0; 
	padding: 0; 
	border-top: 0; 
	border-left: 0; 
	border-right: 0; 
	border-bottom: 1px dotted #999999;
}

.noTopMargin {

	margin-top: 0;
}

.no_left_margin {

	margin-left: 0;
}

.clear_div {

	clear: both;
}

.blank_line_above {

	margin-top: 15px;
}

.two_blank_lines_above {

	margin-top: 30px;
}

.blank_line_below {

	margin-bottom: 15px;
}
