/*
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 {
	line-height      : 1em;
	font-size        : 0.7em;
}
.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       : #CCC;
   border-right     : black 5px solid;
   border-bottom    : black 5px solid;
	width            : 122px;
	padding-left     : 10px;
	/* overflow         : hidden; */
}
#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             : 0px;
}
#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;
}
#divMainMenu span {
   background-color : #FFCC00;
}
#divFeeScale {
	background       : url(gold/1x1sWhite.gif) no-repeat;
	padding-top      : 30px;
}
#divFeeScale table {
	font-size        : 8pt;
	font-weight      : normal;
}
#divFooter {
	background       : url(gold/1x1sWhite.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       : url(gold/PurpleBGafol.gif);
   font-family      : Verdana, Arial, Helvetica, sans-serif;
   margin           : 0px;
}
body.Admin {
	background       : white;
	background-image : url();
}
#divHeader {
	position         : absolute;
	top              : 0px;
	left             : 132px;
	height           : 125px;
	width            : 1100px;
	background       : url(gold/TopBGafol.gif);
	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;
   background       : no-repeat top left url(gold/SiteNameAfol.gif);
}
h2.SiteDesc {
	display          : none;
}
#divContainer {
   position         : absolute;
   top              : 130px;
   left             : 122px;
   padding          : 0px 20px 0px 20px;
   margin           : 0px;
}



/********************/
/***   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 #CCC;
}
.CentralBox p {
	margin-bottom    : 4px;
   line-height      : 1.2em;
}
.imgMain {
	float            : right;
	border           : 5px solid #330099;
	margin-left      : 10px;
	margin-bottom    : 10px;
}
.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;
}



/**************************/
/***   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;
}



/*****************/
/***   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;
}



/***********************/
/***   WELCOME BOX   ***/
/***********************/



#divWelcomeBox {
   color            : black;
   position         : absolute;
   top              : 100px;
   left             : 8px;
   text-align       : left;
}
#spnAfolUserName {
   color            : brown;
   font-weight      : bold;
   font-style       : oblique;
   border           : 0px;
}
#divWelcomeBox a {
   color            : black;
   text-decoration  : none;
   font-size        : 11px;
}
#divWelcomeBox a:hover {
   border-bottom    : 1px dotted #933000;
}


/*******************/
/***   VENDORS   ***/
/*******************/


.VendorArea {
	margin-bottom    : 14px;
	/* border : 1px dotted orange; */
}
.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   ***/
/*****************/


/***   FORUM BORDERS   ***/



.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       : white;
}
#divPopupContainer {
   padding          : 0px 20px 0px 20px;
   margin           : 40px 0px 40px 0px;
   background       : white;
   min-width        : 90%
}
#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;
   /* border           : 2px solid #F1EED4; */
}
.FaqQuestion {
   font-sizE        : 1.2em;
   font-weight      : bold;
   color            : darkblue;
}
.FaqTitle {
	display          : none;
}







#ulScheduleUpdates li {
	padding-top      : 8px;
}



#divLogo {
	display          : none;
   position         : absolute;
   top              : 0px;
   left             : 670px;
   width            : 130px;
   height           : 125px;
   background       : url(gold/HalfSpaceManAfol.jpg) no-repeat;
}
