/* Defaults */

img { border: 0px; border-style: none }

p.infoBox {
  margin: .5em;
}

div.totals {
  width: 1px;
  font-size: 10;
  position: absolute; 
  display: inline;
  padding-left: 3px;
  padding-top: 2px;
  padding-right: -10px;
}

div.vline {
  position: absolute; 
  top: 0px; 
  bottom: 0px; 
  right: 0px; 
  width: 10px; 
  border-width: 1;
  border-right-style: solid;
  border-color: #4255Ac;
}


.rank-div {
  border-x: 1px dotted red;
/*  vertical-align: center;
  position: absolute;
  display: inline-block; 
  height: 1em; */
}
.rank-selected {
  font-size: 200%;
  position: relative;
  top: 6px;
  height: .5em;
/*  display: inline-block;
  color: black;
  border: 1px dotted blue; */
}
.rank-link {
  text-decoration: none;
}
.rank-iPhoto {
  filter: alpha(opacity=66); opacity: 0.66;
}
.rank-greater {
  filter: alpha(opacity=66); opacity: 0.66;
}
.rank-lesser {
/*
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  */
}


div.note { display: inline; /* inline-block */
           border: 1px groove; 
           background-color: #FFFFFF; 
           /* width: 150px; height: 150px; */
           overflow:hidden;
           padding: 15px;
           position: relative;
           top: -25px; }

.rot-cw {
  transform: rotate(90deg);
}

.rot-ccw {
  transform: rotate(-90deg);
}

.rot-180 {
  transform: rotate(180deg);
}

/* adapted from http://www.alistapart.com/articles/cssdropshadows/ */

.shadow-div {
  display: inline-block;
  background: url(images/shadowAlpha.png) no-repeat bottom right;
  padding: 0px 1px 1px 0px;
  border: 0px;
  margin: 2px;
}

.shadow-table {
  display: inline; margin: 0px; border: 0px; padding: 0px; border-spacing: 0px;
}

.shadow-div img {
  display: block;
  position: relative;
  top: -5px; left: -4px;
  border: 0px;
}

.subtitleBox {
  padding: 10px;
  height: 100px; 
  valign: center;
}

.blurbBox {
  padding: 10px;
  height: 100px; 
  valign: center;
}

body.slideList {
  margin-right: 0px;
}

body.rollList {
}

.errors {
  color: red;
}



.selectedLink {
  font-weight: bold;
}


.undone {
  font-weight: bold;
}
.edited {
  font-weight: bold;
  font-style: italic;
}
.done {
  font-style: italic;
}


/* Welcome table */

table.stats {
  empty-cells: hide;
}


td#totalSlidesCell {
  background-color: #FFEE00;
}

td#editedSlidesCell {
  background-color: #80C000;
}

td#doneSlidesCell {
  background-color: #008000;
}

td#doneUserCell {
  background-color: #005000;
}


.submenu {
  margin-left: 15px;
}


.blurbText {
}

.subtitleText {
}

/* Theme: none */



/* Theme: metal */

body {
  background: url(/slides/images/themes/zinc01-light.jpg) left top;
}


body.nav {
  background: url(/slides/images/themes/zinc01.jpg) fixed;
}


body.selectNav {
  background: url(/slides/images/themes/zinc01.jpg) fixed bottom;
}


A:link { color:#000070; }
/*  A:visited { color:#4A0873; }  */
A:visited { color:#3A0873; }
A:hover { color:#EE0000; }




/* Extra CSS */

