
html {
        overflow-y: scroll;
    }

body{
	
	background-image: url("../images/common/dfb-logo-bg.jpg");
	background-attachment: fixed;
        /*background-color:#DEDEDE;*/
}
    
#background{
	
	float:center;
	width:940px;
	margin: 0 auto;
	margin-top:0px;
	background-color:#FFFFFF;
	  
		
}
    
#banner{
    
    
	float:left;
	width:940px;
	background-color:#FFFFFF;
	box-shadow: 3px 3px 3px #666666 ;
	-moz-box-shadow: 3px 3px 0px #666666 ;
	-webkit-box-shadow: 3px 3px 3px #666;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	
		

}

.bannerNavHome{
	
	display:inline-block;	
	font-family:verdana,arial;
	color:#FFFFFF;
	font-size:15px;
	font-weight:normal;
	height:20px;
	padding:4px 14px 6px 14px;
	text-decoration:none;
	text-align: center;
	margin-left:5px;
	margin-right:0px;
	background-image: url(../images/common/Home.png);
	background-repeat:no-repeat;
	
}


.bannerNavHome:hover{
	
	background-image: url(../images/common/HomeHover.png);
	background-repeat:no-repeat;
		
}

.bannerLogin{
	
	float:right;
	margin:10px;
	font-family:verdana,arial,sans-serif;
	font-size:15px;
	color:#000000;
	text-align:right;
	text-decoration: none;
}

.bannerLogin a{
	
	color:#000000;
	text-decoration: none;
}

.bannerLogin a:active{
	
	color: #149C9C;
	text-decoration: none;

}

.bannerLogin a:hover{

	text-decoration: underline;

}

.bannerLogin a:visited{
	
	color:#000000;
	text-decoration: none;

}
    
.bannerNav{
	
	display:inline-block;	
	font-family:verdana,arial;
	color:#FFFFFF;
	font-size:15px;
	font-weight:normal;
	height:20px;
	padding:9px 13px 6px 14px;
	text-decoration:none;
	text-align: center;
	
	
}

.bannerNav:active{
	color: #FFFFFF;
	text-decoration:none;
	
		
}

.bannerNav:visited{
	color: #FFFFFF;
	text-decoration:none;
}

.bannerNav:hover {
	
	color: #333333;
	background-color:#CCCCCC;
	text-decoration:none;
	text-weight:bold;
	
}

.bannerNavBooks{
	
   background-color:#8dc2bc;
   color: #333333;
}

.NavBooks:hover {
	
	color: #333333;
	background-color:#8dc2bc;
	text-decoration:none;
	text-weight:bold;
	
}

.bannerNavNews{

   color: #333333;	
   background-color:#F5EBC2;
}

.NavNews:hover {
	
	color: #333333;
	background-color:#F5EBC2;
	text-decoration:none;
	text-weight:bold;
	
}


.NavPhoenix:hover {
	
        color:#FFFFFF;	
        background-color:#3c0533;
	text-decoration:none;
	text-weight:bold;
	
}

.NavGalleries:hover {
	
	color: #FFFFFF;
	background-color:#666666;
	text-decoration:none;
	text-weight:bold;
	
}

.NavAuthors:hover {
	
	color: #333333;
	background-color:#A4A4FF;
	text-decoration:none;
	text-weight:bold;
	
}

.NavCalendar:hover {
	
	color: #333333;
	background-color:#be7467;
	text-decoration:none;
	text-weight:bold;
	
}


#bannerTop{
	
	float:left;
	width:920px;
	height:140px;
	margin-left:10px;
	background:#FFFFFF;
	background:#FFFFFF;
	background-image: url(../images/common/dfb_banner.gif);
	background-repeat:no-repeat;
}

#bannerLeft{
	
	float:left;
	width:560px;
	height:140px;
	margin-left:10px;
		
}

#bannerRight{
	
	float:left;
	width:350px;
	height:140px;
	
}



#bannerBottom {
	
	float:left;
	width:940px;
	height:35px;
	background:#FFFFFF;
	padding-left:0px;
}

#navLine {
	
	float:left;
	width:940px;
	height:35px;
	background:#CC0000;
		
}

#navLine2 {
	
	position: relative;
	width:900px;
	height:35px;
	background:#CC0000;
	margin-left:15px;
	border-radius:10px;
	-moz-border-radius:10px;
	padding-left:10px;
	z-index: 10;
	
	
	
}

.tabCurrent{
	
	display:inline-block;
	height:24px;
	width:100px;
	font-family:verdana,arial,sans-serif;
	color:#333333;
	background:#EFEFEF;
	font-size:14px;
	font-weight:bold;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #EFEFEF;
	padding:10px 10px 0px 10px;
	text-decoration:none;
	text-align: center;
	margin-right:2px;
	
		
}

.tabActive{
	
	display:inline-block;
	height:24px;
	width:100px;
	background:#999999;
	font-family:verdana,arial,sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:10px 10px 0px 10px;
	text-decoration:none;
	text-align: center;
	margin-right:2px;
	border-bottom: solid 1px #CCCCCC;
	padding:10px 10px 0px 10px;
	
}

.tabActive:active{
	color: #FFFFFF;
	text-decoration:none;
		
}

.tabActive:visited{
	color: #FFFFFF;
	text-decoration:none;
}

.tabActive:hover {
	
	color: #333333;
	background-color:#CCCCCC;
	text-decoration:none;
	text-weight:bold;
	
}

