/* CSS Document */

* {
	font-family: tahoma;
	line-height: 1.5em;
	color:#333333;
}

body {
	background: url(images/wm_body_bg.gif) center top #e7e7e7 repeat-y;
	font-size:76%;
}

table, tr, td {
	font-size: 8pt;
	font-family: tahoma;
	line-height: 11pt;
}

table {
	padding: 0;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

select, textarea {
	font-family: tahoma;
	font-size: 1.2em;
	color: #333;
}

input {
	font-size:1em;
}



/* Headers
----------------------------------------------------------------------------------------*/
h3 {
	font-family: tahoma;
	font-size: .8em;
	font-weight: bold;
	color: #f6f6f6;
	padding: 2px 0 1px 7px;
	background: #888;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
	text-transform: uppercase;
}


/* Lists
----------------------------------------------------------------------------------------*/
ul li { list-style-type: square ; }
ul li li { list-style-type: disc; }
ul li li li { list-style-type: circle; }
ol li { list-style-type: decimal; }
ol ol li { list-style-type: lower-alpha; }
ol ol ol li { list-style-type: lower-roman; }

blockquote, pre {
    font-family:    Lucida Console, monospace;
}

pre {
	margin-top:15px;
	padding:10px;
	font-size:8pt;
	background-color:#e9e9e9;
	color:#CC0033;
	border-left:2px solid #CC0033;
}

code {
	color:#003366;
}

/* Links
----------------------------------------------------------------------------------------*/
a:link, a:visited {
	color: #6F88A3;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #333;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


/* Field sets 
----------------------------------------------------------------------------------------*/
fieldset {
	border: thin solid #999999;
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.5em;
	padding:10px;
}

legend {
	padding: 0.2em 0.5em;
	border-right:thin solid #999999;
	border-left:thin solid #999999;
	border-top:thin solid #999999;
	color:#555555;
	font-size:90%;
	text-align: center;
}

/* --------------------------------------------- */
.ADMgrey {
	background-color:#e9e9e9;
}
.ADMwhite {
	background-color:#ffffff;
}
.ADMactive {
	color:#000000;
	font-weight:bold;
}
.ADMinactive {
	color:#666666;
}
.error {
	color:#990000;
	font-weight:bold;
}


/*--------------------------------------------------*/
/* SPONSOR AND CONTRIBUTOR ITEMS */
/*--------------------------------------------------*/

#DonorTypeHeader {
	margin:0;
	margin-top:6px;
	margin-bottom:6px;
	padding:4px;
	background-color:#EEEEEE;
	border-top:1px solid #BBBBBB;
	border-bottom:0px solid #BBBBBB;
	font-size:16px;
}

#DonorLevelHeader {
	margin:0;
	margin-top:6px;
	margin-bottom:6px;
	padding:4px;
	background-color:#E0E1EF;
	border-top:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	text-align:center;
}

#DonorName {
	margin:0;
	margin-top:3px;
	margin-bottom:3px;
	padding:2px;
	padding-left:20px;
	font-weight:bold;
	color:#1a4069;
}
