








 /*Total Width - Padding - Border*/




	.calendar_date_select {
	color:white;
	border:#777 1px solid;
	display:block;
	width:195px;
	z-index: 1000;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window.  This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
	position: absolute;
	z-index: 999;
}

.calendar_date_select thead th {
	font-weight:bold;
	background-color: #00477F;
	border-top:1px solid #777;
	border-bottom:1px solid #777;
	color: white !important;
}

.calendar_date_select .cds_buttons {
	text-align:center;
	padding:5px 0px;
	background-color: #4C88BE;
	display: none;
}

.calendar_date_select .cds_footer {
	background-color: #00477F;
	padding:3px;
	font-size:12px;
	text-align:center;
}

.calendar_date_select table {
	margin: 0px;
	padding: 0px;
}


.calendar_date_select .cds_header {
	background-color: #ccc;
	border-bottom: 2px solid #aaa;
	text-align:center;
}

.calendar_date_select .cds_header span {
	font-size:15px;
	color: black;
	font-weight: bold;
}

.calendar_date_select select { font-size:11px;}

.calendar_date_select .cds_header a:hover {
	color: white;
}
.calendar_date_select .cds_header a {
	width:22px;
	height:20px;
	text-decoration: none;
	font-size:14px;
	color:black !important;
}

.calendar_date_select .cds_header a.prev {
	float:left;
}
.calendar_date_select .cds_header a.next {
	float:right;
}

.calendar_date_select .cds_header a.close {
	float:right;
	display:none;
}

.calendar_date_select .cds_header select.month {
	width:90px;
}

.calendar_date_select .cds_header select.year {
	width:61px;
}
.calendar_date_select .cds_buttons a {
	color: white;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 10px;
	text-decoration: underline;
}

.calendar_date_select td {
	font-size:12px;
	width: 24px;
	height: 21px;
	text-align:center;
	vertical-align: middle;
	background-color: #fff;
}
.calendar_date_select td.weekend {
	background-color: #eee;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

.calendar_date_select td div {
	color: #000;
}
.calendar_date_select td div.other {
	color: #ccc;
}
.calendar_date_select td.selected div {
	color:white;
}

.calendar_date_select tbody td {
	border-bottom: 1px solid #ddd;
}
.calendar_date_select td.selected {
	background-color:#777;
}

.calendar_date_select td:hover {
	background-color:#ccc;
}

.calendar_date_select td.today {
	border: 1px dashed #999;
}

.calendar_date_select td.disabled div {
	color: #e6e6e6;
}

.fieldWithErrors .calendar_date_select {
	border: 2px solid red;
}

	table.list {
	border: solid 1px #00477F;
	border-collapse: collapse;
}

table.list caption{
	background-color: #00477F;
	color: white;
	font-weight: bold;
	padding: 2px;
	font-size: 1.1em;
}

table.list th{
	background-color: #4C88BE;
	color: white;
	font-weight: bold;
	text-align: center;
	border-right: solid white 1px;	
	padding: 0px 5px;
}

table.list th a{
	color: white;
	text-decoration: underline;
}

table.list tr.odd{
	background-color: #efefef;
}

table.list td{
	padding: 2px 5px;
	border: solid 1px #4C88BE;
	margin: 0px;
}

table.list td.center {
	text-align: center;
}

table.list td a{
	color: black;
	text-decoration: underline;
	font-size: 1em;
}
	#comments{
	margin-bottom: 10px;
}

#comments .comment {
	padding: 5px 0px 8px 0px;
	background: url(/images/test_backgrounds/large_divider.gif) no-repeat bottom left;
}

#comments .comment .comment_info{
	color: #00477F;	
	font-size: .9em;
}

#comments .comment .comment_thumb{
	float:left;
	background: url(/images/test_backgrounds/small_square_75.gif) no-repeat top left;
	padding: 4px 6px 10px 7px;
	margin: 0px 5px 0px 0px;
}

.front_comment {
	margin-bottom: 10px;
}

/******* MEMBER COMMENTS ************/

#member_comments .comment{
	margin-bottom: 10px;
}

#member_comments .comment .comment_info{
	font-size: .8em;
	padding-left: 10px;
}

