/* @group Reset */

html, body, fieldset, p, a, div, legend, label,
br, button, textarea, h1, h2, h3, h4, h5, strong {
   margin: 0;
   padding: 0;
   border: 0;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   font-family: Helvetica, Arial, Sans-Serif;
   vertical-align: baseline;
   color: #555555;
   line-height: 15px;
   text-align: left;
}

ul, ol, li  {

   margin: 0;
   padding: 0;
   border: 0;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   font-family: Helvetica, Arial, Sans-Serif;
   vertical-align: baseline;
   color: #555555;
   line-height: 20px;
   text-align: left;

}

a img {
   border: 0;
}

a:link, a:visited {
   text-decoration: underline;
   color: #4C86B3;
}

a:hover, a:active {
   text-decoration: underline;
   color: #1f2126;
}

ul, ol {
   list-style: disc;
   margin-left: 20px;

}



abbr[title], acronym[title], span[title], strong[title] {
   border-bottom: thin dotted;
   cursor: help;
}

acronym:hover, abbr:hover {
   cursor: help;
}

/* @end */


/* tag cloud*/

.tag1 {
   font-size: 12px;
}

.tag2 {
   font-size: 14px;
}

.tag3 {
   font-size: 16px;
}

.tag4 {
   font-size: 20px;
}

.tag5 {
   font-size: 24px;
}

.tag6 {
   font-size: 33px;
}

.tag7 {
   font-size: 41px;
}
/* @group Basics */

body {
   padding-bottom: 6em;
   min-width: 40em; /* for the tabs, mostly */
   background: #eeeeee;
   background:url(../images/freefind-background.jpg) no-repeat fixed;}

.banner {
   background: #2b2b2b;
   height: 58px;
   border: 0px solid #336699;
   margin-bottom: 0px;
}

.banner_container{
   margin: 0 auto;
   width: 920px;
}

.logofreefind {
float: left;
display: block;
background:url(../images/logo_freefind.jpg) no-repeat scroll 0 0;
height: 58px;
width: 366px;
}

.formsearch {
background:transparent url(../images/formsearch.jpg) no-repeat scroll 0 0;
height:78px;
margin-left:1px;
padding-bottom:5px;
position:relative;
width:100%;
}

.searchers  {
   margin-top: 15px;
   padding-top: 10px;
   width: 609px;
   height: 78px;
   float: left;
   padding-left: 20px;
   color: #ffffff;
}

.addyourbusiness  {
   margin-top: 10px;
   margin-right: 10px;
   float: right;
   width: 270px;
   height: 58px;
}

.addbiz {
display: block;
height: 58px;
width: 270px;
background: url(../images/addbiz.jpg) no-repeat scroll 0 0;
}

.addbiz:hover {
   background-position: bottom;
}

.content {
   padding: 7px;

}

.homelist {
   padding: 7px;
   float: left;
   width: 600px;
   border-right: 1px solid #eeeeee;
}

.homeadds   {
   padding: 7px;
   float: right;
   width: 250px;

}

#sponsorlist li {
display:inline;
float:left;
margin:0 0 7px 9px;
}


#sponsorlist {
background-color:#FFFFFF;
list-style-image:none;
list-style-type:none;
margin:0;
padding:0 0 15px;
}

#sponsorlist {
font-size:0.92em;
text-align:center;
}

.clearfix   {
   clear:both;
}

p {
  line-height: 130%;
}

strong {
  font-weight: bold;
}

h2 {
    color: #690;
    font-family:Verdana,Arial,sans-serif;
    background-color: white;
    font-size: 1.3em;
    margin-bottom: 1em;
}

h3 {
    font-family:Verdana,Arial,sans-serif;
    color: #690;
    font-size: 1.1em;
    border-bottom: 1px dotted #aaaa77;
    text-decoration: none;
    margin-top: 1em;
    margin-bottom: 1em;
}

h4 {
    font-family:Verdana,Arial,sans-serif;
    color: #690;
    font-style: italic;
    text-decoration: none;
    font-size: .9em;
    font-weight:600;
    margin-top: 1.5em;
    margin-bottom: .5em;
}