form{margin-left:10px}  
input, label, textarea, select {margin-top:7px; margin-bottom:7px; color:#000066; font-family:verdana,arial;font-size: 13px; padding-right: 7px; display:block;}  
input[type='checkbox'] {margin-left: 5px}
input[type='text'] {border:1px solid #999999;}
.head16{color:##4863AA;font-family:verdana,arial;font-size: 16px;font-weight:bold}
.small_text {color:#333333;font-family:verdana,arial;font-size: 12px;}
.note {color:#CC0000;font-family:verdana,arial;font-size: 14px;}
.btn {
    margin-top: 10px;
    color:#FFFFFF;
    font-family: verdana, arial;
    font-size:14px;
    padding-left:10px;
    padding-right:10px;
    padding-top:8px;
    padding-bottom:8px;
    background-color:#CC0000;
    border:1px solid #CC0000;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border-bottom:1px solid #9f9f9f;
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    cursor:pointer;
}

h1,h2,h3,h4,h5,h6{color:#CC0000;font-family:'Oswald',Helvetica,Arial,sans-serif;padding-left:0px;}

h1 {font-size:20px;}

h2 {font-size:16px;}

h3 {font-size:14px;}

h4 {font-size:13px;}

h5 {font-size:12px;}


#footer {
        
        float: left;
        width:940px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	text-align:center;
	padding-bottom:5px;
	margin-bottom:10px;
	padding-top:10px;
        background-color:#CC0000;
       	line-height: 18px;
        border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
        box-shadow: 3px 3px 3px #666666 ;
	-moz-box-shadow: 3px 3px 0px #666666 ;
	-webkit-box-shadow: 3px 3px 3px #666;
    }

#footer a{
	
	color: #FFFFFF;
	text-decoration: none;
	
}

#footer a:active{
	color: #FFFFFF;
	
}

#footer a:visited{
	color: #FFFFFF;
}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	
}
    
.textLink{

	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	text-decoration:none;
	
}

.textLink a {
	
	color:#CC0000;
	text-decoration: underline;
	
}

.textLink a:active{
	
	color:#CC0000;
			
}

.textLink a:visited{
	color:#CC0000;
}

.textLink a:hover {
	color: #CCCCCC;
	text-decoration:none;
	
}

.galleryLink{

	color:#FFFFFF;
	font-family:'Oswald',Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:left;
	text-decoration:none;
	
}

.galleryLink a {
	
	color:#FFFFFF;
	text-decoration: none;
	
}

.galleryLink a:active{
	
	color:#FFFFFF;
			
}

.galleryLink a:visited{
	color:#FFFFFF;
}

.galleryLink a:hover {
	color: #CCCCCC;
	text-decoration:underline;
	
}



#contentMain{
    
    
	float:left;
	width:940px;
	margin:0px;
	background-color:#FFFFFF;
	box-shadow: 3px 3px 3px #666666 ;
	-moz-box-shadow: 3px 3px 0px #666666 ;
	-webkit-box-shadow: 3px 3px 3px #666;

}

#slideshow {
    position:relative;
	
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

p {

	color:#000000;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	padding-left:0px;

}

p a{
	
	color: #149C9C;
	text-decoration: none;
	
}

p a:active{
	color: #149C9C;
	
}

p a:visited{
	color: #149C9C;
}

p a:hover {
	color: #666666;
	text-decoration: underline;
	
}

.title14{
	
	color:#CC0000;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	
	
}

.title18Serif{
	
	color:#CC0000;
	font-family:Georgia,Garamond,Times,Serif;
	font-size:18px;
	font-weight:bold;
		
}

.title18Serif a{
	
	color: #CC0000;
	text-decoration: none;
	
}

.title18Serif a:active{
	color: #CC0000;
	
}

.title18Serif a:visited{
	color: #CC0000;
}

.title18Serif a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	
}

#breadCrumbLine{
	
	float:left;
	width:100%;
	height:40px;
	padding-top:5px;
}

.breadCrumb{

	float:left;
	width:400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:normal;
	text-align:left;
	padding-left:15px;
	padding-bottom:2px;
	padding-top:4px;
			
}


.breadCrumb a{
	
	color: #000000;
	text-decoration: none;
	
}

.breadCrumb a:active{
	color: #000000;
	
}

.breadCrumb a:visited{
	color: #000000;
}

.breadCrumb a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	
}


.breadCrumbBooks{

	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:normal;
	text-align:left;
	padding-left:15px;
	padding-bottom:2px;
	padding-top:15px;
			
}


.breadCrumbBooks a{
	
	color: #000000;
	text-decoration: none;
	
}

.breadCrumbBooks a:active{
	color: #000000;
	
}

.breadCrumbBooks a:visited{
	color: #000000;
}

.breadCrumbBooks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	
}



.breadCrumbNeg{

	float:left;
	width:400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:normal;
	text-align:left;
	padding-left:15px;
	padding-bottom:2px;
	padding-top:4px;
			
}

.breadCrumbNeg a{
	
	color: #FFFFFF;
	text-decoration: none;
	
}

.breadCrumbNeg a:active{
	color: #FFFFFF;
	
}

.breadCrumbNeg a:visited{
	color: #FFFFFF;
}

.breadCrumbNeg a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	
}

.titleUnderline{
	
	float:left;
	width:100%;
	color:#CC0000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:20px;
	text-align:left;
	font-weight:bold;
	padding-bottom:8px;
	border-bottom:1px solid #666666;
	margin-bottom:10px;
	
}

.titleLeftCurrent{
	
	float:left;
	width:100%;
	color:#999999;
	font-family:'Oswald',Georgia,Helvetica,Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:right;
	font-weight:normal;
	font-style: normal;
	padding-bottom:10px;
	border-bottom:2px dotted #CCCCCC;
	margin-bottom:20px;
	
}

.breadCrumbRight{

	float:left;
	width:505px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
	font-weight:normal;
	text-align:right;
	padding-bottom:2px;
	padding-top:4px;
			
}


.titleLeft{
	
	float:left;
	width:100%;
	color:#CC0000;
	font-family:'Oswald',Georgia,Helvetica,Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:right;
	font-weight:normal;
	font-style: normal;
	padding-bottom:10px;
	border-bottom:2px dotted #CCCCCC;
	margin-bottom:20px;
	
}

.titleLeft a{
	
	color:#CC0000;
	text-decoration: none;
	
}

.titleLeft a:active{
	color:#CC0000;
	
}

.titleLeft a:visited{
	color:#CC0000;
}

.titleLeft a:hover {
	color: #999999;
	text-decoration: underline;
	
}

ul {
	list-style-image: url(../images/common/bullet.gif);
	color:#000000;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	
}

.bullet li { 

	font-family:Arial, Helvetica, sans-serif;
	line-height:22px ;
	font-size:13px;
	font-weight:normal;
	margin-left:-20px;
	
	}
	
.bullet li a {
	
	color: #000000;
	text-decoration: none;
	
}

.bullet li a:active{
	
	color: #000000;
		
}

.bullet li a:visited{
	
	color: #000000;
}

.bullet li a:hover {
	
	color:#CC0000 ;
	
}

.bulletBold ul { list-style-image: url(../images/common/bullet.gif); }

.bulletBold li { 

	font-family:Arial, Helvetica, sans-serif;
	line-height:24px ;
	font-size:13px;
	font-weight:bold;
	margin-left:-20px;
	
	}
	
.bulletBold li a {
	
	color: #000000;
	text-decoration: none;
	
}

.bulletBold li a:active{
	
	color: #000000;
		
}

.bulletBold li a:visited{
	
	color: #000000;
}

.bulletBold li a:hover {
	
	color:#CC0000 ;
	
}

.italic14{
	
	font-family:Helvetica,Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	font-style: italic;
	color:#999999;
	
}

.italic18Serif{
	
	font-family:Georgia,Garamond,Times;
	font-size:18px;
	font-weight:normal;
	font-style: italic;
	color:#666666;
	text-align:center;
	padding-bottom:20px;
	
}

.homeNewsTitle{
	
	float:left;
	width:100%;
	font-family:'Oswald',Georgia,Helvetica,Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#999999;
	line-height: 24px;
	padding-top:10px;
	padding-botton:10px;
	margin-bottom:10px;
	
}


.homeNewsTitle a{
	
	color:#666666;
	text-decoration: none;
	
}

