#main p, #main div, #main a, #main input, #main textarea, #main select {
    font-family: arial, helvetica, sans-serif;
}    

ul#system-nav {
    list-style: square inside;
    text-align: left;
    width: 120px;
    padding: 3px;
    margin: 20px 0 20px 0;
    font-size: 10pt;
}

#context-nav-container {
	width: 182px;	
	margin: 0 0 8px 0;
}

#new-page-nav-link {
	color: #000;
}

.context-nav {
    display: block;
    clear:both;
    text-align: right;
    width: 90%;
}   

.context-nav a {
    text-align: center;
    display: block;
    padding: 5px;
    background: #444;
    color: #ccc;
    border: 2px solid #999;
    font-size: 11pt;
    font-weight: bold;
    width: 100%;
    text-decoration: none;
}


.context-nav a:hover {
    background: #333;
    color: #aaa;
}

#edit-page-button a,#edit-product-button a {
	border: none;
	height: 40px;
	width: 180px;
        opacity: 0.75;
        filter:alpha(opacity=75);
	padding: 0;
	margin: 0;
}
#edit-page-button a {
	background: #fff url(/images/edit-page.jpg) no-repeat;
}

#edit-product-button a {
	background: #fff url(/images/edit-page.jpg) no-repeat;
}

#edit-page-button a:hover,#edit-product-button a:hover  {
        opacity: 1;
        filter:alpha(opacity=100);
	
}


#flash-notice {
    font-size: 10pt;
    font-weight: bold;
    color: #555;
    border: 1px dotted #333;
    padding: 5px;
    margin: 20px 0 20px 0;    
}

#flash-notice p {
    font-weight: normal;
}

/* text formatting */
.description {
    font-size: 8pt;
    color: #666;
}

/* default form stuff */
textarea {
    height: 120px;
    font-size: 9pt;
}

label {
    font-size: 10pt;
}

.form-row {
    margin-bottom: 10px;

}

 .help {
    font-size: 9pt;
    color: #999;
}
/* signup form */

#user-form td {
    padding-right: 10px;
}

#user-form input {
    width: 180px;
}

#user-form textarea {
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
    height: 250px;
    width: 390px;
}
    
#signup-message {
    margin-bottom: 25px;
}
    
input#user_first_name, input#user_last_name {
    width: 89px;
}

#user_bio {
    height: 250px;
}

/* page form */
#page-form, .form-layout {
    width: 100%;
}
    
#page-form input#user_first_name, input#user_last_name {
    width: 89px;
}

#page-form textarea#page_description, #page-form textarea#page_javascript {
    width: 100%;
    height: 100px;
}

#page-form .wysiwyg {
    width: 100%;
    height: 380px;
}

.page-button, .save-button {
	width: 90px;
	font-size: 11px;
	margin-top: 5px;
}

.save-button {
	font-weight: bold;	
}

/* add image form */

#add-image-table input, #add-image-table label {
    font-size: 9pt;
}

#add-image-table .plus {
    font-size: 14pt;
    font-weight: bold;
    color: #666;
}

#add-image-table image_name {
    width: 80px;
}

#add-image-table image_description {
    width: 120px;
}

/* add comment form */

.add-comment textarea {
    width: 403px;
    height: 60px;
    font-size: 9pt;
}

/* display comment area */
.comment-text {
    font-size: 10pt;    
}

.comment-time, .comment-user {
    color: #555;
}

.comment-time {
    padding-top: 3px;
}

.event-comment, .location-comment {
    padding: 0 0 3px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #ccc;
}

.event-comment img, .location-comment img {
    margin: 0 5px 0 0;
}

/* images on objects */
#display-event-images img,#display-location-images img {
    margin: 0 5px 5px 0;
    
}

/* login or signup */
.login-or-signup-notice {
    
}

/* profile display */
.user-summary img, #profile-pic-large {
    margin: 0 8px 0 0;
}

/* site settings */
#site-settings textarea {
    width: 100%;    
    height: 70px;
}

#site-settings input {
    width: 200px;    
}

#site-settings input.checkbox {
    width: 15px;
    height: 15px;
}

#s_settings {
    height: 150px;
}   

#div-edit_settings-sidebar-content {
	height: 500px;
}

/* icons */

.trash {
    background: url(/images/trash.gif) no-repeat;
    padding: 0 6px 0 6px;
    margin: 0 3px 0 3px;
}

.image-trash {
    background: url(/images/trash.gif) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    float: left;
}

.trash-progress {
    background: url(/images/indicator_arrows.gif) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    float: left;
}

#pin {
    padding: 0 8px 0 8px;
    margin: 0 3px 0 3px;
}

#pin.on {
    background: url(/images/indicator_arrows.gif) no-repeat;
}

.image-overview {
    width: 82px;
    float: left;
}

/* design edit page */

#css_source, #template_source {
    width: 100%;
    height: 300px;
}

#design-back-link {
    float: right; 
    text-align: right; 
    margin-top: 5px;
     border: 1px dotted #666;
     padding: 3px;
}