.comment_info a.post{
	background: url(/images/icons/book_open.png) no-repeat top left;
	padding-left: 20px;
	font-size: 1.2em;
}

.comment_info a.event{
	background: url(/images/icons/calendar_add.png) no-repeat top left;
	padding-left: 20px;
	font-size: 1.2em;
}

.comment_info a.gallery{
	background: url(/images/icons/images.png) no-repeat top left;
	padding-left: 20px;
	font-size: 1.2em;
}

.comment_info a.galleryimage{
	background: url(/images/icons/images.png) no-repeat top left;
	padding-left: 20px;
	font-size: 1.2em;
}

.comment_info a.alert{
	background: url(/images/icons/asterisk_yellow.png) no-repeat top left;
	padding-left: 20px;
	font-size: 1.2em;
}

.comment_info a.share{
	background: url(/images/icons/link.png) no-repeat top left;
	padding-left: 20px;
	font-size: 1.2em;
}
	/****************** MAIN GALLERIES PAGE ****************************/
.gallery_summary_div{
	width: 237px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 0px;
	background: url(/images/test_backgrounds/polaroid_middle.jpg) repeat top left;
}
.gallery_summary_div .top{
	background: url(/images/test_backgrounds/polaroid_top.jpg) no-repeat top left;
}

.gallery_summary_div .bottom{
	padding: 0px 10px 15px 10px;
	background: url(/images/test_backgrounds/polaroid_bottom.jpg) no-repeat bottom left;
	//height: 40px;
}

.gallery_summary_div img{
	padding: 15px 0px 5px 0px;
}

.gallery_summary_div a.title{
	text-decoration: none;
	color: #00477F;
	font-size: 1.1em;
}

/****************** SHOW GALLERY PAGE ****************************/
div.gallery_description {
	font-size: 1.2em;
	padding: 0px 15px;
	color: #00477F;
}

#gallery_div{
	text-align: center;
	float:left;
	width: 459px;
	margin-right: 10px;
	border-right: 1px solid #E2E2E2;
}

#gallery_div h2{
	margin-right: 10px;
}

#gallery_div_full{
	text-align: center;
	width: 100%;
}

#gallery_div_full #main_image_div{
	width: 100%;
}

#gallery_comment_div{
	float:left;  
	width: 308px;
}

#main_image_div{
	width: 450px;
	margin: auto;
	margin-bottom: 10px;
	padding: 0px 5px;
}

#main_image_div .main_image{
	border: solid 1px #4C88BE;
	padding: 3px;
	margin-bottom: 5px;
}

#main_image_div .image_caption{
	font-size: 1.2em;
	padding: 0px 15px;
	color: #00477F;
}

#main_image_div .image_admin{
	text-align: right;
	color: #4C88BE;
	margin: -5px 10px 3px 10px;
}

#main_image_div .image_details{
	font-size: .8em;
	color: #00477F;
}

.gallery_thumb{
	float:left;
	background: url(/images/test_backgrounds/small_square.gif) no-repeat top left;
	padding: 4px 6px 10px 7px;
	margin: 0px;
}

.gallery_thumb_selected{
	background: url(/images/test_backgrounds/small_square_green.gif) no-repeat top left;
	padding: 5px 7px 9px 6px;
}

#gallery_comment_div textarea{
	width: 300px;
	height: 75px;
}

/****************** REORDER IMAGES PAGE ****************************/
#gallery_images_list {
	list-style-type: none;
}

#gallery_images_list li{
	float: left;
	margin: 5px;
}

/****************** EDIT GALLERY PAGE ****************************/

div.edit_gallery_image_div {
	padding-bottom: 15px;
	margin-bottom: 5px;
	background: transparent url(/images/test_backgrounds/large_divider.gif) no-repeat scroll left bottom;
}

div.edit_gallery_image_div form {
	float:left;
}

div.edit_gallery_image_div form button {
	margin-right: 15px;
}

/****************** MULTIPLE UPLOAD PAGE ****************************/
div.multiple_upload {
	margin-bottom: 10px;
}

div.multiple_upload div.left {
	float: left;
	margin-right: 10px;
}

div.multiple_upload div.right {
	float: left;
}
	/************ GENERAL CONTENT SUMMARY STYLES ****************/
