/*
	IMPORTANT:
	When adding new css references to guestbook elemtes,
	always use the "#mjguest " prefix to prevent conflicts
	with other elements of your web page.
	
	If you are new to CSS, you can simply change the colors
	without editing the minimal preset layout.
*/

/* MJGUEST container */
#mjguest {
	margin: 20px;
	font: 95% Tahoma, Helvetica, sans-serif;
	color: #5f6775;
}

/* Basic markup definitions */

#mjguest strong {
	font-weight: bold;
}

#mjguest small {
	font-size: 10px;
}

#mjguest cite {
	font-style: italic;
}

/* Links style */

#mjguest a,
#mjguest a:active,
#mjguest a:visited {
	color: #f8a428;/*Nuovo: #89b5c7*/
	text-decoration: none;
	font-weight: normal;
}

#mjguest a:hover {
	text-decoration: underline;
}

/*** Main Menu ***/

#mjguest #menu ul {
	width: 500px;
	height: 30px;
	margin: 5px auto;
	border-bottom: 1px solid #d5d8d9;
}

#mjguest #menu li {
	float: left;
	width: 31%;
	margin: 2px 0px;
	padding: 0px 0px;
}

#mjguest #menu #m_rss{
	width: 20px;
}

#mjguest #menu #m_setup {
	font-size: 90%;
}

#mjguest #menu a {
	font-size: 13px;
	font-family: Georgia, serif;
	color:#89b5c7;
}

#mjguest #menu #m_setup * {
	margin:0;
	padding:0;
}

#mjguest #menu #loginpass {
	border-color: #d5d8d9;
}

/*** Main Form ***/

#mjguest form {
	margin: 20px auto 0px auto;
	padding: 0px;
	text-align: center;
}

#mjguest fieldset {
	width: 450px;
	margin: 0px auto;
	padding: 0px;
	padding-bottom: 1px;
	background: #fff;
	border: 5px solid #eee;
}

#mjguest form div.buttons {
	margin: 2px 1px 0px 1px;
	border: 0px;
	background: #eee;
}

/*** Main Table ***/

#mjguest table {
	width: 100%;
}

#mjguest th {
	height: 22px;
	padding: 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d1e2e9;
	background: #f8f8f8;
}

#mjguest td {
	border: 0px;
	background: #eee;
}

#mjguest td.fieldname,
#mjguest td.paramname,
#mjguest td.fieldvalue,
#mjguest td.paramvalue {
	background: #f1f1f1;
}

#mjguest td.paramname {
	padding: 6px 2px 6px 6px;
}

#mjguest td.paramvalue {
	padding: 0px 2px;
}

#mjguest td.fieldname {
	padding: 5px;
}

#mjguest td.fieldvalue {
	padding: 5px;
}

#mjguest input,
#mjguest textarea,
#mjguest select,
#mjguest button {
	font: 11px Tahoma, Helvetica, sans-serif;
	color: #5f6775;
}

#mjguest div.buttons {
	margin: 2px 1px 0px 1px;
	border: 1px solid #fff;
	text-align: center;
}

/*** Login+Redirect box ***/

#mjguest img.redirect {
	width: 16px;
	height: 16px;
}

#mjguest div.alertbox_out {
	margin: 150px auto;
	border: 3px solid #eee;
}

#mjguest div.alertbox_in {
	border: 1px solid #fff;
	background: #eee;
}

/*** Progressbar ***/

#mjguest #progressbar_out {
	border: 1px solid #cccccc;
	background: #fff;
}

#mjguest #progressbar_in {
	background: #d1e2e9;
}

/*** Form elements ***/

#mjguest select.panel {
	width: 110px;
}

#mjguest input.panel_text {
	width: 106px !important;
	width: 104px;
}

#mjguest .paramvalue label {
	margin:0px 8px;
}

#mjguest input#loginpass {
	width: 120px;
}

#mjguest input.text {
	width: 185px;
}

#mjguest input#avatar {
	width: auto;
}

#mjguest input#uin {
	width: 120px;
	margin-left: 5px;
}

#mjguest select#chat {
	color: #5f6775;
	width: 60px;
}

#mjguest select#country {
	width: 189px !important;
	width: 191px;
}

#mjguest textarea#message {
	width: 230px;
	height: 100px;
	overflow: auto;
}

#mjguest textarea#reply {
	width: 280px;
	height: 90px;
	overflow:auto;
}

#mjguest input#captcha {
}

#mjguest #captcha_image {
	vertical-align: bottom;
	margin-bottom: 10px;
}

/*** Entries appeareance ***/

#mjguest .entry {
	width: 450px;
	margin: 30px auto;
	border: 1px solid #eee;
	background: #eee
}

#mjguest .e_header {
	text-align: left;
	margin: 5px;
	margin-bottom: 0px;
	height: 85px;
	border: 5px solid #fff;
	border-bottom: 0px;
	background: #eeeeee;
}

#mjguest .e_avatar {
	float: left;
	margin: 5px;
	font-size: 1px;
}

#mjguest .e_name {
	float: left;
	width: 330px;
	height: 17px;
	margin-top: 15px;
	margin-left: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ABB2BB;
	font-family: Georgia, serif;
	font-size: 13px;
}

#mjguest .e_name img {
	width: 16px;
	height: 11px;
	margin-right: 5px;
}

#mjguest .e_date {
	margin-top: 38px;
	margin-left: 90px;
	text-align: left;
}

#mjguest .e_icons {
	float: right;
	margin-top: 8px;
	width: auto;
	padding: 6px;
	font-size: 1px;
}

#mjguest .e_icons img {
	width: 16px;
	height: 16px;
	margin-left: 3px;
}

#mjguest .e_body {
	margin: 5px;
	margin-top: 0px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	border: 5px solid #fff;
	background: #fff url('bg_entry.jpg') repeat-x center top;
	font-family: Georgia, serif;
	font-size: 12px;
}

#mjguest .e_body textarea {
	
}

#mjguest .e_reply {
	margin-top:15px;
	padding-top:4px;
	border-top:1px dashed #B6C6E0;
	font-style:italic;
}