.homeNewsTitle a:active{
	color:#666666;
	
}

.homeNewsTitle a:visited{
	color:#666666;
}

.homeNewsTitle a:hover {
	color: #CC0000;
	text-decoration: underline;
	
}

.authorList{
	
	float:left;
	width:100%;
	font-family:'Oswald',Georgia,Helvetica,Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#336699;
	line-height: 24px;
	padding-top:10px;
	padding-botton:10px;
	margin-bottom:10px;
	text-align:right;
	
}


.authorList a{
	
	color:#336699;
	text-decoration: none;
	
}

.authorList a:active{
	
	color:#336699;
	
}

.authorList a:visited{
	color:#336699;
}

.authorList a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	
}

.italics13Grey{
	
	font-size:13px;
	font-weight:normal;
	font-style: italic;
	color:#666666;
	padding-left:10px;
	
}

.newsTextBox{
	
	float:left;
	width:100%;
	padding-bottom:5px;
	margin-top:-15px;
	margin-bottom:5px;
}

.galleryTextBox{
	
	float:left;
	width:100%;
	border-bottom-style:dotted;
	border-bottom-width:2px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:13px;
	text-align:left;
	font-weight:normal;
	border-bottom-color:#CCCCCC;
	padding-bottom:10px;
	margin-top:5px;
	margin-bottom:10px;
	
}

.placeHolderBox{
	
	float:left;
	width:100%;
	border: 2px solid #CCCCCC;
	background:#EFEFEF;
	padding-top:20px;
	padding-bottom:20px;
	font-family:Helvetica,Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#999999;
	text-align: center;
	margin-bottom:20px;
	
	
}

.triangle-isosceles {
   
   position:relative;
   padding:15px;
   margin:1em 0 3em;
   border: 1px solid #CCCCCC;
   font-family:Helvetica,Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:bold;
   color:#000000;
   text-align: center;

   /* css3 */
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
   border-radius:10px;
   background:#EFEFEF;
   
}

/* creates triangle */
.triangle-isosceles:after {
   content:"";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   bottom:-15px;
   left:30px;
   width:0;
   border-width:15px 15px 0;
   border-style:solid;
   border-color:#CCCCCC transparent;
   background:#efefef;
}

.newsBoardEntry{
	
	float:left;
	width:280px;
	background:#FFFFFF;
	background-color: :#FFFFFF;
	margin: 10px 12px 20px 10px;
	-moz-box-shadow: 3px 3px 0px #666666 ;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 5px #666666;
	
}

.newsPin{
	
	position:relative;
	display:inline-block;
	left:100px;
	top: -5px;
	width:30px;
	height:30px;
	
		
}

.newsStoryTitle{
	
	float:left;
	width:100%;
	color:#CC0000;
	font-family:Georgia,Helvetica,Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	font-weight:normal;
	font-style: normal;
	margin-top:5px;
	margin-bottom:10px;
	
}

.newsDateBox{
	
	float:left;
	width:100%;
	color:#000000;
	font-family:Arial, Verdana,Helvetica, sans-serif;
	font-size:11px;
	font-style: italic;
	border-bottom-style:dotted;
	border-bottom-width:2px;
	border-bottom-color:#999999;
	padding-bottom:10px;
	margin-top:1px;
	margin-bottom:10px;
}

.newsDate {
	
	float:right;
	height:20px;
	background:#666666;
	color:#FFFFFF;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	text-align:right;font-family:verdana,arial;
	font-size:12px;
	padding:4px 10px 0px 10px;

}

.newsBoardTitle{
	
	font-family:'Oswald', helvetica,verdana, arial;
	font-size:18px;
	color:#CC0000;
	text-decoration: none;
	
}

.newsBoardTitle a{
	
	color:#CC0000;
	text-decoration: none;
	
}

.newsBoardTitle a:active{
	color:#CC0000;
	
}

.newsBoardTitle a:visited{
	color:#CC0000;
}

.newsBoardTitle a:hover {
	color: #999999;
	text-decoration: underline;
	
}



.navBoxesPub{
	
	border-radius:1px;
	border:1px solid #999999;
	display:inline-block;
	font-family:arial;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	margin-left:2px;
	
}

.navBoxesPub:active{
	color: #666666;
	text-decoration:none;
		
}

.navBoxesPub:visited{
	color: #666666;
	text-decoration:none;
}

.navBoxesPub:hover {
	
	color: #FFFFFF;
	background-color:#accce6;
	text-decoration:underline;
	text-weight:bold;
	
}

.navBoxesDummyPub{
	
	border-radius:1px;
	border:1px solid #999999;
	display:inline-block;
	font-family:arial;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	margin-left:2px;
	
}

.navBoxesNeg{
	
	border-radius:1px;
	border:1px solid #FFFFFF;
	display:inline-block;
	font-family:arial;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	margin-left:2px;
	
}

.navBoxesNeg:active{
	color: #333333;
	text-decoration:none;
		
}

.navBoxesNeg:visited{
	color: #FFFFFF;
	text-decoration:none;
}

.navBoxesNeg:hover {
	
	color: #CCCCCC;
	text-decoration:underline;
	text-weight:bold;
	
}
.navBoxesDummyNeg{
	
	border-radius:1px;
	border:1px solid #FFFFFF;
	display:inline-block;
	font-family:arial;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	margin-left:2px;
	
}

.navBoxes{
	
	border-radius:1px;
	border:1px solid #333333;
	display:inline-block;
	font-family:arial;
	color:#333333;
	font-size:13px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	margin-left:2px;
	
}

.navBoxes:active{
	color: #333333;
	text-decoration:none;
		
}

.navBoxes:visited{
	color: #333333;
	text-decoration:none;
}

.navBoxes:hover {
	
	color: #cc0000;
	text-decoration:underline;
	text-weight:bold;
	border:1px solid #cc0000;
	
}
.navBoxesDummy{
	
	border-radius:1px;
	border:1px solid #333333;
	display:inline-block;
	font-family:arial;
	color:#333333;
	font-size:13px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	margin-left:2px;
	
}


.titleLarge{
	
	font-family:'Oswald',georgia, hevetica,verdana, arial;
	font-size:22px;
	color:#CC0000;
	text-decoration: none;
	
}

.titleLarge a{
	
	color:#CC0000;
	text-decoration: none;
	
}

.titleLarge a:visited{
	
	font-family:'Oswald',georgia, hevetica,verdana, arial;
	font-size:22px;
	color:#CC0000;
	text-decoration: none;
	
}

.titleLarge a:active{
		
	color:#CC0000;
	text-decoration: none;
	
}

.titleLarge a:hover{
	
	color:#666666;
	text-decoration: none;
	
}

.titleAuthor{
	
	font-family:'Oswald',georgia, hevetica,verdana, arial;
	font-size:18px;
	color:#CC0000;
	text-decoration: none;
	
}

