/* CSS Document */

body, td {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 10pt;
	background: #eee;
	color: black;
}

img {
	border: 0;
}

.fineprint {
	font-size: 64%;
}

.centered {
	text-align: center;
}

td {
	vertical-align: top;
	background: white;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #63c;
}

a:link.white, a:visited.white, a:active.white {
	color: white;
}

a:hover {
	text-decoration: underline;
	color: #939;
}

a:hover.white {
	text-decoration: none;
	font-weight: bold;
	color: #FFFF33;
}

table#page {
	margin: 10px auto;		/* centers the "page" in the browser */
	border: 1px solid black;
}

td#header {
	xbackground-color: #ccc;
	background-image: url(../images/blueOnWhite.jpg);
	background-repeat: no-repeat;
}

td#header img {
	margin: 0;
	padding: 0;
}

td#left {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

td#center {
	border-left: 1px solid black;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: white;	
}

td#right {
	border-left: 1px solid black;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

td#footer_cell {
	border-top: 1px solid black;
	text-align: center;
}

#xbanner {
	background-image: url(../images/mBg.jpg);
	background-repeat: repeat-x;
	height: 85px;
}

#banner-left {
	display: block;
	float: left;
}

#banner-center {
	padding-top: 20px;
	display: inline;
	height: 50px;
	float: left;
}
	
.mast-top {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

.mast-title {
	font-family: Georgia;
	margin: 0;
	padding: 0;
	margin-top: -22px;
	font-size: 24pt;
	color: #660099 /* black; */
	letter-spacing: -0.03em;
}

#banner-right {
	width: 166px; 
	height: 65px;
	margin: 0;
	padding: 0;
	padding: 20px 14px 0 0;
	xbackground-image: url(../images/mSearch.jpg);
	xbackground-position: top right;
	xbackground: aliceblue;
	float: right;
}

#folio, #XXtag {
	background-color: #3e60a0;	/* was: #1e4887 */
	background-image: url(../images/gradbar23.jpg);
	background-repeat: repeat-x;
	color: white;
	padding: 6px 10px 2px 10px;
	font-size: 9pt;
	font-family: Arial;
	height: 15px;
}

#folio { clear: both; }

.left {
	float: left;
}

.right {
	float: right;
}

#welcome {
	float: right;
	margin-right: 4px;
}

#XXtag {
	text-align: right;
}

#banner-login {
	color: white;
	xdisplay: inline;
	width: 250px;
	padding: 1px 10px;
	font-family: Arial;
	font-size: 9pt;
	background-color: #ccc;
	text-align: right;
}

/* Navbar tabs */

#navbar {
	clear: both;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navbar li {
	float: left;
}

a.navlink:link, a.navlink:visited {
	display: block;
	padding: 2px 5px 2px 0.5em;
	margin-right: 1px;
	font-size: 80%;
	text-transform: uppercase;
	text-decoration: none;
	background: #e2e2e2;	/* was: #ccc; */
	color: #333;
	border: 1px solid;
	border-color: #ccc #333 #ccc #ccc;
}

a.#selected {
	color: white;
	background: #3e60a0;	/* was: #1e4887 */
	border-color: #fff #fff #3e60a0 #333;	/* was: #1e4887 */
}

a.navlink:hover {
	color: white;
	Xbackground: #445f87;
	background-image: url(../images/gradbar20.jpg);
	background-repeat: repeat-x;
	border-color: #fff #fff #3e60a0 #333;	/* was: #1e4887 */
}

/* Article List */

div.tease {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div.tease h1, div.tease h2, div.tease p {
	margin: 0;
	padding: 0;
}

div.tease h1 {
	clear: both;
	padding-bottom: 8px;
}
div.tease h1 a {
	font-family: Georgia, Times New Roman, serif;
	font-size: 60%;
	line-height: 95%;
	font-weight: normal;
	color: #336;
}

div.tease h2 {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #3e60a0;	/* was: #1e4887 */
	font-weight: bold;
}

div.tease p {
	font-family: Arial, sans-serif;
	font-size: 75%;
}

div.tease img {
	display: block;
	float: left;
	padding: 0 10px 6px 0;
}

.featured {
	background: #eeeef1;
	line-height: 95%;
	padding: 4px 6px 0 6px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #339;
}

div.featured h1 {
	text-align: right;
	padding-bottom: 6px;
	padding-top: 0;
}

div.featured h1 a {
	font-family: Georgia;
	font-size: 22px;
	color: #333;
}

.sidebar {
	border-top: 1px solid rgb(84%, 84%, 69%);
	border-left: 1px solid rgb(84%, 84%, 69%);
	border-bottom: 1px solid #aaa;
	border-right: 2px solid #aaa;
	width: 158px;
	margin-top: 10px;
	xpadding: 4px;
}

h1.section-name {
	background-color: #3e60a0;	/* was: #1e4887 */
	background-image: url(../images/gradbar20.jpg);
	background-repeat: repeat-x;
	color: white;
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0 4px;
}

h1.section-name a, h1.section-name a:link, h1.section-name a:active, h1.section-name a:visited {
	color: white;
}

div.sidebar ul {
	list-style: none;
	margin: 0; padding: 0;
}

div.sidebar li {
	padding: 0.5em 0.5em 0.25em 0.5em;
	border-bottom: 1px solid rgb(84%, 84%, 69%);
}

.sidebar a {
	font: Georgia 12px bold;
	color: #3e60a0;	/* was: #1e4887 */
}

p.update, p.response {
	font: Arial 10px;
	color: #666;
}

/* page center of page stuff */

td#center h3 {
	font-family: Georgia;
	font-size: 14pt;
	color: #666;
	margin: 0;
	padding: 10px 0 4px 0;
}

