/*
 * Overall page layout.
 */
* {
  font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
}
html {
  height: 100%;
}
body {
	margin: 0px;
  padding: 0px;
  height: 100%;
}
h1 {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	color: #666;
}
h2 {
	margin: 0px;
	padding: 0px;
	margin-top: 0.5em;
	color: #999;
}
p {
	font-size: 12px;
}
#top_corners #corner_left {
  background-image: url(/images/border_tl.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 13px;
}
#top_corners #corner_right {
  background-image: url(/images/border_tr.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 13px;
  float: right;
}
#top_corners #corner_navbar {
  background-image: url(/images/border_navbar.png);
  background-repeat: no-repeat;
  width: 219px;
  height: 45px;
  float: right;
}
#bottom_corners #corner_left {
  background-image: url(/images/border_bl.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
}
#bottom_corners #corner_right {
  background-image: url(/images/border_br.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 13px;
  float: right;
}
#nav_items {
	margin-left: 30px;
	margin-top: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
#nav_items a {
	padding: 0;
	margin: 0;
	color: #ddd;
	text-decoration: none;
}
#nav_items a:hover {
	text-decoration: underline;
}
.internal_page {
  border-top: 10px solid #999;
  border-left: 10px solid #999;
  border-right: 10px solid #999;
  height: 100%;
  background-color: white;
}
.external_page {
  border-top: 10px solid #999;
  border-left: 10px solid #999;
  border-right: 10px solid #999;
  height: 100%;
  background-color: white;
}
.code {
	border: 1px dotted #ffcc33;
	background-color: #ffffcc;
	padding: 0.2em;
	font-family: Courier, serif;
	font-size: 10px;
}
.footer {
	margin-top: 40px;
	margin: 20px;
	border-top: 1px solid #eee;
	font-size: 11px;
	text-align: center;
}
#site_scroller {
	height: 200px;
	overflow: auto;
	width: 500px;
	border: 1px solid #999;
}
.site_info {
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 3px;
	width: 470px;
}
a.cmd_button {
	float: right;
	font-size: 12px;
	font-weight: bold;
}
a.cmd_button,a.cmd_button:hover {
	color: #666;
}
a.cmd_button {
	text-decoration: none;
}
a.cmd_button:hover {
	text-decoration: underline;
}
.site_url {
	font-weight: bold;
}
.site_status {
	font-size: 12px;
}

/*
 * Menu.
 */
#menu_panel {
  width: 130px;
  margin-left: 10px;
  margin-top: 10px;
}

#menu_panel a, #menu_panel a:hover, #menu_panel a:visited {
  text-decoration: none;
  cursor: hand;
}
#menu_panel .logo {
  margin-bottom: 30px;
}
.page {
  margin-bottom: 60px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.page div.title {
  padding: 2px;
  margin-top: 10px;
  font-size: 20px;
  text-align: center; 
}
.item {
  color: white;
  margin-top: 15px;
  background-color: #ccc;
}
.item img,.item .png_img {
	vertical-align: bottom;
	margin-left: 5px;
}
.item:hover {
  color: #333 !important;
}
.item .title {
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;	
}
.item_snapshot_current {
  background-color: #fe5e10;
}
.item_views_current {
  background-color: #157eb7;
}
.item_visitors_current {
  background-color: #80C73D;
}
.item_countries_current {
  background-color: #FFCC00;
}
.item_recent_current {
  background-color: #FF6C6C;
}
.item_settings_current {
  background-color: #999;
}

/*
 * Site banner.
 */
#current_site {
  position: absolute;
  top: 15px;
  left: 180px;
  height: 2em;
  font-weight: bold;
  font-size: 14px;
  color: #666
}
#current_site select {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

/*
 * Main content.
 */
#content_container {
	width: 760px;
	height: 100%;
}
#content {
  position: absolute;
  top: 50px;
  left: 170px;
  width: 575px;
  height: 100%;
}
.heading {
  font-size: 20px;
  color: #666;  
  margin-bottom: 20px;
}
#external_content {
	margin: 10px;
}

/*
 * Snapshot tiles.
 */
#snapshot_tiles {
	margin: 20px;
}
#snapshot_tiles a, #snapshot_tiles a:hover, #snapshot_tiles a:visited {
  text-decoration: none;
  cursor: hand;
}
.tile {
  width: 120px;
  float: left;
  margin-right: 10px;
  text-align: center;
}
.tile .tile_box {
  width: 120px;
  height: 130px;
  position: relative;
}
.tile .quantity {
  padding-top: 10px;
  color: white;
  font-size: 24px;
  font-weight: bold;
}
.tile .title {
  color: #999;
  font-size: 20px;
  font-weight: bold;	
  margin-top: 20px;
  display: block;
}
.tile .description {
  color: #999;
  font-size: 14px;
}
.snapshot_map {
	margin-top: 20px;
}

/*
 * Multi-column layout.
 */
.two_column {
	width: 700px;
	margin-left: 30px;
}
.info_column {
	float: right;
	padding-left: 10px;
	width: 180px;
	height: 100%;
	font-size: 11px;
	border-left: 1px dotted #ccc;
}
.content_column {
	width: 500px;
	font-size: 12px;
	margin-right: 10px;
}
.question {
	font-weight: bold;
}
.answer {
	padding-bottom: 1em;
}

/*
 * Forms.
 */
form {
	font-size: 12px;
}
fieldset {
	margin-bottom: 1em;
}
legend {
	font-weight: bold;
}
label {
  float: left;
  width: 12em;
}
input {
}

/*
 * Error messages.
 */
#errorExplanation {
	background-image: url(/images/error.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	margin: 1em 0 1em 0;
	padding-left: 40px;
}
#errorExplanation h2 {
	font-size: 16px;
}

td {
	font-size: 12px;
}

/*
 * Home page.
 */
.signup {
	background-color: #FFFF99;
	border: 1px dashed #FFFF66;
	font-size: 20px;
	margin: 10px;
	padding: 5px;
	width: 70%;
}
.signup a,.signup a:visited {
	color: #fe5e10;
}

/*
 * Flash display of hints.
 */
#flash_info {
	font-size: 12px;
	padding: 3px;
}
#flash_info img {
	vertical-align: middle;
}
.info, .warning {
	background-color: #ECF9FF;
	bo/rder: 2px solid #C1E0FF;
}
.error {
	background-color: #FFEAEA;
	bo/rder: 2px solid #FF2828;
}
