
/* For : SoldierNet site only. See app.css for styles common to both admin and app*/

/* form classes */

form {
    margin-bottom: 0px;
}

input, textarea, select {
    border-style: solid;
    border-width: 1px;
    border-color: #aaaaaa;
    font-size: 11px;
}


.no-border {
    border-style: solid;
    border-width: 0px;
    font-size: 11px;
}

/* page default settings */

body, td, th {
    font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
    color: #3a4454;
    font-size: 11px;
    line-height: 1.5em;
}

body {
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    background-color: #a5a5a5;
}
body.popup {
    background-color: #ffffff;
}
    
#page,
#popup {
    margin: 0 auto;
    padding: 0px;
    background-color: #ffffff;
}
#page{
    width: 780px;
    min-height: 580px;
    height: auto !important;
    height: 580px;
    text-align: left;
}

/* The following 2 styles are repeated in admin.css */
#content {
    margin-left: 220px;
    padding-top: 10px;
    min-height: 580px;
}

#shadow {
    background-image: url("/app/images/shadow.jpg");
    background-repeat : repeat-x;
    background-position: top;
    border-left : #fff 1px solid;
}

#innercontent {
    width: 512px;
}

#prefooot {
    clear: both;
}

#footer {
    margin: 0 auto;
    width: 780px;
    bottom: 0;
    height: 45px;    
    background-color: #cdcdcd;    
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
    color: #664e0e;        
}


li {
    list-style-image: url("/app/images/bullet.gif");
}

img {
    border-style: none;
}

/* images */

#header {
    background-image: url("/app/images/header.jpg");
    background-repeat : no-repeat;
    height: 211px;
}

#headerPopup {
    background-image: url("/app/images/headerPopup.jpg");
    background-repeat : no-repeat;
}

.box-tile {
background-image: url("/app/images/box-tile.jpg");
background-repeat : repeat-y;
}

.box-right {
background-image: url("/app/images/box-right.jpg");
background-repeat : no-repeat;
background-position: top;
padding-top: 30px;
}

.h-line {
    background-image: url("/app/images/gray.jpg");
    background-repeat : repeat-x;
    background-position: center center;
    width: 512px;
    height: 10px;
}

.hh-line {
    background-image: url("/app/images/gray.jpg");
    background-repeat : repeat-x;
    background-position: center center;
    width: 400px;
    height: 10px;
}

.tile {
    background-image: url("/app/images/tile.jpg");
    background-repeat : repeat-x;
    background-position: bottom;
    border-left : #d5d5d5 1px solid;
    border-right : #d5d5d5 1px solid;
}

/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #cdcdcd;
}

.graya {
background-color: #f2f1f1;
}

.grayb {
background-color: #c9c9c9;
}

.green {
background-color: #002200;
}

/* borders */


/* text */

.sn-txt,
.brown-txt {
    color: #6b1604;
}

.green-txt {
color: #1a5918;
}

.green-txta {
color: #79a950;
}

.orange-txt {
color: #dc6200;
}

.yellow-txt {
color: #ffff00;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
    font-size: 13px;
}

.user {
    font-family: verdana, arial;
    font-size: 14px;
}

#adverts {    
    position: absolute;
    float: right;
    top: 30px;
    right: 0px;
}

#adverts .advert {
    margin-bottom: 10px;
}

#topadvert div {
    width: 512px;
    height: 60px;
    margin-bottom: 5px;
    /* 
    border: 1px solid red;
    background-color: green;
    */
}
