body
{
 background-color: white;
 background-image: url("images/phdglogo_bk.gif");
 color: black;
 font-family: "Arial", "Tahoma", "Helvetica", "MS Sans Serif", "sans-serif";
 font-size: x-small; 
}

/* *** Heading styles *** */

h3
{
 font-size: larger;
}

h4
{
 font-size: smaller;
}

h5
{
 font-size: x-small;
 font-style: italic;
 color: black;
}

/* *** Table styles *** */

table
{
 border: 0px solid white;
 font-size: x-small; 
}

table.league
{
 width: 90%;
 border: 2px double blue;
 vertical-align: middle;
}

table.results
{
 width: 80%;
 border: 2px double blue;
 vertical-align: middle;
}

td.league
{
 border: 1px solid black;
}

td.results
{
 border: 1px solid black;
 text-align: center;
 width: 30%;
}

td.score
{
 border: 1px solid black;
 text-align: center;
 width: 20%;
}

tr
{
 border: 0px solid white;
}

tr.league_header
{
 background-color: blue; 
 color: white;
}

/* *** Miscellaneous styles *** */

img
{
 border-width: 0px;
}

div
{
 font-family:Arial,Verdana,Helvetica,sans-serif,"MS sans serif";
}

.navmenu
{
	padding-bottom:2px;
	padding-top:2px;
	padding-right:6px;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

.navmenusmall
{
 padding-bottom:1px;
 padding-top:1px;
 padding-left:0px;
 padding-right:2px;
 font-weight:normal;
 font-size: xx-small;
 text-decoration: none;
}

div.boldlogo
{
 font-weight: bold;
 font-size: x-small;
}

.blue
{
 color: blue;
}

.link
{
 color: green;
 cursor:pointer;
 text-decoration:underline;
 font-size: x-small;
}

.highlight-yellow
{
background-color:#FFFF00;
}

#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 30px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
  cursor:pointer;
}

/*
a:link {color: navy;}
a:visited {color: blue;}
a:active {color: blue;}
*/