
/*  UNIVERSAL STYLES */

body
{
	background-color: #918398;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/floor_bg_graphic.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.main_holder
{
	position: relative;
	margin: 0 auto;
	width: 760px;
	text-align: left;
	margin-top: 0px;
}

form
{
	margin:0;
}

img.layout_image
{
	display: block;
}

table
{
	padding: 0;
}

img.inline_img_left
{
	display: inline;
	float: left;
	border: 1px solid #9eb18d;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}

img.inline_img_right
{
	display: inline;
	float: right;
	border: 1px solid #9eb18d;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
}

a
{
	text-decoration: underline;
	color: #222;
}

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

p
{
	font-family: "trebuchet ms", trebuchet, sans-serif;
	font-size: 12px;
	margin: 0;
	line-height: 1.2em;
}

ul
{
	font-family: "trebuchet ms", trebuchet, sans-serif;
	font-size: 12px;
	margin: 0;
}

span.btc_signed, span.btc_inscribed {
	text-decoration:underline;
	font-weight:bold;
}

span.btc_citation {
	font-style:italic;
}

/*  TOP NAV STUFF  */

div.top_nav
{
	height: 17px;
	position: relative;
	margin: 0 auto;
	width: 730px;
}

p.top_nav
{
	font-family: "Arial", sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
	margin-top: 4px;
	margin-bottom: 0px;
}

a.top_nav
{
	text-decoration: none;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
}

a.top_nav:hover
{
	text-decoration: underline;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
}


/*  HEADER STUFF  */

div.main_header
{
	margin: 0 auto;
	width: 748px;
}

div.main_content_holder
{
	width: 760px;
	position: relative;
	margin: 0 auto;
	height: 200px;
}

div.main_content_holder_2
{
	width: 760px;
	position: relative;
	margin: 0 auto;
	/*background-color: yellow; */
}

div.main_content_holder_3
{
	width: 760px;
	position: relative;
	margin: 0 auto;
	height: 100px;
	clear: both;
}


div.header_shadow
{
	display:none;
	margin: 0 auto;
	padding: 0;
	width: 748px;
	font-size: 1px;
	height: 8px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/header_desk_shadow.png);
}


/*  MAIN NAV STUFF  */

div.main_nav
{
	position: relative;
	margin: 0 auto;
	width: 751px;
	height: 38px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/header_front_desk_with_shad.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

img.main_nav_left
{
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 0px;
	display: block;
}

img.main_nav
{
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 0px;
	display: block;
}

img.main_nav_right
{
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 0px;
	display: block;
}

input.main_nav_keyword_field
{
	width: 134px;
	height: 16px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #232323;
	margin-top: 4px;
	margin-left: 14px;
	border: 1px solid #cbc5bf;
	border-right: 0;
	padding:0;
	padding-left:2px;
	display:block;
}

input.main_nav_submit_image
{
	margin-top: 4px;
	padding:0;
	margin-left:3px;
	display:block;
}

img.main_nav_end
{
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 0px;
}

form.main_nav_search
{
	margin: 0;
	padding: 0;
}

table.main_nav
{
	margin: 0;
}


/*  MODULE STUFF  */

p.module_sign_face
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px;
	text-transform: lowercase;
	margin: 0;
}

p.module_introduction
{
	text-transform:lowercase;
	font-family: "trebuchet ms", trebuchet, sans-serif;
	color:#343455;
	font-variant:small-caps;
	font-size: 12px;
	padding: 3px 5px 5px 5px;
	line-height: 1.1em;
	line-height:.9em;
}

div.module_content_holder {

}

div.module_content_item
{
	margin-top: 10px;
	border-bottom: 1px dotted #999999;
}

table.module_content_item
{
	padding-bottom: 8px;
}

td.module_content_item_left
{
	vertical-align: top;
}

td.module_content_item_right
{
	vertical-align: top;
}

div.module_content_image_left
{
/*
	width: 75px;
	overflow: hidden;
*/
}

img.module_content_image_left
{
	padding-right: 10px;
	padding-left: 5px;
}

p.module_content_title
{
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	padding-right: 5px;
}

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

a.module_content_title:hover
{
	color: #000000;
	text-decoration: underline;
}

p.module_content_author
{
	font-size: 11px;
	font-weight: bold;
	padding-right: 5px;
}

a.module_content_author
{
	color: #8c1515;
	text-decoration: none;
}

a.module_content_author:hover
{
	color: #8c1515;
	text-decoration: underline;
}


/*  POPUP MENU STUFF  */

div.popups
{
	position: absolute;
	background-color: #e9e9e9;
	border-bottom: 4px solid #7a7062;
	border-left: 2px solid #a39688;
	border-right: 3px solid #a39688;
	visibility: visible;
	padding:4px 0;
	z-index: 10000;
}

div.popups#popup_authors
{
	left: 6px;
	top: 30px;
}

div.popups#popup_categories
{
	left: 76px;
	top: 30px;
}

div.popups#popup_reference
{
	left: 170px;
	top: 30px;
}

div.popups#popup_catalogs
{
	left: 264px;
	top: 30px;
}


div.popups#popup_games
{
	left: 400px;
	top: 30px;
}


table.popup_table
{
	margin-bottom:-2px;
	margin-top:-2px;
	padding-right: 10px;
}

tr.popup_table_row
{
	display: table-row;
	height: 18px;
}

td.popup_table_cell
{
	white-space: nowrap;
	vertical-align: top;
	height: 18px;
}

p.popup_item
{
	font-family: "trebuchet ms", trebuchet, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #454545;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

a.popup_item
{
	color: #454545;
	text-decoration: none;
}

a.popup_item:hover
{
	color: #232323;
	text-decoration: underline;
}

div#debug_div
{
	position: absolute;
	left: 300px;
	top: 300px;
	color: yellow;
}



/*  FOOTER STUFF  */


table.btc_footer
{
	width: 100%;
	padding-bottom:8px;
}

table.btc_footer p
{
	font: bold 10px arial, "trebuchet ms", trebuchet, sans-serif;
	text-transform: uppercase;
	color: #444;
}

td.btc_footer_left
{
	text-align: left;
	width: 40%;
}

td.btc_footer_middle
{
	text-align: center;
	width: 29%;
}

td.btc_footer_right
{
	text-align: right;
	width: 29%;
}

table.btc_footer a
{
	text-decoration: none;
	color: #444;
}

table.btc_footer a:hover
{
	text-decoration: underline;
	color: #600;
}


/*  FOOTER  */

div.btc_footer
{
	position: absolute;
	left: 0px;
	top: 1200px;
	width: 100%;
}



/*  ARTICLE LIST STUFF  */

div.al_hldr
{
	overflow: auto;
	height: 130px;
	width: 198px;
	margin: 8px 0 3px 3px;
}

div.al_item
{
background-color:#faf9f3;
}

table.al_row
{
	width: 170px;
}

td.al_row_left
{
	width: 8px;
	vertical-align: top;
	text-align: center;
}

p.al_row_left
{
	color: #74603e;
	font-weight: bold;
font-size:16px;
	margin: 0;
margin-right:5px;
	padding-top: 1px;
	padding-bottom: 4px;
	width: 12px;
}

td.al_row_right
{
	/*width: 172px;*/
	text-align: left;
	vertical-align: top;
border-bottom: 1px solid #dcd0bd;

}

p.al_row_right
{
	font-size: 12px;
font-variant:small-caps;
	color: #46391f;
	margin: 0;
font-weight:bold;
	padding-top: 5px;
	padding-bottom: 4px;
}

a.al_name
{
	color: #46391f;
	text-decoration: none;
font-weight:bold;
}

a.al_name:hover
{
	color: #222;
	text-decoration: underline;
}




/*  AWARD PRIZE STUFF  */



div.award_prize_holder
{
	width: 438px;
	margin: 6px 0 0;
background-color:#f1f1eb;
background-color:#eeefe9;
}

table.award_prize_holder
{
	width: 100%;
padding-top:5px;

}

td.award_prize_left
{
	width: 180px;
	vertical-align: top;
}

td.award_prize_right
{
	width: 236px;
	vertical-align: top;
padding-bottom:8px;
}

div.award_prize_text
{
	height: 190px;
	width: 236px;
	overflow: auto;
background-color:#fff;
border:2px inset #eee;
}

p.award_prize_text
{
margin:8px 6px 6px 6px;
line-height:1.3em;
color:#333;
font-size:12px;
}

p.award_prize_text:first-line
{
font-weight:bold;
}

div.award_prize_winner_scroll_holder
{
text-align:center;
}

div.award_prize_winner_image
{
	background-position: center center;
	background-repeat: no-repeat;
	border: 2px inset #eefaf2;
	margin: 4px auto;
	width: 150px;
	height: 150px;
background-color: #fff;
	text-align: center;
}

img.award_prize_winner_image
{
	margin: 10px auto;
}

div.award_prize_winner_author
{
	padding: 0 0 5px 0;
}

p.award_prize_winner_author
{
	text-align: center;
	font-style: italic;
font-weight:bold;
margin:0 auto;
}

div.award_prize_winner_nav
{
}

p.award_prize_winner_nav
{
	text-align: center;
	font-style: italic;
margin:0 auto;
padding-bottom: 6px;
}

span.award_prize_winner_nav_prev
{
	padding-right: 25px;
	font-style: normal;
	font-weight: bold;
}

span.award_prize_winner_nav_next
{
	padding-left: 25px;
	font-style: normal;
	font-weight: bold;
}

a.award_prize_winner_nav
{
	color: #802222;
	text-decoration: none;
}

a.award_prize_winner_nav:hover
{
	color: #802222;
	text-decoration: underline;
}


/*  AWARD PRIZE STUFF  */

div.award_prize_winner_holder
{
	width: 503px;
	height: 410px;
	overflow: auto;
	margin: 8px 0 4px 10px;
	border-top: 2px groove #a55;
	border-bottom: 2px groove #a55;
}

div.award_prize_winner_item_on
{
background-color: #f1f1eb;
}

award_prize_winner_item_off
{
	background-color: white;
}

div.award_prize_winner_year
{
	width: 45px;
	float: left;
}

p.award_prize_winner_year
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
font-size:12px;
}

p.award_prize_winner_name
{
	padding-top: 5px;
	padding-bottom: 5px;
font-size:12px;
}

a.award_prize_winner_author
{
	color: #802222;
	font-weight: bold;
	text-decoration: none;
}

a.award_prize_winner_author:hover
{
	color: #802222;
	font-weight: bold;
	text-decoration: underline;
}

a.award_prize_winner_title
{
	color: #555;
	text-decoration: none;
	font-style: italic;
	font-weight:bold;
}

a.award_prize_winner_title:hover
{
	color: #222;
	text-decoration: underline;
	font-style: italic;
}







/*  GENERIC 1 STUFF  */

div.home_new_content_holder
{
	position: relative;
margin-top:-3px;
}


div.home_new_content_item
{
	height: 70px;	
	margin-top: 10px;
}

div.home_new_content_group
{
	margin-top: 10px;
	height: 320px;
	position: relative;
	overflow: hidden;
	width:167px;
}

table.module_content_item {
border-bottom: 1px solid #A1A7C8;
width:96%;
margin-left:3px;
}
div.home_new_content_group_slider
{
	position: absolute;
	top: 0px;
	height: 320px;
}


div.home_new_content_nav
{
	height: 16px;
	width: 160px;
padding: 2px 0;
	text-align: right;
}




p.module_content_no_results
{
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-style: italic;
	font-size: 11px;
	color: #666666;
}













/*  GENERIC 2 STUFF  */

div.g2_content_group_slider
{
	position: absolute;
	top: 0px;
}

div.g2_content_group
{
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 68px;
	margin-left: 5px;
	margin-bottom: 3px;
	top: 10px;

}

table.g2_highlights
{
	width: 600px;
	margin-left: 5px;
	margin-bottom: 3px;
height: 68px;

}

td.g2_txt_cl
{
	width: 90px;
	vertical-align: top;
padding:0;
margin:0;
}

td.g2_img_cl
{
	text-align: center;
	width: 55px;
	vertical-align: top;
}

p.g2_txt_auth
{
	font-size: 11px;
	font-weight: bold;
	margin: 0;
padding-right: 5px;
padding-left: 5px;
	color: #8c1515;
}

p.g2_txt_ttl
{
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
padding-right: 5px;
padding-left: 5px;
}

a.g2_txt_ttl
{
	color: #000000;
	text-decoration: none;
}

a.g2_txt_ttl:hover
{
	color: #000000;
	text-decoration: underline;
}

p.g2_txt_hl
{
	font-size: 10px;
	margin: 0;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
}
a.g2_txt_hl
{
	color: #1a522f;
	text-decoration: none;
}

a.g2_txt_hl:hover
{
	color: #1a522f;
	text-decoration: underline;
}

div.g2_content_nav
{
	height: 16px;
	width: 600px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}




/*  BEGIN MODULE CSS  */

div.award_list_module_holder
{
	width: 216px;
	position: absolute;
	left: 30px;
	top: 50px;
}

div.award_list_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.award_list_module_top
{
	position: relative;
	width: 210px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.award_list_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.award_list_module_sign_face
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_sign_bg.jpg);
	background-color: white;
	border: 2px solid #ab6f2e;
	vertical-align: middle;
}


