﻿body        {font:normal 13px Verdana,Tahoma; height:100%; margin-top:0px;}
table       {font:normal 13px Verdana,Tahoma; color:#333333; vertical-align:top; box-sizing:border-box; -moz-box-sizing:border-box;text-decoration:none;}
img {border:0;}
 
INPUT  {position : relative; 	left : 2px; 	margin-bottom : 0; 	font-size : 10pt; 	font-weight : bold; 	font-style : normal; }
Select {font:normal 12px Tahoma,Verdana; 	height:20px; }

.small {
	font:normal 12px Tahoma,Verdana; 
	color:#333333; 
	text-decoration:none;
	}
 .menubars{
	color:#FFFFFF;
	font:normal 12px Verdana,Tahoma;
	font-weight:bold;
	text-decoration:none;
 }
	
 .menu{
	color:#FFFFFF;
	font:normal 12px Verdana,Tahoma;
	font-weight:bold;
	text-decoration:none;
 }
 
  .menu:hover{
	color:#FFDE43;
	font:normal 12px Verdana,Tahoma;
	font-weight:bold;
	text-decoration:none;
 }

 .menu_left{
	color:#4a4a4a;
	font:normal 11px Tahoma,Verdana;
	font-weight:bold;
	text-decoration:none;
 }
  .menu_left:hover{
	color:#be1c05;
	font:normal 11px Tahoma,Verdana;
	font-weight:bold;
	text-decoration:none;
 }
 .menu_left_dots{
	color:#4a4a4a;
	font:normal 12px Verdana;
	font-weight:bold;
	text-decoration:none;
 }

 
  .Form_title{
	color:#4a4a4a;
	font:normal 12px Tahoma,Verdana;
	font-weight:bold;
	text-decoration:none;
	padding-left:4px;
 }
 
 .marquee{
	color:#FFFFFF;
	font:normal 12px Verdana,Tahoma;
	text-decoration:none;
 }
 
  .marquee:hover{
	color:#FFDE43;
	font:normal 12px Verdana,Tahoma;
	text-decoration:none;
 }

  .footer{
	color:#b9b9b9;
	font:normal 12px Tahoma,Verdana;
	font-weight:normal;
	text-decoration:none;
 }

   .searchstring{
	background-color:#f4e1a1;
 }
   .selectedpage{
 	color:#3a5a73;
	font:normal 14px Tahoma,Verdana;
	font-weight:bold;
    background-color:#FFFFFF;
 }


 .book_details{
 	color:#484848;
	font:normal 12px Tahoma,Verdana;
	font-weight:bold;
	text-decoration:none;
 }
 
 .book_title{
	font:normal 15px Verdana;
	color:#484848;
	text-decoration:none;
 }

 
 .booklink{
 	color:#993322;
	font-weight:bold;
	text-decoration:none;
 }
 .booklink:hover{
 	color:#E69800;
	font-weight:bold;
	text-decoration:none;
 }
.subjectlink{
	font:normal 12px Tahoma,Verdana;
 	color:#993322;
	text-decoration:none;
 }
 .subjectlink:hover{
	font:normal 12px Tahoma,Verdana;
 	color:#E69800;
	text-decoration:none;
 }
.subjectlinkbig{
 	color:#993322;
	text-decoration:none;
 }
 .subjectlinkbig:hover{
 	color:#E69800;
	text-decoration:none;
 }
 
 .titlewhite{
	color:#ffffff;
	font:normal 13px Tahoma,Verdana;
	font-weight:bold;
	margin-left:0px;
	text-decoration:none;
 }
 
 .whitetext{
	color:#ffffff;
	margin-left:0px;
	text-decoration:none;
 }
 
 .page_title{
	font:normal 20px Verdana;
	color:#484848;
 }

.img-shadow img {
  border: 1px solid #a9a9a9;
  } 

	
	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:400px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#fff;	/* White background color */
		text-align:left;
		font:normal 12px Tahoma,Verdana;
		/* font-size:1.2em; */
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		/* font-size:0.9em; */
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}
		


 