/* --------------------------------------------------------- ERROR / SUCCESS ---------------------------------------------------------- */
.success_line{
	display: block;
	background-color: #009900;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	margin: -4px -4px 3 -4px;
	text-align: center;
}
.error_line{
	display: block;
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	margin: -4px -4px 0 -4px;
	text-align: center;
	font-size: 13px;
}
.error_line a{
	color: #AACCCC;
}
.error_line a:hover{
	text-decoration: none;
}


/* --------------------------------------------------------- HEADINGS ---------------------------------------------------------- */
h2{
	color: #335588;
	border-bottom: 1px solid #6688BB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 1px;
	padding: 4px 2px 2px 4px;
}

/* --------------------------------------------------------- TEXTS ---------------------------------------------------------- */
p{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	text-indent: 10px;
	color: #666666;
}
p a{
	color: #FFFFCC;
}
p a:hover{
	text-decoration: none;
	color: #FFFF66;
}
.para_text{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 11px;
	text-indent: 10px;
	color: #000066;
}
.para_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

/* --------------------------------------------------------- FORMS ---------------------------------------------------------- */

.css_form label{
    clear: left;
    float: left;
    padding-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #335588;
	font-weight: bold;
	margin: 5px;
	text-align: left;
	width: 100px;
}
.css_form input, .css_form textarea, .css_form select{
	margin: 4px 0px;
	text-align: left;
	padding: 0 2px;
}
.css_form input.button{
	width: 150px;
	margin: 4px;
	margin-left: 0px;
	text-align: center;
}
.form_note{
	font-size: 10px;	
	font-weight: bold;
	font-style: italic;
}
.form_note a{
	color: #335588;
}

#files_list{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	display: table;
}

#files_list div{
	display: table-row;
	width: 500px;
}

#files_list div .filename{
	display: table-cell;
	width: 400px;
	padding-left: 8px;
	vertical-align: center;
}

#field_note_box{
	display: none;
	background-color: #FFFFCC;
	color: #000066;
	font-weight: bold;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 50px;
	vertical-align: middle;
}

/* --------------------------------------------------------- LANDING PAGE ---------------------------------------------------------- */
.landing_page_box{
	display: block;
	margin: 12px;
	padding: 12px;
	border: 1px solid #000000;
	background-color: #CCCCCC;
	color: #000000;	
	vertical-align: text-top;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.landing_page_box_detail, .landing_page_box_detail p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-indent: 10px;
	padding: 3px 3px 3px 10px;
	color:#000000;
}

.landing_page_box_detail a{
	color: #000099;
}

.landing_page_box_detail a:hover{
	color: #0000FF;
}

.landing_page_section_box_title{
	background-color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 7px;
	padding-bottom: 2px;
}
.landing_page_section_box_title a{
	color: #FFFFFF;
	text-decoration: none;
}
.landing_page_section_box_title a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

.landing_page_section_box{
	background-color: #CCCCFF;
	border: 1px solid #000099;
	vertical-align: top;
}
.landing_page_section_box_footer{
	background-color: #EEEEEE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 7px;
}
.landing_page_section_box_footer a{
	color: #000099;
	text-decoration: none;
}
.landing_page_section_box_footer a:hover{
	color: #0000FF;
	text-decoration: underline;
}
.landing_page_section_box_subtitle{
	background-color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	padding-top: 0px;
}
.landing_page_section_box_subtitle a{
	color: #999999;
	text-decoration: none;
}
.landing_page_section_box_subtitle a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
.landing_page_section_box_details{
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 6px;
}

/* Navigation */
table.paged_navigation{
	margin: 4px;
	border: 1px solid #333399;
}
.nav_arrow_box, .nav_page_box, .nav_links_box{
	font-family:Arial, Helvetica, sans-serif;
}
select.paged_navigation{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nav_arrow_box{
	width: 30px;
	height: 30px;
	border: 1px solid #333399;
}
.nav_page_box{
	width: 175px;
	font-size: 12px;
	text-align: center;
	background-color: #333399;
	color: #FFFFFF;
}

.navigation{
	text-align: right;
	font-family: verdana, arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

.navigation a{
	color: #006;
}

.navigation #current_page{
	font-weight: bold;
}

/* Guestbook */
.entry_title_line{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	font-size: 16px;
	border-bottom: 1px solid #000066;
}
.entry_box{
	display: block;
	margin: 12px;
	padding: 12px;
	border: 1px solid #000000;
	background-color: #CCCCCC;
	color: #000000;	
	vertical-align: text-top;
}
.entry_email_span{
	font-size: 12px;
	font-style: italic;
}
.entry_detail{
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 12px;
	font-weight: normal;
	padding-left: 25px;
	text-indent: -10px;
	margin: 5px 3px;
}

/* Blog */
.entry_title{
	display: block;
	font-size: 16px;
	margin: 6px;
	padding: 4px;
	color: #000099;	
	font-weight: bold;
	text-indent: 10px;
	vertical-align: text-top;
}
.entry_title div{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	padding-left: 10px;	
}
.entry_details{
	display: block;
	font-size: 12px;
	margin: 6px;
	padding: 8px;
	color: #000000;	
	text-indent: 10px;
	vertical-align: text-top;
}

/* Gallery */
.album_box{
	display: block;
	margin: 12px;
	padding: 12px;
	border: 1px solid #000000;
	background-color: #CCCCCC;
	color: #000000;	
	vertical-align: text-top;
}
.album_box td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.album_box_detail{
	font-weight: normal;
	text-indent: 10px;
	padding: 3px 3px 3px 10px;
}
.image_box{
	display: table-cell;
	margin: 12px;
	padding: 12px;
	border: 1px solid #000000;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 200px;
	/*height: 270px;*/
	color: #000000;	
	text-align: center;
}
.image_box:hover{
	text-decoration: none;
}
.image_box div{
	font-weight: normal;
	font-size: 10px;
	padding: 1px;
	color: #666666;
}
img.image{
	border: 1px solid #000000;
}
.view_image_box{
	text-align: center;
	padding: 6px;
}	
.view_image_box .nav_box{
	display:block;
	margin: 12px;
}
.view_image_box .nav_box a{
	padding: 3px 6px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000066;
	border: 1px solid #000066;
	margin: 2px 10px;
}	
.view_image_box .nav_box a:hover{
	color: #000066;
	background-color: #FFFFCC;
	border: 1px solid #000066;
}
.image_box{
	border-color: #000000;
	background-color: #EEEEEE;
	font-family: 'Arial','Helvetica','sans-serif';;
	color: #000099;
}
img.image{
	border-color: #000000;
}
