/* 
    Document   : main
    Created on : Feb 10, 2010, 11:44:42 AM
    Author     : damian
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
}

a:link{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: none;
}
a:visited{
	color: #000;
	text-decoration: none;
}
img{
	border:0px;
    -ms-interpolation-mode: bicubic;
}


input{
	outline-style:none;
	outline:none;
}


#header{
	text-align: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 30px;
	height: 50px;
}

.blehButton{
	border:  1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left:  5px;
	padding-top:  4px;
	padding-bottom:  4px;
}

#product-search{
	position: absolute;
	top: 25px;
	left: 450px;
	font-size: 1.5em;
	font-family: monospace;
}

#product-search input{
	font-size: 1em;
	font-family: monospace;
	width: 310px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height:  24px;
}

#page-number{
	position: absolute;
	top: 25px;
	left: 250px;
	font-size: 1.5em;
	font-family: monospace;
}

#page-number input{
	font-size: 1em;
	font-family: monospace;
	width: 115px;
	text-align: center;
	border: 1px solid #ddd;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
height:  24px;
}

#pdf-left{
	position: absolute;
	top: 300px;
	left: 225px;
}

#pdf-right{
	position: absolute;
	top: 300px;
	left: 970px;
}

#pdf-center{
	position: absolute;
	top: 70px;
	left: 580px;
}


#left-menu{
	float: left;
	height: 700px;
	overflow: auto;
	width: 220px;

}

#chapters{
	width: 200px;
}


#chapters h3{
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	border-top: 0 !important;
	border-left:0 !important;
	border-right: 0 !important;
}

#chapters div{
	border-left:0 !important;
	border-right: 0 !important;
}

#chapters div a{
	display: block;
	font-size: 1em;
	text-align: left;
}

#chapters div a:link, #chapters div a:hover, #chapters div a:visited{
	text-decoration: none
}




#main{
	
}


#main-page{
}


div.page-container{
	width: 358px;
	height: 506px;
	float: left;
	overflow: hidden;
}

#prev-up, #next-up, #prev-down, #next-down{
	position: absolute;
	height:20px;
	opacity: .30;
	filter:Alpha(Opacity=30);
	background:#fff;
}


#prev-up{
	left: 250px;
	top: 80px;
}

#next-up{
	left: 915px;
	top: 80px;
}

#prev-down{
	left: 250px;
	top: 620px;
}

#next-down{
	left: 915px;
	top: 620px;
}


img.page{
	margin: 0px;
	padding: 0px;
	border: none;
}

#prev-up a, #next-up a, #prev-down a, #next-down a{
	display: block;
	text-align: center;
}

#prev-up span, #next-up span, #prev-down span, #next-down span{
	display:block;
	font-size: 20px;
}



.field{
	 opacity: .30;
	 filter:Alpha(Opacity=30);
	 background: #444;
	 border: 1px solid #ccc;
	 font-size: 11px;
	 font-weight: bold;
	 font-family: arial, verdana, helvetica, sans-serif;
	 color: #fff;
	 line-height: 15px;
	 text-align: center;
}



#search-results{
	display: none;
	position:absolute;
	z-index: 1000;
	left: 452px;
	top: 53px;
	width: 300px;
	height: 0px;
	overflow: auto;
	opacity: .80;
	filter:Alpha(Opacity=80);
	background: #000;
	line-height: 0px;
	font-size:0px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;


}

#search-results div.search-row{
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	mergin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.search-row-name{
	float: left;
	width: 240px;
	font-weight: bold;
}

.even{
	color: #999;
}

.odd{
	color: #ccc;
}

.search-hover{
	color: #ff0000 !important;
	cursor: pointer;
}


.ui-state-hover, .ui-accordion-header{
	font-weight:bold !important;
}





