h1 {
	font-size: 2em;
	color: #003366;
}
h2 {
	font-size: 1.4em;
	color: #666;
}
body {
	font-size: 67.5%;
	width: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background: #F1F4F5 url(../images/main_bground.gif) repeat-x 0px 53px;
  	voice-family: "\"}\""; voice-family:inherit;
  } html>body {font-size:font-size: 62.5%;}

.iconFloatLeft {
	float: left;
	margin-right: 10px;
}
.floatRight {
	float: right;
}
.yes {
	color: #006600;
} 
.no {
	color: #990000;
}
.unknown {
	color: #666666;
}		
.smaller {
	font-size: 80%;
}	
/* Sortable tables */
table.sortable a.sortheader {
    color:#fff;
    font-weight: bold;
    text-decoration: none;
}
table.sortable a.sortheader:hover {
	color: #FFFFCC;
}
table.sortable span.sortarrow {
    color: #ffffff;
    text-decoration: none;
}



table.indexTable {
	width: 100%;
	border: none;
}
table.indexTable th {
	text-align: left;
	background-color: #003366;
	color: #FFFFFF;
	padding: 3px 5px;
	border-left: 1px solid #FFFFFF;
}
table.indexTable td {
	padding: 3px 5px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #fff;
}



.narrowColumn {
	width: 10%;
}


table.inputTable {
	width: 100%;
	border: none;
}
table.inputTable th {
	text-align: right;
	/*background: #003366;
	border-bottom: 1px solid #F1F4F5;*/
	color: #888;
	padding: 4px 5px;
	vertical-align: top;
}
table.inputTable td {
	padding: 4px 5px;
	vertical-align: top;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 2.4em;
	padding: 0.5em 5px 1em;
	background: url(../images/h3_bground.gif) repeat-x bottom;
	border-top: 1px dotted #aaa;
}



table.summaryTable {

}
table.summaryTable th {
	text-align: right;
	background: #fff;
	color: #888;
	padding: 2px 5px;
	width: 25%;
	white-space: nowrap;
	vertical-align: top;
	/*border-bottom: 1px solid #F1F4F5;*/
}
table.summaryTable td {
	padding: 4px 5px;
}



#dateSelector {
	cursor: pointer;
	text-decoration:underline;
	font-size: 1.2em;
	font-weight: bold;
	color:#000099;
}
.adminHeader {
	background: #DFE5EB url(../images/header_bground.gif) repeat-x;
	height: 54px;
}
.adminHeader h1 {
	margin: 0;
	padding: 10px 15px;
}
#admin {
	margin: 17px;
}
.adminBody {
	margin: 0;
	clear: both;
	width:99%;
	background-color: #fff;
	border: 1px solid #776655;
	border-top: none;
}
#adminContent {
	padding-top: 25px;
	margin: 0 20px 20px 20px;
}
li {
	font-size: 1em;
	margin: 0.5em auto;
}
#loggedInUsername {
	float: right;
	padding: 0;
	margin: 5px 15px 0 0;
}
.alert {
	font-weight: bold;
	color: #FFFFFF;
	background: #CC0000;
}




/* SLIDING DOORS */

#header {
	float:left;
	background: #fff url("../images/tabs/bg.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
	margin: 0;
	width: 99%;
	padding: 0;
}

#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }

#header li {
  float:left;
  background:url("../images/tabs/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  list-style:none;
  }

#header a {
  float:left;
  display:block;
  background:url("../images/tabs/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header a:hover {
  color:#333;
  }

#pageHome #header #tabHome,
#pageSignup #header #tabSignup,
#pageHelp #header #tabHelp,
#pagePanoramas #header #tabPanoramas,
#pageTours #header #tabTours,
#pageTemplates #header #tabTemplates,
#pageStatistics #header #tabStatistics,
#pageUsers #header #tabUsers,
#pageSubscriptions #header #tabSubscriptions,
#pageMerchandise #header #tabMerchandise,
#pageAccount #header #tabAccount  {
  background-image:url("../images/tabs/left_on.gif");
}

