#!/usr/bin/perl

# $Ringlet: perl/www/mbaf/mbaf.css,v 1.2 2004/11/19 07:56:09 roam Exp $

$s =   <<EOF


.fontMiniStyle  	{ font-family: Century Gothic; font-size: xxx-small; font-weight: bold; }

.darkBackground 	{ background-color: #E7D7B9; }
.plainBackground	{ background-color: #ffffff; }
.descBack			{ background-color: #F7E7C9; }
.areaBack			{ background-color: #C8C4a1; color: #443f24; font-family: Trebuchet MS; font-size: 11px; padding: 2px; }
.areaBackLight		{ background-color: #D0C4a1; color: #443f34; font-family: Trebuchet MS; font-size: 11px; padding: 2px;}

.titleColumnStyle	{ 	border-right: 3px dotted #F7E7C9;   
						width: 70%;
						padding: 2px;
					}

.threadsTable		{	width: 100%;
						margin-left: auto;
						margin-right: auto;
						border: 0px;
						border-bottom: 1px dotted #F7E7C9;
						
					}
					
.titleLinkStyle:hover	{	font-weight: bold;
				
					}					
					
.titleLinkStyle		{	width: 600px;
						font-size: 12px;
					}

.authorColumnStyle	{ background-color: #F7E7C9; 
					  border-right: 3px dotted #FFF6E0;
					  white-space: nowrap; 
					  padding-top: 2px;
					  padding-bottom: 2px;
					  padding-right: 4px; 
					  padding-left: 4px;
					  text-align: center;
					  width: 20%;
					 }

.authorColumnStylePlain
					{	
						background-color: #F7E7C9;
					 	border-right: 0px;
					 }
.dateColumnStyle	{ text-align: right;
					  padding: 2px;
					  padding-right: 4px;
					  padding-left: 4px;
					  font-size: 10px;
					  width: 10%;
					}

.messageBoard		{ padding:		15px;
        			  padding-top:	10px;
        			  margin-left:	auto;
        			  margin-right:	auto;
        			  width: 		87%;
					}


.messageBoard	a,
.messageBoard 	a:link, 
.messageBoard 	a:visited,
.messageBoard 	a:active
					{
					  text-decoration: none;					
					}
					
.flatMessageBody	{ font-family: Century Gothic; 
					  font-size: 11px;
					  padding: 4px;
					}
					
.flatMessageBody:hover { background-color: #F8F0E0;	}
			

.fontSmallStyle 	{ font-family: Century Gothic; font-size: 10px; }
.fontStyle			{ font-family: Century Gothic; font-size: 12px; }
.fontLinkStyle		{ font-family: Century Gothic; font-size: 10px; font-weight: color: #214121 }

.captionTable		{ font-family: Trebuchet MS; 
					  font-weight: 700; 
					  color: #efefef; 
					  border-collapse: collapse; 
					  border-color: #5F6F6F;
					  width: 100%; 
					  border-bottom: 3px #5F6F6F double ;
					  border-color-dark: #990033; 
					  border-color-light: #800000; 
					  background-color: #808020; 
					}

.transparentBorder	{ border-color: #ffffff; 
					  border-collapse: collapse; 
					  border-color-light: #ffffff; 
					  border-color-dark: #ffffff;    
					}
					
.bottomBorder		{ font-family: Century Gothic; 
					  padding: 0px;
					  padding-left: 1em;
					  margin: 0px;
					}

.bottomBorder td 	{ font-weight: bold;
					  font-size: 10px;
					  text-align: center; 
  					  border-bottom: 1px solid #E7D7B9;
  					  padding-top: 1px;;
  					  padding-bottom: 1px;
 					  white-space: nowrap; 
 					}

#testDistroPage		{	border: 0px; 
						width: 85%; 
						margin: auto; 
						padding: 0px;
					}

#testDistroPage td	{ 	padding-left: 1em; padding-right: 1em; }

#testDistroPage tr:hover td { border-top: 1px dotted #C7B7A9; border-bottom: 1px dotted #C7B7A9 }


.projectsTable	{ width: 70%; font-size: 10pt; padding-top: 2em; width:100%; }
.projectsTable a { border-bottom: 1px dotted #A34A12 }
.projectsTable a:hover { border-bottom: 1px dotted #561F0B}
.projectTitle		{ font-size: 12pt; background-color: #F7E7C9 }
.projectsLeft		{ width: 30%;vertical-align: top; font-family: Verdana, sans-serif; font-weight: bold; text-align: right; padding-right: 1em; background-color: #F7E7C9}
.projectsRight	{ width: 70% vertical-align: top; text-aling: justify; }

#projectsIntro	{ font-family: Century Gothic; font-size: 10pt; }
#introTitle			{ padding-left: 2em ; font-size: 12pt; padding-bottom: 1em; font-weight: bold; font-family: Verdana; padding-top: 2em; }

EOF
;
print "Content-Type: text/css\nContent-Length: ".length($s)."\n\n$s";

# a:visited			{ text-decoration: none; color: #808020; font-weight: bold; }
# a					{ text-decoration: none; color: #60A060; font-weight: bold; }
# 
# 
# 
# textarea			{ font-family: Trebuchet MS; font-size: 11px; background-color: #5a5F3F; color: #f4ffc4;  }
# input				{ font-family: Trebuchet MS; font-size: 10px; background-color: #5a5F3F; color: #f4ffc4; border: 1px #eeffee dotted; padding: 2px; }
# select				{ font-family: Trebuchet MS; font-size: 11px; background-color: #5a5F3F; color: #f4ffc4; border: 1px #eeffee dotted; }