h5,h6 {
    font-family:Verdana,Arial,sans-serif;
    color: #690;
    background-color: white;
    font-weight: normal;
    font-size: small;
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: .7em;
    }

    /* tables in the documentation */

    table {
    }
    td, th{
      padding: 6px;
    }

/* @end */


/* @group Inputs */

div#frontforms input {
    /* default for radio and checkbox. Others will be handled directly */
    background-color: #eeeeee;
}




.notes   {
   color: #336699;
   margin-top: 10px;
   font-weight: bold;
}

p.submit_button input {
   overflow: visible;
   width: auto;
   background: #fff;
  color: #4C86B3;
  padding: 0.3em 0.4em 0.1em 0.3em;
   font-size: 1.2em;
   width: 12em;
   text-align: center;
   border-bottom: 2px solid #444;
   border-right: 2px solid #444;
   border-top: 1px solid #aaa;
   border-left: 1px solid #aaa;
   background: #eee url(../images/grad.png) repeat-x top left;
   cursor: pointer;
}

p.submit_button input:active {
  color: #1f2126;
   border-bottom: 1px solid #aaa;
   border-right: 1px solid #aaa;
   border-top: 2px solid #444;
   border-left: 2px solid #444;
}

label {
   font-size: 0.9em;
   padding-left: .2em;
   padding-right: .2em;
}

.relevance  {
clear:both;
color:#555555;
display:block;
float:left;
font-size:14px;
line-height:32px;
margin:0 0 10px;
padding:0 10px 0 0;
text-align:right;
width:200px;
}

select  {
border:0 none;
color:#697476;
font-size:14px;
height:30px;
padding:3px;
width:230px;
}

.freeinput {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #ACBABD;
float:left;
height:30px;
margin:0 0 10px;
width:230px;
}
.freeput:focus{
border: 1px solid #f7941e;
}


.freebox {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #ACBABD;
float:left;
height:30px;
margin:0 0 10px;
width:30px;
}

.freetext {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #ACBABD;
float:left;
height:100px;
margin:0 0 10px;
width:260px;
}

.freeput {
border:1px solid #FFFFFF;
color:#697476;
float:left;
font-size:14px;
margin:3px 0 3px 3px;
padding:3px;
width:215px;
}


.formhelp {
background:#E0E7EC url(../images/formhelp.gif) no-repeat scroll 10px 0;
border-color:#ACBABD #ACBABD #ACBABD -moz-use-text-color;
border-style:solid solid solid none;
border-width:1px 1px 1px 0;
float:left;
line-height:30px;
margin:0 0 10px;
padding:0 10px 0 30px;
width:180px;
}

textarea {
   width: 210px;
border:1px solid #FFFFFF;
color:#697476;
float:left;
font-size:14px;
margin:3px 0 3px 3px;
padding:3px;
height: 80px;
}

textarea:focus{
border: 1px solid #f7941e;
}

div.options select {
   margin-right: 0.8em;
}

div.options label {
   margin-right: 0.3em;
}


div.options table, div.options tbody, div.options td, div.options th, div.options tr {
   margin: 0;
   padding: 0;
}

div.options table {
   border-collapse: collapse;
}

div.options th, div.options th label {
   font-weight: bold;
}

div.options td, div.options th {
   padding: 0.5em 1.1em 0.5em 0;
   text-align: left;
}

div.options td input {
   margin-right: 0.2em;
}

div.options select {
   width: 100%;
}

div.options table tr.subchoice th {
    padding-left: 3em;
}
tr.subchoice th label {
  padding-left: 0;
}
tr.subchoice th, tr.subchoice th label {
  font-size: 1em;
  font-weight: normal;
}
/* @end */

/* @group Header */

h1 {
   font-weight: bold;
   color: #4C86B3;
   font-size: 18px;
   margin-bottom: 10px;
}

h1#title {
   font-family: "Myriad Web", "Myriad Pro", "Gill Sans", Helvetica, Arial, Sans-Serif;
   float: left;
   background-color: #4C86B3;
   color: #fdfdfd;
   font-size: 1.6em;
   background: url(../images/head-bl.png) bottom left no-repeat;
   padding-bottom: 0.430em;
   border: 0px solid #000000;
   width: 300px;
}
h1#title a, h1#title a img {
background-color: #4C86B3;
}

