/*
 * Web2Phone Style CSS
 */

body {
	color: black;
	background-color: #ddd;
	font: x-small verdana, sans-serif;
	padding: 0;
	margin: 7px 0 0 7px;
/*	width: 757px;*/
}

/* Opera has default margins on forms. Not wanted! */
form {
	margin: 0px;
}

a.link, a, a.active {
	color: #369;
}

a img { 
	border: 0;
}

div#login {
	position: absolute;
	left: 10px;
}

/* begin tabs */
#navbar {
	display: block;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;

	/* Hack for Internet Explorer 6 and 7. Without the height, the
	margins for the #navbar appears both above and below the list */
	/* Not needed when the logo is not floating */
	/*height: 0px;*/
}

#navbar li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#subnavbar {
	display: block;
	clear: both;
	list-style: none;
	margin: 0;
	width: 765px;
	/* background: white url(/static/images/grad-blue.png) repeat-x top; */
	background: #60b8e4;
	padding: 2px 2px 2px 10px;
}

#subnavbar li {
	display: inline;
	text-align: center;
}

#subnavbar a {
	border-bottom: none;
	margin-right: 25px;
	text-decoration: none;
	color: white;
}

/* end tabs */

#main_content {
  clear: both;
  color: black;
  font-size: 127%;
  background-color: white;
  width: 717px;
  margin: 0 auto 0 auto;
  padding: 10px 30px 10px 30px;
  text-align: left;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 13pt;
}

#footer {
  color: #999;
  background-color: white;
  font-size: 80%;
  text-align: center;
  padding: 0;
  margin: 0;
}

#footerbar {
	color: #999;
	display: block;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 2px 0px 2px 0px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #60B8E4;
	border-bottom-color: #60B8E4;
}

#footerbar li {
	display: inline;
}

#footerbar a {
	margin-right: 12px;
	margin-left: 12px;
	text-decoration: none;
}

.code {
  font-family: monospace;
}

span.code {
  font-weight: bold;
  background: #eee;
}

#status_block {
  margin: 0 auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  background: #cec URL('../images/ok.png') left center no-repeat;
  border: 1px solid #9c9;
  width: 450px;
  font-size: 120%;
  font-weight: bolder;
}

.notice {
  margin: 0.5em auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  width: 450px;
  background: #eef URL('../images/info.png') left center no-repeat;
  border: 1px solid #cce;
}

.flash {
	background: #74fe6e;
	text-align: center;
}

.fixme {
	background: yellow;
}

div.supported_phones div.phone {
	position: relative;
	float: left;
	width: 12em;
	height: 150px;
}

div.supported_phones div.phone span {
	position: absolute;
	bottom: 0px;
}

div.supported_phones div.phone img.tested {
	position: absolute;
	display: none;
	z-index: 1000;
	left: -7px;
	top: -7px;
}
div.supported_phones div.phone.tested img.tested {
	display: block;
}

div.supported_phones h4 {
	padding-top: 1em;
	font-size: 120%;
	clear: both;
}


UL.listmenu {
	padding: 0px 0px 0px 6px;
}

UL.listmenu LI {
}

UL.listmenu LI A {
	text-decoration: none;
	color: white;
}
UL.listmenu LI A:hover {
	text-decoration: underline;
}
LI.tab {
	display: inline;
	margin: 0px;
	padding: 1px;
	background: #acd1e4;
	margin-left: 2px;
	color: white;
}

LI.tab.selected {
	font-weight: bold;
	background: #60b8e4;
}

div.accesslog {
	overflow-x: scroll;
	clear: both;
	background-color: white;
	border-style: inset;
	border-width: 2px;
}
div.accesslog_footer {
	color: white;
	background: #60b8e4;
	padding-left: 10px;
}

div.login-box {
/*	width: 200px;
	height: 223px;*/
/*	left: -17px;*/
	/*background: url(/static/images/front/vault01.gif);*/
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}

div.tabholder { width: 100%; font-size: 120%; }
div.tab { padding: 2px 7px; float: left; background: #60b8e4;}
div.tab.selected { background: white; }


div.login-box div.sign-in-box {
/*	position: absolute;*/
/*	top: 4px;*/
/*	left: 21px;*/
/*	width: 170px;*/
	/*height: 160px;*/
	background: #60b8e4;
	border: 1px solid black;
	padding: 4px;
}

div.sign-in-box div.login-text {
	font-size: 120%;
	font-weight: bold;
	margin: 4px 0;
	color: white;
}
div.sign-in-box div.openid {
	padding-top: 20px;
}
div.sign-in-box div.login-input {
	font-size: 120%;
}
div.sign-in-box div.login-input input {
	width: 150px;
	border: 1px solid black;
/*	background: #c6dae4;*/
	padding: 2px;
}

div.sign-in-box div.login-submit {
	margin-top: 12px;
}
div.sign-in-box div.login-submit input{
}

div.sign-in-box div.forgotten {
	text-align: right;
	margin-top: 6px;
}

div.forgotten A { 
	color: black;
}
div.forgotten A:visited { 
	color: black;
}

div.login-box div.signup-tour-box {
	position: absolute;
	padding-top: 2em;
	top: 20px;
	left: 260px;
	width: 270px;
	height: 183px;
	background: transparent;
}

div.signup-tour-box div.st-text {
	font-size: 150%;
	text-align: center;
	margin: 1em 0;
}
div.signup-tour-box div.st-button {
	font-size: 150%;
	text-align: center;
}
div.signup-tour-box div.st-button a {
	background: #66ff66;
	border: 2px solid black;
	padding: 5px 15px;
}

div.blurb {
}
div.blurbline { 
	font-size: 110%;
	margin-bottom: 5px;
}

.admin {
	color: red;
}

div.sign-in-box div.login-input input.openid_identifier {
    background-image: url("/static/images/login-bg.gif");
    background-repeat: no-repeat;
    padding-left: 18px;
	width: 200px;
}

.yuimenubaritemlabel,
.yuimenuitemlabel {
    outline: none; 
}

div#myLogger {
	position: absolute;
	top: 75px;
	left: 1030px;
	z-index: 10;
}
