﻿/* LinkExchange.css
----------------------------------------------- */
#LinkExchange
{
  margin: 0 1em;
}

#LinkExchange a
{
  text-decoration: underline;
}

#LinkExchange h2
{
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 0.3em;
}

.register fieldset
{
  margin: 2em;
}

.register h3
{
  margin: 1em 0.7em 0 0.7em;
}

/* LinkExchangeBreadcrumb
----------------------------------------------- */
#LinkExchangeBreadcrumb
{
  padding: 0 0.4em;
}

#LinkExchangeBreadcrumb a
{
  margin: 0 4px;
}

#LinkExchangeBreadcrumb a.last-child
{
  text-decoration: none;
}

/* LinkExchangeCategories
----------------------------------------------- */
#LinkExchangeCategories
{
  font-size: 1.1em;
  margin: 1em 0;
  overflow: hidden;
  padding: 0.5em 0;
  width: 100%;
}

#LinkExchangeCategories li
{
  display: inline;
  float: left;
  padding: 0 0.5em;
  width: 30%;
}

#LinkExchangeCategories li input
{
  margin-right: 3px;
}

#LinkExchangeCategories li span
{
  margin-left: 8px;
}

/* LinkExchangeLinks
----------------------------------------------- */
#LinkExchangeLinks
{
  margin-top: 2em;
}

#LinkExchangeLinks li
{
  line-height: 1.3em;
  margin-bottom: 1em;
}

#LinkExchangeLinks li input
{
  float: left;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

#LinkExchangeLinks h3
{
  margin-left: 0;
  margin-bottom: 4px;
}

#LinkExchangeLinks li.notapproved
{
  border-width: 2px;
  border-style: solid;
  padding: 0.5em;
}

#LinkExchangeLinks cite
{
}

/* Pager
----------------------------------------------- */
#LinkExchange .Pager
{
  padding: 1em;
  text-align: center;
  text-decoration: none;
}

#LinkExchange .Pager a
{
  text-decoration: none;
}

/* LinkExchangeBecomeAPartner
----------------------------------------------- */
#LinkExchangeBecomeAPartner
{
  margin-top: 1em;
  text-align: center;
}

/* LinkExchangeDisclaimer
----------------------------------------------- */
#LinkExchangeDisclaimer
{
  border-style: solid;
  border-width: 1px;
  font-size: 0.8em;
  margin-top: 2em;
  padding: 0.5em;
}

/* TextCodeLink
----------------------------------------------- */
#LinkExchange .codelink
{
  border-style: solid;
  border-width: 1px;
  margin: 1em 2em;
  padding: 0 1em 1em 1em;
}

#LinkExchange .codelink textarea
{
  font-size: 1.1em;
  padding: 2px;
  width: 100%;
}

#LinkExchange .codelink p
{
  margin: 0.5em 0;
  padding: 0;
}