body {
   color            : black;
   background-color : #FFFFFF;
   font-family      : Verdana, Arial, Helvetica, sans-serif;
   margin           : 0px;
}
.tText3 {
   color            : #000000;
   font-size        : 11px;
   line-height      : 18px;
}
.tTitle3 {
   color            : #CC0000;
   font-size        : 14px;
   font-weight      : bold;
}
.tBulletMain { 
   list-style-type  : square;
   list-style-image : url(../images/BulletMain.gif);
   text-decoration  : none;
   line-height      : 16px;
}
.tSubTitle {
   color            : #FF3333;
   font-weight      : bold;
}
.tFooter {
   color            : #FFFFFF;
   font-size        : 10px;
   line-height      : 20px;
}
.tFooter:hover {
   color            : #660000;
   text-decoration  : none;
}
a {
   color            : #660000;
   text-decoration  : none;
   border-bottom    : 1px dotted gray;
}
a:hover {
   color            : #FF3333;
   text-decoration  : none;
}
small {
   color            : #666;
}
small a {
   color            : #333;
}
p {
	width            : 70%;
}


/***   HEADER   ***/


#divWelcomeBox, #divWelcomeBox2 {
   color            : #993300;
   text-align       : left;
}
#divWelcomeBox acronym, #divWelcomeBox2 span {
   color            : #652303;
}
#divWelcomeBox a, #divWelcomeBox2 a {
   color            : #933000;
   text-decoration  : none;
   font-size        : 11px;
}
#divWelcomeBox a:hover, #divWelcomeBox2 a:hover {
   color            : #652303;
   border-bottom    : 1px dotted #933000;
}




/***   MENU   ***/



td.MenuLeft {
   width            : 145px;
   height           : 29px;
   text-align       : center;
   background-color : #ECECEC;
}
td.MenuLeft a {
   font-size        : 11px;
   text-decoration  : none;
   font-weight      : bolder;
}
td.NiceText {
	font-size        : 8pt;
	font-weight      : normal;
   width            : 145px;
   background-color : #ECECEC;
}



/*   SUB MENU   */



#divSubMenu ul {
   padding          : 0px 0px 0px 0px;
   margin           : 0px 0px 0px 0px;
}
#divSubMenu ul li {
   list-style-type  : none;
   display          : inline;
   padding          : 0px 0px 0px 10px;
}



/***  SPECIAL STYLES  ***/



.tAlert {
   color            : red;
}
.tMsg {
   color            : green;
}
.tError {
   color            : red;
   font-weight      : bold;
}
.tAccessKey {
   border-bottom    : 1px dotted red;
   border-top       : 1px dotted red;
   background       : #FDB0B4;
}
div.Organize {
   border           : 1px dotted darkgray;
   padding          : 6px;
}
div.Organize p {
   margin-top       : 0px;
   margin-bottom    : 0px;
}
div.PostIt {
   background-color : #F8F85A;
   border           : 1px dotted #F26522;
   padding          : 6px;
}
quote {
   font-style       : italic;
}
acronym {
   color            : brown;
   font-weight      : bold;
   font-style       : oblique;
   border           : 0px;
}
.Map {
   color            : #666;
   font-size        : smaller;
}
.StickyNote {
   color            : #000;
   background-color : #FFFFCC;
   padding          : 10px;
   border           : 1px solid #F0DC7A;
   margin-top       : 5px;
}
.NonSticky {
   color            : #000;
   padding          : 10px;
   margin-top       : 5px;
}
.NeedMoney {
   background-color : #FF33FF;
}
.BackYellow {
   background-color : yellow;
}


/***  POPUP STUFF  ***/


body.Popup {
   background       : white;
   background       : url(../images/pop/PopHeaderBG.gif) top left repeat-x;
}
#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;
}



/***   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;
}



/***   GENERAL TABLES   ***/



