﻿body
{
    width: 100%;
    margin: 0px;
    background-color: #ffffff;
    font-family: Tahoma, Arial;
    font-size: 13px;
}

p
{
    line-height: 18px;
}

#divContent 
{
    width: 896px;
    margin: 0px auto 0px auto;
}

#divHeader
{
    height: 67px;
    width: inherit;
}

#divHeaderLogo
{
    float: left;
    margin-left: 26px;
}

#divHeaderContent
{
    float: right;
    margin: 16px 10px 0px 0px;
    font-size: 17px;
    font-weight: bold;
}

#divHeaderNav
{
    font-size: 12px;
    color: #ffffff;
    float: right;
    margin: 12px 12px 0px 0px;
    text-transform: uppercase;
}

#divMenu
{
    height: 61px;
    width: 896px;
    background: #ffffff url(images/nav-background.jpg) no-repeat;
    margin-bottom: 5px;
}

#divPage
{
    background: #ffffff url(images/footer-page.jpg) no-repeat bottom center;
    padding: 4px 6px 5px 6px;
}

#divPage ul
{
    color: #ee3a43;
}

.blk
{
    color: Black;
}

#divPageInner
{
    padding: 0px 20px 20px 20px;
    width: 600px;
    float: left;
}

#divBucketWrapper
{
    float: right;
    width: 217px;
    height: 230px;
    background: #ffffff url(images/login-background.jpg) no-repeat;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 16px;
}

#divFooter
{
    background: #ffffff url(images/footer.jpg) no-repeat;
    width: 896px;
    text-align: left;
    margin-bottom: 12px;
    padding-left: 34px;
    float: left;
}

#divFooter p
{
    font-size: 11px;
    color: #000000;
    margin: 0px;
    padding-top: 16px;
    line-height: 18px;
}

#nav, #nav ul, li ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#nav li
{
    background: url(images/menu-divider.gif) no-repeat;
    font-size: 15px;
    color: White;
    text-transform: lowercase;
    padding: 15px 0px 0px 0px;
    font-weight: bold;
    float: left;
    position: relative;
    height: 50px;
    margin-top: 2px;
    /*width: 174px;*/
    width:145px;
    text-align: center;
}

#nav li ul
{
    position: absolute;
    left: -999em;
    float: left;  
    background-color: #000000;
}

#nav a
{
    display: block;
    color: white;
    text-decoration: none;
}

#nav a:hover
{
    text-decoration: underline;
}

#nav .first
{
    background: none;
    margin-left: 8px;
}

#nav ul li 
{
	text-align: center;
	font-size: 12px;
	background-image: none;
	background-color: #000000;
	height: 12px;
	padding: 8px 0px 10px 0px;
	margin: 0px;
}

#nav li:hover ul
{
	left: auto;
	top: 16px;
	position: relative;
	margin-left: 1px;
}

#nav ul li:hover
{
	background-color: #ee3a43;
}




.bucketTitle
{
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0px 4px 0px;
}

.bucketText, .bucketText p
{
    margin: 0px;
    font-weight: bold;
    color: #454545;
    font-size: 11px;
    width: 202px;
    line-height: 13px;
}

.bucketFooter 
{
    background: url(images/bucket-footer.jpg) no-repeat;
    height: 16px;
}

.bucketText ul
{
    list-style: circle;
    margin: 10px 0px 0px 10px;
    padding: 0px 0px 0px 6px;
    color: #000000;
}

.bucketText li
{
    padding: 0px 0px 0px 2px;
    margin-top: 4px;
    font-weight: normal;
    color: #000000;
}

.Wingdings
{
    font-family: Wingdings;
    color: #ee3a43; /* RED */
}

#divPanel, #divPanel2
{
    width: 896px;
    height: 229px;    
    margin-bottom: 12px;
    position: absolute;
}

#divPanel2
{
    filter: alpha(opacity: 0);
    opacity: 0;
}

#divPanelContent
{
    position: absolute;
    display: block;
    left: 700px;
    top: 0px;
    width: 164px;
    height: 182px;
    margin: 21px 37px 0px 0px;
    z-index: 5;
}

#divPanelContentInside
{
    display: block;
    width: 164px;
    height: 182px;
    margin: 21px 37px 0px 13px;
    z-index: 5;
}

#divPanelContentInside p
{
    margin: 0px;
    padding: 0px;
}

#divPanelContent p
{
    margin: 0px;
    padding: 0px;
}

.LoginTitle
{
    font-size: 17px;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 5px;
    border-bottom: dotted 2px #dedede;
}

.inlineH1 
{
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Arial;
    font-size: 12px;
}

h1 
{
    font-weight: bold;
    font-family: Tahoma, Arial;
    font-size: 22px;
    margin-top: 8px;
}

h2 
{
    font-weight: bold;
    font-size: 14px;
    color: #ee3a43;   
}
.form-label
{
    font-size: 8pt;
}

.spotTitle
{
	color:Black;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    width:100%;
}

.spotHeader
{
    background-color:Black;
    color:White;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    width:100%;
}

.spotLabel
{
    background-color:White;
    border-bottom:solid 1px black;
    border-top:solid 1px black;
    border-left:solid 1px black;
    border-right:solid 1px black;
    padding:2px;
    
}