
@CHARSET "UTF-8";

/* * * * * * * * * * * * * * * * * */
/* BASE SETTINGS	 			   */
/* * * * * * * * * * * * * * * * * */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #FFF;
	margin: 0px;
	font-family: verdana;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-align: left;
}

.site {
	position: relative;
	width: 980px;

	margin: 0 auto;
	margin-top:10px;
}

.inputdiv {
         background-image: url("../images/input.png");
         padding: 0px 7px;
         height: 16px;
         line-height: 16px;
         vertical-align: middle;
}

.buttondiv{
         background-image: url("../images/button.png");
         width: 180px;
         height: 40px;
         clear:left;

}

.inputdiv input, .buttondiv input{
	width: 100%;
         height:100%;
}
input {
         color: #818a78;
         background-color: transparent;
}
/* * * * * * * * * * * * * * * * * */
/* HEADER SETTINGS	 			   */
/* * * * * * * * * * * * * * * * * */
.header {
	height: 137px;
	background-image: url("../images/header.png");
}

.header input{
         height: 16px;
         line-height: 16px;
         color: #818a78;
        	width: 100%;
	position: relative;
	top: 0px;
	font-size: 10pt;
	vertical-align: text-top;
}

.header .logon {
	position: relative;
	top: 13px;
	right: 10px;
	float: right;

	width: 86px;
	height: 50px;
}

.header .logon .nameDiv {
	position: relative;
	top: 5px;
	height: 14px;
	line-height: 14px;
}

.header .logon .passwordDiv {
	position: relative;
	top: 7px;
	height: 14px;
	line-height: 14px;
}

.header .navigation {
	height: 10px;
	line-height: 0px;

	overflow: visible;

	position: absolute;
	top: 103px;
	right: 0px;

	z-index: 1000;
}

.header .navigation ul {
	float: left;
	position: relative;
	top: 0px;
}

.header .navigation ul #left {
	background-image: url('../images/nav_left.png');
}

.header .navigation ul #right {
	background-image: url('../images/nav_right.png');
	background-position: right;
}

.header .navigation ul li {
	background-image: url('../images/nav_main.png');
	background-repeat: repeat-x;
	background-color: #FFF;

	padding-right: 10px;
	padding-left: 10px;
	display: inline;
	float: left;
	line-height: 34px;
	height: 34px;
	font-size: 12px;

	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.header .navigation ul .active {
	background-color: #f6ebdd;
}

.header .navigation a {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 34px;
}

.header .navigation a:hover {
	color: #818a78;
}


/* * * * * * * * * * * * * * * * * */
/* CONTENT SETTINGS	 			   */
/* * * * * * * * * * * * * * * * * */
a{
	text-decoration:none;
         color:#0000FF;
}
a:hover{
	text-decoration:underline;
         color:#0000FF;
}
a:visited{
	text-decoration:none;
         color:#0000FF;
}

.lineheightfake *{
	margin-top:auto;
         margin-bottom:auto;

}
.lineheightfake{
         vertical-align:middle;
         height:20px;
}
.content {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: blue;
}

.content .navBox {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 180px;
}

.content .navBox ul {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content .navBox ul li {
	width: 165px;
	border: 2px solid #b1a16e;
	background-color: #818a78;
	list-style: none;
	padding: 2px;
	padding-left: 4px;
	margin-bottom: 2px;
}

.content .navBox ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}


.content .navBox ul li a:hover {
	color: #b1a16e;
	text-decoration: none;
	display: block;
}

.content .contentBox {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.error {
	font-size:16px;
	color:#dd0000;
}


.sandbox textarea{
         background-color:transparent;
         margin:7px;
         width:210px;/* 224px-14px (vvvvv) */
         height:486px;/* 500px-14px */
}

div.sandbox  {
         float :left;
         margin:7px;
         width :224px; /* 800px/3-3*14px */
         height:500px;
         background-image:url("../images/textfield.png");
}

div.guestbook {
         margin:auto;
	width:400px;
}

.guestbook textarea{
	background-color:transparent;
         width:100%;
         height:150px;
}

.guestbook .entry{
	width:100%;
         margin-bottom:7px;
         padding-top:7px;
}
.guestbook .entry, .name ,.date{
	background-color:#cdcfc1;
         background-image:url("../images/table.png");
         background-repeat:no-repeat ;
}

.guestbook .info {
         background-color:#cdcfc1;
         margin-top:7px;
}

.guestbook .date {
         padding-right:7px;
         text-align:right;
         background-position:top right;
         float:right;
         width:45%;
}

.guestbook .name {
	padding-left:7px;
         background-position:top left;

         width:45%;

}

.guestbook .text {
         background-color:#cdcfc1;
         background-position:top left;

}

.userlist {
	border:1px solid;
}

.centerpics{
	position:absolute;
         width:800px;
         min-height:300px;
         display:none;
         background-image:url(../images/grey.png);
}

.lefttablecell{
	clear:left;
	background-color:#cdcfc1;
         background-image:url("../images/table.png");
         background-position:top left;
         background-repeat:no-repeat;
         float:left;
         text-indent:7px;
         padding:2px;
         line-height: 17px;
}

.tablecell{
	background-color:#cdcfc1;
         float:left;
         padding:2px;
         line-height: 17px;
}
.righttablecell{
	background-color:#cdcfc1;
         background-image:url("../images/table.png");
         background-position:top right;
         background-repeat:no-repeat;
         float:left;
         padding:2px;
         line-height: 17px;
}

.cursetext {
	position:absolute;
         left:0px;
         background-color:transparent;
         background-image:url(../images/grey.png);
         color:#FFF;
}

.hide {
	width:85px;
         overflow:hidden;
         white-space:nowrap;
}
.hide:hover{
         min-width:85px;
         width:auto;
}

.simplebox{
	text-indent:7px;
         background-color:#cdcfc1;
         background-image:url("../images/table.png");
         background-position:top right;
         background-repeat:no-repeat;
         margin-top:2px;
         margin-bottom:2px;
         width:400px;
}

.simplebox textarea{
         background-color:transparent;
         margin:7px;
         width:386px;/* 400-14  */
         height:auto;/* 500px-14px */
}

/* * * * * * * * * * * * * * * * * */
/* FOOTER SETTINGS	 			   */
/* * * * * * * * * * * * * * * * * */
.footer {
	Float:right;
	width: 850px;
	height: 20px;
	line-height: 20px;
	background-color: #4b593e;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer .left {
	margin-left: 10px;
	float: left;
	font-size: 10px;
	color: #FFFFFF;
}

.footer .right {
	margin-right: 10px;
	float: right;
	font-size: 10px;
	color: #FFFFFF;
}
