/*
** (C) Martin Pot  http://martybugs.net
*/

a { color: #0000FF; }
a:visited { color: #000099; }
a:active, a:hover, a:focus  
{ 
  color: #FF0000; 
  text-decoration:underline; 
}

.main 
{
  font-size: 9pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  line-height: 1.3;
}

.code
{
  font-family: 'Courier New', Arial, sans-serif;
  color: #0000FF;
}

.codeblock
{
  font-family: 'Courier New', Arial, sans-serif;
  color: #0000FF;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.indentprop
{
  font-size: 9pt;
  font-family: 'Courier New', Arial, sans-serif;
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.small
{
  font-size: 8pt;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

.caption
{
  font-size: 9pt;
  text-decoration: none;
  font-style: italic;
}

.heading
{
  font-size: 15pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
}

.subheading
{
  font-size: 13pt;
  font-family: Sans-Serif, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
}

.boxheading
{
  font-family: Verdana, Sans-Serif, Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: 600;
  color: #FFFFFF;
}
.boxheading a:link, .boxheading a:visited, .boxheading a:active
{ 
  color: #DDDDDD; 
  text-decoration:none; 
}
.boxheading a:hover, .boxheading a:focus
{ 
  color: #FF0000; 
  text-decoration:underline; 
}

.box 
{
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 9pt;
  color: #000000;
}
.box a:link    { color: #444444; }
.box a:visited { color: #222222; }
.box a:active, .box a:hover, .box a:focus  
{ 
  color: #FF0000; 
}

.foottext
{
  font-family: Tahoma,Verdana,Helvetica; 
  font-size: 8pt; 
  color: #505050;
}
.foottext a:link, .foottext a:visited
{ 
  color: #505050; 
  text-decoration: none; 
}
.foottext a:active, .foottext a:hover, .foottext a:focus  
{ 
  color: #FF0000; 
  text-decoration: none; 
}

.lastupdate
{
  font-size: 7pt;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.error
{
  color: #FF0000;
}

.success
{
  color: #0000FF;
}

.formtext
{ 
  font-family: Verdana,Tahoma,Arial; 
  font-size: 10pt; 
}

@media print
{
  .noprint
  {
      display: none;
  } 
}

.celldate 
{ 
  background: #DDDDDD; 
  text-align: right; 
  vertical-align: top; 
}
.cellcontent 
{ 
  background: #DDDDDD; 
  vertical-align: top; 
}

.inline-ad-block
{
	width: 200px; 
	float: right; 
	padding: 2px 10px 10px 10px; 
	margin: 15px 5px 15px 15px; 
	background-color: #CCCCCC;
}
.inline-ad-block-header
{
	color: #999999;
	font-style: normal;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 6px;
}
.column-ad-block
{
	width: 115px; 
	padding: 0px 5px 6px 5px;
	margin: 6px 0px 0px 0px;
	background-color: #CCCCCC;
	text-align: left; 
	font-family: Verdana,Tahoma,Arial;
	font-size: 9pt;
}

/* from http://www.google.com/cse/api/branding.css for google custom search */
.cse-branding-bottom,
.cse-branding-right {
margin:0;
padding:0
}
.cse-branding-bottom,
.cse-branding-right {
zoom: 1;
}
.cse-branding-bottom:after,
.cse-branding-right:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden
}
.cse-branding-text { 
font: 10px Arial;
}
.cse-branding-form form {
margin-bottom: 0;
padding-bottom: 0;
}
/* Bottom-specific selectors */
.cse-branding-bottom .cse-branding-logo, 
.cse-branding-bottom .cse-branding-text {
display: block; 
float: left
}
.cse-branding-bottom .cse-branding-form {
margin-bottom: 3px;
}
.cse-branding-bottom .cse-branding-logo {
padding: 0
}
.cse-branding-bottom .cse-branding-text {
padding-top: 4px
}
.cse-branding-right .cse-branding-form {
float: left;
}
/* Right-specific selectors */
.cse-branding-right .cse-branding-logo, 
.cse-branding-right .cse-branding-text {
margin-left: 4px;
}
.cse-branding-right .cse-branding-form {
float: left;
margin-right: 4px;
}
.cse-branding-right .cse-branding-logo {
padding: 0
}
.cse-branding-right .cse-branding-text {
margin-top: -4px
}