/* stylesheet for generic image uploader */

/* default styles */
body {font-size: 14pt; font-family: Arial, Helvetica; background:rgb(255,255,255) ; color: rgb(0,0,0); }
td {font-size: 90%; }
/* page link default styles */


A:link {
text-decoration: none;
color: rgb(255,102,51);
}

A:visited {
text-decoration: none;
color: rgb(255,102,51);
}

A:active {
text-decoration: none;
color:rgb(255,102,51);
}

A:hover {
text-decoration: underline;
color: rgb(204,153,51); 
}


table
{
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica;
}
h1
{
	color: rgb(0,0,0);
}
h2
{
	color: rgb(0,0,0); 
}
h3
{
	color: rgb(0,0,0); 
}
h4
{
	color: rgb(0,0,0);
}
h5
{
	color: rgb(0,0,0);
}
h6
{
	color: rgb(0,0,0);
}

/* odd and even are the styles for the alternate rows of the list of users
in the manage users page */
.odd {padding: 1em; background-color: rgb(190,190,190); }
.even {padding: 1em; background-color: rgb(150,150,150); }
/* style for current page number */
.currentPage {color: rgb(0,0,0); font-size: 150%; }
/* style for other page numbers (links) */
.pagenumbers { font-size: 120%; }
/* hotstamp image position (relative to main image in imageblock) */
.hotstamp {position: absolute; top: 22%; right: 10%;}
.imageblock { position: relative; }

/* paragraph styles for image title and contributor text on viewimage page */
.para2 { margin: 0px; padding: 0px 0px 10px 0px; }
.para { margin: 0px; padding: 0px 0px 0px 0px; }
/* style for the word 'display' in the selection pull-down */
.search { color: rgb(0,0,0); font-size: 100%; }
/* style for the menu items */
.menu { color: rgb(0,0,0); font-size: 100%; }
/* style for the page titles */
.pagetitle { color: rgb(0,0,0); font-size: 140%; }
/* style for the image titles */
.maintitle { color: rgb(0,0,0); font-size: 140%; }
/* style for information messages - e.g. 'there are no items in your selection' */
.message { color: rgb(0,0,0); font-size: 120%; }
/* style for 'edit' link */
.edit { color: rgb(0,0,0); font-size: 100%; }
/* style for 'delete this image' link */
.delete { color: rgb(0,0,0); font-size: 100%; }
/* style for manage users list items */
.list { color: rgb(0,0,0); font-size: 100%; }
/* style for manage users list item links (edit & delete) */
a.listlink { color: rgb(255,0,0); font-size: 100%; }
/* style for text labels on data entry forms */
.form { color: rgb(0,0,0); font-size: 100%; }
/* styles for 'image page' whether popup or normal page */
.popuptitle { color: rgb(0,0,0); font-size: 200%; }
.contributor { color: rgb(0,0,0); font-size: 120%; }
.description { color: rgb(0,0,0); font-size: 100%; }



