body {
	position: relative;
	color: #31596D;
}
h1, h2, h3, h4, h5, h6, a, a:focus, a:hover, blockquote {
	color: #31596D;
}
#header #headerLinks {
	background-image: url(/static/images/header.png);
	padding: 0;
	margin: 0;
	height: 156px;
}
#headerLinks h1, #headerLinks h2 {
	padding: 0;
	margin: 0;	
}
#headerLinks h1 a {
	text-indent: -9999px;
	display: block;
	width: 100px;
	height: 70px;
}
#headerLinks h2 a {
	text-indent: -9999px;
	display: block;
	width: 250px;
	height: 85px;
}
#header ul {
	background-color: #e6e6e6;
	list-style: none;
	padding: 5px 0 5px 0;
	margin: 0;
}
#header li {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #808080;
	position: relative;
}
#header ul li a {
	color: #31596D;
	text-decoration: none;
}
#header #navHelp {
	background-image: url(/static/images/headerBlipBase.png);
	background-repeat: repeat-x;
}
#header #blip {
	background-image: url(/static/images/headerBlip.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 10px;
	width: 300px;
}
#header .currentSection {
	font-weight: bold;
}
#header .sectionBlip {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 400px;
}

#body {
	padding-top: 21px;
	border: 1px solid #808080;
	border-top: none;
	padding-left: 35px;
	padding-right: 35px;
}
.subheader {
	border: 1px solid #808080;
	border-top: none;
	border-bottom: none;
}

#footer {
	text-align: center;
	padding-top: 15px;
}
#footer span {
	display: inline-block;
	background-image: url(/static/images/footerLogo.png);
	background-repeat: no-repeat;
	padding-left: 28px;
	width: 0;
	height: 10px;
	overflow: hidden;
	vertical-align: text-top;
}

div#signup {
	padding:.8em;margin-bottom:1em;border:1px solid #2a4759;
	background: #f1f2f4;
	width: 162px;
	float: left;
}
div#signup input.text {
	width: 153px;
}

div#login {
	position: absolute;
	top: 15px;
	right: 0;
}
div#loggedIn {
	position: absolute;
	top: 15px;
	right: 0;
	padding: 0px 5px;
	line-height: 18px;
	text-transform:capitalize;
	text-align: center;
}
div#login div.small {
	text-align: right;
	padding-right: 75px;
}
div#login input.text {
	width: 125px;
}

.innerbox {
	border: 1px solid #2a4759;
	background: #f1f2f4;
	padding: .8em;
	margin-left: -6px;
	margin-bottom: 18px;
}

