/* .body: the content of the webpages-no indent */
.body {
	font-family: sans-serif, Arial, Helvetica;		
	font-size: 16px;
}

/* .body2: the content of the webpages-with indent*/
.body2 {
	font-family: Helvetica, sans-serif, Arial;		
	font-size: 16px;
	padding-left: 15px;
}

/*.body3: the content of the webpages-with  more indent*/
.body3 {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 16px;	
	padding-left: 30px;
}

/* Title: Heading in the blue bar */
.title {
	font-family: sans-serif, Arial, Helvetica;
	color: #FFFFFF;
	font-size: larger;
	padding-left: 5px;
	background-color: #0058AC;
	height: 20px;
}

.titleWhite {
	font-family: sans-serif, Arial, Helvetica;
	font-size: larger;
	padding-right: 5px;
	background-color: white;
	height: 20px;
}

/* subMenu used in aboutUs.aspx */
.title2 {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

/* subMenu (testing) Not in use */
a.subMenu:link {
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
}

/* subMenu (testing) Not in use */
a.subMenu:hover {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

/* Links in blue without line */
.LinkText1 {
	color:Blue; 
	text-decoration: none;
}

/* Add order properties */
.AddOrderButton {
    border:0;
    visibility:hidden 
}

.NormalText {
    font-family:Arial;
	font-size: 12px;
	color:Black; 
}

/* pics properties in feature titles*/
.piclink{
	width:75px;
}

/* (Sort by: Author / title) properties */
.titlesytle {
	font-family:Arial;
	font-size: 14px;
	font-weight:bold;
}

/* Title of the book in DetailForm.aspx and "related titles" in feature titles */
.itemTitle {
    font-family:Arial;
	font-size: 18px;
	font-weight:bold; 
	text-decoration: none;
	color:#000000;   
}

/* Description(heading)*/
.CommonTitle {
    font-family:Arial;
	font-size: 16px;
	font-weight:bold; 
	text-decoration: none;
	color:#000000;   
}

/* description text properties in searchList.aspx, viewAll.aspx and description in deatailform.aspx  */
/* also in feature titles  */
/* also in contact.aspx: contacts*/
.TextDescription {
    font-family:Arial;
	font-size: 14px;
	color:Black; 
}

/* description text properties in default.aspx*/
.defaultDes{
	font-family:Arial;
	font-size: 12px;
	color:Black; 
	
}

/* [Read more] properties */
.addmore {
	font-family:Arial; 
	font-size:12px;
	color: Blue;	
}

/* Author's name properties*/
.author{
    font-family:Arial;
	font-size: 14px;
	color: blue;
}

/* the numbers in viewAll.aspx and searchlist.aspx*/
.pager{
	font-family:Arial;
	font-size: 18px;
}

/* Footer properties */
.FooterStyle {
	font-size:11px;
	font-family:Arial;
	text-align:center;
}

/*related titles' pics in feature titles*/
.piclink{
	width:75px;
}

/*--"wrap1", "wrap2" and "wrap3" are drop shadows */
.wrap1, .wrap2, .wrap3 {
	width:980px;
	margin:auto;
	display:block;
}

.wrap1 {
  	background:url(../images/shadow.gif) right bottom repeat-y ;
	padding:0 15px 15px 0;
}

.wrap2 {
	background:url(../images/corner_bl.gif) left bottom no-repeat;
}

.wrap3 {
 	background:url(../images/corner_tr.gif) right top no-repeat;
}

/* catalog in default.aspx:what's new */
.left{
	text-align:left;
}

/* this is for the catalog */
.right{
	text-align:right;
}

#eventsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#FF0000;
}

.eventbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

.eventtype2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.eventtype3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

	



