body {
	margin: 0px;
	padding: 0px;
	background-color: #300000;
	font-family: Verdana;
	font-size: 10pt;
	color: #A8A8A8;
}

/* Fixing form spacing in tables */
form { margin-bottom: 0 ; }


A:link {COLOR: #CCCCCC; TEXT-DECORATION: none; }
A:visited {COLOR: #CCCCCC; TEXT-DECORATION: none; }
A:hover {COLOR: #A8A8A8; TEXT-DECORATION: none; font-style: italic;}
A:active {COLOR: #A8A8A8; TEXT-DECORATION: none; }

.navinfo {
	font-family: Arial;
	font-size: 7pt;
	color: #AAAAAA;
	background-repeat: repeat-x;
	background-color: #300000;
}

.navbar
{
	font-family: Verdana; 
	font-size: 7pt; 
	font-weight: bold;
	color: #FFFFFF;
	background-color: #300000;
	background-image: url(http://www.machinshin.org/system/images/ms-nav-bg.png);
}

.navbar A:hover {COLOR: #FFFFFF; TEXT-DECORATION: none; font-style: italic;}

.p { color: #00FF00; }
.y { color: #FFFF00; }
.b { color: #CCCCCC; }
.n { color: #FF0000; }

.r
{
color: #FF0000;
text-align: right;
}

table 
{ 
	border-width: 0px 0px 0px 0px; 
	border-spacing: 1px; 
}

tr, td, th 
{ 
	font-size: 10pt;
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
}

.row1 { background-color: #1F1F1F; }
.row2 { background-color: #2F2F2F; }
.row3 { background-color: #3F3F3F; }
/* ROW4 is used on the msp pages for unattended raids */
/* random comment! */
.row4 { background-color: #220000; }
.special { background-color: #000000; }

.main { background-color: #1F1F1F; }
.alt { background-color: #2F2F2F; }
.hover { background-color: #000099; }

th { background-color: #000000; }
tr { background-color: #1F1F1F; }

input, select, textarea
{ 
	background-color: #CCCCCC;
	color: #000000;
	font-family: arial, verdana, ms sans serif;
	font-size: 10pt;
	border: 1px solid; 
}

.error { color: #FF0000; font-weight: bold; }


/* Image-laden tables */
table.nospace 
{ 
	border-collapse: collapse;
	border-width: thin; 
	border-spacing: 0; 
	float: none; 
	padding: 0;
}
tr.nospace, td.nospace , th.nospace  
{ 
	border-width: thin;
	padding: 0px;
}
/* Frontpage */
table.frontpage, tr.frontpage, td.frontpage
{
	background-color: #300000;
	width: 100%;
	border:	0px;
	padding:	0px;
	text-align: center;
}
table.news, tr.news, td.news
{
	background-color: #300000; 
	width: 90%; 
	border:	0px;
	padding: 0px;
	table-layout: fixed;
}

td.topleft, td.topright, td.left, td.right, td.center, td.bottom, td.bottomright, td.bottomleft, td.blank 
{ 
	padding: 0px; 
	background-color: #300000;
}
th.header, td.header, th.footer, td.footer
{
	padding: 0px; 
	padding-top: 1.5ex;
	background-color: #300000;
}
td.center
{
	padding-left: 0.5ex;
	padding-right: 0.5ex;
	padding-top: 1ex;
}

td.header, th.header { background-image: url(http://www.machinshin.org/system/images/ms-news-top.png); font-size: 115%; font-weight: bold; }
td.footer, th.footer { background-image: url(http://www.machinshin.org/system/images/ms-news-bottom-thin.png); font-size: 105%; font-weight: bold; }
td.topleft { background-image: url(http://www.machinshin.org/system/images/ms-news-TL.png); background-repeat: no-repeat; }
td.topright { background-image: url(http://www.machinshin.org/system/images/ms-news-TR.png); background-repeat: no-repeat; }
td.left { background-image: url(http://www.machinshin.org/system/images/ms-news-left.png); background-repeat: repeat-y;  } 
td.right { background-image: url(http://www.machinshin.org/system/images/ms-news-right.png); background-repeat: repeat-y; }
td.center { background-image: url(http://www.machinshin.org/system/images/ms-news-bg.png); } 
td.bottom { background-image: url(http://www.machinshin.org/system/images/ms-news-bottom-thin.png); background-repeat: repeat-x; } 
td.bottomleft { background-image: url(http://www.machinshin.org/system/images/ms-news-BL-thin.png); background-repeat: no-repeat; } 
td.bottomright { background-image: url(http://www.machinshin.org/system/images/ms-news-BR-thin.png); background-repeat: no-repeat; } 

.pagination a, span.pagination
{
font: 10px Arial;
padding: 1px 4px;
border-style: solid;
border-width: 1px 1px;
}

.pagination p
{
margin-top: 0%;
margin-bottom: 0%;
}

.pagination p + p
{
margin-top: 1mm;
}

.pagination a:hover
{
color: #00FF00;
border-style: dotted;
}

.item
{
border-style: solid;
border-color: #000000;
}

p.item_margin
{
margin: 20em 0 0 0;
}


