/*
 * Web2Phone Style CSS
 */

body {
	color: black;
/*	background-color: #ddd;*/
/*	font: x-small verdana, sans-serif;*/
	padding: 0;
	margin: 7px 0 0 7px;
/*	width: 757px;*/
	/* Always reserve space for the scroll bar, avoids jittering of centered
	   content. */
	overflow-y: scroll;	
}

#title {
	float: left;
	font-size: 150%;
}

div.banner_top {
	background: #ffffff url('/static/images/oc_banner_rd.png') no-repeat center center; 
	height:246px;
    text-align: left;
}

.yui-skin-sam .yuimenubaritem.section-selected {
    background: url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/sprite.png) repeat-x 0 -1300px;
}

.yui-skin-sam .yuimenuitem.section-selected {
    background-color: #B3D4FF;
}


.float-right {
    clear:right;
    float:right;
    margin:4px;
}

#logo_left {
    float: left;
    margin: 1em;
}

#logo_right {
    float: right;
    margin: 1em;
}

.sidemenu {
    margin-right: 2em;
}

h3.menuheader {
    margin-bottom: 1px;
}

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

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

/*a:hover, a:active {
    color:#FF4500;
    text-decoration:underline;
}

a:link {
    color:#FF8C00;
    text-decoration:none;
}*/

a img { 
	border: 0;
}

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

th, td {
    border: 0px;
    padding:0.5em;
}


#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;
  font: small verdana, sans-serif;
}

h1 {
	font-size: 160%;
}


h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

#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;
}

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; 
}

#mymenubar {
    clear: both;
}

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

#mystatus .bd {
    height: 100px;
    background: white URL('/static/images/syncanim.gif') center center no-repeat;
}

/*
 * Web2Phone Default CSS
 */


h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #1F76BD;
}

#page {
	width: 777px;
	border: 1px solid #aaa;
	background-color: white;
	position: relative;
	z-index: 1;
}

#header {
	position: relative;
	text-align: right;
	width: 100%;
}

div#login {
	top: 10px;
}

div.home_picture {
	float: right;
}

div#lvheader {
	background: #60b8e4;
}

div#lvheader-commands {
    padding-left: 5px;
    padding-right: 5px;
}

div#lvfooter {
	background: #60b8e4;
}

/*
div.itemfooter input,
div#lvheader input.btncmd {
	background-color: white;
	border: 1px solid black;
	color: black;
	cursor: pointer;
}

div.itemfooter input:hover,
div#lvheader input.btncmd:hover {
	background:#eeeeee none repeat scroll 0%;
}
*/

div#lvheader .btncmd {
	margin-left: 5px;
}

.expanded div.itemheader {
	border-bottom: solid 1px #60b8e4;
}

div.itembody {
	padding-top: 5px;
	padding-bottom: 5px;
}

.rtop *, .rbottom * { 
	display: block; 
	height: 1px; 
	overflow: hidden;
	background: red; 
}

.r1 { margin: 0 5px }
.r2 { margin: 0 3px }
.r3 { margin: 0 2px }
.r4 { margin: 0 1px; height: 2px }


.roundbox  {
	background-color: #60b8e4;
	padding: 10px;
}

.roundbox h3 {
	margin-top: 0px;
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size:12pt;
}
.roundbox p {
	margin-bottom: 0px;
}

.box {
	width: 30em;
	text-align: left;
	float: right;
	margin-left: 10px;
	
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 10pt;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
/*	line-height:15px;*/
}

/* begin tabs */
.calendarmenu {
	display: block;
	list-style: none;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;

	/* Hack for Internet Explorer 6 and 7. Without the height, the
	margins for the #tabbar appears both above and below the lis */
	height: 20px;
}

.calendarmenu li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.calendarmenu li.tab {
	background: url(/static/images/tab_right-gray.gif) no-repeat right top;
}

.calendarmenu a {
	display: block;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 4px 15px;
}

.calendarmenu a.tab {
	color: #fff;
	background: url(/static/images/tab_left-gray.gif) no-repeat left top;
	font-size: x-small;
}

/* IE6 hack to make the whole tab clickable. This rule will be ignored by all
   modern browsers. */
* html .calendarmenu a.tab {
	width: .1em;
}

.calendarmenu li.tab:hover {
	background: url(/static/images/tab_right-lblue.gif) no-repeat right top;
}

