
/*
	Fonts Master

****************************/

.fontsMaster {
	color: #000033;
	font-size: 90%;
}

.fontsMaster a {
	font-size: 90%;
	color: #0066FF;
	text-decoration: underline;
}

.fontsMaster a:visited {
	font-size: 90%;
	color: #C47600;
	text-decoration: underline;
}

.fontsMaster a:hover {
	font-size: 90%;
	color: #FF0000;
	text-decoration: underline;
}

.categoryHeadings, .titles {
	font-weight: 700;
	color: #000;
}

.dates {
	color: #993333;
}

.times {
	color: #669933;
}

.boldText {
	font-weight: 700;
}

.italicText {
	font-style: italic;
}

.accentText {
	text-transform: uppercase;
	font-size: 80%
}

.boldHeadings {
	background-color: #F7F7D4;
	border-top: 0px solid #DDCCAA;
	border-bottom: 0px solid #DDCCAA;
	border-right: 0px solid #DDCCAA;
	border-left: 16px solid #DDCCAA;
	line-height: 1.5em;
	padding-left: 4px;
	color: #000000;
}

.upperCase {
	margin: 8px 8px 8px 0;
	text-transform: uppercase;
	font-size: 90%;
}

/*
	Dedication Attributes

****************************/

div.lifetime {
	background: #FFFFFF url("/cms/images/big-lock.gif") no-repeat top right;
	min-height: 128px !important;
	border: 2px solid #cacaca;
	padding: 5px;
}

div.lifetime a, div.lifetime a:visited {
	color: #CC9911;
	text-decoration: underline;
}

div.annual {
	background: #FFFFFF url("/cms/images/big-calendar.gif") no-repeat top right;
	min-height: 128px !important;
	border: 2px solid #cacaca;
	padding: 5px;
}

div.annual a, div.annual a:visited {
	color: #CC9911;
	text-decoration: underline;
}

div.special {
	background: #FFFFFF url("/cms/images/big-time.gif") no-repeat top right;
	min-height: 128px !important;
	border: 2px solid #cacaca;
	padding: 5px;
}

div.special a, div.special a:visited {
	color: #CC9911;
	text-decoration: underline;
}

/*

****************************/

div.outer {
	border: 2px solid #FCE174;
	padding: 10px;
	width: auto;
	background-color: #FAD743;
}

div.inner {
	border: 4px solid #F9CC11;
	padding: 10px;
	width: auto;
	background-color: white;
}

div.shell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #F7F7D4;
	border-top: 1px solid #CCDDEE;
	border-right: 1px solid #CCDDEE;
	border-bottom: 1px solid #CCDDEE;
	border-left: 1px solid #CCDDEE;
	color: #000033;
	width: 99.5%;
}

div.buffer {
	margin: 8px;
}

img { behavior: url("/cms/css/iepngfix.htc") }

/*
	Horizontal Rule

****************************/

div.hr {display: none}
/*/*/a{}
div.hr {
  display: block;
  height: 25px;
  background-image: url("/cms/images/tear1-20080206-111744.gif");
  background-repeat: no-repeat;
/*   background-position: center center; */
  margin: 1em 0 1em 0;
}
hr {display:none}
/* */

/*
	Image Border

****************************/

img.border {
	padding: 6px;
	border: 1px solid #CCCCCC;
	background-color: #fff;
}

/*
	Clear Style for DIVS

****************************/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
	Error Style

****************************/

.error {
	color: #ff0000;
	font-weight: 700;
	font-family: serif;
	margin-left: 16px;
}

/*
	Documents Output Attributes

****************************/

.documentsTitle {
	color: #006699;
}

.documentsSize {
	color: #009900;
}

/*
	News Output Attributes

****************************/

.newsPic {
	margin: 0 16px 8px 8px;
	float:left;
}

/*
	FAQ's Output Attributes

****************************/

.faqsQuestion {
	font-weight: 700;
	color: #993333;
}

.faqsQ {
	font-weight: 700;
	margin-left: 16px;
	color: #993333;
}

.faqsAnswer {
	color: #669933;
	font-style: italic;
}

.faqsA {
	color: #669933;
	font-style: italic;
	margin-left: 42px;
}

/*
	Random FAQ's Output Attributes

****************************/

.faqsRanQuestion {
	font-weight: 700;
	color: #993333;
}

.faqsRanQ {
	font-weight: 700;
	margin-left: 16px;
	color: #993333;
}

.faqsRanAnswer {
	color: #669933;
	font-style: italic;
}

.faqsRanA {
	color: #669933;
	font-style: italic;
	margin-left: 42px;
}

/*
	Wishlist Output Attributes

****************************/

.wishlistUrgent {
	font-size: 110%;
	color: #FF0000;
}

/*
	Events Output Attributes

****************************/

.eventsWrapUp {
	font-style: italic;
}

.eventsPicLeft {
	margin: 0 8px 8px 8px;
	float:left;
}

.eventsPicRight {
	margin: 0 8px 8px 8px;
	float:right;
}

.eventsPicTop {
	text-align: center;
}

/*
	Quick Docs Output Attributes

****************************/

.quickDocsFile {
	color: #006699;
}

.quickDocsAll {
	color:#990000;
}

.missingDocs {
	color: #ff0000;
}
