html
{
    width: 100%;
    height: 100%;
}

body
{
    width: 100%;
    height: 100%;
    margin: 0px;
}

.Overlay
{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    
    background-image: url("http://www.data.virtualinterconnect.com/images/transparent/black50.png");
    #background-image: none;
    #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.data.virtualinterconnect.com/images/transparent/black50.png');
}

.AlignLeft
{
    text-align: left;
}

.AlignRight
{
    text-align: right;
}

.AlignTop
{
    vertical-align: top;
}

.AlignBottom
{
    vertical-align: bottom;
}

.CenterX
{
    text-align: center;
}

.CenterY
{
    vertical-align: middle;
}

.Invisible
{
    display: none;
}

.BorderTable
{
    border: 1px outset grey;
}

.BorderTable td
{
    border: 1px inset grey;
}

h1, h2, h3, h4, h5, h6, h7
{
    margin: 0px;
    padding: 0px;
}

.Note
{
    font-size: 70%;
    font-weight: bold;
}

.PageContent img
{
    margin: 10px;
}

fieldset.Form
{
    border: 1px solid #090;
    padding: 0px 5px 5px 5px;
    margin-bottom: 20px;
}

fieldset.Form legend
{
    color: #090;
    font-weight: bold;
    border: 1px solid #090;
    padding: 3px 10px;
    font-size: 70%;
    margin-bottom: 5px;
}

fieldset.Form table
{
    width: 100%;
}

fieldset.Form td.FormLabel
{
    width: 25%;
    vertical-align: top;
}

fieldset.Form td.FormInput
{
    text-align: left;
}

fieldset.Form td.FormInput .MoreInfo
{
    float: right;
    width: 29%;
}

fieldset.Form td.FormSection
{
    padding-top: 20px;
}

a.LoginButton img
{
    border: 0px;
}

div.LoginBoxBackground
{
    z-index: 20000;
}

div.LoginBoxBackground form
{
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
}

div.LoginBoxBackground form div.LoginBox
{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 320px;
    height: 240px;
    margin-left: -160px;
    margin-top: -120px;
    background: #999 url("http://www.data.virtualinterconnect.com/images/login/320x240bg.jpg");
}

div.LoginBox h1
{
    display: none;
}

div.LoginBox a.LoginClose
{
    position: absolute;
    display: block;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url("http://www.data.virtualinterconnect.com/images/login/20x20dkx.gif");
}

div.LoginBox a.LoginClose img
{
    display: none;
}

div.LoginBox a.LoginClose:hover
{
    background-image: url("http://www.data.virtualinterconnect.com/images/login/20x20ltx.gif");
}

.LoginDemoExplaination
{
    position: absolute;
    left: 20px;
    top: 90px;
    font-size: xx-small;
    color: #fff;
    text-align: center;
}

.LoginInfo
{
    position: absolute;
    left: 20px;
    top: 110px;
    width: 276px;
    line-height: 23px;
}

.LoginInfo label
{
    float: left;
    clear: left;
    color: #fff;
}

#LoginUsername, #LoginPassword
{
    float: right;
    width: 60%;
    height: 20px;
}

#LoginRememberMeContainer
{
    float: right;
    width: 60%;
    padding: 5px;
}

#LoginRememberMeContainer label
{
    float: right;
    width: 80%;
}

#LoginRememberMeContainer input
{
}

#LoginCancel
{
    display: block;
    float: left;
    width: 138px;
    height: 22px;
    background-image: url("http://www.data.virtualinterconnect.com/images/login/dkcancel.jpg");
}

#LoginCancel:hover
{
    background-image: url("http://www.data.virtualinterconnect.com/images/login/ltcancel.jpg");
}

#LoginCancel img
{
    display: none;
}

#LoginSubmit
{
    float: right;
    width: 138px;
    height: 22px;
}

#LoginForgotPassword
{
    float: right;
    width: 60%;
    clear: both;
    font-size: 75%;
    padding-bottom: 0.75em;
}