#design-back-link a {
    font-size: 9pt;
}

#design-back-link p.smaller a {
    font-size: 8pt;
}

#design-back-link p {
    margin: 0 0 4px 0;
}

#design-notice {
    border: 1px dotted red;
    padding: 3px;
}


.big-button {
	font-size: 18px;
	float: right;
	padding: 5px;
	margin: 20px 20px 20px 0;
}

h3.system {
    color: #736E6A;
    padding: 2px 0 0 1px;
    border-bottom: 2px solid #2FAC2F;
    font-size: 12pt;
	margin: 20px 0 5px 0;
	color: #333;
}
h4.system {
	margin: 20px 0 3px 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

.errorExplanation {
	font-size: 11px;
	color: #666;
	width: 200px;	
}
.errorExplanation h2{
	color: #D60001;
}
.fieldWithErrors {
	border: 1px dotted #D60001;
	padding: 1px;
	
}
.signup-text {
	text-align: center;
	color: #666;
	font-size: 16px;
	margin: 20px 0 0 0;
}
#system-nav li {
		color: red;
	font-weight: bold;
	
}




/* from flyte */


#edit-system-nav {
	font-family: Lucida Grande, Verdana, helvetica, sans-serif;
	background:  url(../images/toolbar-bg.gif) repeat-x top; 
	position: relative;
	left: 0;
	top:0;
	width: 100%;
	z-index: 10000;
	margin: 0 auto;
/*	border-bottom: 1px solid #666;*/
    opacity: .92;
    filter:alpha(opacity=92);
	height: 41px;
	padding: 0;
}


    #edit-system-nav #left-nav {
    	position: absolute;
		top: 13px;
		left: 140px;
		padding: 0;
		margin: 0;
    }

    #edit-system-nav li, #edit-system-nav a {
	    height:28px;
	    display:block;
    }

	#edit-system-nav a {
		font-size: 0px;
		text-decoration: none;
    	display:block;
		color: #000;
		height: 18px;
	}
	
    #edit-system-nav li {
	    float:left;
	    list-style:none;
	    display:inline;
		margin-top: -2px;
		position: static;
    }

    #toolbar-logo {
    	margin: 0 0 0 0;
    }
	
    #edit-system-nav li.l0 a, li.edit-link a {
    	width: 20px;   
		background:url("../images/toolbar.gif") -60px 0px no-repeat;
	}
	
    #edit-system-nav li.l1 a {
    	width: 20px; 
		background:url("../images/toolbar.gif") -81px 0px no-repeat;			
	}

    #edit-system-nav li.l2 a {
    	width: 20px; 
		background:url("../images/toolbar.gif") -101px 0px no-repeat;				
    }
    #edit-system-nav li.rainbow a {
    	width: 20px; 
		background:url("/rainbow/images/rainbow.png") no-repeat;				
    }

    #edit-system-nav li.l3 a {
    	position: absolute;
		left: 125px;
    	width: 55px; 
		background:url("../images/toolbar.gif") -140px 0px no-repeat;
    }


    #edit-system-nav li.l4 a {
    	
    	position: absolute;
		left: 183px;
    	width: 60px; 
		background:url("../images/toolbar.gif") -195px 0px no-repeat;
    }

    #edit-system-nav li.l5 a {
    	position: absolute;
		left: 240px;
    	width: 70px; 
		background:url("../images/toolbar.gif") -250px 0px no-repeat;
    }

    #edit-system-nav li.l6 a {
    	position: absolute;
		left: 310px;
    	width: 60px; 
		background:url("../images/toolbar.gif") -320px 0px no-repeat;
    }
	/* email */
    #edit-system-nav li.l7 a {
    	position: absolute;
		left: 377px;
    	width: 50px; 
		background:url("../images/toolbar.gif") -388px 0px no-repeat;
    }
	/* publish */
    #edit-system-nav li.l8 a {
    	position: absolute;
		left: 440px;
    	width: 60px; 
		background:url("../images/toolbar.gif") -450px 0px no-repeat;
    }
	/* help */
    #edit-system-nav li.l9 a {
    	position: absolute;
		left: 500px;
    	width: 60px; 
		background:url("../images/toolbar.gif") -510px 0px no-repeat;
    }

#nav-right-text {
	float: right;
	margin: -32px 0 0 0;
	}

