	
body {
   background: #ffffff;
}
/*
body,td,th{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #000000;
}
#content{
padding: 10px;
}
td#status
{
   text-align: right;
   padding: 0 5px 0 5px;
}

a:link {
   color: #042A4F;
   text-decoration: underline;}
a:visited {
   color: #042A4F;
   text-decoration: underline;
}
a:hover {
   color: #b20000;
   text-decoration: none;
}
a:active {
   color: #042A4F;
   text-decoration: underline;
}

textarea, select {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
} 
.button
{
   width: 75px;
   height: 23px;
   vertical-align: middle;
   margin: 0;
   padding: 0;
   font-size: 1em;
   font-family: Verdana;
}

input
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;

}
input.submit{
   width: 75px;
   height: 23px;
   vertical-align: middle;
   margin: 0;
   padding: 0;
}
*/

/*HEADER + MENU*/

/*
td#topbar
{
   background-image: url(../images/search/statusbar.gif);
   background-color: #888;
   height: 23px;
   padding: 0 5px 0 5px;
   color: #ffffff;
}
td#topbar a:link
{
   color: #ffffff;
}
td#topbar a:visited
{
   color: #ffffff;
}
td#topbar a:hover
{
   color: #ffffff;
   text-decoration: none;
}
td#topbar div{
   display: inline;
}
td#topbar div#date{
   position: absolute; right: 0px;
   margin-right: 5px;
}
#firstmenu{
   height: 25px;
   background-image: url(../images/search/nav_main_active.gif);
   background-color: #CAD2EA;
   background-repeat: repeat-x;
}
#secondmenu{
   height: 25px;
   background-image: url(../images/search/navbar.gif);
   background-color: #EEECDC;
   background-repeat: repeat-x;
}

.nav td{
   white-space: nowrap;
   vertical-align:top;

}
.nav td a {
   display: block;
   white-space: nowrap;
   padding: 4px 10px 4px 10px;
   border-top: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
   border-left: 1px solid #FFFFFF;
   border-top-style: none;
   border-bottom-style: none;
   border-left-style: none;
}
.nav td a:link{
   color: #000000;

   text-decoration: none;
}
.nav td a:visited {
   color: #000000;

   text-decoration: none;
}
.nav td a:hover {
   color: #000000;
   text-decoration: none;
   border-bottom-width: 2px;  
   border-bottom-color: #FF9900; 
   border-bottom-style: solid;
}  
.nav td a:active {
   color: #000000;
   text-decoration: none;
}
#submenu div
{
   display: none;
}
.navactive
{
   background-image: url(../images/search/navbar.gif);
   background-color: #EEECDC;
   background-repeat: repeat-x;
}
.navsubactive
{
   background-image: url(../images/search/nav_sub_active.gif);
   background-color: #DAD7BD;
   background-repeat: repeat-x;
}
*/


/*GLOBAL TABLES*/

