/* STYLESHEET FORMAT GUIDE *****************************************************

  split the following sections:
  - semantics (direct formatting for <td>, <a > etc
  - classes (.whatever)
  - common plugin CSS
  - navbar
  Within these sections, entries are to be strictly alphabetized.

  SAMPLE:
  .poll-vote,
  .poll-vote-results {
    background:transparent;
    color:#000000;
    font-size:smaller;
  }

  These are the rough rules:
  - always put a ';' after the last entry
  - always a linebreak before .
  - always a linebreak after , ; { and }
  - always a . before all classes
  - two spaces indent
  - no tabs
  - no spaces after colons
*/

/* SEMANTICS ******************************************************************/


body {
  background:#4A4A4A;
  color:#000000;
  font:.8em arial,sans-serif,verdana,tahoma,helvetica;
  padding:0px;
  margin:0px auto;
  border-bottom:1px solid #4A4A4A;
  border-left:1px solid #4A4A4A;
  border-right:1px solid #4A4A4A;
  border-top:1px solid #4A4A4A;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
}
.sitewidth {
width:800px;
}
TD {
color: #000000;
font-size: 11px;
font-family: verdana, tahoma, helvetica, arial, sans-serif;
}
a {
font-family: verdana, tahoma, arial, sans-serif;
font-size: 11px;
text-decoration : none;
color: #333333;
background-color: transparent;
}

a:visited {
font-family: verdana, tahoma, helvetica, arial, sans-serif;
font-size: 11px;
color: #333333;
text-decoration : none;
}

a:active {
font-family: verdana, tahoma, helvetica, arial, sans-serif;
font-size: 11px;
color: #566A74;
text-decoration : none;
}

a:hover {
font-family: verdana, tahoma, helvetica, arial, sans-serif;
font-size: 11px;
color: #FF6600;
text-decoration : none;
}
fieldset {
  margin-bottom:1em;
}
fieldset p {
  padding:5px;
  margin:0px;
}
fieldset p {
  margin-top:5px;
  margin-bottom:0px;
}
fieldset legend {
  font-size:.9em;
}
form {
  margin-top:5px;
  margin-bottom:5px;
}
form div.notes p,
form div small {
  line-height:125%;
}

form div.notes li {
  margin-left:10px;
}
form fieldset div.notes {
  float:right;
  width:170px;
  height:auto;
  margin:0px 0px 10px 10px;
  padding:5px;
  border:1px solid #666666;
  background-color:#ffffe1;
  color:#666666;
  font-size:.75em;
}

form fieldset div.notes h4 {
  background-image:url(images/icon_info.png);
  background-repeat:no-repeat;
  background-position:top left;
  padding:3px 0px 2px 27px;
  border-width:0px 0px 1px 0px;
  border-style:solid;
  border-color:#666666;
  color:#666666;
  margin-bottom:5px;
  margin-top:0px;
  font-size:1.3em;
}

form fieldset div.notes p {
  margin:0em 0em 1.2em 0em;
  color:#666666;
}

form fieldset div.notes p.last {
  margin:0em;
  padding-bottom:5px;
}
h1 {
  font-size:125%;
}
h2 {
  font-size:100%;
}
h3 {
  font-size:100%;
  margin:0px;
}
img {
  border:0;
}
input {
  font-size:.9em;
}
input,
submit,
td {
  color:#000000;
}
textarea {
  color:#000000;
  font-family:arial,sans-serif,verdana,tahoma,helvetica;
}
th {
  color:#000000;
  background-color:#DAE0ED;
  font-weight:bold;
  font-size:larger;
  padding-left:3px;
  text-align:left;
}
p {
  margin-top:5px;
}
select {
  color:#000000;
  font-size:.9em;
}

/* CLASSES ********************************************************************/

