﻿/* 
##########################################################################
Fischer, v1.0
Locator 
*/

#locator
{
    padding-top: 5px;
}

#locator a
{
    text-decoration: none;
    color: #0066CC;
}


/* 
##########################################################################
Fischer, v1.0
Footerdefinition 
*/

.FooterTable
{
    color: #FFFFFF;
}

.FooterTable TD
{
    width: 120px; 
    }

.FooterTable TD a
{
    text-decoration: none;
    color: #FFFFFF;
}

.FooterTable TD a:visited
{    
    text-decoration: none;    
    color: #FFFFFF;
    }
 
.FooterTable TD a:hover
{
    text-decoration: underline;
    color: #FFFFFF;
}

/* 
##########################################################################
Fischer, v1.0
Image_Content; Content_Image 
*/

.floatingelement li
{
	list-style-position: inside;
	display: inline-block;
}

.image_left
{
	float: left;
	padding-right: 5px;
	padding-left: 0;
	padding-bottom: 5px;
	padding-top: 0;
}

.image_right
{
	float: right;
	padding-right: 0;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 0;
}

/* 
##########################################################################
Fischer, v1.0
Searchcontrol 
*/

.SearchControlTable
{
    height: 100%;
    width: 100%;
    }

.SearchControlTable TD
{
    width: 33%;
    color: #FFFFFF;   
    }

.SearchInput
{
    font-size: 11px;
    height: 16px;
    width: 250px;
    text-align: left;
    vertical-align: middle;
}

/* 
##########################################################################
Fischer,v1.0

FirstNavigation Control 
*/

.FirstNavigationTable
{
    height: 100%;
    width: 100%;
}

.FirstNavigationTD_InActive
{
    width: 100px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #dededc;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
 
.FirstNavigationTD_Active
{
    background-image: url(../Images/Controls/SearchL/BGSearch.jpg);
    width: 100px;
    text-align: center;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #dededc;
    border-left-color: #dededc;
    padding-left: 5px;
    padding-right: 5px;
}
        
.FirstNavigationLink_InActive
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}    

.FirstNavigationLink_Active
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
 
}