div.picturebox
{
    overflow-x: auto;
    overflow-y: hidden;
    height: 176px;
    text-align: center;
    line-height: 166px;
    white-space: nowrap;
    position: relative;
}

div.picture
{
    border: 1px solid rgb(128,128,128);
    margin: 10px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

div.picture.phone.portrait
{
    width: 96px;
    height: 144px;
}

div.picture.phone.landscape
{
    width: 144px;
    height: 96px;
}

div.picture.phone.portrait.status
{
    height: 138px;
}

div.picture.pad.portrait
{
    width: 108px;
    height: 144px;
}

div.picture.pad.landscape
{
    width: 144px;
    height: 108px;
}

div.PictureboxWindow{
    background-color: rgb(255,255,255);
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.4);
    border: 1px solid rgb(102,102,102);
}

div.PictureboxWindow-Picture{
    border: 1px solid rgb(0,0,0);
    margin: 10px;
    background-color: rgb(255,255,255);
    overflow: hidden;
}

div.PictureboxWindow-Close{
  width: 24px;
  height: 24px;
  background-image: url('img/Close.png');
  position: absolute;
  top: -12px;
  left: -12px;
}

div.PictureboxWindow-Label{
  text-align: center;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  min-height: 17px;
  line-height: 17px;
  margin: 10px;
}

div.picturebox-next{
  position: absolute;
  width: 20px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-image: url('img/Next.png');
  background-repeat: no-repeat;
  background-position: 0% 50%;
  cursor: pointer;
}

div.picturebox-prev{
  position: absolute;
  width: 20px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url('img/Prev.png');
  background-repeat: no-repeat;
  background-position: 0% 50%;
  cursor: pointer;
}

div.picturebox-pager{
  position: absolute;
  height: 10px;
  right: 20px;
  left: 20px;
  bottom: 0px;
  cursor: pointer;
  text-align: center;
  line-height: 10px;
}

div.picturebox-pager-dot{
  display: inline-block;
  margin: 0px 5px 0px 5px;
  width: 9px;
  height: 9px;
  background-image: url('img/Pager-Dot.png');
}

div.picturebox-pager-dot.selected{
  background-image: url('img/Pager-Selected.png');
}
html, body
{
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body{
  background-repeat: repeat-x;
  background-image: url(img/Background.png);
}

div#Page
{
  margin: 0px auto 0px auto;
  padding: 0px 10px 26px 10px;
  width: 836px;
  position: relative;
  border-left: 1px solid rgb(102,102,102);
  border-right: 1px solid rgb(102,102,102);
  border-bottom: 1px solid rgb(102,102,102);
  background-color: white;
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.4);
}

p, li {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

h1,h2,h3{
    font-family: Helvetica, sans-serif;
}

h4,h5,h6{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
div#Hearts {
	clear: left;
	min-height: 211px;
}

div#Hearts-Icon {
  margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	height: 221px;
	width: 193px;
	background-repeat: no-repeat;
	background-image: url(img/Hearts-Icon.png);
}

h3#Hearts-Header {
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: 40px;
	width: 181px;
	background-image: url(img/Hearts-Header.png);
	overflow:hidden;
	text-indent: -9999px;
}

div#Ultimate {
	clear: left;
	min-height: 211px;
}

div#Ultimate-Icon {
  margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	height: 193px;
	width: 193px;
	background-repeat: no-repeat;
	background-image: url(img/Ultimate-Icon.png);
}

div#MyTime {
	margin-top: 70px;
	clear: left;
	min-height: 193px;
}

div#MyTime-Icon {
  margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	height: 193px;
	width: 193px;
	background-repeat: no-repeat;
	background-image: url(img/MyTime-Icon.png);
}

h3#MyTime-Header {
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: 40px;
	width: 193px;
	background-image: url(img/MyTime-Header.png);
	overflow:hidden;
	text-indent: -9999px;
}

ul.app-info li{
  color: rgb(128,128,128);
}

p.app-info
{
  color: rgb(128,128,128);
}

h3.app-name{
  font-family: Helvetica, Arial, sans-serif;
  color: rgb(102,102,102);
  font-size: 18pt;
  border-top: 1px solid rgb(102,102,102);
  padding-top: 10px;
}
table{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

th {
    width: 100px;
    text-align: right;
    font-weight: bold;
}

th, td{
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	vertical-align: top;
}

tbody input{
    width: 100%;    
}

textarea{
    width: 100%;
    height: 300px;
}div#header{
    padding-top: 26px;
    margin-bottom: 70px;
}

h1#logo
{
	height: 46px;
	width: 428px;
	padding: 0px;
	margin: 0px;
  background-image: url('img/Logo.png');
	background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}

h3#tagline
{
	height: 22px;
	margin: 0px 0px 0px 137px;
	padding: 0px;
	width: 291px;
	background-repeat: no-repeat;
	background-image: url(img/Tagline.png);
	text-indent: -9999px;
	overflow: hidden;
}

a#AppStoreBadge
{
	background-repeat: no-repeat;
	background-image: url(img/App_Store_Badge_EN.png);
	display: block;
	left: 726px;
	top: 26px;
	position: absolute;
	border-style: none;
	border-width: 0px;
	height: 40px;
	width: 116px;
	overflow: hidden;
	text-indent: -9999px;
}

ul#header-links
{
    display: block;
    position: absolute;
    width: 200px;
    top: 26px;
    left: 500px;
    line-height: 40px;
    margin: 0px;
    padding: 0px;
    height: 40px;
    text-align:right;
}

ul#header-links li
{
    display: inline;
    padding: 0px 10px 0px 10px;
    border-left: 1px solid rgb(51,51,51);
}

ul#header-links li:first-child
{
    border-left: none;
}

ul#header-links a
{
    color: rgb(51,51,51);
    text-decoration: none;
}

ul#header-links a:hover
{
    color: rgb(102,102,102);
    text-decoration: underline;
}

ul#header-links a:visisted
{
    color: rgb(102,102,102);
    text-decoration: none;
}

