﻿/* GENERAL */
body
{
	background-color: #fff;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background-image: url('../image/bg.png');
	background-repeat: repeat-x;
}

a:link, a:visited, a:hover { color: #0b3d91; text-decoration: underline; }
a:hover{ color: #0083f3; }

/* General Pages */
.leftParagraph
{
	font-size: 11pt;
	padding: 8px;
	border: 1px solid #aaa;
	width: 212px;
	background-color: #fff;
}
.dataTable
{
	width: 980px;   /* 100%;*/
	font-size: 10pt;
}
.dataTable thead
{
	height: 40px;
	background-image: url('../image/bg_Thead.png');
	
}
.pageTitleContainer
{
	width: 600px;
	padding-left: 20px;
	padding-top: 20px;

}
.pageTitle
{
	font-size: 16pt;
    font-weight: normal;
	color: #312E1A;
}
.leftContainer
{
    float: left;
    /* border-right: solid 1px #ccc; */
    height: 450px;
    width: 220px;
    margin-right: 40px;
    margin-left: 25px;
}

.leftContainer p
{
    margin-right: 25px;
}

.leftContainer a
{
    margin-right: 25px;
}

.rightContainer
{
    float: left; 
    min-height: 450px; 
    width: 620px; 
    margin-left: 15px;
}

/* Master Page */
#pageContainerDiv
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-left: 1px solid #312E1A;
	border-right: 1px solid #312E1A;
	background-color: #eee;
}
#headerDiv
{
	height: 120px;
	float: none;
	clear: both;	
}
#menuContainerDiv
{
	width: 100%;
	background: #312E1A; /* Dark Brown */
	height: 100px;
	position: relative;
}
#logoDiv
{
	height: 110px;
	width: 300px;
	position: relative;
	left: 20px;
	top: 0px;
}
#menuDiv
{
	height: 34px;
	font-size: 11pt;
	border-top: solid 1px #6F6D5F;	/* Light Brown */
	border-left: solid 1px #6F6D5F;
	position: relative;
	width: 632px;
	top: -45px;
	left: 324px;
	float: none;
	clear: both;
}
#menuDiv ul
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
#menuDiv ul li
{
	margin-left: 0;
	list-style: none;
	float: left;
	width: 78px;
	border-right: solid 1px #6F6D5F;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	font-family: Arial;
	height: 32px;
}
#menuDiv ul li a:link, #menuDiv ul li a:visited, #menuDiv ul li a:hover 
{
	 color: #fff;
	 text-decoration: none;
	 display: block;
	 vertical-align: middle;
	 padding: 10px 0;
	 height: 12px;
}
#menuDiv ul li a:hover 
{
	background: #5B4F29; /*#6F6D5F;*/
	background-image: url('../image/bg_MenuItem_Hover.png');
	background-repeat: repeat-x;
	border-top: 1px solid #ADAA95;
	border-left: 1px solid #ADAA95;
	border-right: 1px solid #ADAA95;
}
#contentDiv
{
	margin-left: 25px;
	margin-right: 25px;
	min-height: 500px;
}
#contentFooter
{
	height: 10px;
}

#footerDiv hr
{
    width: 930px;
    text-align: center;
}
#footerLinkDiv
{
	width: 980px;
	margin: 0 auto;
	text-align: center;	
	border-top: 1px solid #312E1A;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	padding: 10px 0;
	margin-bottom: 10px;
}
#footerLinkDivInner
{
    margin-top:5px;
    padding-top: 5px;
}
#footerLinkDivInner a
{
	color: #297B9D;
	margin: 0px 4px;
	padding-top: 8px;
	font-weight: bold;
}
#footerLinkDivInner span
{
	color: #AEAEAE;
	margin: 0 4px;
}
#footerTextDiv
{
	text-align: center;
	font-size: 10pt;
	letter-spacing: 1px;
	color: #AEAEAE; /* #3a3a3a;*/
	margin-bottom: 6px;
}
#footerAdminDiv
{
	text-align: center;
	font-size: 10pt;
}


/* HomePage.aspx */
.homeBackground
{
	background-position: 16px 2px;
	background-image: url('../image/bg_HomeAddressAndHours.png');
	background-repeat: no-repeat;
	min-height: 400px;
	padding-top: 30px;
}
.hoursAndAddressContainer
{
	width: 210px;
	float: left;
	margin-left: 40px;
	font-size: 10pt;
}
.hoursAndAddressContainer span
{
	display: block;
	font-size: 10pt;
	margin: 0;
	font-weight: bold;
	margin-top: 6px;
}
.address
{
	font-weight: bold;
}
.address span
{
	font-size: 11pt;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 4px;
}

.slideShowContainer
{
	float: left;
	width: 300px;
	margin-left: 70px;
}

.imageBtnContainer
{
	float:right;
	width: 260px;
	margin-right: 10px;
	height: 230px;
}
.imageBtnContainer img
{
	border: 0;
}
.specializeInContainer
{
	float:left;
	width: 176px;
	margin-left: 20px;
    background-image: url('../image/bg_SpecializeIn.png');
    background-repeat: no-repeat;
	height: 183px;
	margin-top: 20px;
}
.specializeIn
{
	margin: 15px;
	color: White;
}
.specializeIn h4
{
     margin-bottom: 2px; 
     padding-bottom: 2px;
}
.specializeIn ul
{
    margin-top: 0px;
    padding-top: 0px;
	margin-left: 0;
	padding-left: 0;
}
.specializeIn ul li
{
	margin-left: 12px;
	margin-top: 6px;
	font-size: 9pt;
	padding: 1px;
	
}
.homeLinksContainer
{
	float: left;
	width: 176px;
	margin-left: 24px;
	background-image: url('../image/bg_HomeLinks.png');
	background-repeat: no-repeat;
	height: 185px;
	margin-top: 40px;
}
.homeLinksContainer p
{
	text-align: center;
	font-size: 10pt;
	margin: 10px 8px;
}
.welcomeMessageContainer
{
	float: left;
	margin-left: 40px;
	width: 641px;
	height: 180px;
	background-image: url('../image/bg_HomeWelcome.png');
	background-repeat: no-repeat;
	margin-top: 20px;
}
.welcomeMessage
{
	margin: 5px 20px;
	font-size: 11pt;
}
.welcomeMessageTitle
{
	color: #fff;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}


/* SelfStorageUnits.aspx */
.unitTableOuterContainer
{
	margin-top: 8px;
}
.unitTableInnerContainer
{
	background-color: #fff;
	border: 1px solid #312E1A;	
	margin: auto;
	text-align: left;
	width: 886px;
}
.unitTableInnerContainer th
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1D6585; /*665A32;*/
	vertical-align: middle;
	padding: 8px 6px;
}
.sizeAndLocationColumnHeader
{
	width: 150px;
	text-align: left;
}
.descriptionColumnHeader
{
	width: 586px;
	text-align: center;
}
.availabilityColumnHeader
{
	width: 150px;
	text-align: left;
}
.unitTableInnerContainer td
{
    vertical-align: middle;
	padding: 6px 8px;
}
.unitTableEvenRow
{
	background-color: #EAF3F4;
}

/* SelfStorageSpecials.aspx */
.coupons
{
    width: 650px;
    margin-top: 16px;
    margin-left: 36px;
}
.coupon
{
    
   width: 400px;
   text-align: center;
   border-style: dotted;
   border-width: 2px;
   border-color: #3a3a3a;
   font-size: 8pt;
   font-weight: normal;
   background-color: #fff;   
   margin: 0 0;
}
.couponDescription
{
    margin: 10px;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
}
.couponDetails
{
    margin: 10px;
    text-align: center;
}
.couponExpiration
{
    margin: 10px;
    float: left;
}
.couponCode
{
    margin: 10px;
    float: right;
} 


/* Administration */
.linkLabel
{
	text-decoration: none;
	color: #AEAEAE;
	cursor: pointer;
	font-size: 8pt;
	letter-spacing: 1px;
}

.signInPopupBackground
{
	border: solid 2px black;
	background-image: url('../image/bg_SignIn.png');
	background-repeat: no-repeat;
	padding: 10px;
	width: 300px;
}

.signInPopupBackground fieldset
{
	margin: 0;
	border: none;
}

.signInPopupBackground fieldset div {
	clear: both;
	margin-bottom: 1em;
	vertical-align: middle;	
}
.signInPopupBackground fieldset label
{
	display: block;
	width: 8em;
	text-align: left;
	float: left;
	font-size: 10pt;
	color: #000;
	margin-top: 2px;	
}
.signInPopupBackground fieldset input
{
	width: 100px;
	font-size: 10pt;
}


/* SelfStorageSupplies.aspx */
.supplyFilter
{
	border: 1px solid #527D90;
	background-color: #ECF4F5;
	padding: 10px;
}
.supplyFilterTitle
{
	font-weight: bold;
	margin: 4px 0;
}	
.supplyFilter ul
{
    list-style-type: none;
    margin: 8px;
    padding: 0;
}
.supplyFilter li
{
    margin-bottom: 6px;
}
.suppliesContainer
{
	background-color: #fff;
	border: 1px solid #312E1A;
	padding-left: 26px;
	padding-top: 12px;
}
.supplyItemContainer
{
    float: left;
    min-height: 200px;
    width: 160px;
    margin-left: 30px;
    margin-bottom: 30px;
    font-size: 9pt;
}
/*
.supplyItemContainer img
{
	margin-bottom: 4px;
}
*/
.supplyItemContainer span
{
	font-weight: bold;
}
.supplyItemImageDiv
{
    min-height: 150px;
    margin-bottom: 4px;
    position: relative;
}
.supplyItemImageDiv img
{
    position: absolute;
    bottom: 0px;
}

/* Location.aspx */
.locationMap
{
    border: solid 1px #6F6D5F;
    width: 600px;
    height: 430px;
}


/* ContactUs.aspx */
.contactForm
{
    float: left; 
    height: 450px; 
    width: 620px; 
    margin-left: 15px;
}
.contactForm label
{
    float: left; 
    width: 100px;
}
.contactForm div
{
    margin-bottom: 10px;
}
.contactSendButton
{
    cursor: pointer; 
    width: 75px; 
    height: 25px;
}
.contactStatus
{
    color: #6F6F6F; 
    font-weight: bold;
}
.emailFormTopLeft
{
	float: left;
}
.emailFormTopRight
{
	margin-right: 16px;
	float: right;
	width: 300px;
}


/* SelfStorageFAQs.aspx */
.FAQInnerContainer
{
	background-color: #fff;
	border: 1px solid #312E1A;	
	margin: auto;
	text-align: left;
}
.FAQInnerContainer ul
{
	margin: 12px 0;
}
.FAQInnerContainer ul li
{
	margin-bottom: 4px;
	font-weight: bold;
}
.FAQAnswersContainer
{
	margin-top: 22px;
	margin-left: 40px;
}
.FAQAnswerTitle
{
	font-style: italic;
	color: #3a3a3a;
	margin-bottom: 4px;
	font-size: 10pt;
}
.FAQAnswerContent
{
	margin-bottom: 16px;
	font-size: 11pt;
}
.FAQAnswerContent a
{
	font-size: 8pt;
	text-decoration: none;
}
.FAQHelpContainer
{
	text-align: center;
	width: 260px;
	border: 1px solid #527D90;
	background-color: #ECF4F5;
}
.FAQHelpTitle
{
	font-weight: bold;
	margin: 4px 0;
}
.FAQHelpContainer ul
{
	margin: 4px 0;
	padding: 0;
}
.FAQHelpContainer ul li
{
	list-style-type: none;
}
.FAQPhotoContainer
{
	margin-bottom: 21px;
}

/* SelfStorageTips.aspx */
.storageTips
{
    text-align: justify;
}

.storageTipsImageRight
{
    float: right;
    margin: 0px 0px 10px 20px;
}

.storageTipsImageLeft
{
    float: left;
    margin: 0px 20px 10px 0px;
}

.storageTips h2
{
    font-size: 14pt;
    font-weight: bold;
    color: #297B9D;
	/*color: #312E1A;*/
}
.storageTips h3
{
    font-size: 12pt;
    font-weight: bold;
    color: #297B9D;
	/*color: #312E1A;*/
}

/* SelfStorageRecommendations.aspx */
.recTableOuterContainer
{
	margin-top: 8px;
}
.recTableInnerContainer
{
	background-color: #fff;
	border: 1px solid #312E1A;	
	margin: auto;
	text-align: left;
	width: 630px;
}
.recTableInnerContainer th
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1D6585; /*665A32;*/
	vertical-align: middle;
	padding: 8px 6px;
}
.recItemsColumnHeader
{
	width: 140px;
	text-align: left;
}
.recSuppliesColumnHeader
{
	width: 305px;
	text-align: center;
}
.recVehicleColumnHeader
{
	width: 205px;
	text-align: left;
}
.recTableInnerContainer td
{
    vertical-align: middle;
	padding: 6px 6px;
}


/* SelfStorageLinks.aspx*/
.linksContainer
{
	background-color: #fff;
	border: 1px solid #312E1A;
	padding-left: 26px;
	padding-top: 12px;
}
.linksContainer a
{
	font-weight: bold;
}
.linksPhotoHeader
{
	width: 900px;
	margin: 10px 0 10px 20px;
}

/* SelfStorageBusiness.aspx */
.lowerSpecialsButton
{
	margin-top: 20px;
}
.leftSpecialsButtons img
{
	border: 0;
}