/* CSS Document */
* {
margin:0px;
padding:0px;
float:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
font-weight:normal;
text-decoration:none;
color:#333333;

}

body {
position:relative;
width:760px;
margin-left:auto;
margin-right:auto;
background-image:url(images/logo2.jpg);
background-position:top;
background-repeat:no-repeat;
}

#banner{
height:100px;
background-image:url(images/header.gif);
background-repeat:no-repeat;
background-position:bottom;
}

#nav {
 border: 1px #cccccc solid;
 padding:5px;
 margin-top:15px;
 margin-bottom:20px;
}

#nav ul {
 text-align:center;
}

#nav a:hover {
 color:#3366FF;
}

a:hover {
 color:#3366FF;
}
#select{
color:#3366FF;
}

#nav li {
 display:inline;
 list-style-type:none;
 margin-left:9px;
 margin-right:12px;
}

#data {
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
background-position:top;
}

#content {
float:left;
width:500px;
text-align:justify;
}
#content th {
font-size:x-small;
}

#content td {
color:#999999;
}

#xml {
float:right;
width:230px;
margin-top:0px;
}

h1 {
font-size:x-large;
font-weight:lighter;
color:#999999;
margin-top:20px;
}

#xml h2 {
font-size:medium;
margin-bottom:10px;
background-image:url(images/ball.jpg);
background-repeat:no-repeat;
height:26px;
text-indent:30px;
padding-top:4px;
}
#xml h3 {
font-size:small;
color:#666666;
margin-bottom:5px;
}
#xml p {
font-size:x-small;
color:#999999;
text-align:justify;
}
#xml hr {
margin-top:10px;
margin-bottom:5px;
border:1px solid #efefef;
}

#xml li {
list-style:none;
}

#content h2 {
font-size:medium;
color:#999999;
margin-bottom:10px;
text-align:center;
}

input {
width:250px;
 background-color:#CCCCFF;
 border:solid 1px #666666;
 padding:3px;
 margin:3px;
 font-size:x-small;
}

textarea {
 background-color:#CCCCFF;
 border:solid 1px #666666;
 padding:3px;
 margin:3px;
 font-size:x-small;
width:250px;
height:150px;
}

.button {
border:1px solid green;
background:white;
width:auto;
}

.fixture {
margin-bottom:20px;
text-align:center;
}

.f_opponent {
font-size:medium;
font-weight:700;
}

.f_date {
font-size:small;
font-weight:700;
}

.f_venue {
font-size:small;
}

.m_opponent {
font-size:medium;
}

.m_date {
font-size:small;
color:#999999;
text-align:right;
}
.m_author {
text-align:right;
}
.m_report {
margin-top:20px;
margin-bottom:20px;
}
.xdate {
margin-bottom:3px;
margin-top:10px;
border-bottom:1px solid #666666;
}
.xreport {
font-family:monospace;
font-size:small;
color:#666666;
}
.mmanager {
margin-top:10px;
text-align:center;
}