﻿body {
	background-image: url(bg.gif);
    background-repeat: repeat-x;
    background-attachment:fixed;
    background-position: 0px 0px;
    font-family:Tahoma;
    font-size: smaller;
	margin: 0px;
	padding: 0px;
}

A:link      { color: #0072BC; text-decoration:none; }
A:visited 	{ color: #0072BC; text-decoration:none; }
A:active 	{ color: #0072BC;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #0072BC;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #0072BC; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #0072BC; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #0072BC;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #0072BC;  cursor:hand; text-decoration:"underline"; font-weight:bold; }

.style1 { font: .8em Arial, Verdana, Sans-Serif; color: #0072bc; }
.style2 { font: 3em Arial, Verdana, Sans-Serif; color: #0072bc; }
.style3 { font: .8em Arial, Verdana, Sans-Serif; color: #0072bc; font-weight: bold }
.style4 { font: 1em Arial, Verdana, Sans-Serif; color: #0072bc; }
.style5 { color: #0072bc; }

FIELDSET
{
    BORDER: #A4A4A4 0px SOLID;
    DISPLAY: block;
    PADDING: 5px;
    MARGIN: 1em auto 0px;
    LINE-HEIGHT: 1.5em;
    BACKGROUND-COLOR: #E7E7E7;
    vertical-align: top;
}
FIELDSET TABLE TR TD
{
    vertical-align: top;
}
FIELDSET LEGEND
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 130%;
    MARGIN-BOTTOM: 0.5em;
    COLOR: #0072BC;
    BORDER-BOTTOM: #EB151C 6px solid;
}

/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(img/technorati/tab-line.png) repeat-x bottom;
    font-size:12px;
    display:block;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(img/technorati/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(img/technorati/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(img/technorati/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(img/technorati/tab.png) no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:8px;
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}