﻿/* 0 BASIC TAGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

ul 
{
    margin-bottom: 0;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
	color:#d32525;
	background-color:#d32525;
}

hr.br 
{   
    margin-bottom: 5px;
}


.negativeIndent
{
    text-indent: 0px;    
}

p 
{    
    margin-top: 0;
    font-size: 11px;
    line-height: 15px;
}

h2 {	
	font-size: 18px;
	margin-bottom: 11px;
}

h3 {
	font-size: 15px;
	margin-bottom: 7px;
}

h5 
{
    font-size: 10px;
}

h5.caption 
{
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 15px;
}

h5.alias
{
    font-weight: normal;
    text-align: center;
}

h5.help
{
    font-style:italic;
    color: Red;
    font-weight: normal;
    margin-bottom: 0.5em;
}

h5.postdate
{
    font-weight: normal;
}

h5.quote 
{
    font-weight: normal;
    font-style: italic;
}

hr {
	border: 0;
}

a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

img {
	border-width: 0;
	border: 0;	
	margin: 0;
	padding: 0;
}

.loginAlign
{
    text-align:left;    
}

.formAdvice
{
    margin-bottom: 0.7em;
}

.failure 
{
    color: Red;
    font-style: italic;
}

.crumbs
{	
    text-transform: uppercase;
	font-size: 10px;
	vertical-align: middle;
}

.crumbs a:visited {
	color: #d32525;
}

td.InputLabel
{
    width:110px;    
    text-align:right;
    padding-right:5px;
    color:Blue;    
    white-space:nowrap;
    background-color:#f9f9f9;    
}
td.InputControl
{
    text-align:left;    
    background-color:#f9f9f9;
}
td.InputCommand
{
    white-space: nowrap;
    text-align:right;
}
td.InputData
{
    text-align:left;
}

.inputTag
{
    white-space: nowrap;
    line-height: 15px;
    padding-right: 5px;
}

.forButtons
{
    font-size: 12px;
    line-height: 15px;
}

.extranetCommandPanel { padding:3px; background-color:#f9f9f9; }

.rightPadding 
{
    padding-right: 10px;
}