﻿
table.PhotoCheckin
{
    border-collapse: collapse;
    border-style: double;
    border-color: #0000FF;
    margin-left: auto;
    margin-right: auto;
}

table.PhotoCheckin td
{
    padding: 1em;
    border-collapse: collapse;
    border-style: double;
    border-color: #0000FF;
}

table.PhotoCheckin td span.filename
{
    font-weight: bold;
    color: #000080;
}

table.PhotoCheckin td img.preview
{
    border: 1px solid #808000;
    height: 100px;
}

div#PhotoFolderSelector
{
    clear:right;
    width: 50em;
    float: right;
}

div.buttonGroupBottom, div.buttonGroupTop{
float: right;
margin-top: 1em;
margin-bottom: 1em;
}

div.buttonGroupBottom{
clear: both;
}

table.PhotoCheckinImageEdit
{
    float: right;
    margin-left: 5em;
    border-collapse: collapse;
    border-style: double;
    border-color: #0000FF;
}

table.PhotoCheckinImageEdit td
{
    padding: 1em;
    width: 300px;
    border-collapse: collapse;
    border-style: double;
    border-color: #0000FF;
}



table.PhotoCheckinImageEdit td img.PhotoCheckinImageEditPreview
{
    height: 100px;
    margin-right: 1em;
    margin-left: 1em;
    vertical-align: middle;
    text-align: center;
}

.PhotoCheckinImageEditFilename
{
    font-weight: bold;
    color: #0000FF;
    text-align: left;
    vertical-align: middle;
    padding: 1em;
    width: 20em;
}

.PhotoCheckinImageEditCaption
{
    padding: 1em;
    color: #0000FF;
    font-weight: bold;
    text-align: left;
    width: 20em;
    vertical-align: middle;
}

.PhotoCheckinImageEditKeywords
{
    padding: 1em;
    color: #0000FF;
    font-weight: bold;
    text-align: left;
    width: 30em;
    vertical-align: middle;
}

div#PhotoCheckinApplyAll
{
    width: 60%;
    float: right;
    margin-bottom:2em;
}

div#PhotoCheckinApplyAll table td{
padding-left: 1em;
padding-right: 1em;
}

/*
div.PhotoCheckinPanel
{
    float: right;
    clear: right;
    border: thick ridge #008080;
    margin-left: 2em;
}

table.Step1Table td
{
    vertical-align: top;
    text-align: center;
    padding-right: 1em;
    padding-left: 1em;
}

div.PhotoCheckinImageEdit
{
    float: right;

}






table.Step1Table, table.ImageTable, table.ImageTable td, table.ImageTable th
{
    border-style: double;
    border-color: #0000FF;
    border-collapse: collapse;
}

table.ImageTable
{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

table.Step1Table th
{
    font-size: 1.2em;
    font-weight: bold;
    color: red;
    padding-top: .5em;
    margin: .5em;
}

table.ImageTable td
{
    vertical-align: middle;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 1em;
}

table.ImageTable td img, table.ImageTable td input
{
float: left;
clear: both;
}

img.ImageEdit, span.ImageEditLabel, textarea.CaptionEdit, textarea.KeywordEdit, input.ImageEdit, label.ImageEdit, input.FileNameEdit{
float: left;
clear: left;
} 

img.ImageEdit, textarea.CaptionEdit, textarea.KeywordEdit, input.ImageEdit, input.FileNameEdit{
margin-bottom: 1em;
} 

span.ImageEditLabel, textarea.CaptionEdit, textarea.KeywordEdit, input.ImageEdit, label.ImageEdit, input.FileNameEdit{
width: 90%;

} 

span.ImageEditLabel, label.ImageEdit{
    font-weight: bold;
} 
*/