html, body {
	margin: 0px;
	padding: 0px;
}
html { height: 100%; background-color: #ccc; }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:center;
	
}
input, select, option { font-family:Arial, sans-serif; font-size:11px; }

a:link, a:active, a:visited {
	text-decoration:underline;
	color:#333333;
}
a:hover {
	text-decoration:none;
}

tr.sticky { background-color:#FFC }

span.red {color:#F00; border-color:#F00;}

tbody { margin-bottom:10px; border-bottom: 3px solid #666; border-collapse:separate; }

a#addRow { cursor:pointer; padding-left: 150px; }
a#addRow:hover { text-decoration:underline; }

a#addRelRow { cursor:pointer; padding-left: 150px; }
a#addRelRow:hover { text-decoration:underline; }


a.removeRow { cursor:pointer; }
a.removeRow:hover { text-decoration:underline; }

#prodPropTable td 
{ 
	padding-bottom: 4px;
	padding-right: 5px;
}
#prodPropTable input
{ 
	margin-right: 5px;
}


#wrapper {
	width:1020px;
	min-width:1020px;
	height:1%;
	text-align:left;
	margin:15px auto 15px auto;
	padding:0px;
	background-color: #fff;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#header {
	width:auto;
	height:100px;
	padding:0px;
	margin:10px;
	position:relative;
	border:1px solid #666;
	background-color: #DADADA;
	background-image: url(../images/adminbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header p {
	position:absolute;
	top:20px;
	left:20px;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
#navigation {
	width:auto;
	height:25px;
	margin:0px 10px 0px 10px;
	padding:0px;
	border:1px solid #666;
	background-color: #EBEBEB;
}
#mainav {
	width:auto;
	height:1%;
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainav li {
	float:left;
	margin:0px;
	padding:0px;
}
#mainav li#front {
	float: right;
}
#mainav li a:link, #mainav li a:active, #mainav li a:visited {
	display:block;
	padding:5px 10px 5px 10px;
	margin:0px;
	text-decoration:none;
	float:left;
	color:#333;
}
#mainav li a:hover {
	color:#ccc;
}
#container {
	margin:10px;
	border:1px solid #666;
	padding:20px;
	width:960px;
	min-width:950px;
	height:1%;
	line-height:1.8em;
	background-color: #EBEBEB;
}
#ptitle {
	padding:0px;
	font-weight:bold;
	font-size:14px;
	color:#74A840;
	margin: 0px;
}
.categoryName {
	color:#990000;
}
#footer {
	margin:0px 10px 10px 10px;
	border:1px solid #666;
	padding:0px;
	text-align:center;
	background-color: #DADADA;
}
#footer p {
	padding:10px;
	margin:0px auto 0px auto;
	color:#444;
}
#footer a:link, #footer a:active, #footer a:visited {
	color:#444;
	text-decoration:none;
}
#footer a:hover {
	color: #999;
	text-decoration:none;
}
#forminsert {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#tblinsert{
	padding: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #aaa;
	border-left-color: #aaa;
	margin: 0px;
}
#tblinsert th {
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #aaa;
	border-right-color: #aaa;
	color: #333333;
	background-color: #dadada;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
#tblinsert td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #aaa;
	border-right-color: #aaa;
	margin: 0px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
.inaktiv {
	color:#FF0000;
	}
#tblinsert caption {
	width: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #dadada;
	border-top-width: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #aaa;
	border-right-color: #aaa;
	border-left-color: #aaa;
	clear: both;
	height: auto;
	text-align: left;
	text-transform: uppercase;
	margin: 0px;
}
#tblinsert input {
	border: 1px solid #aaa;
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 20px;
}
#tblinsert textarea {
	border: 1px solid #aaa;
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 100px;
}
#tblinsert select {
	border: 1px solid #aaa;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 20px;
}
#tblinsert input#button {
	margin:0px;
	height:20px;
	width:130px;
	padding-top:2px;
	padding-right:10px;
	padding-bottom:2px;
	padding-left:10px;
	display: block;
	background-color:#DADADA;
	color:#333;
	font-size:11px;
	cursor:pointer;
	cursor:hand;
}
#tblinsert input#check {
	border: 1px solid #aaa;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	float:left;
}
#tblinsert input#keyword {
	border: 1px solid #aaa;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 20px;
}
#tblrepeat /*************************** Table Repeat **************************************/
 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-bottom-color: #aaa;
	border-left-color: #aaa;
}
#tblrepeat th {
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	background-color: #DADADA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaa;
}
#tblrepeat td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #aaa;
	border-right-color: #aaa;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#tblrepeat tr {
	background-color:transparent;
}
#tblrepeat tr:hover {
	background-color:#fff;
}
#tblrepeat2 /*************************** Table Repeat **************************************/
 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-bottom-color: #aaa;
	border-left-color: #aaa;
}
#tblrepeat2 th {
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	background-color: #DADADA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaa;
}
#tblrepeat2 td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #aaa;
	border-right-color: #aaa;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#tblrepeat2 tr {
	background-color:transparent;
}
#tblrepeat2 tr:hover {
	background-color:#fff;
}

.messagebox {
	background-color:#fff;
	text-align:left;
	vertical-align:middle;
}
.messagebox p {
	margin:0px 0px 0px 7px;
	padding:0px;
	font-weight: bold;
	color: #990000;
}
.redBold {
	font-weight:bold;
	color:#990000;
}
.blueBold {
	font-weight:bold;
	color:#006699;
}
/*************************** /Table Repeat **************************************/

/******************** rank ******************************/

.rankcont {
	display: block; 
	width: 48px; 
	height: 4px; 
	border: solid 1px #666; 
	margin: 0px; 
	padding: 0px; 
	position: relative;
	background-color:#fff;
	overflow:hidden;
}
.rank2, .rank3, .rank4 {
	background-color: #669933; 
	height: 4px;
	margin: 0px; 
	padding: 0px; 
	position: absolute; 
	top: 0px; 
	left: 0px;	
}
.rank2 { 
	width: 16px;	
}
.rank3 {
	width: 32px;	
}
.rank4 { 
	width: 48px; 	
}
/******************* /rank ******************************/

/********************** Recordset paging *********************/
#paging {
	padding:0px;
	margin:20px 0px 20px 0px;
}
#paging a:link, #paging a:active, #paging a:visited {
	padding:1px 5px 1px 5px;
	margin:0px 5px 0px 0px;
	border:solid 1px #999;
	text-decoration:none;
	background:#fff;
}
#paging a:hover {
	text-decoration:none;
	background:#dadada;
}
#paging .inactive {
	padding:1px 5px 1px 5px;
	margin:0px 5px 0px 0px;
	background:transparent;
	color:#ccc;
	border:solid 1px #ccc;
}
/********************** /Recordset paging *********************/
h1 {background:#FF0000; }


label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