input.button, input.buttonLesser {
	background-color: #c2c7db;
	color: #31596D;
	border: none;
	font-weight: bold;
	padding: 6px;
	cursor: pointer;
	margin: 0;
}
input.buttonGreater {
	margin-bottom: 3px;
	cursor: pointer;
}
input.buttonLesser {
	background-color: #E0E3EC;
	font-weight: normal;
}
input.span-2half {
	width: 83px;
}
input.span-2halfpad {
	margin-right: 4px;
}
textarea.textarea {
	width: 300px;
	height: 30px;
}
p.geotag label {
	background-image: url(/static/images/iconPin.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
	cursor: pointer;
}
select.third {
	margin:0.5em 0;border:1px solid #bbb;
	width:100px;padding:5px;
}
select {
	margin:0.5em 0;border:1px solid #bbb;
	width:310px;padding:5px;
}

/* Calendar */
.lfycalIcon {
	background-image: url(/static/images/iconCalendar.png);
	background-repeat: no-repeat;
	background-position: center right;
}
.lfycal {
	background-color: #31596d;
	font-size: 10pt;
	width: 203px;
	display: block;
	position: absolute;
}
.lfycal:hover {
	cursor: pointer;
}
.lfycal .calwrapper {
	display: block;
}
.lfycal .calweekswrapper {
	display: block;
}
.lfycal .calheader {
	display: block;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom:2px;
}
.lfycal .caltitle {
	width:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.lfycal .calcontrol{
	font-weight: bold;
	width:25px;
}
.lfycal .calclose{
	float:right;
}
.lfycal .calprevmonth{
	float:left;
}
.lfycal .calnextmonth{
	float:right;
}
.lfycal .calnextyear{
	display:none;
}
.lfycal .calprevyear{
	display:none;
}
.lfycal .daybox{
	float:left;
	background-color: #FFF;
	width:25px;
	padding:2px;
	color:black;
	text-align:center;	
}
.lfycal .dayboxvalue{
    display: none;
}
.lfycal .dayboxname{
	background-color: #7e97a4;
	color: #FFF;
}
.lfycal .dayinmonth{
	color: #31596d;
}
.lfycal .dayoutmonth{
	color: #ADADAD;
}
.lfycal .dayselected{
	background-color: #31596d;
	color: #FFF;
}
.lfycal .daycurrent{
	background-color: #7e97a4;
}
.lfycal .weekbox{
	width: 100%;
	min-height: 21px;
	display: block;
}
.lfycal .endweek{
	float: left;
}

div.containerContainer {
	background-color: #f4f5f6;
	border: 1px solid #95aab3;
	width: 640px;
	padding: 18px;
	position: relative;
	margin-bottom: 18px;
}
ul.containerFilter {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.containerFilter li {
	list-style: none;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}
ul.containerFilter li.goLong {
	float: right;
	margin-right: 0;
}
ul.containerFilter li a {
	text-decoration: none;
}

ul.containerUL {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.containerUL p {
	text-indent: 20px;
}

div.assetContainer {
	width: 638px;
	border: 1px solid #92a7b1;
	background-color: #FFF;
	padding-top: 44px;
}

div.assetContainerPages, div.assetContainerPage {
	width: 550px;
	height: 330px;
	overflow: hidden;
}
div.assetContainerPages {
	position: relative;
	float: left;
}
div.assetContainerPage {
	position: absolute;
	width: 565px;
	top: 0;
	left: 0;
	display: none;
	color: #FFF;
}

ul.containerUL li {
	list-style: none;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
	background-color: #31596D;
}
ul.containerUL li a {
	display: block;
	width: 120px;
	height: 120px;
	overflow: hidden;
	color: #FFF;
	text-decoration: none;
}
ul.containerUL li p a {
	width: 84px;
	padding: 8px;
}

div.assetContainerControlSlideLeft, div.assetContainerControlSlideRight {
	width: 44px;
	height: 330px;
	line-height: 330px;
	text-align: center;
	float: left;
	cursor: pointer;
}
div.assetContainerControlPagination {
	width: 638px;
	clear: left;
	text-align: center;
	color: #31596d;
	font-weight: bold;
}
div.assetContainerControlPagination span{
	cursor: pointer;
}
ul.containerUL li {
	position: relative;
}
div.bulkcheckbox {
	position: absolute;
	top: 6px;
	left: 6px;
	/* remove this display: none;*/ 
}
div.albumEditContainer div.bulkcheckbox {
	display: inline;
}
li div.video, li div.audio, li div.note {
	width: 15px;
	height: 15px;
	position: absolute;
	background-repeat: no-repeat;
	bottom: 6px;
	right: 6px;
}
li div.video {
	background-image: url(/static/images/iconVideoOverlay.png);
}
li div.photo {
	display: none;
}
li div.audio {
	background-image: url(/static/images/iconAudioOverlay.png);
}
li div.note {
	background-image: url(/static/images/iconTextOverlay.png);
}

#viewer {
	margin-left: 0px;
}


#assetContainer1 {
	margin-bottom: 40px;
	padding-bottom: 10px;
}
#assetContainer2 {
	padding-bottom: 10px;
}
.albumEditContainer {
	margin-left: 15px;
	margin-top: 30px;
	position: relative;
}

div.manageEdit {
	padding-bottom: 15px;
}
div.albumEditContainer div.manageEdit {
	padding-bottom: 0;
	position: absolute;
	top: 23px;
	left: 45px;
}
div.containerContainer div.manageEdit {
	padding-bottom: 0;
	position: absolute;
	top: 40px;
	left: 62px;
}

div.albumContainer div.assetContainerPages {
	height: 149px;
}
div.albumContainer div.assetContainerControlSlideLeft, div.albumContainer div.assetContainerControlSlideRight {
	height: 149px;
	line-height: 149px;
	cursor: pointer;
}
div.albumContainer div.assetContainerPage li {
	width: 129px;
	height: 149px;
	background-color: #FFF;
	background-image: url(/static/images/albumShadow.png);
	background-repeat: no-repeat;
}

div.albumTitle {
	text-align: center;
}
div.albumContainer div.assetContainerPage li div.albumTitle a {
	padding-top: 10px;
	color: #31596d;
}












ode {
	display: block;
	background:#edffb8 none repeat scroll 0%;
	border-color:#b2da3a;
	border-style:solid;
	border-width:1px 0;
	font-size: 1em;
	margin: 1em 0pt;
	overflow:auto;
	padding: 0.3em 0.4em;
	white-space:pre;
}

/* -- Table Styles ------------------------------- */

.progressWrapper {
	width: 600px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
	color: #000000;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}
/*Flash Button for Uploader*/
.swfupload{
	position: relative;
	top:5px;	
}

.center {
	text-align: center;
}
div#floatingMap {
	display: none;	
}

a#pitch1, a#pitch2, a#pitch3, a#pitch4 {
	display: block;
	width: 239px;
	height: 215px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 8px;
	float: left;
	margin-right: 8px;
}
a#pitch1 {
	background-image: url(/static/images/pitch1.jpg);
}
a#pitch2 {
	background-image: url(/static/images/pitch2.jpg);
}
a#pitch3 {
	background-image: url(/static/images/pitch3.jpg);
}
a#pitch4 {
	background-image: url(/static/images/pitch4.jpg);
}
/*
a#pitch1:hover {
	background-image: url(images/pitch1.jpg);
}
a#pitch2:hover {
	background-image: url(images/pitch2.jpg);
}
a#pitch3:hover {
	background-image: url(images/pitch3.jpg);
}
a#pitch4:hover {
	background-image: url(images/pitch4.jpg);
}
*/
.notice {
	position: relative;
}
.closeNotice {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #FFD324;
	cursor: pointer;
}
.homePitch {
	width: 494px;
	float: left;
	margin-top: 18px;
	position: relative;
}
.signupHolder {
	float: right;
}
.homePitchPoint {
	position: absolute;
	top: 0;
	left: 0;
}
a img {
	border: none;
}
#homeSocial img {
	float: left;
}
.selectedNav {
	font-weight: bold;
}