.calendarmenu li > a.tab:hover {
	color: #fff;
	background: url(/static/images/tab_left-lblue.gif) no-repeat left top;
	text-decoration: none;
}

/* IE6 specific styles */
.calendarmenu li.tab_ie6hover {
	background: url(/static/images/tab_right-lblue.gif) no-repeat right top;
}

.calendarmenu a.tab_ie6hover {
	color: #fff;
	background: url(/static/images/tab_left-lblue.gif) no-repeat left top;
	text-decoration: none;
}
/* End of IE6 specific styles */

.calendarmenu li > a:hover {
	text-decoration: underline;
}

.calendarmenu li.selected,
.calendarmenu li.selected:hover {
	background: url(/static/images/tab_right-blue.gif) no-repeat right top;
}

.calendarmenu li.selected a,
.calendarmenu li.selected a:hover {
	background: url(/static/images/tab_left-blue.gif) no-repeat left top;
}

/* begin tabs */
.listmenu {
	display: block;
	list-style: none;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;

	/* Hack for Internet Explorer 6 and 7. Without the height, the
	margins for the #tabbar appears both above and below the lis */
	height: 20px;
}

.listmenu li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.listmenu li.tab {
	background: url(/static/images/tab_right-gray.gif) no-repeat right top;
}

.listmenu a {
	display: block;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 4px 15px;
}

.listmenu a.tab {
	color: #fff;
	background: url(/static/images/tab_left-gray.gif) no-repeat left top;
	font-size: x-small;
}

/* IE6 hack to make the whole tab clickable. This rule will be ignored by all
   modern browsers. */
* html #tabbar a.tab {
	width: .1em;
}

.listmenu li.tab:hover {
	background: url(/static/images/tab_right-lblue.gif) no-repeat right top;
}

.listmenu li > a.tab:hover {
	color: #fff;
	background: url(/static/images/tab_left-lblue.gif) no-repeat left top;
	text-decoration: none;
}

/* IE6 specific styles */
.listmenu li.tab_ie6hover {
	background: url(/static/images/tab_right-lblue.gif) no-repeat right top;
}

.listmenu a.tab_ie6hover {
	color: #fff;
	background: url(/static/images/tab_left-lblue.gif) no-repeat left top;
	text-decoration: none;
}
/* End of IE6 specific styles */

.listmenu li > a:hover {
	text-decoration: underline;
}

.listmenu li.selected,
.listmenu li.selected:hover {
	background: url(/static/images/tab_right-blue.gif) no-repeat right top;
}

.listmenu li.selected a,
.listmenu li.selected a:hover {
	background: url(/static/images/tab_left-blue.gif) no-repeat left top;
}

.tag {
	color: #1F76BD;
}

.tag_colour_1 {
	color: green;
}

.tag_colour_2 {
	color: red;
}

.tag_colour_3 {
	color: blue;
}

.tag_colour_4 {
	color: yellow;
}


.version {
	padding: 1px;
	float: left; 
	color: silver;
}

div.pinmessage {
	padding: 4px;
	border: 2px solid #f00;
	font-weight: bold;
}

pre {
    background-color: rgb(250, 250, 250);
    border: 1px solid rgb(187, 187, 187);
    font-size: 9pt;
    line-height: 125%;
    margin: 1em 0px 0px 0px;
    overflow: auto;
    padding: 0.99em;
    word-wrap: break-word;
}

.yui-skin-sam .yuimenuitemlabel.feed {
    background: url(http://www.mozilla.org/images/feed-icon-14x14.png) no-repeat 3px center;
}

.yuimenubaritem.logout {
    float: right;
}

div.markup-container .codehilite {
    margin: 1em;
}

div.markup-container div.toc {
    float: right;
    margin: 6px;
    padding: 6px;
    border: 1px solid #bebebe;
}

div.markup-container div.toc h3 {
    margin-bottom: 0;
    margin-top: 0;
}

div.markup-container div.toc ul {
    margin: 3px 0px;
}

div.markup-container div.toc li {
/*    list-style-position: inside;*/
    list-style-type: circle;
    margin: 0 0 0 1.2em;
}

div.markup-container table {
/* To avoid the TOC from making the URLs wrap.  If huge empty block beside TOC bothers you, write text there. */
    clear: both;
}

div.markup-container table th, div.markup-container table td {
    border-style: solid;
    border-width: 1px;
}


img.oauth-logo {
    margin: 10px;
    left: 25px;
    position: relative;
}