#nav-right-text a{
		font-size: 10px;
		color: #000;
		margin-right: 7px;
		display: inline;
}
#nav-right-text  a.logout{
		font-size: 12px;
		font-weight: bold;
		margin-right: 10px;
}

    #edit-system-nav li.l0 a:hover {background:url("../images/toolbar.gif") -60px -30px no-repeat; font-size: 9px;	}
    #edit-system-nav li.l1 a:hover {background:url("../images/toolbar.gif") -81px -30px no-repeat; font-size: 9px;	}
    #edit-system-nav li.l2 a:hover {background:url("../images/toolbar.gif") -101px -30px no-repeat; font-size: 9px;	}
    #edit-system-nav li.rainbow a:hover { font-size: 9px;	}

    #edit-system-nav li.l3 a:hover {background:url("../images/toolbar.gif") -140px -30px no-repeat; }	
    #edit-system-nav li.l4 a:hover {background:url("../images/toolbar.gif") -195px -30px no-repeat; }
    #edit-system-nav li.l5 a:hover {background:url("../images/toolbar.gif") -250px -30px no-repeat; }
    #edit-system-nav li.l6 a:hover {background:url("../images/toolbar.gif") -320px -30px no-repeat; }
    #edit-system-nav li.l7 a:hover {background:url("../images/toolbar.gif") -388px -30px no-repeat; }
    #edit-system-nav li.l8 a:hover {background:url("../images/toolbar.gif") -450px -30px no-repeat; }
    #edit-system-nav li.l9 a:hover {background:url("../images/toolbar.gif") -510px -30px no-repeat; }

    #edit-system-nav li.l0 a.active {background:url("../images/toolbar.gif") 0px -54px no-repeat; }
    #edit-system-nav li.l1 a.active {background:url("../images/toolbar.gif") -60px -54px no-repeat; }
    #edit-system-nav li.l2 a.active {background:url("../images/toolbar.gif") -140px -54px no-repeat; }
    #edit-system-nav li.l3 a.active {background:url("../images/toolbar.gif") -250px -54px no-repeat; }
    #edit-system-nav li.l4 a.active {background:url("../images/toolbar.gif") -380px -54px no-repeat; }
    #edit-system-nav li.l5 a.active {background:url("../images/toolbar.gif") -510px -54px no-repeat; }
    #edit-system-nav li.l6 a.active {background:url("../images/toolbar.gif") -600px -54px no-repeat; }
    #edit-system-nav li.l7 a.active {background:url("../images/toolbar.gif") -700px -54px no-repeat; }
    #edit-system-nav li.l8 a.active {background:url("../images/toolbar.gif") -800px -54px no-repeat; }

#page-menu {
	position: absolute;
	top: 41px; 
	left: 250px;
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px;
}

#page-menu a {
	text-decoration: underline;
	font-size: 11px;
	color: #000;
	display:block;
}


 #page-menu a:hover {
	background: none;
}

#edit-system-nav a.button {
	font-family: Verdana, helvetica, sans-serif;
	color: #fff;
	font-size: 7pt;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 0 3px;
	background: url(../images/system_button_bg.png) no-repeat; 
	width: 96px;
	height: 25px;
	display: block;
	float: left;
	padding: 6px 0 6px 0;
	text-align: center;
}
#edit-system-nav a.img-button {
	display: block;
	float: left;
	margin: 2px 0 0 3px;
}
#edit-system-nav .title {
	font-family: Lucida Grande, Verdana, helvetica, sans-serif;
	margin: 0 0 0 20px;
	font-weight:bold;
	float: left;
}
#edit-system-icon {
	padding: 10px 0 0 10px;
	position: absolute;
	left: 0;
	top:0;
	margin: -10px 0 0 -10px;
}

form span.help {
	font-size: 9px;
	color: #999;
}

#overlay-header {
		height: 28px;
}
#overlay-header-text {
	font-weight: bold;
	display: inline;
}
#overlay-frame {
	width: 100%;
	height: 100%;
	
}
#overlay-div {
	height: 95%;
	width: 95%;
	z-index: 10000;
	
/* this is what breaks msie6 */
	position: absolute;
	left: 0;
	top:0;

	margin: 10px 0 0 10px;
	border: 5px solid #aaa;

	background: #fff;
	}


#overlay-canvas {
/*
	width: 750px;
	height: 500px;
	*/
	padding: 10px;
/*	overflow: scroll; */
	}
#overlay-progress {
	background: #fff;
	/*
	width: 750px;
	height: 500px;
	*/
	padding: 10px;
/*	overflow: scroll; */

	}
#header-change {
	background: #fff;
	color: #000;
	border: #999;
	display: inline;
}
#publish-active {
	font-size: 10px; 
	width: 130px; 
	background: #fff; 
	padding: 8px; 
	margin: 2px; 
	position: absolute;
	left: 540px;
	top: 43px;	
	z-index: 10;
}

#photo-edit-canvas {
	border: 2px dashed #333;
	width: 700px;
	padding: 10px;
	background: #fff;
    opacity: 1;
    filter:alpha(opacity=100);
}
ul#page-list {
	list-style: none;
}
ul#page-list li {
	font-size: 15px;
}

li.edit-link a {
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	clear: both;
	margin-right: 3px;
	background:url("../images/edit-icon-tiny.gif") no-repeat;
}

div.color-eg {
	border: 1px solid #ddd;
	float:left; 
	width:100px; 
	height:100px;
	margin-right: 10px;
}
div.color-eg-small {
	border: 1px solid #ddd;
	float:left; 
	width: 40px; 
	height: 40px;
	margin: 0 10px 0 0;
}

#new_site_page_list {
	height: 70px;
}
#new_site_home_body {
	height: 70px;
}
