/*********** GENERAL LAYOUT ***********/

body
{
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
	
div#header
{
	padding-bottom: 10px;
}

div#navtop
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

div#search 
{
    border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

div#results
{
    border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

div#retrieve_options
{
    padding: 20px;
    /*width: 600px;*/
}

div#search_results
{
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    /*width: 900px;*/
}

div#search_results_gallery
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    /*width: 700px;*/
}

div#search_results_textonly
{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 20px;
    padding-right: 20px;
    /*width: 700px;*/
}

div#matches
{
    margin-bottom: 10px;
    margin-top: 10px;
}

div#pages
{
    margin-top: 10px;
}

td.spacer
{
    width: 10px;
}

div.spacer
{
    height: 10px;
}

.divider_vertical_1px_dashed
{
    height: 220px;
    border-left-width: 1px;
    border-left-style: dashed;
}
	
div#footer
{
	padding-bottom: 20px;
}

div#navbot
{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

div#copyright
{
	margin-bottom: 20px;
	line-height: 14px;
	text-align: center;
}
	
ul
{
	padding-left: 15px;
	list-style-type: square;
	margin-bottom: 20px;
}
	
li
{
	margin-bottom: 6px;
}

li li
{
	margin-bottom: 0px;
}



/*********** SPECIFIC LAYOUT ***********/

div.photo_cont_small
{
    background-image: url('/defaults/3/images/photo_shadow_small.gif');
    background-position: top left;
    background-repeat: no-repeat;
    width: 110px;
    height: 85px;
}

div.photo_space_small
{
    width: 110px;
    height: 85px;
}

div.photo_missing_message
{
    padding-top: 30px;
    vertical-align: middle;
    text-align: center;
}

div.photo_cont_large
{
    background-image: url('/defaults/3/images/photo_shadow_large.gif');
    background-position: top left;
    background-repeat: no-repeat;
    width: 285px;
    height: 216px;
}

div.photo_space_large
{
    width: 285px;
    height: 216px;
}

td.search_results_info_col1
{
    /*width: 110px;*/
}

td.search_results_info_col2
{
    width: 200px;
}

td.full_report_col1
{
    width: 285px;
}

td.full_report_col2
{
}

td.results_column
{
    width: 225px;
}

.width_40
{
    width: 40px;
}

.width_65
{
    width: 65px;
}

.width_70
{
    width: 70px;
}

.width_115
{
    width: 115px;
}

.width_135
{
    width: 135px;
}

.width_150
{
    width: 150px;
}

.width_200
{
    width: 200px;
}

img.photo
{
    border: 1px solid #FFFFFF;
}

div.photo_numb
{
    padding-top: 3px;
    text-align: center;
}

div.search_results_detail
{
    padding-bottom: 4px;
}

table[id=textonly_results_table] td
{
    vertical-align: middle;
}

div.wheelchairaccess
{
    background-image: url('/defaults/3/images/wheelchairaccess.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 17px;
}

div.table, table
{
    display: table;
    vertical-align: top;
}

div.row, tr
{
    display: table-row;
    vertical-align: top;
}

div.cell, td
{
    display: table-cell;
    vertical-align: top;
}

img.noborder, img
{
    border: 0;
}

.hor_align_left
{
    text-align: left;
}

.hor_align_center
{
    text-align: center;
}

.hor_align_right
{
    text-align: right;
}

.ver_align_top
{
    vertical-align: top;
}

.ver_align_middle
{
    vertical-align: middle;
}

.ver_align_bottom
{
    vertical-align: bottom;
}





/*********** NAVIGATION ***********/

div.search_results_links
{
    height: 22px;
    margin-bottom: 8px;
}

div.search_results_links_gallery
{
    margin-bottom: 5px;
}

div.search_results_link
{
    float: left;
    height: 22px;
    border: 0;
}

div.search_results_link_gallery
{
    height: 22px;
    margin-bottom: 3px;
}

div.search_results_link_popup
{
    margin-top: 2px;
}

div.search_results_link
{
    margin-right: 5px;
}

a.search_header_icon img
{
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
}


input.submit:hover, a.button:hover
{
	cursor: pointer;
}

input.radio, input.checkbox
{
   border: 0;
   font-size: 9px;
   padding: 0;
   margin: 0;
   margin-right: 7px;
}

td.title_right
{
	text-align: right;
	vertical-align: middle;
}

input.width_25
{
    width: 25px;
}

input.width_75
{
    width: 75px;
}

input.width_150
{
    width: 150px;
}

select.width_175
{
	width: 175px;
	max-height: 80px;
}

select.width_100
{
	width: 100px;
	max-height: 80px;
}




/*********** TYPOGRAPHY ***********/

body, td
{
	font-family: arial;
	font-size: 11px;
}

a
{
	text-decoration: none;
}

a.link_nav_simple
{
}

a.link_addressbook_select_alpha
{
	padding: 2px;
	font-weight: 900;
	text-decoration: none;
}

a.link_addressbook_popup_select_name
{
	text-decoration: none;
	color: #000000;
	display: block;
	width: 210px;
	padding-left: 14px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

a.link_addressbook_popup_select_name:hover
{
	/* value in theme */
}

span.navbot_link
{
	text-transform: uppercase;
}

span.navbot_divider
{
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
}

.lowercase
{
	text-transform: lowercase;
}

.copy_para_summary
{
	font-family: times;
	font-size: 12px;
	font-style: italic;
}

.copy_9px_black
{
	font-size: 9px;
	color: #000000;
}

.copy
{
	font-size: 10px;
}

.copy_9px_black_bold_uppercase
{
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

.title_9px_grey
{
	font-size: 9px;
	color: #666666;
}

.title_9px_black_uppercase
{
	text-transform: uppercase;
	font-size: 9px;
	color: #000000;
}

.title_9px_black_bold
{
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}



.title_9px_grey_bold_uppercase
{
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
}

.title_10px_medium_bold
{
	font-size: 10px;
	font-weight: bold;
	font-family: trebuchet ms;
}

.copy_11px
{
	font-size: 11px;
}

.title_11px_medium_bold
{
	font-size: 11px;
	font-weight: bold;
	font-family: trebuchet ms;
}

.title_12px_medium_normal
{
	font-size: 12px;
	font-family: trebuchet ms;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.copy_alert
{
	color: #64211B;
}

small
{
    font-size: 9px;
}

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

a.navleft_title_banner_yes:hover
{
	color: #FFFFFF;
}

a.button
{
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 9px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
}

input, select, optgroup
{
	font-size: 10px;
}

.search_results_detail_name
{
    font-weight: bold;
}

div.search_results_description
{
    line-height: 12px;
}

.page_link
{
    padding-left: 2px;
    padding-right: 2px;
}

.results_column_cat_header
{
    text-transform: capitalize;
    font-weight: bold;
}

.copy_smallest_black
{
    font-size: 9px;
    color: #000000;
}

.copy_smallest
{
    font-size: 9px;
}

.title_14px_medium_bold
{
	font-size: 14px;
	font-weight: bold;
	font-family: trebuchet ms;
}

.title_smallest_grey_uppercase
{
    font-size: 9px;
    color: #B9B9B9;
    text-transform: uppercase;
}
body {
    background-color: #FFFFFF;
    color: #000000;

}

a {
    color: #0000FF;
}

a:visited {
    color: #840084;
}

div#search, div#results, div.divider_vertical_1px_dashed, div.popup_header {
	border-color: #224652;
}

div#search {
    background: #FFFFFF}

/* alternating rows */
.background_medium {
    color: #000000;
    background: #FFFFFF;
    /*#DEE8EA*/
    border-bottom: 1px solid #CECECE;
}

.background_light {
    color: #000000;
    background: #FFFFFF;
    /*#EEF7F9*/
    border-bottom: 1px solid #CECECE;
}