td.award_list_module_sign_leg_left
{
	text-align: left;
}

td.award_list_module_sign_leg_right
{
	text-align: right;
}

div.award_list_module_sign_leg_left
{
}

div.award_list_module_sign_leg_right
{
	float: right;
}


table.award_list_module_color_bar
{
	width: 210px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.award_list_module_color_bar_left
{
	width: 8px;
}

td.award_list_module_color_bar_center
{
	width: 194px;
	background-color: #ab6f2e;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_ab6f2e.png);
	border-top: 1px solid #676767;
}

td.award_list_module_color_bar_right
{
	width: 8px;
}

div.award_list_module_introduction
{
	background-color: #E3E3E3;
	width: 208px;
	margin-left: 3px;
	border-left: 1px solid #ab6f2e;
	border-right: 1px solid #ab6f2e;
	border-bottom: 2px solid #ab6f2e;
	z-index: 11;
}

div.award_list_module_middle
{
	width: 216px;
	position: relative;
}

div.award_list_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 202px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.award_list_module_content
{
	width: 210px;
	margin-left: 3px;
}

table.award_list_module_content
{
	width: 210px;
	empty-cells: show;
}

td.award_list_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.award_list_module_content_center
{
	width: 202px;
	background-color: #ffffff;
}

td.award_list_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.award_list_module_bottom
{
	width: 216px;	
}

table.award_list_module_bottom
{
	width: 216px;
	empty-cells: show;
}

td.award_list_module_bottom_left
{
	width: 7px;
}

td.award_list_module_bottom_center
{
	width: 202px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.award_list_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.award_prize_module_holder
{
	width: 452px;
	position: relative;
	left: 277px;	top: 9px;}

div.award_prize_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.award_prize_module_top
{
	position: relative;
	width: 446px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.award_prize_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.award_prize_module_sign_face
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_sign_bg.jpg);
	background-color: white;
	border: 2px solid #6e9f7c;
	vertical-align: middle;
}


td.award_prize_module_sign_leg_left
{
	text-align: left;
}

td.award_prize_module_sign_leg_right
{
	text-align: right;
}

div.award_prize_module_sign_leg_left
{
}

div.award_prize_module_sign_leg_right
{
	float: right;
}


table.award_prize_module_color_bar
{
	width: 446px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.award_prize_module_color_bar_left
{
	width: 8px;
}

td.award_prize_module_color_bar_center
{
	width: 430px;
	background-color: #6e9f7c;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_6e9f7c.png);
	border-top: 1px solid #676767;
}

td.award_prize_module_color_bar_right
{
	width: 8px;
}

div.award_prize_module_introduction
{
	background-color: #E3E3E3;
	width: 444px;
	margin-left: 3px;
	border-left: 1px solid #6e9f7c;
	border-right: 1px solid #6e9f7c;
	border-bottom: 2px solid #6e9f7c;
	z-index: 11;
}

div.award_prize_module_middle
{
	width: 452px;
	position: relative;
}

div.award_prize_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 438px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.award_prize_module_content
{
	width: 446px;
	margin-left: 3px;
}

table.award_prize_module_content
{
	width: 446px;
	empty-cells: show;
}

td.award_prize_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.award_prize_module_content_center
{
	width: 438px;
	background-color: #ffffff;
}

td.award_prize_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.award_prize_module_bottom
{
	width: 452px;	
}

table.award_prize_module_bottom
{
	width: 452px;
	empty-cells: show;
}

td.award_prize_module_bottom_left
{
	width: 7px;
}

td.award_prize_module_bottom_center
{
	width: 438px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.award_prize_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.award_prize_winners_module_holder
{
	width: 530px;
	position: absolute;
	left: 7px;
	top: 314px;
}

div.award_prize_winners_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.award_prize_winners_module_top
{
	position: relative;
	width: 524px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.award_prize_winners_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.award_prize_winners_module_sign_face
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_sign_bg.jpg);
	background-color: white;
	border: 2px solid #ba4754;
	vertical-align: middle;
}


td.award_prize_winners_module_sign_leg_left
{
	text-align: left;
}

td.award_prize_winners_module_sign_leg_right
{
	text-align: right;
}

div.award_prize_winners_module_sign_leg_left
{
}

div.award_prize_winners_module_sign_leg_right
{
	float: right;
}


table.award_prize_winners_module_color_bar
{
	width: 524px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.award_prize_winners_module_color_bar_left
{
	width: 8px;
}

td.award_prize_winners_module_color_bar_center
{
	width: 508px;
	background-color: #ba4754;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_ba4754.png);
	border-top: 1px solid #676767;
}

td.award_prize_winners_module_color_bar_right
{
	width: 8px;
}

div.award_prize_winners_module_introduction
{
	background-color: #E3E3E3;
	width: 522px;
	margin-left: 3px;
	border-left: 1px solid #ba4754;
	border-right: 1px solid #ba4754;
	border-bottom: 2px solid #ba4754;
	z-index: 11;
}

div.award_prize_winners_module_middle
{
	width: 530px;
	position: relative;
}

div.award_prize_winners_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 516px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.award_prize_winners_module_content
{
	width: 524px;
	margin-left: 3px;
}

table.award_prize_winners_module_content
{
	width: 524px;
	empty-cells: show;
}

td.award_prize_winners_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.award_prize_winners_module_content_center
{
	width: 516px;
	background-color: #ffffff;
}

td.award_prize_winners_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.award_prize_winners_module_bottom
{
	width: 530px;	
}

table.award_prize_winners_module_bottom
{
	width: 530px;
	empty-cells: show;
}

td.award_prize_winners_module_bottom_left
{
	width: 7px;
}

td.award_prize_winners_module_bottom_center
{
	width: 516px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.award_prize_winners_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.award_generic_1_module_holder
{
	width: 183px;
	position: absolute;
	left: 567px;
	top: 356px;
}

div.award_generic_1_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.award_generic_1_module_top
{
	position: relative;
	width: 177px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.award_generic_1_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.award_generic_1_module_sign_face
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_sign_bg.jpg);
	background-color: white;
	border: 2px solid #5c65a0;
	vertical-align: middle;
}


td.award_generic_1_module_sign_leg_left
{
	text-align: left;
}

td.award_generic_1_module_sign_leg_right
{
	text-align: right;
}

div.award_generic_1_module_sign_leg_left
{
}

div.award_generic_1_module_sign_leg_right
{
	float: right;
}


table.award_generic_1_module_color_bar
{
	width: 177px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.award_generic_1_module_color_bar_left
{
	width: 8px;
}

td.award_generic_1_module_color_bar_center
{
	width: 161px;
	background-color: #5c65a0;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_5c65a0.png);
	border-top: 1px solid #676767;
}

td.award_generic_1_module_color_bar_right
{
	width: 8px;
}

div.award_generic_1_module_introduction
{
	background-color: #E3E3E3;
	width: 175px;
	margin-left: 3px;
	border-left: 1px solid #5c65a0;
	border-right: 1px solid #5c65a0;
	border-bottom: 2px solid #5c65a0;
	z-index: 11;
}

div.award_generic_1_module_middle
{
	width: 183px;
	position: relative;
}

div.award_generic_1_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 169px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.award_generic_1_module_content
{
	width: 177px;
	margin-left: 3px;
}

table.award_generic_1_module_content
{
	width: 177px;
	empty-cells: show;
}

td.award_generic_1_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.award_generic_1_module_content_center
{
	width: 169px;
	background-color: #ffffff;
}

td.award_generic_1_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.award_generic_1_module_bottom
{
	width: 183px;	
}

table.award_generic_1_module_bottom
{
	width: 183px;
	empty-cells: show;
}

td.award_generic_1_module_bottom_left
{
	width: 7px;
}

td.award_generic_1_module_bottom_center
{
	width: 169px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.award_generic_1_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.award_generic_2_module_holder
{
	width: 642px;
	position: absolute;
	left: 90px;
	top: 858px;
}

div.award_generic_2_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.award_generic_2_module_top
{
	position: relative;
	width: 636px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.award_generic_2_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.award_generic_2_module_sign_face
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_sign_bg.jpg);
	background-color: white;
	border: 2px solid #87452f;
	vertical-align: middle;
}


td.award_generic_2_module_sign_leg_left
{
	text-align: left;
}

td.award_generic_2_module_sign_leg_right
{
	text-align: right;
}

div.award_generic_2_module_sign_leg_left
{
}

div.award_generic_2_module_sign_leg_right
{
	float: right;
}


table.award_generic_2_module_color_bar
{
	width: 636px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.award_generic_2_module_color_bar_left
{
	width: 8px;
}

td.award_generic_2_module_color_bar_center
{
	width: 620px;
	background-color: #87452f;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_87452f.png);
	border-top: 1px solid #676767;
}

td.award_generic_2_module_color_bar_right
{
	width: 8px;
}

div.award_generic_2_module_introduction
{
	background-color: #E3E3E3;
	width: 634px;
	margin-left: 3px;
	border-left: 1px solid #87452f;
	border-right: 1px solid #87452f;
	border-bottom: 2px solid #87452f;
	z-index: 11;
}

div.award_generic_2_module_middle
{
	width: 642px;
	position: relative;
}

div.award_generic_2_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 628px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.award_generic_2_module_content
{
	width: 636px;
	margin-left: 3px;
}

table.award_generic_2_module_content
{
	width: 636px;
	empty-cells: show;
}

td.award_generic_2_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.award_generic_2_module_content_center
{
	width: 628px;
	background-color: #ffffff;
}

td.award_generic_2_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.award_generic_2_module_bottom
{
	width: 642px;	
}

table.award_generic_2_module_bottom
{
	width: 642px;
	empty-cells: show;
}

td.award_generic_2_module_bottom_left
{
	width: 7px;
}

td.award_generic_2_module_bottom_center
{
	width: 628px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.award_generic_2_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */
