@-moz-document domain("boards.ign.com") {

/*	##############################################
	-Original bluetex- Colors / Textures / Sigs / Polls --

	Applies the original bluetex stylesheet to the boards.
	This is not meant to be combined with the following bluetex 2 styles: 

	Main Stylesheet
	Beveled Borders
	Stylized Polls
	Custom Font Size

(version 6.0312) */


/*------------------------- Optional bluetex Features -------------------------*/


/* ##### ICON BOARD MODE -- FEATURE DISABLED by default
    For the icon boards. 
    When you hover over a posted icon image, it will be magnified.
    Also all images will have a b1b3bc background and border. */

  /* ### DELETE THIS LINE TO ENABLE ICON BOARD MODE ### /*

.BoardRowBLink img[height="120"][width="160"] {
	background-color: #b1b3bc !important;
	border: #b1b3bc !important;
	padding: 20px !important
}
.BoardRowBLink img[height="120"][width="160"]:hover {
	min-width: 160px !important;
	min-height: 160px !important;
} /**/


/* ##### ITALICS HIGHLIGHTING -- FEATURE DISABLED by default
    This would make all italic TEXT appear on a light-grey background if it were enabled.
    Same effect as the blockquote, but could be annoying. */

   /* ### DELETE THIS LINE TO ENABLE ITALICS HIGHLIGHTING ### /*

.BoardRowB i {
	background-color: #C8C9D6 ! important; 
} /**/



/*------------------------- Original bluetex Stylesheet -------------------------*/




/* ##### STYLIZED HR LINES
    HR lines will appear blue and bumpy looking. */

td.BoardRowB[width="83%"] > hr,
	td.BoardRowB[width="83%"] > blockquote > hr,
	td.BoardRowB[width="83%"] > blockquote > blockquote > hr,
	td.BoardRowB[width="83%"] > blockquote > blockquote > blockquote > hr {	
		border-top: 1px solid #dde !important;
		border-bottom: 1px solid #99a !important;
		border-left: 1px solid #dde !important;
		border-right: 1px solid #99a !important;
		background: transparent !important;
		height: 3px !important;
}


/* ##### ROUNDED POLL BARS
    This makes the bars in polls look rounded */

img[src*="/images/pixel_poll_1.gif"] {
	padding: 22px 0px 0 0;
	overflow: hidden !important;
	height: 0px !important;
	background: url(http://lednerg.home.comcast.net/pixel_poll_1.gif) !important;
}
img[src*="/images/pixel_poll_2.gif"] {
	padding: 22px 0px 0 0;
	overflow: hidden !important;
	height: 0px !important;
	background: url(http://lednerg.home.comcast.net/pixel_poll_2.gif) !important;
}


/* ##### COLORS, TEXTURES, FONTS, ETC
    Main Stylesheet area */


/* Main Stylesheet area */

A {
	text-decoration: none;
}

A:hover {
	text-decoration: underline ! important;
}

.MainTable {
	background-color: #C9C9D0 ! important;
	text-decoration: none ! important;
}

.MainMenuRowAlt {
	background-color: transparent ! important;
	color: #AAFF00 ! important;
}

.MainMenuRow {
	background-color: #50546B ! important;
	text-decoration: none ! important;
}

.MainMenuLink {
	background-color: transparent ! important;
	color: white ! important;
	text-decoration: none ! important;
}

.MainMenuLinkLight {
	background-color: transparent ! important;
	color: #CCCCFF ! important;
	text-decoration: none ! important;
}

.BoardColumn {
	background-color: #8E92A4 ! important;
	text-decoration: none ! important;
}

.BoardColumnLink {
	background-color: transparent ! important;
	color: white ! important;
	text-decoration: none ! important;
}

.BoardRowA {
	background: url(http://lednerg.home.comcast.net/blue_sidebar.gif) #b1b3bc ! important;
	text-decoration: none ! important;
}

.BoardRowALink {
	background-color: transparent ! important;
	color: #660000 ! important;
	text-decoration: none ! important;
}

.BoardRowB {
	background: url(http://lednerg.home.comcast.net/blue_message.gif) repeat-x #C1C2C9 ! important;
	text-decoration: none ! important;
}

.BoardRowBSticky {
	background-color: #c0c2d4 ! important;
	color: black ! important;
	text-decoration: none ! important;
}

.BoardRowBLink {
	background-color: transparent ! important;
	color: #660000 ! important;
	text-decoration: none ! important;
}

.SubjectLink {
	background-color: transparent ! important;
	color: #000066 ! important;
	text-decoration: none ! important;
}

a.SubjectLink {
	background-color: transparent ! important;
	color: #000066 ! important;
	text-decoration: none ! important;
}

a.SubjectLink:active {
	background-color: transparent ! important;
	color: white ! important;
	text-decoration: none ! important;
}

a.SubjectLink:visited {
	background-color: transparent ! important;
	color: #002266 ! important;
	text-decoration: none ! important;
}

a.SubjectLink:hover {
	background-color: transparent ! important;
	color: #5555cc ! important;
	text-decoration: none ! important;
}

.AuthorLink {
	background-color: transparent;
	color: #000099;
	text-decoration: none;
}

.AuthorLinkSmall {
	background-color: transparent;
	color: #000099;
	text-decoration: none;
}

.VersionText {
	background-color: transparent ! important;
	color: #000000 ! important;
	text-decoration: none ! important;
}

.InputSection {
	background-color: transparent ! important;
	color: black ! important;
	text-decoration: none ! important;
}

.InputNotes {
	background-color: transparent ! important;
	color: #3366ff ! important;
	text-decoration: none ! important;
}

.SignatureTitle {
	background-color: transparent ! important;
	font-family: verdana,arial,sans-serif ! important;
	display: none ! important;
	text-align: right ! important;
	font-size: 7pt ! important;
	color: #333366 ! important;
	text-decoration: none ! important;
}

.SignatureText {
	background: url(http://lednerg.home.comcast.net/blue_sig.gif) #BABDCE ! important;
	text-decoration: none ! important;
}


B     { font-weight: bold ! important; }
.red  { color: #880000 ! important; }
.grey { color: #999999 ! important; }
.statistictext { color: white ! important; }
.statisticvalue { color: yellow ! important; }

.QuotedText {
	background-color: #A1A3AC ! important;
	color: white ! important;
	text-decoration: none ! important;
}

.AdminMenuLink {
	background-color: transparent ! important;
	color: #FFCC99 ! important;
	text-decoration: none ! important;
}

table#userInfoRowTable {
	background-color: #50546B !important;
	color: #FFF !important;
}

table#userInfoRowTable a {
	color: #FFF !important;
}

/* tada */

}