.content_summary {
	margin-bottom: 3px;
	padding: 5px 0px 5px 0px;
	background: url(/images/test_backgrounds/large_divider.gif) no-repeat bottom left;
	text-align: left;
}

.content_summary img.content_type{
	float:right;
	margin: -0px 0px 5px 5px;
}

.content_summary .body{
}

.content_summary div.summary_image{
	float:right;
	background: url(/images/test_backgrounds/small_square.gif) no-repeat top left;
	padding: 4px 6px 10px 7px;
	margin: 0px;
}

.content_summary .body .title{
	font-size: 1.1em;
	color: #00477F;
	font-weight: bold;
	text-decoration: none;
}

.content_summary .body .title span.family_name{
	font-size: .8em;
	color: #4C88BE;
}

.content_summary .body .title:hover{
	text-decoration: underline;
}

.content_summary .title_event{
	background: url(/images/icons/calendar_add.png) no-repeat top left;
	padding-left: 20px;
	font-size: 1em;
}

.content_summary .title_post{
	background: url(/images/icons/book_open.png) no-repeat top left;
	padding-left: 20px;
	font-size: 1em;
}

.content_summary .title_gallery{
	background: url(/images/icons/images.png) no-repeat top left;
	padding-left: 20px;
	font-size: 1em;
}

.content_summary .title_member{
	background: url(/images/icons/user.png) no-repeat top left;
	padding-left: 20px;
	font-size: 1em;
}

#summaries_column {
	float: left;
	width: 608px;
}

#right_ad_column{
	width: 160px;
	float:left;
	margin-left: 10px;
}
	/********* LABELS *********/
form label{
	color: #00477F;
	display:block;
}

form label.check_box_label{
	display:inline;
	color: #4C88BE;
}

form label.check_box_label_main{
	display:inline;
	color: #00477F;
}

/******** FORM FIELDS ***********/
form div.form_field{
	margin-bottom: 10px;
}

form div.form_field_check_box{
	margin-bottom: 0px;
}

form div.form_field_new_post{
	margin-bottom: 10px;
	
}

form div.form_field_new_post textarea{
	margin-bottom: 10px;
	width: 300px;
	height: 70px;
}

/*
#xToolbar {
	border-top: solid 1px #ababab;
}*/
/****** FORM NOTES ******/
form .note{
	color: #4C88BE;
	font-size: .9em;
	font-style: italic;
}

form .note a{
	text-decoration: underline;
	color: #668E39;
}

form .header_note{
	color: #4C88BE;
	font-size: 1em;
	font-style: italic;
	display: block;
	margin-bottom: 10px;
}

/****** FORM TEXTAREAS ******/
form textarea.short{
	width: 300px;
	height: 70px;
}

form textarea.medium{
	width: 500px;
	height: 70px;
}

form textarea.medium_wide{
	width: 375px;
	height: 115px;
}

form textarea.tall{
	width: 375px;
	height: 200px;
}

form textarea.tall_wide{
	width: 600px;
	height: 200px;
}

form textarea.page_body{
	width: 700px;
	height: 400px;
}
/****** FORM MISC INPUTS ******/
.radio_left_tall {
	float:left;
	margin-top: 20px;
}


form button{
	background-color: #4C88BE;
	color: white;
	border: solid 1px #00477F;
}

/****** FORM ERRORS ******/
#errorExplanation {
	border: dashed 1px #00477F;
	padding: 5px;
	margin-bottom: 10px;
}

#errorExplanation h4{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #00477F;
}

#errorExplanation p{
	margin:0px;
	padding:0px;
}

#errorExplanation ul{
	list-style: none;
	margin: 0px;
	padding: 0px 5px;
	
}


/****** TOP FORM CONTAINTER ******/

div#top_form{
	margin: 0px -3px -3px -3px;
	padding-left: 10px;
	padding-bottom: 1px;
	background-color: #ffffff;
	width: px;
}

div#top_form_container{
	overflow: visible;
	width: 100%;
	background-color: #FFFFFF;
}

div#top_form_container span.cancel_link{
	float: right;
	margin: -20px 10px 0px 0px;
}

div#top_form_container span.cancel_link a{
	color: red;
}
	#members .member {
	padding: 5px 0px 5px 5px;
	font-size: .9em;
}