h1 span {
   border-bottom: 1px solid #5a6b1e;
   border-color: #5a6b1e;
}

h1#title a:link, h1#title a:hover, h1#title a:visited, h1#title a:active {
  color: #fdfdfd !important;
  text-decoration: none;
}

h1#title img {
   vertical-align: middle;
   margin-right: 0.7em;
}



p#tagline {
   font-size: 0.7em;
   padding-top: 5px;
   padding-bottom: 1em;
   letter-spacing: 0.1em;
   line-height: 100% !important;
   color: #D0DCEE;
   background-color: transparent;
}

ul#lang_choice {
   position: absolute;
   top: 0;
   right: 0;
   font-size: 0.7em;
   padding: 0.8em 0;
   margin-right: 3.3em;
}

ul#lang_choice a:link, ul#lang_choice a:visited {
   text-decoration: none;
}

ul#lang_choice a:hover, ul#lang_choice a:active {
   text-decoration: underline;
}

ul#lang_choice li {
   display: inline;
   padding-left: 0.5em;
}

/* @end */

/* @group Tabs */

ul#tabset_tabs {
   height: 1.59em;
}

ul#tabset_tabs li {
   cursor: pointer;
   float: left;
   margin-right: 0.245em;
   background: #DADDE3 url(../images/tab-tl.png) no-repeat top left;
   border-bottom: 1px solid #CBD0DB;
}

ul#tabset_tabs li.selected {
   background: #EAEBEE url(../images/round-tl.png) no-repeat top left;
   border-bottom: 1px solid #EAEBEE;
}

ul#tabset_tabs li.selected a:link, ul#tabset_tabs li.selected a:visited {
   color: #1f2126;
   background: #EAEBEE url(../images/round-tr.png) no-repeat top right;
}

ul#tabset_tabs li span {
   color: #616571;
}

body ul#tabset_tabs li.selected a span {
   color: #3d424f;
}

ul#tabset_tabs li a:link, ul#tabset_tabs li a:visited {
   color: #4C86B3;
   display: block;
   padding: 0.515em 1.3em 0.215em 0.8em;
   background: #DADDE3 url(../images/tab-tr.png) no-repeat top right;
   margin-left: 0.5em;
   font-size: 0.9em;
   font-weight: bold;
   text-decoration: none;
}

ul#tabset_tabs li a:hover, ul#tabset_tabs li a:active {
   color: #1f2126;
}

ul#tabset_tabs li a:hover span, ul#tabset_tabs li a:active span {
   color: #3d424f;
   border: 1px solid #cccccc;
}

ul#tabset_tabs li.selected span {
   color: #5d6371;
}

/* @end */

/* @group Contents */

div#frontforms {
   background: #eee;
   padding: 0 150px;
}

div#fields {
   clear: both;
   background: #ffffff;
   padding: 0.5em 1.3em;
   border: 1px solid #DCDDE0;
   width: 920px;
   margin: 0 auto;
   margin-bottom: 10px;
      filter:alpha(opacity=90);
   -moz-opacity:0.9;
   -khtml-opacity: 0.9;
   opacity: 0.9;

}


fieldset {
   background: #EAEBEE;
}

legend {
   font-size: 1.1em;
   padding: 1em 0 0.23em;
   letter-spacing: 0.06em;
}

legend a:link, legend a:visited, legend a:hover, legend a:active {
   text-decoration: none;
}

legend.toggletext {
   cursor: pointer;
   padding-left: 0.2em;
}
legend.toggletext img {
    padding-bottom: 2px;

}
img.toggled {
padding-bottom: 4px;
}

p.instructions {
   color: #4D525E;
   font-size: 0.80em;
   padding-bottom: 1em;
   padding-top: 0.5em;
}

p.instructions label {
   color: #4D525E;
   padding: 0;
   margin: 0;
   font-size: 1em;
}

div.options {
   padding: 0.7em 0 0.5em 1em;
}

div.options, p.submit_button, p.instructions, p#note {
   border-top: 1px solid #cbcdd5;
   background: #EAEBEE url(../images/double.png) left top repeat-x;
}

p.submit_button {
   padding: 0.6em 0 0;
   margin: 0;
   text-align: center;
}


