/*
Red		CC0000
Yellow   FFCC00
Purple   330099
*/



a {
	color            : #330099;
}
a:hover {
   color            : #CC0000;
}
a.aButton {
   border-bottom    : none;
   text-decoration  : none;
}
a.aButton:hover {
   border-bottom    : none;
   text-decoration  : none;
}
a.aButton img {
   border           : 0px;
   text-decoration  : none;
}
small {
	font-size        : 0.7em;
}
h3 {
	color            : #CC0000;
}
.tAlert {
   color            : red;
}
small .tAlert {
   color            : red;
}
.tMsg {
   color            : green;
}
.tError {
   color            : red;
   font-weight      : bold;
}
quote {
   font-style       : italic;
}



/*********************/
/***   LEFT SIDE   ***/
/*********************/


#divLeftBar {
	position         : absolute;
	top              : 0px;
	left             : 0px;
   background       : #FFCC00 url(gold/YellowBricks.jpg) no-repeat;
   border-right     : black 5px solid;
   border-bottom    : black 5px solid;
	width            : 122px;
	padding-left     : 10px;
}
#divLeftBar a:hover {
   color            : #CC0000;
}
#divMainMenu {
	width            : 122px;
	padding-top      : 130px;
	padding-bottom   : 14px;
}
#divMainMenu ul {
   list-style-type  : none;
	margin           : 0px;
	padding          : 0px;
	position         : relative;
	left             : -10px;
}
#divMainMenu li {
   margin           : 2px 0px 2px 0px;
   padding          : 6px 0px 10px 0px;
   width            : 122px;
}
#divMainMenu a {
   color            : black;
   text-decoration  : none;
   font-weight      : bold;
   width            : 122px;
   margin           : 0px;
   padding          : 0px;
   line-height      : 20px;
	padding-left     : 26px;
}
#divMainMenu a:hover {
   background       : url(gold/MenuBackPlate.gif) no-repeat;
}
#divMainMenu span {
   background-color : #FFCC00;
}
#divFeeScale {
	background       : url(gold/1x1sColored.gif) no-repeat;
	padding-top      : 30px;
}
#divFeeScale table {
	font-size        : 8pt;
	font-weight      : normal;
}
#divFooter {
	background       : url(gold/1x1sColored.gif) no-repeat;
	padding          : 50px 0px 14px 6px;
	margin-top       : 30px;
	width            : 110px;
	font-size        : 8pt;
}
#divFooter ul {
   padding          : 0px;
}
#divFooter li {
   list-style-type  : none;
   margin-top       : 2px;
   padding-top      : 10px;
   width            : 122px;
}
#divFooter a {
   color            : black;
   text-decoration  : underline;
}



/******************/
/***   BASICS   ***/
/******************/


body {
   color            : black;
   background       : #2A09B0 url(style/BrickyBG.png);
   font-family      : Verdana, Arial, Helvetica, sans-serif;
   margin           : 0px;
}
#divHeader {
	position         : absolute;
	top              : 0px;
	left             : 132px;
	height           : 125px;
	width            : 1100px;
	background       : url(gold/RedBricks.jpg) top left no-repeat;
	border-bottom    : black 5px solid;
	border-left      : black 5px solid;
	border-right     : black 5px solid;
	overflow         : hidden;
}
h1.SiteName span {
	display          : none;
}
h1.SiteName {
   margin-left      : 100px;
   margin-top       : 0px;
	overflow         : hidden;
	height           : 125px;
	width            : 550px;
}
h2.SiteDesc {
	display          : none;
}
#divEventDateAndPlace {
	/*border:1px dotted darkgray;*/
	padding          : 0px;
	margin           : 0px;
	position         : absolute;
	left             : 150px;
	top              : 100px;
	width            : 370px;
	font-size        : small;
}
#divEventPlace {
	float            : right;
	margin-left      : 16px;
}
#divEventDate {
	float            : right;
}
#divOtherEventsLink {
	padding          : 0px;
	margin           : 0px;
	position         : absolute;
	left             : 1000px;
	top              : 105px;
	width            : 100px;
	text-align       : right;
	font-size        : 8pt;
}
#divOtherEventsLink a {
	color            : black;
	text-decoration  : none;
	padding          : 6px 10px;
}
#divContainer {
   position         : absolute;
   top              : 130px;
   left             : 122px;
   padding          : 0px 20px 0px 20px;
   margin           : 0px;
}