#members .member .member_info{
	color: #00477F;	
	font-size: .9em;
}

#members .member .title {
	font-size: 1.1em;
	color: #00477F;
	font-weight: bold;
	text-decoration: none;
}

#members .member .title:hover {
	text-decoration: underline;
}

#members .member .member_thumb{
	float:left;
	margin-right: 5px;
}

#member_image {
	float:left;
	margin: 0px 10px 10px 0px;
}
	/******* USER FRONT ********/

#family_group_left{
	float:left;
	padding-right: 10px;
}

#family_group_right{
	float:left;
	margin-left: 7px;
	width: 200px;
}

#family_group_left .family{
	margin-bottom: 10px;
	background: url(/images/test_backgrounds/small_divider.gif) no-repeat bottom center;
	padding-bottom: 15px;	
	width: 500px;
}

#family_group_left .family .family_picture{
	float:left;
	margin: 3px 5px 5px 0px;
}

#family_group_left .family .title {
	font-size: 1.1em;
	color: #00477F;
	font-weight: bold;
	text-decoration: none;
}

#family_group_left .family .title:hover {
	text-decoration: underline;
}

#family_group_left .family .more_link {
	text-decoration: underline;
}

/******* FAMILY GROUPS ********/
.family_group {
	padding-bottom: 10px;
}

.family_group .title {
	font-size: 1.1em;
	color: #00477F;
	font-weight: bold;
	text-decoration: none;
}

.family_group .title:hover {
	text-decoration: underline;
}
	h3.help a {
	font-weight: bold;
	font-size: 1em;
	color: #00477F;
	margin: 5px 0px;
	text-decoration: underline;
}
	div.pagination{
	text-align: center;
	color: #4C88BE;
	margin-bottom: 10px;
}

div.pagination a{
	font-size: 1em;
	color: #00477F;
}
div.pagination span.current{
	color: #00477F;	
	font-size: 1.1em;
	font-weight: bold;
}

div.pagination span.disabled{
	display: none;
}

div.pagination .next_page{
	font-size: 1.2em;
}

div.pagination .prev_page{
	font-size: 1.2em;
}


div.no_numbers {
	padding: 0px 10px 0px 3px;
}

div.short {
	width: 500px;
	margin:auto;
}

div.short .middle{
	margin:auto;
	font-size: 1.2em;
}

div.no_numbers .next_page{
	margin-left: 10px;
	float:right;
}

div.no_numbers .prev_page{
	margin-right: 10px;
	float: left;
}
	/******** NEW POST CREATION STYLES ********/
#post_steps {
	margin-bottom: 40px;
}

a.done {
	font-weight:bold;
	padding-left: 20px;
	background: #fff url("/images/icons/tick.png") center left no-repeat;
}

a.not_done {
	padding-left: 20px;
	background: #fff url("/images/icons/minus.png") center left no-repeat;
}

#post_menu{
	margin-bottom: 10px;
}

#post_menu a.current{
	font-weight: bold;
}

.post_format{
	margin-bottom: 10px;
}

.post_format img{
	float:left;
	margin-right: 10px;
}

#add_images {
	margin-bottom: 10px;
}


.post_images_preview {
	margin-bottom: 10px;
	border-bottom: dashed 1px #4C88BE;
	padding-bottom: 5px;
}

.post_images_preview img{
	float:left;
	margin-right: 10px;
}

.post_images_preview .form{
	float:left;
	width: 300px;
}

a.back_link {
	font-size: 1.3em;
}



/******** POST CREATION STYLES ********/
.post_step .body{
	padding-left: 5px;
}

.body .note{
	color: #668E39;
	margin-left: 10px;
}

.body textarea{
	width: 300px;
}

.post_type{
	float:left;
	margin-right: 10px;	
	text-align: center;
	margin-bottom: 10px;
}

#edit_post_type{
	float:left;
	margin-right: 10px;
}

.edit_post_picture_div{
	float: left;
	width: 100px;
}

.edit_post_picture_info_div{
	float: left;
	width: 400px;
}


	
/*************** LAYOUT *********************/
#front_left_column{
	width: 493px;
	float:left;
}

