@charset "UTF-8";

/*
 * Additional View Digital Publisher Style
 * (c) 2009 Additional View <http://additionalview.com>
 */

* {
	margin:0;
	padding:0;
	outline:0;
}

body {
	background:#76CCD0;
	color:#555;
	font-size:11px;
}

select, textarea, input, body {	font-family:'Segoe UI', Arial, sans-serif;}

#logo {
	float:left;
	left:0;
	margin-top:3px;
	margin-left:10px;
}

#logo a {color:#333;text-decoration:none;}

#logo a:hover {text-decoration:underline}

#logo a img {
	border:0;
}

#fbFooter {
overflow:hidden;
	position:relative;
	top:0;
	width:100%;
	height:50px;
	background:#FFF url('img/topbar.png') repeat-x left bottom;
}

#av a {
	position:absolute;
	right:16px;
	top:12px;
	text-indent:-999em;
	background:url('img/av.png') no-repeat 0 0px;
	width:40px;
	height:24px;
}

#av a:hover {
	background-position:0 -24px;
}

#fbMenu {
	margin-right:65px;
	float:right;
	width:302px;
	height:48px;
	margin-top:6px;
	background:url('img/page-select-sides.png') no-repeat right top;

}

#fbMenu div {
	background:url('img/page-select-sides.png') no-repeat left top;
	padding:0 10px;
}

#fbMenu ul {
	overflow:hidden;
	padding-top:1px;
	background:url('img/page-select.png') repeat-x left top;
	height:47px;
	list-style:none;
}

#fbMenu li {
	display:inline;
}

#fbMenu li a {
	text-shadow:0 1px 1px #FFF;
	height:35px;
	display:inline;
	float:left;
	color:#555;
	margin:0 0px 0 0px;
	padding:0 8px 0 8px;
	text-decoration:none;
	text-align:center;
	background-color:transparent;
	background:url('img/divider.png') left top no-repeat;
}

* html #fbMenu li a{
	width:20px;
}

a img{
	border:0;
}

#fbMenu li a img {
	line-height:0;
	text-align:center;
	margin:0 auto;
	margin-top:2px;
	margin-bottom:-2px;
}

#fbMenu li a span.label {
	font-weight:bold;
	display:block;
	position:relative;
	padding-bottom:4px;
}

#fbMenu li.first a {
	background:transparent;
}

#fbMenu li a:hover {
	color:#000;
}



#info-use-open {
	position:absolute;
	left:10px;
	top:-16px;
	color:#555;
	text-decoration:none;
}

#info-use-open:hover {
	text-decoration:underline;
}

/* page select */

#fbContents {
	margin-top:6px;
	padding-left:10px;
	float:right;
	margin-right:10px;
}

#gotopageform {
	float:left;
	background:url('img/page-select-sides.png') no-repeat left top;
	z-index:10;
	width:215px;

}

#gotopageform .left {
}

#gotopageform .right {
	background:url('img/page-select.png') repeat-x;
	height:37px;
	padding-top:7px;
}

#index .left {
	background:url('img/page-select-dark-side-right.png') no-repeat right top;
	padding-right:20px;
}

#index .right {
	background:url('img/page-select-dark.png') repeat-x;
	height:37px;
	padding-top:7px;
}

#index {
	width:140px;
	z-index:5;
	float:left;
	background:url('img/page-select-dark-sides.png') no-repeat left top;
	padding-left:10px;
}

#index select {
	width:120px;
	padding:2px;
}

#gotopageform input.textfield {

	background:url('img/textfield.png') no-repeat;
	width:68px;
	height:15px;
	border:0;
	padding:4px 3px;
	font:1.1em Arial, sans-serif;
	color:#555;
	font-weight:bold;
	text-align:center;
	float:left;
}

#gotopageform label {
margin-top:5px;
	margin-right:5px;
	width:66px;
	height:14px;
	background:url('img/go-to-page.png') no-repeat;
	text-indent:-999em;
	float:left;
}

#gotopageform input.textfield:focus {
	background-position:0 -23px;
}

#gotopageform input.button{
	margin-left:4px;
	background:url('img/button-go.png') no-repeat;
	border:0;
	text-indent:-999em;
	width:50px;
	height:27px;
	font-size:0;
	color:#68cef3;
	text-align:left;
	cursor:pointer;
	position:relative;
	top:0px;
	vertical-align:top;
}

#gotopageform input.button:hover {
	top:1px;
}

#page-no {
	margin-left:-10px;
	float:left;
	background:url('img/page-select-dark-sides.png') no-repeat right top;
	padding-right:10px;
	float:left;
	width:80px;
	font-size:1em;
}

#page-no strong {
	font-size:1.4em;
}

#page-no .left {
	background:url('img/page-select-dark-side-left.png') no-repeat left top;
	padding-left:20px;
}

#page-no .right {
	background:url('img/page-select-dark.png') repeat-x;
	height:37px;
	padding-top:9px;
	
}