/* classifieds.css - copyright Jake Laack - ekaj@spolem.net */
@import url("normal.css");

div.Classifieds {
 margin-top: 1em;
 border-left: solid 5px #99aaca;
 padding: 0 1em 0.5em 1em;
}

table.Items {
 margin-top: 0.5em;
 width: 99%;
}

table.Items td {
 padding: 0.3em 1em 0.3em 0.3em;
 border-bottom: 1px solid #DDD;
}

table.Items th {
 text-align: left;
 border-bottom: 1px solid #666;
 padding: 0.3em 1em 0.3em 0.3em;
}

table.Items tr.Unpublished, h3.Unpublished {
 background-color: #f0f0f0;
}

table.Items tr.MembersOnly, h3.MembersOnly {
 background-color: #edffea;
}

table.ItemNavigation {
 width: 99%;
 margin-top: 1em;
}

table.ItemNavigation td {
 background-color: #f0f0f0;
 padding: 0.1em 1em 0.1em 1em;
}

table.ItemNavigation td.ItemNavNewItem {
 white-space: nowrap;
 border-right: 1px solid gray;
 text-align: center;
}

table.ItemNavigation td.ItemNavPrevious {
 text-align: left;
 white-space: nowrap;
}

table.ItemNavigation td.ItemNavPages {
 text-align: center;
}

table.ItemNavigation td.ItemNavNext {
 text-align: right;
 white-space: nowrap;
}

table.ItemNavigation td.ItemNavCategory {
 white-space: nowrap;
 border-right: 1px solid gray;
 text-align: center;
}

table.ItemNavigation td.ItemNavCategory form {
 margin: 0px;
 padding: 0px;
}

table.ItemNavigation td.ItemNavCategory form input {
 padding: 0px;
}

table.ItemNavigation td.ItemNavCategory form * {
 vertical-align: middle;
}

div.ClassifiedItem {
 margin-top: 1em;
 border: 2px dashed #d7d7d7;
 padding: 0.5em 1em 0.5em 1em;
}

div.ClassifiedItem h3 {
 margin-bottom: 0.5em;
}

div.ClassifiedItem div.Photo img{
 border: 2px solid black;
}

table.Info th, table.Info td {
 padding: 0.5em 1em 0.5em 1em;
 border-bottom: 1px solid #DDD;
 vertical-align: top;
}

table.Info th {
 text-align: right;
}

ul.CategoryMode {
 list-style-type: none;
 padding-left: 10px;
}

ul.CategoryMode li {
 font-size: 1.5em;
}

ul.CategoryList li {
 font-size: 0.8em;
}

ul.CategoryList li.MembersOnly a {
 color: #1c6f36;
}