/* VISITOR NOTEBOOK */
#visitor_notebook {
	width: 100%;
}
#visitor_notebook .top{
	font: 100 9pt/18px Verdana;
	color: #4C4B4C;
	margin: 10px 0px 10px 0px;
	text-align: left;
}
#visitor_notebook .item{
	font: 100 9pt/18px Verdana;
	margin: 0px 0px 10px 0px;
}
#visitor_notebook .header{
	width: 100%;
	height: 19px;
	font: bold 9pt/19px Arial;
	color: #FFFFFF;
	text-align: left;
	margin: 0px 0px 5px 0px;
	background: url(../images/middle_header_bck_01.png)
}
#visitor_notebook .header span{
	padding-left: 15px;
}
#visitor_notebook .content{
	font: 100 9pt/17px Verdana;
	margin: 5px 0px 5px 0px;
}
#visitor_notebook .footer, #visitor_notebook .footer a{
	font: 100 8pt/21px Verdana;
	color: #434343;
	height: 21px;
}
#visitor_notebook .line hr{
	height: 1px;
	color: #DEDEDE;
	margin: 5px 0px 5px 0px;
}

/* VISITOR NOTEBOOK ADD */
#visitor_notebook_add {
	width: 100%;
}
#visitor_notebook_add .err{
	color: #2D7199;
}
#visitor_notebook_add .label{
	margin: 6px 0px 6px 0px;
	font: 700 9pt/18px Verdana;
}
#visitor_notebook_add .row{
	padding: 5px 0px 5px 0px;
	font: 100 9pt/18px Verdana;
}
#visitor_notebook_add .err_row{
	padding: 5px 0px 5px 0px;
	font: 100 9pt/18px Verdana;
	color: #2D7199;
}
#visitor_notebook_add .line hr{
	height: 1px;
	color: #DEDEDE;
	margin: 5px 0px 5px 0px;
}
#visitor_notebook_add input, #visitor_notebook_add textarea{
	border-style: groove;
}

/* VISITOR NOTEBOOK ADDED */
#visitor_notebook_added{
	width: 100%;
	font: 100 9pt/18px Verdana;
	margin: 10px 0px 10px 0px;
}
#visitor_notebook_added div{
	line-height: 140%;
}
#visitor_notebook_added .link{
	font: 700 10pt/23px Verdana;
	height: 23px;
	overflow: hidden;
	background: url(../images/icon_02.gif) no-repeat 0px center;
	padding: 0px 0px 0px 15px;
}

/* PAGING */
#paging{
	border: 1px #A6A996 dashed;
	width: 468px;
	text-align: left;
}
#paging td{
	 line-height: 200%;
	 font: 100 9pt/20px Arial;
}
#paging .header{
	background: #F3F3F3;
}
#paging input{
	border: #000000 1px solid;
	height: 20px;
}
#paging .go_page {
	width: 25px;
	height: 20px;
	text-align: right;
	font: 100 8pt/20px Arial;
}
#paging .button{
	background: #DFE0D8;
	color: #000000;
	width: 40px;
	height: 20px;
	font-weight: bold;
}
#paging .current{
	font-weight: bold;
	color: #9A0000;
}
#paging .prev{
	color: #636B78;
}
#paging .next{
	color: #636B78;
}
#paging .number{
	color: #111111;
	text-decoration: underline;
}
#paging .current, #paging .number{
	padding: 4px;
}
#paging .seperator{
	color: #000000;
}