body {
	background: #004256;
	background-repeat: repeat;
	font-family:helvetica,arial,sans-serif;
	font-size:80%;
	margin: 0;
	-webkit-text-size-adjust: none;
}

a, span {
	color: #005D78;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #367889;
	text-decoration:none;
}

div.box {
	margin-bottom: 20px;
}

div.app_box {
	box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	background-color: white;
	padding: 10px;
	text-shadow: lightgray 1px 2px 2px;
}

div.passive {
	background-color:#C5DEE5;
	background: -webkit-gradient(linear, left top, left bottom, from(#78C2DB), to(#DDECF0));
	background-image: -moz-linear-gradient(top, #78C2DB, #DDECF0);
	text-shadow: white 2px 2px 2px;
}

.semi {
	opacity: 0.3;
	filter:alpha(opacity=30);
}

.semi span {
	filter:alpha(opacity=30);
}

div.app_box_left {
	width: 72px;
	margin-right: 15px;
	float: left;
}

.button {
	z-index: 3000;
	width: 72px;
	font-weight:normal;
	padding: 4px 0;
	background:#C5DEE5;
	background: -webkit-gradient(linear, left top, left bottom, from(#78C2DB), to(#DDECF0));
	background-image: -moz-linear-gradient(top, #78C2DB, #DDECF0);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
}

div.app_box_right {
	float:left;
}

.clear {
	clear: both;
}

img.rounded {
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius: 12px;
	-webkit-box-shadow: #555 0px 2px 2px;
	-moz-box-shadow: #555 0px 2px 2px;
	box-shadow: #555 0px 2px 2px;
}

img.icon {
	z-index: 1000;
	height: 72px;
	width: 72px;
}

div.title {
	width: 210px;
	font-size: 20px;
	margin-bottom: 4px;
	font-weight: bold;
}

div.subtitle {
	width: 210px;
	font-size: 16px;
	margin-top: 4px;
}

div.description {
	width: 210px;
	font-size: 13px;
	text-shadow: none;
	margin-top: 4px;
}

.ipad div.title, .ipad div.subtitle, .ipad div.description {
	width: auto;
}

.description ul {
	padding-left: 20px;
	margin: 0;
}

.description li {
	margin-bottom: 8px;
}

a.box_link {
	background-image: url(../img/trans.png);
	z-index:2000;
	position: relative;
	display: block;
	margin-top: -92px;
	padding-top: 92px;
	height: 0;
	width: 99%;
}

a.box_link_large {
	background-image: url(../img/trans.png);
	z-index:2000;
	position: relative;
	display: block;
	margin-top: -184px;
	padding-top: 184px;
	height: 0;
	width: 99%;
}


div.nav {
	box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0px 10px #000000;
	height: 100px;
	margin-bottom: 20px;
	background-color: white;
}

.nav a, .nav span {
	background-image: url(../img/trans.png);
	z-index: 2000;
	position: relative;
	display: block;
	float: left;
	width: 80px;
	height: 20px;
	padding-top: 80px;
	text-align: center;
	margin-left: -80px;
	text-shadow: lightgray 0px 1px 0px;
}

a.download {
	background-image: url(../img/trans.png);
	z-index: 2000;
	position: relative;
	display: block;
	float: left;
	width: 72px;
	text-align: center;
	height: 20px;
	margin-top: -72px;
	padding-top: 75px;
}

div.nav_block {
	float: left;
	width: 80px;
}

div.nav_block img {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
}

.login input::-webkit-input-placeholder {
	color: #888;
	font-weight: normal;
}
.login input:-moz-placeholder {
	color: #888;
	font-weight: normal;
}

.login input {
	margin-left: 11px;
	margin-bottom: 11px;
	padding: 5px;
	width: 285px;
	height: 40px;
	font-size: 25px;
	font-weight: bold;
}

.login input[type=submit] {
	padding: 0;
	width: 296px;
	height: 50px;
}

login.div {
	width: 320px;

}

#footer {
	padding:20px 10px;
	padding-top:0;
	color: white;
}

.footernotice {
	padding:20px 10px;
	padding-top:30px;
	color: white;
	font-size: 115%;
	line-height: 120%;
}

/** Notices and Errors **/
div.message {
	clear: both;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #FF6633;
	padding: 5px;
}
div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #c73e14;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
