td, input, textarea, select, option
{
font-family: 'Trebuchet MS';
font-size: 8pt;
color: #333333;
}

body
{
font-family: 'Trebuchet MS';
font-size: 8pt;
background: url('../images/bg-site.png');
background-repeat: repeat-x;
margin: 0px;
}

html, body
{
height: 101%;
}

input.field
{
background-color:#FFF;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #DBDBDB;
height: 20px;

}

input.field_error
{
background-color:#FFF;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #FF0000;
height: 20px;
}

textarea.field
{
background-color:#FFF;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #DBDBDB;
}


textarea.field_error
{
background-color:#FFF;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #FF0000;
}

a:link
{
color: #666666;
text-decoration: none;
}

a:active
{
color: #666666;
text-decoration: none;
}

a:visited
{
color: #666666;
text-decoration: none;
}

a:hover
{
color: #222222;
text-decoration: none;
}

td.menu_tab
{
	background-position: top right;
	height: 35px;

}

td.menu_tab_h
{
background: url('../images/menu_fh.png');
background-repeat: repeat-x;
background-position: top right;
height: 35px;

}

td.menu_tab_e
{
background: url('../images/menu_e.png');
background-repeat: repeat-x;
background-position: top right;
height: 35px;
}

td.menu_tab_eh
{
	background-position: top right;
	height: 35px;
}

td.footer {}

table.errors
{
background: url('../images/bg_errors.png') repeat-y;
}


#searchwrapper
{
width:338px;
height:36px;
background-image:url('../images/searchBar.png');
background-repeat:no-repeat;
padding:0px;
margin:0px;
position:relative; /*important*/
}
 
#searchwrapper form
{
display:inline;
}
 
.searchbox
{
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:9px;
width:256px;
height:28px;
}
 
.searchbox_submit
{
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:0px;
right:0px;
bottom:0px;
width:35px;
height:36px;
}

table.sage, td.sage
{
background: url('../images/sage_bg.png') no-repeat;
background-position: top right;
background-color: transparent;
}

td.newsletter_td
{
background: url('../images/top-newsletter.png') no-repeat;
background-position: top left;
width: 364px;
height: 112 px;
}

td.client_td
{
background: url('../images/top-client.png') no-repeat;
background-position: top right;
}
