@CHARSET "utf-8";

.errorMessage {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

img
{  border-style: none;
}

.tooltip{
   position: absolute;
   padding: 5px 8px;
   z-index: 2;
   
   color: #FEBA23;
   background-color: #364E5C;
   border: 1px solid #DECA7E;
   
   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: center;
}

/**************************BODY**************************/

body {

  background-color:#364E5C;
  font-size: small;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

/************************* FONT************************/

smallText {
  font-size: xx-small;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #FFFFFF;	
}

span.greenText {
  color: #00FF00;
  font-weight: bold;
}

span.yellowText {
  color: #FFFF00;
  font-weight: bold;
}

span.redText {
  color: #FF0000;
  font-weight: bold;
}

span.whiteText {
  color: #FFFFFF;
  font-weight: bold;
}

td.center {text-align: center}

a {
  color: #FEBA23;
  text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

h1 {
  text-align: center;
  color: #000000;
  background-color: #FEBA33;
  background-repeat: repeat-x;
  font-size: 18px;
  margin-bottom: 1px;
  margin-top: 1px
}

h2 {
  text-align: center;
  color: #000000;
  background-color: #FEBA33;
  background-repeat: repeat-x;
  font-size: 18px;
  margin-bottom: 1px;
  margin-top: 1px
}


/************************** Tables *************************/

.topMenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

a.titleSelected {
	font-size: small;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

a.titleNotSelected {
	font-weight: normal;
	font-size: small;
	color: #FEBA03;
	text-align: center;
	text-decoration: none;
}

.topMenu a.titleSelected:hover {
	color: #ffffff;
	font-size: small;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.topMenu a.titleNotSelected:hover {
	color: #ffffff;
	font-size: small;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

#tblListBook {
  background-image:url(../images/middle-png-8-1px.png);
  background-repeat:repeat;
  width: 1000px;
}

#tblListBook #tblTop {
  background-image:url(../images/top-png-8.png);
  height: 42px;  
}

#tblListBook #tblBottom {
  background-image:url(../images/bottom-png-8.png);
  height: 19px;
}

#tblGenre {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
}