@charset "utf-8";
@import url("../../common/css/elements.css");
@import url("../../common/css/format.css");
@import url("../../common/css/style.css");


div#TITLE_BAR {
	background-image: url(../images/comp_title-bar_bg.gif);
}

table.company {
	width: 826px;
}

table.company th.headCell {
	width: 12%;
	padding: 5px 0;
	vertical-align: top;
	background: url(../../common/images/com_line_graydot.gif) left bottom repeat-x;
}

table.company td.dataCell {
	width: 88%;
	padding: 5px 0;
	vertical-align: top;
	background: url(../../common/images/com_line_graydot.gif) left bottom repeat-x;
}

div.googleMap {
	padding: 20px 0;
}

table.access th {
	padding: 4px 15px 4px 0;;
	font-weight: normal;
	line-height: 1;
	background: url(../images/comp_line_graydot.gif) 0px 9px repeat-x;
}

table.access th span {
	padding: 0 5px 0 12px;
	background: url(../images/comp_marker_bluedot.gif) left center no-repeat;
}

table.access td {
	padding: 4px 0 4px 5px;
	line-height: 1;
	white-space: nowrap;
}



		v\:* {
		    behavior:url(#default#VML);
		}
		th.title{
		    background-color: #333399;
	        color: #fff;
		    border:2px outset gray;
		}
		th.title h1{
		   margin:0px;
		}
		div#map{
		    border:2px outset gray;
		}
		div.marker_data_html {
		    width: 280px;
		    margin-top:8px;
		}
		div.marker_data_html div.subject{
		    text-align:center;
		    padding:4px;
		    font-weight:bold;
		    font-family:sans-serif;
		    border:outset 2px gray;
		    margin-bottom:8px;
		}
		div.marker_data_html div.description{
		    width: 256px;
		    height: 64px;
		    overflow: auto;
		    border-top: 1px dashed black;
		    margin-top: 8px;
		    padding:    4px;
		}
		div.poweredby{
		    margin: auto;
		    height:50px;
		    border-top: 1px gray dashed;
		    text-align: right;
		    font-size:  9px;
		}