/*
   style/default.css:

   This is the default stylesheet for the iirc.net website.

   AUTHOR       : Peter Restall
   LAST MODIFIED: Sat Nov  8 10:47:49 GMT 2003
*/


/* Document body attributes */

body {
	background:	#ffffff;
	color:		#000000;
	text-align:	left,top;
	font-style:	bold;
}


/* The body-text table is used to contain the body text (duh :) */

#body_text_table {
	background:	#f8f8f8;
	color:		#000000;
	text-align:	top,left;
	font-weight:	bold;
}


/* The body text should have a label (or a title, whatever...) */

#body_text_label {
	color:		#000000;
	text-align:	left,top;
	font-weight:	bold;
	font-size:	200%;
	font-stretch:	wider;
	border:		0;
}


/* We have a little 'back' button in the top-right corner of the browser */

#body_back_label {
	text-align:	right,bottom;
	font-weight:	bold;
}


/* Any bits that appear in tables that are destined for the body text can be
   marked as such */

#body_text {
	color:		#000000;
	text-align:	justify;
	font-weight:	bold;
}


/* The logo appears in its own table row; this is the style of that */

#right_logo_bar {
	background:	#ffffff;
	text-align:	right,top;
}

#left_logo_bar {
	background:	#1c6fc6;
	text-align:	right,top;
}


/* We have a menu bar just below the logo bar */

#menu_bar {
	background:	#000070;
	color:		#ffffff;
	text-align:	left,center;
	font-weight:	bold;
}


/* The little 'copyright' span at the bottom of the pages */

#copyright {
	background:	#eaeaea;
	color:		#000000;
	font-size:	small;
	font-style:	italic;
}


/* How we write 'IIRC.net' */

#iirc_dot_net {
	font-size:	larger;
	font-style:	italic;
}


/* The general table style */

#general_table {
	border:		2px;
	background:	#000070;
}


/* The general table-header style */

#general_th {
	background:	#1c6fc6;
	color:		#ffffff;
	text-align:	left,center;
	font-weight:	bold;
}


/* The general table-data styles (alternating) */

#general_td1 {
	background:	#f8f8f8;
	color:		#000000;
	text-align:	left,center;
	font-weight:	normal;
}

#general_td2 {
	background:	#eaeaea;
	color:		#000000;
	text-align:	left,center;
	font-weight:	normal;
}
