/*                                              */
/* Stylesheet for the TokyoRent website project */
/* created by BigMikan Productions - 2005       */
/* modified 3/28/2011                           */


body.tokyorent {
/* sets the webpage background color and margins */
	font-family: sans-serif, arial, helvetica;
                                                   
	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 */
	text-align: left;
                        
	border: none;
	width: 100%;
	
}

img.bannerimg {
	height: 126px;
	border-color: white;
	border-style: none;
}

td.language-icons {
	float: right;
	text-align: right;
	vertical-align: top;
}

img.language-icons {
	height: 20px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
}

td.tr-canvas-menu {
	background-color: #cccccc;
	text-align: center;
	border-color: #cccccc;
	border-width: 7px;
	border-style: ridge;
	width: 100%;
}

table.tr-menu {
	text-align: center;
	background-color: #cccccc;
}

td.tr-menu {
	font-weight: bold;
	font-size: 90%;
	text-align: center;
}

table.tr-leftsidebar {
	background-color: #cccccc;
	text-align: center;
	border-color: #cccccc;
	border-width: 7px;
	border-style: ridge;
	width: 200px;
}

tr.tr-leftsidebar {
	vertical-align: top;
	}

td.tr-leftsidebar {
	vertical-align: top;
}

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: 100%;
	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;
}

/* monthly banner styles */

td.tr-monthly-banner {
	padding: 4px;
	text-align: center;
	background-color: yellow;
}

/* facebook box styles */

td.tr-facebook-box {
	color: white;
	background-color: #003366;
}

/* main column styles */

td.tr-maincolumn-title {
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	color: white;
	background-color: red;
}

td.tr-maincolumn-promo {
	padding: 12px;
	text-align: center;
	background-color: white;
}

/* main column photos */

img.tr-maincolumn-photo {
	border-color: black;
	border-style: solid;
	border-width: 2px;
	height: 150px;
	width: 200px;
}

/* main column banners */

span.tr-tokyoapartmentoffice-banner {
	text-align: center;
}

a.tr-tokyoapartmentoffice-banner {
	text-align: center;
}

img.tr-tokyoapartmentoffice-banner {
	text-align: center;
	border-color: blue;
	border-style: solid;
	border-width: 2px;
}

img.tr-tokyoflat-banner {
	text-align: center;
	border-color: blue;
	border-style: solid;
	border-width: 2px;
}

/* referal offer style */

span.tr-referal-offer {
	text-align: center;
	text-decoration: underline;
	color: red;
	font-weight: bold;
}

/* apartment image gallery styles */

table.tr-apartment-gallery {
	padding: 10px;
	text-align: center;
}

/* apartment application */

a.tr-apartment-application {
	color: red;
	font-size: 130%;
	font-weight: bold;
}

/* apartment table */

table.tr-apartment-table {
	margin: 5px;
	border-color: black;
	border-style: solid;
	border-width: 3px;
	text-align: left;
}

tr.tr-apartment-table {
}

td.tr-apartment-table {
	padding: 8px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}

td.tr-apartment-table-header {
	text-align: center;
	background-color: #cccccc;
	padding: 4px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}

td.tr-apartment-table-yen {
	text-align: right;
	padding: 8px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}


td.tr-apartment-table-class {
	padding: 8px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	background-color: #feffa1;
}

/* FAQ link emphasis */

a.tr-faq-link {
	background-color: #ffff66;
	color: red;
	text-align: center;
	font-size: 120%;
}

/* extreme emphasis for strong text messages */

div.giantemphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	color: red;
}

table.centerhighlight {
	/* provides the nice accent around the center column */
	border-color: #cccccc;
	                                                       
	border-style: ridge;
	                                                       
	border-width: 7px;
	                                                       
	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;
}

table.tr-bigmikan {
	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.tr-bigmikan {
	background-color: #cccccc;
	color: black;
	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;
}