﻿/* DEFAULTS
----------------------------------------------------------*/
html
{
	margin:0;
	padding:0;
	border:0;
    height: 100%;
    font-size: .8em;
    font-family: Verdana, sans-serif;
}

body
{
	margin:0;
	padding:0;
	border:0;
	height:100%;
    font-family: Verdana, sans-serif;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
}

.hide
{
	display:none;
}

tr.spaceOverUnder > td
{
	border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom:8px;
    padding-top:8px;
    font-size:.8em;
}

tr.spaceOverUnder:hover
{
	background-color: #fcddc8;
	cursor: pointer;
}

.RowTableHeader
{
    background-color: #e7e7e7;
}

.RowTableHeader th
{
	padding-top:5px;
	padding-bottom:5px;
}

.RowTableHeader a
{
    color: #000;
    text-decoration: none;
}
.RowTableHeader a:hover
{
    color: #f26422;
    text-decoration: none;
}

ul li
{
padding-top: 5px;
padding-bottom: 5px;
}

.line
{
	background-image: url('../Images/hr.jpg');
	background-repeat:repeat-x;
	background-position:center;
	height:20px;
	*height:auto;
}