a
{
  text-decoration: none;
  color: white;  
}
a:hover
{
  color: #CCC;
}
a img
{
  border: none;
} 
a.grey
{
  color: #797979;
}
a.grey:hover
{
  color: black;
}
.alert
{
  font-size: 11px;
  color: black;
}
body
{
  margin: 0px;
  text-align: center;
  background-color: #CCC;
  font-size: 12px;
  font-family: sans-serif;
  color: white;
}
.border, .border_light
{
  border: 2px solid #797979;
  background-color: #DDD;
  margin-bottom: 3px;
}
.border_light
{
  outline: 2px solid white; 
}
.black
{
  color: #000;
  width: 280px;
  font-size: 9px;
  font-style: italic;
  text-align: center;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
}
#container
{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#footer
{
  clear: right;
  background: url(images/foot.png) no-repeat;
  background-position: top center;
  text-align: center;
  padding-top: 40px;
  color: #797979;
  font-size: 11px;
}
h3
{
  text-align: justify;
}
#header
{
  background: url(images/head.png) no-repeat;
  background-position: top center;
  text-align: center;
}
img
{
  vertical-align: text-bottom;
}
.image_box
{
  width: 350px;
  border: 2px solid #797979;
  background-color: #CCC;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.info
{
  font-size: 11px;
  color: #CCC;
  font-style: italic;
  padding-top: 5px;
  padding-bottom: 5px;
}
.input_box
{
  width: 400px;
  border: dotted 1px white;
  background-color: #8a92b3;
  color: white;
}
.option_bar
{
  font-weight: bolder;
  text-align: center;
  padding: 5px 0px 10px 0px;
}
#content
{
  background: url(images/background.png) repeat-y;
  background-position: top center;
  padding: 0px 50px; 
}
.list
{
  display: list-item;
  list-style-position: inside;
}
.link_box
{
  width: 300px;
  background-color: #CCC;
  border: dotted 1px white;
  color: black;
  font-family: courier;
}
.pic_info
{
  width: 300px;
  float: right;
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0px 5px;
  border: dotted 1px white;
  font-style: italic;
}
#page_content
{
  background: url(images/robot_back.png) no-repeat;
  background-position: top center;
}
.pagelink
{

}
.pagelink_selected
{
  text-decoration: underline;
}
.page_nos
{
  clear: right;
  text-align: center;
}
.page_title
{
  margin-bottom: 10px;
}
.right
{
  float: right;
}
.tags
{
  clear: right;
  text-align: center;
  margin-bottom: 10px;
}
.thumbnail
{
  display: inline;
  padding-right: 1px;
}
#thumnail_container
{
 text-align: center;
}
.title
{
  font-size: 14px;
  font-weight: bolder;
  padding-top: 10px;
  padding-bottom: 10px;
}
