body {
	margin: 0;
	text-align: center;
	background-color: #202020;/*#304060;*/
	color: white;
	font-family: sans-serif;
}

a img {
  border: 0px;
}

table {
  margin: 0px;
}

hr {
  border-top: 1px solid black;
  border-bottom: 1px solid #404040;
}

#Heading {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: white;
  height: 41px;
  padding-top: 9px;
  background: #303030 url(headerBack.png);
  border-bottom: 1px solid black;
  text-shadow: black 0px 1px 2px;  
}

#Content {
  position: relative;
  text-align: center;
  padding-top: 10px;
}

#Switch {
  font-size: 13px;
  padding-bottom: 20px;
  background: url(highlight.png) repeat-x bottom;
}

#WebSwitch {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

#StoreSwitch {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.switchSelected {
  border: 1px inset #606060;
  background: #3030C0 url(highlight.png) repeat-x bottom;
  color: white;  
  display: inline;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.switchUnselected {
  border: 1px outset #B0B0B0;
  background: #A0A0A0 url(lowlight.png) repeat-x;
  color: black;  
  display: inline;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.section {
  padding-top: 15px;
  padding-left: 0px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid black;
  position: relative;
  float:left;
  width: 100%;
}

#WebApps {
  background: #304060;
}

#AppStore {
  display: none;
  background: #404040;
}

.help {
  display: none;
  font-size: 12px;
  text-align: left;
  margin: 20px;
  border: 1px solid white;
  padding: 10px;
  padding-top: 0px;
  background: #000020;
  clear: both;
  -webkit-border-radius: 5px;      
  -moz-border-radius: 5px;
}

#Help a {
  font-weight: bold;
  text-decoration: none;
  color: orange;
}

#Footer {
  font-size: 10px;
  color: #D0D0D0;
  padding-top: 20px;
  padding-bottom: 5px;
  clear: both;
}

#Footer a {
  text-decoration: none;
  font-weight: bold;
  padding-right: 10px;
  color: #D0D0D0;
} 

#Footer a:hover {
  text-decoration: underline;
  color: white;
}

#Footer a img {
  border: 0px;
}

/* Starter settings*/
.mark {
  position: relative;
  width: 99px;
  display: inline;
  float: left;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 4px;
  text-align: center;
  color: white;
  text-decoration: none;
  min-height: 155px;
}

.icon {

}

.title {
  font-size: 13px;
  font-weight: bold;
  text-shadow: black 0px 2px 3px;
}

.description {
  font-size: 10px;
  text-align: left;  
  color: #E0E0E0;
}

#StoreLink {
  font-size: 13px;
  color:orange;
  text-decoration:none;
  text-shadow: black 0px 1px 2px;
}

#StoreTitle {
  font-size: 13px;
  font-weight: bold;
}
