/******************************************************************************
 *	
 *	Standard Elements (By Name)
 *	
 *****************************************************************************/

/*  Anchors  */
a
{
	color:  #00a20e;
	text-decoration:  none;
}
a:hover
{
	color:  #00ff00;
	text-decoration:  underline;
}

/*  Body  */
body
{
	background-color:  #000000;
	color:  #ffffff;
	font-size:  2;
	font-family:  "Lucida Console", monospace;
}

/*  Headers */
h1
{
	color:  #00a20e;
	font-size:  18pt;
	font-weight:  normal;
}
h2
{
	color:  #00a20e;
	font-size:  16pt;
	font-weight:  normal;
}

/*  Images  */
img
{
	border:  0px none #000000;
}

/*  Tables  */
table
{
	empty-cells:  show;
}

/******************************************************************************
 *	
 *	Special Elements (By Order of Creation)
 *	
 *****************************************************************************/

/*  This is the table that holds the whole page  */
table.body
{
	border:  0px none #000000;
	width:  100%;
	font-size:  normal;
}

/*  This is where the content of the page goes  */
table.content
{
	border:  0px none #00a20e;
	height:  100%;
	width:  100%
}

/*  This is the navigation table  */
table.nav
{
	border:  0px none #00a20e;
	height:  100%;
	width:  150;
	background-image:  url(http://fortescomics.net/themes/default/digiBackground.png);
	color:  #00a20e;
	font-family:  "Lucida Console", monospace;
}

/*  This is the part you hover over to get the menus to come out  */
table.deploy
{
	border: 0px none #000000;
	color:  #00a20e;
	font-family:  "Lucida Console", monospace;
	font-size:  12pt;
	background-image:  url(http://fortescomics.net/themes/default/ani5frame1.gif);
	width:  150;
	height:  50;
}
table.deploy:hover
{
	border: 0px none #000000;
	color:  #00a20e;
	font-family:  "Lucida Console", monospace;
	font-size:  12pt;
	background-image:  url(http://fortescomics.net/themes/default/aniButton5.gif);
	width:  150;
	height:  50;
}

/*  These are the menus  */
table.menu
{
	border:  2px outset #00a20e;
	visibility:  hidden;
	background-color:  #000000;
	background-image:  url(http://fortescomics.net/themes/default/digiBackground2.png);
	position:  absolute;
}
td.menu
{
	border-bottom:  1px solid #00a20e;
}
td.menu:hover
{
	border-bottom:  1px solid #00a20e;
	background-image:  url(http://fortescomics.net/themes/default/digiBackground.png);
}

/*  These are the tables that hold the content and nav  */
table.container
{
	border:  0px none #000000;
	padding: 0, 0, 0, 0;
}

/*  These are the image-based borders for the container  */
td.tl
{
	height:  20;
	width:  20;
	background-image:  url(http://fortescomics.net/themes/default/tl.png);
	background-repeat:  no-repeat;
}
td.t
{
	height:  20;
	background-image:  url(http://fortescomics.net/themes/default/t.png);
	background-repeat:  repeat-x;
}
td.tr
{
	height:  20;
	width:  20;
	background-image:  url(http://fortescomics.net/themes/default/tr.png);
	background-repeat:  no-repeat;
}
td.l
{
	width:  20;
	background-image:  url(http://fortescomics.net/themes/default/l.png);
	background-repeat:  repeat-y;
}
td.r
{
	width:  20;
	background-image:  url(http://fortescomics.net/themes/default/r.png);
	background-repeat:  repeat-y;
}
td.bl
{
	height:  20;
	width:  20;
	background-image:  url(http://fortescomics.net/themes/default/bl.png);
	background-repeat:  no-repeat;
}
td.b
{
	height:  20;
	background-image:  url(http://fortescomics.net/themes/default/b.png);
	background-repeat:  repeat-x;
}
td.br
{
	height:  20;
	width:  20;
	background-image:  url(http://fortescomics.net/themes/default/br.png);
	background-repeat:  no-repeat;
}
