﻿A:link
{
	color: #000000;
	letter-spacing: 1.5px;
	text-decoration: none;
}

A:visited
{
	color: #000000;
	letter-spacing: 1.5px;
	text-decoration: none;
}

A:active
{
	color: #555555;
	text-decoration: none;
	letter-spacing: 1.5px;
}

A:hover
{
	color: #555555;
	text-decoration: underline;
	letter-spacing: 1.5px;
}


td, form, select, p, ol
{
	font-family: arial,helvetica,serif;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1.5px;
	line-height: 1.5;
}

option, button, textarea, radio, checkbox, select, input
{
	font-family: arial,helvetica,serif;
	font-size: 11px;
	text-decoration: none;
	color: #999999;
	letter-spacing: 1.5px;
	line-height: 1.5;
}


body 
{ 
	margin:0px; font-family:arial,helvetica,serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000; 
	letter-spacing: 1.5px;
	line-height:1.4;
	background-attachment: ; 
	background-repeat: repeat;
	background-image: url(Images/base/bg.jpg);
 }

.divRow
{
    border: lightgrey 1px solid;
}

.divHeader
{
	border: lightgrey 1px solid;
	background-color: #a9a9a9;
}

.divButton
{
    width:100%;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

.divLoading
{
    width: 98%;
    padding: 4px;
    text-align: center;
}


.formTitle
{
	padding: 4px;
	border-left: #f0e68c 4px solid;
	margin-top: 2px;
	margin-bottom: 2px;
}

.formField
{

}

.SelectedItem A:active
{
	color: #696969;
	font-weight: bold;
}

.SelectedItem A:Link
{
	color: #696969;
	font-weight: bold;
}

.SelectedItem A:Visited
{
    color: #696969;
    font-weight: bold;
}

.SelectedItem A:Hover
{
    color: #696969;
    font-weight: bold;
}


.tab .ajax__tab_header
{
    background: url("images/tab/tab-line.gif") repeat-x bottom;
}
.tab .ajax__tab_outer
{
    padding-right: 0px;
    background: url("images/tab/tab-right.gif") no-repeat right;
    height: 21px;
}
.tab .ajax__tab_inner
{
    padding-left: 3px;
    background: url("images/tab/tab-left.gif") no-repeat;
}
.tab .ajax__tab_tab
{
    height: 16px;
    padding: 4px;
    margin: 0;
    background: url("images/tab/tab.gif") repeat-x;
}
.tab .ajax__tab_hover .ajax__tab_outer
{
    background: url("images/tab/tab-hover-right.gif") no-repeat right;
}
.tab .ajax__tab_hover .ajax__tab_inner
{
    background: url("images/tab/tab-hover-left.gif") no-repeat;
}
.tab .ajax__tab_hover .ajax__tab_tab
{
    background: url("images/tab/tab-hover.gif") repeat-x;
}
.tab .ajax__tab_active .ajax__tab_outer
{
    background: url("images/tab/tab-active-right.gif") no-repeat right;
}
.tab .ajax__tab_active .ajax__tab_inner
{
    background: url("images/tab/tab-active-left.gif") no-repeat;
}
.tab .ajax__tab_active .ajax__tab_tab
{
    background: url("images/tab/tab-active.gif") repeat-x;
}
.tab .ajax__tab_body
{
    padding: 0px;
    background-color: #ffffff;
}

