@charset "iso-8859-1";

/*******************************************************************************
*  main.css
* ------------------------------------------------------------------------------
*  Hitchin Rugby Football Club Stylesheet
*******************************************************************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
        color: #000;
}

a:link {
	color: #800000;
        text-decoration: underline;
                     
}

a:visited {
	color: #800000;
	text-decoration: underline;
                     
}

a:active {
	color: #800000;
	text-decoration: underline;
	}

a:hover {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
                     }

h1
{
	font-size: 210%;
}
h2
{
	font-size: 180%;
}
h3
{
	font-size: 140%;
}
h4
{
	font-size: 126%;
}
h5
{
	font-size: 110%;
}
h6
{
	font-size: 100%;
}

.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

.vnav ul
{
	border: solid 1px #000;
	border-bottom-width: 0;
}

.vnav ul li
{
	border-bottom: solid 1px #000;
}

.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
}

* html .vnav ul li a
{
	height: 1%;
}

* html .vnav ul
{
	position: relative;
}

.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}

/* Hosting List (by item)
------------------------------------*/
div#byitem ul.vert {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 90%;
                     color: #ooo;
	}
div#byitem ul.vert li {
	padding: 4px 0;
	margin: 0;
	height: 14px; /* space out your rows */
	}
div#byitem ul.vert li.odd {
	background-color: #eee;
	}
div#byitem ul.horz {
	clear: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 90%;
                     color: #ooo;
	}
div#byitem ul.horz li {
	float: left;
	width: 50px;
	padding: 0 20px 0 0;
	margin: 0;
	}
div#byitem ul.horz li.name { 
	width: 100px;
	}
div#byitem ul.horz li.price {
	padding-right: 0;
	}

/* fixtures alterations
------------------------------------*/
div#byitem ul.horz li.date { 
	width: 50px;
	}
	
div#byitem ul.horz li.team { 
	width: 100px;
	}
	
div#byitem ul.horz li.type { 
	width: 10px;
	}
	
div#byitem ul.horz li.end {
                     width: 50px;
	padding-right: 0;
	}

/* contact page alterations
------------------------------------*/
div#byitem ul.horz li.contact { 
	width: 240px;
	}
	
div#byitem ul.horz li.email { 
		width: 240px;
	}


/* Hosting List (by category)
------------------------------------*/
div#bycategory ul.horz {
	clear: left;
	list-style-type: none;
	padding: 4px 0 0;
	margin: 0 0 140px;/* note! */
	}
div#bycategory ul.horz li {
	display: block;
	float: left;
	text-align: left;
	}
div#bycategory ul.vert {
	list-style-type: none;
	padding: 0;
	margin: 0 25px 0 0;
	}
div#bycategory ul.vert li {
	float: none;
	margin-bottom: 4px;
	padding-left: 6px;
	text-align: left;
	}
div#bycategory ul.horz li.odd {
	background-color: #eee;
	}
div#bycategory ul.vert li.widgetname {
	font-weight: bold;
	}
div#bycategory ul.horz li.tableheader ul.vert li  {
	padding-left: 0;
	}

li.tableheader {
	font-weight: bold;
	}

/* good looks category
------------------------------------*/
#extended h3.tabletitle {
	padding: 10px 0 0;
	clear: left;
	}

/* tables
------------------------------------*/
.title {
	color: #800000;
                     font-weight: bold;
	}
	
.oddy {
	background-color: #eee;
                     height: 30px;
                     padding: 10px;
                     
	}
.even {
	background-color: #fff;
                     height: 30px;
                     padding: 10px;
                     
	}

.white {
	color: #fff;
	font-size: 90%;
}

span a:link {
	color: #fff;
	text-decoration: underline;
	}

span a:visited {
	color: #fff;
	text-decoration: underline;
                     
}

span a:active {
	color: #fff;
	text-decoration: underline;
	}