/* CSS Document */


body 
	{
	margin: 0px;
	margin-top: -2px;
	margin-bottom: -4px;
	margin-left: -2px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0, 0;
	background-attachment: fixed;
	color: rgb(0,0,0);
	background-color: rgb(197,197,209);
	}
img
	{
	border-style: none;
	border-width: 0px;
	border-color: rgb(77, 77, 77);
	}



/*Text styles */


.small
	{
	font-size: 11px;
	color: #000000;
	font-style: none;
	text-decoration: none;
	}
.large
	{
	color: rgb (0, 0, 0);
	font-size: 20px;
	font-weight: bold;
	}

a, a:visited 
	{
	color:#000000; 
	text-decoration: none;
	border-style: none;
	border-width: 0px;
	}
a:hover, a:hover:visited
	{
	font-weight: none;
	color: rgb(55,55,55);
	text-decoration: none;
	border-style: none;
	}



/*Text Input styles */


textarea, select, input
	{
	font-size: 14px;
	overflow: hidden;
	background-color: rgb(180, 180, 180);
	border-color: rgb(0, 0, 0);
        border-style: ridge;
	border-width: 1px;
	color: rgb(0, 0, 0);
	}	
input.line
	{ 
	width: 200px; 
	}
input.box
	{ 
	width: 40px;
	}
	
/*TextAREA styles, for building editing */
textarea.box
	{ 
	width: 33px; 
	height: 20px;
	font-weight: none;
	}
textarea.line
	{ 
	width: 260px; 
	height: 20px;
	font-weight: none;
	}
textarea.area
	{ 
	width: 260px;  	
	height: 60px;
	font-weight: none;
	}

/*Table styles */

table.entire_page
	{
	width: 100%;
	height: 90%;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: rgb(155,155,155);
	background-color: transparent;
	}
table.comic
	{
	min-height: 300px;
	width: 900px;
	text-align: left;
	margin: 0px;
	border-spacing: 0px;
	padding: 0px;
    	border-style: solid;
	border-width: 2px;
	border-color: rgb(155,155,155);
	border-collapse: separate;
	background-image: url("pageart/background.png");
	border-top-style: none;
	border-top-width: 2px;
	border-top-color: rgb(99, 99, 99);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: rgb(99, 99, 99);
	}
table.footer
	{
	width: 100%;
	color: rgb(0, 0, 0);
	font-size: 10px;
	position: absolute;
	bottom: 10px;
	text-align: center;
	}


/*Table:CELL styles */

table
	{
	border-collapse: collapse;
	border-spacing: 0px;
	}

td.title
	{
	vertical-align: top;
	color: rgb(255, 255, 255);
	border-spacing: 0px;
	padding: 0px;
	height: 75px;
	width: 100%;
	font-size: 18px;
	text-align: center;
	background-image: transparent;
	background-repeat: repeat-x;
	background-color: rgb(0, 0, 0);
	border-style: none;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: rgb(0,0,0);
	}
td.menu
	{
	height: 5px;
	text-align: center;
	background-color: rgb(0,0,0);
	border: 5px;
	spacing: 5px;
	margin: 5px;
	}
td.content
	{
	vertical-align: top;
	color: rgb(255, 255, 255);
	border-spacing: 1px;
	padding: 10px;
	height: 110px;
	width: 100%;
	font-size: 12px;
	text-align: left;
	background-image: transparent;
	border-style: none;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: rgb(0,0,0);
	}
td.comic_cell
	{
	vertical-align: top;
	text-align: center;
	color: rgb(0,0,0);
	border-spacing: 1px;
	padding: 0px;
	height: 0px;
	width: 100%;
	font-size: 12px;
	background-image: transparent;
	border-style: none;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: rgb(0,0,0);
	}
td.comic_nav
	{
	vertical-align: top;
	text-align: right;
	color: rgb(0,0,0);
	border-spacing: 0px;
	padding: 0px;
	height: 0px;
	width: 100%;
	font-size: 12px;
	background-image: transparent;
	border-style: none;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: rgb(0,0,0);
	}
tr
	{
	padding: 0px;
	}
