/* ----------  MEDIA UPLOADER CSS -------------  */

/* stylesheet for generic image uploader */

/* body styles for the uploader */
.uploaderbody {font-size: 12pt; font-family: Arial, Helvetica; background-color:#5C815C; 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); }
/* 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(20,0,0); font-size: 140%; }
/* style for the image titles */
.maintitle { color: rgb(20,0,0); font-size: 100%; }
/* style for page information messages - e.g. 'There are a total of 6 files in your selection ...' */
.message { color: rgb(0,0,0); font-size: 120%; }
/* style for information messages - e.g. 'there are no items in your selection' */
.message2 { color: rgb(0,0,0); font-size: 150%; }
/* 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,255); font-size: 100%; }
.listdescription { color: rgb(0,0,0); font-size: 80%; }
/* 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%;  margin-bottom: 20px; }
.contributor { color: rgb(0,0,0); font-size: 120%; }

.tableheadings { color: rgb(0,0,0); font-size: 100%; text-align: left; font-weight: bold; background-color: rgb(200,200,200); }
.backlink { font-size: 120%; }
/* style for the object URL */
.objectlink { color: rgb(0,20,0); font-size: 100%; }
.listtable { border: 1px solid rgb(0,0,0); }

/* new AV uploader template CSS */

.descriptionBlog{color: rgb(0,0,0); font-size: 100%; text-align: left; margin-bottom: 20px;}
.containerBlog { position: relative; width: 100%; height: 200px;}

.imgBlog {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

/* ----------  END MEDIA UPLOADER CSS -------------  */
