/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Jeremy Burgeson
DATE CREATED:	2004.04.19
PURPOSE:		IRP Stylesheet (to supplement U of M stylesheet)
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


/* Base font definition */

.irpHeaderLarge, .irpHeaderMedium, .irpHeaderSmall, .irpStaffName, .irpStaffTitle, .irpSmallText, .textError, textErrorSmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Link definitions */

a.irpStandardLink { text-decoration:underline; color:#990000; }
a.irpStandardLink:visited { text-decoration:underline; color:#990000; }
a.irpStandardLink:hover { text-decoration:none; color:#990000; }
a.irpStandardLink:active { text-decoration:none; color:#990000; }

a.irpHeaderLink { text-decoration:none; color:#000000; }
a.irpHeaderLink:visited { text-decoration:none; color:#000000; }
a.irpHeaderLink:hover { text-decoration:underline; color:#000000; }
a.irpHeaderLink:active { text-decoration:underline; color:#000000; }


/* Font definitions */

.irpHeaderLarge {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	color: #000000;
}

.irpHeaderMedium {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	color: #000000;
}

.irpHeaderSmall {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	color: #000000;
}

.irpStaffName {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	color: #000000;
}

.irpStaffTitle {
	font-size: 11px;
	font-style: italic;
	padding: 0px;
	color: #000000;
}

.irpSmallText {
	font-size: 10px;
	padding: 0px;
	color: #000000;
}

.textError {
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	color: #cc0000;
	background-color: #ffeeee;
}

.textErrorSmall {
	font-size: 10px;
	padding: 5px;
	color: #cc0000;
}


/* container/object definitions --------------------------------------------------------------------------- */

.irpHomeMainColItem {
	margin: 10px 0px 0px 0px;
}



/* Input Field definitions -------------------------------------------------------------------------------- */

INPUT.formstyle {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

SELECT.formstyle {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

TEXTAREA.formstyle {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

INPUT.buttonstyle {
	background-color: #acacac;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
}

