/*                                     */
/* Stylesheet for the TokyoRent website project */
/* created by BigMikan Productions - 2005 */

body.tokyorent {
/* sets the webpage background color and margins */
	margin: 10px 10px 10px 10px;
	border: 0;
	padding: 0;
	background-color: #003366;
	text-align: center;
}

div.tokyorent {
	margin: 10px 10px 10px 10px;
	border: 0;
	padding: 0;
	background-color: #003366;
	text-align: center;
}

table.bannerimg {
/* not currently used */
	border: none;
	width: 720px;
	
}

table.news {
	background-color: #F0E68C;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}

td.news {
	margin: 5 px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

span.newsheadline {
	background-color: Navy;
	color: White;
}

table.sidebarhighlight {
	/* provides the nice accent around the sidebars 
	   and sets the sidebar width  */
	width: 195;
	background-color: #DCDCDC;
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
}

td.sidebarbackground {
	/* main background for the sidebars */
	background-color: #c0c0c0;
	border-color: #808080;
	font-size: 10;
	
	font-family: Arial;
}

table.sidebarbox {
	/* highlight line around each set of boxes */
	align: "middle";
	width: 98%;
	margin: 2px 2px 2px 2px;
	background-color: gray;
	border: 0;
	border-color: #ffffff;
}

td.sidebarboxdark {
/* sidebar dark header */
	text-align: center;
	background-color: #003366;
	font-size: 12;
	color: white;
	font-family: Arial;
	font-weight: bold;
}

td.sidebarboxlight {
/* sidebar light header */
	text-align: center;
	background-color: red;
	font-size: 12;
	color: white;
	font-family: Arial;
	font-weight: bold;
}

tr.sidebartextbox {
/* sidebar text box formating */
	background-color: white;

}

td.sidebartext {
/* sidebar text formatting */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

td.sidebartextcenter {
/* sidebar text formating and centering */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}

div.giantemphasis {
/* extreme emphasis for strong text messages */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	color: red;
}

table.centerhighlight {
	/* provides the nice accent around the center column */
	width: auto;
	background-color: #DCDCDC;
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
}

table.centerbox {
	/* highlight line around each set of boxes */
	align: "middle";
	width: auto;
	background-color: gray;
	border: 0;
	border-color: #ffffff;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

table.copyright {
	align ="middle";
	width: 100%;
	background-color: gray;
	border: 0;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-color: #ffffff;
}

td.copyright {
	background-color: #003366;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

td.notes {
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	}

div.bigmikancredits {
	MARGIN: 1em auto;
	FONT-size: 11px;
	font-family: arial,sans-serif;
	TEXT-ALIGN: center;
	color: black;
}

ul.faq {
	margin-left: 10px;
}

li.faq_q {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

li.faq_q2 {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

blockquote.faq {
	margin-left: 10px;
	
}

/* map page table styles */

td.xl26 {
	text-align: center;
	border-color: Gray;
	border-style: solid;
	border-width: 1px;
	font-size: x-small;
}

td.xl99 {
	text-align: center;
	background-color: Yellow;
	border-color: Gray;
	border-style: solid;
	border-width: 1px;
	font-size: x-small;
}

td.xl98 {
	text-align: center;
	background-color: Yellow;
	font-size: x-small;
}

td.xl25 {
	text-align: left;
	border-color: Gray;
	border-style: solid;
	border-width: 1px;
		font-size: x-small;
}

td.xl29 {
	background-color: Black;
	color: White;
	text-align: center;
	font-weight: bolder;
	font-size: x-small;
}

td.xl24 {
background-color: Gray;
	color: White;
	text-align: center;
	font-weight: bolder;
		font-size: x-small;
}
