img, div { behavior: url(/iepngfix.htc) }

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #50624c;
	background-image: url(/images/body_bg.gif);
	background-repeat: repeat-x;
	height: 100%;
	}
	
container {
	}
	
img {
	border: 0;
	}
	
form {
	margin: 0;
	padding: 0;
	}
	
#header {
	}

#header h1 {
	color: #EFEFEF;
	margin: 0;
	font-size: 20px;
	font-family: Arial, sans-serif;
	}

#magazine_toolbar {
	width: 893px; // 2 + 15 pixels wider than the magazine (borders)
	height: 23px;
	padding: 0;
	padding-left: 15px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	background-image: url(/images/toolbar_bg.png);
	position: relative;
	font-family: Arial, sans-serif;
	}

#magazine_toolbar a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	}
	
.button_image {
	}
	
#search_form {	
	}

#magazine_toolbar form {
	padding: 0;
	margin: 0;
	}
	
#magazine_toolbar select {
	background-color: #000000;
	color: #EFEFEF;
	border: 0;
	}
	
#footer {	
	width: 910px; // 2 pixels wider than the magazine (borders)	
	background-image: url(/images/footer_bg.png);
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}

.search_text {
	width: 154px;
	height: 16px;
	border: 0;
	font-family: Arial, sans-serif;
	font-size: 10px;
	padding: 2px;
	padding-left: 20px;
	padding-right: 6px;
	background-image: url(/images/form_txt_bg.gif);
	}

#search_results {
	width: 300px;
	height: 571px;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	overflow: auto;
	display: none;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 20px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
	
#search_results a {
	color: #000000;
	}

#archive {
	width: 868px;
	height: 130px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
	overflow: auto;
	display: none;
	border-top: 1px solid #000000;
	padding: 20px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}

#all_pages {
	width: 868px;
	height: 260px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
	overflow: auto;
	display: none;
	border-top: 1px solid #000000;
	padding: 20px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
	
#all_pages a, #archive a {
	color: gray;
	text-decoration: none;
	}
	
#magazine {
	width: 908px;
	height: 611px;
	position: relative;
	border: 1px solid #000000;
	border-top: 0;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	}
	
#hotlink {}

#left_page {
	position: absolute;
	top: 0;
	left: 0;
	width: 455px;
	height: 611px;
	z-index: 1;
	background-color: #FFFFFF;
	padding: 0;
	overflow: hidden;
	text-align: right;
	}

#right_page {
	position: absolute;
	top: 0;
	right: 0;
	width: 455px;
	height: 611px;
	z-index: 1;
	background-color: #FFFFFF;
	padding: 0;
	overflow: hidden;
	}
	
#left_flip {
	position: absolute;
	top: 0;
	left: 0;
	width: 455px;
	height: 611px;
	z-index: 2;
	padding: 0;
	overflow: hidden;
	text-align: right;
	}

#right_flip {
	position: absolute;
	top: 0;
	right: 0;
	width: 455px;
	height: 611px;
	z-index: 2;
	padding: 0;
	overflow: hidden;
	}

#left_page img {
	}
	
#left_shadow, #right_shadow {
	position:absolute;
	top:0;
	right:0;
	width: 455px;
	height: 611px;
	background-image: url(/images/page_shadow_left.png);
	background-position: right;
	cursor: url(/zoomin.cur), pointer;
	cursor: hand;
	}

#right_shadow {
	background-image: url(/images/page_shadow_right.png);
	background-position: left;
	}

#textlink {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #333366;
	position:absolute;
	cursor: pointer;
	cursor: hand; // For older IE
	z-index: 40;
	font-size: 0;
	background-image: url(/images/cleardot.gif);
	}
	
#highlight {
	display: inline;
	background-color: yellow;
	}

#searchlink {
	background-color: yellow;
	position: absolute;
	opacity:0.3;
	filter:alpha(opacity=30);
	}

#zoom_left, #zoom_right, #zoom {
	height: 100%;
	width: 100%;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	overflow: hidden;
	position:absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 50;
	}
	
.box {
	background-color: #000000;
	border: 1px solid #000000;
	color: #000000;
	padding: 0px;
	position: absolute;
	cursor: move;
	z-index: 51;
	}

#zoom_control {
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, sans-serif;
	padding: 4px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	z-index: 53;
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: pointer;
	}

#zoom_control:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}

#previous {
	width: 60px;
	height: 611px;
	position: absolute;
	left: -40px;
	top: 0;
	background-image: url(/images/tab_left.gif);
	cursor:pointer;
	}

#next {
	width: 60px;
	height: 611px;
	position: absolute;
	right: -40px;
	top: 0;
	background-image: url(/images/tab_right.gif);
	cursor:pointer;
	}
	
#prev_arrow, #next_arrow {
	}
	
#prev_arrow {left:10px;}
#next_arrow {left:35px;}

#tab {
	height: 100%;
	width: 60px;
	}

#precache {
	display: none;
	}	
	
#contact {
	font-family: Arial, sans-serif;
	font-size: 12px;
	}

#contact input {
	border: 1px solid #000000;
	padding: 4px;
	width: 250px;
	}
	
#contact_box{
	width: 468px;
	height: 400px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: absolute;
	top: 50px;
	left: 200px;
	z-index: 100;
	padding: 20px;
	display: none;
	}

#contact_close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 4px;
	right: 4px;
	}

#choose_page {	
	width: 868px;
	height: 140px;
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #000000;
	padding: 20px;
	text-align: left;
	font-family: Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	}

#loading {
	background-image: url(/images/loading_bg.png);
	padding: 14px;
	z-index: 101;
	position: absolute;
	top: 250px;
	left: 423px;
	display: none;
	}

#intro {	
	font-family: Arial, sans-serif;
	text-align: center;
	padding: 20px;
	font-size: 12px;
	}

#client_id, #issue_id, #ipaddress, #pages, #page_height {display:none;}
	
