* {
	margin: 0;
	padding: 0;
}

body {

}

p,a, body {
	
	/* font-family: "Times New Roman", Georgia, Times, serif; */
	/* font-family: calibri,tahoma,arial,sans-serif; */
	font-family: "Times New Roman", Georgia, Times, serif;

	
	font-size: 16px;
	color: black;
	
}

p {
	margin: 0 0 12px 0;
}

.closeP p {
	margin: 0 0 6px 0;
}

p.comment {
	padding-left: 20px;
}

/*

#content {
	height: 530px;
	width: 450px;
	
}
*/

#contentBackground {
	
	background-position: -584px -228px;
	
	background-image: url(../images/index.jpg);
	width: 450px;
	
}

#contentFrame {
	background-color: transparent;
}




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

.style1 {
	font-size: x-large
}

h1 {
	font-size: 26pt; 
	font-family: arial, helvetica, sans-serif; 
	font-weight: normal;
}

h2 {
	background-repeat: no-repeat;
	background-image: url(../images/ny-linje.gif);
	font-size: 20pt;
	padding: 0 0 0 30px;
	margin: 5px 0 12px 0;
	font-weight: normal;
}

h3 {
	font-size: 16pt; 
}


h4 {
	font-size: 14pt; 
}
h3,h4 {
	font-weight: normal;

	width:100%;
	border: solid 1px black;
	border-width: 0 0 1px 0;
	
	margin: 5px 0 0 0;
}

#content ol {
	
	list-style-position: outside;
	
	list-style-type: decimal;
	margin: 0 0 12px 0;
	
}
#content li {
	margin-left: 30px;
}

input,select,textarea {
	margin: 0 0 12px 0;
}

.login_form {
	display: block;		
	margin-bottom: 20px;
}
.login_submit {

}

.error {	
	color: red;	
}



.date {
	margin-top: -0px;
}

.newsForm fieldset {
	width: auto;
}

.newsForm input {
	
	display: block;
}

.newsForm textarea {
	width: 300px;
	height: 200px;
}

.news .textCss textarea {
	width: 300px;
	height: 200px;
}


.textCss {
	width: 300px;
	height: 200px;
}

.shoutText {
	width: 300px;
	height: 200px;
}

.userTable {

	border-color: black;

	border-style: none;

}

.userTable td {
	border-width: 1px 1px 0 0;
	border-style: solid;
}

.userRow1 {
	
	background-color: #e5e5e5;
	
}

.userRow2 {
	
}

.getTable {
	border: solid 1px black;
}

.orderDetails {
	width: 100%;
	border: solid 1px black;
	
}

tr.orderDetails  {
	margin: 10px 0 0 0;
}
.orders {
	width: 70%;
	border: solid 1px black;

}

.AdminOrders {
	width: 100%;
	border: solid 1px black;

}

.BatchOrders {
	width: 100%;
	border: solid 1px black;

}

.BatchTable, .BatchTable td {
	border-collapse: separate;
	border: solid 1px black;

}

.BatchTable td {
	border-width: 1px 1px 0 0;
}

.recapForm textarea {
	display: block;

	width: 300px;
	height: 200px;
}

.recapForm input {
	display: block;
}

.recap {
		display: block;

	
}

.scoreInput {
	width: 30px;
}

textarea.newGradering {
	width: 300px;
	height: 160px;
}

.titleCss {
	width: 150px;
}

.statusOpen {
	background-color: lime;
}

.statusClosed {
	background-color: red;
}

.statusYellow {
	background-color: yellow;
}

.statusOrange {
	background-color: orange;
}

.message {
	border: solid 1px black;
	padding: 8px;
}