/*
.whitetable .head
{
   border: 1px solid #DEDEDE;
   border-bottom: none;
   background-color: #FDFDFD;
   background-image: url(../images/accounts/bg01.gif);
   background-repeat: repeat-x;
   width: 1%;
   white-space: nowrap;
   padding: 5px;
   color: #B20000;
   font-weight: bold;

}
a.header:link, a.header:visited
{
   color: #B20000;
   font-weight: bold;

}
.whitetable .content
{
   border-bottom: 1px solid #757575;
   border-right: 1px solid #000000;
   border-top: 1px solid #DEDEDE;
   border-left: 1px solid #DEDEDE;
   background-color: #FDFDFD;
   background-image: url(../images/accounts/bg01.gif);
   background-repeat: repeat-x;
   background-position: bottom;
   padding: 10px;
}

.darktable .head
{
   border: 1px solid #DEDEDE;
   border-bottom: none;
   background-color: #F3F6F3;
   width: 1%;
   white-space: nowrap;
   padding: 5px;
   color: #B20000;
   font-weight: bold;

}
.darktable td.content
{
   border-bottom: 1px solid #757575;
   border-right: 1px solid #757575;
   border-top: 1px solid #DEDEDE;
   border-left: 1px solid #DEDEDE;
   background-color: #F3F6F3;
   background-image: url(../images/accounts/bg01.gif);
   background-repeat: repeat-x;
   background-position: bottom;
   padding: 10px;
}
.tablehead
{
   background-image: url(../images/accounts/bg01.gif);
   background-repeat: repeat-x;
   height: 23px;
}
.tableheadYel
{
   background-image: url(../images/search/table_header_list_yellow.gif);
   background-repeat: repeat-x;
   height: 23px;
}
.tableheadBl
{
   background-image: url(../images/search/table_header_list_blue.gif);
   background-repeat: repeat-x;
   height: 23px;
}
.tableheadVi
{
   background-image: url(../images/search/table_header_list_violet.gif);
   background-repeat: repeat-x;
   height: 23px;
}

div.toolbar
{
   background-image: url(../images/search/tool_bar.gif);
   background-repeat: repeat-x;
   border: 1px solid #92A1D3;
   margin-bottom: 10px;
   padding-right: 5px;
   width: 99.9%;
}
div.toolbar table
{
   height: 30;
}

div.toolbar table TR TD
{
   padding-left: 5px;

}
#progressbar
{
   text-align: right;
}

#progressbar strong
{

}
#progressbar div
{
   display: inline;
   border: 1px solid #7083C5;
   padding: 0 2 0 2;
}
#progressbar div.active
{
   display: inline;
   background-color: #3C6ED5;
   border: none;
   color: #FFF;
}
#help{
   margin-top:4px;
   text-align: right;
   display: none;
}
.noline{
   text-decoration: none;
}
a.noline:link, a.noline:visited {
   text-decoration: none;
}
tr.disabled td.f1{
background-color: #EBEDF7;
}
tr.disabled td.f2{
background-color: #FFFFFF;
}
tr.enabled td{
background-color: #FFFAC6;
}

#parameters, #parameters * {
border: 1px #000 solid;
border-collapse: collapse;
background-color: #F3F6F3;
}

#tracking {
   border: 1px #000 solid;
   width: 100%;
   height: 70px;
   background-color: #F3F6F3;
}
.toolbarSet{
   width: 24px;
   height: 24px;
   background: #6378A8;
   background-image: url('../images/search/toolbar_n.gif');
}
.toolbarSet tr td {
   font: bold 14px Verdana;
   color: #FFFFFF;
   text-align: center;
   padding: 0 0 0 0;

}
.searchengines td {
   padding-right: 5px;
}




*/




/* --------------------------- */

body, table, td, div {
    background-color; white;
    font-family: tahoma, verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: black
}

a:link {
    color: #0000cc;    
}

div.listing {
    padding-bottom: 1.4em;
    margin-bottom: 1.25em;
    border-bottom: dashed 1px #80bfff;
}

div.listing_title a:link
{
    font-size: 15px;
    color: #0000cc;
	
	font-weight: 600;
}

div.listing_title a:visited
{
    font-size: 16px;
    color: #6666cc;
}

div.listing_descr {
    padding-right: 20px;
}

div.listing_url, 
span.listing_url{
    font-size: inherit;
    color: #008800;
	font-weight: bold;
}

div.listing_meta,
span.listing_meta{
    font-size: inherit;
    color: #95b5d6;
    /* text-transform: lowercase; */
}

div.section_title {
    font-size: 16px;
    font-weight: bold;
    color: #004d8c;
}    
a.section_title,
a.section_title:link,
a.section_title:hover,
a.section_title:visited {
    font-size: 16px;
    font-weight: bold;
    color: #004d8c;
	text-decoration: none;
}    

.copy {
    text-align: center;
    font-family: tahoma, verdana, sans-serif;
    font-size: 11px;
    margin-top: 1em;
    margin-bottom: 1em;
	
		
	border-top:1px solid #004d8c;
}

div.splug_list {
    margin: 8px 0 10px 10px;
/*    font-family: arial narrow, helvetica, tahoma, verdana, sans-serif; */
}

div.splug_list input {
    vertical-align: text-bottom;
}
.bgwight{
	background-color: #ffffff;
}

.pulldownmenu {
    border: 0;
    padding: 1px 0 1px 2px;
}

