/* ##############################################################
#################################################################
######### Standard StyleSheet for Coover Group ##################
#################################################################
#################################################################
Version $Id: main.css,v 1.6 2005/03/02 16:47:24 gjanes Exp $ */

/* ##############################################################
############################################################## */
/* STANDARD PROPERTIES */

/* the default body font color, background color, font, etc */
BODY {
	color: #000;
	background: #fff;
	margin: 10px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

/* the style that creates the nice looking tables */
TABLE {
	border-collapse: collapse
}

/* this style gives the default TD the same font properties as the body */
TD {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

/* format ordered & numbered lists the way we want */
OL, UL {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
}

/* remove any margins from the form tag */
FORM {
	margin: 0px;
}

/* set the border=0 to all images by default */
IMG {
	border: none;
	background: none;
}




/* ##############################################################
############################################################## */
/* CUSTOM CLASSES */

/* the line class that provides the vertical line */
.line {
	background-color: #630;
}

/* the class used in the footer for the non-discrimination statement, etc */
.gray_text {
	color: #c0c0c0;
}

/* a class that will produce a small text for comments, etc */
.small {
 font-size: 10px;
}

/* a class to make text stand out.  used for headings, etc */
.title {
 font-size: 20px;
 font-weight: bold;
 color: #603017;
}

/* an underline class for any class to use */
.underline {
 border-bottom-style: solid;
 border-bottom-width: 1pt;
 border-bottom-color: #630;
}

/* this class produces a 5 pixel pad around a div or a table cell */
.padding {
	padding: 5px;
}

/* These are the specific side paddings */
.padding-top {		padding-top: 5px;		}
.padding-left {		padding-left: 5px;		}
.padding-right {	padding-right: 5px;		}
.padding-bottom {	padding-bottom: 5px;	}

/* this are for specific side margins */
.margin-top {	margin-top: 10px;	}
.margin-left {	margin-left: 10px;	}
.margin-right {	margin-right: 10px;	}
.margin-bottom {	margin-bottom: 10px;	}

/* this class sets the info for the required asterisk */
.asterisk {
 color: #C00;
 margin-left: 2px;
}

/* this class standardizes the way we make form titles look */
.form {
 color: #000;
 font-size: 12px;
 font-weight: normal;
 font-style: normal;
}

/* This class will provide a pagebreak for printing */
br.pagebreak { page-break-before: always }


/* ##############################################################
############################################################## */
/* TABLE CLASSES */

/* a light-gray color */
td.gray, div.gray {
/*	color: #000;*/
	background-color: #f4f4f4;
}

/* a dark gray color */
td.darkGray {
	color: #fff;
	background-color: #999;
}




/* ##############################################################
############################################################## */
/* LINK CLASSES */

/* the default link attributes */
a { text-decoration: none }
a:link, a:visited, a:active {
	color: #963;
	font-weight: bold;
	background-color: transparent
}
a:hover {
	color: #630;
}

/* the link class for gray_text */
a.gray_text:link, a.gray_text:visited, a.gray_text:active {
	color: #c0c0c0;
}
a.gray_text:hover {
	color: #909090;
}

/* the link class for gray */
a.gray:link, a.gray:visited, a.gray:active {
	background-color: #f4f4f4;
}

/* the link class for gray */
a.darkGray:link, a.darkGray:visited, a.darkGray:active {
	color: #fff;
	background-color: #999;
}
a.darkGray:hover {
	color: #ffd700;
}
