/* CSS Document for Renegades Rugby, created 2007*/

/****************************
*   Standard HTML changes   *
****************************/

html {
    height: 100%;
}

body {
    height: 100%;
    color: #333333;
    background: #222255;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
}

img {
    border: none;
}

a, a:visited {
    color: #111188;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

table {
    background: #FFFFFF;
    width: 100%;
}

th {
    text-align: right;
    padding-right: 5px;
}

/****************************
*   Renegades classes       *
****************************/

.bannerleft {
    width: 220px;
    text-align: center;
}

.bannermiddle {
    width: 560px;
    text-align: center;
}

.bannerright {
    width: 220px;
    text-align: center;
}

.bannercol {
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
}

.bodyleft {
    width: 740px;
    padding: 0px 5px 0px 5px;
}

.bodyright {
    width: 250px;
    text-align: center;
    background: #FFFFFF;
}

.bodytable td {
    padding: 5px;
}

.bodyalt {
    background: #666699;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
}

.bodyalt a {
    color: #FFFFFF;
}

.bodyalt a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.newstable td {
    padding: 5px 5px 5px 10px;
    border-bottom: 1px dashed #333333;
}

.playertable {
    text-align: center;
    width: 90%;
    margin: auto;
}

.playertable td {
    padding: 3px 3px 3px 3px;
}

.admintable {
    text-align: left;
    width: 90%;
    margin: auto;
}

.admintable td {
    padding: 5px 5px 5px 5px;
}

.admintable th {
    width: 30%;
}

.scrollbar {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0px 5px 0px;
}

.pagetitle {
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Tahoma, Arial;
    color: #000000;
    padding: 5px 0px 5px 10px;
    background-image: url(/img/pagetitlebg.jpg);
    background-repeat: repeat-x;
}

.pagefooter {
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Tahoma, Arial;
    color: #000000;
    padding: 5px 0px 5px 10px;
    background-image: url(/img/pagefooterbg.jpg);
    background-repeat: repeat-x;
}

.bigtext {
    font-size: 14px;
}

.liltext {
    font-size: 10px;
}

.tableheadtail {
    font-size: 14px;
    font-weight: bold;
    background: #CCCCCC;
    color: #000000;
}

.firstcell {
    background: #EEEEEE;
    color: #111111;
}

.secondcell {
    background: #DDDDDD;
    color: #111111;
}

input.logfld {
    font: 12px Tahoma, Arial, Helvetica;
    border: 2px solid;
    border-color: #111111 #999999 #999999 #111111;
    background: #AAAAAA;
    text-align: left;
}

input.logbtn {
    font: 12px Tahoma, Arial, Helvetica;
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #FFFFFF;
    text-align: center;
}

input.logbtnhover {
    background: #FFFFFF;
    color: #222255;
    border: 1px solid #222255;
}

/****************************
*   DIV classes             *
****************************/

#wrap {
    width: 1000px;
    margin: 0 auto;
}

#topntail {
    width: 1000px;
    background: #222255;
    overflow: hidden;
    text-align: center;
    padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	font-size: 16px;
	font-family: Tahoma, Arial;
}

#topntailleft {
    width: 500px;
    float: left;
    text-align: left;
}

#topntailright {
    width: 450px;
    float: right;
   	text-align: right;
}

#topntail a, #topntail a:visited {
    color: #FFFFFF;
    font-weight: lighter;
}

/****************************
*   Menu in table form      *
****************************/

.menu {
    background: #222255;
    text-align: center;
    height: 27px;
    width: 100%;
}

.menu td {
    width: auto;
    z-index: 100;
    list-style: none;
}

.menu td a, .menu td a:visited {
    text-decoration: none;
    display: inline;
    color: #FFFFFF;
    background: #222255;
    padding: 5px 15px 5px 15px;
    overflow: hidden;
    font-family: Verdana, Tahoma, Arial;
    font-size: 14px;
    font-weight: normal;
}

/* specific to non IE browsers */
.menu td:hover a {
    color: #FFFFFF;
    background: #C11B15;
}

