body {
    margin:0px;
}

div.tabbox {
   margin: 0px 20px 0px 0px;
   padding: 0px;
   float: left;
   width:400px;
}

p.tabmenu { 
   margin: 0px;
   padding: 0px;
   float: left;
}

p.tabmenu a {
   border-top-width:1px;
   border-left-width:1px;
   border-right-width:1px;
   border-bottom-width:0px;
   border-style:solid;
   font-size:12px;
   display: block;
   margin: 0px; 
   width: 40px;
   padding-top: 3px;
   padding-bottom: 3px;
   text-align: center;
   text-decoration:none;
   -moz-border-radius: 0px 15px 0px 0px;
   float: left;
}

p.tabmenu a.tabOn {
   color:#009900;
   border-color: #ccccdd;
   background-color: #ccccdd;
   font-weight:bold;
}
p.tabmenu a.tabOff {
   color:#000000;
   border-color: #ccccdd;
   background-color: #eeeeee;
   font-weight:normal;
}

p.tabmenu a:hover {
   color:#CC3333;
   font-weight:bold;
}

table.tabpage { 
   margin: 5px 10px 10px 10px;
   border-collapse:collapse;
}

table.tabpage TH,
table.tabpage TD { 
   border-width:1px;
   border-style:solid;
   border-color: #ccccdd;
}

div.tabpage { 
   padding: 2px;
   border-width:1px;
   border-style:solid;
   border-color: #ccccdd;
   clear: left; 
}

div.tabpage p {
   margin: 0.5em; 
}

div.searchform {
    background-color:#f0ffff;
	padding: 5px;
}
input.searchform, select.searchform {
	font-size: 12px;
	color: #000000;
}
TD.searchtitle {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px;
	color: #990033;
}
TD.searchfldt {
	font-size: 12px;
    text-align: right;
	color: #000000;
}
TD.searchfld {
	padding-left: 5px;
    height: 25px;
}

TD.entryform {
	font-size: 12px;
	padding-left: 3px;
	color: #000000;
}

input.entryform,select.entryform {
	font-size: 12px;
	color: #000000;
}
textarea.entryform {
	font-size: 12px;
    height: 35px;
	color: #000000;
}

TR.entryformhidden {
	display: none;
}

TD.loginuser {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	font-variant: normal;
	line-height: 20px;
	text-align: right;
	padding-right: 30px;
}

.spottop {
	border-bottom: 2px solid #cccccc;
	margin: 0px;
	padding: 0px;
    position:absolute;
	width: 100%;
	overflow : hidden;
    background-color:#009966;
}
.spotmap {
	border: 0px;
	margin: 2px;
    position:absolute;
}
.spotside {
	border: 0px;
	padding: 0px 0px 0px 2px;
    position:absolute;
	overflow-x : hidden;
	left:0px;
}

.spotmapentry {
	border: 0px;
	margin: 2px;
}

TH.map_title {
	font-size: 16px;
	padding: 5px 0px 0px 10px;
	text-align: left;
    font-weight:bold;
	color: #FFFFFF;
}

TD.form_searchspottitle {
	font-size: 12px;
	padding: 0px 3px 0px 10px;
	color: #FFFFFF;
}
TD.form_searchspot {
	padding: 0px 3px;
}
input.form_searchspot,select.form_searchspot {
	font-size: 12px;
	color: #000000;
}
TD.spotname {
	padding: 5px 0px 0px 10px;
	color: #000033;
	font-size: 16px;
    font-weight:bold;
}
TH.spot {
	color: #006600;
	background-color: #CCFFCC;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
TD.spot {
	color: #000000;
	background-color: #ffffff;
	font-size: 12px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
}
TD.spotlisth {
	color: #000000;
	font-size: 12px;
	padding: 5px 0px 2px 5px;
}
TD.spotlist {
	color: #000000;
	font-size: 10px;
	padding-left: 5px;
}

table.abouthere {
	display:none;
	margin-bottom:20px;
}
TD.abouthereimg {
	padding: 3px 5px;
}
TD.abouthereaddress {
	color: #000099;
	font-size: 12px;
    width:160px;
	padding: 10px 0px 5px 0px;
}

div.abouthere_pano {
	width:160px;
	height:120px;
	cursor:pointer;
}

TD.route {
	color: #000000;
	font-size: 12px;
	padding: 5px 0px 0px 5px;
}

#tbl_routelist {
    margin-top: 5px;
}

#tbl_routelist .selected {
    background-color: #eeffee !important;
    border: 1px dotted #000066;
}

