/* stylesheet for generic image uploader */

/* body styles for the uploader */
body{margin: 0;
background:  url(images/wall3.jpg);
background-color: #3333CC;}


.uploaderbody {font-size: 12pt; font-family: Arial, Helvetica; color: rgb(0,0,0);
 

 }
 
 #header {
   width: 100%;
   height: 158px;
   background: #0A667D url(images/hdr.jpg) no-repeat top left;
   border-bottom:8px solid #000000;
 }
 
 
 /* -- Header title and subTitle layout/display styles -- */
 
 
 .title {
 color: #000000;
 	font-size: 52px;
 	text-align: right;
 	font-weight: bold;
 	padding-left: 220px;
 	margin: 20;
 	padding: 10;
 }
 
 .pageSubTitle {
 	color: #FFFFFF;
 font-weight: bold;
 	letter-spacing: 4px;
 padding-right: 6px;
 	padding-top: 64px;
 	padding-bottom: 4px;
 	padding-left: 220px;
 	text-align: left;
 	vertical-align: middle;
 	border: 0px;
 	font: 20px Arial, Helvetica, sans-serif;
}

/* 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%; }
/* 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%; }
/* style for the images in the gallery view */
.galleryimage { border-width: 0px; margin: 0 0 0 0; padding: 0 0; }
.maintd { border-width: 0px; margin: 0 0 0 0; padding: 0 0; }
.maintable { border-width: 0px; margin: 0 0 0 0; padding: 0 0; }

/* styles for 'image page' whether popup or normal page */
.popuptitle { color: #FFFFFF; font-size: 200%;  margin-bottom: 20px; }
.contributor { color: #FFFFFF; font-size: 120%; }
.description { width: 30%; color: rgb(0,0,0); font-size: 150%; text-align: left; margin-bottom: 20px; }
.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); }

/* background colours for license boxes */
.private { background-color: rgb(255,0,0); }
.canview { background-color: rgb(255,204,0); }
.canuse { background-color: rgb(0,255,0); }

/* list view styles */
.listtitle { color: #FFFFFF; font-size: 120%; }
.listuser { color: #FFFFFF; font-size: 120%; }
.listtype { color: #FFFFFF; font-size: 120%; }
.listsize { color: #FFFFFF; font-size: 120%; }
.listdescription { color: #FFFFFF; font-size: 120%; }

/* link styles for page numbers */
a.pagenumbers:link { text-decoration: none; color: #FFFFFF; font-size: 120%; }
a.pagenumbers:visited { text-decoration: none; color: #FFFFFF; font-size: 120%; } 
a.pagenumbers:active { text-decoration: none; color: #FFFFFF; font-size: 120%; } 
a.pagenumbers:hover { text-decoration: underline; color: #FFFFFF; font-size: 120%; }
/* style for current page number */
.currentPage { text-decoration: none; color: rgb(255,0,0); font-size: 120%; }

/* new AV uploader template CSS */
.containerBlog 
{ position: relative; width: 100%; height: 200px;
color: rgb(0,0,0); font-size: 100%; text-align: left; margin-bottom: 20px;
}

.imgBlog {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.descriptionBlog { color: rgb(0,0,0); font-size: 120%; }