#front_right_column{
	width: 250px;	
	margin-left: 10px;
	float:left;
	padding: 7px;
	font-size: .9em;
	border: solid 1px #00477F;
}


/***************** RIGHT COLUMN ********************/

.right_col_box .title{
	margin: 0px;
	font-size: 1.1em;
	background-color: #ffffff;
	color: #668E39;
	font-size: 1.1em;
	display: block;
	font-weight: bold;
}

.right_col_box .title a{
	color: #668E39;
	font-size: 1em;
}

.right_col_box .sub_title{
	font-size: .9em;
}

#front_right_column .item {
	margin-bottom: 5px;
}

#front_right_column H2{
	margin-top: 10px;
}



#front_right_column a{
	font-size: 1em;
}

#front_right_column .admin_box {
	
}

#front_right_column .admin_box a{
	font-size: 1.2em;
	display: block;
	margin-bottom: 3px;
}

#front_right_column .admin_box H2{
	margin-top: 0px;
	font-size: 1.5em;
}

a.new_post{
	background: url(/images/icons/book_open.png) no-repeat top left;
	padding-left: 20px;
	font-size: 1.1em;
	margin-bottom: 5px;
	
}

a.new_event{
	background: url(/images/icons/calendar_add.png) no-repeat top left;
	padding-left: 20px;
	font-size: 1em;
}

a.new_gallery{
	background: url(/images/icons/images.png) no-repeat top left;
	padding-left: 20px;
	font-size: 1em;
}

a.new_member{
	background: url(/images/icons/user_add.png) no-repeat top left;
	padding-left: 20px;
	font-size: 1em;
}

a.new_alert{
	background: url(/images/icons/asterisk_yellow.png) no-repeat top left;
	padding-left: 20px;
	font-size: 1em;
}

a.edit_family{
	background: url(/images/icons/house.png) no-repeat top left;
	padding-left: 20px;
	font-size: 1em;
}

/*************** WELCOME MESSAGE *********************/
#welcome_box {
	margin-bottom: 10px;
	font-size: 1.2em;
}

#welcome_box #welcome_image{
	float:right;
	margin: 0px 0px 0px 10px;
	padding: 3px;
	border: solid 1px #4C88BE;
}
	



#post_body{
	width: 778px;
	margin-bottom: 10px;
}

#post_body .title {
	font-size: 1.5em;
	color: #00477F;
	font-weight: bold;
	display: block;
}

#post_body .byline{
	color: #00477F;
	font-size: .95em;

}

#post_body .post_header {
	margin-bottom: 5px;
}

#post_body .post_header .title{
	text-decoration: none;
}


#centered_pic{
	text-align: center;
	width: 778px;
}

#left_pic {
	float:left;
	text-align: center;
	margin: 5px 10px 10px 0px;
	width: 300px;
}

#right_pic {
	float:right;
	text-align: center;
	margin: 0px 0px 10px 10px;
	width: 300px;
}

.caption {
	font-size: .8em;
}

#post_body #left_column{
	float: left;
	width: 508px;
}

#post_body #right_column{
	float: right;
	width: 260px;
	margin-left: 10px;	
	text-align: center;
}

#post_body #right_column .post_col_image{
	margin-bottom: 10px;
}

#post_body #right_column .post_col_image img{
	border: solid 1px #4C88BE;
	padding: 3px;
} 

/****************** POST PAGE GALLERY INCLUDE ****************************/
#post_gallery{
	margin-bottom: 10px;
}

#post_gallery .image_div {
	float:left;
	margin: 0px 5px 5px 0px;
	background: url(/images/test_backgrounds/small_square.gif) no-repeat top left;
	padding: 4px 6px 10px 7px;
	
}


	/***** LAYOUTS ******/
#page_wrapper {
	width: 100%;
	color: black;
}

#shell {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 800px;
	min-height: 100%;
}
#header {
	background: url(/images/test_backgrounds/top_nav_top.gif) no-repeat top left;
	background-color: #00477F;
	/*border-bottom: solid 2px #4C88BE;*/
	padding: 5px 10px;
}

#header h1{
	color: white;
	margin: 0px;
	font-size: 1.5em;
}

#header #family{
	float:left;
	width: 778px;
}

