/* styles.css for www.doowoptaxi.com */

body {
	color: black;
	background: #ffcc33;
	background-image: url('taxiback.gif');
	background-repeat: repeat-y;
	margin-left: 16px;
	font-family: sans-serif;
	font-size: 12pt;
	scrollbar-arrow-color: #ffcc33;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-track-color: #ffcc33;
	text-shadow: #666666 0px 1px 2px;
}

td {
	font-family: sans-serif;
	font-size: 12pt;
}

a {
	color: navy;
	text-decoration: none;
}

a:visited {
	color: navy;
}

a:hover {
	color: navy;
	text-decoration: underline;
}

a:active {
	color: red;
}

.menu {
	color: #ffcc33;
	background: silver;
	font-size: 8pt;
	line-height: 16px;
	padding-left: 2px;
	padding-right: 4px;
	width: 140px;
	/*	margin-bottom: -1px; */
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px gray solid;
	float: left;
	background: silver url(http://www.doowoptaxi.com/buttonstates.jpg) no-repeat scroll 0 0;
	background-position: center 0;
	text-shadow: #000000 1px 1px 0px;
}

div.menu {
	color: #ffcc33;
	text-decoration: none;
	border-top: 1px black solid;
	border-left: 2px black solid;
	border-right: 2px black solid;
	border-bottom: 1px black solid;
	padding-left: -1px;
	background: black url(http://www.doowoptaxi.com/buttonstates.jpg) no-repeat scroll 0 -50;
	background-position: center -50;
}

a.menu {
	color: black;
	padding-left: 4px;
	text-shadow: #ffffff 1px 1px 1px;
	font-weight: bold;
}

a.menu:visited {
	color: black;
}

a.menu:hover {
	color: #cccccc;
	text-decoration: none;
	border-top: 1px silver solid;
	border-left: 2px silver solid;
	border-right: 3px black solid;
	border-bottom: 1px black solid;
	padding-left: -1px;
	padding-right: 1px;
	float: left;
	background: black url(http://www.doowoptaxi.com/buttonstates.jpg) no-repeat scroll 0 -50;
	background-position: center -50;
	text-shadow: #000000 1px 1px 1px;
}

a.menu:active {
	color: #cccccc;
	border-top: 2px black solid;
	border-left: 3px black solid;
	border-right: 2px gray solid;
	border-bottom: 0px gray solid;
	padding-left: -1px;
	float: left;
	background: gray url(http://www.doowoptaxi.com/buttonstates.jpg) no-repeat scroll 0 -100;
	background-position: center -100;
	text-shadow: #000000 -1px -1px 1px;
}

.bold {
	font-weight: bold;
}

.smaller {
	font-size: x-small
}

/* .cd is used for CD label images of 64 x 64 pixels */

.cd {
	width: 64px; height: 64px;
	background: #666666;
	color: #ffcc33;
	border: 1px #ffcc33 solid;
	font-family: sans-serif; font-size: 8pt;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
}

/* .ad and .ad img are used for some small CD label images of 126 pixels wide */

.ad {
	width: 126px;
	text-align: center
}

.ad img {
	width: 126px
}

/* EoF */