.authorName{
	
	font-family:Verdana, arial;
	font-size:16px;
	color:#666666;
	font-style: italic;
	
}

.italic13grey{
	
	font-family:Verdana, arial;
	font-size:13px;
	color:#666666;
	font-style: italic;
	text-decoration: none;
	
}

.italic13grey a {
	
	color:#666666;
	text-decoration: underline;
	
}

.italic13grey a:active{
	color: #666666;
	text-decoration: underline;
		
}

.italic13grey a:visited{
	color: #666666;
	text-decoration: underline;
}

.italic13grey a:hover {
	
	color: #000000;
	text-decoration:none;
		
}


.titlePub{
	
	font-family:'Oswald',georgia, hevetica,verdana, arial;
	font-size:22px;
	color:#CC0000;
	text-decoration: none;
	
}

.todayDateText{
	
	color:#000000;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	text-align:right;
	width:320px;
	padding-top:5px;
	margin-right:15px;
	 
}

.topNav{

	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:right;
	text-decoration: none;
	padding-top:15px;
	padding-right:20px;
	
	
}

.topNav a {
	
	color: #000000;
	text-decoration: none;
	
}

.topNav a:active{
	color: #000000;
		
}

.topNav a:visited{
	color: #000000;
}

.topNav a:hover {
	color: #CC0000;
	text-decoration:underline;
	
}

.loginBox{
    
    position:absolute;
    top:20%;
    left:50%;
    width:470px;
    border: solid;
    border-width:1px;
    border-color: #333333;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #333333;
    -webkit-box-shadow: 5px 5px 5px #333333;
    box-shadow: 5px 5px 5px #333333;
    padding:10px 10px 50px 10px;
    margin-top:-50px;
    margin-left:-230px;
    background:#FFFFFF;
    z-index:99;
    
}


.slideShowCorner{
    
     border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
	
}

.featureBox{
	
	float:left;
	width:480px;
	margin:0px 0px 10px 20px;
	
}

.pullmanQuote{
	
	font-family:Garamond,Georgia,times,hevetica,verdana, arial;
	font-size:16px;
	color:#000000;
	text-align: center;
	line-height: 24px;
	
}

.imageCorner{
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	
}

.roundedBox{
	
	float:left;
	width:165px;
	margin-top:10px;
	border:1px solid #CCCCCC;
	background: #FFFFFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	text-weight:bold;
	text-decoration: none;
}

