
/* Image gallery options */

div#photoindex {
   width:       100%; 
}

#browse {   /* "Browse" Links */
}

ul.filelist { /* Browse list */
}

ul.filelist li { /* Browse item */
    clear:          both;
}

ul.filelist li strong.title {
    padding:        5px;
}

ul.filelist li p.description {
    width:          90%;
    margin:         1px;
    padding:        5px;
    border-width:   0 1px 2px 1px;
    border-color:   #EEF;
    border-style:   solid;
}

/* Image based gallery views */
dl.gallery_thumb {
    margin:         5px;
    min-width:      175px;
    max-width:      50%;
    border:         1px solid #EEF;
    float:          left;
    clear:          none;
}
dl.gallery_thumb dd {
    margin:         0;
    padding:        0 5px 0 5px;
    text-align:     center;
}
dl.gallery_thumb dt {
    padding:        3px;
    font-weight:    bold;
}

dl.gallery_thumb dd img {
    border:         0;
}
dl.gallery_thumb dd a {
    display:        inline-block;
    display:        -moz-inline-box;
}
dl.gallery_thumb dd div.no_image {
    margin:         0;
    width:          150px;
    height:         120px;
    background:     #BBB;
    text-align:     center;
}
dl.gallery_thumb dd.description {
    padding:        5px;
    text-align:     left;
    overflow:       auto;
}

hr.item_break {
    width:          100%;
    color:          none;
    background:     none;
}

/* Portrait size links */
#size_link_options {
    text-align:     left;
    margin-left:    30px;
    padding-bottom: 10px;
}

.size_link_option {
    font-weight:    bold;
}

.size_link_active {
    font-weight:    bold;
    color:          #CCF;
}

.size_link_inactive {
    color:          #DDD;
    text-decoration:    line-through;
}

/* Thumbnails */
dd.thumbappend {
}

dl.thumb_block {
    display:        -moz-inline-box;
    display:        inline-block;
    float:          left;
    padding:        0.5em;
    margin:         0.5em;
    text-align:     center;
    border:         1px dashed #8cacbb;
    clear:          none;
}

dt.thumb_image {
}

dt.thumb_image a, dt.thumb_image img {
    border:         0;
}

dd.thumb_links {
    border:         1px solid #EEE;
    margin:         2px;
    padding:        3px;
    clear:          both;
}

dd.thumb_links span.delete {
    background:     #FAA;
    float:          left;
    height:         15px;
    width:          15px;
}
dd.thumb_links span.delete img {
    float:          left;
    border:         0;
}

dl.thumb_block dd.title_desc {
    margin:         2px;
    padding:        0px;
    text-align:     center;
    border:         1px solid #EEF;
    overflow:       auto;
}

dl.thumb_block dd.wysiwyg_links {
    padding:        2px;
    text-align:     left;
}

dl.thumb_block dd.thumb_prepend, dl.thumb_block dd.thumb_append {
    margin:         0px;
}

    /* Thumbs for non-image files */
dl.thumb_block_files {
    width:          210px;
    display:        -moz-inline-box;
    display:        inline-block;
    float:          left;
    text-align:     center;
    border:         1px dashed #8CACBB;
    clear:          none;
}

dt.file_header {
    min-height:     65px;
    border-bottom:  1px solid #EEE;
}

dt.file_header img {
    border:         0;
}

dt.file_header div.icon {
    float:          left;
    width:          54px;
    text-align:     center;
}
dt.file_header div.open {
    float:          left;
    text-align:     left;
}
dt.file_header div.open p {
    padding:        1px;
    margin:         1px;
}
dt.file_header div.open p a {
    font-size:      85%;
}
dt.file_header div.filename {
    clear:          both;
    text-align:     left;
    border:         1px dashed #AAF;
    background:     #EEE;
    padding:        0 2px 0 2px;
}

dt.file_header div.filename span.delete {
    background:     #FAA;
    float:          left;
    height:         15px;
    width:          15px;
}
dt.file_header div.filename span.delete img {
    float:          left;
    border:         0;
}