/**************************/
/***   GENERAL TABLES   ***/
/**************************/



table.Standard {
   font-size        : 12px;
   margin-top       : 8px;
}
table.Standard thead, table.Standard tfoot {
   background-color : #666;
   color            : white;
   font-weight      : bold;
   font-size        : 1em;
   line-height      : 1.2em;
}
table.Standard thead a, table.Standard tfoot a {
   color            : white;
}
.Standard thead small, .Standard tfoot small {
   color            : white;
   font-weight      : normal;
   font-size        : 0.8em;
}
.Standard tbody small {
	color            : #666;
   font-weight      : normal;
   font-size        : 0.8em;
}
.Standard td {
   padding-right    : 14px;
}
.Standard tr.Divide1 {
   background       : #CCC;
   color            : black;
   font-weight      : bold;
}
.Standard tr.Divide1 small {
   color            : #333333;
}
td.Money {
   text-align       : right;
   padding-right    : 10px;
}
.EvenRow {
   background       : #EEE;
}
tr.CloseSection {
   background       : #CCC;
   color            : black;
   font-weight      : bold;
}
tr.CloseSection td {
   border-bottom    : 1px solid #999;
}
tr.CloseSection small {
   color            : #666;
}




/********************/
/***   SPECIALS   ***/
/********************/


acronym {
   color            : brown;
   font-weight      : bold;
   font-style       : oblique;
   border           : 0px;
}
.CentralBox {
	background-color : white;
	margin-left      : 70px;
	margin-top       : 30px;
	margin-bottom    : 10px;
	padding          : 0px 13px 13px 13px;
	width            : 700px;
	border           : 5px solid #FFCC00;
}
.CentralBox p {
	margin-bottom    : 4px;
   line-height      : 1.2em;
}
.AdminBox {
	font-size        : 0.8em;
	background-color : #EEE;
	margin-top       : 12px;
	margin-bottom    : 10px;
	padding          : 0px 10px 10px 13px;
	width            : 160px;
	border           : 5px solid #999;
	position         : absolute;
	left             : 930px;
	top              : 20px;
}
.imgMain {
	float            : right;
	border           : 5px solid #330099;
	margin-left      : 10px;
	margin-bottom    : 10px;
}
.imgFloatAlone {
	margin-left      : 83px;
	margin-top       : 30px;
	margin-bottom    : 10px;
	border           : 5px solid #CC0000;
}
.Map {
   color            : #666;
   font-size        : smaller;
}
div.Organize {
   border           : 1px dotted darkgray;
   padding          : 6px;
}
div.Organize p {
   margin-top       : 0px;
   margin-bottom    : 0px;
}
.StickyNote {
   color            : #000;
   background-color : #FFFFCC;
   padding          : 10px;
   border           : 1px solid #F0DC7A;
   margin-top       : 5px;
}



/******************/
/***   SUBMENU  ***/
/******************/


#divSubMenu p {
   font-size        : 0.8em;
}
#divSubMenu ul {
	margin           : 0px;
	padding          : 0px;
}
#divSubMenu li {
   display          : inline;
   padding          : 0px;
}
#divSubMenu a {
	color            : #666;
	background-color : #CCC;
   font-size        : small;
	text-decoration  : none;
	border-left      : 1px solid #999;
	border-top       : 1px solid #999;
	border-right     : 1px solid #999;
	border-bottom    : 0px;
	padding-left     : 12px;
	padding-right    : 12px;
}
#divSubMenu a:hover {
	background-color : #999999;
	color            : black;
}
#divSubMenu li.SubSpecial a {
	background-color : #FFCCFF;
}




/*****************/
/***   LOGON   ***/
/*****************/


.FauxPop {
	display          : none;
	color            : black;
	font-size        : 10pt;
	background-color : #FF9F20;
	border           : 3px solid #5B040D;
	padding          : 12px;
	position         : absolute;
	top              : 2px;
	left             : 2px;
	white-space      : nowrap;
}
.FauxPop form {
	padding          : 0px;
	margin           : 0px;
}
#divLogon {
	position         : absolute;
	top              : 6px;
	left             : 6px;
}
#divLogon input {
	font-size        : 9pt;
}
#divFauxDropdown {
	color            : black;
	background-color : white;
	border-right     : 3px solid #999;
	border-bottom    : 3px solid #999;
	border-left      : 3px solid #CCC;
	border-top       : 3px solid #CCC;
	position         : absolute;
	z-index          : 3;
	display          : none;
	min-width        : 30px;
}
#divFauxDropdown div {
	cursor           : pointer;
}
#divFauxDropdown a {
	color            : black;
}
#divFauxDropdown div:hover {
	background-color : #CCC;
}