p#note {
   clear: both;
   color: #4D525E;
   font-size: 0.9em;
   padding: 0.5em 0 0.1em;
}

/* @end */

/* @group Menu */

ul#menutop {
   float: right;
   text-align: center;
   margin: 0em 0px;
   padding: 5px;
   margin-top: 15px;
}

ul#menutop span {
   display: none;
}

ul#menutop a:link, ul#menutop a:visited {
   color: #ffffff;
   text-decoration: none;
}

ul#menutop a:hover, ul#menutop a:active {
   color: #4C86B3;
   text-decoration: underline;
}

ul#menutop li {
   display: inline;
   margin-right: 0.8em;
}

ul#menu {
   text-align: center;
   background: #ffffff url(../images/round-br.png) no-repeat bottom right;
   padding:0.5em 1.3em;
   border: 1px solid #DCDDE0;
   width: 920px;
   margin: 0 auto;
   margin-bottom: 10px;
}

ul#menu span {
   display: none;
}

ul#menu a:link, ul#menu a:visited {
   background: #ffffff;
   color: #4C86B3;
   text-decoration: none;
}

ul#menu a:hover, ul#menu a:active {
   color: #1f2126;
   text-decoration: underline;
}

ul#menu li {
   display: inline;
   margin-right: 0.8em;
}


ul#menu2 {
   text-align: center;
   margin: 0em 0px;
   background: #EAEBEE url(../images/round-br.png) no-repeat bottom right;
   padding: 0.5em 0 0.3em;
   margin-bottom: 20px;
   border-top: 1px solid #DCDDE0;
}

ul#menu2 span {
   display: none;
}

ul#menu2 a:link, ul#menu2 a:visited {
   background: #EAEBEE;
   color: #4C86B3;
   text-decoration: none;
}

ul#menu2 a:hover, ul#menu2 a:active {
   color: #1f2126;
   text-decoration: underline;
}

ul#menu2 li {
   display: inline;
   margin-right: 0.8em;
}


/* @end */

/* @group Footer */

div#footer {
   padding: 0 2em;
}

p#activity_logos {
   float: left;
   padding-right: 2em;
   margin-top: .6em;
}

p#support_logo {
   float: right;
   font-size: 0.8em;
   text-align: center;
   padding-left: 2em;
   padding-top: 1.8em;
   width: 90px;
    height: 100px;
}

p.copyright {
   text-align: center;
   text-transform: uppercase;
   font-size: 12px;
   line-height: 1.4;
   padding: 10px;
}

p.copyright, p.copyright a {
   text-decoration: none;
   color: #7C8395;
}

p.copyright a:link, p.copyright a:visited {
   color: #A3756E;
}

p.copyright a:hover, p.copyright a:active {
   color: #7D4A42;
}

p#version_info {
    font-size:      small;
    text-align: center;
    color: #888;
    background-color: white;
}

/* @end */

/* @group Docs */

div.doc {
  margin: 1em 2em;
   padding: 0.5em 0 0.3em;
}


/* Set line height to 1.4x (from 1.3x on general site) to allow for various inline decoration. */
div.doc p, div.doc li {
  line-height: 150% !important;
}
div.doc p {
  margin-bottom: .7em;
  margin-top: .5em;
}

div.doc p, div.doc dt, div.doc ul, div.doc ol {
    margin-left: 1.5em;
    margin-right: 1.5em;
}

div.doc ul li {
  list-style-type: disc;
  margin-left: 1em;
}

/* documentation - table of contents */
#toc { /* making the toc a bit more compact and standing out */
    font-size: .85em;
    font-weight: bold;
    margin-bottom: 2em;
    margin-left: 3em;
}

div.doc div#toc ol, div.doc ol {
   list-style-type: decimal;
}
div.doc div#toc ol li {
  line-height: 130%;
  font-weight: bold;
}
div.doc div#toc ol li ol {
   list-style-type: lower-alpha;
   font-weight: normal;
   margin-left: 1em;
}
div.doc div#toc ol li ol li ol{
   list-style-type: lower-roman;
}


/* documentation - error explanations */
dl#expl dt code { /* headings for an error */
  white-space: normal;
  font-weight: bold;
}

dl#expl dt {
  border-top: 1px dashed black;
  margin-top: 2em;
  margin-bottom: 1em;
}