/* Admin lists ****************************************************************/
.admin-list-icon {
  float:left;
  padding:5px;
}
.admin-list-table {
  width:100%;
  text-align:left;
  border-spacing:1px;
}
.admin-list-table form {
  margin:0px;
}
.admin-list-search{
  text-align:center;
  margin-top:5px;
  margin-bottom:5px;
}
.admin-list-field {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
}
.admin-list-headerfield {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
  font-size:larger;
}
/* general alignment classes **************************************************/
.alignleft {
  text-align:left;
}
.alignright {
  text-align:right;
}
.aligncenter {
  text-align:center;
}
.aligntop {
  vertical-align:top;
}
/* Blocks *********************************************************************/
.block-box-left,
.block-box-right,
.block-box {
  margin:0px 2px 15px 1px; 
  border:1px 1px 1px 1px solid #CCCCCC; 
  padding-left:4px;
  padding-right:0px;
  background:#FFFFFF;
  }
.block-box-left ul,
.block-box-right ul {
  /* do not indent lists in the blocks too much */
  padding-left:20px;
  margin-top:0px;
  margin-bottom:0px;
}
.block-bg-left,
.block-bg-right{
  border-top:1px solid #FFFFFF;
}
.block-bg-spreader {
  /* this is making sure that the blocks have a minimum width in left menu */
  background:transparent;
  width:150px;
  height:1px;
}
.block-content,
.block-content-right,
.block-content-left {
  background:transparent;
  color:#000000;
  padding-bottom:2px;
  padding-top:2px; 
  clear:both;
}
.block-content-left ul,
.block-content-right ul,
.block-content ul {
  margin-top:0;
  margin-bottom:0;
  margin-left:16px;
  padding-left:0;
  border:none;
}

.block-featured-left {
  background:#FFFFFF;
  border-right:1px solid #FFFFFF;
  color:#000000;
}
.block-featured-right {
  background:#FFFFFF;
  border-left:1px solid #FFFFFF;
  color:#000000;
}
.block-helpicon {
  padding-top:0px;
  text-align:right;
  float:right;
}
.block-outerborder-left {
  border-left:1px solid #FFFFFF;
}
.block-outerborder-right {
  border-right:1px solid #FFFFFF;
}
.block-title,
.blocktitle,
.block-title-left,
.block-title-right {
  background:transparent;
  color:#1A3955;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  text-align:left;
}
.block-tittel
{
    width:100px;
    padding:1px;
  border-bottom:1px solid #CCCCCC;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
    color: #666666;
	font-size: 10px; font-weight: bold;
	font-family: verdana, tahoma, helvetica, arial, sans-serif; 
}

/* Block Lists ****************************************************************/
.list-feed,
.list-new-plugins,
.list-new-comments,
.list-new-trackbacks,
.list-older-stories { 
  margin:0px;padding:0px;
}

