*{margin:0; padding:0; border: 0;}
html, body {
	height:100%; 
	margin: 0px; 
}
body {
	text-align: center; /* IE fix for center alignment.*/
    background:  url(images/tile17.png) repeat;
}
p {
	margin: 5px;
}
a, a:visited {
	text-decoration: none;
	color: #0066CC; 
	background: inherit;
}
a:hover {
	color: #FF3300;
	background: inherit;
	text-decoration: underline;
}
/* Message Container */
#messagecontainer {
	margin: 15px auto;
	margin-bottom: 25px;
	width: 600px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	/*background: #fefefe;*/
    background: transparent;
	text-align: left;
}

/* Message Container */
#messagecontainer #gbheader {
	background: #2E7A9E  url(images/thin40pxbg.jpg)  repeat-x;
	color: #1B3550;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	height: 35px;
	line-height: 35px;
    border: 1px ridge #cccccc;
    text-shadow: 0 1px 0 #FFFFFF, 1px 2px 2px #FFFFFF;
}

/* Guestbook Sign Form style start*/
#mform {
	border: 1px solid silver;
	background: white;
	width: 594px;
	font-weight: normal;
	font-size: 10px;
}

/* Guestbook Sign Form Header */
#mform #formheader{
	background: #666666 url(images/thin40pxbg.jpg) repeat-x;
	color: #1B3550;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 20px;
    text-shadow: 0 1px 0 #FFFFFF, 1px 2px 2px #FFFFFF;
}

/* Guestbook Sign Form Label */
#mform label { 
	width: 80px; 
	margin: 2px 10px 2px 5px; 
	float: left; 
	text-align: right;
	line-height: 20px;
}

/* Guestbook Sign Form Button, Textbox and Textarea */
#mform input { 
	background: #fefefe url(images/thin20pxbg.jpg) repeat-x;  
	width: 200px; 
	float: left; 
	margin: 2px 5px 2px 0px; 
	padding: 2px;
	border: 1px solid #dedede; 
	color: #333333;
}

#mform input.button {
	background: #fefefe;
	width: 100px;
	float: left;
	margin: 2px 2px 2px 2px;
	padding: 2px;
	border: 1px solid #dedede;
	color: #333333;
	border-color: #33cc66 #33cc66 #6699cc #6699cc;
}

#mform input#captchacode { 
	width: 105px;
}

#mform textarea { 
	background: #fefefe url(images/thin120pxbg.jpg) repeat-x; 
	width: 300px; 
	height: 120px; 
	float: left; 
	margin: 2px 5px 2px 0px; 
	padding: 2px; 
	border: 1px solid #dedede; 
	color: #333333;
}

#mform input.error { border: 2px solid #F3CCBE; }
#mform textarea.error { border: 2px solid #F3CCBE; }

#mform input.ok { border: 2px solid #B9E7AE; }
#mform textarea.ok { border: 2px solid #B9E7AE; }

#mform label.error { 
	font-size: 11px; 
	color: red; 
	margin: 2px 0px 0px 0px; 
	width: auto;
	text-align: left; 
	padding: 0px;
	font-style: italic;
}

#mform label.comerror { 
	font-size: 11px; 
	color: red; 
	margin: 2px 0px 0px 0px; 
	width: 180px;
	text-align: left; 
	padding: 0px;
	font-style: italic;
}

#mform label.ok { 
	background: url(images/correct.png) no-repeat scroll 5px 50%;
	margin: 2px 0px 0px 0px;
}

#mform p.comerror { 
	font-size: 11px; 
	color: red; 
	margin: 2px 0px 0px 95px; 
	width: 180px;
	text-align: left; 
	padding: 0px;
	font-style: italic;
}

#mform p.ok { 
	background: url(images/correct.png) no-repeat scroll 5px 50%;
	margin: 2px 0px 0px 95px;
}

#mform div.cleditorMain.error { border: 2px solid #F3CCBE; }
#mform div.cleditorMain.ok { border: 2px solid #B9E7AE; }


/* Captcha */
#mform #gbform div.captcha{ 
	margin: 2px 5px 2px 0px;
}

#mform #gbform div.captchaimg{
	margin: 2px 5px 2px 0px;
}

#mform span { 
	float: left; 
}

#mform #smileylist { 
	width: 300px;
	padding-left: 5px; 
}

#mform #smileylist div { 
	width: 17px; 
	float: left; 
	margin: 2px 0px 0px 2px;
	cursor: pointer;
}

#mform #bbinfo { 
	width: 400px; 
	/*margin: 2px 5px 2px 0px; 
	padding: 0px;*/
}

/* br */
#mform br { clear: both; margin:0px}

/* Captcha Verified */
.captchaok { 
	margin: 10px 0px 0px 20px;
	color: green;
	font-style: italic; 
	font-size: 15px;
} 

/* Highlight selection on focus */
.focused { 
	width: 100%; 
	background-color: #eef6ff;
	border-bottom: 1px solid #8eb5db;
	border-top:  1px solid #8eb5db;
}

#note { 
	display:none;
	margin-top: 10px; 
}