.Hours
{
    border-collapse: collapse;
    margin: 10px;
}

.Hours td
{
    border: 2px solid #999;
    padding: 3px;
}

.Hours td table
{
    margin: 0px;
}

.Hours td table td
{
    border-style: none;
    padding: 0px;
}

.DefinitionList
{
    border: 1px solid #999;
    padding: 10px;
}

.DefinitionList dt, .DefinitionList dd
{
    margin-top: 10px;
}

.DefinitionList dt
{
    clear: both;
    float: left;
    width: 30%;
    font-weight: bold;
}

.DefinitionList dd
{
    margin-left: 30%;
}

.ClearFloats
{
    clear: both;
    font-size: 1px;
    line-height: 1px;
    width: 1px;
    height: 1px;
}

.ListStyleNone, .ListStyleNone li
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.MemberList li a
{
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 10px 5px;
}

.MemberList li a:hover
{
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 9px 4px;
}

table.Border tr td, table.Border tr th, table.NoBorder tr th, table.NoBorder tr td
{
    vertical-align: top;
}

div.Gallery
{
    border: 1px solid #ccc;
}

div.GalleryExpanded
{
    display: none;
}

div.GalleryExpanded div.GalleryLargePictureTitle, div.GalleryExpanded div.GalleryLargePicture
{
    float: left;
    width: 66%;
}

div.GalleryExpanded div.GalleryTitles, div.GalleryExpanded div.GalleryTitles div, div.Gallery div.GalleryThumbsTitle
{
    line-height: 40px;
    height: 40px;
    background-color: #ccc;
    color: #000;
}

div.GalleryExpanded div.GalleryInfo
{
    clear: both;
    height: 350px;
}

div.GalleryExpanded div.GalleryLargePicture
{
    border-right: 1px solid #ccc;
    height: 100%;
    line-height: 350px;
    text-align: center;
    position: relative;
}

div.GalleryExpanded div.GalleryLargePicture img
{
    _width: 100%;
    _height: 100%;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

div.GalleryExpanded div.GalleryLargePicture div.GalleryOverlay, div.GalleryExpanded div.GalleryLargePicture a
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

div.GalleryExpanded div.GalleryLargePicture a
{
    display: block;
}

div.GalleryExpanded div.GalleryLargePicture a img
{
    border: 0px;
}

div.GalleryExpanded div.GalleryDescription
{
    height: 100%;
    width: 33%;
    overflow: auto;
}

div.Gallery div.GalleryThumbsTitle
{
    clear: both;
}

ul.GalleryThumbs, ul.GalleryThumbs li
{
    list-style: none;
    padding: 0px;
}

ul.GalleryThumbs
{
    position: relative;
    clear: both;
    margin: 0px;
    display: block;
    height: 240px;
    overflow: auto;
}

ul.GalleryThumbs li, ul.GalleryThumbs li a
{
    display: block;
}

ul.GalleryThumbs li
{
    float: left;
    position: relative;
}

ul.GalleryThumbs li a
{
    position: relative;
    z-index: 15;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #ccc;
    border-bottom: 3px solid #ccc;
    margin: 3px 3px 0px 3px;
    width: 76px;
    height: 76px;
    line-height: 76px;
    vertical-align: middle;
    text-align: center;
}

ul.GalleryThumbs li a:hover
{
    border-width: 3px 3px 0px 3px;
    border-color: #666;
    border-bottom: 3px solid #666;
    margin: 1px 1px 0px 1px;
}

ul.GalleryThumbs li a img
{
    z-index: 16;
    _width: 100%;
    _height: 100%;
    max-width: 76px;
    max-height: 76px;
    border: 0px;
    vertical-align: middle;
}

ul.GalleryThumbs li iframe
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 76px;
    height: 76px;
    border: 0px;
    display: none;
    z-index: 5;
    visibility: hidden;
}

