/* $Id: warbook.css,v 1.5 2008/01/22 15:39:14 altblue Exp $
 *
 * Copyright 2006, 2007 Marius Feraru <altblue@n0i.net>
 * All rights reserved.
 *
 * This file is part of WBx (Warbook Enhancer)
 *
 * WBx is free software: you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU General Public License for more details:
 * <http://www.gnu.org/licenses/>
 *
 */

#menu {
    position: absolute;
    top: 70px;
    left: 12px;
	background: #363636 url(http://67.202.24.111/images/box.png) repeat-x;
	display: table-row;
}

#menu a {
    display: table-cell;
    padding: 2px 17px;
    border: 1px solid #666;
    text-decoration: none;
	background: #363636 url(http://67.202.24.111/images/box.png) repeat-x;
}
#menu a:hover {
    border-color: #fff;
}

#search-results {
    background-color: #333;
	border: 1px solid #707070;
    padding: 2px;
    border-spacing: 1px;
    width: 100%;
}
#search-results thead, #search-results tfoot {
    background-color: #111;
}
#search-results tbody {
    border-top: 1px solid #666;
    border-bottom: 1px solid #888;
}
#search-results tbody tr {
    padding: 4px;
}
#search-results tbody tr.odd   {background-color: #222;}
#search-results tbody tr.even  {background-color: #333;}
#search-results tbody tr.error {background-color: #633;}

#srType, #srLevel, #srAcres, #srAlert, #srResources
{width: 1em;}

#search-results td {
    white-space: pre;
    padding: 2px .5em;
}

a.alliance {color: magenta;}

form {display: block; clear: both;}

#search-status {
    font-size: small;
    color: #ccc;
}

#search-controls {
    padding-right: 1em;
}
#search-controls a {
    font-weight: normal;
    color: #ccf;
    background-color: inherit;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
#search-controls a:hover {color: #f63;}

#home {
	top:116px;
	left:10px;
}
#content_box {
	width:610px;
	left:10px;
}
#main_content {
	background-repeat: repeat-x;
}

#messages .lost {
    margin: .5em 2em;
    padding-bottom: .5em;
    border-bottom: 1px dotted #666;
}
#messages .lost b {
    color: red;
    font-size: larger;
}

.profile {
    margin: 0 auto 20px;
}

.profile_info .secondary {
    width: 400px;
}
.profile_info .info_data.secondary {
    left: 300px;
    text-align: left;
}
