/* GENERIC */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
/*	background-image: url(images/header_bg.gif);*/
}



/* CUSTOM */

/* Provides Black background for main tables + white bsckground */
.Pagetable {
	background-color: #FFFFFF;
	border: thin solid #000000;
	margin-top: 10px;
}

.Inputtable {
	background-color: #FFCCCC;
	border: thin solid #000000;
	margin-top: 10px;
}

/* Headers */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #C70101;
}

.Headlight   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: #000000;
}

.Title   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #C70101;
}

.admintable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	background-color: #FFCCCC;
	border: thin solid #000000;
}

.Footer {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
	font-style: italic;
    font-weight:    normal;
    color: #C70101;
}

.White {
	color: white
}

}
/* LINKS */.merge {
	overflow: auto;
	z-index: 1;
	position: relative;
	left: 14px;
}
.TableNav {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  10px;
	font-weight:    bold;
	overflow: auto;
	z-index: 1;
	position: relative;
	bottom: 1px;
	color:#ffffff;

}
A.TableNav:link {
	
	text-decoration:    none;
	color:#ffffff;
	font-weight:    bold;

}
A.TableNav:visited {
	text-decoration:    none;
	color:#ffffff;
		font-weight:    bold;
	
}
A.TableNav:hover {
	text-decoration:    none;
	color:#C70101;
		font-weight:    bold;
	
}

A.TableNav:active {
	text-decoration:    none;
	color:#ffffff;
		font-weight:    bold;
}
.text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.txtfixtures {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

pre {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

hr {
	color: #C70101;
}

.light {
	color: #FFCCCC;
}

A:link  {
    text-decoration:    underline;
    color:  #C70101;
	 font-weight:    normal;
}

A:visited   {
    text-decoration:    underline;
    color:  #C70101;
	 font-weight:    normal;
}

A:active    {
    text-decoration:    underline;
    color:  #C70101;
	 font-weight:    normal;
}

A:hover {
    text-decoration:    underline;
    color:  black;
	 font-weight:    normal;
}


fieldset {
margin: 2em 0.5em 2em 0.5em;
padding: 2em .5em .5em .5em;
border: 1px solid #000;
width:90%;
}

fieldset br {
	clear: left;
}

legend {
padding: .6em;
background-color: #FFCCCC;
font-weight: bold;
font:bold 1.1em/1 Arial, Helvetica, sans-serif;
color: #000;
border: 1px solid #000;

}
label {
	display: block;
	width: 110px;
	float: left;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 10px;
	font:normal 0.8em/1 Verdana,Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-weight: bold;
}
input,select,textarea {
border: 1px solid #000000;
font-weight: normal;
background-color: #FFFFFF;
font:bold 0.8em/1 Arial, Helvetica, sans-serif;
}