#pageHome #header #tabHome a,
#pageSignup #header #tabSignup a, 
#pageHelp #header #tabHelp a, 
#pagePanoramas #header #tabPanoramas a,
#pageTours #header #tabTours a,
#pageTemplates #header #tabTemplates a,
#pageStatistics #header #tabStatistics a,
#pageUsers #header #tabUsers a,
#pageSubscriptions #header #tabSubscriptions a,
#pageMerchandise #header #tabMerchandise a,
#pageAccount #header #tabAccount a {
  background-image:url("../images/tabs/right_on.gif");
  color:#333;
  padding-bottom:5px;
}
  
  /* END SLIDING DOORS */
  
  
  
a.button, .buttonDim {
	background: #F7F6F3 url(../images/tabs/right.gif) -2px -2px;
	border: 1px solid #B8AE89;
	padding: 1px 10px;
	margin-left: 10px;
	text-decoration: none;
	color:#765;
	white-space: nowrap;
}
a.button:hover  {
	color:#333;
}
.buttonDim {
	color: #999999;
	background: none;
	background-color:#CCCCCC;
	border: 1px solid #999999;
}
input, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
.photoSelect {
	float: left;
	margin-right: 14px;
	text-align: center;
	padding-bottom: 10px;
}
.photoSelect img {
	display: block;
	margin-bottom: 5px;
	border: 2px solid #fff;
}
.clear {
	clear: both;
}
.selectOther {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #eee;
}

#photoFileListContainer {
	width: 570px;
	height: 400px;
	overflow: auto;
	border: 1px solid #999999;
	background-color: #efefef;
	padding-top: 10px;
}

.photoFileListItem {
	border: 1px solid #CCCCCC;
	margin: 10px;
	background: #FFFFFF url(../images/area_bground.gif) repeat-x;
	cursor: pointer;
}
.photoFileListItem:hover {
	border: 1px solid #aaaaaa;
	background: #FFFFFF url(../images/area_bground_over.gif) repeat-x;
}
.photoFileListItem img {
	border: none;
	margin: 5px;
	float: left;
}

.photoFileListCaption {
	vertical-align: top;
}

.clearLeft {
	clear: left;
}

.photoFileListTable {
	width: 95%;
}
.photoFileName {
	font-weight: bold;
	font-size: 1.2em;
}
.picColumn {
	width: 170px;
	text-align: center;
}
.selected {
	border: 2px solid #990000;
}
.photoFileDeleteButton {
	float: right;
	margin: 10px 0 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

.panoEditThumbContainer {
	float: left;
	min-width: 150px;
	padding: 10px 10px 10px 10px;
	margin: 10px 20px 10px 0;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url(../images/area_bground.gif) repeat-x -25px -25px;
	width: 75%;
}
.panoEditThumbContainer img {
	display: block;
	margin-top: 10px;
	margin-bottom: 0;
	border: none;
}
	
.downloadSpeedTable {
	
}	
.downloadSpeedTable td {
	background-color: #FFFFFF;
}	
.downloadSpeedTable  th {
	text-align: left;
}



/* Display panoramas in the admin */
ul.panoramas, ul.panoramasSmall {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.panoramas li, ul.panoramasSmall li {
	display: block;
	float: left;
	width: 300px;
	padding: 0;
	margin: 5px 15px 5px 0;
	background: #8CA7BD;
	/* Would put a border here but IE7 v0.8 patch doesn't like it with min-height */
	position: relative;
	min-height: 152px;
}
ul.panoramasSmall li {
	float: none;
	min-height: 52px;
}
ul.panoramasSmall li .panoInfo  {
	position: absolute;
	left: 50px;
	top: 0;
	margin: 10px;
	z-index: 50;
	width: 230px;
}
ul.panoramas li:hover {
	/*border: 2px solid #004D99;
	background: #FFFFFF url(../images/area_bground_over.gif) repeat-x; */
}
ul.panoramas li img.thumbnail, ul.panoramasSmall li img.thumbnail {
	position: absolute;
	left: 1px;
	top: 1px;
	z-index: 10;
}
#panoList li { /* Draggable */
	cursor: move;
}
.panoInfo {
	position: absolute;
	left: 0;
	top: 0;
	margin: 10px;
	z-index: 50;
	width: 280px;
}
ul.panoramas li h4, ul.panoramasSmall li h4 {
	padding: 3px 25px 3px 5px;
	margin: 0;
	background:#003366;
	color: #fff;
	border: 1px solid #fff;
	position: relative;
}
.shared {
	position: absolute;
	top: -8px;
	right: -10px;
	z-index: 100;
}
ul.panoramas li .actions {
	margin: 10px 0 10px 10px;
	padding: 6px 5px;
	background:#BCCBD8;
	color: #000;
	border: 1px solid #9CB1C6;
	width: 115px;
	font-size: 0.85em;
	float: right;
}
ul.panoramas li .actions p {
	margin: 0.3em 0;
}
ul.panoramas li .actions a.button {
	display: block;
	margin: 5px;
}
.panoQTicons {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 80;
}
.dimOpacity {
	filter:alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6;
	-khtml-opacity: 0.6;
}.colourPickerIcon {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

#templateInputTable {
	width: 60%;
}
#templatePreview {
	font-size: 1.1em;
	width: 30%;
	border: 1px solid #000;
	padding: 0;
	position: absolute;
	top: 130px;
	right: 45px;
}
body #templatePreview {
    position: fixed;
}
#previewNav {
	width: 70%;
	padding: 10px;
	margin: 0;
}
.statisticsTable {
	width: 97%;
}
.statisticsTable th {
	text-align: left;
	padding: 3px;
	background-color: #F4F6F7;
}