dl.thumb_block_files dd.title_desc {
    margin:         1px;
    padding:        0px;
    text-align:     center;
    border:         1px solid #EEF;
    overflow:       auto;
}

dl.thumb_block_files dd.wysiwyg_links, dl.thumb_block_files dd.data {
    margin:         1px;
    padding:        2px;
    text-align:     left;
}

dl.thumb_block_files dd.data div.size, dl.thumb_block_files dd.data div.size strong,
dl.thumb_block_files dd.data div.date, dl.thumb_block_files dd.data div.date strong {
    font-size:      85%;
}

/* Portrait Image, and download options */
dl#image_block { /* dl block containing the image, properties, and download links */
    clear:          both;
}

dt#image {
    clear:          both;
    text-align:     center;
    border:         1px dashed #CCC;
    padding:        5px;
}

dd#image_dl {
    text-align:     left;
    margin-top:     5px;
    padding-top:    5px;
    border-top:     1px dotted #AAA;
    clear:          both;
    float:          left;
}

span.image_props { /* Image properties (size, dims) */
    color:          #AAA;
}

/* Portrait image title description */
#metadata {
    width:          90%;
    padding:        10px;
    border:         1px dashed #DDD;
}

#meta_title {
    font-size:      120%;
    font-weight:    bold;
    border-bottom:  1px dashed #AAF;
}

#meta_description {
}

/* Portrait previous/next */
div#object_previous_next {
    width:          90%;
    clear:          both;
    padding:        10px;
    min-height:     200px;
}

div#object_previous_next div#previous, div#object_previous_next div#next {
    float:          left;
    border:         1px dashed #EEE;
    width:          45%;
    padding:        10px;
}

div#object_previous_next div#previous div.title, div#object_previous_next div#next div.title {
    font-weight:    strong;
    font-size:      20px;
}

div#object_previous_next div.noimage {
    width:          180px;
    height:         120px;
    text-align:     center;
    vertical-align: middle;
    background:     #EEF;
    border:         1px solid #ABB;
    padding:        10px;
    margin:         5px;
}

div#object_previous_next div.noimage .message {
    padding:        20px 10px 10px 10px;
    font-weight:    strong;
    font-size:      25px;
    background:     #EEF;
    border:         none;
}

div#object_previous_next div#previous {
}

div#object_previous_next div#next {
}

/* Inline manipulation */
dl.photo_admin_toggle {
    border:         1px solid #FAA;
    padding:        5px;
    width:          450px;
    clear:          both;
}
dl.photo_admin_toggle dt {
    color:          #F00;
    font-weight:    bold;
}
dl.photo_admin_toggle dd.description {
    margin:         4px;
}
dl.photo_admin_toggle dd.selection {
    margin:         4px;
    padding:        2px;
}
dl.photo_admin_toggle dd.selection a {
    padding:        2px 6px 2px 6px;
    border:         1px solid #C55;
    background:     #FCC;
}

dl.thumb_block dd.thumb_prepend div.thumb_pre_delete {
    width:          100%;
    text-align:     left;
}

dl.thumb_block dd.thumb_prepend div.thumb_pre_delete span.delete {
    display:        block;
    display:        -moz-inline-box;
    padding:        0 3px 0 3px;
    height:         15px;
    font-weight:    bold;
    font-size:      85%;
    border:         1px solid #FAA;
    background:     #FEE;
    text-decoration:    none;
}

div#photoindex div.inline_edit_wrapper {
    min-height:     250px;
    width:          1080px;
    clear:          both;
    padding:        2px;
}
div#photoindex div.inline_edit_wrapper dl.thumb_block {
    margin:         0;
}

div#photoindex dl.inline_edit {
    min-width:      350px;
    max-width:      700px;
    padding:        4px;
    border:         1px solid #CCF;
    background:     rgb(253, 253, 255);
    float:          left;
    clear:          right;
}

