body {
	background-color: #ffffff;
	}
	
.main {
	border-top: 8px solid #7D6B70;
	border-left: 2px solid #7D6B70;
	border-right: 2px solid #7D6B70;
	border-bottom: 8px solid #7D6B70;
	width: 779px;
	margin-left: 11px;
	font-family: Times;
	font-size: 14pt;
	position: relative;
	}

.main-sub {
	border-top: 8px solid #CCC1B5;
	border-left: 2px solid #CCC1B5;
	border-right: 2px solid #CCC1B5;
	border-bottom: 8px solid #CCC1B5;
	width: 775px;
	margin-left: 11px;
	position: relative;
	}

.leftnav {
	font-family: "Century Gothic", Arial;
	color: #7D6B70;
	font-size: 9pt;
	line-height: 12pt;
	float: left; 
	width: 125px; 
	margin-right: 35px;
        text-align: left;
	}
	
.category {
	margin-top: 35px;
	margin-left: 15px;
	margin-right: 12px;
	margin-bottom: 200px;
	width: 720px;
	font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 9pt;
	line-height: 12pt;
	}

.category_x {
margin-top: 35px;
margin-left: 15px;
margin-right: 12px;
width: 780px;
margin-bottom: 110px;
	}
	
.book {
	margin-left: 15px;
	margin-right: 15px;
	font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 9pt;
	line-height: 12pt;
	}
	
.category_title {
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 5px;
	}

.book_title {
	font-family: "Century Gothic", Arial;
font-size: 14pt;
    line-height: 17pt;
	font-weight: bold;
	margin-bottom: 5px;
	}

.divider {
	border-bottom: 2px dashed #E6E1DB;
	margin-top: 8px;
	margin-bottom: 6px;
	width: 95%;
	}
	
.text {
	font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 9pt;
	line-height: 12pt;
font-weight: normal;
	}

.smalltext {
	font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 8pt;
	line-height: 10pt;
	}

.smalltextgrey {
	font-family: "Century Gothic", Arial;
	color: #907f83;
	font-size: 8pt;
	line-height: 10pt;
	}


.bookinfo_text {
    font-size: 8.5pt;
    font-weight: 600;
	}

.text_left {
	font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 9pt;
	line-height: 12pt;
	text-align: left;
	padding-right: 10px;
	}

.credit {
	font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 7pt;
	line-height: 12pt;
	}

	
/* Links */

a:link {
	color: #973223;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #973223;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #973223;
	text-decoration: underline;
	font-weight: bold;
	}

a.redbold:link {					/* this fixes a strange bug that was happening */
	color: #973223;
	text-decoration: none;
	font-weight: bold;
	}

a.redbold:visited {
	color: #973223;
	text-decoration: none;
	font-weight: bold;
	}

a.redbold:hover {
	color: #973223;
	text-decoration: underline;
	font-weight: bold;
	}

a.footer:link {					/* footer nav bar */
	color: #907f83;
	text-decoration: none;
	font-weight: bold;
	}

a.footer:visited {
	color: #907f83;
	text-decoration: none;
	font-weight: bold;
	}

a.footer:hover {
	color: #907f83;
	text-decoration: underline;
	font-weight: bold;
	}

	
.links {							/* top menu */
	font-family: Times;
	font-size: 12pt;
	color: #973223;
	background-color: #FFFFFF;
	text-decoration: none;
    position: relative;
	z-index:3;
	padding-left: 10px;
	}

A.subnavlink:link {					/* top menu */
    font-size: 9pt;
    color: #973223;
    font-family: "Century Gothic", Arial;
    text-decoration: none;
    font-weight: bold;
	}

A.subnavlink:visited {
    font-size: 9pt;
    color: #973223;
    font-family: "Century Gothic", Arial;
text-decoration: none;
    font-weight: bold;
	}
	