.statisticsTable td {
	padding: 3px;
	border-bottom: 1px dotted #999999;
	vertical-align: top;
}
.statisticsTable .thumbColumn {
	width: 75px;
}

.statisticsSummaryTable th {
	text-align: left;
	padding: 3px;
	background-color: #F4F6F7;
}
.statisticsSummaryTable td {
	padding: 3px;
	border-bottom: 1px dotted #999999;
	vertical-align: top;
}

.graph {
	margin: 3px 0;
	width: 100px;
	height: 10px;
	border: 1px solid #999999;
	background: url(../images/graph.gif) no-repeat 0 -100px;
}
.totalRow td, .totalRow th {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
}
.noBordersRow td {
	border: none;
}
#googleAdminMap {
	width: 100%; 
	height: 325px;
	border: 1px solid #000;
}
#googleMapPanoSummary {
	float: right;
	height: 200px;
	width: 275px;
	border: 1px solid #000000;
	margin: 0 0 10px 15px;
	text-align: center;
	background-color:#CCCCCC;
}
.link {
	font-family: "Courier New", Courier, mono;
	background: #EDF0F3;
	border: 1px solid #DFE5EA;
	padding: 5px;
}
.link p {
	margin: 0px;
	padding: 0px;
}
.tgNews {
	width: 200px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 5px;
	background: #E7E4D8;
	border: 1px solid #B7AE88;
}
.inputTable li {
	font-size: 1em;
}
.helpCell {
	width: 30%;
	background: #F9F9F9;
	cursor: help;
	border-bottom: 1px solid #fff;
}
.dim {
	color: #999999;
}
tr.hi td, td.hi {
	background-color: #CCCCCC;
}
.formRow {
	clear: both;
	padding-top: 10px;
}
.formRow label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}
.formRow input {
	float: left;
}
.formRow .formHint {
	float: left;
	margin-left: 10px;
}
.formRow .formLabelNoShow {
	visibility: hidden;
}
#copyright {
	margin: 20px;
	color: #999999;
}
.apiRefTable {
	color: #000000;
	margin: 15px 0;
	border: 1px solid #000;
}
.apiRefTable th {
	color: #000000;
	padding: 5px 10px 5px 5px;
	background-color: #C4D0D9;
	text-align: left;
	border-bottom: 1px solid #000;
}
.apiRefTable td {
	color: #000000;
	padding: 5px 10px 5px 5px;
	border-bottom: 1px solid #E0E0E0;
	background-color: #EDF0F3;
}
.mediaFormatBox {
	background: #E0EBEF;
	border-color: #C0D6DE;
}
.mediaFormatBox th {
	vertical-align: top;
	text-align: left;
	padding: 4px 10px 4px 4px;
}
.mediaFormatBox td {
	padding: 4px;
}
.filename {
	font-size: 1.4em;
}
.filename strong {
	color: #003366;
}
.mediaFilesTable {
	color: #000000;
	margin-left: 10px;
}
.mediaFilesTable th {
	background: #FAFBFC url(../images/h3_bground.gif) repeat-x;
	padding: 5px 10px 5px 5px;
	text-align: left;
	vertical-align: top;
}
.mediaFilesTable td {
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #eeeeee;
	vertical-align: top;
}
.missing {
	color: #990000;
}
.mediaFilesTable .button {
	display: block;
	margin: 3px 0;
}