/***********************/
/***   WELCOME BOX   ***/
/***********************/



#divWelcomeBox {
   color            : black;
   position         : absolute;
   top              : 80px;
   left             : 8px;
   text-align       : left;
}
#divAfolUserName {
	/*border:1px dotted gray;*/
}
#divAfolUserLinks {
	/*border:1px dotted lightgray;*/
}
#divWelcomeBox span {
   color            : #652303;
}
#spnAfolUserName {
   color            : brown;
   font-weight      : bold;
   font-style       : oblique;
   border           : 0px;
}
#divWelcomeBox a {
   color            : black;
   text-decoration  : none;
   font-size        : 11px;
}
#aNotYou {
	font-size        : xx-small;
	margin-left      : 10px;
}
#divWelcomeBox a:hover {
   color            : #330099;
}


/*******************/
/***   VENDORS   ***/
/*******************/


.VendorTablesSoldOut {
	position         : absolute;
	background       : url(../images_Vendor/VendorTablesSoldOut.gif);
	filter           : alpha(opacity = 50);
	-moz-opacity     : 0.5;
	-khtml-opacity   : 0.5;
	opacity          : 0.5;      
}
.VendorArea {
	margin-bottom    : 24px;
}
.VendorArea a {
	border           : 0px;
	text-decoration  : none;
}
.VendorArea img {
	border           : 0px;
	height           : 100px;
	width            : 690px;
}
.VendorArea span {
	color            : #666;
	position         : relative;
	top              : 100px;
	left             : auto;
	font-size        : 8pt;
	line-height      : 10px;
	text-indent      : 0px;
	margin           : 0px;
	overflow         : hidden;
	border           : 1px solid gray;
	padding          : 1px 3px 1px 3px;
	background-color : #FFCC66;
	float            : left;
}
.VendorArea p {
	font-size        : 8pt;
	line-height      : 10px;
	margin-top       : 1px;
	font-style       : oblique;
}	



/*****************/
/***   BOXES   ***/
/*****************/



.BoxItem {
   padding          : 0px 0px 0px 0px;
   width            : 500px;
   margin-top       : 16px;
   margin-left      : 10px;
   margin-right     : 10px;
   border-left      : 2px solid #F1EED4;
   border-right     : 2px solid #F1EED4;
   border-top       : 2px solid #F1EED4;
   border-bottom    : 2px solid #F1EED4;
}
.BoxItemMine {
   padding          : 0px 0px 0px 0px;
   width            : 500px;
   margin-top       : 16px;
   margin-left      : 10px;
   margin-right     : 10px;
   border           : 1px solid #706D32;
}
.BoxItemYours {
   padding          : 0px 0px 0px 0px;
   width            : 500px;
   margin-top       : 16px;
   margin-left      : 10px;
   margin-right     : 10px;
   border           : 1px solid green;
   background       : url(CheckBoxYes.gif) bottom right no-repeat;
}
.BoxSubject {
   background-color : #F1EED4;
   padding          : 4px 4px 4px 4px;
}
.BoxDateName {
   padding          : 0px 4px 0px 4px;
}
.BoxBody {
   background-color : #F1EED4;
   padding          : 4px 4px 4px 4px;
}
.BoxFooter {
   padding          : 0px 4px 0px 4px;
}
.BoxFooter ul {
   padding          : 0px 0px 0px 0px;
   margin           : 0px 0px 0px 0px;
}
.BoxFooter li {
   list-style-type  : none;
   display          : inline; 
   padding          : 0px 0px 0px 10px;
}



/*********************/
/***  POPUP STUFF  ***/
/*********************/



body.Popup {
   background       : #CC0000;
}
#divPopupContainer {
   padding          : 10px;
   margin           : 20px;
   background       : white;
   border           : black 5px solid;
}
#divPopFooter {
   font-size        : 0.9em;
   line-height      : 1.1em;
   padding-top      : 3em;
   padding-bottom   : 2em;
}


/**********************/
/***   POPUP MENU   ***/
/**********************/



