/*
** HTML elements
*/
body {
  background-color: #FFFFFF;
  font-size: 10pt;
  font-family: tahoma,helvetica,arial,sans-serif;
}

.whitetext {
	color: White;
}


p,ul,li,div,form,em,blockquote,quote {
  font-size: 10pt;
  font-family: tahoma,helvetica,arial,sans-serif;
  font-weight: normal;
}

td {
  font-family: tahoma,helvetica,arial,sans-serif;
  font-size: 10pt;
  font-weight: normal;
}

td.left {
  font-family: tahoma,helvetica,arial,sans-serif;
  font-size: 10pt;
  text-align: left;
}

/*********           Change Link Color on Blocks           *************/
/******* Doesnt work on stories, blogs, pages, etc - use .node *********/
/***********************************************************************/

/* .block a, .block a:visited {
color: White;
}
.block a:hover {
  color: #FFE4C4;
}

#block-user-0 a, #block-user-0 a:visited {
  color: Yellow;
}
#block-user-0 a:hover {
  color: #0f0;
}
*/

/************ Change Link Color in Nodes ****************/
.node a, .node a:visited {
color: Navy;
}

 .node a:link {
 	color: Navy;
	}
 }
.node a:hover {
  color: #FF7F50;
}

#node-user-0 a, #node-user-0 a:visited {
  color: Yellow;
}
#node-user-0 a:hover {
  color: #0f0;
}

/**********************  HEADER ************************/

td.oru {
  background: url(images/bl_u.gif);
  width: 100%;
}

td.ord {
  background: url(images/bl_d.gif);
  width: 100%;
}

td.orl {
  background: url(images/bl_l.gif);
}

td.orr {
  background: url(images/bl_r.gif);
}

td.orcnt {
  background: #007DC3;
  width: 100%;
  font-family: tahoma,helvetica,arial,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  color: White;
}




/*  ????? */

td.gru {
  background: url(images/gr-u.png);
  width: 100%;
}

td.grd {
  background: url(images/gr-d.png);
  width: 100%;
}

td.grl {
  background: url(images/gr-l.png);
}

td.grr {
  background: url(images/gr-r.png);
}

td.grcnt {
  background: #C6C6C6;
  width: 100%;
  font-family: tahoma,helvetica,arial,sans-serif;
  font-size: 10pt;
}

/**********************  BODY ************************/

td.lgu {
  background: url(images/lg-u.png);
  width: 100%;
}

td.lgd {
  background: url(images/lg-d.png);
  width: 100%;
}

td.lgl {
  background: url(images/lg-l.png);
}

td.lgr {
  background: url(images/lg-r.png);
}

td.lgcnt {
  background: #E4E4E4;
  width: 100%;
  font-family: tahoma,helvetica,arial,sans-serif;
  font-size: 10pt;
  white-space: normal;
}

td.lgcntnw {
  background: #E4E4E4;
  width: 100%;
  font-family: tahoma,helvetica,arial,sans-serif;
  font-size: 10pt;
  white-space: nowrap;
}

/******************************/

small {
  font-size: 8pt;
}

big {
  font-size: 12pt;
}

hr {
  color: #404040;
  height: 1px;
  clear: right;
}

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

a:link, a:visited, a:active {
  color: #005588;
}

a.story:link, a.story:visited, a.story:active {
  color: White;
}

b {
  font-weight: bold;
}

table.goofy {
  border-collapse: separate;
}

.node .picture {
  border: 2px solid #ddd;
  float: right;
  margin: 0.5em;
}

.comment .picture {
  border: 1px solid #770;
  float: right;
  margin: 0;
}

a.read-more, a.read-more:link, a.read-more:visited, a.read-more:active {
  color: #f00;
  font-weight: bold;
}
a.visited,
#node_page #link {
	
	color: Red;
}



tr.dark {
  background-color: #e0e0e0;
}
tr.light {
  background-color: #eee;
}
td.active {
  background-color: #d4d4d4;
}

/* Fix watchdog values we just overrode... this should be updated when drupal.css is updated */
tr.watchdog-user {
  background: #ffd;
}
tr.watchdog-user .active {
  background: #eed;
}
tr.watchdog-content {
  background: #ddf;
}
tr.watchdog-content .active {
  background: #cce;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #dfd;
}
tr.watchdog-page-not-found .active, tr.watchdog-access-denied .active {
  background: #cec;
}
tr.watchdog-error {
  background: #ffc9c9;
}
tr.watchdog-error .active {
  background: #eeb9b9;
}
/*
***
*** Added from Pushbutton
***
*/ 
#content .title, #content .title a {
  color: #993366;
}

#content .title a:visited {
color: Fuchsia;
}
  

.block .title h3 {
  border-bottom: 2px solid #6699cc;
  color: #369;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 5px 10px 30px;
  margin-bottom: .25em;
  background: transparent url(icon-block.png) left center no-repeat;
}
.block .content {
  padding: 5px 5px 5px 5px;
}
.block {
  margin-bottom: 1.5em;
}
.box .title {
  font-size: 1.1em;
}
a.content-title:visited, a.content-title:active {
  color: #f00;
  font-weight: bold;
}
.content .title.a:visited {
	color: Red;
}

.node .title {
	color: Red;
}