table.FullWidth {
   width            : 100%;
   border-spacing   : 0px;
   border-collapse  : collapse;
   empty-cells      : show;
}

table.Standard {
   font-size        : 12px;
}
table.Standard thead, table.Standard tfoot {
   background-color : #B13F0B;
   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 td {
   padding-right    : 14px;
}
.Standard tr.Divide1 {
   background       : #DDDDDD;
   color            : black;
   font-weight      : bold;
}
.Standard tr.Divide1 small {
   color            : #333333;
}
td.Money {
   text-align       : right;
   padding-right    : 10px;
}
.EvenRow {
   background-color : #EEEEEE;
}
tr.CloseSection {
   background       : #DDDDDD;
   color            : black;
   font-weight      : bold;
}
tr.CloseSection td {
   border-bottom    : 1px solid #999;
}
tr.CloseSection small {
   color            : #666
}



/***   FAQ   ***/



.FaqItem {
   padding          : 2px;
   width            : 500px;
   margin-top       : 16px;
   margin-left      : 10px;
   margin-right     : 10px;
   border           : 2px solid #F1EED4;
}
.FaqQuestion {
   font-weight      : bold;

}



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;
}


#divLogo {
   position         : absolute;
   top              : 10px;
   right            : 10px;
   width            : 184px;
   height           : 222px;
   border           : 0px dotted red;
   background       : url(../images/banners/BrickFairBanner-184x222-Transparent.gif) top right no-repeat;
}

.CharacterPic {
	width            : 60px;
	height           : 60px;
}


.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;
}


/*********************/
/***   FAUX POPS   ***/
/*********************/



.FauxPop {
	display          : none;
	z-index          : 1;
	color            : black;
	font-size        : 10pt;
	background-color : #FF9F20;
	border           : 3px solid #5B040D;
	padding          : 12px 20px 12px 12px;
	position         : absolute;
	top              : 2px;
	left             : 2px;
	white-space      : nowrap;
}
.FauxPop form {
	padding          : 0px;
	margin           : 0px;
}
.FauxPop input {
	font-size        : 9pt;
}
.FauxPop .CancelButton {
	background-color : #CCC;
	color            : #000;
	border           : 1px solid #999;
	padding          : 3px;
	font-weight      : bold;
	line-height      : 8px;
	position         : absolute;
	top              : 0px;
	right            : 0px;
}
#divFauxDropdown {
	color            : black;
	background-color : white;
	border-right     : 2px solid #999;
	border-bottom    : 2px solid #999;
	border-left      : 2px solid #CCC;
	border-top       : 2px solid #CCC;
	position         : absolute;
	z-index          : 3;
	display          : none;
	min-width        : 30px;
}
#divFauxDropdown div {
	cursor           : pointer;
}
#divFauxDropdown div:hover {
	background-color : #CCC;
}





.Numbers {
	position         : relative;
	top              : -16px;
	left             : auto;
	font-size        : 8pt;
	line-height      : 10px;
	text-indent      : 0px;
	padding          : 0px;
	margin           : 0px;
	overflow         : hidden;
}
.ArtNumber {
	border           : 1px solid gray;
	padding-top      : 1px;
	padding-left     : 3px;
	padding-right    : 3px;
	background-color : #FFCC66;
	float            : left;
}
.RankNumber {
	color            : darkgreen;
	border           : 1px solid gray;
	border-left      : 0px;
	background-color : white;
	padding-top      : 1px;
	padding-left     : 3px;
	padding-right    : 3px;
	float            : left;
}
.MoveMe {
	color            : darkblue;
	background-color : white;
	position         : relative;
	top              : -30px;
	right            : auto;
	font-size        : 8pt;
	line-height      : 10px;
	text-indent      : 0px;
	margin           : 0px;
	overflow         : hidden;
	border           : 1px solid gray;
	padding-top      : 1px;
	padding-left     : 3px;
	padding-right    : 3px;
	float            : right;
}
