/* Global selectors */

/* These are the default style definitions for the whole web page */

body {
	text-align: center;
	margin: 0;
	background-color: #545454;
	background-image: url(../../common/images/bgr.jpg);
	color: black;
	font-family: arial narrow, sans-serif;
	font-size: 12px;
}

table	{
	margin: 0;
        border: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: center;
	font-size: 14px;
}

img {
	border: 0;
	vertical-align: middle;
}

strong { font-weight: bold; }

/* Classes */

/* This sets up the style of the fade cells */

div.fade {
	width: 700px;
	height: 24px;
	position: relative;
	margin: 0 auto;
	border: 1px white solid;
	background-color: #545454;
	background-image: url(../../common/images/fade.jpg);
	white-space: nowrap;
	color: white;
	font-size: 14px;
	vertical-align: middle;
}

a.fade {
	color: #f1f1f1;
	text-decoration: none;
}

a.fade:hover {
	color: white;
	text-decoration: none;
}

a {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: silver;
	text-decoration: none;
}

td.left {
	vertical-align: top;
	width: 225px;
}

td.right {
	width: 445px;
}


td.space {
	width: 225px;
	height: 10px;
	font-size: 0;
}

td.leftspace {
	width: 10px;
	background: #383838;
	font-size: 0;
}

td.header {
	width: 140px;
	height: 20px;
	background-image: url(../../common/images/title.jpg);
	text-align: center;
	vertical-align: middle;
	color: white;
	white-space: nowrap;
	font-weight: bold;
	font-family: arial narrow, sans-serif;
	font-size: 14px;
}

td.headermid {
	width: 18px;
	height: 20px;
	background-image: url(../../common/images/titlem.jpg);
}

td.headerright {
	width: 57px;
	height: 20px;
	background-image: url(../../common/images/titler.jpg);
}

td.leftcell {
	width: 215px;
	background: white;
	text-align: center;
}

td.title {
	width: 440px;
	background-image: url(../../common/images/head.jpg);
	text-align: right;
	color: white;
	font-weight: bold;
	font-size: 20px;
	font-family: arial narrow, sans-serif;
}

td.rightcontent {
	width: 435px;
	background: white;
	text-align: justify;
	vertical-align: top;
	padding: 10px;
}

td.fullcontent {
	width: 675px;
	background: white;
	text-align: justify;
	vertical-align: top;
	padding: 10px;
  font-family: Arial, sans-serif;
}

td.archive { width: 45px; border-left: solid silver 1px; border-right: solid silver 1px; }
td.archive.archive_header { font-weight: bold; border: solid silver 1px; }
td.archive.year { width: 111px; font-weight: bold; border: solid silver 1px; }
td.archive.year_header { width: 111px; font-size: 10px; font-weight: bold; border: solid silver 1px; }
td.archive.archive_last_row { border-bottom: solid silver 1px; }
td.archive_legend { text-align: center; font-size: 10px; }
td.archive_legend img { vertical-align: text-top; }
tr.archive.dark { background: #F2F1F1; }

div.older_archives { text-align: center; }
div.older_archives a { color: black; font-weight: bold; }


/* IDs */

/* This sets up the default positioning of the whole CSS-only
layout - it's positioned in the center of the browser window */

#wrapper {
	width: 700px;
	position: relative;
	margin: 0 auto;
	top: 0;
	padding: 0px;
}

#headerGraphic { 
	width: 700px;
	height: 116px;
	border-top: 0;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 0;
	background-color: #545454;
	white-space: nowrap;
}

#content {
	width: 700px;
	border-top: 0;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 0;
	background-color: #545454;
}

#udmData{
	position:absolute;
	visibility:hidden;
	}