/* input and other form things */
/* See http://jeffhowden.com/code/css/forms/ */

form {
	margin: 0;
	padding: 0;
}

form fieldset {
	clear: both;
	border-color: #999;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	padding: 10px;
	margin: 0;
}

form fieldset legend {
	font-family: Georgia;
	font-size: 14pt;
	color: #666;
	font-weight: normal;
	margin: 0;
	padding: 0 5px 10px 5px;
}

form fieldset p {
	font-size: 10px;
	margin: 0;
	padding: 5px 0 5px 130px;
}

form div {
  XXclear: left;
  float: left;
  display: block;
  width: 460px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

label.prof {
	clear: both;
	float: left;
	width: 120px;
}

input.prof {
	display: block;
	float: left;
}

textarea {
	overflow: auto;
}

form div label {
  display: block;
  font-size: 11px;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form div select, form div textarea {
	padding: 1px 3px;
	margin: 0;
}

form div select.selectOne {
	width: 211px;
	padding: 1px 3px;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
	float: none;
	xdisplay: block;
	display: inline;
	width: 200px;
	height: expression('1%');
	padding: 0;
	margin: 0 0 5px 0;
	text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
	margin: 0 0 5px 5px;
	width: 170px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
	display: inline;
	height: 14px;
	width: 14px;
	background-color: transparent;
	border-width: 0;
	padding: 0;
	margin: 0 0 0 140px;
}

input#banner-query, input#banner-search {
	display: inline;
	float: none;
}

form fieldset div.notes {
	float: right;
	width: 58px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #666;
	background-color: #ffffe1;
	color: #666;
	font-size: 88%;
}

form fieldset div.notes h4 {
	margin: 0;
	padding: 3px 0 3px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666;
	color: #666;
	font-size: 110%;
}

form fieldset div.notes p {
	margin: 0em 0em 1.2em 0em;
	color: #666;
}

form fieldset div.notes p.last {
	margin: 0em;
}

div#footer {
	padding: 6px;
	border-bottom: 1px solid #ccc;
}

div#footer p {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 2px;
	line-height: 0.8em;
}

div.box {
	border: 1px solid #ccc;
	padding: 4px;
}

div.box h1 {
	font-family: Arial;
	font-size: 12px;
	padding: 3px 6px;
	background-color: black;
	color: white;
}

div.box ul li h1 {
	font-family: Georgia;
	font-size: 12px;
	background-color: white;
	color: #666;
}

div#tools {
	float: right;
	width: 100px;
	margin-top: 10px;
	padding: 4px 8px;
	border: 1px solid #ccc;
	background-color: infobackground;
}

div#article {
	font-family: Verdana;
	font-size: 12px;
	Xfont-family:Arial, Helvetica, sans-serif;
	Xfont-size: 13px;
	color: #333;
	line-height: 150%;
	Xline-height: 1.4em;
	padding-top: 10px;
}

.byline {
	font-size: 75%;
	color: #666;
	margin: 1.5em 0 0 0;
}

.responseline {
	font-size: 80%;
	background-color: #eee;
	border-top: 2px solid #ccc;
	margin: .125em 0 .83em 0;
	height: 1em;
}

.left-side {
	float: left;
}

.right-side {
	float: right;
}

#article-body {
	Xfont-family: Verdana, Arial, sans-serif;
	Xfont-size: 83.33%;
	Xline-height: 125%;
	Xmargin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	min-height: 400px;
	margin: 1em 0;
}

#article-body p {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}

#article-body ul {
	list-style-position:outside;
	list-style-type:square;
	margin-left: 20px;
	margin-top: 0;
	padding-top: 0;
}

#article-body .caption {
	padding-bottom: 1em;
	font-size:11px;
	line-height: 125%;
	font-family: Arial, sans-serif;
	color: #933;
}

.cmdbar {
	background-color: #eee;
	font-size: 10px;
	color: #666;
	padding: 2px;
	border: 0;
}

.cmdbar-left {
	text-align: left;
	background-color: transparent;
}

.cmdbar-right {
	text-align: right;
	background-color: transparent;
}