.roundedBoxHead{
	
	float:left;
	width:180px;
	background: -webkit-linear-gradient(top, #FF7979, #CC0000);
	background-image: -ms-linear-gradient(top,#FF7979 0%, #CC0000 100%);
	background-image: -moz-linear-gradient(top, #FF7979 0%, #CC0000 100%);
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	padding-top:6px;
	padding-bottom:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	text-weight:bold;
	text-decoration: none;
	
	
}

.roundedBoxBody{
	
	float:left;
	width:178px;
	background: #FFFFFF;
	border:1px solid #CCCCCC;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	text-weight:bold;
	text-decoration: none;
}


.roundedImage{
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}


.bubble 
{
	position: relative;
	width: 180px;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	background: #CCCCCC;
	border: #CCCCCC solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.bubble:after 
{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 80px;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #CCCCCC transparent;
	display: block;
	width: 0;
	z-index: 1;

}

.roundedHeader18{
	
	float:left;
	width:500px;
	background: -webkit-linear-gradient(top, #FF7979, #CC0000);
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	background-image: -ms-linear-gradient(top,#FF7979 0%, #CC0000 100%);
	background-image: -moz-linear-gradient(top, #444444 0%, #999999 100%);
	border-top-left-radius:10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	padding-top:6px;
	padding-bottom:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	text-weight:bold;
	text-decoration: none;
	
	
}


twitter-widget-0 {

width: 165px;

}

.pageNavBox{
	
	width:170px;
	background: #FFFFFF;
	border: 1px solid #CC0000;
	padding:8px;
	color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	text-weight:bold;
	text-decoration: none;
	margin-bottom:10px;
	
	
}

.pageNavBox a {
	
	color:#CC0000;
	text-weight:bold;
	text-decoration: none;
	
}

.pageNavBox a:active{
	color: #CC0000;
		
}

.pageNavBox a:visited{
	color: #CC0000;
}

.pageNavBox a:hover {
	
	color: #999999;
	text-decoration:underline;
	text-weight:bold;
	
}

.blogBubble 
{
	position: relative;
	width: 500px;
	padding: 10px;
	background: #CCCCCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.blogBubble:after 
{
	content: "";
	position: absolute;
	top: -15px;
	left: 123px;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #CCCCCC transparent;
	display: block;
	width: 0;
	z-index: 1;
}

.galleryBox{
	
	float:left;
	height:210px;
	width:210px;
	border-style:solid;
	border-width:1px;
	background:#333333;
	border-color:#666666;
	text-align:center;
	margin:7px;
}

.galleryHeader{
	
	float:left;
	width:100%;
	background: -webkit-linear-gradient(top, #FF7979, #CC0000);
	background-image: -ms-linear-gradient(top,#FF7979 0%, #CC0000 100%);
	background-image: -moz-linear-gradient(top, #FF7979 0%, #CC0000 100%);
	border-top-left-radius:10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	border-top: 1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Verdana,Helvetica,Arial, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	text-weight:bold;
	text-decoration: none;
	
	
}

.galleryHeaderLeft{
	
	float:left;
	width:100%;
	background: -webkit-linear-gradient(top, #999999, #333333);
	background-image: -ms-linear-gradient(top,#999999 0%, #333333 100%);
	background-image: -moz-linear-gradient(top, #999999 0%, #333333 100%);
	border-top-left-radius:10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	border-top: 1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	padding-top:6px;
	padding-bottom:12px;
	font-family:Verdana,Helvetica,Arial, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	text-align:center;
	text-weight:bold;
	text-decoration: none;
	
	
}

.tabHeadPubs{
	
	display:inline-block;
	height:25px;
	background:#FFFFFF;
	font-family:verdana,helvetica,arial,sans-serif;
	color:#336699;
	font-size:14px;
	font-weight:normal;
	padding:10px 10px 0px 10px;
	text-decoration:none;
	text-align: center;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	padding:10px 20px 0px 20px;
	
	
}

.tabHeadPubsInactive{
	
	display:inline-block;
	height:25px;
	background:#999999;
	font-family:verdana,helvetica,arial,sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	padding:10px 10px 0px 10px;
	text-decoration:none;
	text-align: center;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	padding:10px 20px 0px 20px;
	
	
}
.tabHeadPubsInactive a{
	
	display:inline-block;
	color:#FFFFFF;
	text-decoration: none;
	
}

.tabHeadPubsInactive:hover{
	
	background:#336699;
	color:#FFFFFF;
	text-decoration: none;
	
}

.tabHeadPubsInactive:visited{
		
	background:#666666;
	color:#FFFFFF;
}

.galleryTextWhite{
	
	font-family:verdana,helvetica,arial;
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	padding:10px;
	
}

.galleryDescription{
	
	float:left;
	width:640px;
	background: #DEDEDE;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:10px;
	margin:10px;
}

.holdingPageBox{
	
	float:left;
	width:480px;
	margin-top:10px;
	border:2px solid #CC0000;
	background: #FFFFFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	text-align:center;
	text-weight:bold;
	text-decoration: none;
	padding:10px;
}

.newsHome{
	
	font-family:'Oswald',Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#CC0000;
	text-align:left;
	
	
}

.shelf{
	
	float:left;
	width:892px;
	background:#accce6;
	background-image: url(../images/common/shelf_bg2.jpg);
	background-repeat:repeat;
}

.shelfContainer{
	
	float:left;
	width:910px;
	margin:15px 0px 15px 15px;
	
}

.shelfUpright{
	
	float:left;
	width:9px;
	height:250px;
	background-image: url(../images/common/shelf_upright.jpg);
	background-repeat:repeat-y;
	
}

.shelfTop{
	
	float:left;
	height:50px;
	width:910px;
	background-image: url(../images/common/shelf_top.png);
	background-repeat:repeat-x;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	box-shadow: 4px 0px 3px #333333 ;
	-moz-box-shadow: 4px 0px 0px #333333 ;
	-webkit-box-shadow: 4px 0px 3px #333;
}

.shelfPlank{
	
	float:left;
	height:9px;
	width:910px;
	background-image: url(../images/common/shelf_plank.jpg);
	background-repeat: repeat;
	
	
}

.shelfBG{
	
	float:left;
	width:223px;
	height:250px;
	margin: 0 auto;
	text-align:center;
}

.shelfBGNoRec{
	
	float:center;
	width:890px;
	height:250px;
	margin: 0 auto;
	text-align:center;
}


.shelfImage{
	
	width:200px;
	height:200px;
	margin: 0 auto;
	display:table-cell;
	vertical-align: bottom;
	
	
}


.shelfBook{
	
	box-shadow: 4px 0px 3px #333333 ;
	-moz-box-shadow: 4px 0px 0px #333333 ;
	-webkit-box-shadow: 4px 0px 3px #333;
	
}

.shelfBook:hover {
	
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

.opacity{
	
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.opacity:hover{
	
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.opacity:visited{
	
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.opacityNoHover{
	
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.bookSliderRight{
	
	float:left;
	width:50px;
	margin-left:7px;
	margin-right:7px;
	height:180px;
	background:#dedede;
	text-align:center;
	background-image: url(../images/common/authorBooksNext.png);
	background-repeat:no-repeat;
	
}

.bookSliderRight{
	
	background-image: url(../images/common/authorBooksNext.png);
	background-repeat:no-repeat;
}

.bookSliderRight{
	
	background-image: url(../images/common/authorBooksNext.png);
	background-repeat:no-repeat;
}

.bookSliderRight a:hover{
	
	background-image: url(../images/common/authorBooksNextHover.png);
	background-repeat:no-repeat;
}

.bookSliderRight a:visited{
	
	background-image: url(../images/common/authorBooksNext.png);
	background-repeat:no-repeat;
}

.bookSliderRightDummy{
	
	float:left;
	width:50px;
	margin-left:7px;
	margin-right:7px;
	height:180px;
	
	text-align:center;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	
}

.bookSliderLeft{
	
	float:left;
	width:50px;
	margin-left:7px;
	margin-right:7px;
	height:180px;
	background:#dedede;
	text-align:center;
	background-image: url(../images/common/authorBooksBack.png);
	background-repeat:no-repeat;
	
}

.bookSliderLeft a{
	
	background-image: url(../images/common/authorBooksBack.png);
	background-repeat:no-repeat;
}

.bookSliderLeft a:hover{
	
	background-image: url(../images/common/authorBooksBackHover.png);
	background-repeat:no-repeat;
}

.bookSliderLeft a:visited{
	
	background-image: url(../images/common/authorBooksBack.png);
	background-repeat:no-repeat;
}

.bookSliderLeftDummy{
	
	float:left;
	width:50px;
	margin-left:7px;
	margin-right:7px;
	height:180px;
	background:#dedede;
	text-align:center;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	
}

.shelfBookRow{
	
	float:left;
	width:910px;
	box-shadow: 4px 0px 3px #333333 ;
	-moz-box-shadow: 4px 0px 0px #333333 ;
	-webkit-box-shadow: 4px 0px 3px #3333;
	
}

.searchButton{

	display: inline;
	color:#FFFFFF;
	font-family: verdana, arial;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#699BCD;
	border:1px solid #61AFFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border-bottom:1px solid #9f9f9f;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	cursor:pointer;
	text-align: right;
	text-decoration: none;
}

.searchButton:hover {
	
	background-color:#999999;
	border:1px solid #333333;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	text-decoration: none;
}

.urlLink{
	
	
	display: inline-block;
	height:22px;
	padding:6px 8px 5px 10px;
	background-color:#61AFFF;
	border:1px solid #61AFFF;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	cursor:pointer;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	color:#FFFFFF;
	font-family: verdana, arial;
	font-size:15px;
	text-decoration: none;
	margin-left: 5px;
}

.urlLink a{
		
	text-decoration: none;
}

.urlLink a:hover {
	
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	text-decoration: none;
	background: #999999;
	border:1px solid #333333;
	color:#CCCCCC;
	text-decoration: none;
}

.urlLink a:visited{
		
	text-decoration: none;
}

.shelfTitleText{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	color:#FFFFFF;
	text-align:center;
	line-height: 16px;
	
}

.pubContent{
		
	float:left;
	width:890px;
	margin:0px 10px 10px 10px;
	background:#FFFFFF;
	padding:10px;
	border-radius:10px;
	-moz-border-radius:10px;
			
}

.authorContent{
		
	float:left;
	width:680px;
	margin:10px 10px 10px 10px;
	background:#FFFFFF;
	padding:15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	
}

.boxBtn {
	
	-moz-box-shadow:inset 0px 1px 0px 0px #FF9393;
	-webkit-box-shadow:inset 0px 1px 0px 0px #FF9393;
	box-shadow:inset 0px 1px 0px 0px #CCCCCC;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF9393), color-stop(1, #CC0000) );
	background:-moz-linear-gradient( center top,#FF9393 5%, #CC0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#CC0000');
	background-color:#CC0000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #CCCCCC;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #666666;margin-top:15px;margin-bottom:15px;
}.boxBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.boxBtn:active {
	position:relative;
	top:1px;
}

.authorBooksBox{
	
	float:left;
	width:890px;
	background:#FFFFFF;
	border-radius:10px;
	-moz-border-radius:10px;
	padding:10px;
}

.textSmall{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:center;
	text-weight:normal;
}

a.tip {
    
    text-decoration: none;
}
a.tip:hover {
    cursor: help;
    position: relative
}
a.tip span {
    display: none;
}
a.tip:hover span {
    border: #336699 1px solid;
    font-family:verdana, arial, sans-serif;
    color: #333333;
    font-size:11px;
    font-weight:bold;
    padding: 5px;
    display: block;
    z-index: 100;
    background: #accce6;
    left: 0px;
    margin: 10px;
    position: absolute;
    top: 10px;
    width:200px;
    text-decoration: none;
    box-shadow: 4px 0px 3px #333333 ;
    -moz-box-shadow: 4px 0px 0px #333333 ;
    -webkit-box-shadow: 4px 0px 3px #3333;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.bookSliderDetails{
	
	
	float:left;
	width:890px;
	padding:0px;
	background:#999999;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color:#FFFFFF;
	text-align:center;
	line-height: 25px;
	
}

.priceDrop{
	
	color:#CC0000;
	text-decoration: line-through;
	
}

.searchDropDown{
	
	display: block;
	width:190px;
	padding:10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
	
}

.searchDropDown a{
	
	color:#000000;
	font-weight: normal;
	text-decoration: none;
	
}

.searchDropDown a:hover{
	
	text-decoration: none;
	background: #CCCCCC;
	color:#FFFFFF;
	
}

.searchDropDown a:visited{
	
	color:#000000;
	text-decoration: none;
	
}
.searchBoxHolder{
	
	width:100%;
	text-align:center;
	border: 1px solid #CCCCCC;
	box-shadow: 3px 3px 3px #666666 ;
	-moz-box-shadow: 3px 3px 0px #666666 ;
	-webkit-box-shadow: 3px 3px 3px #666;
	z-index: 10;
}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}

#spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/common/loader.gif) 50% 50% no-repeat #ede9df;
}

.pressItem{

	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#CC0000;
	font-weight:bold;
	text-align:left;
	text-decoration: none;
				
}


.pressItem a{
	
	color: #CC0000;
	text-decoration: none;
	
}

.pressItem a:active{
	color: #CC0000;
	
}

.pressItem a:visited{
	color: #CC0000;
}


.pressItem a:hover {
	color: #666666;
	text-decoration: underline;
	
}

/* calendar style */

.calHolder{
	
	float:left;
	width:210px;
	background:#FFFFFF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:5px;
		
	
}

.calText{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration: none;
	
}

.calText a{
	
	color:#000000;
	font-weight: normal;
	text-decoration: none;
	
}

.calText a:hover{
	
	text-decoration: none;
	color:#CC0000;
	text-decoration: underline;
	
}

.calText a:visited{
	
	color:#000000;
	text-decoration: none;
	
}

.calDateHolder{
	
	float:left;
	width:75px;
	text-align:center;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	box-shadow: 3px 3px 3px #666666 ;
	-moz-box-shadow: 3px 3px 0px #666666 ;
	-webkit-box-shadow: 3px 3px 3px #666;
	margin:5px 0px 0px 5px;
	
}

.calDay{
	
	display:inline-block;
	width:25px;
	height:21px;
	padding-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	font-weight:normal;
	margin:2px;
	text-align:center;
	background:#accce6;
	
}

.calDayEvent{
	
	display:inline-block;
	width:25px;
	height:21px;
	padding-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	font-weight:normal;
	margin:2px;
	text-align:center;
	background:#CC0000;
	
}

.calDayEvent a{
	
	color:#FFFFFF;
	text-decoration: none;
	
}

.calDayEvent:hover{
	
	color:#CC0000;
	background:#DEDEDE;
	text-decoration: none;
	
}

.calDayEvent:visited{
	
	color:#FFFFFF;
	text-decoration: none;
	
}

.calendarContent{
		
	float:left;
	width:660px;
	background:#FFFFFF;
	padding:5px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	
}

.calEventTabActive{
	
	display:inline-block;
	padding:8px 15px 8px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color:#000000;
	text-align:center;
	background:#FFFFFF;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	
}

.calEventTabInactive{
	
	display:inline-block;
	padding:8px 15px 8px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	background:#999999;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	text-decoration: none;
	
}

.calEventTabInactive a{
	
	display:inline-block;
	color:#FFFFFF;
	text-decoration: none;
	
}

.calEventTabInactive:hover{
	
	background:#accce6;
	color:#FFFFFF;
	text-decoration: none;
	
}

.calEventTabInactive:visited{
		
	background:#999999;
	color:#FFFFFF;
}

.calDateMonth{
	
	float:left;
	width:75px;
	padding:3px 0px 3px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	background:#CC0000;
	-moz-border-top-right-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	-moz-border-top-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	
}
.calDateDay{
	
	float:left;
	width:75px;
	padding:6px 0px 3px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	background:#EFEFEF;
		
}

.calDateYear{
	
	float:left;
	width:75px;
	padding:0px 0px 6px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#000000;
	text-align:center;
	background:#EFEFEF;
	-moz-border-bottom-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	-moz-border-bottom-left-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	
}

.calEventTitle{
	
	float:left;
	width:100%;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#CC0000;
}

.calEventTime{
	
	float:left;
	width:100%;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#333333;
}

.calTitle{
	
	font-family:'Oswald',Georgia,Helvetica,Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#CC0000;
	font-weight:normal;
	
}

.calTitleYear{
	
	font-family:'Oswald',Georgia,Helvetica,Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#CCCCCC;
	font-weight:normal;
	
}

.calNoRecords{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	color:#999999;
}

.calMonthHeadings{
	
	float:left;
	width:630px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#FFFFFF;
	background:#336699;
	padding:5px;
	
}

.calButtonBack{

	display: inline;
	font-family: arial, verdana, sans-serif;
	font-size:12px;
	padding-left:10px;
	padding-right:12px;
	padding-top:4px;
	padding-bottom:5px;
	background-color:#336699;
	color:#FFFFFF;
	-moz-border-bottom-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	cursor:pointer;
	text-align: center;
	text-decoration: none;
}

.calButtonBack a{

	color:#FFFFFF;
	text-decoration: none;
}

.calButtonBack:hover {
	
	background-color:#999999;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	text-decoration: none;
}

.calButtonBack:visited {
	
	background-color:#336699;
	text-decoration: none;
}

.calButtonNext{

	display: inline;
	font-family: arial, verdana, sans-serif;
	font-size:12px;
	padding-left:12px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:5px;
	background-color:#336699;
	color:#FFFFFF;
	-moz-border-bottom-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	cursor:pointer;
	text-align: center;
	text-decoration: none;
}

.calButtonNext a{

	color:#FFFFFF;
	text-decoration: none;
}

.calButtonNext:visited {
	
	background-color:#336699;
	text-decoration: none;
}

.calButtonNext:hover {
	
	background-color:#999999;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	text-decoration: none;
}

.calButtonThis{

	display: inline;
	font-family: arial, verdana, sans-serif;
	font-size:12px;
	padding-left:16px;
	padding-right:16px;
	padding-top:4px;
	padding-bottom:5px;
	background-color:#336699;
	color:#FFFFFF;
	cursor:pointer;
	text-align: center;
	text-decoration: none;
	margin: 0px 2px 0px 2px;
}

.calButtonThis a{

	color:#FFFFFF;
	text-decoration: none;
}

.calButtonThis:hover {
	
	background-color:#999999;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	text-decoration: none;
}

.calButtonThis:visited {
	
	background-color:#336699;
	text-decoration: none;
}

.wishListBtn{
	
	display:inline-block;
	height:25px;
	background:#CC0000;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF3E3E), color-stop(1, #CC0000) );
	background:-moz-linear-gradient( center top, #FF3E3E 5%, #CC0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3E3E', endColorstr='#CC0000');
	border:2px solid #CCCCCC;
	font-family:verdana,helvetica,arial,sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	padding:10px 10px 0px 10px;
	text-decoration:none;
	text-align: center;
	border-radius:10px;
	-moz-border-radius:10px;
	padding:8px 20px 0px 20px;
	
	
}
.wishListBtn a{
	
	display:inline-block;
	color:#FFFFFF;
	text-decoration: none;
	
}

.wishListBtn:hover{
	
	background:#336699;
	color:#FFFFFF;
	text-decoration: none;
	
}

.wishListBtn:visited{
		
	background:#666666;
	color:#FFFFFF;
}


.shelf2{
	
	float:left;
	width:892px;
	background:#CCCCCC;
	
}

.shelfContainer2{
	
	float:left;
	width:910px;
	margin:15px 0px 15px 15px;
	
	
}

.shelfUpright2{
	
	float:left;
	width:9px;
	height:250px;
	background: #FFFFFF;
	
}

.shelfTop2{
	
	float:left;
	height:50px;
	width:910px;
	background: #FFFFFF;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	
}

.shelfPlank2{
	
	float:left;
	height:9px;
	width:910px;
	background: #FFFFFF;
	
	
}

.shelfBG2{
	
	float:left;
	width:223px;
	height:250px;
	margin: 0 auto;
	text-align:center;
	background:#CCCCCC;
}

.shelfBGShop{
	
	float:left;
	width:180px;
	margin: 0 auto;
	text-align:center;
	background:#CCCCCC;
}

.shelfBGNoRec2{
	
	float:center;
	width:890px;
	height:250px;
	margin: 0 auto;
	text-align:center;
	background:#CCCCCC;
}


.shelfImage2{
	
	width:200px;
	height:200px;
	margin: 0 auto;
	display:table-cell;
	vertical-align: bottom;
	
	
}


.shelfBook2{
	
			
}

.shelfBook2:hover {
	
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

.shelfTitleText2{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	color:#666666;
	text-align:center;
	line-height: 16px;
	
}

.text12{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.text12normal{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

.titleCLR18{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ACCCE6;
}

.msgBox{
    
    position:absolute;
    top:50%;
    left:50%;
    width:470px;
    border: solid;
    border-width:1px;
    border-color: #333333;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #666666;
    -webkit-box-shadow: 5px 5px 5px #666666;
    box-shadow: 5px 5px 5px #666666;
    padding:40px 20px 50px 10px;
    margin-top:-200px;
    margin-left:-230px;
    background:#FFFFFF;
    text-align:center;
    z-index:99;
    font-family: arial,verdana,sans-serif;
    font-size: 14px;
    font-weight:bold;
    
    
}

.formBox{

    float:left;
    width:330px;
    padding:10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*
    -moz-box-shadow: 5px 5px 5px #666666;
    -webkit-box-shadow: 5px 5px 5px #666666;
    box-shadow: 5px 5px 5px #666666;
    */
    background: #FFFFFF;
    margin-right:10px;
}

.checkoutForm{
    
    font-size:12px;
    font-weight:normal;
    -moz-border-radius: 50px;
    border-radius: 5px;
    padding:5px;
    border: 1px solid #666666;
      
}
    
	
}

.checkoutSelect{

    border: 1px solid #999999;	
    -moz-border-radius:10px;
    border-radius: 10px;
    padding:4px;
    background: url(../images/common/down_arrow.png) no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
      
	
}

select.checkoutSelect::-ms-expand {
    display: none;
}

.formErrorText{

  
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
  color:#CC0000;
  	
}

.titleShop14{
	
  color:#CC0000;
  font-family:'Oswald',Georgia,Helvetica,Arial, Helvetica, sans-serif;
  font-size:14px;
  text-align:left;
  font-weight:normal;
  font-style: normal;
	
}

.titleShop16{
	
  color:#CC0000;
  font-family:'Oswald',Georgia,Helvetica,Arial, Helvetica, sans-serif;
  font-size:16px;
  text-align:left;
  font-weight:normal;
  font-style: normal;
	
}

.titleShop18{
	
  color:#CC0000;
  font-family:'Oswald',Georgia,Helvetica,Arial, Helvetica, sans-serif;
  font-size:18px;
  text-align:left;
  font-weight:normal;
  font-style: normal;
  text-decoration: noone;
	
}

.titleShop18 a {
	
	color:#CC0000;
	text-decoration: none;
	
}

.titleShop18 a:active{
	
	color:#CC0000;
			
}

.titleShop18 a:visited{
	color:#CC0000;
}

.titleShop18 a:hover {
	color: #588CB6;
	text-decoration:underline;
	
}

.titleShop16{
	
  color:#CC0000;
  font-family:'Oswald',Georgia,Helvetica,Arial, Helvetica, sans-serif;
  font-size:16px;
  text-align:left;
  font-weight:normal;
  font-style: normal;
	
}


.titlePubList{
	
  color:#336699;
  font-family:'Oswald',Helvetica,Arial, Helvetica, sans-serif;
  font-size:15px;
  text-align:left;
  font-weight:normal;
  font-style: normal;
  text-decoration: none;
	
}

.titlePubList a {
	
	color:#336699;
	text-decoration: none;
	
}

.titlePubList a:active{
	
	color:#336699;
			
}

.titlePubList a:visited{
	color:#336699;
}

.titlePubList a:hover {
	color: #999999;
	text-decoration:underline;
	
}

.authorPubList{
	
  color:#666666;
  font-family:'Oswald',Helvetica,Arial, Helvetica, sans-serif;
  font-size:14px;
  text-align:left;
  font-weight:normal;
  font-style: normal;
  text-decoration: none;
	
}

.authorPubList a {
	
	color:#666666;
	text-decoration: none;
	
}

.authorPubList a:active{
	
	color:#666666;
			
}

.authorPubList a:visited{
	color:#666666;
}

.authorPubList a:hover {
	color: #336699;
	text-decoration:underline;
	
}

.pubSearchBox{
	
	display:inline;
	height:18px;
	padding:5px;
	width:200px;
	border: 2px solid #666666;
	background: #efefef;
	border-radius:8px;
	-moz-border-radius:8px;

}

.ShopLeftBox{
	
	float:left;
	width:210px;
	padding:5px;
	border:1px solid #999999;
	background:#FFFFFF;
	text-align:center;
	margin-bottom:10px;
}

.text12Shop{
	
	font-family:Verdana, arial;
	font-size:12px;
	color:#000000;
	font-style: normal;
	text-decoration: none;
	line-height: 20px;
}

.shopNav{
	
	border-radius:1px;
	display:inline-block;
	background:#336699;
	font-family:arial;
	color:#FFFFFF;
	font-size:14px;
	padding:7px 10px;
	text-decoration:none;
	margin-left:2px;
	
}

.shopNav:active{
	color: #FFFFFF;
	text-decoration:none;
		
}

.shopNav:visited{
	color: #FFFFFF;
	text-decoration:none;
}

.shopNav:hover {
	
	color: #CCCCCC;
	background: #000000;
	text-decoration:underline;
	text-weight:bold;
	
	
}

.itemsFound{
	
	border-radius:1px;
	display:inline-block;
	background:#999999;
	font-family:arial;
	color:#FFFFFF;
	font-size:13px;
	padding:7px 10px;
	text-decoration:none;
	margin-left:2px;
		
	
}

.triangle-right {
	
	display:inline-block;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-left: 10px solid red;
	border-bottom: 12px solid transparent;
}

::-webkit-input-placeholder {
   color: #666666;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666666;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666666;  
}

:-ms-input-placeholder {  
   color: #666666;
}

.dfbSearch{	
	
	display: inline;
	color:#FFFFFF;
	font-family: verdana, arial;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#09558b;
	border:1px solid #61AFFF;
	background: -webkit-linear-gradient(#2b86d2, #09558b); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#2b86d2, #09558b); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#2b86d2,#09558b); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#2b86d2,#09558b); /* Standard syntax (must be last) */
	border-radius:8px;
	-moz-border-radius:8px;
	text-decoration:none;
	
}

.dfbSearch:hover{
	
	color:#FFFFFF;
	background-color:#999999;
	background: -webkit-linear-gradient(#CCCCCC, #999999); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#CCCCCC, #999999); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#CCCCCC, #999999); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#CCCCCC, #999999); /* Standard syntax (must be last) */
	
	
}

.dfbSearch:a{
	
	color:#FFFFFF;
	background-color:#699BCD;
	text-decoration:none;
	
	
}

.dfbSearch:visited{
	
	color:#FFFFFF;
	background-color:#699BCD;
	text-decoration:none;
	
}

.checkoutSelect{

    border: 1px solid #999999;	
    -moz-border-radius:5px;
    border-radius: 5px;
    padding:4px;
    background:#DEDEDE;
    background: url(../images/common/down_arrow.png) no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
      
	
}

select.checkoutSelect::-ms-expand {
    display: none;
}

.dfbButton{
	
	width:120px;
	font-family: arial, verdana, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	padding:8px 20px 8px 20px;
	background-color:#09558b;
	background: -webkit-linear-gradient(#2b86d2, #09558b); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#2b86d2, #09558b); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#2b86d2,#09558b); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#2b86d2,#09558b); /* Standard syntax (must be last) */
	border-radius:8px;
	-moz-border-radius:8px;
	text-decoration:none;
}

.dfbButton:hover{
	
	color:#FFFFFF;
	background-color:#999999;
	background: -webkit-linear-gradient(#CCCCCC, #999999); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#CCCCCC, #999999); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#CCCCCC, #999999); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#CCCCCC, #999999); /* Standard syntax (must be last) */
	
	
}

.dfbButton:a{
	
	color:#FFFFFF;
	background-color:#699BCD;
	text-decoration:none;
	
	
}

.dfbButton:visited{
	
	color:#FFFFFF;
	background-color:#699BCD;
	text-decoration:none;
	
	
}

.mainHead28 {
        font-family: 'Varela',arial, verdana;
        font-weight: 400;
        font-size: 28px;
	color: #CC0000;
      }

.mainHead28 a {
	
	color:#666666;
	text-decoration:underline;
	
}

.mainHead28 a:active{
	
	color:#666666;
			
}

.mainHead28 a:visited{
	color:#666666;
        text-decoration:underline;
}

.mainHead28 a:hover {
	color: #588CB6;
	text-decoration:none;
	
}

.highlightedText{
	
	background:yellow;
	padding:0px 2px 0px 2px;
	color:#CC0000;
	
}

#search, 
#submit {
    float: left;
}

#search {
    padding: 0px 9px;
    height: 22px;
    width: 120px;
    border: 1px solid #999999;
    font: normal 13px arial, helvetica;
    background: #f1f1f1;
    border-radius: 10px 3px 3px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);            
}


#submit
{       
    background-color: #CC0000;
    background-image: linear-gradient(#cd7979,#CC0000);
    border-radius: 3px 10px 10px 3px;    
    border-width: 1px;
    border-style: solid;
    border-color: #7eba7c #578e57 #447d43;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 
                0 1px 0 rgba(255, 255, 255, 0.3) inset;
    height: 24px;
    margin: 7px 0px 0px 0px;
    padding: 0;
    width: 40px;
    cursor: pointer;
    font: bold 13px Arial, Helvetica;
    color: #ffffff;    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

#submit:hover {       
    background-color: #333333;
    background-image: linear-gradient(#cccccc, #666666);
}   

#submit:active {       
    background: #999999;
    outline: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;        
}

#submit::-moz-focus-inner {
       border: 0;  /* Small centering fix for Firefox */
}

.seriesTitle{
	
	float:left;
	width:190px;
	border-bottom: 2px dotted #CCCCCC;
	font-family:'Lato',Helvetica,Arial,sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#CC0000;
	text-align:right;
	line-height: 20px;
	padding:10px 0px 10px 0px;
	margin-bottom:10px 0px 0px 0px;
	
}


.seriesTitle a{
	
	color:#CC0000;
	text-decoration: none;
	
}

.seriesTitle a:active{
	color:#CC0000;
	
}

.seriesTitle a:visited{
	color:#CC0000;
}

.seriesTitle a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	
}

.seriesTitleCurrent{
	
	float:left;
	width:190px;
	border-bottom: 2px dotted #CCCCCC;
	font-family:'Lato',Helvetica,Arial,sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#666666;
	text-align:right;
	line-height: 20px;
	padding:10px 0px 10px 0px;
	margin-bottom:10px 0px 0px 0px;
	
}

.illustrationTitle{
	
   float:left;	
   font-family:'Lato',Helvetica,Arial,sans-serif;
   font-weight:normal;
   font-size:24px;
   color:#CC0000;
   margin:0px 20px 0px 20px;
   
     
}