﻿/*

WillStrohl.Lightbox Module for DotNetNuke
Version: 1.02.01
Author: Will Strohl
E-Mail: will.strohl@gmail.com
Website: http://www.willstrohl.com

Copyright 2010 Will Strohl

*/
#tblWnForm, #tblGalleryRepeater { width:600px;margin:auto;}
#tblWnForm, #tblLightboxSettings { width:100%; }
#tblWnForm tr td, #tblGalleryRepeater tr td { padding:5px; }
#tblWnForm tr td.SubHead { width:160px; vertical-align:top; text-align:right; }
.editfield { width:300px; }
.wns_table_edit { width:30px; }
.wns_table_name {  }
.wns_table_folder {  }
.wns_row_header { background-color:#c0c0c0; color:#ffffff; }
.wns_field { line-height:18px; background-color:#F2F2F2; color:#7f7f7f; }
#lnkExpand { margin-left:10px; }
#tblGalleryRepeater tr td { border-bottom:1px solid #000000; }
#tblGalleryRepeater { margin-bottom:15px; }

.tablegallery
{
    margin:auto;;
}
.cellitem
{
    padding:5px;
}

ul.wns_lightbox { list-style-image:none; list-style-position:outside; list-style-type:none;}
li.listitem { display:inline; width:102px; height:102px; background-color: #ffffff;}
li.listitem span.wns_lightbox_span { width:102px; height:102px;display:block; }
li.listitem a {background-color:#ffffff; margin:5px; padding:5px 5px 12px 5px; }
li.listitem a img { }

.wns_lightbox_wrapper { clear:both; display:block; }
.wns_lightbox_head { padding-top:10px; }

.wns_hidden { display:none; }

.wns_error { color:#ff0000; }

/* 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; }
