body {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1em; 
    font-style: normal; 
    font-weight: normal; 
    color: #FFFFCC;
    background-color: black;
}

a {
    color: #CCFFCC;
}

a:visited {
    color: #CCFFCC;
}

a:hover {
    color: #FFFFFF;
}


.photoholder {
  width:450px;
  height:338px;
  background:#999;
}

.photo {
  width:450px;
  height:338px;
}

.bigframe {
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    overflow: hidden;
}

.dragme {
    position:relative;
}

.smalltext {
    font-size: 0.8em;
}

.strikeout {
    text-decoration: line-through;
}

.selectedimg {
    border: thin solid #ffffff;
}

#costs {
    margin: 20px;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}
#costs th {
    text-align: center;
    border: 1px solid #666666;
    margin: 0px;
    padding: 15px;
    background-color: #666666;
}
#costs tr {
    border: 1px solid #666666;
    margin: 0px;
    padding: 0px;
}
#costs td {
    text-align: center;
    border: 1px solid #666666;
    margin: 0px;
    padding: 2px;
}
.borderless {
    border: none;
}

/***************************/
/***************************/

#container {
    width:800px;
    vertical-align: top;
    border: none;
}

#pagetitle {
}


/***************************/
/***************************/

#photo-topright {
    position: relative;
    float:right; 
    margin-top:50px; 
    width:225px;
    border: none;
}
#photo-topright0 {
    position: absolute;
    top: 0px;
    right: 0px;
    width:225px;
    vertical-align:top;
    border:none;
}
#photo-topright1 {
    position: absolute;
    top: 0px;
    right: 0px;
    width:225px;
    vertical-align:top;
    border:none;
    visibility: hidden;
}

#photo-topleft {
    position: relative;
    float: left;
    margin-top: 50px; 
    width:225px;
}
#photo-topleft0 {
    position: absolute;
    top: 0px;
    left: 0px;
    width:225px;
    vertical-align:top;
    border:none;
}
#photo-topleft1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width:225px;
    vertical-align:top;
    border:none;
    visibility: hidden;
}

#photo-bottomcenter {
    position: relative;
    width: 150px;
    margin-top: 50px;
    vertical-align:top;
    border: none;
}
#photo-bottomcenter0 {
    position: absolute;
    top: 0px;
    left: 0px;
    width:150px;
    vertical-align:top;
    border:none;
}
#photo-bottomcenter1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width:150px;
    vertical-align:top;
    border:none;
    visibility: hidden;
}

/***************************/
/***************************/

#photo-editor table {
    border: none; 
    border-collapse: collapse;
}
#photo-editor th {
    border: none; 
}
#photo-editor td {
    text-align: left;
    border: none;
    padding: 0.5em;
    margin: 0.5em;
}

/***************************/
/***************************/

#actions ul {
    list-style: none;
}

#admin-photolist {
    height: 4em;
}

#admin-photolist table {
    border: none;
    width: 40em;
    border-collapse: collapse;
}
#admin-photolist th {
    border: none;
    background-color: #666666;
    width: 40em;
}
#admin-photolist td {
    border: none;
    width: 40em;
}

#admin-photolist-innerdiv {
    width: 100%;
    height: 20em;
    overflow: auto;
}

#admin-photolist-innerdiv table {
    border-collapse: collapse;
}

#admin-photolist-innerdiv td {
    border: 1px solid #999999;
    width: 15em;
}



/***************************/
/***************************/


#contact {
    margin: 10px;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}
#contact th {
    border: 1px solid #666666;
    margin: 0px;
    padding: 10px;
    background-color: #666666;
}
#contact tr {
    border: 1px solid #666666;
    margin: 0px;
    padding: 2px;
}
#contact td {
    border: 1px solid #666666;
    margin: 0px;
    padding: 8px;
}

/***************************/
/***************************/

#thumbnails {
    overflow: auto;
    width:450px;
    height:85px;
 }

#thumbnails ul {
    float: left;
    list-style: none;
}

#thumbnails li {
    display: inline;
    padding-right: 3px;
}

#thumbnails img {
    cursor: pointer;
}