/*************************************************************
*
* $Id: style.css,v 1.5 2004/05/09 12:02:07 aquarion Exp $
*
* *Version:			$Revision: 1.5 $
*
* Purpose:			IdleRPG Bot - Stats page
*
* Date Created:		12/04/2004
* *Date Modified:	$Date: 2004/05/09 12:02:07 $
* 
* Creator:			NA
* *Modifier:				
*
* *Changelog:
*        $Log: style.css,v $
*        Revision 1.5  2004/05/09 12:02:07  aquarion
*        + Command list
*
*        Revision 1.4  2004/04/15 21:17:03  aquarion
*        *** empty log message ***
*
*        Revision 1.3  2004/04/13 19:52:20  aquarion
*        Distance table for stats page
*
*/

ins {
	text-decoration: none;
	font-style: italic;
}

h1.title {
	margin: 0;
	background: #330099;
	color: white;
	font-style: italic;
	border-bottom: 1px solid black;
}

body {
	margin: 0;
	background: white;
	color: black;
}


.menu a {
	color: white;
}

p, table, dl {
	margin-left: 4px;
}

dt {
	font-weight: bold;
}

dt.new  {
	font-style: oblique;
}

.oblique {
	font-weight: bold;
	font-style: oblique;
}

span.attribute{
	color: #330099;
}

dd {
	margin-bottom: 5px;
}

kbd {
	color: #996699;
	border: 1px solid #996699;
	padding-left: 2px;
	padding-right: 2px;
}

.menu {
	margin: 0;
	background-color: #9999FF;
	border-bottom: 1px solid black;
	color: white;
	height: 1.4em;
	text-align: center;
}

.menu ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	height: .5em;
	float: right;

	}

.menu li{
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

.mainmenu li a{
	color: white;
	}

.menu li:before {
	content: "\007C \0020";
	}
	
.menu li.first:before {
	content: "\005B \0020";
	}

.menu li.last:after {
	content: "\0020 \005D";
	}


.odd  { background-color: #FEFFD9;}
.even { background-color: #FFFFFF;}
.hlodd  { background-color: #69B7FF;}
.hleven { background-color: #B7DCFF;}

.odd:hover  { background-color: #FCFFA5;}
.even:hover { background-color: #F5F5F5;}
.hlodd:hover  { background-color: #55ADFF;}
.hleven:hover { background-color: #A3D3FF;}

table {
	border: 1px solid black;
	padding: 0;
	border-collapse: collapse
}

td, th, tr {
	border-left: 1px solid black;
	margin: 0;
	text-align: center;
	vertical-align: center;
}

th, td.header {
	background-color: #FFFFC0;
}

td.header {
	border: 1px solid black;
}