#content {
	border-left: 1px dotted #4C88BE;
	border-right: 1px dotted #4C88BE;
	border-top: none;
	padding: 5px 10px;
	background: #ffffff;
	position: relative;
	width: 778px;
}

#footer {
	background: url(/images/test_backgrounds/bottom_nav_top.gif) no-repeat bottom left;
	background-color: #4C88BE;
	height: 60px;
	padding: 10px 0px 10px 0px;
	color: white;
	text-align: center;
}

#footer a{
	color: #ffffff;
}

#split_left{
	float:left;
	width: 379px;
	height:100%;
	margin-right: 5px;
}

#split_right{
	float: left;
	width: 378px;
	padding-left: 13px;
	height:100%;
	background: url(/images/test_backgrounds/large_vert.gif) no-repeat top left;
}

/**************** PAGE TITLE ********************/
div.page_title {
	background-color: #4C88BE;
	margin: -5px -11px 10px -11px;
	color: #ffffff;
	padding: 5px;	
	position: relative;
}

div.page_title h1{
	font-size: 1.3em;
	margin: 0px 5px;
	font-weight: normal;
}

div.page_title #links{
	float:right;
	margin-left: 0px;
	color: white;
	padding: 10px 5px 0px 0px;
	font-weight: bold;
	margin-top: -7px;
}
div.page_title #links a{
	color: #ffffff;
}

/**************** ADS ********************/
#bottom_ads{
	margin: 5px auto;
	text-align: center;
}

#front_square_ads{
	text-align: center;
	width: 250px;	
	margin-left: 16px;
	margin-top: 10px;
	float:left;
	height: 250px;
}

#other_square_ads{
	text-align: center;
	width: 250px;	
	margin: 10px auto;
	height: 250px;
}
	
/*********** FAMILY NAV *****************/
#top_nav {
	background-color: white;
	margin-bottom: 0px;
	height: 25px;
	border-left: solid 2px #4C88BE;
	border-right: solid 2px #4C88BE;
}

#top_nav #nav_list {
	margin: 0px;
	display:inline;
	list-style: none;
	padding: 0px;
}

#top_nav #nav_list li {
	float:left;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	display: block;
	height: 100%;
	border-right: solid 2px #4C88BE;
}

#top_nav #nav_list li.selected{
	background-color: #4C88BE;
}

#top_nav #nav_list li.selected a {
	color: white;
}

#top_nav #nav_list li a {
	color: #00477F;
	padding: 3px 7px;
	vertical-align: middle;
	display:block;
	height: 100%;
	float: left;
}

html>body #top_nav #nav_list li a {
	float:none;
}

#top_nav #nav_list li a:hover {
	color: white;
	background-color: #4C88BE;
}

/****************** SITE NAV ******************/
#site_nav {
	
	padding: 5px 10px;
}

#site_nav #nav_list {
	margin: 0px;
	float: right;
}

#site_nav #nav_list li {
	float:left;
	display: block;
	font-size: 1em;
	margin-left: 0px;
	padding: 0px;
	border-right: solid 1px white;
	font-weight: bold;
}

#site_nav #nav_list li.last{
	border-right: none;
}

#site_nav #nav_list li a {
	color: white;
	padding: 0px 7px;
}

#site_nav #nav_list li a:hover {
	text-decoration: underline;	
}



	#family_header {
	color: white;
	font-size: 1.5em;
	margin:0px;
	font-weight:bold;
}

.blog_post_summary {
	margin-bottom: 10px;
	padding: 5px 10px 10px;
	background: url(/images/test_backgrounds/large_divider.gif) no-repeat bottom left;
}

.blog_post_summary h2 {
	font-size: 1.1em;
	color: #00477F;
	font-weight: bold;
	display: block;
	border: none;
	margin:0px;
}

.blog_post_summary h2 a{
color: #00477F;
font-size: 1.1em;
}


.blog_post_summary a.read_more_link{
	font-size: 1em;
	color: #00477F;
	font-weight:bold;
	float:right;
	display:block;
	margin-top: 5px;
}


.blog_post_summary div.blog_post_info {
	font-size: .9em;
	color: #4C88BE;
}

