﻿/*** The Essential Code ***/

a
{
    color: #eee;
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}
a.iehideLink {
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	}
body
{
    margin: 0px;
    padding: 0px;
    color: #666;
    background-color: #000;
    font: 13px Tahoma;
}
h1,h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#999;
	}
h2
{
    font-size:18px;
    line-height:18px;
    letter-spacing: 1px;
    color:#ccc;
}
h2.pageTitle
{
    text-align: center;
}
h4
{
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    border-bottom: thin solid #666;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.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;
}
p {
	font:13px/20px;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#content>p {margin:0px;}
#content>p+p {text-indent:30px;}

#page
{
}

#footer {	
	text-align: center;
	padding: 10px;
	color: #aaa;
	border-top: solid 1px #000;
    background-color: #000;
    clear: both;
	}
	#footer a
{
    color: whitesmoke;
}
#header 
{
    background-color: #000;
	text-align:right;
    padding: 20px 0px 10px 10px;
	}
	
#header h2, #header h2 a
{
    color: whitesmoke;
    font-size: 40px;
}

#content
{
    /*float:left;
    margin: 0px 190px 50px 10px;
    margin: 10px;*/
    padding: 10px;
    width: 800px;
    float: left;
    background-color: #222;
    color: #eee;
border-top: solid thick #111;
border-right: solid thick #111;
border-bottom: solid thick #111;

}

#menu 
{
	/*position:absolute;
	top:100px;
	right:20px;*/
	text-align: right;
	width:175px;
	line-height:17px;
	float: left;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

.menuFloat
{
    display: block;
    padding: 0 15px 0 15px;
}
#menuTop
{
	background-color: #000;
	color: #eee;
    margin: 0;
    font: 13px Georgia;
}
#menuTop ul
{

    margin: 0;
    padding: 0;
}
#menuTop ul.main{
    border-top: solid thick #111;
    border-bottom: solid thick #111;
    border-left: solid thick #111;


}
#menuTop ul.sub
{
    margin-left: 20px;
}
#menuTop ul.main li
{
    list-style-type: none;
    padding: 5px;
    background-color: #222;
    font-size: 15pt;
    letter-spacing: 2px;
    text-align:right;

}
#menuTop ul.sub li
{
    list-style-type: none;
    padding: 1px 5px 1px 1px;
    font-size: 10pt;
    text-align:right;

}
#menuTop ul.sub li a
{
    color: #aaa;
}

#menuTop ul.sub li.header
{
    list-style-type: none;
    padding: 15px 5px 2px 5px;
    background-color: #000;
    color: #ccc;
    letter-spacing: 2px;
    font-size: 13pt;
    font-weight: bold;
}

#announce
{
    margin: 0;
    padding: 10px;
    background-color: #555;
    border-bottom: solid 1px #000;
    display: none;
}
.rightMargin
{
    margin: 0px 210px 50px 10px;
}

.helpBlurb
{
    padding-right: 5px;
    padding-left: 5px;
    font-size: x-small;
    padding-bottom: 3px;
    color: black;
    padding-top: 3px;
    background-color: #ff7f00;
    margin: 2px;
}

/* ========================
THUMBNAIL BOXES STYLE
=========================*/
.thmBox
{
    text-align: center;
    margin: 2px;
    padding-top:6px;
        
    display: inline;
    float: left;
    clear: none;
    position: static;
    overflow: hidden;
}
.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:#000;
    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 .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: 0;
    }
    .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: x-small;
        padding-top: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }
/* ========================
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;
    background-color: #111;
}
        .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: #999;
    letter-spacing: normal;
}
.contentImageLead .overlayText span
{
    color: #eee;
    padding: 5px;
    margin: 0;
    font-size: 25px;
    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:center;
    width:100%;
}
.pageSetDescription
{ 
    margin-bottom: 10px;
    font-style: italic; 
    }

.pagePageJump
{
    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;
}
