body
{
  background-color: #ffffff;
  font-family: Verdana, Arial;
  font-size: 12px;
  margin: 0px;
}

a img
{
  border: 0px;
}

form
{
  margin: 0px;
  padding: 0px;
}

input
{
  font-size: 8pt;
  border: 1px solid #bbbbbb;
}

a, a:visited, a:active
{
  color: #165688;
  text-decoration: none;
  cursor: pointer;
}

a:hover
{
  color: #0090ff;
  text-decoration: underline;
  cursor: pointer;
}

p
{
  margin: 0px;
  margin-top: 10px;
}

/* Useful Classes */
.clear
{
  clear:both;
}

.clearleft
{
  clear: left;
}

.clearright
{
  clear: right;
}

.left
{
  float: left;
}

.right
{
  float: right;
}

.center
{
  text-align: center;
}

.righttext
{
  text-align: right;
}

.lefttext
{
  text-align: left;
}

.large
{
  font-size: 16pt;
}

.error
{
  color: #FF0000;
}

.loading
{
  text-align: center;
}

/* Site CSS */

#header
{
  position: fixed; 
  top: 0px;
  width: 100%;
  height: 23px;
  background-color: #171243;
  border-bottom: 1px solid #ffffff;
  padding: 3px;
}

#logo
{
  float: left;
  height: 22px;
  width: 217px;
  background-image: url('/images/logo.png');
  background-repeat: no-repeat;
}

#logo a
{
  display: block;
  height: 100%;
}

#logo span
{
  display: none;
}

#quicksearch
{
  float: left;
  margin-left: 40px;
  margin-top: 3px;
}

#quicklinks
{
  float: right;
  color: #ffffff;
  padding: 3px;
}

#quicklinks a
{
  color: #ffffff;
}

#content
{

}

#infocol
{
  background-color: #3f4d64;
  width: 160px;
  color: #ffffff;
  padding: 10px;  
  position: fixed;
  top: 30px;
  bottom: 0px;
  overflow: hidden;
}

ul#subscriptionlist
{
  margin: 0px;
  padding: 0px;
}

#subscriptionlist li
{
  list-style-type: none;
  padding: 5px;
}

#subscriptionlist li.selected
{
  color: #3f4d64;
  background-color: #ffffff;
}


#mainarea
{
  margin-top: 30px;
  margin-left: 180px;
  color: #4c4545;
  padding: 15px;
}

#articlelist ul
{
  margin: 0px;
  padding: 0px;
}

#articlelist li
{
  list-style-type: none;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 15px;
}

#articlelist li:hover
{
  background-color: #f9f9f9;
}

#articlelist h2
{
  text-align: left ;
}

#articlelist p.info
{
  clear: right;
}

#loadMore
{
  width: 100%;
  border: 1px solid #165688;
  background-color: #B3D1E8;
  color: #165688;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}

#footer
{
  position: absolute;
  color: #29a2ff;
  height: 20px;
  padding-top: 5px;
  text-align: center;
  width: 100%
}

#footer a
{
  color: #85caff;
}

.selected
{
  background-color: #29a2ff;
}

