/* PhotoAlbum */

.photo_container {
	width:135px;
	height:auto;
	font-weight:bold;
	text-transform:none;
	text-align:center;
	font-size:9px;
}

.photoalbum {
	width:135px;
	height:100px;
}

.photoalbum_overlay {
	width:135px;
	height:100px;
	background:url(../images/photoalbum_overlay.gif);
	cursor:pointer;
}

.photoalbum_overlay:hover {
	background-position:0px 100px;
	cursor:pointer;
}

.photo {
	width:135px;
	height:100px;
}

.photo_overlay {
	width:135px;
	height:100px;
	background:url(../images/photo_overlay.gif);
	cursor:pointer;
}

.photo_overlay:hover {
	background-position:0px 100px;
	cursor:pointer;
}

.photo_big {
	border:1px solid #000000;
}




/* GuestBook */

table#module_guestbook {
	background:#FFFFFF;
}

table#module_guestbook tr td {
	padding:5px;
}

.module_guestbook_color1 td, .module_guestbook_color2 td {
	border-bottom:1px solid #CCCCCC;
}

.module_guestbook_color1 {
	background:#F5F5F5;
}

.module_guestbook_color2 {
	background:#FFFFFF;
}

tr#module_guestbook_title {
	background:#E9E9E9;
	width:auto;
	height:25px;
}

tr#module_guestbook_title th {
	border-bottom:1px solid #BBBBBB;
	border-top:1px solid #BBBBBB;
	line-height:25px;
	padding:0px 5px;
}

tr#module_guestbook_title span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#555555;
}

tr#module_guestbook_title a:link, tr#module_guestbook_title a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	text-transform:none;
	color:#555555;
}

tr#module_guestbook_title a:hover {
	text-decoration:none;
	color:#444444;
}

table#module_guestbook_pages {
	background:#E9E9E9;
	width:100%;
	height:25px;
}

table#module_guestbook_pages tr td {
	border-bottom:1px solid #BBBBBB;
	line-height:25px;
	padding:0px 5px;
	text-align:center;
}

table#module_guestbook_pages tr td a:link, table#module_guestbook_pages tr td a:visited {
	color:#333333;
	text-decoration:underline;
}

table#module_guestbook_pages tr td a:hover {
	color:#222222;
	text-decoration:none;
}

.m_g_1 {
	width:15%;
	height:19px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#ff5200;
	line-height:19px;
	display:table;
}

.m_g_2 {
	width:85%;
	height:19px;
	float:left;
	line-height:19px;
	display:table;
}

.m_g_3 {
	float:left;
	margin:10px 0px 0px 0px;
}

.m_g_1-a {
	width:25%;
	height:30px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#ff5200;
	display:table;
}

.m_g_2-a {
	width:75%;
	height:30px;
	float:left;
	display:table;
}