h1#blog_post_title {
	color: #00477F;
	margin: 0px;
	font-size: 1.7em;
}

.blog_post{
	font-size: 1.1em;
}

.blog_post a{
	color: #00477F;
	text-decoration: underline;
	font-size: 1em;
}

.blog_post div.blog_post_info {
	font-size: .9em;
	color: #4C88BE;
	margin-bottom: 5px;
}

div.page_title #links {
	font-size: 1.1em;
}

div.blog_pagination {
	font-size: .8em;
}

div.blog_pagination a {
	text-decoration: underline;
}

/****************** SITE NAV ******************/
#site_nav {
	background: #E3ECF3 url(/images/test_backgrounds/bodybg.jpg) repeat-x scroll left top;
	padding: 15px 10px;
}

#site_nav #site_nav_content{
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 800px;
	min-height: 100%;
}

#site_nav #site_nav_content #nav_list {
	margin: 8px 0px 0px;
	float: left;
}

#site_nav #logo_top {
	float:left;
}

#site_nav #site_nav_content #nav_list li {
	float:left;
	display: block;
	font-size: 1em;
	margin-left: 0px;
	padding: 0px;
	border-right: solid 1px black;
	font-weight: normal;
}

#site_nav #site_nav_content #nav_list li.last{
	border-right: none;
}

#site_nav #site_nav_content #nav_list li a {
	color: black;
	padding: 0px 7px;
}

#site_nav #site_nav_content #nav_list li a:hover {
	text-decoration: underline;	
}

html {
	height:100%;
}

body{
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;	
	margin: 0px;
	padding: 0px;
	background: #E3ECF3 url(/images/test_backgrounds/bodybg.jpg) repeat-x scroll left top;
	height: 100%;
}


.clear_div {
	clear: both;
}


h2{
	margin: 0px 0px 5px 0px;
 	display: block;
	font-weight: bold;
	font-size: 1.2em;
	color: #668E39;
	border-bottom: dashed 1px #668E39;
	padding-bottom: 1px;
	text-align: left;
}

h2 a{
	font-size: 1em;
	color: #668E39;
}

h3{
	font-weight: bold;
	font-size: 1.1em;
	color: #00477F;
	margin: 5px 0px;
}

a {
	color: #4C88BE;
	font-size: .9em;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}



div.default_content {
	color: #4C88BE;
	font-style: italic;
	padding: 5px;
}

div.default_content a{
	font-size: 1em;
	text-decoration: underline;
	color: #668E39;
}

div.default_content ul{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}

img.left_image {
	float: left;
	margin-right: 10px;
	border: solid 1px #4C88BE;
	padding: 2px;
}

img.body_right {
	float: right;
	margin: 5px 0px 5px 10px;
	border: solid 1px #4C88BE;
	padding: 2px;
}

div.notice_pass{
	color: green;
	padding: 5px;
	margin: 10px 0px;
	border: solid 1px #668E39;
}

div.notice_fail{
	color: red;
	padding: 5px;
	margin: 10px 0px;
	border: solid 1px red;
}

#family #rss_header_link{
	float:right;
	margin-top: 2px;
	margin-bottom: 0px;
}

.rss_small_link{
	margin: 2px 0px 0px 5px;
}


.title{
	font-size: 1.1em;
	color: #00477F;
	font-weight: bold;
	text-decoration: underline;
}

span.byline {
	color: #4C88BE;
	font-size: .9em;
}

.form_like_header_note{
	color: #4C88BE;
	font-size: 1em;
	font-style: italic;
	display: block;
	margin-bottom: 10px;
}

span.indent {
	margin-left: 20px;
	display:block;
}

.centering_div{
	text-align:center;
	width:100%;
}

.right {
	float:right;
}
table.payment_list {
	font-size: .9em;
	width: 100%;
}

table.payment_list tr{
	border-bottom: solid 1px #adadad;	
}

table.payment_list th{
	background-color: #dddddd;
	color: #444444;
	height: 15px;
	text-align:center;
	font-variant: small-caps;
	font-weight: normal;
	padding: 10px 11px;
	border-left: solid 1px #efefef;
}

table.payment_list th.left{
	text-align:left;
	font-weight: bold;
	width: 129px;
	border-left: none;
}