div#photoindex dl.inline_edit dd {
    margin:         0;
    padding:        0;
}

/* MISC */

img.galimg {
    vertical-align: top;
}

/* images per page */
div#images_per_page, p.pic_nav_page, .pic_nav {
    width:          100%;
    clear:          both;
    text-align:     left;
}

dl#ta_portrait_data {
    width:          100%;
    clear:          both;
}

/* Admin CSS */
dl.edit_media_list {
    width:          450px;
}

dl.edit_media_list p {
    margin:         0;
    padding:        0;
}

div.gal_tool {
    background:     rgb(250,250,255);
    padding:        10px;
    border:         1px solid #CCF;
}
div.gal_sub_tool {
    display:        table;
    width:          90%;
    margin:         10px;
    padding:        10px;
    border:         1px dashed #CCF;
}
.parent_path {
    color:              #AAA; 
    font-size:          9px; 
    text-decoration:    line-through;
}
.breadcrumbs {
    font-size:      10px;
    font-weight:    bold;
}

ul#filelist {
    list-style-type:    square;
}
ul#filelist li {
    padding:        1px;
    clear:          both;
}
ul#filelist li:hover {
    padding:        0;
    border:         1px dotted #AAF;
}

ul#filelist li input {
    margin:         0;
}

.inactiveAction {
    width:          80%;
    padding:        10px;
    background-color: #fff;
    border:         2px solid black;
    _filter:         alpha(opacity=50);
    opacity:        0.5;
    -moz-opacity:   0.5;
}

.metadir_title {
    font-weight:    bold;
    width:          120px;
    float:          left;
}
.metadir_data {
    float:          left;
}
/* Photo listing admin */
div.data {
    margin:             4px;
    float:              left;
    border-top:         1px dotted #FDD;
    border-right:       1px dotted #FDD;
    background:         #EEF;
    padding:            5px;
}
ul#photo_list {
    list-style-type:    none;
}

ul#photo_list li {
    clear:              both;
}

ul#photo_list li div.thumb {
    float:              left;
}

ul#photo_list li div.data {
    float:              left;
}

ul#photo_list li dl {
    clear:              none;
}

ul#photo_list li dt {
    padding:            5px;
    font-weight:        bold;
}

/* SWFUpload CSS 
 --------------------------------------------------------------------
 */
div.fieldset {
    border:  1px solid #afe14c;
    margin: 10px 0;
    padding: 20px 10px;
}
div.fieldset span.legend {
    position: relative;
    background-color: #FFF;
    padding: 3px;
    top: -30px;
    font: 700 14px Arial, Helvetica, sans-serif;
    color: #73b304;
}

div.flash {
    width: 375px;
    margin: 10px 5px;
    border-color: #D9E4FF;
    -moz-border-radius-topleft : 5px;
    -webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}

button, input, select, textarea { 
    border-width: 1px; 
    margin-bottom: 10px;
    padding: 2px 3px;
}

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */

label { 
    width: 150px; 
    text-align: right; 
    display:block;
    margin-right: 5px;
}

#btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */

.progressWrapper {
    width: 357px;
    overflow: hidden;
}

.progressContainer {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}
/* Message */
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FD9;
    background-color: #FFC;
    overflow: hidden;
}
/* Error */
.red {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}

/* Current */
.green {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}

/* Complete */
.blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}

.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}

.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}

.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}

.progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 7pt;
    font-family: Arial;
    text-align: left;
    white-space: nowrap;
}

a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-repeat: no-repeat;
    /*  The following item is dynamically populated, since paths can differ
    background-image: url('/ia/swfupload/buttons/cancelbutton.gif');*/
    background-position: -14px 0px;
    float: right;
}

a.progressCancel:hover {
    background-position: 0px 0px;
}

/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
    vertical-align: top;
}

#button_cancel {
    height:             22px;
    background:         #FCC;
    margin-left:        10px;
}

