/* Ropecon 2002: base stylesheet for screen media */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a.navi {
	font-family: Arial, sans-serif;
}

a.navi:link {
	font-size: 90%;
	font-weight: bold;
}

a.navi:visited {
	font-size: 90%;
	font-weight: bold;
}

a.navi:hover {
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
}

a.navi:active {
	font-size: 90%;
	font-weight: bold;
}

span.navi {
	font-family: Arial, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}

a.subnavi {
	font-family: Arial, sans-serif;
}

a.subnavi:link {
	font-size: 80%;
	font-weight: bold;
}

a.subnavi:visited {
	font-size: 80%;
	font-weight: bold;
}

a.subnavi:hover {
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
}

a.subnavi:active {
	font-size: 80%;
	font-weight: bold;
}

span.subnavi {
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}

img { display: block; }

h1 {
	font-size: 180%;
	font-weight: bold;
}

h2 {
	font-size: 130%;
	font-weight: bold;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#mainbox {
	width: 750px;
	border: 1px solid #000000;
}

#mainbox-full {
	width: auto;
	border: 1px solid #000000;
}

#textbox {
	color: #000000;
	background-color: #ffffff;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

#menubox {
	float: right;
	padding: 1em;
	border: 1px solid #000000;
}

#choicebox {
	padding-top: 1em;
}

.submenubox {
	margin: 5px; padding-left: 1em;
}

table.stattable {
	border: 1px solid #006e83;
}

.badbrowser {
	display: none;
}

.framed {
	border: solid 1px #bbbbbb;
}