#faq dt {
	font-weight: bold;
	padding: 10px;
	padding-bottom: 0;
	margin: 0;
}
#faq dd {
	padding-top: 0;
	padding: 10px;
	margin: 0;
}
#faq dt.odd {
	background-color: #accbda;
}
#faq dd.odd {
	background-color: #accbda;
}
.floatLeft {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.homeCallOut {
	width: 55px;
	height: 55px;
	border: 1px solid #FF0000;
	position: absolute;
	top: 85px;
	text-indent: -9999px;
	background-color: #F00;

	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
#co0 {	right: 259px; }
#co1 {	right: 192px; }
#co2 {	right: 124px; }
#co3 {	right: 58px; }
#co4 {	right: 0px; }

#co0i {
	position: absolute;
	top: 94px;
	right: 200px;
	width: 129px;
	height: 141px;
	background-image: url('/static/images/pitchHover0.png');
}
#co1i {
	position: absolute;
	top: 94px;
	right: 135px;
	width: 129px;
	height: 141px;
	background-image: url('/static/images/pitchHover1.png');
}
#co2i {
	position: absolute;
	top: 94px;
	right: 68px;
	width: 129px;
	height: 141px;
	background-image: url('/static/images/pitchHover2.png');
}
#co3i {
	position: absolute;
	top: 94px;
	right: -2px;
	width: 129px;
	height: 141px;
	background-image: url('/static/images/pitchHover3.png');
}
#co4i {
	position: absolute;
	top: 94px;
	right: -62px;
	width: 129px;
	height: 141px;
	background-image: url('/static/images/pitchHover4.png');
}

#refFacebook {
	background-color: #3b5998;
	color: #FFF;
	padding: 10px;
}
#refFacebook a {
	text-decoration: none;
	color: #FFF;
}

address {
	font-style: normal;
}

#signup h4 {
	font-size: 1.3em;
}
#signup {
	line-height: 1em;
}
#signup .text {
	padding: 3px;
}
#signup {
	line-height: .9em;
}
#signup p.small {
	line-height: 1.3em;
}
#signup label {
	font-weight: normal;
}
.nobold {
	font-weight: normal;
}