div.doc dt {
  margin-top: 1.2em;
  margin-bottom: .2em;
}
div.doc dt, div.doc dt a {
  font-style: italic;
}
div.doc dd {
  margin-right: 0; /* no need for the extra margin if we nicely put the text of the dd in a paragraph */
}
div.doc var { /* headings for an error */
  color: #006;
}

/* A snippet of code used inline. */
div.doc code {
  white-space: normal;
  display: inline;
  padding-left: .2em;
  padding-right: .2em;
  color:      black;
  font-family: Monaco, "Courier New", monospace;
  border: 1px dotted #ccc;
}

div.doc code.block {
  display: block;
  padding: 1em;
  white-space: pre;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right:  3em;
}

div.doc pre {
    margin-left: 5em;
    padding-left: 2em;
    line-height: 150%;
    border-left: 1px solid #690;

}

div.doc code samp {
  font-weight: normal;
  color: black;
  font-style: italic;
}

/* reference tables */

div.doc table {
   border-collapse: collapse;
   border-right: 1px solid #ccc;
}
div.doc table td, .doc table th{
   border-top: 0px solid #ddd;
   border-bottom: 1px solid #ccc;
   border-left: 1px solid #eee;
   padding: 6px;
   border-collapse: collapse;
}
div.doc table th {
   background-color: #eee;
   color: #11111A;
   border-right: 1px solid #ccc;
}

div.doc table {
  margin-top: 1em;
  margin-bottom: .5em;
   border-collapse: collapse;
   border-right: 1px solid #ccc;
}

div.doc td, div.doc th {
   border-top: 0px solid #ddd;
   border-bottom: 1px solid #ccc;
   border-left: 1px solid #eee;
   border-collapse: collapse;

}
div.doc th {
   background-color: #eee;
   color: #11111A;
   border-right: 1px solid #ccc;
}

/* @end */


/* @group home page, news text */

div.intro {
  margin: 1em 2em;
   padding: 0.5em 0 0.3em;
}

div.intro p { margin-bottom: .5em;}

#news dt {
    font-weight: bold;
     margin-top: 1.5em;
     margin-bottom: .3em;
   }

#news dd {
       margin-left: 2.5em;
       margin-right: 1.5em;
   }


/* warning on the home page for test instances */
#test_warning {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 160%;
    text-align: center;
    margin-top: 2em;
   margin-left: 12%;
   margin-right: 12%;
   padding-left: 1.5em;
   padding-right: 1.5em;
   color: black;
   background-color: white;
}

#test_warning img {
    width: 1.3em;
    vertical-align: middle;
}

/* donation and sponsorship program */

div#don_program { border: 1px solid #55b05a; padding: .5em; line-height: 150%; text-align: center; margin-top: .5em; }
div#don_program span#don_program_img {float: left; width: 150px; height: 60px;}
div#don_program span#don_program_img img {vertical-align: middle;}
div#don_program span#don_program_text { }
div#don_program span#don_program_text a {font-weight: bold;}
/* @end */



/*Company details */

.companyheader {
   color: #4C86B3;
   font-weight: bold;
   margin-bottom: 4px;
}

.companyaddress {
   border: 1px solid #cccccc;
   background: #eeeeee;
   padding: 3px;
}


.Mandatory  {
   color: #FC0000;

}


/*User messages, notes and others */

.usernote   {
background:#EDF0B7 none repeat scroll 0 0;
border:1px solid #DBCD66;
width: 97%;
margin: 5px;
margin-bottom: 15px;
padding: 5px;
color: #929641;
font-size: 15px;
}

#help {
}

#tooltip {
background-color:#666666;
border:1px solid #444444;
opacity:0.85;
padding:7px;
position:absolute;
z-index:3000;
width: 500px;
}

.tooltext{
    font-family: Arial;
    color: #ffffff;
    font-size: 1.1em;
    text-decoration: none;
    margin-top: 1em;
    margin-bottom: 1em;
}

.betastage  {
position: relative;
background: url(../images/beta.png) no-repeat;
width: 75px;
float: right;
height: 115px;
margin-right: 50px;
margin-top: -10px;
border: 0px solid #eeeeee;
}

.homeleft   {
border-right: 1px solid #eee;
}



