@charset "utf-8";
/* CSS Document */

    /* <!-- */
    /* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background-color:#fff;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:0.8em;
		font-family: arial, verdana;
    }
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
    h1, h2, h3 {
        margin: 0;
        padding:0;
		font-family: arial, verdana;
    }
	
	h2 {
		margin: 1.2em 0 0.6em 0;
		clear: both;
		}
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }

	img {
		margin:10px 0 5px;
		border: thin solid black;
	}
	/* Header styles */

    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header {
		border-bottom:4px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:0;
        margin:0;
	}

	#header h1 { 
        margin: 0.2em 0 0 2.8em;
		width: 85%;
		padding: 0 0 6px 0; 
		color: #000; 
		font-weight: normal; 	
		font-size: 30px; 	
		letter-spacing: 2px; 
}

	#header img { 
		position: relative;
		top: 0;
		left: 20px;
		clear: none;
		margin: 0; 
		padding: 0; 
		float: left;
		border: none;;
	}

	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:0 0 0 0;
	    padding:0 0 1.4em 0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    padding:0;
	    margin: 0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}


	#bannerstrip ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#bannerstrip ul li a img {
	    border: none;
	}
	#bannerstrip ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:2px 6px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:0px;
		line-height:1.3em;
	}
	#bannerstrip ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#bannerstrip ul li a.active,
	#bannerstrip ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#bannerstrip ul li a span {
	    display:block;
	}

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-bottom:1px solid #000;
		margin:0;
		padding:6px 18px !important;
		text-align:left;
	}

	#layoutdims ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:0 0 0 0;
	    padding:0 0 0.4em 0;
	}
	#layoutdims ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#layoutdims ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:2px 4px;
	    text-align:center;
	    background:#fff;
	    color:#000;
	    text-decoration:underline;
	    position:relative;
	    left:15px;
		line-height:1em;
		border-right: 1px solid black;
	}
	#layoutdims ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#layoutdims ul li a.active,
	#layoutdims ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#layoutdims ul li a span {
	    display:block;
	}

	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }

	div.fullpage {
		left: 10px;
	}
	
	#map {
		border: thin solid black;
		margin-bottom: 2em;
	}
	
	.weeflag {
		padding: 1px 2px -1px 0; 
		margin: 1px 2px -1px 0; 
		}
	
	.standings {
		caption-side:bottom;
		border-collapse:collapse;
		color: #000099;
		width: 100%;
		text-align:right;
	}
		
	.standings tr td {
		color: #000099;
	}
		
	.vp_table {
		caption-side:bottom;
		color: #000099;
		width: 70%;
		border-collapse:collapse;
	}
		
	.vp_table tr td {
		color: #000099;
		border-bottom: thin solid #330099;		
	}
		
	th {
	text-align:left;
	background-color: #003399;
	color: #FFFFFF;
	}
		
	ul {
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:0 0 0 0;
	    padding:0 0 1.4em 0;
	}
	ul li {
	    display:block;
	    list-style:none;
	    margin:0;
	    padding:0;
	}

	ul.smalltext {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:0 0 0 0;
	    padding:0 0 1.4em 0;
	}
	ul.smalltext li {
	    list-style:none;
	    margin:0;
	    padding:0;
		font-size: 0.82em;
	}
	.season {
		font-size: 1em;
		color: #000066;
		font-weight: bold;
		}

    /* 3 Column Layout */
	/* column container */
	.colmask {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* Full page settings */
	.fullpage {
		background:#fff;		/* page background colour */
	}
	.fullpage .col1 {
		width:96%;				/* page width minus left and right padding */
		left:2%;				/* page left padding */
	}

	/* 3 Column blog style settings */
	.blogstyle {
		background:#fff;		/* right column background colour */
	}
	.blogstyle .colmid {
		right:25%;				/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.blogstyle .colleft {
		right:25%;				/* width of the middle column */
		background:#fff;		/* left column background colour */
	}
	.blogstyle .col1 {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:52%;				/* 100% plus left padding of center column */
	}
	.blogstyle .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:56%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.blogstyle .col3 {
		width:21%;				/* Width of right column content (column width minus padding on either side) */
		left:60%;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	.livescore {
		margin: 0;
		padding: 0;
		font-size: 2em;
		font-weight: bold;
		}

	#live_panel, .livescore {

		}
	
	#matrix {
		border: thin solid black;
		border-collapse:collapse;
		caption-side:bottom;
		}

	#matrix tr {
		border: thin solid black;
		padding 4px;
		}

	#matrix tr td {
		border: thin solid black;
		padding 4px;
		text-align:center;
		}

	#matrix tr th {
		width: 540px;
		font-size: 90%;
		text-align:center;
		}
	.td-left {
		text-align: left;
		}

    /* --> */
	
