
/* 
	############# PAGES #############
*/
div#pages {
	width:585px;
	margin:20px 0;
}

div#pages div#editable_content {
	width:585px;
	overflow:auto;
	padding:10px 0;
	margin:0;
}

div#pages div#tags_display {

}

div#pages div#tags_display span.title {
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
}

div#pages div#tags_display a {
	font-size: 12px;
	color: #999999;
	padding: 5px;
	text-decoration:none;
}
div#pages div#tags_display a:hover {
	color: #990000;
}
div#pages div#tags_display span.tag_div {
	font-size: 10px;
	color:#CCCCCC;
}




/*  ############# EDIT ############# */
div#pages .editable_content_editor {
	width:570px;
	height:400px;
	padding:0px;
	margin:0px;
	/*line-height:normal;*/
}




/*  ############# POST ############# */

div#pages_post_box {
	margin: 0px;
	padding:0px;
}
.page_form_input {
	font-size: 18px;
	color: #a44e46;
	background-image: url(../images/site/forms/input_bkg.gif);
	width: 575px;
	border:#ccc solid 1px;
	padding: 5px;
	margin: 1px 0px;
}
.page_form_body {
	font-size: 12px;
	color: #ccc;
	background-image: url(../images/site/forms/textarea_bkg.gif);
	width: 575px;
	height: 180px;
	border:#ebd284 solid 1px;
	padding: 5px;
	margin: 1px 0px;
}
.page_form_check {
	background-image: url(../images/site/forms/input_bkg.gif);
	width: 575px;
	border:#ccc solid 1px;
	padding: 5px;
	margin: 1px 0px;
}

/*
div.page_form_check {
	border: 2px solid #18181b;
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
	width: 14px;
}

div.selected {
	background-image: url(../images/check.gif);
	padding: 2px;
	border: 0;
}*/

.page_form_submit {
	width: 100%;
	margin: 10px 0px;
	text-align:center;
}

.page_form_row {
	margin: 0px 0px 5px 0px;
	text-align:left;
}
.page_form_desc {
	font-size: 12px;
	font-style:italic;
	color:#999999;
	text-align:left;
	margin:5px 0px 0px 0px;
}



/*  ############# CHANGE DATE ############# */
a#change_date_btn {
	font-size: 12px;
	color: #999999;
	font-style: italic;
	
	display:block;
	width:120px;
	height:16px;
	
	padding-left:20px;
	
	background:url(../images/site/bluebox/calendar.gif) no-repeat top left;
}
a#change_date_btn:hover {
	color:#990000;
	/*border-bottom:#666666 dotted 1px;
	text-decoration:none;*/
}

div.date_error {
	font-size: 12px;
	font-style:italic;
	color:#660000;
	padding-left:10px;
}
