/* - - - - - - - - - - - - - - - - - - - - -

Title : Video Workshop
Author : Roar Řien
URL : http://tank.no/

Created : 24.01.2007 10:30

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
font-family: Georgia, Arial, sans-serif;
color: #000;
font-size: 8pt;
line-height: 140%;
margin: 0;
padding: 0;
}
html{
}
body{
background-color: #FFF;
padding:0;
margin:0;
}

/* ----- IDS ----- */

#container{
}

/* ----- CLASSES ----- */
.popupHeader {
background-color: #000;
background-position: top right;
background-image: url("../gfx/player_bg.gif");
background-repeat: repeat;
padding: 26px 0 6px 19px;
color: #FFF;
}
.popupHeader strong, .popupHeader table td, .popupHeader big {
color: #FFF;
}
.popupHeader big {
font-size: 10pt;
font-weight: bold;
}
.titleUrl a {
color: #000;
text-decoration: none;
font-weight: bold;
}
.line_1 {
background-color: #725244;
color: #FFF;
height: 20px;
padding: 4px 0 0 6px;
margin-bottom: 16px;
font-size: 7pt;
}
.line_1 strong, .line_2 strong {
color: #FFF;
}
.line_2 {
background-color: #000;
color: #FFF;
height: 18px;
width: 225px;
padding: 6px 0 0 0;
font-size: 7pt;
}
	.line_2 strong {
		padding-left: 6px;
	}
.menyitem {
padding-right: 20px;
font-weight: bold;
}
.menyitem a {
color: #000;
text-decoration: none;
}
.menyitem a:hover {
color: #725144;
}

.skille_vert_1{
background-image: url("../gfx/skille_vert_1.gif");
background-repeat: repeat-y;
}
.date{
color: #725144;
font-style: italic;
margin: 5px 0 15px 0;
}
.ingress {
color: #725144;
font-size: 12pt;
font-weight: bold;
}
	.ingress a {
	color: #000;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	}
	.ingress a:hover {
	color: #FFF;
	background-color: #725244;
	text-decoration: none;
	}
.brodtekst {
padding-bottom: 13px;
}
.imageRight {
	width: 170px;
	border: 1px solid #BFBFBF;
	padding: 2px;
	margin: 2px 0 2px 2px;
	font-size: 7pt;
	text-align: center;
	float: right;
}
.imageRightSmall {
	width: 89px;
	border: 1px solid #BFBFBF;
	padding: 2px;
	margin: 2px 0 2px 2px;
	font-size: 7pt;
	text-align: center;
	float: right;
}
.imageLeft {
	width: 217px;
	border: 1px solid #BFBFBF;
	padding: 2px;
	margin: 2px 2px 2px 2px;
	font-size: 7pt;
	text-align: center;
	float: left;
}
.imageCenter {
	width: 450px;
	border: 1px solid #BFBFBF;
	padding: 2px;
	margin: 2px;
	font-size: 7pt;
	text-align: center;
}
/* ----- HEADINGS ----- */

h1{
color: #725144;
font-size: 12pt;
font-weight: bold;
padding: 0;
margin: 0 0 15px 0;
}
h2{
}
h3{
}
h4{
}

/* ----- PARAGRAPHS ----- */

p{
}

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

/* ----- IMAGES ----- */

img{
border: 0;
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

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

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
margin:0;
padding:0;
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}
