body {
/*	background-color: #fff;*/
}

p.fact {
	color: #444;
	font-size: 0.9em;
	font-weight: bold;
}


p.review {
	margin-top: 0.7em;
}

p.note {
	color: #00B;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 1em;
}

hr {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

hr.link {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 2em;
	margin-right: auto;
}

img.introimage {
	margin: 0.5em;
	float: right;
}
img.introimage#inside {
	margin-right: 2.6em;
}
img.introimage#dvdlibrary {
	margin-right: 1em;
}

div#center {
	padding-bottom: 1em;
}

div.review {
	background-color: #F6F1DE; /*background-color: #F6F1DE;*/
	margin: 0;
	margin-bottom: 0.6em;
	padding: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

div#formpanel {
	background-color: #789fd4;
	width: 25em;
	padding-right: 1em;
	margin-left: auto;
	margin-right: auto;
}
div#formpanel hr{
	width: 100%;
}

form#sort {
	margin: 0;
	padding-left: 1.5em;
}

table {
	width: 24em;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

table.checkboxtable p {
	font-size: 0.73em;
	margin: 0;
}

table#genres {}

table#sorttable {
	width: 34em;
	background-color: #ccc;
	font-size: 0.8em;
	color: #000;
	margin: 0;
	padding: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
table#sorttable td {
	margin: 0;
	padding: 0;
}

table.titlelist { /*list-style-type: circle;*/
	width: 90%;
	min-width: 27em;
	max-width: 37em;
	padding: 0.3em;
	text-align: right;
	border-collapse: collapse;
}
table.titlelist #titlebar {
	border-bottom: 2px solid #ccc;
	margin-bottom: 0.7em; /*fungerar inte!!*/
	padding-top: 0.5em; /*fungerar inte!!*/
	font-weight: bold;
	color: #ccc;
}
table.titlelist #titlebar a {
	color: #ccc;
//	text-decoration: underline; /* IE-egenskap */
}
table.titlelist tr {
	padding: 0;
	margin: 0;
}
table.titlelist tr td {
	padding: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin: 0;
}
table.titlelist tr td.listimage {
	width: 10px;
	background: url('decorations/listicon.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
table.titlelist tr td.titlecolumn {
	text-align: left;
}
table.titlelist#newmovies {
	background: #07F;
	padding: 0.5em;
	color: #000;
}

table.shadowpane {	/*background-color: #FFFAE8;*/
	width: 26em;
	color: #000;
}
table.shadowpane #left_top_corner {
	width: 21px;
	height: 25px;
	background: url('../images/shadowpane/left_top_corner.gif');
}
table.shadowpane #top_side {
	background: url('../images/shadowpane/top_side.gif');
}
table.shadowpane #right_top_corner {
	width: 31px;
	background: url('../images/shadowpane/right_top_corner.gif');
}
table.shadowpane #left_side {
	background: url('../images/shadowpane/left_side.gif');
}
table.shadowpane #middle {
	background: url('../images/shadowpane/middle.gif');
}
table.shadowpane #right_side {
	background: url('../images/shadowpane/right_side.gif');
}
table.shadowpane #left_bottom_corner {
	height: 35px;
	background: url('../images/shadowpane/left_bottom_corner.gif');
}
table.shadowpane #bottom_side {
	background: url('../images/shadowpane/bottom_side.gif');
}
table.shadowpane #right_bottom_corner {
	background: url('../images/shadowpane/right_bottom_corner.gif');
}
table.shadowpane h3.title {
	color: #7EC4FF;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	border-bottom: 1px dashed #7EC4FF;
}
table.shadowpane h4 {
	color: #7EC4FF;
	margin: 0;;
}

table td.head {
	font-weight: bold;
	font-size: 0.9em;
}

table.statistics {
	background-color: #00a9ff;
	border: 1px dashed #ccc;
	color: #000;
}
table.statistics td.head {
	color: #000;
}
table.statistics td.stat {
	text-align: right;
}

table.movienews {
	width: 22em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
table.movienews tr.head td {
	background-color: #056;
	padding: 0.1em 0.3em 0.1em 0.3em;
	color: #fff;
}

table.movienews td.date {
	text-align: right;
}

table.movienews td.abstract {
	background-color: #089;
	padding: 0.1em 0.5em 0.1em 0.5em;
	color: #000;
}
table.movienews td.morelink {
	background-color: #089;
	padding: 0.1em 0.3em 0.1em 0.3em;
	text-align: right;
	color: #000;
}
table.movienews td.morelink a {
	color: #fff;
}

.short {
	width: 50%;
}

.long {
	width: 100%;
}

input#submit {
	margin-top: 1em;
	position: relative;
	left: 10em;	
}

textarea {
	width: 100%;
	height: 9em;
}