﻿body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}
    
.fade
{
	background-image: url('../images/bodyback.gif');
	background-position: center top;
	background-repeat:repeat-x;
}

.textboxdiv
{
 	 background-image: url(../images/search_back_grey.gif); /*Here we load the background image */
	 background-position: center center;
	 background-repeat: no-repeat;
	 height: 24px;
	 width: 150px;
}
.textlarger
{
	font-size: 14px;
}
.textbox {
	 margin: 2px 2px 2px 2px;
	 padding-left: 3px;
	 border-style: none; /*we do not need any border*/	 
	 border: 0px;
	width: 142px;
	height: 16px; 
	font-family: Verdana;
	font-size: 0.9em;
	font-style: italic;
	color: #c8c8c8;

}

.lang
{
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
}

.langselected
{
	font-size: 0.9em;
	color: #c8c8c8;
	text-decoration: none;
}

.reversefade
{
	background-image: url('../images/bodyback_rev.gif');
	background-position: center bottom;
	background-repeat:repeat-x;
}

#maxx{min-height: 100%; _height: 100%;}

#footermargin{height:192px; clear: both;}

#footer{height:192px; margin-top: -192px;}

td 
{
	font-family: Verdana;
	font-size: 0.9em;
}

.contactname
{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.contactsize
{
	font-weight:normal;
	font-size: 11px;
}

a.caplink:hover
{
	color: #5876d8;
	font-size: 10px;
	font-family: Verdana;
	text-align: left;
	
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	text-decoration: none;
}

a.caplink, a.caplink:visited, a.caplink:active
{
	color: #5876d8;
	font-size: 10px;
	font-family: Verdana;
	text-align: left;
	text-decoration: none;	
}



SELECT
{
	font-family: Trebuchet MS;
	font-size: 0.8em;	
}

.tdlist
{
	font-size: 0.7em;
	text-align: left;
}


.tdlabel
{
	font-size: 0.6em;
	text-align: left;
}

.smallheader
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;	
	
}

INPUT
{
	font-family: Verdana;
}