ul.GalleryThumbs li div
{
    width: 78px;
    height: 20px;
    color: #fff;
    margin: 0px 3px 3px 3px;
    text-align: center;
    font-weight: bold;
    line-height: 14px;
    background: transparent url("http://www.data.virtualinterconnect.com/images/backgrounds/78x60cccroundedbottom.gif") no-repeat;
    background-position: bottom center;
}

ul.GalleryThumbs li div.GalleryAnimation
{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
    width: 74px;
    height: 74px;
    line-height: 74px;
    background: transparent;
    margin: 0px auto;
    color: #000;
}

ul.GalleryThumbs li.GalleryClear
{
    width: 1px;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    float: none;
    clear: both;
}

div.Calendar
{
    position: relative;
}

table.Calendar
{
    border: 1px solid #000;
    border-collapse: collapse;
    width: 100%;
}

table.Calendar caption
{
    border: 1px solid #000;
    font-size: 125%;
}

table.Calendar caption a.PrevMonth
{
    float: left;
    text-decoration: none;
}

table.Calendar caption a.NextMonth
{
    float: right;
    text-decoration: none;
}

table.Calendar tr th, table.Calendar tr td
{
    border: 1px solid #000;
    padding: 2px;
    width: 14%;
}

table.Calendar tr td
{
    height: 80px;
    vertical-align: top;
    overflow: auto;
}

table.Calendar tr td div.Date
{
    float: left;
    height: 100%;
    margin-right: 6px;
}

table.Calendar tr td ol
{
    list-style: none;
    margin: 0;
    padding: 0;
}

table.Calendar tr td ol li
{
    list-style: none;
    margin: 0 0 6px 0;
    padding: 0;
}

