﻿body 
{
    margin: 0px;
    background-color: #CCCCCC;
}

#wrapper
{
    margin: 0px auto 0px auto; /*Left: auto Right: auto*/
    width: 1000px;
    background-color: White;
}

/************ Sharkive.master (3 columns) **************/
#main
{
    position: relative;
    top: 0;
    left: 0;
    width: 1000px;
    /*height: 564px;*/
    height: 100%;
    margin-top: 0px;
}
#content
{
    margin: 0 0px 0 191px; /*191*/
    width: 639px;
    min-height: 550px;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
}
* html #content{height:550px}
#header
{
    height: 20px;
    margin-left: 191px; /*191*/
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-right: solid 1px #CCC;
    width: 639px;
}

/************ END Sharkive.master **************/

/************ Sharkive2.master (2 columns) **************/
#main2
{
    position: relative;
    top: 0;
    left: 0;
    width: 1000px;
    /*height: 564px;*/
    height: 100%;
    margin-top: 0px;
}
#content2
{
    margin: 0 0px 0 191px; /*191*/
    width: 809px; /*809*/
    /*height: 100%;*/
    min-height: 550px;
    border-left: solid 1px #CCC;
}
* html #content2{height:594px}
#header2
{
    height: 20px;
    margin-left: 191px; /*191*/
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    width: 809px;
}

/************ END Sharkive2.master **************/

#sidebar
{
    position: absolute;
    top: 0px;
    left: 0;
    width: 191px;
    /*height: 564px;*/
    height: 100%;
    margin: 0;
    padding: 0;
    border-right: solid 1px #CCC;
}
#inner_sidebar
{
    padding-left: 10px;
}
#logo
{
    text-align: left;
    margin-left: -10px;
    width: 191px;
}
#sidebar .site_search
{
}
#sidebar .artist_select
{
}
#sidebar2
{
    position: absolute;
    top: -1px;
    right: -2px;
    border-top: solid 1px #CCC;
    width: 170px;
    /*height: 564px;*/
    height: 100%;
}
* html #sidebar2{height:550px;}
#sidebar2 p
{
    padding: 0px 0px 0px 10px;
}
#footer
{
    width: 1000px;
    height: 19px;
    background: transparent url(images/footer_back.jpg) no-repeat top left;
    text-align: right;
    margin-top: -10px;
}
#footer .inner_footer
{
    background-color: Transparent;
    width: 639px;
    height: 19px;
    margin: 0 170px 0 191px;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
}
#footer .inner_footer ul
{
    list-style-type: none;
}
#footer .inner_footer ul li
{
    display: inline;
    padding-right: 12px;
}

#navList
{
    border-top: solid 1px #CCC;
    width: 163px;
    padding-bottom: 10px;
}

.navlink
{
    display: block;
    border-bottom: solid 1px #CCC;
} 

/* Colors & Fonts */
.header1
{
    font-size: 12px;
    font-weight: 600;
    color: #699;
}

.highlightword
{
    color: #699;
}

.footlink {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #FFFFFF; 
	text-decoration: underline}
	
a.footlink:active {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #FFCC66; 
	text-decoration: underline}
	
a.footlink:hover {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #FFCC66; 
	text-decoration: underline}
	
a.footlink:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #FFFFFF; 
	text-decoration: underline}
	
a.footlink:visited:active {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #FFCC66; 
	text-decoration: underline}

a.footlink:visited:hover {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #FFCC66; 
	text-decoration: underline}
	
/*********************************************************/
/*************** Page Specific Styles ********************/
/*********************************************************/

/***************  Home.aspx ***************/

#home_wrap
{
    padding-left: 15px;
    padding-right: 10px;
}
#home_table td
{
    vertical-align: top;
    width:50%;
}
.ifpda_logo
{
    position: absolute;
    bottom: 20px;
    left: 5px;
}

/*************** advanced_search.aspx ***************/
#as_container
{
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 10px;
}
#as_table
{
    background: #eaeaea;
    border: solid 1px #CCC;
    width: 100%;
}
#as_table td
{
    vertical-align: top;
    padding: 20px;
}

/*************** glossary.aspx ***************/