A.subnavlink:hover {
    font-size: 9pt;
    color: #973223;
    font-family: "Century Gothic", Arial;
text-decoration: underline;
font-weight: bold;
	}
	
A.dkred:link {
	color: #973223;
	text-decoration: none;
	font-weight: normal;
	}

A.dkred:visited {
	color: #973223;
	text-decoration: none;
	font-weight: normal;
	}

A.dkred:hover {
	color: #973223;
	text-decoration: underline;
	font-weight: normal;
	}
	
#addbutton {
    margin-top: 2px;
    padding-bottom: 1px;
    } 

#addbutton:hover {
    margin-top: 2px;
    border-bottom: 1px solid #973223;
    padding-bottom: 1px;
    }
    
/* Home Page Feature code. This could have been a lot more elegant */
/* if it weren't for a Firefox bug. */


.homegrid4x4 {
    padding: 45px 10px 10px 0px;
    font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 9pt;
	line-height: 12pt;
	background-image: url('/images/home_4x4.gif'); 
    background-repeat: no-repeat; 
    }
    
.homegrid4x4 A:hover {
    text-decoration: underline;
    }

.homegrid1x2wide {
    padding: 45px 10px 10px 0px;
    font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 9pt;
	line-height: 12pt;
	background-image: url('/images/home_1x2wide.gif'); 
    background-repeat: no-repeat; 
    }

.homegrid1x2wide A:hover {
    text-decoration: underline;
    }

.homegrid2x1wide {
    padding: 45px 10px 10px 0px;
    font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 9pt;
	line-height: 12pt;
	background-image: url('/images/home_2x1wide.gif'); 
    background-repeat: no-repeat; 
    }

.homegrid2x1wide  A:hover {
    text-decoration: underline;
    }

.homegrid1x2tall {
    padding: 45px 10px 10px 0px;
    font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 9pt;
	line-height: 12pt;
	background-image: url('/images/home_1x2tall.gif'); 
    background-repeat: no-repeat; 
    }

.homegrid1x2tall A:hover {
    text-decoration: underline;
    }

.homegrid2x1tall {
    padding: 45px 10px 10px 0px;
    font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 9pt;
	line-height: 12pt;
	background-image: url('/images/home_2x1tall.gif'); 
    background-repeat: no-repeat; 
    }

.homegrid2x1tall A:hover {
    text-decoration: underline;
    }
#homesidebar {
	font-family: "Century Gothic", Arial;
	font-size: 10pt;
	line-height: 16pt;
	}

#homesidebar a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	}

#homesidebar a:hover {
	font-weight: normal;
	text-decoration: underline;
	}
	
.page-asset {
	min-height: 500px;
	margin: 20px;
	}

h1.asset-name {
	font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 5px;
	}

#calendar_gridview {
    width: 700px;
    border: 1px solid #7D6B70;
    font-family: "Century Gothic", Arial;
	color: #000000;
    font-size: 9pt;
    }

#calendar_gridview td {
    width: 100px;
    border: 1px solid #7D6B70;
    height: 100px;
    vertical-align: top;
    padding: 5px;
    }

#calendar_gridview th {
    border: 1px solid #7D6B70;
    }

form { margin: 0; padding: 0; display: inline; }

.img-shadow {
  z-index: 0;
  float:left;
  background: url('/images/shadowAlpha.png') no-repeat bottom right !important;
  background: url('/images/shadow.gif') no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  z-index: 0;
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
  }

INPUT.searchform {
	height: 15px;
	_height: 20px;
	margin-top: 5px;
        margin-right: 5px;
	vertical-align: top;
        width: 100px;
	}

.navbarbg {
background-color: #68575D;
}

.dkredbg {
background-color: #82201D;
}


.navbarbg {
background-image: url('/images/pixel_dkgray.jpg');
background-repeat: repeat;
#
}

.dkredbg {
background-image: url('/images/pixel_dkred.jpg');
background-repeat: repeat;
#
}



