﻿/*

WillStrohl.Lightbox Module for DotNetNuke
Version: 01.06.00
Author: Will Strohl
E-Mail: will.strohl@gmail.com
Website: http://www.willstrohl.com

Copyright 2011 Will Strohl

*/
.EditImage, .OrderImage { display:inline; padding-top:0.6em; margin:0px 5px 5px 0px; }
.wns-field { line-height:18px; background-color:#F2F2F2; color:#7f7f7f; }
.wns_helptext { font-style:italic; }

ul.wns_lightbox { display:block; padding:0px; margin:0px; list-style-image:none; list-style-position:outside; }
    li.listitem { display:inline; float:left; list-style-type:none; margin:0em 2.0em 2.0em 0em; width:102px; height:102px; }
    li.listitem span.wns_lightbox_span { background-color:#ffffff; width:102px; height:102px; }
    li.listitem span.wns_lightbox_span a { border:1px solid #000000; background-color:#ffffff; margin:5px; padding:5px 5px 12px 5px; float:left; display:block; }
    li.listitem span.wns_lightbox_span a img { border:1px solid #000000; }

li.listitem.editview, li.listitem.editview span.wns_lightbox_span { height:122px !important; }
    li.listitem.editview span.wns_lightbox_image_edit_wrap { margin-top:15px; margin-left:0.5em; }
    li.listitem.editview span.wns_lightbox_image_edit_wrap a { background:none; padding:0; margin:0; }

.wns_lightbox_wrapper { clear:both; display:block; }
    .wns_lightbox_head { padding-top:10px; }
    .wns_lightbox_description {  }
    .wns_lightbox_image_edit_wrap {  }
    .wns_lightbox_image_edit_wrap a { border:none !important; }
    
.wns_hidden, .wns-showlater { display:none; }
.wns-clear { clear:both; }
.wns-image { border:none; }
.wns_error { color:#ff0000; }
.wns-button { outline:0; margin:0 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position:relative; text-align:center; zoom:1; }

.wns-sortable { list-style-type:none; padding:0.9em; margin:0.7em 0 0.7em 0; cursor:pointer; }
    #ulOrderImages li { display:inline; float:left; width:105px; height:105px; margin-right:1.0em; margin-bottom:1.0em; }

legend, .wns-legend { margin-left:1em; color:#000000; font-weight:bold; font-size:1.2em; padding:0 5px 0 5px; }
    fieldset, .wns-fieldset { margin:1.5em 0 0 0; padding:0; }
    fieldset ol, .wns-list { padding:1em 1em 0 1em; list-style:none; }
    fieldset li, .wns-listitem { padding-bottom:1em; list-style:none; line-height:1.6em; }
    fieldset.commands { border:none; }

.wns-fieldwrapper { display:inline-block; width:450px; }
.wns-listitem { float:none; clear:both; }
.wns-label { font-weight:bold; }
.wns-input, .editfield { width:300px; }
.wns-input-label { border:none; }

/* labels on top */
.wns-labeltop { display:block; }
/* labels to the left */
.wns-labelleft { float:left; width:18em; margin-right:1em; }
/* labels to the right */
.wns-labelright { float:left; width:18em; margin-right:1em; text-align:right; }

/* styles used for the auto-complete jquery feature */
.autocomplete-w1 { background:url(img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
    .autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
    .autocomplete .selected { background:#F0F0F0; }
    .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
    .autocomplete strong { font-weight:normal; color:#3399FF; }

#lnkExpand { margin-left:10px; }
#pLightboxCommands { text-align:center; margin-top:3em; }
#divImagePreview p { text-align:center; }
#divActions { margin-top:4em; text-align:center; }
