@charset "UTF-8";
/* CSS Document */

html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

body,td,th {
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, "Century Gothic";
	font-size: 10px;
	color: #666666;
	line-height: 1.6 ems;
}
body {
	background: url(../images/back/background_all.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
}
/* wrappers */
#headerwrap {
	height: 217px;
	width: 960px;
	margin: 2px auto 1px;
	padding: 0px;
}
#contentwrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 12px;
}
#footerwrap {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 10px;
	background: #d1dfea url(../images/back/footerback.jpg) repeat-x left top;
	height: 120px;
}
#wrap {
	background: #FFFFFF url(../images/back/background_wrap.jpg) repeat-x left top;
	width: 100%;
	padding-bottom: 15px;
}
/* footer */
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 12px;
}
/* header */
#logo {
	width: 136px;
	margin: 0px 0px 2px;
	padding: 0px;
	height: 136px;
}
#logobox {
	height: 136px;
	width: 700px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
/* content */
#content {
	width: 617px;
	float: left;
}

/* all */
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

.spacerten {
	width: 10px;
	float: left;
}

/* content */

.img-right{
float:right;
margin-right:10px;}


.bgtoppage{

background-color:#7accf1;
}



/* **************** TABLELESS **************** */

.tableless table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#E7E7E7;
	color: #666666;
}


.tableless td, th {
	padding: 4px;
}

.tableless thead th {
	text-align: left;
	background: #F3F0F0 url(../images/bg_th.gif) repeat-x;
	color: #666666;
	border: 1px solid #FFF;
	padding: 10px 5px;
	font-weight: bold;
	font-size: 11px;
}

.tableless tbody th {
	font-weight: bold;
}

.tableless tbody tr		{
	background-color:#FFF;
	text-align:left;
	vertical-align: top;
	}
.tableless tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}
.tableless tbody tr.owner 	{
	background: #FEF9EE;
	border-top:1px solid #FFF;
}

.tableless tbody th a:link, tbody th a:visited{
	color:#96D030;
	padding:3px 0px 0px 18px;
	}
.tableless tbody th a:hover{
	color:#FF8601;
	}

.tableless tbody tr td {
/*
	height:50px;
*/
	background: #FFF;
	border: 1px solid #FFF;
	vertical-align: top;
	}

.tableless tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}
.tableless tbody tr.owner td{
	background: #FEF9EE;
	border-top:1px solid #FFF;
	}

.tableless tbody tr td.owner{
	background: #FEF9EE;
	border-top:1px solid #FFF;
	}

.tableless table td a:link, table td a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.tableless table td a:hover {
	color: #EC2F38;
	text-decoration: none;
}

