﻿/*** The Essential Code ***/

.searchKeywords
{
    border: solid thin #999;
    padding:5px;
	font-size:12px;
    color:#aaa;
    font-weight:normal;
    display: none;
}
hr
{
    color: #666;
    margin-bottom: 10px;
    margin-top: 10px;
}
h2.pageTitle
{
    font-size: 16pt;
}
#footer
{
    text-align: center;
}
#content
{
    padding: 20px 10px;
}
/* ========================
THUMBNAIL BOXES STYLE
=========================*/
.thmBox
{
    text-align: center;
    margin: 2px;
    padding-top:6px;
    border:1px dashed #DDDDDD;
    display: inline;
    float: left;
    clear: none;
    position: static;
    overflow: hidden;
}
.thmBox:hover
{
    border:1px dashed #aaa;
}
.pictureThmBox
{
    height:320px;
    width:260px;
    position:relative;
}

.thmBoxRecentCreated, .thmBoxRecentUploaded
{
    background-image: url(/images/icons/new.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.thmBoxRecentUploaded
{
}
.menuShading
{
    position:absolute;
    top:3px;
    background-color:#fff;
    width:100%;
    height:100%;
    filter:alpha(opacity=75);
    -moz-opacity:.75;
    opacity:.75;
    z-index:100;
}
.thmFunctionsBox
{
    position: absolute;
    /*top: 12px;*/
    left: 0px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    z-index: 1000;
    visibility: hidden;
    display: none;
    border: 0px;
}    
    .thmFunctionsBox a
    {
        color: #333;
    }
    .thmFunctionsBox .menuRow
    {
         position:relative;
         z-index:200;
    }
    .thmFunctionsBox .menuItems
    {
        display: none;        
    }
    .thmFunctionsBox:hover .menuItems
    {
        display: block;        
    }
    .thmFunctionsBox img
    {
        position: relative;
        top: 4px;
    }
    .thmBox:hover .thmFunctionsBox, .thmBoxRecent:hover .thmFunctionsBox
    {
        visibility: visible;
        display: block;
    }
    .headerMenu
    {
        text-align: center;
    }
    .headerMenu .thmFunctionsBox
    {
        visibility: visible;
        display: block;
        text-align: center;
    }
    .headerMenu .menuRow .menuRowText, .headerMenu .menuShading, .headerMenu .menuRow
    {
        display: none;
    }
    .headerMenu .menuItems
    {
        display: block;
    }
    .headerMenu .menuItems .menuRow
    {
        display: inline;
    }
.thmFunctionsBar
{
    position: absolute;
    top: 12px;
    left: 10px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    z-index: 1000;
    visibility: hidden;
    display: none;
    border: 0px;
}
    .thmBox:hover .thmFunctionsBar, .thmBoxRecent:hover .thmFunctionsBar
    {
        visibility: visible;
        display: block;
    }
    .thmImageBar
    {
        padding: 5px;
        text-align: center;
        vertical-align: bottom;
    }
    .thmImageBar img
    {
        border: solid 2px black;
    }
    .thmInfoKeywordsBar
    {
        font-size: x-small;
        padding-top: 5px;
        padding-bottom: 1px;
        padding-right: 10px;
        padding-left: 10px;
        vertical-align: middle;
        text-align: left;
        height: 30px;
    }
    .thmInfoBar
    {
        font-size:x-small;
        padding-top: 3px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .thmInfoBarBold
    {
        font-weight: bold;
        font-size: small;
        padding-right: 10px;
        padding-left: 10px;
        color: #666;
    }
    .thmInfoBarBold a
    {
        color: #333;
    }
/* ========================
BASIC STYLE
=========================*/
img
{
    border: 0;
    border-color: Black;
    
}
a.minorLink
{
    color: #666;
    text-decoration: none;
    font-weight: normal;
}
a.minorLink:hover 
{
    text-decoration: underline;
}


.dialogOuterTable
{
    border-right: black thin solid;
    padding-right: 0px;
    border-top: black thin solid;
    padding-left: 0px;
    padding-bottom: 0px;
    border-left: black thin solid;
    padding-top: 0px;
    border-bottom: black thin solid;
    margin: 10px;
}
.dialogTable
{
    font-size: 10pt;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.dialogHeader
{
    font-size: 12pt;
    font-weight: bold;
    background-color: black;
    color: whitesmoke;
}
.dialogSubHeader
{
    font-size: 8pt;
    background-color: gray;
    color: whitesmoke;
}
.dialogItemName
{
    font-size: 10pt;
    text-align: right;
    vertical-align: top;
}
.dialogItem
{
    font-size: 10pt;
}

/*========================
OVERVIEW PAGE STYLES
=================*/
/* Content Image Lead */
.contentImageLead
{
    margin: 0 auto;
    width: 700px;
    padding: 10px;
    text-align: center;
    position: relative;
    border-bottom: solid 4px #ccc;
}
        .contentImageLead .mainImage img
        {
            margin: 0;
            border: solid 4px black;
        }
        .contentImageLead h2, .contentImageLead h2 a
        {
            font-size: small;
            font-weight: normal;
            text-align: center;
            margin-bottom: 0;
            padding-bottom: 0;
            
        }
        .contentImageLead h2, .contentImageRecent h2
        {
            color: #333;
            letter-spacing: normal;
        }
        .contentImageLead h2.contentImageLeadHeader a
        {
            color: #333;
            font-size: 16pt;
            font-family: Georgia;
        }
        .contentImageLead .overlayText
        {
            margin-bottom: 5px;
        }
        .contentImageLead .overlayText span
        {
            color: #666;
            padding: 5px;
            margin: 0;
            font-size: 13pt;
            font-family: Georgia;
            text-align: center;
        }
/* Content Image Feature/Recent */
.contentImageArea
{
    text-align: center;
    padding: 10px;
}

.contentImageRecent
{
    float: left;
    margin: 10px;
    position: relative;
}
.contentImageRecent img
{
    border: 0;
    border: solid 4px black;
}
.contentImageRecent h2
{
    font-size: small;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}
.contentImageRecent .overlayText span
{
    position: absolute;
    background-color: Black;
    color: #eee;
    padding: 5px;
    font-size: 20px;
    font-family: Georgia;
    text-align: center;
    width: 40px;
}
p.featureCaption
{
    display: block;
    text-justify: newspaper;
    text-align: justify;
    margin-bottom: 5px;
}
.contentImageLead p.featureCaption
{
    text-align: center;
}
h2.featureSetLink
{
    display: block;
    margin-top: 5px;
    text-align: right;

}
/*========================
END OVERVIEW PAGE STYLES
=================*/

.pageItemCount, .pagePageCountHeader, .pagePageCountFooter, .pagePageJump, .pageSetDescription
{
    text-align:left;
    width:100%;
    font-size: .9em;
}
.pageSetDescription
{ 
    margin-bottom: 10px;
    font-style: italic; 
    }

.pagePageJump, .pageItemCount
{
    display: none;
}
.searchTextbox
{
    border:solid 1px black;
    font-size:x-small;
    width:70%;
    padding:1px;
}
.searchButton
{
    border:solid 1px black;
    font-size:x-small;
    width:15%;
}
ul.bigList
{
    padding: 0;
    margin: 0;    
}
ul.bigList li
{
    font-size: medium;
    list-style-type: none;
}
table.checkout td
{
	font-size: 10pt;
	color: #333;
	white-space: nowrap;
}
table.checkout .explain
{
	display: none;
}
table.checkout td.celllabel
{
	text-align: right;
}
table.checkout td input 
{
	width: 250px;
}
