/* Stylesheet editor

Colors used in this editor:
	dark maroon = #660000
	orange = #EE8833
        darkest grey = #808080
	dark grey = #BEBEBE
	light grey = #D1D1D1
        lightest grey = #EEEEEE
	light yellow = #FFFFE0
*/

/* for usual links which should be underlined */
a { color: #660000; text-decoration: underline } 
a:hover { color: #EE8833; text-decoration: underline }

/* for menu links */
#a_menu { color: #660000; text-decoration: none }
#a_menu:hover { color: #EE8833; text-decoration: underline }
#a_menu_disabled { color: #BEBEBE; text-decoration: none }

/* for anchors with no underlining */
#none { color: #660000; text-decoration: none } 

/* tables */
#bordered_table { padding: 2px 2px 2px 2px; border: 1px solid #D1D1D1 }
#menu_table { padding: 2px 2px 2px 2px; border: 1px solid #D1D1D1; background-color: #D1D1D1 }

/* images */
image { border-style:outset; border-color: #D1D1D1; border-width:1px }

/* text */
#text { color: #808080; font-size: 8pt; font-family: verdana }
#texts { color: #808080; font-size: 7pt; font-family: verdana }
#textbig { color: #808080; font-size: 11pt; font-family: verdana; font-weight: bold }
#textbigb { color: #660000; font-size: 11pt; font-family: verdana; font-weight: bold }
#textbigs { color: #808080; font-size: 9pt; font-family: verdana}
#textb { color: #808080; font-size: 8pt; font-family: verdana; font-weight: bold }
#textr { color: #FF0000; font-size: 8pt; font-family: verdana; font-weight: bold }
#breadcrumb { color: #660000; font-size: 8pt; font-family: verdana}
#breadcrumb_b { color: #660000; font-size: 8pt; font-family: verdana; font-weight: bold}
#website_title { color: #660000; font-size: 18pt; font-family: verdana; font-weight: bold }
#page_title { color: #660000; font-size: 14pt; font-family: verdana}
#book_title { color: #660000; font-size: 11pt; font-family: verdana; font-weight: bold}
#order_title { color: #660000; font-size: 9pt; font-family: verdana; font-weight: bold}
#menu_link { color: #660000; font-size: 8pt; font-family: verdana; font-weight: bold}
#bottom_logo { color: #660000; font-size: 8pt; font-family: verdana}
#bottom_logob { color: #660000; font-size: 8pt; font-family: verdana; font-weight: bold}
#maroon { color: #660000; font-size: 8pt; font-family: verdana; font-weight: bold }
#maroonb { color: #660000; font-size: 10pt; font-family: verdana; font-weight: bold }
