/*
default.css

Description:
Default stylesheet used by all browsers, in all media modes.

Version
0.9 - April 28, 2005

Author:
Sing Chan, sing_chan@grey.net
*/



/* Import newer browser stylesheet */
@import url("default_screen.css");



/* common HTML element styles */

body, div, th, td, p, a, h1, h2, h3, h4, h5, h6, li, address, blockquote {
	font-family: 'Trebuchet MS', sans-serif;
}

a:lang(ja) {
	font-family: 'MS Mincho', sans-serif!important;
}

body {
	background: #FFF;
}

td, th {
	vertical-align: top;
	text-align: left;
}

h4, h5, h6 {
	font-size: medium;
}

h4 {
	color: #666;
}

h5 {
	color: #999;
}

h6 {
	color: #333;
	font-weight: normal;
	font-style: italic;
}

img {
	border: none;
}



/* column layout styles */

.colCenter {
	width: 60%;
}

.colLeft, .colRight {
	width: 20%;
}



/* element class styles */

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.error {
	color: #900;
}

.hidden {
	display: none;
}

.clear {
	clear: both;	
}

.micetype {
	font-size: 8pt;
	color: #666;
}

.deck p {
	font-weight: bold;
}

.tidbit {
	border-width: 1px 0px 0px 0px;
	border-type: solid;
	border-color: #CCC;
	margin-bottom: 1em;
}


/* named-element specific styles */

#logo {
	display: block;
	font-size: large;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#navTools, #formSearch {
	text-align: right;
}

#navPrimary, #navFooter {
	font-weight: bold;
	padding: 0px 0px 0.5em 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #666;
	width: 100%;
}

#navFooter {
	padding: 0.5em 0px 0px 0px;
	border-width: 1px 0px 0px 0px;
}

#navSecondary {
	margin-bottom: 2em;
}

#upgrade {
	margin-top: 1em;
	color: #900;
}

#title_flash, #content_flash {
	display: none;
}
