/*
 *  HTML DEFINITIONS
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #133C80;
}

p, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

a, a:active, a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


/*
 *  SPECIAL DEBUG STYLE
 */

.debug {
	width: 100%; 
	background-color: #D4D0C8; 
	border: 2px outset #D4D0C8;
	color: #444; 
	font-size: 11px; 
	padding: 2px 5px; 
	font-family: "Courier New", Courier, monospace;
}


/*
 *  TEXT STYLES
 */
 
td.diary_entry {
	border-right: 2px ridge #EEE;
	padding-right: 8px;
}
 
td.diary_body {
	padding-left: 15px;
}
 
div.diary_entry {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
}

a.diary_entry, a.diary_entry:link, a.diary_entry:active, a.diary_entry:visited {
	color: #000066;
	text-decoration: none;
}

a.diary_entry:hover {
	text-decoration: underline;
}
 
.checkboxes {
	border: 1px inset #AAAAAA;
	background-color: #E6E4E3;
}

a.mainmenu, a.mainmenu:link, a.mainmenu:active, a.mainmenu:visited {
	color: #000000;
	text-decoration: none;
}

a.mainmenu:hover {
	text-decoration: underline;
}

a.admin_menu, a.admin_menu:link, a.admin_menu:active, a.admin_menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}

a.admin_menu:hover {
	color: #FFF;
	text-decoration: underline;
}

.sitetitle_line1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}

.sitetitle_line2 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
}

.sidebar_title {
	color: #AAD9B1;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

div.sidebar_more {
	text-align: right;
}

a.sidebar_more, a.sidebar_more:visited, a.sidebar_more:link, a.sidebar_more:active {
	color: #AAD9B1;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.sidebar_more:hover {
	text-decoration: underline;
}

.sidebar_text, a.sidebar_text, a.sidebar_text:link, a.sidebar_text:visited, a.sidebar_text:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.sidebar_text:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.thefamily_title {
	background-color: #9E0815;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

td.thefamily_members {
	background-color: #C0D7C5;
	border-bottom: 1px dashed #B9D2BE;
	padding-left: 10px;
}

a.thefamily_members, a.thefamily_members:link, a.thefamily_members:active, a.thefamily_members:visited {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

a.thefamily_members:hover {
	text-decoration: underline;
}


.friends_title {
	background-color: #133C80;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

td.friends_members {
	background-color: #133C80;
	border-bottom: 1px dashed #17499B;
	padding-left: 10px;
}

a.friends_members, a.friends_members:link, a.friends_members:active, a.friends_members:visited {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

a.friends_members:hover {
	text-decoration: underline;
}

.otherpages_title {
	background-color: #312E31;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

td.otherpages_members {
	background-color: #312E31;
	color: #FFFFFF;
	font-size: 14px;
	border-bottom: 1px dashed #000000;
	padding-left: 10px;
}

a.otherpages_members, a.otherpages_members:link, a.otherpages_members:active {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

a.otherpages_members:hover {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: underline;
}

.copyright {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
}

a.copyright, a.copyright:link, a.copyright:active, a.copyright:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.copyright:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.album_caption {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
}

.error {
	width: 100%;
	text-align: center;
	color: #990000;
	font-size: 11px;
	font-weight: bold;
}


/*
 *  OTHER STYLES
 */

.album_table {
	margin-top: 20px;
	margin-bottom: 20px;
}

.album_cell {
	padding-top: 7px;
}

.album_img {
	border: 1px solid #000;
}

.loginbox {
	margin-top: 60px;
	background-color: #CCCCCC;
	border: 3px ridge #333333;
}

.pageheader {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.mainpic_bg {
	background-color: #C0D7C5;
}

.mainpic {
	border: 1px solid #9E0815;
}

.title_bg1 {
	background-color: #C0D7C5;
}

.title_bg2 {
	background-color: #9E0815;
}

.mainmenu {
	color: #333333;
	font-size: 14px;
}

.sidebar {
	background-color: #312E31;
	color: #FFFFFF;
	font-size: 11px;
	padding-bottom: 10px;
}

.sidebar_feature {
	border-bottom: 1px dashed #334A3E;
}

.maincell {
	background-color: #DFDEDC;
	padding: 0px 10px 10px 10px;
}

.editlink {
	text-align: right;
}

.form_note {
	padding-bottom: 17px;
	color: #555555;
	font-size: 11px;
	font-style: italic;
}