ul.AltKeys {
   padding          : 0px 0px 0px 0px;
   margin           : 0px 0px 0px 0px;
}
ul.AltKeys li {
   list-style-type  : none;
   display          : inline;
   padding          : 0px 10px 0px 0px;
}



/***************/
/***   FAQ   ***/
/***************/


.FaqItem {
   padding          : 2px;
   width            : 500px;
   margin-top       : 16px;
   margin-left      : 10px;
   margin-right     : 10px;
}
.FaqQuestion {
   font-sizE        : 1.2em;
   font-weight      : bold;
   color            : darkblue;
}
.FaqTitle {
	display          : none;
}



/********************/
/***   MOC CARD   ***/
/********************/



#divMocSheet {
	border:0px dotted green;
	width            : 7in;
	height           : 10in;
}
.MocCard {
	background-color : white;
	font-family      : Comic Sans MS;
	float            : left;
	height           : 190px;
	width            : 330px;
	margin           : 2px;
	padding-left     : 0px;
	padding-top      : 0px;
	padding-right    : 0px;
	padding-bottom   : 0px;
	overflow         : hidden;
}
.ColumnLeft {
	width            : 60px;
	height           : 2in;
}
.BFLogo {
	width            : 63px;
	height           : 77px;
	position         : relative;
	top              : 7px;
	left             : 5px;
}
.MocNumber {
	color            : #666;
	width            : 52px;
	height           : 50px;
	font-size        : 12pt;
	position         : relative;
	left             : 0px;
	top              : 50px;
	text-align       : center;
}
.MocNumber small {
	font-size        : 8pt;
}
.TextRight {
	height           : 188px;
	position         : relative;
	top              : -2in;
	left             : 72px;
	width            : 259px;
	overflow         : hidden;
}
.TitleAndCreator {
	width            : 274px;
}
.TitleAndCreator h1 {
	font-size        : 14pt;
	margin           : 0px;
}
.TitleAndCreator h2 {
	font-size        : 12pt;
	margin           : 0px;
}
.TitleAndCreator h3 {
	font-size        : 10pt;
	font-weight      : normal;
	margin           : 0px;
}
.Thoughts {
	border-top       : 1px dotted grey;
	padding-top      : 6px;
	font-weight      : normal;
	font-size        : 12pt;
	overflow         : hidden;
}





/***********************/
/***   SPONSOR BOX   ***/
/***********************/



#divSponsor1, #divSponsor2 {
	display          : none;
	position         : absolute;
	left             : 930px;
}
#divSponsor1 {
	top              : 20px;
}
#divSponsor2 {
	top              : 260px;
}
#divSponsoredBy1, #divSponsoredBy2 {
	color            : #FFF;
	font-weight      : normal;
	font-size        : 0.8em;
	text-align       : center;
}	
#divSponsorImg1, #divSponsorImg2 {
	border           : black 5px solid;
	width            : 180px;
	height           : 180px;
}



/************************/
/***   OTHER EVENTS   ***/
/************************/



#divOtherEvents {
	display          : none;
	background-color : #FFFFFF;
	border           : 2px solid #666;
	overflow         : hidden;
	position         : relative;
	top              : -8px;
	padding          : 6px 0px 0px 0px;
	margin           : 0px;
	white-space      : nowrap;
}
#divOtherEvents ul {
	padding          : 0px;
	margin           : 0px;
}
#divOtherEvents li {
   padding          : 0px;
   font-size        : x-small;
	line-height      : 1.5em;
	white-space      : nowrap;
}
#divOtherEvents a {
	color            : #333;
	text-decoration  : none;
	border           : 0px;
	padding-left     : 12px;
	padding-right    : 12px;
}
#divOtherEvents li:hover {
	background-color : #CCC;
}
#divOtherEvents a:hover {
	color            : black;
}
#divPastEvent {
	color            : black;
   background-color : #FF00CC;
   position         : fixed;
   bottom           : 0px;
	width            : 100%;
	font-weight      : bold;
	text-align       : center;
}
#divSiteMessage {
	z-index          : 3;
	color            : black;
   background-color : #FF00CC;
   position         : fixed;
   top              : 0px;
	left             : 0px;
	width            : 100%;
	font-weight      : bold;
	text-align       : center;
}



/********************/
/***   THE REST   ***/
/********************/



#ulScheduleUpdates li {
	padding-top      : 8px;
}
#divLogo {
	display          : none;
}