.success { 
	margin: 2px auto; 
	background: #ffffff url(images/success.png) no-repeat scroll 5px 50%; 
	border: 1px solid #339900;
	width: auto;
	min-height: 40px;
	height:auto !important; /*IE Fix*/
   height:40px; /*IE Fix*/
	padding: 1px 1px 1px 55px; 
	text-align: left;
	font-size: 20px; 
}
.failure { 
	margin: 2px auto; 
	background: #ffbdbd url(images/error.png) no-repeat scroll 3px 50%; 
	width: 560px;
	height: 20px;
	line-height: 20px; 
	padding: 0px 2px 0px 25px; 
	text-align: left;
}

.hide { display:none; }
/* Guestbook Sign Form style end*/

/* Guestbook Message Entry Display start*/

/* Guestbook Messages */
#messagecontainer #messages{
	margin-top: 10px;
}

#message {
	width: auto;
	border: 1px solid #dedede;
	margin: 0px 0px 10px 0px;
	/*background: #d6eaf7;*/
	clear: both;
    background:    url(images/thin120pxbg.jpg) repeat  top;
}

#message #messageheader{
	width: auto;
	height: 20px;
	background: #fefefe url(images/thin20pxbg.jpg) repeat-x;
	border-bottom: 1px solid #dedede;
	clear: both;
}

#message #messageheader .postername{
	width: 40%;
	float: left;
	font-weight: bold;
	margin: 0 5px;
	line-height: 20px;
}

#message #messageheader .postedtime{
	width: 40%;
	float: right;
	text-align: right;
	margin: 0 5px;
	line-height: 20px;
}

#message #messagebody{
	width: auto;
	margin: 0 5px;
	clear: both;
}

#message #messagebody .gravatar{
	width: 60px;
	height: 60px;
	background: gray;
	float: left;
	margin: 5px 5px 5px 0;
}

#message #messagebody .comments{
	width: 510px;
	min-height: 60px;
	border-left: thin solid #dedede;
	float: left;
	padding: 5px;
	height:auto !important; /*IE Fix*/
   height:70px; /*IE Fix*/
}

#message #messagebody .comments li{
	margin-left: 20px;
}

.clearwrap{
	clear: both;
	margin: 0;
}

.loadingsmall{
	background: url(images/loadersmall.gif) no-repeat 2px;
	padding-left: 25px;
}
.loadingmedium{
	background: url(images/loadersmall.gif) no-repeat 2px;
	padding-left: 25px;
}
.loadingbig{
	background: url(images/loaderbig.gif) no-repeat 50%;
	width: 100%;
	height: 450px;
	text-align: center;
}

.footer {
	width: 600px;
	color: #333333;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	height: 20px;
	line-height: 20px;
	border-top: 1px solid #efefef;
}
/* Guestbook Entry Display end*/

/* Guestbook Add Entry Button */
#slideformwrap{
	/*background: #FFFFFF;*/
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 100%;
	position: fixed;
	_position:absolute; /*IE Fix*/
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);/*IE Fix*/
   left:0px;
	bottom: 0px;
}

#slideform{
	margin: 0px auto;
	background:    #666666  url(images/thin40pxbg.jpg)  repeat-x 0px -10px;
    border: 1px solid #cccccc;
	color: #1B3550;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	width: 600px;
    text-shadow: 0 1px 0 #FFFFFF, 1px 2px 2px #FFFFFF;
}

/*Pagination style.*/
.paginatebox{
	margin: 10px 0px;
	width: 100%;
	height: 25px;
	text-align: right;
	line-height: 25px;
}
.paginate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.paginate {
	border: 1px solid #6699cc;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #225975;
}
a.paginate:hover {
	background-color: #586474;
	color: #FFF;
	text-decoration: underline;
}
a.current {
	border: 1px solid #30669a;
	font: bold 10px Arial,Helvetica,sans-serif;
	padding: 2px 6px 2px 6px;
	cursor: default;
	background:#586474;
	color: #FFF;
	text-decoration: none;
}
span.inactive {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
}

/*-------------impromptu---------- */
.jqifade{ position: absolute; background-color: black; }
div.jqi{ width: 600px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #ffffff; font-size: 11px; text-align: left; border: solid 2px #006699; padding: 0px; }
div.jqi .jqicontainer{ font-weight: bold; }
div.jqi .jqiclose{ position: absolute; top: 4px; right: -2px; width: 18px; cursor: default; color: #bbbbbb; font-weight: bold; display: none; }
div.jqi .jqimessage{ padding: 2px; color: #444444; }
div.jqi .jqibuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #eeeeee; background-color: #f4f4f4; clear: both;}
div.jqi button{ padding: 3px 10px; margin: 0 10px; background-color: #006699; border: solid 1px #003855; color: #ffffff; font-weight: bold; font-size: 12px; }
div.jqi button:hover{ background-color: #004568; }
div.jqi button.jqidefaultbutton{ background-color: #006699; }
.jqiwarning .jqi .jqibuttons{ background-color: #ff6600; }
/*-------------------------------- */
	