/* $Header: /home/cvs/cvsroot/customer/mnrrr/site_data/109/00001109/static_data/css/mnrrr.css,v 1.2 2003/02/06 03:25:12 swadhawan Exp $ */

/*
        -- Global --
*/

A:link { color: #cd0031;}

A:hover { color: #a0a0a0; }

.wrapperText {
	color: #c00;
	font-weight: bold;
}

/* The following sets the default font styles.

        Explicit was added to fix a problem in NS4 that caused
        the font style to be lost after a checkbox or radio
        button. It is also useful for adding font style with
        a <span> element which won't do block rendering (and thus
        vertical whitespace).
*/

P, LI, OL, UL, TABLE, TR, TH, TD, .Explicit {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 10pt;
}

BODY  {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 10pt;
        background-color: #ffffff;
}


/*
	The background-image entry forces NS4
	to render the background color when
	it doesn't want to.
*/
.FormBox {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	background-color : #cdcecd;
	background-image: URL(../images/sp.gif);
}

div.FormBox {
	border: #330066 1px solid;
	background-color : #cdcecd;
	background-image: URL(../images/sp.gif);
	padding: 0px 0px 0px 0px;
	width: 600px
}

div.FormBoxNoWidth {
	border: #330066 1px solid;
	background-color : #cdcecd;
	background-image: URL(../images/sp.gif);
	padding: 0px 0px 0px 0px;
}

table.FormBox {
	border-bottom: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
}
/* End of new stuff for donations and friendraiser */

.ProgressBox {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color : #cdcecd;
	color: #999999;
}

.ProgressBoxCurrent {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color : #cd0031;
	color: #ffffff;
}

table.ProgressBox {
	padding-right : 4px;
	padding-left : 4px;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
}

a.ProgressBox:link {
	font-size: 8pt;
	color: #999999; text-decoration:none;
}
a.ProgressBox:visited {
	font-size: 8pt;
	color: #999999; text-decoration:none;
}
a.ProgressBox:hover {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

.appArea{
width: 800px;
margin-left: 10px;
margin-top: 10px;
}

