/* Basic stylesheet for TidBITS Article Database - Mac OS */
/* Geoff Duncan */
/* last updated Dec 30 2003 */


body 				{ color: black; background: white; }


/* Generic sans-serif classes */
.ss					{ font-family: Geneva, Helvetica, sans-serif; }
.ss10				{ font-family: Geneva, Helvetica, sans-serif; font-size: 0.8em; }


/* poll and quiz support */
.polltitle	 		{ font-family: Geneva, Verdana, Arial, sans-serif; font-size: 0.8em }
.pollquestion		{ font-family: Geneva, Verdana, Arial, sans-serif; font-size: 0.75em }
.polltext  			{ font-family: Geneva, Verdana, Arial, sans-serif; font-size: 0.75em }


/* PayBITS */
.paybits  			{ font-family: Geneva, Verdana, Arial, sans-serif; font-size: 0.8em;
					   text-align: center; border: thin solid gray; 
					   background: #FFFFE6; padding: 1em }


/* Try to keep monospaced preformatted text in line */
/* Works in Comm 451, not Explorer 4.5, which can't seem to detect the end of PRE text */
PRE
{
	font-family: Monaco, Courier, monospace ;
	font-size: 11px ;
	padding: 0.2em;
} 


/* Link colors and hiliting... */
/* Fails badly in long links, PRE formatted text in MSIE4.5; non-functional in Mozilla  */
A:link     			{ color: blue; }
A:visited   		{ color: #330066;}
A:hover   			{ color: #990000; text-decoration: underline; }
A:active			{ color: #990000; text-decoration: underline; }


.category {
	text-transform: uppercase;
	letter-spacing: 1px;
	font: bold 10px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}


/* Take Control promotion styles */

.TC_box			{
				font-family: Helvetica, Verdana, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
				padding: 10px;
				background: #FFC;
				border: solid 1px #F30;
				}
		
.TC_text		{
				font-family: Helvetica, Verdana, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
				font-size: .8em;
				color: black;
				}


				.TC_text {
					font-family: Helvetica, Verdana, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
					font-size: .8em;
					color: black;
				}

				.TC_yellowBox {
					font-family: Helvetica, Verdana, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
					padding: 10px;
					background: #FFC;
					border: solid 1px #F30;
				}

