﻿
body
{
    background-color: #ffffff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a
{
   font-weight:bold;
   text-decoration: none; 
   color:#666666;
}

a:link
{
    font-weight:bold;
    text-decoration: none;
}

a:visited
{
    font-weight:bold;
    text-decoration: none;
}

a:hover
{
    font-weight:bold;
    text-decoration: none;
}

a:active
{
    font-weight:bold;
    text-decoration: none;
}

a.fakelink
{
    font-weight:bold;
    text-decoration: none;
    cursor:pointer;
    color:#666666;
}

a.toplink
{
    font-size: 14px;
    text-decoration: none;
    font-weight:bold;    
}

p, ul
{
    
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-family: Verdana, Helvetica, Sans-Serif;
}


/* TABLE
----------------------------------------------------------*/

table 
{
  border-collapse: collapse;
}

table.bordertable
{
    border-right: dotted 1px #cccccc;
}

table td 
{
   
}

table th.headertitle
{
  text-align: left;  
  position:relative;
  width:100%;
  height:20px;  
}

table th.headersmalltitle
{
  text-align: left;
  font-size: 10px; 
  font-weight:normal;
}

table td.smalltext
{
  font-size: 12px;
}

table th
{
  padding: 6px 5px;
  text-align: right;  
}

tr.traction
{
    background-image:url(/Images/Layout/shadow_top.jpg);
    background-position:top;
    background-repeat:no-repeat;
    height: 30px;
    color:#666666;
}

tr.traction2
{
    background-image:url(/Images/Layout/bgblogaction2.png);
    background-position:top;
    background-repeat:repeat-x;
    height: 10px;
    color:#666666;
}

td.thumbitemcell
{  
    padding: 5px 5px 5px 5px;
    background-color: #ffffff;
}

tr.thumbitemspacer
{
    height:5px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    
}

fieldset p 
{
    
}

fieldset label 
{
    display: inline;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{

}

input
{
    font-weight:bold;
    text-decoration: none;
    font-family: Verdana, Helvetica, Sans-Serif;
    color:#888888;
}

input[type="text"]
{
    width: 95px;    
}

input[type="password"] 
{
    width: 95px;
}

input.linklike
{
    border:0px; 
    font-weight:bold;
    font-size:12px;
    text-decoration: none;
    background-color:Transparent;  
    cursor:pointer;
    color:#666666;
    padding: 0 0 0 0;
}


/* Font & color elements   
----------------------------------------------------------*/

span.title
{
    font-size: 17px;
    color: #555555;
}

span.headertitle
{
    font-size: 14px;
    font-weight: bold;
    color: #555555;
}

span.headersubtitle
{
    font-size: 13px;
    font-weight:bold;
    color:#555555;
}

span.author
{
   font-size: 11px;
   font-weight:bold;
   color:#ff7707; 
}

span.subtitle
{
   font-size: 14px;
   font-weight:bold;
   color:#555555; 
}

span.blogcommentquotetitle
{
   font-size: 10px;
   font-weight:bold;
   color:#555555; 
}

span.thumbtitle
{
    font-size: 14px;
    font-weight:bold;
    color:#ff7707;
}

span.thumbsubtitle
{
    font-size: 12px;
    font-weight:bold;
    color:#ff7707;
}

span.thumbitemtitle
{
    font-size: 11px;
    color:#666666;
}

span.thumbitem
{
    font-size: 11px;
    font-weight:normal;
    color:#000000;
}

