/*	Madison green: #007C6F
	Madison Blue: #0B2677

	Highlight: #F3AB80
	Grey: #C0C0C0
*/	

/* Body for the home page */
body.home {
	background-color: #c0c0c0;
	font-family: verdana, arial, sans-serif;
	color: #0b2677;
	}


/* Special div for the home page */
div.home {
	background-color: #ffffff;
	float: center;
	margin: 30px;
	padding: 30px;}

/* Body for standard pages */
body.main {
	padding: 20px;
	font-family: verdana, arial, sans-serif;
	color: #0b2677;
	background-image: url(images/madisonfeint.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	}

/* stuff */
body, table {
	font-size: 10pt;
	}

td	{
	vertical-align: top;
	}

/* links */
a:link, a:hover, a:visited {
	text-decoration: none;
	color: #0b2677;
	}

a:hover {
	background-color: #c0c0c0;
	}

span.selected {
	color: #c0c0c0;
	}

a.linksimple:link, a.linksimple:hover, a.linksimple:visited {
	text-decoration: underline;
	}

/* Address */
.address, .address a:link, .address a:visited {
	font-size: 8pt;
	color: #ABABAB;
	text-align: center;
	}

.address a:hover {
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	}

/* Table of contents */
div.toc {
	padding-left: 30px;
	}

div.toc a.toc {
	position: absolute;
	left: 50%;
	}

span.toc {
	font-size:8pt;
	}

	
/* Headings */
h1 	{
	font-weight: normal;
	font-size: 14pt;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	}

/* td.highlight h1 {
	background-image: none;
	background-color: #c0c0c0;
	padding-left: 0px;
	padding-right: 0px;
	} */

h2	{
	font-weight: bold;
	font-size: 12pt;
	}

h3	{
	font-weight: bold;
	font-size: 10pt;
	display: inline;
	}

/* Main content block - control the amount of padding */
.narrow {
	padding-left: 15%;
	padding-right: 15%;
	}

.normal {
	padding-left: 10%;
	padding-right: 10%;
	}

/* Plain panels */
.panel {
	background-color: #c0c0c0;
	padding: 5px;
	}

/* Highlighted panels */
.highlight {
	background-color: #F3AB80;
	padding: 5px;
	}

/* Outlined panel */
.outline, .outline td {
	border: solid 1px #F3AB80;
	padding: 5px;
	}

.darkoutline, .darkoutline td {
	border: solid 1px #0B2677;
	padding: 5px;
	}

/* Madison panels */
.madgreen {
	background-color: #007C6F;
	color: #FFFFFF;
	padding-left: 10px;
	}
.madblue {
	background-color: #0B2677;
	color: #FFFFFF;
	padding-left: 10px;
	}

/* reduced font size */
.smalltext {
	font-size: 8pt;
	}

/* corners for use on panels */
.corner {
	background-image: url(images/corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

.corner_tr {
	background-image: url(images/corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	}

.corner_br {
	background-image: url(images/corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}

.corner_bl {
	background-image: url(images/corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	}

/* special corners for a fully bordered table */
fixed1 {
	width: 1px;
	height: 1px;
	}

fixed10 {
	width: 10px;
	height: 10px;
	}

fixed100 {
	width: 100px;
	height: 100px;
	}


/* images */
img {
	padding: 0px;
	margin: 0px;
	}

img.padded {
	padding: 5px;
	margin: 0px;
	}