table.payment_list tr.current_plan_row{
	background-color: #EDF3FE;
}

table.payment_list tr.invalid_plan_row{
	background-color: #eeeeee;
	color: #aaa;
}

table.payment_list tr.invalid_plan_row td em{
	color: #aaa;
}


table.payment_list .upgrade_td {
	font-weight: bold;
	color: #000;
}

table.payment_list td.upgrade_td{
	border-right: solid 1px #efefef;	
}

table.payment_list tr.invalid_plan_row .upgrade_td {
	font-weight: normal;
}

table.payment_list td{
	padding: 10px 12px;
	border-left: solid 1px #efefef;	
	border-bottom: solid 1px #efefef;	
	text-align: center;
}

table.payment_list td.plan_name{
	font-weight: bold;
	text-align: left;
	font-size: 16px;
}

table.payment_list td.plan_name em{
	font-weight: normal;
	margin-left:8px;
	color: #444444;
	font-size:13px;
}

/********** COMPARISON BOXES *************/
div.plan_comparison {
	
}


div.plan_comparison div.plan_info div.plan_numbers{
	height: 75px;
	border-bottom: solid 1px #bbb;
	margin-bottom: 5px;
}

div.plan_comparison div.plan_info div.plan_checks{
	height: 100px;
}


div.plan_comparison	.plan_info .price{
	display:block;
	background-color: #eeeeee;
	margin: 0px -5px -5px;
	padding: 5px 5px 5px 15px;
	color: #444444;
	font-weight: bold;
	border-top: solid 1px #aaa;
	height: 75px;
}

div.plan_comparison	.plan_info .price img{
	margin-top: 10px;
}


/***** Current plan ****/

div.plan_comparison	div.current_plan {
	width: 300px;
	float:left;
}



div.plan_comparison	div.current_plan .plan_identifier {
	background-color: #222222;
	color: #fff;
	padding: 3px;
	font-size: 1em;
	font-weight:bold;
	display: block;
	text-align: center;
}
	
div.plan_comparison	div.current_plan .plan_name {
	background-color: #666666;
	color: #ffffff;
	padding: 5px;
	font-size: 24px;
	display: block;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px #444444;
	border-bottom: solid 1px #444444;
	font-variant: small-caps;
}
		
div.plan_comparison	div.current_plan .plan_info{
	padding:5px;
	font-size: 1.2em;
	border: solid 1px #ababab;
	border-top: none;
}

div.plan_comparison	div.current_plan .plan_info .number{
	font-weight:  bold;
}

div.plan_comparison	div.current_plan .plan_info .check_item img{
	margin: 3px 3px 0px 0px;
	float:left;
}



div.plan_comparison div.upgrade_arrow {
	float:left;
	margin-left: 0px;
	margin-top: 23px;
}


/***** Recommended Plan *****/

div.plan_comparison	div.recommended_plan {
	width: 312px;
	float:left;
	margin-left: 10px;
}

div.plan_comparison	div.recommended_plan .plan_identifier {
	background-color: #000000;
	color: #fff;
	padding: 3px;
	font-size: 1em;
	font-weight:bold;
	display: block;
	text-align: center;
}
	
div.plan_comparison	div.recommended_plan .plan_name {
	background-color: #4C88BE;
	color: #ffffff;
	padding: 5px;
	font-size: 24px;
	display: block;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px #444444;
	border-bottom: solid 1px #444444;
	font-variant: small-caps;
}
		
div.plan_comparison	div.recommended_plan .plan_info{
	padding:5px;
	font-size: 1.2em;
	border: solid 1px #00477F;
	border-top: none;
}

.popular_plan {
	background: url('/images/plans/pop_plan.gif') top right no-repeat;
}

.top_plan {
	background: url('/images/plans/best_plan.gif') top right no-repeat;
}


div.plan_comparison	div.recommended_plan .plan_info .number{
	font-weight:  bold;
}

div.plan_comparison	div.recommended_plan .plan_info .check_item img{
	margin: 3px 3px 0px 0px;
	float:left;
}


/************ SITE WARNINGS **************/
.family_upgrade_warning {
	border: solid 1px red;
	margin: 2px 10px 10px;
	padding: 5px 10px;
	color: #000000;
}