/* Comments *******************************************************************/
.commentbar-line1 {
  background:transparent;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commentbar-line2 {
  background:#E7E7E7;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #FFFFFF;
  text-align:center;
}
.commentbar-line3 {
  background:#FFFFFF;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commenttitle {
  background:#F7F7F7;
  border-bottom:1px solid #E7E7E7;
  border-left:1px solid #E7E7E7;
  border-right:1px solid #E7E7E7;
  border-top:1px solid #E7E7E7;
  font-weight:bold;
  font-size:smaller;
  padding:3px 0px 3px 10px;
}
/******************************************************************************/
.edit-perm-down {
  text-align:center;
}
.edit-perm-up{
  text-align:center;
  padding-right:10px;
  padding-left:10px;
}
.fieldhelp {
  font-size:0.8em;
  color:#666666;
}
/* Footer *********************************************************************/
.footerblock {
  background:#1A3955;
  border-top:1px solid #CCCCCC;
  color:#FFFFFF;
  font-size:0.85em;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:4px;
  padding-right:4px;
  vertical-align:middle;
  text-align:left;
}
.footerblock a:link {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footerblock a:visited {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footerblock a:hover {
  background:transparent;
  color:#008000;
  text-decoration:none;
}
.footerblock a:active {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footer-divider-top {
  background:#FFFFFF;
  border-top:1px solid #CCCCCC;
  padding-top:1px;
  color:#000000;
}
/* Forms **********************************************************************/
.form-description {
  font-weight:bold;
  float:left;
  width:100px;
  text-align:right;
  padding-right:5px;
  display:block;
}
.form-field {
  padding-bottom:5px;
  margin-left:105px;
}
/* Header *********************************************************************/
.front-table {
   border:1px solid #CCCCCC;
}
.header-logobg-left {
}
.header-logobg-right {
}
.header-logobg-container-inner {

}
.header-logobg-container-outer {
padding-bottom:5px;
}
.header-navigation-container {
}
.header-navigation-line {
}
.header-navigation-line a:link {
  background:transparent;
  border-bottom:0px solid #CCCCCC;
  color:#0000FF;
  font-size:.9em;
}
.header-navigation-line a:visited {
  background:transparent;
  border-bottom:0px solid #CCCCCC;
  color:#800080;
  font-size:0.9em;
}
.header-navigation-line a:hover {
  background:transparent;
  border-bottom:0px solid #CCCCCC;
  color:#008000;
  font-size:0.9em;
}
.header-navigation-line a:active {
  background:transparent;
  border-bottom:0px solid #CCCCCC;
  color:#FF0000;
  font-size:0.9em;
}
.header-welcomeanddate-box {
  border-bottom:1px solid #CCCCCC;
  height:52px;
}
.header-welcomeanddate-text {
  position:relative;
  top:12px;
  left:4px;
}
/******************************************************************************/
.highlight {
  color:#000000;
  background-color:yellow;
  text-decoration:none;
}
.inputTable td {
  padding:4px;
  vertical-align:top;
}
.inputTable label {
  font-weight:bold;
  float:right;
  white-space:nowrap;
}
.moderation-cc {
  width:100%;
}
.moderation-cc-row {
  clear:both;
  height:80px;
  width:100%;
}
.moderation-cc-item {
  float:left;
  text-align:center;
}
.pagenav {
  text-align:center;
}
.row_center td {
  text-align:center;
}
.searchauth {
  background:transparent;
  color:#000000;
  text-align:left;
}
.searchdate {
  background:transparent;
  color:#000000;
  text-align:right;
}
.searchform-box {
  background:#F7F7F7;
  text-align:center;
  border-bottom:1px solid #CCCCCC;
  height:52px;
  padding:0px 4px 10px 1px;
  margin:0px;
}
.searchform-elements{
  display:inline;
  position:relative;
  top:6px;
}
.searchform-elements input{
  font-size:0.9em; width:130px; 
}
.searchhits {
  background:transparent;
  color:#000000;
  text-align:right;
}
.site-slogan {
  color:#ffffff;
  background:transparent;
}
/* Stats **********************************************************************/
.stats-list-count {
  text-align:right;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-title {
  text-align:left;
  width:90%;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-count {
  text-align:left;
  width:10%;
  padding-left:5px;
  padding-right:5px;
}
/* Story **********************************************************************/
.story {
  /* the frame around all elements of one story */
  background:transparent;
  color:#000000; 
}
.story h1{
  /* the title of a story */
  background:transparent;
  color:#000000;
  font-weight:bold;
  padding-left:1px;
}
.story-body {
  /* this is the actual content of the story */
  padding:3px; border:1px solid #FF0000;
}
.story-featured {
  /* the frame around all elements of a featured story */
  background:transparent;
  color:#000000;
}
.story-featured h1 {
  /* the title of a featured story */
  background:transparent;
  color:#000000;
  font-weight:bold;
  font-size:1.4em;
  padding-left:1px;
}
.story-icons {
  /* print & mail icons in a storybox */
  float:right;
}
.story-container {
  /* frame around all stories & centerblocks UKJ*/
  padding-right:9px;
  background-color: #FFFFFF;
}
.story-footer {
  /* the bottom of the story with edit-links etc */
  padding:3px;
  text-align:center;
}
.story-information {
  /* the author, views and date of a story */
  padding:3px;
  font-size:0.85em;
  background:transparent;
  color:#000000;
}
.storytitle
{
        color: #000000;
        font-size: 11px;
        font-weight: bold;
        font-family: verdana, tahoma, helvetica, arial, sans-serif;
        background-color: #DFDBD2;
        border-left:1px solid #9b9b9b;
        border-right:1px solid #9b9b9b;
        border-top:1px solid #9b9b9b;
}
.storybox {
color: #000000;
font-size: 11px;
font-family: verdana, tahoma, helvetica, arial, sans-serif;
  	border-left:1px solid #9b9b9b;
	border-right:1px solid #9b9b9b;
  	border-top:1px solid #9b9b9b;	  			  		
  	border-bottom:1px solid #9b9b9b;
	background-color: #FFFFFF;
}
/******************************************************************************/
.topicoption,
.topicoption-off {
}
.warning {
  background:transparent;
  color:#FF0000;
  font-weight:bold;
}
.warningsmall {
  background:transparent;
  color:#FF0000;
}

/* Default Plugin CSS Declarations */
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  color:#000000;
  background-color:#EFEFEF;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.plugin th {
  color:#000000;
  background-color:#B7C1DC;
  padding:5px;
  text-align:left;
}
.plugin tr {
  vertical-align:top;
}
.plugin td {
  padding:2px 5px 2px 5px;
}
.pluginBG {
  color:#FEFEFE;
  background-color:#7398BA;
}
.pluginAltBG {
  background-color:#7398BA;
}
.pluginAltBG td {
  color:#FFFFFF
}
.pluginCellTitle {
  color:#FFFFFF;
  font-weight:bold;
  background-color:#CCCCCC;
  padding:5px;
}
.pluginCellFill {
  background-color:#F8FAFD;
}
.pluginCellText {
  color:#636363;
  font-weight:normal;
}
.pluginHeader {
  color:#204275;
  font-weight:bolder;
  padding-top:3px;
  padding-bottom:3px;
}
.pluginFooter, .pluginFooter td {
  background-color:#F1EFEB;
  color:#000000;
  }
.pluginAlert {
  padding:5px 15px 5px 15px;
  color:#D8010E;
  background-color:#FEF1B4;
  font-weight:bold;
}
.pluginInfo {
  padding:5px 15px 5px 15px;
  color:#707070;
  background-color:#FEF1B4;
  font-weight:normal;
}
.pluginSubTable {
  color:#000000;
  background-color:#CCCCCC;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.pluginSubTable th {
  color:#000000;
  background-color:#C9D1E4;
  padding:5px;
  text-align:left;
}
.pluginSubTable tr {
  vertical-align:top;
}
.pluginSolidOutline {
  background-color:#CCCCCC;
}
.pluginSolidFill {
  background-color:#1A3955;
}
/*border-bottom:1px solid #CCCCCC; UKJ */
.pluginTitle {
  background-color:#F1EFEB;
  color:#000000;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
  border-bottom:1px solid #CCCCCC;
}
.pluginCellSubTitle {
  background-color:#F7F7F7;
  color:#000000;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginTinyText {
  font-size:0.9em;
}
.pluginSmallText {
  font-size:0.8em;
}
.pluginMediumText {
  font-size:1em;
}
.pluginLargeText {
  font-size:1.25em;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginRow2, .pluginRow2 td {
  color:#000000;
  background-color:#E7E7E7;
  line-height: 120%;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  color:#000000;
  background-color:#FFFFFF;
  line-height:120%;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginLinks A:link {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:visited {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:hover {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color:#333333;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:visited {
  color:#333333;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:hover {
  color:#333333;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a.pluginButton:link, a.pluginButton:visited {
  color:#000000;
  text-align:center;
  padding-top:2px;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}
a.pluginButton:hover {
  color:blue;
  text-align:center;
  padding-top:2px;
  background:center url(navbar/images/button_over.gif);
  background-repeat:repeat-x;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}



/* Common CSS for on-hover tooltip feature */
a.tooltip {
  position: relative; /*this is the key*/
  z-index:10;
  color:#000;
  text-decoration:none;
}
a.tooltip:hover  {
  z-index:100;
  text-decoration:none
}
a.tooltip span {
  display: none
}
a.tooltip:hover span {
  /*the span will display just on :hover state*/
  z-index:100;
  color:#033666;
  font-style:normal;
  font-size:.8em;
  line-height: 125%;
  display:block;
  position:absolute;
  border:1px solid #C8DAF7;
  background-color:#E5EFFF;
  padding:4px;
  text-align: left;
  text-decoration:none;
  left:-20px;
  top:10px;
  min-width:150px;
}
/* End of common CSS for on-hover info feature */

/* End of Common Plugin CSS */

/* Poll Plugin ****************************************************************/
.poll-vote,
.poll-vote-results {
  background:transparent;
  color:#000000;
  font:.9em arial,sans-serif,verdana,tahoma,helvetica;
}



/* Definitions for Chatterblock */
.cb_submitter     { color:#00c; font weight: bold;  font-size: 10px; font-family: verdana, arial, sans-serif; }
.cb_text1         { color:#000000; background-color:#F1EFEB; font-size: 12px; font-family: arial, serif;  }
.cb_text2         { color:#000000; background-color:#F6F6F0; font-size: 12px; font-family: arial, serif;  }
.cb_text3         { color:#000000; background-color:#CCCCCC; font-size: 10px; font-family: arial, serif;  }
.cb_chatcount     { color:#000000; weight: bold; font-size: 10px; font-family: verdana, arial, sans-serif; }
.cb_logtitle      { color:#000000; weight: bold; font-size: 12px; font-family: verdana, arial, sans-serif; }
.cb_logtextRow1   { color:#000000; background-color:#F9F9F9; font-size: 10px; font-family: verdana, arial, sans-serif;  }
.cb_logtextRow2   { color:#003366; background-color:#F6F6F0; font-size: 10px; font-family: verdana, arial, sans-serif;  }
.cb_adminRow1     { color:#000000; background-color:#F9F9F9; font-size: 10px; font-family: verdana, arial, sans-serif;  }
.cb_adminRow2     { color:#003366; background-color:#F6F6F0; font-size: 10px; font-family: verdana, arial, sans-serif;  }
.cb_lastpost      { color:#00c; font-size: 9px; font-family: verdana, arial, sans-serif;  }
.cb_delpost       { color:#FFFFFF; font-size: 9px; font-family: verdana, arial, sans-serif;  }
.cb_link          { color:#000000; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Verdana; text-decoration: none }
.cb_link:hover	  { color:#000000; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Verdana; text-decoration: none }
/* Definitions for Calendar block UKJ */
.mycalTopTitle { background-color:#4682B4 }
.mycalTitle { background-color:#F1EFEB }
.mycalDateField { background-color:#FFFFFF }
.mycalEventHighlight { background-color:#B0B163;border:1px solid #999999; }
.mycalTodayHighlight { background-color:#FFFFFF; border:1px solid #FF0000; }
.mycalNextMonth { background-color:#DCDCDC } 

a.mycallink:link, a.mycallink:visited {
  color:#000000;
  text-decoration:none; 
  font-size:0.9em; 
}

/* Definitions for Forum UKJ */
.forum_footer_border {
  background:transparent; 
  border:1px solid #CCCCCC;
}

/* Style Sheet created for the Calendar  UKJ */
a.cal-date:link, a.cal-date:visited {
  color:#333333;
  text-decoration:none; 
  font-size:12px; 
}

a.cal-event:link, a.cal-event:visited {
  color:#333333;
  text-decoration:none; 
  font-size:12px; 
}
a.dayview_times:link, a.dayview_times:visited {
  color:#333333;
  text-decoration:none; 
  font-size:12px; 
}
.cal-body {
  background:#FF0000;
  border:1px solid #CCCCCC;
}
.cal-oldday {
  background:#FF0000;
  border:1px solid #CCCCCC;
}
/* Style for copyright  UKJ */
.copyright {
color: #ECECEC;
font-family: verdana, tahoma, helvetica, arial, sans-serif;
font-size: 10px;
background:#FFFFFF;
padding: 2px 0px 2px 0px;

}
a:link.copyright {
color: #DFDFDF;
font-family: verdana, tahoma, helvetica, arial, sans-serif;
font-size: 10px;
background:#FFFFFF;
padding: 2px 0px 2px 0px;	  		
}
a:hover.hover {
color: #000000;
font-family: verdana, tahoma, helvetica, arial, sans-serif;
font-size: 10px;
background:#FFFFFF;
padding: 2px 0px 2px 0px;	  		
}
a:visited.copyright {
color: #DFDFDF;
font-family: verdana, tahoma, helvetica, arial, sans-serif;
font-size: 10px;
background:#FFFFFF;
padding: 2px 0px 2px 0px;	  		
}
























.blockinfo {
	color: #000000;
	font-size: 10px;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	padding-right:2px;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:2px;
	background-color: #FFFFFF; 
	border:1px solid #9b9b9b;
}
.blocktitle
{
	color: #000000;
	font-size: 10px; font-weight: bold;    
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	background-color: #FFFFFF;
	border-collapse: collapse;
	margin: 0;	margin-bottom: 1em; 
	padding-top:5px;
}
/* ------------------------------------------------------------ */
/* Style Sheet created for the glClub Pluin                     */
/* Creation Date: 02/07/2004                                    */
/* Blaine Lang  -  blaine@portalparts.com                       */
/* ------------------------------------------------------------ */

/* Club Member Plugin */
#plg_table {
    background-color: #EFEFEF;
    font-family: Verdana, Arial; font-size: 10px;
}
#plg_text1 { 
	background-color: #F1EFEB; 
	font-family: Verdana, Arial; 
	font-size: 11px; 
	color: #000000; 
	padding:10 5 px; 
	}
#plg_text2 { 
	background-color: #F4F5F4; 
	font-family: Verdana, Arial; 
	font-size: 11px; 
	color: #333333; 
	font-weight: bold;
	padding: 3 0 3 5px;
	}

#plgAlt1    { background-color: #F4F5F4; }
#plgAlt2    { background-color: #FFFFFF; }
#plgHeading   { background-color: #E1E2E5; 
	font-family: Verdana, Arial; 
	font-size: 12px; 
	color: #333333; 
	padding: 3 0 3 5px;
	}

#navcontainer { }
#navcontainer a { text-decoration: none; }

#navcontainer ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

#navcontainer li { display: inline; }

/*1st level elements*/
#navcontainer ul
{
    border-top: 1px solid #556289;
    border-bottom: 1px solid #556289;
    background-color: #F4F5F4;
    padding: 2px 0;
    margin-bottom: 5px;
}

#navcontainer li { margin: 0 0 0px; }

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited
{
    background-color: #F4F5F4;
    border: 1px solid #556289;
    color: #333333;
    padding: 3px 5px;
}

#navcontainer ul a:hover,
#navcontainer ul a:focus
{
    background-color: #E1E2E5;
    border: 1px solid #556289;
    color: black;
}

/*current Link*/
#navcontainer ul a#current,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited { font-weight: bold; color: black; }

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}
 
#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}
 
#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}

a:link.story-read-more-link {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a:visited.story-read-more-link {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a:hover.story-read-more-link {
  color:#FF0000;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
}
a:active.story-read-more-link {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
}