/* Default CSS Stylesheet for a new Web Application project */

BODY {
      background-color : #6E788C;
      margin: 5 0 5 0
 }
      
H1, H2, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	
	
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: darkred;
	font-size:  .8em;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	

/* Text Formats */

.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify
}
.standardsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B90000;
	font-weight: bold;
}
.standardItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
.standardBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.smallGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.headingItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #97812f;
	font-weight: bold;
	font-style: italic;
}
.standardWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
}
.scrollinggrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666666;
}

/* Roll Over Effects */

a.hover:link
{
	color: #354670; 
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none 
}

a.hover:visited {
	color: #354670; 
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none 
}
a.hover:hover {
	color: #B90000; 
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none 
}
a.hover:active {
	color: #B90000; 
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none 
}

table.adminForm
{
	border: none;
	color: #354670; 
	font-family: Arial;
	font-weight: bold;
	font-size: 12px	
}

table.adminForm td
{
	vertical-align: top
}

.adminBtns
{
	width: 55px	
}

img.adminImg
{
	border: none;
	width: 64px;
	height: 20px	
}

img.adminImg
{
	border: none;
	width: 50px;
	height: 25px	
}


img.boardPics
{
	
	height: 100px;
	width:100px;
	border: none	
}

.AdminSponsorLogo
{
	height: 100px;
	border: none	
}


p.news
{
	font-family: Arial;
	text-indent: 1em;
	font-size: .7em;
	text-justify: newspaper
}

span#heading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: darkred;
	font-size:  .8em;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none
}

span#blackheading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:  .8em;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none
}



.adminHeading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: darkred;
	font-size:  .7em;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none
}

.OK
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: Green;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none
}


.ERROR
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: Red;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none
}

.lstItem
{
	background-color: whitesmoke;
	width: 94%;
	vertical-align: top;
	
}

.lstAltItem
{
	background-color: lemonchiffon;
	width: 94%;
	vertical-align: top;
}


.lstTickerItem
{
	background-color: whitesmoke;
	border-bottom: solid 1px #000;
	width: 94%;
	vertical-align: top;
}

.lstTickerAltItem
{
	background-color: lemonchiffon;
	border-bottom: solid 1px #000;
	width: 94%;
	vertical-align: top
}



.disabledback
{
	background-image: url(/BrantfordsCanadaDay/Administration/images/16x16.gif);
	background-repeat: repeat;
}


a.newslinks:link {
	color: #354670; 
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline 
}

a.newslinks:visited {
	color: #354670; 
	font-family: Arial;
	font-weight: bold; 
	font-size: 12px;
	text-decoration: underline 
}

a.newslinks:active {
	color: #354670; 
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline 
}

a.newslinks:hover {
	color: #354670; 
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline 
}

img.boardImages
{
	
	height: 140px;
	width:110px;
	border: none	
}

.boardTextBold
{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
}

.boardText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left
}

.sponsorheading
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2b2b2b
	
}

a.sponsorslink:link {
	color: #000; 
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none 
}

a.sponsorslink:visited {
	color: #000; 
	font-family: Arial;
	font-weight: bold; 
	font-size: 12px;
	text-decoration: none 
}

a.sponsorslink:active {
	color: #000; 
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none 
}

a.sponsorslink:hover {
	color: #000; 
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none 
}

.sponsorInfo
{
	color: #000; 
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none 
	
}

/* Defines the PAGING LINKS */

div#paging {
	background: none;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .8em
	
}

div#paging  a:link { 
    color: darkred;
    text-decoration: none
 }

div#paging  a:visited { 
    color: darkred;
    text-decoration: none 
 }

div#paging  a:active { 
    color: darkred;
    text-decoration: none 
 }

div#paging a:hover { 
    color: darkred;
    text-decoration: underline
}


table.entertainment 
{
	padding: 0;
	margin: 0;
	font-size: 9pt;
	border: solid 1px #cdcdcd
}

table.entertainment td
{
	vertical-align: top;
	border: solid 1px #cdcdcd;
	text-justify: newspaper
}


table.sponsorinsert
{
	width: 130;
	border: none;
}


table.sponsorinsert td
{
	text-align: center;
	font-size: 12px;
	font-weight:bold;

	color: darkred
}