#article img {
	width: 460px;
	text-align: center;
	margin-top: 10px;
}

#article img.half {
	width: 230px;
}

h1.article_title {
	font-family: Georgia;
	font-size: 180%;
	font-weight: normal;
	line-height: 110%;
	margin: .83em 0 0 0;
}

h2.article_subhead {
	font-family: Arial;
	font-size: 110%;
	font-weight: normal;
	color: black;
	margin: 0;
}

#article div.caption {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #993333;
}

#banner-query, #banner-search {
	font-size: 9px;
}

#adv-search {
	font-size: 8px;
	color: white;
}

.response-title {
	border-bottom: 1px solid #666; 
	margin-top: 10px;
}

.response {
	background: #f6f6f6;
	padding: 2px;
}

.section-title {
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 83.33%;
	color: white;
	margin: 10px 0 0 0;
	padding: 2px 4px;
	text-transform: uppercase;
	background-color: #999;	/* #445f87; */
	background-image: url(../images/gradbar20.jpg);
	background-repeat: repeat-x;
	margin-bottom: 4px;
}

.box {
	background-color: #edffed;
	margin-top: 10px;
	padding: 0;
}

.boxtitle {
	background-color: black;
	color: white;
	font-family: Arial;
	font-size: 90%;
	margin: 0;
	padding: 0 2px;
}

.box ul {
	list-style: none;
	margin: 0;
}

.box li {
	border-bottom: 1px dotted #333;
	padding: 0 6px;
	font-size: 80%;
}

.result {
	margin-top: 10px;
}

.result p {
	margin: 0; padding: 0;
}

.result-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
}

.result-title a:link, .result-title a:visited {
	text-decoration: underline;
}

.result-subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
}

.result-date {
	font-size: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}

.result-byline {
	font-size: 90%;
	color: #666;
}

.new {
	font-family: Arial;
	font-size: 7pt;
	color: red;
	background-color: #ffffee;
	text-transform: uppercase;
}

.error {
	color: red;
}

#profile h1 {
	font-family: Georgia;
	font-size: 140%;
	margin: 0;
	padding: 0;
}

#profile td {
	padding: .5em 1em;
	font-family: Arial;
	font-size: 83%;
	background: #ccd;
}

#profile td.label {
	background: #cdc;
	text-align: right;
}

/* Added for classified ads */

.adbox {
	margin-bottom: 2em;
}

.adtitle {
	font-family: Georgia, serif;
	font-size: 12pt;
	padding: 0;
	margin: 0;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #99aacc;
}

.admember {
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666;
}

.subhead {
	padding: 0;
	margin: 0;
	font-family: Tahoma, sans-serif; 
	font-size: 9pt;
}

.adtype {
	background-color: #99aacc;
	color: white;
	padding: 0.2em 0.4em;
	font-weight: bold;
}

.addesc {
	background-color: #eef0f9;
	margin: 0;
	padding: 0.5em;
	font-family: Tahoma, sans-serif; 
	font-size: 9pt;
}

.adcontact {
	margin: 0;
	padding: 0.4em 0;
	xpadding-bottom: 0.4em;
	font-family: Tahoma, sans-serif; 
	font-size: 9pt;
}

table.XXarticle-table {
	margin-bottom: 1.5em;
}

table.XXarticle-table td {
	border: 0;
	border-bottom: 1px solid #999;
	font: Arial, sans-serif;
	font-size: 8pt;
}

table.race-table
{
width: 100%;
margin: 0;
padding: 0;
	margin-bottom: 1.5em;
}

table.race-table td
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	padding: 4px 8px;
}

.tbl-title
{
	font-weight: bold;
	border-bottom: 1px solid black;
}

.odd-row
{
	background-color: #f0f0f9;
}

img.csq {
	height: 10px;
	width: 10px;
	vertical-align: baseline;
	padding: 0 4px 0 0;
	margin: 0;
}

.datestamp {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333399;
}

.query {
	background-color: #FFFFCC;
	font-weight: bolder;
}

.query-title {
	font-size: 12pt; 
	font-weight: normal;
	background-color: #eee;
	width: 460px;
}

/* added for news ticker javascript */

#cont {
	position:relative;
	width:230px;
	height:230px;
	border:1px solid #000000; 
	overflow:hidden; 
	background-color:#ececec;
}

.ticker {
	position:absolute;
	top:10px;
	left:10px;
	width:210px;
	height:120px;
	Xfont-family:tahoma,arial,helvetica,sans-serif; 
	Xfont-size:10px;
	visibility:hidden;
}

p.monthname {
	margin: 0;
	padding: 0;
	margin-top: 1em !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #666;
}

div.LGOAd {
	margin: 6px 0px;
	padding: 4px;
	text-align: center;
	border: 1px solid #ccc;
	width: 152px;
}

.ad-headline {
	font-weight: bold;
	font-size: larger;
}

.ad-text {
}

.photograf {
	margin: 0;
	padding: 0;
}

