﻿@import url("../../minisite/core.css");


body
{
    background: #F8F8FF;
}

a:link, a:visited, a:active
{
    color: #000066;
}

a:hover
{
    color: #000099;
}

h1, h2, h3, h4, h5, h6
{
   color: #000039;
}

#headerleft
{
	background: url(images/LeftLogo.gif) center no-repeat;
	height: 100px;
}

#headerright
{
	height: 100px;
}

#title #headermain h1 { display: block; font-size: 36pt; color: Blue; text-align: center;}

#headermain
{
    background: url(images/fabpqtitle.gif) center no-repeat;
    height: 60px;
}

#navtop
{
	background: url(images/TopNavBar.gif) repeat-x;
	background-color: #F8F8FF;
}

#navtop a:link, #navtop a:visited
{
    color: #000033;
}

#navtop a:active
{
    color: #000033;
}

.outerpanel
{
	background-color: #E0E2FF;
	border: solid 1px #000033;
}

.eventmonthtable { border: 1px solid #000022; }
.dayNumber { border-bottom: 1px solid #000033; border-left: 1px solid #000033; }
.caldays { border: 1px solid #000066; background-color: #7777AA; }
.calcurrentmonth , .calothermonth , .calcurrentday , .calweekend, .calinpast { border: 1px solid #000033; }
.calcurrentmonth { background-color: #F8F8FF; }
.calothermonth { background-color: #CCCCDD; }
.calcurrentday { background-color: #FFFFBB; }
.calweekend { background-color: #EAEAFF; }
.calinpast { background-image: url(images/bigcross_blue.gif); }


.buttonsmall, .buttonsmall-ovr
{
	background: #fffacd;
	border: solid 1px #000066;
}
.buttonsmall-ovr
{
	background: #ffff66;
}


/* tabstrip */

.tabstripbar
{
	border-top: 4px solid #7777CC;
}

.tabstrip ul.tab li
{
	background: #ADAADD;
}

.tabstrip ul.tab li.select
{
	background: #7777CC;
}

.tabstrip ul.tab a:hover, .tabstrip ul.tab a:visited, .tabstrip ul.tab a:link
{
	color: #000;
}

.tabstrip ul.tab a:hover
{
 text-decoration: underline;
}



.gridheader
{
	background: #c2c2eb;
	color:#000066;
}

.gridheader a:link, .gridheader a:active, .gridheader a:visited
{
	color:#000066;
}

.griditem
{
	background: #FDFDFF;
}

.altgriditem
{
	background: #E8F1FF;
}

.griditem td { border-bottom-color: #000066;  }
.altgriditem td { border-bottom-color: #000066; }

* { xborder: solid 1px red !important; }




.minisitenondanceevents table { width: 100%; border: solid 1px black; border-collapse: separate; }
.minisitenondanceevents .header { font-weight: bold; font-size: 10pt; background: blue; color: White; }

.minisitenondanceevents .date { width: 100px; }
.minisitenondanceevents .eventtype { width: 60px; }
.minisitenondanceevents .price { width: 80px; }
.minisitenondanceevents .contact { width: 200px; }

.minisitenondanceevents tr { vertical-align: top; }
.minisitenondanceevents td { padding: 2px; border: solid 1px black; }


.minisitenondanceevents .webtext { margin-bottom: 30px; }


.minisitelinks { font-size: 10pt; }
.minisitelinks tr { vertical-align: top; }
.minisitelinks td.link { width: 200px; padding-bottom:8px; }
.minisitelinks td.linkdesc { padding-bottom:8px; }
