/***********************************************************************
*  MCP.CSS
*
*  (C) 2002 - Brent Gustafson - vitaflo.com
***********************************************************************/


BODY {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

BODY, P, LI, TABLE  { 
	font-family: Verdana, Courier, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #333333;
	line-height: 1.4em;
}

P { 
	margin: 0 0 1em 0; 
	padding:0 0 0.25em 0;
	font-size: 11px;
}

PRE {
	font-family: Courier New, Courier, monospace;
	font-size: 11px;
}

INPUT, TEXTAREA {
	background-color: #F7F7F7;
	border: 1px #888888 solid;
	font-size: 11px; 
	color: #333333; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 1px;
	vertical-align: bottom;
}

A {
	text-decoration: none;
}

A:link {
	color: #CC0033;
}

A:visited {
	color: #BB6666;
}

A:hover {
	color: #CC0033;
	text-decoration: underline; 
}

DIV.logo {
	font-weight: bold;
	background-color: #E2E2E2;
	padding: 10px;
	height: 34px;
	he\ight: 14px;
}

DIV.mid {
	background-color: #F7F7F7;
	border-top: 1px #888888 solid;
	border-bottom: 1px #888888 solid;
	padding: 12px 0px 12px 97px;
}

DIV.mid A:hover {
	text-decoration: none;
}

DIV.content {
	padding: 15px 0px 15px 100px;
	width: 550px;
	w\idth: 450px;
}

TABLE.nav TR {
	cursor: pointer;
	cursor: hand;
}

TD.name {
	width: 200px;
}

TD.size {
	width: 50px;
}

TD.kind {
	width: 75px;
}

TD.mod {
	width: 100px;
}

.page A:link {
	color: #CC3333;
}

.page	A:visited {
	color: #996666;
}

.dir {
	font-size: 10px;
}

.dir A:link {
	color: #0033CC;
}

.dir A:visited {
	color: #336699;
}

.link A:link {
	color: #006633;
}

.link A:visited {
	color: #669966;
}

.bin A:link {
	color: #993399;
}

.bin A:visited {
	color: #663366;
}

.date, .head {
	font-weight: bold;
	font-size: 10px;
}

.date A:link, .date A:visited, .date A:hover {
	text-decoration: none;
}

.error {
	color: #CC0066;
}
	
	
/***********************************************************************
*  END OF LINE
***********************************************************************/