TD.route-icon {
	padding: 3px 5px 3px 25px;
    background-repeat:no-repeat;
    background-position: 2px 2px;
    border: 1px solid transparent;
    margin-left: 0px;
}
TD.routeb {
	color: #000000;
	font-size: 14px;
    font-weight:bold;
	padding: 5px 0px 0px 12px;
}

div.routecircle {
    float: left;
    height: 21px;
    width: 24px;
}
TD.spotcount {
	color: #009900;
	font-size: 14px;
    font-weight:bold;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
}
TD.spotcountzero {
	color: #ff0000;
	font-size: 14px;
    font-weight:bold;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
}

TH.admin {
	font-size: 18px;
	padding: 10px;
    font-weight:bold;
	text-align: left;
	color: #000066;
}
TD.adminL {
	font-size: 12px;
	padding: 10px;
	text-align: left;
    font-weight:bold;
	color: #000000;
}
TD.admin {
	font-size: 12px;
    font-weight:bold;
	padding: 10px;
	text-align: left;
	color: #000000;
}
TD.adminNG {
	font-size: 18px;
    font-weight:bold;
	padding: 50px;
	text-align: left;
	color: #ff0000;
}
TD.admin2 {
	font-size: 14px;
	padding: 3px;
	text-align: left;
	color: #000000;
}
TD.adminsubtitle {
	font-size: 16px;
    font-weight:bold;
	padding: 20px 10px 10px 10px;
	text-align: left;
	color: #003300;
}
TD.adminguide {
	font-size: 12px;
	text-align: left;
	color: #006600;
}
table.admin {
	background-color: #FFFFFF;
}

table.spottypelist,
table.userlist {
    border-collapse: collapse;
	font-size: 12px;
    margin-left: 10px;
}

table.spottypelist TH,
table.userlist TH {
    background-color: #eeeeff;
	font-weight: normal;
    border: 1px #aaaaaa solid;
    padding: 5px 5px;
    white-space: nowrap;
}

table.spottypelist TD,
table.userlist TD {
    border: 1px #aaaaaa solid;
    padding: 5px 20px;
	text-align: center;
    white-space: nowrap;
}

table.spottypelist TD.noline,
table.userlist TD.noline {
}




#imgfile {
    height: 100px;
    font-size: 100px;
    right: 0;
    top: 0;
    position: absolute;
    opacity: 0.01;
    cursor:pointer;
}
#imgfileUnit {
    overflow:hidden;
    position:relative;
}
#imgfileUnit,
#btnImgUpload {
    width:120px;
    height:25px;
}
#btnImgUpload {
    background-color:#c0c0c0;
    border:1px solid #666666;
    border-radius: 3px;
    color:#000000;
}
#imgfile:hover ~ #btnImgUpload,
#imgfile:focus ~ #btnImgUpload {
    background-color:#003366;
    color:#ffffff;
}

table.form-company th {
   border: 1px solid #e0e0e0;
   background-color: #f0f0f9;
   width: 100px;
   vertical-align: top;
}

table.form-company td {
   border: 1px solid #e0e0e0;
}

table.form-company button, input, select, textarea {
   margin-bottom: 0px;
}

table.form-company input[type="text"], textarea {
   width: 90%;
}

div.imagediv {
   background-color: #eee;
   width: 240px;
   height: 180px;
}

img.logo-image {
   max-width: 240px;
   max-height: 180px;
}

button.deletelink,
label.choosefile {
   border: 1px solid #ccc;
   background-color: #eee;
   padding: 5px 10px;
   font-size:12px;
   margin: 5px;
}

label.choosefile {
   display:inline;
   height:25px;
   width:80px;
   text-align: center;
   float:left;
   color: #000;
}

button.deletelink {
   line-height: 25px;
   color: #f00;
   margin-left: 30px;
}

button.deletelink:hover,
label.choosefile:hover {
   background-color: #006;
   color: #fff;
}

div.searchlabel {
   display:inline-block;
   width: 80px;
   fload: left;
}

div#searchcategorybox {
   margin-bottom: 10px;
}


div.company-list {
   border-bottom: 1px solid #ccc;
   margin-bottom: 10px;
   width: 100%;
   letter-spacing:-0.4em;
}

div.company-list-left {
   display: inline-block;
   width: 25%;
//   background-color: #ff0000;
   margin: 0px;
   padding: 0px;
   letter-spacing:normal;
//   float: left;
}
div.company-list-right {
   display: inline-block;
   width: 75%;
//   background-color: #0000ff;
   margin: 0px;
   padding: 0px;
   vertical-align: top;
   letter-spacing:normal;
//   float: left;
}

div.company-list-pad {
   padding-left: 20px;
}

div.companylogo {
   height: 150px;
   text-align: center;
}

img.companylogo {
   width: auto;
   height: auto;
   max-width: 100%;
   max-height: 100%;
}