#gloss_wrap
{
    width: 100%;
    height: 100%;
    background: transparent url(images/gloss_back.jpg) repeat-y top left;
    /*padding-left: 15px;*/
    /*padding-right: 10px;*/
}

#gloss_table
{
    width: 95%;
    height: 564px;
    border-collapse: collapse;
    padding: 20px;
}
.gloss_leftcol
{
    width: 150px;
}
#gloss_table th
{
    color: #699;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;
}
#gloss_table th, #gloss_table td
{
    padding: 10px 10px 10px 15px;
    border-bottom: solid 1px #CCC;
}
#gloss_table td
{
    vertical-align: top;
}

/*************** artist_bio.aspx ***************/

#bio_wrap
{
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 10px;
    min-height: 550px;
}
.bio_img
{
    float: right;
    margin: 10px 0px 15px 20px;
}

/*************** search_results.aspx ***************/

#results_wrap
{
    position: relative;
    top: 0px;
    left: 0px;
    min-height: 550px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 10px;
}
#results_list
{
    list-style-type: none;
}
#results_pag
{
    position: absolute;
    bottom: 8px;
    left: 27px;
    text-align: right;
}

/****************** image_main.aspx *******************/

#imgmain_wrap
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 550px;
    background: transparent url(images/gloss_back.jpg) repeat-y top left;
    padding-left: 0px; /*15 Changed 03/11/08 */
    padding-right: 0px; /*10 Changed 03/11/08 */
    
}
* html #imgmain_wrap{height:100%}

#imgmain_table
{
    border-collapse: separate;
    font-weight: bold;
    /*width: 400px;*/
}
.imgmain_leftcol
{
	/*padding-left: 15px;*/
	/*padding-right: 10px;*/
    width: 140px; /*125*/
    text-align: right;
}
.imgmain_rightcol
{
	padding-left: 20px;
    width: 300px; /*300*/
}
#imgmain_table th
{
    color: #699;
    font-weight: bold;
    vertical-align: bottom;
}
.imgmain_leftcol, .imgmain_rightcol
{
    border-bottom: solid 1px #CCC;
}
.imgmain_leftrm
{
    text-align: right;
    padding-top: 15px;
}
.imgmain_rightrm
{
    height: 100px;
    padding-left: 20px;
    padding-top: 15px;
}
#imgmain_table td
{
    vertical-align: top;
}
.imgmain_spacer
{
    width: 10px;
    border-width: 0px;
}
.imgmain_links
{
    /*position: absolute; Changed 2/29/8*/
    /*top: 5px; Changed 2/29/8*/
    /*left: 20px; Changed 2/29/8 from 20px*/
    text-align: center; /*Added 2/29/8*/
    /*padding-bottom: 50px; Changed 2/29/8*/
}
.imgmain_img
{
    float: right;
    max-width: 250px;
    margin: 0 40px 15px 20px; /*0 50px 15px 20px;*/
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
    text-align: center;
    min-height: 550px;
}
.myImage
{
    max-width: 250px;
}

/***************** image_detail.aspx **********************/

#imgdetail_wrap
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 550px;
    background: transparent url(images/gloss_back.jpg) repeat-y top left;
    padding-left: 0px; /*15 Changed 03/11/08 */
    padding-right: 0px; /*10 Changed 03/11/08 */
    padding-bottom: 42px;
}
* html #imgdetail_wrap{height:100%}

#imgdetail_table
{
    border-collapse: separate;
    font-weight: bold;
}
.imgdetail_col
{
	padding-left: 15px;
	padding-right: 5px;
    width: 125px;
    text-align: right;
}
#imgdetail_table th
{
    color: #699;
    font-weight: bold;
    vertical-align: bottom;
}
.imgdetail_rm
{
    text-align: right;
    padding-top: 25px;
}
#imgdetail_table td
{
    vertical-align: top;
}
.imgdetail_links
{
	/*padding-bottom: 50px; Changed 2/29/8*/
    /*position: absolute; Changed 2/29/8*/
    /*bottom: 5px; Changed 2/29/8*/
    /*left: 20px; Changed 2/29/8*/
    text-align: center;
}
.imgdetail_img
{
    float: right;
    width: 550px;
    margin: 0 40px 15px 20px;
    padding: 15px;
    text-align: center;
}

