*{
	font-family:Verdana,Helvetica,"Trebuchet MS",sans-serif;
	color: #272727;
	font-size: 12px;
}
body, form, ol, ul, dl, li, dt, dd, td, th, tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address {
	margin:0;
	padding:0;
}
body{
	margin:0 auto;
	width: 1000px;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
img {
	border:0 none;
}
fieldset {
	border:0 none;
	margin:0;
	padding:0;
}
input, select, textarea {
	font-size:100%;
	vertical-align:middle;
}
a:focus {
	overflow:hidden;
}
/* a */
a{
	color: #256328;
	text-decoration: none;
	border-bottom: 1px solid #317635;
}
a:hover{
	border-bottom: 1px solid #256328;
}
p{
	margin: 10px 5px;
}

/* tables */
table{
	padding-top: 20px;
}
table td, table th{
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
	border-bottom: 1px solid #317635;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
table td .editAImg, table th .editAImg, table td .deleteAImg,table th .deleteAImg{
	text-align: center;
	background-position: center;
	width: 100%;
}
table .left{text-align: left}
table .center{text-align: center}
table .right{text-align: right}

.noborder, .noborderA a, .noborderA a:hover, .noborderA a:link, .noborderA a:visited{	
	border: none;
}
td.first, th.first{
	border-left: none;
	border-top: none;
	border-bottom: none;
}
td.last, th.last{
	border-right: none;
	border-top: none;
	border-bottom: none;
}
td.tdsmall{
	font-size: 9px;
}

/* lists */
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	padding:0 0 15px 20px;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

/* H */
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{
	border: none;
}
h2, h3, h4, h5, h6{
	font-size: 16px;
	font-weight: bold;
}
h3{font-size: 14px;}
h4{font-size: 12px;}
h5{font-size: 10px;}
h6{font-size: 8px;}

.contentblock{
	line-height: 150%;
	position: relative;
}
.contentblock div {
	margin-left: 20px;
}
.contentblock div div {
	margin-left: 0px;
}

/* forms */
.form-error {
	color:#AF1515;
	font-size:0.75em;
}

/* header */
#header
{
	width: 1000px;
	height: 148px;
	background-repeat: no-repeat;
	position: relative;
	background-image:url(../images/header.jpg);
}
#header h1 a{
	margin-left: 25px;
	display: block;
	width: 227px;
	height: 75px;
	font-size: 0px;
	text-indent: -5000px;
}
#login
{
	position: absolute;
	width: 190px;
	height: 120px;
	right: 0px;
	top: 15px;
}
#login .input-password, #login .input-text{
	width: 153px; /* 153 + 10  = 163*/
	height: 18px; /* 18 + 4 = 22*/
	padding-left: 10px;
	padding-top: 4px;
	border: none;
	background: transparent url(../images/text-field.png) repeat-x;
}

#navi_top{
	padding: 0;
	width: 980px; /*980 + 20 = 1000*/ 
	padding-left: 20px;
	height: 30px;
	background-color: #317635;
	position: relative;
}
#navi_top li{
	float:left;
}
#navi_top a{
	border-right: 1px solid #cbddcc;
	background-color: #317635;
	color: #fff;
	height: 20px; /* 20 + (7 + 3) = 30*/
	padding: 7px 10px 3px 10px;;
	font-size: 12px;
	float: left;
	border-bottom: none;
	font-weight: normal;
}
#navi_top a.first, #navi_top a.logout{
	border-left: 1px solid #cbddcc;
}
#navi_top a.logout{
	position: absolute;
	right: 15px;
	top: 0px;
}
#navi_top a:hover, #navi_top .active
{
	background-color: #256328;
}
h2, h3{
	padding-top: 10px;
	padding-left: 20px;
	width: 335px;
	color: #256328;
	border-bottom: 1px solid #256328;
	margin-bottom: 10px;
	padding-bottom: 2px;
}
h3{
	width: 150px;
}
#footer{
	width: 960px;
	padding: 0px 20px;
	border-top: 1px solid #256328;
	
}

/*paging*/
.paging {
	margin-top: 15px;
}
.paging a, .paging div
{
	float: left;
	padding: 2px 4px;
	margin: 2px;
	border: 1px solid #317635;
	color: #317635;
	text-decoration: none;
}
.paging a:hover
{
	color: #256328;
	border: 1px solid #256328;
}
.paging .paging_active
{
	color: #494949;
	font-weight: bold;
}

/* index */

#machine_pics{
	position: absolute;
	right: 15px;
	top: 260px;
}
.slideshowlite ul
{
	display: none;
}




/* reservate */
#reservate{
	margin: 0 auto;
}
#reservate td{
	border-right: 1px solid #317635;
}
#reservate td.last, #reservate th.last{
	border-right: none;
}
#reservate .canSelect{	
	cursor: pointer;
}
#reservate .selected{
	background-color: #ADFF9F;
}
#submit-reservate{
	margin: 10px 5px;
	margin-left: 325px;
}

