/*
 * File:  photos.css
 *
 * This is the photos style sheet for this site
 */

.photo, .display, .display-float
{
    background-color:		#EEEEEE;
    text-align:			center;
    font-family:		arial;
    font-size:			8pt;
    border-color:		#222222;
    border-style:		solid;
    border-collapse:		collapse;
    border-spacing:		0;
}

table.photo
{
    width:			95%;
    border-width:		1;
    padding:			5;
} 

td.photo
{
    border-width:		1;
    padding:			5;
}

img.photo
{
    border-width:	        3;
}

img.display
{
    border-width:	        5;
}

img.display-float
{
    border-width:		5;
    display:			inline;
    margin:			8;
    float:			left;
}

.photo-list
{
    background-color:		#EEEEEE;
    font-family:		arial;
    font-size:			8pt;
    padding:			3;
    border-width:		1;
    border-color:		#222222;
    border-style:		solid;
    border-collapse:		collapse;
    border-spacing:		0;
} 

table.photo-list
{
    width:			95%;
} 

td.photo-list
{
    text-align:			center;
}

.rotate, .rotate-top, .rotate-middle
{
    background-color:		#EEEEEE;
    font-family:		arial;
    font-size:			10pt;
    text-align:			center;
    padding:			5;
}

table.rotate
{
    width:			100%;
} 

td.rotate-middle
{
    vertical-align:		middle;
}

td.rotate-top
{
    vertical-align:		top;
}

.sets, .sets-heading, .sets-view, .sets-bold
{
    background-color:		#EEEEEE;
    font-family:		arial;
    font-size:			8pt;
    padding:			3;
    border-color:		#222222;
    border-width:		1;
    border-style:		solid;
    border-spacing:		0;
    border-collapse:		collapse;
}

table.sets
{
    width:			95%;
} 

td.sets
{
    text-align:			left;
}

td.sets-heading
{
    text-align:			center;
    font-weight:		800;
}

td.sets-view
{
    text-align:			center;
    font-weight:		800;
}

td.sets-bold
{
    text-align:			left;
    font-weight:		800;
}

