body {
margin: 0;
text-align: center;
color: #336;
font-family: "Trebuchet MS";
font-size: 13px;
line-height: 22px;
background-color: #fff;
}

body.lines {
background-image:  url("http://smvl.ca/css/smooth/bg-lines.gif");
}


a {
color: #363;
font-weight: bold;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


a:visited {
color: #363;
}

a img {
border: 0;
}


#content {
background-image:url("http://smvl.ca/css/smooth/bg-text.png");
width: 668px;
margin: 0 auto;
text-align: left;
padding-left: 50px;
padding-right: 25px;
padding-bottom: 23px;
clear: both;
}

#content* {
position:relative;
}

#title {
background-image:url("http://smvl.ca/css/smooth/bg-title.png");
width: 692px;
margin: 0 auto;
text-align: left;
height: 120px;
padding-left: 51px;
padding-top: 12px;
}

#title h1 {
display: none;
}


#nav {
background-image:url("http://smvl.ca/css/smooth/bg-nav.png");
width: 692px;
margin: 0 auto;
text-align: left;
height: 30px;
padding-left: 51px;
padding-top: 6px;
padding-bottom: 6px;
color: #fff;
font-family: Arial;
font-size: 11px;
}

#nav* {
position:relative;
}

#leftcol {
width: 435px;
float: left;
margin-top: 25px;
}

#wholepage {
padding-top: 25px;
width: 640px;
}


#rightcol {
width: 150px;
float: right;
padding: 25px 25px 0px 25px;
background-image:url("http://smvl.ca/css/smooth/bg-sidebar.gif");
background-repeat:repeat-x;
}

#footer {
background-image:url("http://smvl.ca/css/smooth/bg-footer.png");
width: 693px;
padding-left: 50px;
padding-top: 30px;
height: 45px;
margin: 0 auto;
text-align: left;
color: #ccc;
}


/*************************************/



p {
margin: 0;
}

ul.nav {
padding: 0;
margin: 0;
list-style-type: none;
width: 100%;
}

ul.nav li {
display: block;
float: left;
padding-top: 8px;
padding-bottom: 0px;
padding-right: 30px;
padding-left: 0px;
}

ul.nav li a {
display: block;
color: #fff;
text-decoration: none;
}

ul.nav li a:visited {
color: #fff;
}

ul.nav li a:hover {
text-decoration: underline;
}

ul.nav li a.active {
color: #336;
font-weight: bold;
cursor: default;
}

ul.nav li a.active:visited{
color: #336;
}

ul.nav li a.active:hover {
text-decoration: none;
}


ul.links {
list-style-image: url("/images/icons/bullet_arrow.gif");
}


ul.links a {
text-decoration: none;
}

ul.links a:hover {
text-decoration: underline;
}
/*****************************************************/

hr {
  border: none;
  border-bottom: 2px solid #336;
  padding: 5px;
  margin: 5px 0px;
}

h1 {
margin: 0;
padding-top: 0px;
font-family: Arial;
font-size: 24px;
line-height: 34px;
color: #336;
border-bottom: 2px solid #336;
letter-spacing: -0.07em;
margin-bottom: 8px;
}

h2 {
margin: 0;
padding-top: 0px;
font-family: Arial;
font-size: 16px;
color: #363;
letter-spacing: -0.04em;
}

h3 {
color: #336;
font-size: 14px;
margin: 0;
letter-spacing: -0.04em;
font-family: Arial;
}


h4 {
font-size: 13px;
}


/****************************************************************/


.sidebar h2 {
margin-bottom: 8px;
}

.sidebar h4 {
font-size: 12px;
margin-bottom: -3px;
line-height: normal;
}



#rightcol ul {
margin: 0;
margin-bottom: 15px;
padding-left: 15px;
}



hr.bot {
display: block;
clear: both;
margin: 0;
visibility: hidden;
}


p {
margin-bottom: 13px;
}

.error {
color: red;
font-weight: bold;
}


/*********************************************************************/



table {
/*border: 1px solid #336;*/
border-collapse:collapse;
width: 100%;
margin: 5px 0px;
}

th {
 padding: 2px 5px;
 background: #336;
 color: #fff;
}

td {
 padding: 2px 5px;
 /*border-top: 1px solid #AAD;*/
}

table.layout {
 border: none;
 width: auto;
}

table.layout th {
 background: none;
 color: #336;
}

table.layout td {
 border: none;
}

select {
  border: 1px solid #336;
}
input {
  border: 1px solid #336; 
}

textarea {
  width: 400px;
  height: 100px;
  border: 1px solid #336;
}

.button {
  border: 1px solid #336;
  background-color: #fff;
  padding: 2px 5px;
  margin: 5px 4px 5px 0px;
}

.button:hover {
  background-color: #dda;
  cursor: pointer;
}

input.gamescore {
  width: 100%;
  text-align: center;
  border: 0px solid white;
  background: #fff;
}

input.error {
 color: #f00;
}


a.white {
  color:#fff;	
}

a.white:visted {
  color:#fff;	
}


a.popuplt {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a.popuplt:visited {
  text-decoration: none;
}


a.popuplt:hover {
  cursor: help;
  text-decoration: none;
}

a.game_completed {
  font-weight: normal; 
}

pre {
 font-size: 8pt;
}