div.ProductListSubcategories ol
{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

div.ProductListSubcategories ol.First
{
    float: left;
    width: 49.5%;
}

div.ProductListSubcategories li
{
    display: block;
    margin: 0;
    padding: 0.25em 0;
}

div.ProductListSubcategories li a
{
    text-decoration: none;
}

div.ProductListSubcategories hr
{
    display: block;
    width: 100%;
}

table.ProductList
{
    width: 100%;
}

table.ProductList tr td.ProductListPicture
{
    width: 100px;
    height: 100px;
    border: 1px solid #000;
    text-align: center;
}

table.ProductList tr td.ProductListPicture50
{
    width: 50px;
    height: 50px;
}

table.ProductList tr td.ProductListPicture150
{
    width: 150px;
    height: 150px;
}

table.ProductList tr td.ProductListPicture200
{
    width: 200px;
    height: 200px;
}

table.ProductList tr td.ProductListPicture a img
{
    border: 0;
}

table.ProductList tr th.ProductListPrice, table.ProductList tr td.ProductListPrice
{
    width: 100px;
    text-align: right;
}

div.ProductListBreadcrumb, div.ProductDisplayBreadcrumb
{
    margin-bottom: 10px;
}

div.ProductDisplayPictureContainer
{
    position: relative;
    float: left;
    width: 104px;
    height: 104px;
    text-align: center;
    border: 1px solid #000;
    margin-right: 10px;
}

div.ProductDisplayPictureContainer50
{
    width: 54px;
    height: 54px;
}

div.ProductDisplayPictureContainer150
{
    width: 154px;
    height: 154px;
}

div.ProductDisplayPictureContainer200
{
    width: 204px;
    height: 204px;
}

div.ProductDisplayPictureContainer300
{
    width: 304px;
    height: 304px;
}

div.ProductDisplayPictureContainer400
{
    width: 404px;
    height: 404px;
}

div.ProductDisplayPicture
{
    width: 104px;
    height: 80px;
    /*line-height: 80px;*/
    font-size: 1px;
    vertical-align: middle;
}

div.ProductDisplayPictureContainer50 div.ProductDisplayPicture
{
    width: 54px;
    height: 34px;
}

div.ProductDisplayPictureContainer150 div.ProductDisplayPicture
{
    width: 154px;
    height: 134px;
}

div.ProductDisplayPictureContainer200 div.ProductDisplayPicture
{
    width: 204px;
    height: 184px;
}

div.ProductDisplayPictureContainer300 div.ProductDisplayPicture
{
    width: 304px;
    height: 284px;
}

div.ProductDisplayPictureContainer400 div.ProductDisplayPicture
{
    width: 404px;
    height: 384px;
}

div.ProductDisplayPicture a img
{
    position: relative;
    top: -12px;
    border: 0;
    vertical-align: middle;
}

div.ProductDisplayPictureExpand
{
    position: relative;
    top: -12px;
    font-size: 12px;
    line-height: 20px;
}

div.ProductDisplayPictureExpand a
{
    text-decoration: none;
}

div.ProductDisplayHeader
{
    height: 108px;
}

div.ProductDisplayPrice
{
    margin: 10px 0;
}

div.ProductListPageNav
{
    text-align: right;
}

div.ObituariesPost
{
    clear: both;
}

div.BlogSeparator, div.ObituariesSeparator
{
    clear: left;
}

div.BlogEnclosure
{
    width: 150px;
}

div.BlogEnclosure, div.ObituariesEnclosure
{
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

div.BlogEnclosure img, div.ObituariesEnclosure img, div.RSSAggregatorEnclosure img
{
    border: 0;
}

fieldset.ObituariesCommentForm
{
    clear: both;
}

fieldset.BlogCommentForm table, fieldset.ObituariesCommentForm table
{
    width: auto;
}

fieldset.BlogCommentForm table tr td, fieldset.ObituariesCommentForm table tr td
{
    width: auto;
    vertical-align: top;
}

fieldset.BlogCommentForm table tr td textarea, fieldset.ObituariesCommentForm table tr td textarea
{
    width: 100%;
}

ol.BlogComments, ol.ObituariesComments
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.BlogComments li, ol.ObituariesComments li
{
    margin: 0;
    padding: 0;
}

div.BlogNavigation, div.ObituariesNavigation
{
    position: relative;
    text-align: right;
    clear: both;
}

div.BlogNavigation a.BlogNavigationLeft, div.ObituariesNavigation a.ObituariesNavigationLeft
{
    display: block;
    float: left;
}

div.BlogNavigation div.BlogNavigationPageNumber, div.ObituariesNavigation div.ObituariesNavigationPageNumber
{
    display: block;
    position: absolute;
    left: 50%;
    width: 4em;
    margin-left: -2em;
    text-align: center;
}

div.ObituariesFeedLink
{
    clear: both;
}

div.ObituariesOptionsButton
{
    clear: both;
}

.BlogDisplayLinksAsButtons .BlogFooter a, .ObituariesDisplayLinksAsButtons .ObituariesFooter a
{
    border: 1px solid #000;
    background: transparent url("http://www.data.virtualinterconnect.com/images/buttons/20x20greenoff.jpg") repeat-x;
    background-position: center center;
    color: #fff;
    text-decoration: none;
    padding: 2px;
}

.SearchResults dt a
{
    font-weight: bold;
    font-size: 125%;
}

.SearchResults dd a
{
    color: #000;
    text-decoration: none;
    margin-bottom: 1em;
}

.SearchResults dd a:hover
{
    text-decoration: underline;
}

.RSSAggregatorNavPrev
{
    float: left;
    width: 10em;
}

.RSSAggregatorNavNext
{
    float: right;
    width: 10em;
    text-align: right;
}

.RSSAggregatorNavAlpha
{
    margin: 0 10em;
    display: block;
    padding: 0;
    list-style: none;
    text-align: center;
}

.RSSAggregatorNavAlpha li
{
    margin: 0;
    padding: 0 0.2em;
    display: inline;
    border-right: 1px solid #000;
}

.DesignGenericMapDisplay .CustomMapDisplay
{
    height: 480px;
    background-color: #fff;
}
