
a:link, a:visited
{ 
}

body {
  margin: 0;
  padding: 0;
  font-size: 95%;

  min-width: 280px;
}
#container {
  padding-right: 250px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}


#header {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
#center {
  width: 100%;

  margin-left: 15px; /* ??? IE doubles the number! */
  /* http://www.positioniseverything.net/explorer/doubled-margin.html */
  display: inline; /* IE double margin-left FIX */

}

#centerbody {
  background-color: #eee;
  padding: 10px;
}

#right {
  width: 205px;          /* 250 - 3 * 15 */
  margin-right: -250px;  /* RC width */

  margin-left: 15px;
}
#footer {
  clear: both;
}


#hotlink {
  margin-bottom: 1px;
}
#hotlinkimage {
  float: left;
  margin-right: 5px;
/*display: none;*/
}
#hotsource {
  font-size: 0.8em;
  color: #4a4
}
#header {
}
#title {
  padding: 5px;
  background-color: #aaf;
  font-size: 3.0em;
  font-weight: bold;
}

 


div #rightsub {
  width: 205px;          /* 250 - 3 * 15 ; VJ: width copied from #right*/
  background-color: #eee;
  margin-bottom: 20px;
}

#rightsubH1   { 
  font-size: 1.3em; 
  background-color: #aaf; 
}
#rightsubH2   { 
  font-size: 1.1em;
}

#rightsubBody, #recentMoreContainer {
/*  font-family: arial; */
  margin-bottom: 0;
  background-color: #eee;
}

#rightstatsBody {
  margin-bottom: 0;
  background-color: #eee;
}

#recentlink {
  margin-top: 8px;
  font-size: 0.9em
}

#recentSource {
  font-size: 0.8em;
}

#recentMore { 
  text-decoration: underline; 
  color: blue;
  cursor:pointer;
}




input, textarea, option,select  {
  background : #ddf none;
  color : black;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  padding : 1ex;
/*  border: none;*/
}	

.bodypad
{ 
  padding: 0 15px 0 15px;
}

.user {
  color: #22f; font-weight: bold;
  font-size : 1.5em; 
  background-color: #ffc;
}


.vjform {
  background-color: #eee;
  padding: 15px
}


.description-toggle {
  font-size: small;
}

.description-body {
  font-size: small;
  font-family: Arial;
  visibility: hidden; 
  height: 0px;
}


