/******************/
/* Base Styles */
/******************/

body,p,font,li,ul,dt,dd,dl,form,blockquote,tr,table,i,h1,h2,h3,h4,h5,b,select,input,textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #222244;
}

BODY { 
  background-color: #FFFFFF; 
  height: 100%;
  width: 100%;
}

table, tr, td{
  border-style: none;
}

TH { 
  background-color: #ffffff;
  color: #000000;
  padding: 3px;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
}

select {
  background-color: #ffffff;
  font-size: 11px;
}

input, textarea {
  color: #000000; 
  background-color: #ffffff;
}


p {
  display: block;
  width: 570px;
}


A, A:link, A:visited { 
  border-style: none;
  color: #003366; 
}

A:hover { 
  border-style: none;
  color: #000000; 
}

img{
  border-style: none;
}

H1 { 
  font-family: Lucida Grande, Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  color: #000033
}

H2 { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #000033
}

H3 { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #000000
}

H4, H5, H6 { 
  font-size: 12px; 
}

form{
  margin: 0;
  padding: 0;
}

ul, ol {
  margin-top: 3px;
  margin-bottom: 3px;
  list-style-type: disc;
  max-width: 570px;
}

/******************/
/* Page Layout Styles */
/******************/

div#header {
   width: 100%;
   height: 100px;
   background-color: #dddddd;
   border: solid 1px #999999;
   padding: 20px;
}

div#admin_left_nav {
   width: 150px;
   height: 500px;
   background-color: #dddddd;
   border: solid 1px #999999;
   padding-top: 40px;
}

td#admin_content {
   padding: 20px;
   text-align: top;
}




.copyright{
  color: #222222; 
  font-size: 11px; 
  text-decoration: none;
}
A.copyright:link,  A.copyright:visited {
  color: #223355; 
  text-decoration: none;
}
A.copyright:hover {
  color: #994433; 
  text-decoration: underline;
}

a.linkedThumb {
   margin: 5px;
   display: block;
}

.step_link {
   margin: 10px;
}

.fullsize {
}

.fullsize_image_info {
   margin-top: 120px;
   text-align: right;
   width: 160px;
}

.fullsize_title {
   font-weight: bold;
}
.fullsize_media {
   color: #555555;
}
.fullsize_dims {
   color: #555555;
}
.fullsize_year {
   color: #555555;
}
.fullsize_comment {
   color: #555555;
}

.resume td {
   font-size: 12px;
   font-style: italic;
}
.resume_title {
   font-weight: bold;
   padding-top: 10px;
   font-style: italic;
}
